@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#f16004;
  border-radius:30px;
  padding:15px 30px;
}

.btn1:hover{
  background:#0772cb;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#0772cb;
  border-radius:30px;
  padding:15px 30px;
}

.btn2:hover{
  background:#f16004;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  margin:0; 
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

.head_logo{
  width:130px;
  transition:all 600ms ease-in-out;
}

.head_btn a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  background:#07c0f1;
  border:1px solid #fff;
  border-radius:20px;
  padding:12px 20px;
}

.head_btn a:hover{
  background:#0772cb;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .head_logo{
    width:80px;
  }

.navbar-default.navbar-fixed .head_link ul li a{
  color:#020202;
}

.navbar-default.navbar-fixed .site-navigation .current_page_item > a,
.navbar-default.navbar-fixed .head_link ul li a:hover{
  color:#fff;
}

}

.banner_desc{
  left:0;
  bottom:14%;
}

.banner_cont{
  width:70%;
}

.banner_big_heading{
  font-family: 'Gotham';
  font-size:56px;
  color:#feed0a;
  line-height:64px;
  margin-bottom:20px;
  padding-bottom:16px;
}

.banner_big_heading:after{
  content:"";
  position:absolute;
  width:120px;
  height:2px;
  background:#feed0a;
  left:0;
  bottom:0;
}

.consulting_sec,
.turning_sec,
.serv_sec{
  padding:65px 0;
}

.consulting_box{
  border-radius:80px;
  min-height:295px;
  padding:25px;
}

.consulting_heading{
  font-size:20px;
  color:#020202;
  line-height:26px;
  font-weight:600;
  margin:20px 0 16px;
}

.about_sec,
.mission_sec,
.choose_sec,
.h_form_sec{
  padding-bottom:65px;
}

.about_img img{
  border-radius:50px;
}

.about_sm_headibg,
.serv_sm_heading,
.choose_sm_heading,
.test_sm_heading{
  font-size:22px;
  color:#5998c4;
  line-height:24px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:10px;
}

.about_big_heading,
.turning_bg_heading,
.serv_big_heading,
.choose_big_heading,
.test_big_heading{
  font-family: 'Gotham';
  font-size:48px;
  color:#242424;
  line-height:56px;
  margin-bottom:20px;
  padding-bottom:16px;
}

.about_big_heading:after,
.turning_bg_heading:after,
.choose_big_heading:after{
  content:"";
  position:absolute;
  width:120px;
  height:2px;
  background:#feed0a;
  left:0;
  bottom:0;
}

.mission_box .thumb_box{
  padding:30px;
}

.mission_box:before{
  content:"";
  position:absolute;
  width:200px;
  height:120px;
  border:3px solid #088cd9;
  border-radius:0 120px 120px 120px;
  left:-15px;
  top:-20px;
  z-index:-1;
}

.mission_sec .col-lg-6:last-child .mission_box:before{
  border-color:#11d6fd;
}

.mission_heading{
  font-size:30px;
  color:#ce3603;
  line-height:38px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
  padding-bottom:16px;
}

.mission_heading:after{
  content:"";
  position:absolute;
  width:85px;
  height:2px;
  background:#feed0a;
  left:0;
  bottom:0;
}

.turning_sec{
  background:url(../images/turning-bg.jpg) no-repeat center center;
  background-size:cover;
}

.turning_bg_heading:after,
.choose_big_heading:after{
  right:0;
  margin:0 auto;
}

.courter_heading{
  font-family: 'Gotham';
  font-size:30px;
  color:#feed0a;
  line-height:32px;
  letter-spacing:.02em;
}

.turning_sm_heading{
  font-size:18px;
  line-height:24px;
  font-weight:500;
  margin-top:10px;
}

.serv_top{
  margin-bottom:35px;
}

.serv_sm_heading,
.test_sm_heading{
  color:#fdae27;
}

.serv_box img{
  border-radius:15px;
}

.serv_n_heading{
  font-size:26px;
  color:#02328f;
  line-height:32px;
  font-weight:600;
  text-align:center;
  position:absolute;
  width:100%;
  background:#fff;
  left:0;
  bottom:20%;
  padding:15px 20px;
}

