
body{
    font-size: 18px;
    font-weight: 00;
    color: #222;
    padding: 0;
    margin: 0;
}
.pt50{
    padding-top: 50px;
}
.pt80{
    padding-top: 70px;  
}
.pb50{
    padding-bottom: 50px;
}

.white-color{
    color: #fff !important;
}
.mt45{
    margin-top: 45px;
}
.mt80{
    margin-top: 80px;
}


/* ********************Default navbar css starts ****************************************/


.container-fluid.headerMain-fluid {
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.3s ease all;
    width: 100%;
    z-index: 999;
    padding: 0;
    margin: 0;
    }
    
    .headerMain-fluid.fixed-header{
        /* opacity: 0; */
        background: #fff;
        height:75px;
        box-shadow: 0 4px 6px -6px #222;
    }

    .headerMain-fluid.fixed-header .logo-image{
        width:350px;
        height:75px;
    }
   
    .menu-color {
        color:#000 !important;
        font-weight: 600;
    }
    
    .row.headerRow-main {
        align-items: center;
        justify-content: space-between;
    }
    .logoMain-div {
        margin-left:10px;
        transition: 0.3s ease all;
    }
    .navBarNavLink-divMain {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navBarNavLink-divMain ul {
        transition: 0.3s ease all;
    }
            
    .navBarNavLink-divMain ul li {
        margin: 10 !important;
    }
    .navBarNavLink-divMain ul li a {
        color:#fff;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
    }

    .progress-bar {
        height: 3px;
        background: #16acff;
        width: 0%;
        margin: 0 !important;
    }
  


/* ********************Default navbar css end **************************************/


/* *************************Hamberger-Menu part Css starting ********************** */

.mb10 {
    margin-bottom: 10px;
}

.ham-menu-btn{
	position: fixed;
	border-radius: 50%;
	top: 35px;
	right: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #FFC107;
	z-index: 1;
}


.automate{
    background: #0f9ffa;
    /* background: #0f3a48; */
    background-image: url(../images/ep1.png)
}
.innovate{
    
    background: #df9926;
    background-image: url(../images/bi-menu1.png)
}
.learn{
    background: #963596;
    background-image: url(../images/consulting-menu1.png)
}
.learn, .innovate, .automate {
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    color: #fff;
    background-position: bottom;
    padding-top: 20px;
}
#menu-content a{
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    outline: 0;
    text-decoration: none;
}
.head-txt, .sub-head {
    padding: 0 30px;
}
.sub-head {
    font-style: italic;
    font-weight: 400;
    color:#fff;
}
.head-txt {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}
.hidden-menu h1, h2 {
    color: #fff;
    margin: 0;
}

#fullMenu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 4;
    background: #ddd;
    
}
  
  .content-div {
      position: fixed;
      top:0;
      left:0;
      height:100vh;
      width: 75%;
      padding: 10px;
      /* display: none; */
      background: #f2f2f2;
  }

  #menu-content{
      position: relative;
  }

  
  #side-main-menu {
    background-color: #fff;
    background-image: url('../images/bg-pattern1.png');
    height:100vh;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 35px;
	z-index: 0
  }

  #side-main-menu .logo-image{
      width:250px;
      margin-top:30px;
  }
  #side-main-menu ul li{
      list-style-type:none;
      text-transform: capitalize;
      margin-bottom: 20px;
      position: relative;
  }

  #side-main-menu ul li a {
    color: #3F3F3F;
    font-weight: 800;
    font-size: 20px;
    text-decoration: none;
    
}

#side-main-menu .smalltext {
	margin-bottom: 10px;
}
#side-main-menu .smalltext a {
	color: #3f3f3f;
    font-weight: 800;
	font-size: 20px;
	text-decoration: none;
}
#side-main-menu .smalltext a:hover  #menu-content{
    display:none;

}
#side-main-menu .social-icons {
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;


}
.social-icons .fa{
  font-size: 18px !important;
}

