*{
    box-sizing: border-box;
    padding:0;
    margin: 0;
    font-family: Roboto, snas-serif;
    text-decoration: none;
    list-style: none;
}

.container{
    margin: 0 auto;
    padding: 0 15px;
}

section{
    display: inline-block;
    width: 100%;
}



@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.col-md-6{
    width:50%;
    padding:0 15px;
    float:left;
}

.col-md-4{
    width:33%;
    padding:0 15px;
    float:left;
}

.col-md-5{
    width:40%;
    padding:0 15px;
    float:left;
}

.col-md-7{
    width:60%;
    padding:0 15px;
    float:left;
}

.col-md-8{
    width:67%;
    padding:0 15px;
    float:left;
}

.col-md-12{
    width:100%;
    padding:0 15px;
    float:left;
}

.col-md-3{
    width:25%;
    padding:0 15px;
    float:left;
}

.logo img{
    width: auto;
    height: 43px;
}

.header-top{
    background: #063559;
    display:inline-block;
    width:100%;
    color:#fff;
    padding: 12px 0;
    position: relative;
}

.left-column{
    float:left;
    display: flex;
    position: relative;
}

.left-column .text{
    position: relative;
    z-index: 9;
    margin-right: 60px;
}

.left-column .office-hour{
    position: relative;
    z-index: 9;
}

.left-column:before{
    content: '';
    position: absolute;
    left: -45%;
    top: -12px;
    height: 43.2px;
    width: 100%;
    background: #e7b207;
}

.right-column{
    float:right;
}

.header-upper{
    padding: 11px 0 6px;
    display: inline-block;
    width: 100%;
    margin-top: -4px;
    margin-bottom: -4px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 45%);
}

.header-upper .logo-box{
    float:left;
}

.header-upper ul{
    display:flex;
    margin-top: 13px;
}

.header-upper .mobile-nav-toggler{
    display:none;
}

.header-upper ul li a{
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 0px 25px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hero-section{
    background:  url(../img/bg-hero.jpg);
    padding: 100px 0;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    padding: 150px 0 100px;
}

.hero-section .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(6 53 89 / 80%) 35%, rgba(6,53,89,0) 100%);
    z-index: 0;
}


.hero-section h1{
    color:#fff;
    font-size: 45px;
    z-index: 9;
    position: relative;
}

.hero-section p{
    color: #fff;
    font-size: 20px;
    border-left: 5px solid #e7b207;
    padding-left: 12px;
    margin-top: 20px;
    z-index: 9;
    position: relative;
}

.hero-section a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 0;
    overflow: hidden;
    background: #e7b207;
    margin-top: 36px;
    z-index: 9;
}

.hero-section a i{
    font-size: 18px;
    top: 2px;
    position: relative;
    margin-left: 8px;
}

.about-section{
    padding: 100px 0 310px;
    background: #063559;
    margin-bottom: -18px;
}

.about-section img{
    width:100%;
}

.about-section .under-title{
    color: #06175b;
}

.about-section h2{
    font-size: 38px;
    color: #fff;
    margin: 0px 0 60px;
    position: relative;
    text-align: center;
}

.about-section p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}

.about-section a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 0;
    overflow: hidden;
    background: #e7b207;
    margin-top: 10px;
}

.about-section a i{
    font-size: 18px;
    top: 2px;
    position: relative;
    margin-left: 8px;
}

.about-section h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    width: 86px;
    height: 2px;
    background-color: #e7b207;
    margin-left: -43px;
}

.exp-block{
    position:relative;
}

.exp{
    position: absolute;
    background: #fff;
    top: 80%;
    right: 7%;
    font-size: 18px;
    padding: 15px 25px;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #06175b;
}

.exp strong{
    display: block;
    font-size: 70px;
    font-weight: 1000;
    color: #e7b207;
    text-shadow: 0px 0px 0px #000;
}

table {
      width: 100%;
      /*border-collapse: collapse;*/
      background-color: #fff;
      max-width: 950px;
      margin:0 auto;
    }
    th, td {
      padding: 18px 10px;
        text-align: left;
        width: 80%;
        border-radius: 4px;
    }
    th {
      background-color: #f2f2f2;
    }
    tr:nth-child(even) {
      background-color: #f2f2f2;
    }
    tr:hover {
      background-color: #e0e0e0;
    }

    tr td:nth-child(2){
        text-align: center;
    }

    tr th:nth-child(2){
        text-align: center;
    }

