/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 14, 2022 */

@font-face {
    font-family: 'ubuntubold';
    src: url('../font/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../font/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntulight';
    src: url('../font/ubuntu-light-webfont.woff2') format('woff2'),
         url('../font/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../font/ubuntu-medium-webfont.woff2') format('woff2'),
         url('../font/ubuntu-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('../font/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../font/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold';
    src: url('../font/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../font/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('../font/ubuntu-light-webfont.woff2') format('woff2'),
         url('../font/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* end font */
html {
    scroll-behavior: smooth;
  }
body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}
a, a:hover{
    text-decoration: none;
}
ul, li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
h1{
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    margin: 0 0 20px;
    /* text-decoration: underline 2px #029B02; */
}
h2{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 0 0 15px;
}
h3{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000000;
}
h4{
    color: #029B02;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}
h5{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000000;
}
h6{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000000;
}

p{
    font-weight: 400;
    color: #8D8D8D;
    font-size: 18px;
}
input{
    height: 45px;
    background: #EBFAFF !important;
    border: #EBFAFF !important;
    padding: 10px;
}
textarea{
    background: #EBFAFF !important;
    border: #EBFAFF !important;
}
button{
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s;
    height: 50px;
}
.green_btn{
    background: #029B02;
    border: 1px solid #029B02;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s;
    height: 50px;
    display: inline-block;
}
.green_btn:hover{
    background: #ffffff;
    color: #029B02;
    transition: all 0.3s;
}
.blue_btn{
    background: #007093;
    border: 1px solid #007093;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s;
    height: 50px;
    display: inline-block;
}
.blue_btn:hover{
    background: #ffffff;
    color: #007093;
    transition: all 0.3s;
}
:focus, :focus-visible{
    outline: none;
    border: none;
}
.fixed {
    position: fixed !important;
    top:0; 
    left:0;
    width: 100%;
    background: #effbff;
    padding-bottom: 20px;
 }

 img{
    width: auto;
    height: auto;
 }
/* ================= common styling end ==================== */
/* ------------ start top header------- */
.top-head{
    background: #007093;
    padding: 20px 0;
}
.contact_info{
    text-align: center;
}
.contact_info li{
    display: inline-block;
    transition: all 0.3s;
    padding-right: 30px;
}
.contact_info li:hover{
    transition: all 0.3s;
    opacity: 0.7;
}
.contact_info li a{
    color: #ffffff;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.register_info {
    text-align: right;
}
.register_info li span{
    color: #ffffff;
}
.register_info li{
    display: inline-block;
    transition: all 0.3s;
    padding-right: 20px;
}
.register_info li a{
    color: #ffffff;
    transition: all 0.3s;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.register_info li a:hover{
    transition: all 0.3s;
    opacity: 0.7;
}
/* ------------end top header------- */
/* ------ nav bar start ---------*/
.navbar-toggler {
    display: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    text-align: right;
    float: right;
    margin: 45px 0 0;
}
.navbar-nav{
    background: rgba(235, 250, 255, 0.79);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    padding: 15px 0;
}
.navbar-nav li{
    display: inline-block;
    padding: 0 15px;
}.navbar-brand>img {
    display: block;
    width: 230px !important;
}
.navbar-nav>li a {
    color: #000000;
    border-bottom: 1px solid transparent;
    padding: 0 0 5px;
    text-transform:uppercase;
    font-size: 16px;
}
.nav-item.active a, .nav-item a:hover {
    /* font-weight: 600; */
    border-bottom: 2px solid #029B02;
    transition: all 0.3s;
    color: #029B02;
}
.header-fine{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
}
/* ------ nav bar end ---------*/
/* main-banner slider */
.main-banner{
    background: url(../images/main-bg.png) no-repeat;
    display: block;
    background-size: cover;
    background-position: top center;
    width: 100%;
    min-height: 650px;
    position: relative;
}
.main-banner .item{
    padding: 220px 0;
}
.header-info {
    text-align: left;
}
.main-img-fine {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-align: right;
}
.main-img-fine img {
    width: 80%;
}
.main-banner .carousel-control {
    color: #029b02;
    text-shadow: none;
    background-color: transparent;
    opacity: 1;
}
.main-banner .carousel-control.right, .main-banner .carousel-control.left {
    background-image: none;
    filter:  none;
    background-repeat: repeat-x;
}
.main-banner .carousel-control .glyphicon-chevron-left, .main-banner .carousel-control .icon-prev {
    margin-left: -60px;
}
.main-banner .carousel-control .glyphicon-chevron-right, .main-banner .carousel-control .icon-next {
    margin-right: -60px;
}
.header-info h2 {
    height: 135px;
    overflow: hidden;
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
}
.main-banner .glyphicon-chevron-right{
    background: url(../images/right-arrow.png) no-repeat;
    width: 38px !important;
    height: 48px !important;
    font-size: 0 !important;
    display: block;
    background-size: 74% !important;
}
.main-banner .glyphicon-chevron-left{
    background: url(../images/left-arrow.png) no-repeat;
    width: 38px !important;
    height: 48px !important;
    display: block;
    font-size: 0 !important;
    background-size: 74% !important;
}
/* end main banner */
/* --------second section start--- */
.grow_up {
    margin-top: 80px;
}
.business-section .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img_wrap img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.link-site {
    position: absolute;
    bottom: 7%;
    right: 4%;
    color: #3c3c3c;
    background: #efffef;
    padding: 10px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}
.link-site:hover {
    color: #ffffff;
    background: #3c3c3c;
    transition: all 0.3s;
}
.link-site2 {
    color: #3c3c3c;
    background: #efffef;
    padding: 5px 18px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s;
    margin-top: 10px;
    border: 1px solid #efffef;
}
.link-site2:hover {
    color: #ffffff;
    background: #007093;
    transition: all 0.3s;
}
.description_detail{
    background: #EFFFEF;
    padding: 30px;
    height: 490px;
    position: relative;
}
.detail_info {
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
}
.detail_info h2 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.detail_info p {
    color: #8D8D8D;
    font-size: 14px;
    margin-bottom: 15px;
}
.sub-content i{
   color: #029b02;
   margin-right: 10px;
}
.sub-content h3{
    font-size: 12px; 
    color: #007093;
    text-align: left;
    font-weight: 400;
 }
.read-btn {
    background: #D1FFD1;
    border: 1px solid #D1FFD1;
    color: #000000;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    height: 50px;
    margin-top: 15px;
    display: inline-block;
}
.read-btn:hover {
    background: #029b02;
    border: 1px solid #029b02;
    transition: all 0.3s;
    color: #ffffff;
}
.read-btn2 {
    background: #D2F7F5;
    border: 1px solid #D2F7F5;
    color: #000000;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    height: 50px;
}
.read-btn2:hover {
    background: #007093;
    border: 1px solid #007093;
    transition: all 0.3s;
    color: #ffffff;
}
.lums-img{
    float: right;
}
.lums-detail{
    float: left;
}
.business-section col-md-6{
    padding: 0;
}
.grow-head{
    text-align: center;
    margin-bottom: 30px;
}
.grow-box {
    margin-bottom: 30px;
}
.grow-box img {
    width: 60px;
    margin-bottom: 17px;
}
.business-section{
    margin: 0;
}
.lms-indicator li img {
    width: 65px;
}
.lms-indicator {
    left: 0;
    margin: 40px 0 0;
    position: relative;
    width: 100%;
    text-align: left;
}
.lms-indicator li{
    width:auto !important;
    height: auto !important;
    margin: 0 10px !important;
    text-transform: uppercase;
    text-indent: 1px !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    font-size: 12px;
}
.lms-indicator li.active {
    width:auto !important;
    height: auto !important;
    margin: 0 10px !important;
    text-indent: 1px !important;
    background-color: #007093 !important;
    border: 1px solid #007093 !important;
    border-radius: 2px !important;
    color: #ffffff;
    padding: 5px;
}
/* --------second section end--- */
/* --------- about us------ */
.main-banner_2{
    background: url(../images/second_bg.png) no-repeat;
    display: block;
    background-size: cover;
    background-position: top center;
    width: 100%;
    min-height: 650px;
    padding: 100px 0;
    position: relative;
}
.about_info h2{
 text-align: left;
 margin-bottom: 30px;
}

.about_us li{
    margin-bottom: 20px;
}
.about_us li i{
    float: left;
    width: 30px;
}
.about_us li span {
    float: left;
    padding-left: 30px;
    width: 90%; color: #8D8D8D;
}
/* ============ testimonials ======= */
.testimonials {
    margin: 80px 0;
}
.testimonials .carousel-inner {
    overflow: inherit !important;
    margin-top: 110px;
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.testimonials .grow-head h2 {
    width: 50%;
    text-align: center;
    margin: auto;
}
.carousel-inner {
    margin: auto;
    text-align: center;
}
.testimonial_section button{
    color: #007093;
    background: transparent;
    font-size: 44px;
    margin-bottom: 30px;
}
.title_testimoonials{
    text-align: center;
}
.user-wraper{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin: auto;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1043;
    bottom: -80px;
}
.title_testimoonials img {
    width: 80px;
    height: 80px;
}
.testimonial_subtitle {
    color: #0aaa7a;
    font-size: 12px;
    margin-bottom: 20px;
}
.cover-test {
    background: #f8f8f8;
    padding: 30px 50px !important;
    border-radius: 10px;
}
.testimonial_section{
    padding-bottom: 50px;
}

.testimonial_section p{
    font-size: 14px;
}
.title_testimoonials h4{
    margin-bottom: 15px;
}

/* ================== contact us================= */

.contact_us{
    background: #EBFAFF;
    padding: 30px 0;
    margin-bottom: 100px;
}
.contact_us_form{
    background: #ffffff;
    padding: 50px 50px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
}
.form_info{
    margin-bottom: 25px;
}
.form_info label{
    font-size: 16px;
    font-weight: 500;
}
.form_info button {
    width: 100%;
}

/* --------------client---------- */
.our-client {
    margin-bottom: 100px;
    text-align: center;
}
.our-client li {
    display: inline-block;
    margin: 10px;
}
.our-client li a {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 15px;
    transition: all 0.3s;
}
.our-client li a img {
   opacity: 0.5;
}
.our-client li a:hover {
    box-shadow: 0px 4px 4px rgba(0, 112, 147, 0.32);
    transition: all 0.3s;
    
}
.our-client li a img:hover {
    transition: all 0.3s;
    
}
.our-client li:hover a img{
    opacity: 1;
}

/* --------------------------modal---------------- */
.demo-form{
    padding: 0 30px;
}
.form-row{
    margin-bottom: 20px;
}
.request-demo-form{
    position: relative;
}
.request-demo-form h5{
    color: #ffffff;
}
.request-demo-form .close {
    margin-top: -2px;
    position: absolute;
    right: 13px;
    top: 6px;
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
}
.request-demo-form .modal-header {
    background: #337ab7;
}
.form-footers button {
    height: 44px;
    padding: 0 15px !important;
    font-size: 14px;
}
/* ------------- footer -------------- */

.footer_area{
    background: url(../images/footer_bg.png) no-repeat;
    min-height: 320px;
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
.address-footer-link {
    margin-top: 93px;
}
.footer-img {
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 0;
}.footer-logo img {
    width: 260px;
}
.footer-img img {
    width: 100%;
    position: relative;
    /*z-index: -1;*/
}
.footer-logos{
    margin-top: 70px;
}
.footer-logo {
    display: block;
    text-align: center;
}
.footer-logos a{
    display: block;
}
.footer-link {
    margin-bottom: 30px;
}
.address-footer-link li{
    display: block;
    margin-bottom: 25px;
}
.address-footer-link li a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
}
.address-footer-link li span{
    display: inline-block;
    vertical-align: top;
}
.address-footer-link li span img{
    margin-right: 15px;
}
.address-footer-link li a:hover{
    opacity: 0.7;
    transition: all 0.3s;
}
/* media queries */

@media(max-width:1200px){

    /* main banner start */
    h1 {
        font-size: 36px;
    }
    
    .main-img-fine {
        text-align: right;
    }
    .main-img-fine img {
        width: 70%;
    }
    .header-info p {
        height: 145px;
    }
    .navbar-nav li {
        padding: 0 6px;
    }
    .navbar-nav>li a {
        font-size: 13px;
    }
    /* main banner end */
}
@media(max-width: 1023px){

    /* ---- header start ---- */
    .header-fine .container {
        width: 100%;
    }
    /* ---- header ends ---- */
    /* ------------- testimonials-------- */
    .main-service-fine img {
        width: 100%;
        margin-left: 0;
    }
    
}

@media(max-width: 991px){

    /* ---- header start ---- */
    .navbar-brand img {
        width: 150px !important;
    }
    .navbar-nav li {
        display: inline-block;
        padding: 0 8px;
    }
    .navbar-collapse {
        margin: 30px 0 0;
    }

    /* ---- header end ---- */
     /* main banner start */
     .main-banner {
        background-size: cover;
        height: auto;
        min-height: 620px;
    }
    .main-img-fine img {
        width: 50%;
    }
    .main-img-fine {
        bottom: 0;
    }
    .main-banner .item {
        padding:170px 0 0; 
    }
    .header-info h2 {
        height: 229px;
    }
    .navbar-nav>li a {
        font-size: 13px;
    }
    .navbar-nav li {
        padding: 0 4px;
    }
     /* second section */
     .detail_info {
        margin: 0;
        position: relative !important;
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        padding:30px;
    }    
    .img_wrap{
        position: relative;
    }
    .img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .detail_info h2 {
        font-size: 32px;
        margin-bottom: 13px;
    }
    .description_detail {
        height: auto;
    }
    .business-section .col-md-6 {
        width: 100%;
    }
    .testimonials .grow-head h2 {
        width: 90%;
    }
    .testimonials .carousel-inner {
        margin-top: 40px;
    }
    /* --------------footer--- */
    .footer-img {
        width: 28%;
    }
}
@media(max-width:767px){
    /* --------- menu start------- */
    .navbar-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 35px;
        background: none;
        border: none;
    }
    .navbar-toggler-icon {
        width: 40px;
        height: 2px;
        background: #007093;
        display: block;
        margin: 0 0 8px;
    }
    .navbar-collapse {
        width: 100%;
        text-align: center;
        margin: 30px 0 0;
    }
    .navbar-nav li {
        display: block;
        margin: 20px 0;
    }
    .navbar-nav{
        background: rgba(235, 250, 255, 0.9);
    }
    .navbar-nav>li a {
        font-size: 16px;
    }
      /* --------- menu end------- */
      /* top header start */
      .top-head {
        text-align: center;
    }
    .register_info {
        text-align: center;
        margin-top: 20px;
    }
    /* -top header end---- */
    /* main banner-start---- */
    
    .main-img-fine {
        text-align: center;
        position: inherit;
        margin-top: 70px;
    }
    .main-img-fine img {
        width: 100%;
    }
    .header-info p {
        height: auto;
        margin-bottom: 20px;
    }
    .main-banner {
        text-align: center;
        height: auto;
        margin-bottom: 50px;
        background-size: cover;
    }
    .main-banner .item {
        padding:130px 40px 0; 
    }
    .header-info {
        text-align: center;
    }
    .header-info h1 {
        text-align: center;
    
    }
    .main-banner .carousel-control{
        display: none;
    }
    .fixed {
        padding-bottom: 38px;
    }
    .header-info h2 {
        height: 218px;
        text-align: center;
    }
    .navbar-nav>li a {
        font-size: 16px;
    }    
    /* main banner-end---- */

    /* -------second section grow up ---- */
    .grow-box {
        text-align: center;
    }
    .lums-img{
        float: none;
    }
    .lums-detail{
        float: none;
    }  
    /* about  */
    .main-banner_2 {
        text-align: center;
        padding: 50px 0;
    }
    .about_info h2 {
        text-align: center;
    }
    /* ============== services-------- */
    .main-service-fine {
        text-align: center;
    }
    .main-service-fine img {
        width: 50%;
        margin-left: 0;
    }
    .panel-group {
        margin-bottom: 80px;
    }
    /* =========== testimonials========== */
    .testimonials .grow-head h2 {
        width: 90%;
    }
    .title_testimoonials img {
        bottom: -99px;
    }
    /* --------about ---------- */
    .contact_us_form {
        padding: 20px;
    }

    /* -------------footer-------- */
    .address-footer-link li span {
        width: 100%;
    }
    .footer-img{
        display: none;
    }
    
    .footer-link {
        text-align: center;
    }
    .footer-link li {
        display: inline-block;
        margin: 0 10px 10px;
    }
    .footer-logo {
        margin: 0px 0 30px;
    }
    .footer_area {
        background-color: #ebfaff;
    }
    .address-footer-link {
        margin-top: 0;
        text-align: center;
    }
    .footer-logo {
        margin: 0px 0 30px;
        text-align: center;
    }
    .footer-logos {
        margin-top: 0;
    } 
}
@media(max-width:479px){
     /* main bannerstart---- */

     .main-banner .item {
        padding: 130px 5px 0;
    }
    /* main banner end---- */
    
    /* ============== services-------- */
    .main-service-fine img {
        width: 100%;
    }
    /* ------------our client------ */
    .our-client li {
        display: inline-block;
        margin: 10px;
    }
    .our-client li a img {
        width: 80px;
    }
    .our-client li a {
        padding: 20px;
    }
    /* ---------about----- */
    .about_us li span {
        width: 87%;
    }

    .header-info h2 {
        height: auto;
        text-align: center;
    }
}