.submenu-portion {
    background-color: #F2F2F2;
    font-family: myriad-pro, Arial;
    /* height: 100vh; */
    
}
.close-btn {
    position:absolute;
    display:inline-block;
    padding:5px;
    top:25px;
    right:25px;
    font-size:25px;
    cursor: pointer;
    font-weight: 800;
    z-index: 999;

}

 .submenu-portion ul li{
    margin: 8px 0;
    padding: 6px 0;
    
}
.submenu-portion  ul li a{
  text-decoration: none;
  font-weight:400;
  color: #000;
  font-size:15px;
  
}
.submenu-portion  ul li a:hover{
  text-decoration: none;
  color:#0f9ffa;
}
.h2-heading {
    font-size: 60px;
    font-weight: 500;
    font-family: "Khand", sans-serif;
    line-height: 70px;
    color:#000;
}
.li-separator li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    margin: 0 !important;
}

.services-menu-heading{
    font-weight: 600;
    color:#000;
    font-size: 15px;
    margin: 10px 0;

}
#Services img[src*=".svg"] {
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

        /* *************************Hamberger-Menu part Css Ending********************** */
/* sticky social icons */

.sticky-social-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
    display: none;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-20px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}




/* section css start */
.logo{
    width:100px;
    height:65px;
}


.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding-left: 10px;
}

.logo-p {
    font-size: 35px; /* Adjust the size if needed */
    font-weight: bold;
    font-family: "Khand", sans-serif;
    color: white; /* Ensure it matches the theme */
}

.sub-text {
    font-size: 20px; /* Adjust size if needed */
    color: white; /* Match theme */
    font-family: "Khand", sans-serif;
}

.logo-image {
    width:400px;
    height:75px;
}
section .content{
    padding:50px 150px;
    letter-spacing:0.1em;
    line-height: 1.3em;
    text-align: justify;
}

#section1{
    background: #0f9ffa;
    /* background: #0f3a48; */
}
.section1-img{
    background-image: url('../images/section11.png');
    background-position:right;
}
.section1-content,.section2-content,.section3-content,.section4-content{
    padding:120px 30px;
}

.readmore-btn{
    border: 1px solid #fff !important;
    color: #fff;
    min-width: 180px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-transform: uppercase !important;
    font-weight: 400;
    background:transparent;
    transition: 1s ease;

}

.readmore-btn:hover{
background: #fff;
color:#000;
}

#section2{
    background: #df9926;
   
}

.section2-heading {
    font-size: 80px;
    
    font-weight: 500;
}

.AI-powered-row2{
    padding-top:45px;
}

.ai-powered-core-img {
    background-image:url('../images/bi-sec-img1.png');
}
.fullCoverImg {
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

}

.fullpage-second-title {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    margin-bottom: 10px;
    color:#fff;
    text-transform: uppercase;
}
.fullpage-second-desc {
    font-size: 16px;
    line-height: 30px;
    font-weight:400;
    font-style: italic;
}
.fullpage-second-more {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.fullpage-second-more a {
    color:#fff;
    text-decoration: none;
    font-weight: 400;
}

#section3{
    background: #963596;
   
}

.agile-digital-bg-img{
    background-image: url('../images/infrastructure-sec1.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


#section4{
    background: #0f3a48;
    /* background: #0f9ffa; */
}

.learn-bg-img {
    background-image: url('../images/consulting-sec1.png');
}



#newsletter-subscribed .btn{
    padding:12px;
    background: #df9926;
    outline: none;
    font-weight: 800;

}



/* ending of section css  */

.sticky-left-nav{
    max-width:150px;
    position: fixed !important;
    top:0;left:0;
    z-index: 1;
    display: block;
    background-color: transparent;
}