.services-section{
    padding: 80px 0 40px;
    background-image: -moz-linear-gradient(90deg, #f3f3f3 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #f3f3f3 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #f3f3f3 0%, white 100%);
}

.services-section .text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 40px;
}

.services-section .inner-box {
    position: relative;
    padding: 45px 25px 40px;
    background-color: #fff;
    display: block;
    margin-bottom: 60px;
    border-bottom: 3px solid #063559;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 10px;
}

.services-section .inner-box:hover, .services-section .inner-box:focus, .services-section .inner-box:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.services-section .inner-box:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.services-section .inner-box:hover:before, .services-section .inner-box:focus:before, .services-section .inner-box:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.services-section .inner-box .icon{
    text-align: right;
    position: absolute;
    right: 30px;
    top: 15px;
}

.services-section .inner-box  i{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 35px;
    color: #07e70c;
    opacity: 0.3;
}

.services-section .inner-box h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 13px;
}

.clients{
    display: block;
    max-width: 850px;
    margin:0 auto;
}

.testimonial .avatar img{
    float: left;
    width: 121px;
    border-radius: 100%;
    margin: 0px 34px 0 0;
}

.testimonial .quote p{
    color:#fff;
}

.testimonial .quote .author{
    font-weight: 600;
    text-decoration:underline;
}

.owl-carousel {
      margin: 0 auto;
    }
    .owl-nav i {
      font-size: 24px;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
    }
    .owl-nav .owl-prev {
      left: -25px;
      position: absolute;
      top:50%;
    }
    .owl-nav .owl-next {
      right: -25px;
      position: absolute;
      top:50%;
    }

    .owl-dots {
      text-align: center;
      margin-top: 20px;
    }
    .owl-dot {
      display: inline-block;
      margin: 0 5px;
      width: 12px;
      height: 12px;
      background-color: #fff!important;
      border-radius: 50%;
      cursor: pointer;
    }

    .owl-dot.active{
        background: #ccc!important;
    }

.features-section{
    padding: 0;
    margin: -205px 0;
    z-index: 999;
    position: relative;
}

.features-section form h3{
    font-size: 26px;
    color: #063559;
    margin-bottom: 45px;
}

.features-section form{
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 15px;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 29%);
    position:relative;
}

.features-section form img{
    height: 50px;
    margin-bottom: 10px;
}

.features-section form input{
    padding: 8px 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #bebebe;
    border-radius: 2px;
    outline: none;
    margin-right: 1%;
    width: 47%;
    margin-left: 1%;
}

.features-section form textarea{
    padding: 8px 20px;
    height: 70px;
    width: 96.5%;
    margin-top: 22px;
    margin-bottom: 0px;
    border: none;
    border-radius: 2px;
    outline:none;
    border: 1px solid #bebebe;
}

.features-section form button{
    width: 96%;
    background: #e7b207;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    margin-top:20px;
}



.features-section h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.inp{
    
}

.features-section .text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
    color: #fff;
}

.why-choose-us{
    padding: 80px 0 50px;
}

.why-choose-us h2 {
    font-size: 38px;
    color: #06175b;
    margin: 10px 0 60px;
    position: relative;
    margin-top: 0;
    text-align:center;
}

.why-choose-us h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    width: 86px;
    height: 2px;
    background-color: #e7b207;
    margin-left: -43px;
}

.why-choose-us .text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 40px;
}

.why-choose-us .icon-box{
    display:flex;
    margin-bottom: 40px;
}

.why-choose-us .icon-box .icon{
    width: 70px;
    text-align: center;
}

.why-choose-us .icon-box .icon img{
    height: 50px;
}

.why-choose-us .icon-box h4 {
    font-size: 19px;
    font-weight: 700;
    color: #172b56;
    margin: 3px 0 0 15px;
    max-width: 170px;
}

footer{
    background: #081336;
    padding: 80px 0 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}

footer .content{
    display: flex;
}

footer .content .icon i{
    margin-top: 3px;
    color:#fff;
    font-size:30px;
}

