@font-face {
  font-family: 'MyriadPro-BoldCond';
  src: url('../fonts/myraid-cbold/MyriadPro-BoldCond.eot');
  src: url('../fonts/myraid-cbold/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
       url('../fonts/myraid-cbold/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg'),
       url('../fonts/myraid-cbold/MyriadPro-BoldCond.ttf') format('truetype'),
       url('../fonts/myraid-cbold/MyriadPro-BoldCond.woff') format('woff'),
       url('../fonts/myraid-cbold/MyriadPro-BoldCond.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/myraid-regular/MyriadPro-Regular.eot');
  src: url('../fonts/myraid-regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/myraid-regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
       url('../fonts/myraid-regular/MyriadPro-Regular.ttf') format('truetype'),
       url('../fonts/myraid-regular/MyriadPro-Regular.woff') format('woff'),
       url('../fonts/myraid-regular/MyriadPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/myraid-bold/MyriadPro-Bold.eot');
  src: url('../fonts/myraid-bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/myraid-bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'),
       url('../fonts/myraid-bold/MyriadPro-Bold.ttf') format('truetype'),
       url('../fonts/myraid-bold/MyriadPro-Bold.woff') format('woff'),
       url('../fonts/myraid-bold/MyriadPro-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}
textarea {
    outline: 0;
}
select {
    outline: 0;
}
p {
    margin: 0;
    padding: 0;
}
h1 ,h2,h3,h4,h5,h6,br,ul{
    margin: 0;
    padding: 0;
}
body{
    font-family: MyriadPro-Regular;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    line-height: 1.3;
}
a{
    text-decoration: none;
    color: unset;
}
a:hover{
    text-decoration: none;
    color: unset;
}
      .loader-section,
       .loader-section-mentoring {
         width: 100%;
         height: 100%;
         position: fixed;
         z-index: 1001;
         background: rgb(0 0 0 / 43%);
         align-items: center;
         justify-content: center;
         display: flex;
         top: 0;
         left: 0;
       }
       .loader, 
       .loader-mentoring {
          border: 6px solid #f3f3f3;
          border-top: 6px solid #62a83a;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          animation: spin 2s linear infinite;
          position: fixed;
          top: 44%;
          left: 50%;
          z-index: 1002;
       }
       .wait {
          position: fixed;
          top: 53%;
          left: 49%;
          z-index: 1002;
          color: #fff;
       }

       @keyframes spin {
         0% {
             transform: rotate(0deg);
         }
         100% {
             transform: rotate(360deg);
         }
       }
       #loader-wrapper {
        display: none;
       }
.header-home{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
#header.header-scrolled{
    background: rgb(255 255 255 / 100%);
    box-shadow: 0 0 10px #ccc;
}
.close-nav{
    display: none;
}
.site-btnDark{
    background: #003d73;
    border-radius: 20px;
    color: #fff !important;
}
.site-btnDark a{
    color: #fff !important;
}
.logo{
    width: 73%;
}
#header .navbar-nav li a {
    color: #000;
    font-weight: 500;
    display: inline-block;
}
#header .navbar-nav li {
    padding-left: 10px;
    padding-right: 10px;
}
#header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
#header .dropdown-toggle::after {
    vertical-align: middle !important;
}
#header .dropdown-item.active, #header  .dropdown-item:active {
    color: #53a720;
    text-decoration: none;
    background-color: transparent;
}
#header .dropdown-item {
    margin-bottom: 7px;
}
.home-banner{
     background-image: url(../images/banner.jpg);
     padding: 150px 0px 100px;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
     background-position: center;
}
.home-banner h1, .home-banner h2, .home-banner h3{
    text-transform: uppercase;
    font-size: 43px;
    margin-bottom: 4px;
}
.home-banner h1{
    color: #62a83a;
}
.home-banner h2{
    color: #62a83a;
}
.home-banner h3{
    color: #003d74;
    letter-spacing: 14px;
    font-size: 50px;
}
.grey-dots{
    position: absolute;
    top: 100px;
    left: 36px;
}
.btn-greenDark{
    color: #fff;
    background: #62a83a;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 19px;
}
.btn-greenDark:hover{
    color: #fff;
}
.green-dots{
    position: absolute;
    right: 140px;
    bottom: -61px;
}
.green-dots img{
    width: 80%;
}
.back_slide{
    position: absolute;
    left: 8px;
    bottom: -40%;       
}
.back_slide img{
    width: 95%;
    transform: rotate(186deg);
}
#homeSection2{
    text-align: center;
    padding: 90px 0;
}
.title{
        color: #62a83a;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 38px;
}
.subtitle{
    font-size: 20px;
    margin-bottom: 20px;
}
.service-box {
    padding: 20px;
}
.service-box img{
    margin-bottom: 12px;
}
#homeSection3{
    background-image: url(../images/find_solution.jpg);
    padding: 70px 0;
}
#homeSection3 h4 {
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#homeSection3 h5 {
    color: #003d74;
    letter-spacing: 12px;
    font-size: 47px;
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
}
.text-green{
    color: #62a83a;
}
#homeSection4{
    text-align: center;
    position: relative;
    padding: 30px 0 0;
    background: #fafbfd;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 92%;
    overflow: hidden;
}
#homeSection5{
    background-image: url(../images/technology_background.jpg);
    background-repeat: no-repeat;
}
#homeSection5 .custom2.owl-carousel .owl-item {
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 1em;
    box-sizing: border-box;
    /* margin: 0 1.4em; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    box-shadow: 0px 1px 2px #00000029;
}
#homeSection5 .nav-home.nav-pills {
    justify-content: center;
    border: none;
}
#homeSection5 .nav-home.nav-pills .nav-link.active {
    color: #53a720;
    border-bottom: 3px solid #53a720;
}
#homeSection5 .nav-home.nav-pills .nav-link {
    border: 0px solid transparent;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #b5b5b5;
    margin-left: 2em;
    transition: all ease 0.3s;
    border-radius: 0;
}
#homeSection5 .nav-home .nav-link.active {
    color: #53a720;
    border-bottom: 3px solid #53a720;
    background-color: transparent !important;
}
.custom2.owl-carousel .owl-nav .owl-prev, .custom3.owl-carousel .owl-nav .owl-prev {
    position: relative;
    left: -65px;
    top: 15px;
    float: left;
}
.custom2.owl-carousel .owl-nav,.custom3.owl-carousel .owl-nav {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 30px;
    position: absolute;
    top: 15px;
    width: 100%;
}
.custom2.owl-carousel .owl-nav .owl-next , .custom3.owl-carousel .owl-nav .owl-next {
    position: relative;
    float: right;
    right: -60px;
top: 15px;
}

.input-custom{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
        margin-bottom: 40px;
}
#homeSection6{
    background: url(../images/contact_banner.jpg);
    background-repeat: no-repeat;
    padding: 50px 0;
    color: #fff;
    position: relative;
    margin-top: 100px;
    background-position: 100% 100%;
    background-size: cover;
}
.rollimg {
    position: absolute;
        right: 0;
    top: -83px;
}
.rollimg img{
    width: 80%;
        float: right;
}
.input-custom::placeholder{
   color: #fff;
}
#homeSection6 .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: 0;
    outline: 0;
    box-shadow: none;
}
.pxh-3{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.text-white{
    color: #fff;
}
.form-header{
    text-align: center;
    margin-bottom: 40px;
}
.custom1 .item img{
    width: 50px !important;
}
.custom1 .owl-nav{

    float: right;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 35px;

}
.custom1 .owl-prev {
    margin-right: 15px;
}
.testimonal-name {
    font-size: 22px;
    margin-top: 20px;
}
.testimonial-bg{
    /*background: linear-gradient(90deg, #fafbfd 50%, #003d73 50%);*/
    background: #003d73;
}
.custom1{
    color: #fff;
    padding: 40px 25px;
    text-align: left;
}
/*footer*/
footer .footer-info{
    padding: 40px 0;
}
.terms{
    text-align: right;
}
.contactInfo-Footer {
    display: flex;
        margin-bottom: 12px;
}
.copyright{
    background: #003d73;
    color: #fff;
    padding: 6px;
    font-size: 15px;
}
.copyright a{
    color: #fff;
}
.copyright ul{
    list-style: none;
}
.copyright ul li{
    display: inline-block;
        margin-left: 20px;
}
.quickLink-menu{
    list-style: none;
}
.quickLink-menu li {
    margin-bottom: 15px;
}
.quickLink-menu li a{
    color: #a7a7a5;
}
.footer-info h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px !important;
}
.footer-info p{
    color: #a7a7a5;
}