.stick-left-nav-ul {
    padding-left: 5px;
    width: 120px; 
    margin-bottom: 20px;
}
.sticky-left-nav ul li {
    list-style: none;
    height: 70px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.sticky-left-nav ul li a{
    list-style-type: none;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
}

.sticky-left-nav ul li a::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    opacity: 1;
    border:2px solid #FFC107;
    background: #FFC107;
    transition: all 0.3s ease-in-out;
}
.sticky-left-nav ul li:hover a::before{
    width:80px;
    height:5px;
}

.sticky-left-nav ul li .active::before{
    width:80px !important;
    height:5px !important;
} 


.top-menu {
    top: 20%;
    right:20px;
}

.sticky-left-nav ul li .text {
    display: block;
    color: #fff;
    line-height: 1.5;
    opacity:0;
    transition: all 0.5s;
    padding: 8px;
    font-size: 14px;
}

.sticky-left-nav ul li:hover .text{
    color: #fff;
    padding:8px 0;
    opacity:1;
}
.sticky-left-nav ul li a.active .text{
    color: #fff;
    opacity: 1;
}


/* ***********************Section 5 Css Part starts */
.realtive{
    position: relative;
}
.para-txt {
    font-size: 33px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
}
.mt50{
    margin-top:50px;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb{
    margin-bottom: 20px !important;
}
.light-gray {
    color: #7E7E7E !important;
}




.banner-carrer{
    background-image: url('../images/careers-banner.jpg');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:500px;
}

.careers-findopportunites {
    font-size: 33px;
    color: #3F3F3F;
    margin-bottom: 15px;
    font-weight: 600;
}

.tab-content{
    padding: 10px;
    border:1px solid #ddd;
}
.pills-btn{
    background: #ffc107;
    color:#000 !important;
    text-decoration: none;
    font-weight: 600;
}

/*--section-5--*/

.the-text-fluid{
    padding-top: 75px;
}
.common-heading-all{
    text-align: center;
}
.common-heading-all img{
    margin: auto;
}
.common-heading-all h5{
    width: 100%;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    margin-top: 10px;
}
.common-heading-all p{
    font-size: 30px;
    font-weight: 300;
    margin: 5px auto 45px;
    line-height: 35px;
    color: #7E7E7E;
    width: 55%;
}
.mb50 {
    margin-bottom: 50px !important;
}

.grid-do_more {
    position: relative;
}
.grid-do_more  a {
    color:#fff;
}
.grid-do_more figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    background-color:#fff;
    transition:0.3s ease all;
    margin: 0;
}
.grid-do_more figure img {
    display: inline-block;
    transform: scale(1);
    transition:0.3s ease all;
}
.bottom-gradient-do_more {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition:0.3s ease all;
}
.grid-do_more figure figcaption {
    backface-visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    max-height: 40px;
    transition:0.3s ease all;
}
.do_more-grid-title {
    color:#fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.do_more-grid-desc {
    color:#fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.grid-do_more figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid-do_more figure:hover .bottom-gradient-do_more {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
    transform: translateY(0px);
}
.grid-do_more figure:hover figcaption {
    height: auto;
    max-height: 200px;
    bottom: 50px;
}
.mt50 {
    margin-top: 50px;
}
.expandHead {
    padding: 20px;
    cursor: pointer;
}
.expandHead h5 {
    color: #000;
    font-size: 22px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 55%;
    font-weight: 700;
}
.doMoreExpand {
    background-image: url('../images/explore_expand.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 0;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    margin: 10px auto;
    width: 30px;
    z-index: 9999;
}


.img-pos > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
#expand-digital .img-pos > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    z-index: 0;
}
#expand-digital h2, #expand-digital p {
    color: #061838;
}
.expand-container {
    position: relative;
}
.expand-container h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}

#expand-digital h2 {
    font-size: 30px;
    font-weight: 900;
}
#expand-digital p {
    font-size: 20px;
    margin-top: 20px;
}
#expand-digital h2, #expand-digital p {
    color: #061838;
}
.expand-container p {
    font-size: 20px;
}
.btn-shutter-more {
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    padding: 12px 50px;
    border-radius:0;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
}