footer .content .text{
    color: #fff;
    font-size: 16px;
    margin: 0 0 0 15px;
}

footer .content .text a{
    text-decoration:none;
    color:#fff;
}



.copyright-text{
    text-align: center;
    color: #fff;
    margin-top: 60px;
    border-top: 1px solid #1e294a;
    padding-top: 20px;
}

.callback{
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #e7b207;
    color: #fff;
    font-size: 40px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 72px;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 41%);
}

.callback:after, .callback:before {
    content: '';
    position: absolute;
    border: 2px solid #e7b207;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.callback:after {
    animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.fixed{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
}

.accordion__item {
    margin: 0px auto;
    border-top: 1px solid #c9c9c9;
}
.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 23px 60px 23px 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    line-height: 34px;
}
.accordion__item .accordion__title:hover {
    transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
    
}
.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 13px; right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
    transform: rotate(180deg);
}
.accordion__item .accordion__content {
    padding: 0px 30px 30px 15px;
    margin-bottom: 0;
    font-size: 20px;
    display: none;
    font-weight: 300;
    line-height: 30px;
}
.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

.accordion{
    max-width:1000px;
    display: block;
    margin:0 auto;
}

.faq{
    padding: 300px 0 80px;
    background: #f6f6f6;
}

.faq h2{
    text-align:center;
    font-size: 38px;
    color: #06175b;
    margin: 10px 0 80px;
    position: relative;
    margin-top: 0;
}

h2:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -43px;
    bottom: -15px;
    width: 86px;
    height: 2px;
    background-color: #e7b207;
}

.logo_mob{
    display: none;
}

.owl-nav button{
    display:none;
}

.mob-info{
    display: none;
}

.navigation li a i{
    display: none;
}

.collapse{
    float:left;
}

.phone-number{
    float:right;
    margin-top: 14px;
    margin-left: 26px;
}

.phone-number a{
    color:#000;
}

.office-hour{
    display:none;
}

.testimonial{
    margin-bottom: 40px;
    border-bottom: 1px solid #042843;
    padding-bottom: 35px;
}