.serv_h_content{
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to bottom, red, yellow);
  left:0;
  top:0;
  border-radius:15px;
  padding:30px 25px;
  opacity:0;
  visibility:hidden;
}

.serv_box:hover .serv_h_content{
  opacity:1;
  visibility:visible;
}

.serv_heading{
  font-size:24px;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:18px;
  padding-bottom:15px;
}

.serv_heading:after{
  content:"";
  position:absolute;
  width:85px;
  height:2px;
  background:#feed0a;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.serv_h_content a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.choose_heading{
  font-size:22px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  margin-top:16px;
}

.sp-testimonial-free{
  background:#febd1b !important;
  border-radius:0 0 0 20px !important;
  padding:30px;
}

.sp-testimonial-content p{
  color:#fff !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-size:24px !important;
  color:#fff !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !important;
}

.footer_top{
  background:#06193c;
  padding:50px 0 40px;
}

.footer_map iframe{
  width:100%;
  height:180px;
  margin-bottom:0;
}

.footer_heading{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#dc3b03;
}

.footer_contact li{
  line-height:22px;
  margin-bottom:12px;
}

.footer_contact li span{
  font-weight:600;
}

.footer_contact li a{
  color:#fff;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .common_paragraph span{
  color:#dc3b03;
  font-weight:600;
}

.footer_bottom .common_paragraph  a{
  color:#0670cd;
}

#back-button {
  display:inline-block;
  background-color:#f16004;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  padding:280px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Gotham';
  font-size:50px;
  color:#feed0a;
  line-height:58px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#8a6d61;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width: 75%;
}

.contact-title{
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#e86a6f;
}

.thumb-conatct .form-box{
  background:#e86a6f;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:0;
  border:none;
  border-bottom:2px dashed #2ce1f6;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 0;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:115px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#f16004;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#0772cb;
  color:#fff;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-size:48px;
  color:#020202;
  line-height:56px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#3b58bd;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  font-weight:500;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.rl-gallery-item img{
  width:100%;
  border-radius:15px;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-size:46px;
  color:#1c1c1c;
  line-height:54px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#e66b12;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#f16004;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#07c0f1;
}

@media screen and (max-width:1366px){
  .consulting_box{
    min-height:320px;
  }

  .mission_box .thumb_box{
    min-height:240px;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .head_logo{
    width:80px;
  }

  .home_banner{
    margin-top:115px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:115px !important;
    padding:100px 0 80px !important;
  }


}

@media screen and (max-width:767px){
  .banner_desc{
    bottom:8%;
  }

  .banner_cont{
    width:100%;
  }

  .home_banner img.big{
    height:360px;
    object-fit:cover;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .consulting_sec, 
  .turning_sec, 
  .serv_sec{
    padding:35px 0;
  }

  .about_sec, 
  .mission_sec, 
  .choose_sec, 
  .h_form_sec{
    padding-bottom:40px;
  }

  .about_sm_headibg, 
  .serv_sm_heading, 
  .choose_sm_heading, 
  .test_sm_heading{
    font-size:18px;
    line-height:20px;
  }

  .about_big_heading, 
  .turning_bg_heading, 
  .serv_big_heading, 
  .choose_big_heading, 
  .test_big_heading{
    font-size:28px;
    line-height:36px;
  }

  .mission_box .thumb_box{
    min-height:auto;
    padding:25px;
  }

  .mission_heading,
  .courter_heading{
    font-size:24px;
    line-height:28px;
  }

  .turning_sm_heading{
    font-size:16px;
    line-height:22px;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .sp-testimonial-clie{
    font-size:20px !important;
    line-height:22px !important;
  }

  .footer_top{
    padding:35px 0 30px !important;
  }

  .footer_logo img{
    width:100px;
  }

  .footer_heading{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .footer_link li a, 
  .footer_contact li{
    font-size:14px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:470px;
  }

  .consulting_box{
    min-height:auto;
  }

  .mission_box:before{
    left:-5px;
  }

  
}