#expand-digital a {
    font-size: 16px;
    margin-top: 0;
    border: 1px solid #061838;
    color: #061838;
    font-weight: 300;
    margin-bottom: 15px;
}
#expand-digital {
    background-color: #BEE3FF;
}
.expandableDiv{
    position: absolute;
    left: 0;
    width:100%;
    transition: 0.3s ease all;
    top:-150px;
    z-index: 999;
}
.contractWrpr {
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-name: wrprClose;
    animation-timing-function: ease-in-out;
    height: 400px;
    margin-top: -170px;
     display:none;
}
.expandWrpr {
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-name: wrprOpen;
    animation-timing-function: ease-in-out;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
     display:block;
}
.closeWrpr {
    position: absolute;
    background-image: url(../images/explore_expand.svg);
    background-size: contain;
    cursor: pointer;
    height: 38px;
    right: 15px;
    top: 15px;
    transform: rotate(45deg);
    width: 38px;
    z-index: 9999;
}
.img-pos{
    padding:45px 0 30px 30px;
}
.overlay-expand {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



.investor-news-head{
    color:#000;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: -2px;
    font-weight: 900;
}

.investor-news-row {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

.investors-news-head {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #3F3F3F;
    margin-bottom: 5px;
}

.investors-news-desc, .investors-news .investors-news-desc {
    color:#000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.image-caption {
    bottom: 0;
    text-align: center;
    color:#fff;
    font-size: 30px;
    font-weight: 600;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    width: 100%;
}


.investor-news-row a {
    color: #333;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}
.investors-download-icon {
    max-width: 20px;
    position: absolute;
    right: 50px;
}

.view-all {
    color: #0076ff !important;
    font-size: 14px !important;
    font-weight: 700;
}











.aboutus-grid{
    padding-bottom: 10px;
}

.aboutus-grid-title {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.aboutus-grid-title span {
    font-size: 60px;
    vertical-align: middle;
}
.aboutus-grid-desc {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    max-width: 190px;
    margin: 0 auto;
}
.row-eq-ht a{
    text-decoration: none;
    color: #fff;
    
}

.row-eq-ht a h3{
    color:#fff !important;

}
.row-eq-ht {
    overflow: hidden;
}
.col-eq-ht{
    background:#DF9926;
    width: 100%;
}
.aboutus-news {
    padding: 30px;
    width: 100%;
}
.aboutus-news-row {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid rgba(90, 90, 90, 0.22);
}

.aboutus-news-title {
    font-size: 36px;
    color:#fff;
    margin: 10px 0;
    font-weight: 900;
}

.aboutus-news-desc, .aboutus-news .aboutus-news-desc {
    color:#000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.aboutus-news-desc:hover .img-right-arrow {
    right: 5px;
}

.bg-index-artificial{
    height: auto;
}
.latest-event-box, .latest-event-box-last {
    bottom: 0;
    height: auto;
    padding: 20px;
    position: absolute;
    width: 100%;
    opacity:0.8;
}

.news-grid-imgs img {
    height: 252px;
    width: 100%;
}

.img-right-arrow {
    max-width: 25px;
    position: absolute;
    top: 35px;
    right: 15px;
    transition: all 0.5s ease;
}

.btn-no-effect-dark{
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 40px;
    display: inline-block;
    background-color: rgba(47, 17, 19,0.3);
    color:#fff;
}
.btn-no-effect-dark a{
    text-decoration: none;
    
}
.robotics-text {
    color:#fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}



#contact_us {
    padding: 75px 0;
    background-color: #963596;
}
.border {
    border: 1px solid rgba(255,255,255,0.2);
    float: left;
    position: relative;
    width: 100%;
}


.p0 {
    padding: 0;
}

#contact_us .expand {
    cursor: pointer;
}

#contact_us .border :hover{
    background-color: #F2f2f2;
	color: #000;
    text-decoration: none;
    transition: all 1s ease;
}

.country-name {
    padding: 75px 0;
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}
.mt20{
    margin-top: 20px;
    margin: auto;
}

.cnt_us_txt {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
}

.reques-btn {
    border: 1px solid #000 !important;
    color: #fff;
    min-width: 180px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-transform: uppercase !important;
    font-weight: 400;
    background-color: #000;
}
.reques-btn:hover{
    background: #963596;
    color:#000;
    transition: all 0.3s;
    font-weight: 900;
}

.btn-no-effect {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-decoration: none;
    display: inline-block;
}
.btn-no-effect.dark span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
}
.btn-no-effect.dark span strong {
    font-size: 25px;
    display: block;
    line-height: 30px;
}

.more-info-btn{
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 42px;
    padding: 0px 40px 0px 30px;
    border: 1px solid #1266ae;
    display: inline-block;
    border-radius: 2px;
    transition: all 0.5s ease;
}
.more-info-btn:hover{
    background:#1266ae;
    color:#fff;
}

.row.equal-heights {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-heights .col-md-4 {
    display: flex;
    flex-direction: column;
}

.office_box {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center */
    align-items: center; /* Horizontally center */
    text-align: center; /* Ensure text is centered */
}

.row {
    display: flex;
    justify-content: center; /* Centers horizontally */
}

.col-lg-4 {
    max-width: 400px; /* Optional, adjusts the size of the box */
}

.fa{
    color: #fff;
}




/* ***********************Section 5 Css Part ending */

/* *****************************footer css************* */
.contactus-head{
    color:#fff;
    font-size:40px;
}

.contactus-headpara{
    font-size:20px;
    color:#fff;
}
.contactus-block a
{
    font-size:20px;
    color:#fff;  
}

*{
    /* font-family: 'Montserrat', sans-serif; */
}
footer {
	background-color: #F8F8F8;
	color: #333;
	/*padding: 50px 0;*/
	border-top: 5px solid #d8d8d8;
}
.ftr-block {
    padding: 0px 50px;
}

.ftr-social-media {
    display: none;
    position: relative;
    left: 0;
    top: 25px;

}

.ftr-social-media ul li {
    display: inline;
    margin-left: 15px;
}

.ftr-social-media ul li a .fa{
    font-size: 20px;
}

ul.footer-txt  li:first-child {
	margin-top: 20px;
}
ul.footer-txt  li {
	margin-bottom: 8px;
}
ul.footer-txt li  a {
    color: #333;
    font-weight:500;
    text-decoration: none;
	font-size: 15px;
}
ul.footer-txt li  a:hover{
    color: #007cc3;
}
.copyright{
    padding-top: 30px;
    text-align: center;
    font-weight: 500;
    font-size:16px;
    color:#444;
}


.ftr-head {
	color: #000000;
	font-size: 22px;
	margin: 0;
}
.country {
	position: relative;
	z-index: 1;
}
.up-arrow, .down-arrow {
	position: relative;
	margin-left: 100px;
	z-index: -1;
}
.up-arrow:before, .down-arrow:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #333;
	font-size: 18px;
	top: 2px;
	left: 0;
}
.up-arrow:before {
	content: "\f0d8";
}
.down-arrow:before {
	content: "\f0d7";
}
.select-country > a {
	border: 1px solid #7E7E7E;
	padding: 5px 15px;
	display: inline-block;
	color: #3F3F3F;
}
.select-country  a:hover, .select-country  a:focus {
	color: #3F3F3F;
	text-decoration: none;
}
.option-country {
	display: none;
}
.open-country {
	display: block;
	position: relative;
}
.country-align {
	position: absolute;
	top: -238px;
	background-color: #fff;
	color: #fff;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	-webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align  li  a {
	color: #3F3F3F;
	padding: 10px 15px;
	display: block;
}
.country-align > li > a:hover {
	background-color: #63b0ff;
	color: #fff;
}

.scroll-up {
    position: fixed;
    bottom: 20px;
    right: 18px;
    display: none;
    z-index: 1;
    cursor: pointer;
    
}

.search-btn{
    border-radius: 50% !important;
    background:#FFC107;
}

#overlay-search {
    position: fixed;
    left:0;
    top:0;
    z-index: 1005;
    width: 100%;
    height:100%;
    background: #f2f2f2;    
    display: none;
}