.clients .testimonial:nth-child(3){
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fa-close{
    display:none!important;
}

#response{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(231 178 7);
    border-radius: 15px;
    color: #fff;
    font-size: 25px;
    z-index:-1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_mob_phone{
    display:none;
}

@media(min-width:1600px){
    .left-column:before {left: -76%;width: 131%;}
}

@media(max-width:1400px){
    .crosser{width: 214px;margin-bottom: 16px;}
}

@media(max-width:1100px){
    .hero-section .col-md-6{width: 100%;float: none;max-width: 810px;margin: 0 auto;text-align: center;}
    .hero-section p{border-left: none;padding-left: 0;}
    .services-section .inner-box{padding: 45px 19px 40px;}
    .crosser{width: 182px;margin-bottom: 16px;margin-top: 6px;}
}

@media(max-width:991px){
    .phone-number span{display:none;}
    .hero-section h1{font-size:38px;}
    .services-section .col-md-4{width: 50%;}
    footer .col-md-4{width:100%;text-align: center;margin-bottom: 25px;}
    footer{padding: 50px 0 20px;}
    footer .content {display: inline-block;}
    footer .content .icon{margin-bottom: 10px;}
    footer .content .text {margin: 0 0 0 0px;line-height: 25px;}
    .copyright-text{margin-top: 10px;}
    .header-upper ul li a{padding: 0px 10px;}
    .phone-number{margin-left: 15px;}
    .nav-outer{margin-top: 2px;}
}

@media(max-width:767px){
   .left-column:before{display: none;}
   .header-top{background: #e7b207;display:none;}
   .main-menu{display:none;}
   .header-upper .mobile-nav-toggler{display:inline-block;float:right;margin-top: 7px;}
   .main-menu {width: 0;overflow: hidden;transition: 0.3s;right:-250px;display: block;position: fixed;}
   h2{font-size:28px!important}

    .main-menu.open-menu { width: 250px;position: fixed;top: 0;right: 0px;background: #f3f3f3;border-left: 1px solid #b8b8b8;z-index: 999999;height: 100%;}
    .over{width: 0;overflow: hidden;transition: 0.5s;right:-100%;display: block;position: fixed;}
    .over.flow { width: 100%;position: fixed;top: 0;right: 0px;background: rgb(0 0 0 / 63%);z-index: 9999;height: 100%;}
    .main-menu.open-menu li{display: block;text-align:left;border-top: 1px solid #d3d3d3;}
    .header-upper ul{display: block;border-bottom: 1px solid #d3d3d3;margin-top: 125px;}
    .header-upper ul li a{text-align:left;    margin-bottom: 10px;margin-top: 10px;}
    .logo_mob{display: block;position: absolute;top: 0;left: 0;margin-left: 0;text-align: center;width: 100%;background: rgb(0 0 0 / 3%);padding: 20px 0;}
    .logo_mob img{width: 70px;margin: 0 auto;}
    .services-section .col-md-4{width: 100%;}
    .logo_mob span{max-width: 160px;display: block;margin: 10px auto 0;font-size: 14px;}

    .testimonial .avatar img {display: block;width: 121px;border-radius: 100%;margin: 0px auto 26px;    float: none;}
    .quote{text-align:center;}
    .inp {display: block;}
    .features-section form input {margin-bottom: 12px;margin-right: 0;width:100%;margin-left:0;}
    .features-section form textarea{width: 100%;margin-top:0;}
    .features-section form button{width:100%;}
    .features-section{margin: -227px 0;}
    .about-section{padding: 100px 0 330px;}
    .faq{padding: 300px 0 50px;}
    .header-upper{position: fixed;z-index: 9999;background: #fff;width: 100%;}
    .logo img {width: auto;height: 30px;}
    .mob-info{display: block;margin-top: 50px;}
    .mob-info-content{display: flex;margin-left: 25px;margin-bottom: 15px;font-size: 14px;}
    .mob-info-content i{    color: #e7b207;font-size: 18px;margin-right: 10px;width: 20px;text-align: center;margin-top: 4px;}
    .mob-info-content a{color:#000;}
    .mob-info-content strong{    margin-bottom: 5px;display: inline-block;}
    .fa-close{display: inline-block!important;position: absolute;right: 6px;top: 6px;font-size: 12px!important;border-radius: 100%;background: #e7b207;width: 24px;height: 24px;text-align: center;line-height: 24px!important;color: #000;}
    .header-upper ul li a{font-weight:400;}
    .collapse{float: none;}
    .header-upper ul li a {padding: 0px 20px;}
    .phone-number{float: none;margin: 0;text-align: center;position: absolute;bottom: 35px;left: 0;text-align: center;width: 100%;}
    .office-hour{display:block;margin-top: 14px;}
    .mob-info{display:none;}
    .header_mob_phone{display: block;position: absolute;width: 164px;left: 50%;margin-left: -65px;margin-top: 8px;}
    .header_mob_phone a{color:#000;font-weight:600;}
}

@media(max-width:550px){
    .hero-section h1 {font-size: 32px;}
    .features-section form h3 {font-size: 22px;color: #063559;margin-bottom: 25px;}
    .features-section form{padding: 40px 15px;}
    .accordion__item .accordion__content{padding: 0px 0px 30px 0px;}
    .accordion__item .accordion__title{font-size: 18px;line-height: 26px;}
    .accordion__item .accordion__content{font-size: 18px;line-height: 26px;}
    .accordion__item .accordion__title .accordion__arrow{right: -10px;}
    .accordion__item .accordion__title{padding: 23px 25px 23px 0px;}
}

    

@media(max-width:450px){
    .hero-section h1 {font-size: 30px;}
    .hero-section p{  font-size: 17px;}
}

@media(max-width:400px){
    .hero-section h1 {font-size: 26px;}
    .hero-section p{  font-size: 17px;}
    .hero-section a{padding: 12px 20px;}
    .header_mob_phone{width: 143px;margin-left: -55px;margin-top: 7px;}
    .header_mob_phone a{font-size:14px;}

}

@media(max-width:350px){
    .hero-section h1 {font-size: 23px;}
    .hero-section p{  font-size: 15px;}
    .services-section .inner-box{padding: 45px 10px 40px;}
    .services-section .inner-box h3{font-size: 19px;}
    .services-section .inner-box i{top:10px;right:10px;}
}