/*About Page*/
.aboutBanner{
    background-image: url(../images/about_us_banner.jpg);
}
.innerBanner{
    padding: 160px 0;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 100% 100% !important;
}

.seperator{
    border: 1px solid #53a720;
    width: 42px !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.aboutSection1 .title {
    text-align: center;
    margin: 0 50px 100px;
}
.aboutSection1{
    position: relative;
        margin-bottom: 50px;
}
.aboutSection3{
    background: #fbfbfb;
}
.aboutSection4{
    background-image: url(../images/about_us_banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 70px 0;
}
.dots1{
        position: absolute;
    bottom: 20px;
    right: 46%;
}
.texture-about{
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 99;
}
.img1{
    position: absolute;
    transform: rotate(180deg);
    left: 0;
    top: 27%;
        width: 384px;
}

.subtext{
        color: #62a83a;
    margin: 20px 0;
    font-size: 34px;
    line-height: 1.2;
}
.about-title {
    text-transform: uppercase;
    font-weight: 600;
}
.about-title-2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.client{
    font-size: 30px;
}
.who-we-are-img{
    text-align: center;
}
.who-we-are-img img{
    width: 85%;
}
.txt1{
        color: #fff;
    font-size: 41px;
    width: 60%;
    line-height: 1.2;
    margin: 25px 0;
        font-weight: 600;
}
.txt2 {
    color: #fff;
    font-size: 26px;
    margin: 25px 0;
}
.txt2 span{
    font-size: 29px;
    margin-right: 10px;
}
.btn-end {
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}
.btn-end a{
        color: #fff;
    background: #62a83a;
    padding: 10px 35px;
    font-size: 19px;
    text-transform: uppercase;
}
.aboutSection5 {
    padding: 80px 0;
    background: #fbfbfb;
    text-align: center;
    position: relative;
}
.aboutSection5 h5{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}
.about {
    width: 60%;
    margin: 0 auto;
    padding: 120px 0;
}
.title-2{
        width: 50%;
    margin: 0 auto;
}
.icn{
    position: absolute;
}
.icon9 {
    bottom: 10%;
    right: 6%;
    width: 84px;
}
.icon8 {
    bottom: -6%;
    right: 14%;
    width: 84px;
}
.icon7 {
    left: 32%;
    width: 85px;
    bottom: 10%;
}
.icon6 {
    right: 26%;
    bottom: 10%;
    width: 85px;
}
.icon5 {
    left: 8%;
    width: 90px;
    bottom: 0;
}
.icon4 {
    width: 105px;
    right: 6%;
    top: 43%;
}
.icon3 {
    width: 85px;
    left: 4%;
    top: 39%;
}
.icon2 {
        top: 24%;
    width: 83px;
    right: 34%;
}
.icon1 {
    width: 83px;
    left: 32%;
    top: 24%;
}
.no-border-radius{
    border-radius: 0;
}
/*About Page ends*/

/*Contact page*/
.contactBanner{
    background-image: url(../images/contact_us_banner.jpg);    
}
.contact-block-outer{
   text-align: center;
    margin-top: -87px;
    position: relative;
    background: #fff;
    padding: 50px 0;
    box-shadow: 0 0 6px #e8e8e8;
}
.contact-block img {
    width: 48px;
    margin-bottom: 5px;
}
.contact-block h3 {
        font-size: 21px;
    font-weight: 600;
    margin-bottom: 2px;
}
.img2{

    position: absolute;
    transform: rotate(180deg);
    left: 0;
    width: 384px;
    z-index: 1;

}
.contact-section2{
    position: relative;
    margin-top: 80px;
}
.dots2 {
    position: absolute;
    top: -19%;
    right: 14%;
    z-index: 1;
}
.w-80{
    width: 80%;
}
.input-custom-2 {
    background: #fafcf7;
    height: 50px;
    border-radius: 8px;
    border-color: #eeefec;  
}
.texture-contact {
    position: absolute;
    bottom: -35%;
    left: 0%;
    z-index: -1;
}
/*contact page end*/

/*Service page start*/
.serviceBanner{
    background: url(../images/service_banner.jpg);
}
.service_box {
        border: 1px solid #ccc;
    padding: 35px 25px;
    text-align: center;
    margin: 15px;
}
.service_box img {
    margin-bottom: 15px;
}
.service_box h4 {
    margin-bottom: 10px;
    font-weight: 600;
}
.service_box a {
    color: #62a83a;
}
.service_box:hover {
    background: #62a83a;
    color: #fff;
    box-shadow: 0 0 5px #ccc;
}
.service_box:hover a{
    color: #fff;
}
.service-section2{
    background: #fbfbfb;
}
.subtext2{
        margin: 20px 0;
    font-size: 36px;
    line-height: 1.2;

}

.progress-bar1 {
    box-shadow:none;
    -webkit-box-shadow:none;
    background: linear-gradient(135deg,#0e93bf 20%, #36c8d6 30%, #57f7e8 50%);
}
.progress-bar2 {
    box-shadow:none;
    -webkit-box-shadow:none;
    background: linear-gradient(135deg,#d4572b 20%, #e2955f 30%, #e8b67b 50%);
}
.progress-bar3 {
    box-shadow:none;
    -webkit-box-shadow:none;
    background: linear-gradient(90deg, #dc4fbb 20%,#c151ca 30%, #6e4df4 50%);
}
.progress-bar4 {
    box-shadow:none;
    -webkit-box-shadow:none;
    background: linear-gradient(135deg, #e56f53 20%, #e65c77 30%, #e44d93 50%);
}
.progress {
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e4e4e4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.progress-title {
    margin-top: 25px;
    margin-bottom: 5px;
}
.progress-title span{
    float:right;
    margin-right: 30px;
}

.title-center{
        width: 70%;
    margin: 0 auto;
    text-align: center;
}
.service-section3{
    text-align: center;
    padding: 100px 0px;
    position: relative;
}
.service-section3 h4{
        font-size: 30px;
    margin-bottom: 60px !important;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
}
.texture-service{
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}
.grey-dots1 {
    position: absolute;
    right: 4%;
    top: -10%;
}  
.green-dots1{
    position: absolute;
    bottom: -10%;
    right: 20%;
    position: absolute;
    bottom: -25%;
    right: 12%;
} 
.service-section4{
    background-image: linear-gradient(0deg, rgb(98 168 58 / 84%), rgb(98 168 58 / 84%)),url(../images/bg_o.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.btn-greenLight{
    color: #62a83a;
    background: #fff;
    border-radius: 0;
    padding: 10px 22px;
    font-size: 19px;
}
.btn-greenLight:hover{
    color:#62a83a;
}
.service-section4 h4{
        font-size: 35px;
}
.service-section4 p{
    font-size: 20px;
    width: 80%;
    margin: 30px auto;
}

.icon-img{
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto 13px;
}
.ui-img{
    background-image: url(../images/ui.png);
}
.service_box:hover .ui-img{
    background-image: url(../images/ui-white.png);
}
.web-img{
    background-image: url(../images/web_icon.png);    
}
.service_box:hover .web-img{
    background-image: url(../images/web_icon_white.png);
}
.mobile-img{
    background-image: url(../images/mobile_icon.png);    
}
.service_box:hover .mobile-img{
    background-image: url(../images/mobile_icon_white.png);
}
.digital-img{
    background-image: url(../images/digital.png);    
}
.service_box:hover .digital-img{
    background-image: url(../images/digital_white.png);
}
.clould-img{
    background-image: url(../images/cloud_icon.png);    
}
.service_box:hover .clould-img{
    background-image: url(../images/cloud_icon_white.png);
}
.robotics-img{
    background-image: url(../images/automation_icon.png);    
}
.service_box:hover .robotics-img{
    background-image: url(../images/automation_icon_white.png);
}
/*service page end*/

/*ui-ux page start*/
.uiBanner{
     background: url(../images/banner/ui_ux.jpg);
}
.webappBanner{
     background: url(../images/banner/web_application.jpg);
}
.mobileappBanner{
     background: url(../images/banner/mobile_application.jpg);
}
.digitalBanner{
     background: url(../images/banner/digital_marketing.jpg);
}
.cloudBanner{
     background: url(../images/banner/cloud_infrastruture.jpg);
}
.roboticsBanner{
     background: url(../images/banner/robotics.jpg);
}
.ui-section2 {
    background: #f9faff;
    position: relative;
}
.green-dots2{
    position: absolute;
    width: 115px;
    left: 18%;
}
.ui-section3{
        padding: 80px 0;
}
.ui-section4{
    background: #fafcf7;
    position: relative;
        padding: 80px 0;
}
.service-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
        word-spacing: 8px;
}
.service-title span {
    letter-spacing: 3px;
}
.custom3 .owl-item img{
    width: 120px;
    margin: 0 auto;
}
.tab-service {
    padding: 40px 0;
}
.tabs-left {
   display: block;
    background: #e6e6e6;
/*    margin: 40px;*/
    position: relative;
/*    margin-right: 0;*/
}
.tabs-left li {
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.tabs-left .nav-link.active, .tabs-left .show>.nav-link{
    background: transparent;
    color:#62a83a;
}
.tabs-left .nav-link.active:after{
    
    font-family: "FontAwesome";
    content: "\f061";
    font-weight: 100;
    margin-left: 7px;
}
.tabs-left:before {
    content: '';
    background: #62a83a;
    width: 11px;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}

#nav-icon4 span:nth-child(1) {
    top: -8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
    top: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4{
    width: 35px;
    height: 0px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: none;
}
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #62a83a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
 

.close-nav {
    display: none;
}
.contactInfo-Footer img{
    margin-right: 1rem;
}
.plh-2{
    padding-left: 45px;
}
.follow span {
    display: block;
}
@media (max-width: 1200px){
.service_box {
    margin: 15px 0;
    padding: 35px 15px;
    }    
.title {
    font-size: 35px;
}
.subtitle {
    font-size: 17px;
}    
    .txt1 {
    width: 100%;
    font-size: 28px;
}
.txt2 {
    font-size: 22px;
    }
}
@media (max-width: 1024px){
    .title-center {
    width: 100%;
}
.green-dots1 {
    bottom: -10%;
    width: 97px;
    }
    .subtext2 {
 
    font-size: 30px;
}
.service-section3 h4 {
    width: 100%;
    font-size: 28px;
}
.service-section4 p {
    width: 100%;
    font-size: 18px;
    margin: 15px auto;
}
.service-section4 h4 {
    font-size: 32px;
}
.icn {
    width: 70px !important;
}
.subtext {
    font-size: 24px;
    }
.innerBanner {
    padding: 120px 0;
}
.title-2 {
    width: 100%;
    margin: 0 auto;
}

    .aboutSection1 .title {
    margin: 0 0px 50px;
}
.aboutSection3 h5 {
    white-space: nowrap;
}
    .subtitle {
    font-size: 18px;
}
.title {
    font-size: 35px;
}
.service-box h4 {
    font-size: 22px;
    margin-bottom: 8px;
}
.home-banner h3 {
    font-size: 34px;
}
.home-banner h1, .home-banner h2, .home-banner h3 {
    font-size: 35px;
}

.home-banner {
    padding: 130px 0px 50px;/*
    background-position: 100% 100%;*/
}
#homeSection3 h5 {
    font-size: 38px;
    }
    #homeSection3 h4 {
    font-size: 35px;
}
.custom1 .item h4 {
    font-size: 18px;
}
.footer-info h4 {
    font-size: 17px;
}
footer {
    font-size: 15px;
}
.contactInfo-Footer img{
    margin-right: 0rem;
}
.plh-2{
    margin-left: 0;
}
}

@media (max-width: 991px){
.contact-block-outer {
    padding: 30px 0;
}
.img2 {

    width: 285px;

}
.close-nav{
    display: block;
}
    .aboutSection4 {
    background-position: center;
}
    .service-box h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.title {
    font-size: 32px;
}
.subtitle {
    font-size: 16px;
}
        #header .navbar-collapse {
      position:fixed;
      right: 0%;
      padding: 15px;
      width:100%;
      top:0%;
      height:100%;
      background: #fff;
      z-index: 9;
  }
  #header .navbar-toggler{
    border: none;
    color: #333333;
  }
  #header .navbar-toggler:focus{
    outline: none;
  }
#header .navbar-collapse.collapsing {
      height: auto;
      -webkit-transition: right 0.3s ease;
      -o-transition: right 0.3s ease;
      -moz-transition: right 0.3s ease;
      transition: right 0.3s ease;
      right: -100%;
  }
  #header .navbar-collapse.show {
      right: 0;
      -webkit-transition: right 0.3s ease-in;
      -o-transition: right 0.3s ease-in;
      -moz-transition: right 0.3s ease-in;
      transition: right 0.3s ease-in;
  }
  #header li.nav-item {
font-size: 18px;
width: max-content;
/*    margin-left: auto;*/

}
#header .site-btnDark {
    width: 141px !important;
    text-align: center;
}
#header .navbar-nav .dropdown-menu{
    border: none;
    display: block;
}
    .close-nav {
        position: absolute;
        right: 26px;
        top: 16px;
        display: block;
            color: green;
    font-size: 35px;
    }
    #header .navbar-nav{
            margin-top: 50px;
    }
    .back_slide {
    bottom: -22%;
}
.back_slide img {
    width: 65%;
}
.green-dots img {
    width: 65%;
}