#overlay-search button{
    position: absolute;
    top: 30px;
    right:20px;
    background: #000;
    color:#f2f2f2;
    border-radius: 50%;
    width:48px;
    height:48px;
}

#overlay-search .search-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 80px;
    line-height: 100px;
    font-size:40px;
    padding: 12px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    border:1px solid #ccc;
}


.search-icon{
    display: none;
}

.image-wrapper {
    position: relative;
    max-width: 400px; /* Adjust as needed */
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.image-wrapper img {
    width: 100%;
    display: block;
}

/* *****************************footer css************* */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .cnt_us_txt {
        font-size: 32px;
        line-height: 30px;
        font-weight: 500;
    }

    .aboutus-grid-title span {
        font-size: 30px;
    
    }
    .submenu-portion  ul li a{
        margin-left:30px;
    }
    .logo-image{
        width: 240px !important;
        height:75px;
    }
    
    }


@media only screen and (max-width: 767px) {
    .navBarNavLink-divMain{
        display: none !important;   
    }
    .content-div {        
        width: 100%;        
        left: -1000px;
        z-index: 2;
        overflow: auto;      
    }
    .head-txt{
        font-size:18px;
    }

    .h2-heading{
        font-size:35px !important;
        line-height: 1;
    }

    
    .sticky-left-nav{
        display: none;
    }
    .accordians{
        display: none;
    }
    .para-txt{
        font-size:25px !important;
        margin-left: 0;
    }
    .cnt_us_txt {
        font-size: 35px;
        line-height: 73px;
        font-weight: 600;
    }

    .white-color{
        color:#fff !important;
    }
    
    #overlay-search .search-input {
        font-size: 20px;
    }

    .caption-desc{
        padding:8px;
        line-height: 1.6;
    }
    .aboutus-head-txt{
        font-size:16px !important;
    }

    #side-main-menu{
        overflow: auto;
    }

 

}


@media only screen and (max-width: 992px) {
    .content-div {        
        width: 100%;        
        /* display: none;   */
        left: -1000px;
        z-index: 2;
           
    }

    .sticky-left-nav{
        display: none;
    }
   
    
    #menuBtn{
        display:block !important;
    }
    #side-main-menu ul li a {
        color: #3F3F3F;
        font-weight: 900;
        font-size: 15px;
        text-decoration: none;
    }
    #side-main-menu .smalltext a {
        font-weight: 300;
        font-size: 14px;
    }

        .caption-desc{
            font-size:17px;
            padding:8px;
        }

        .section1-content,.section2-content,.section3-content,.section4-content{
            padding:60px 20px;
        }
    
    
  }

  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .sticky-left-nav{
        display: none;
    }
    #wrapper section {
        min-height: 0;
    }

    .navBarNavLink-divMain{
        margin-right: 55px;
    }
    .aboutus-news{
        padding: 15px;
    }
   .sub-head {
        padding: 0 30px !important;
    }
    
    }

    @media only screen  and (min-width : 1025px) {
        .navBarNavLink-divMain{
            margin-right: 30px!important;
        }

        .section1-content,.section2-content,.section3-content,.section4-content{
            padding:120px 70px;
        }
       
      }

      @media only screen and (max-width: 500px) {
        .logo-image{
            width:240px;
            height:75px;
        }
      }