.grey-dots img {
    width: 63%;
}
.copyright {
    font-size: 13px;
}
body{
        font-size: 14px;
}

.custom3.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.custom3.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
}
@media (min-width: 800px) and (max-width: 1199px){
.container, .container-md, .container-sm {
    max-width: 750px;
}
}
   @media (min-width: 620px) and (max-width: 767px){

.container, .container-sm {
    max-width: 600px;
}
}
@media(max-width: 767px){
   .innerBanner {
    background-position: center !important;
}
.home-banner{
    background-image: url('../images/home-mobile.jpg');
}
.aboutSection4 {
    background-image: url(../images/about_mobile.jpg);
}    
    #homeSection5 .nav-home.nav-pills .nav-link {
    font-size: 14px;
    margin-left: 3px;
}
    .innerBanner h1 {
    font-size: 26px;
    padding: 0 15px;
}
.ui-section3 p{
    padding: 0 15px;
}
.ui-section3 {
    padding: 40px 0;
}
.green-dots2{
    display: none;
}
   .subtext2 {
    font-size: 25px;
}
.service-title {
    font-size: 30px;

    } 
   .service-section3 h4 {
    font-size: 24px;
} 
.service-section4 h4 {
    font-size: 24px;
}
.contact-block-outer {
    margin-top: 20px;
    padding: 15px;
}
.contact-block {
    margin-bottom: 15px;
}
  .icn {
    width: 40px !important;
}
.txt2 {
    font-size: 18px;
}
.txt2 span {
    font-size: 25px;
}
    .plh-2 {
        padding-left: 15px;
    }
    .footer-info h4 {
       margin-top: 10px;
}
.footer-info p {
    color: #a7a7a5;
    margin-bottom: 20px;
}
.contactInfo-Footer img {
   height: 24px;
       margin-right: 0.5rem;
}
.follow span {
    display: unset;
}
.testimonial-bg{
    background: linear-gradient(180deg, #fafbfd 50%, #003d73 50%);
}
.custom2.owl-carousel .owl-nav{
    top: -2px;
    }
    .custom3.owl-carousel .owl-nav {
    top: 23px;
}
    .terms{
    text-align: center;
        margin-top: 5px;
}
.copyright {
 text-align: center;
}
.rollimg img {
    width: 57%;
    }
    .custom2.owl-carousel .owl-nav .owl-next {
    right: -40px;
}
.custom3.owl-carousel .owl-nav .owl-next{
    right: 0;
}
.custom2.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
 .custom3.owl-carousel .owl-nav .owl-prev{
    left: 0;
 }
#homeSection3 {
    padding: 70px 15px;
}
.service-box {
    padding: 20px 0px;
}
.home-banner h1, .home-banner h2, .home-banner h3 {
    font-size: 30px;
}
.title {
    font-size: 29px;
}
.subtitle {
    font-size: 15px;
}

.aboutSection1 .title {
    margin: 0 0px 50px;
}
.texture-about {
    z-index: -1;
}
    .btn-end {
    display: block;
    position: relative;
}
.btn-end a {
    color: #62a83a;
    background: #ffffff;
}
}

@media(max-width: 320px){
    .title ,.about-title, .subtext2{
    font-size: 25px;
}
}