@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: 'GoodTimesW00';
  src: url('../fonts/GoodTimesW00-Bold.eot');
  src: url('../fonts/GoodTimesW00-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GoodTimesW00-Bold.woff2') format('woff2'),
      url('../fonts/GoodTimesW00-Bold.woff') format('woff'),
      url('../fonts/GoodTimesW00-Bold.ttf') format('truetype'),
      url('../fonts/GoodTimesW00-Bold.svg#GoodTimesW00-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  background:#ff6b06;
  border-radius:30px;
  padding:14px 22px;
}

.btn1:hover{
  background:#fbb040;
  color:#030303;
}

.btn2{
  font-size:16px;
  color:#ff6b06;
  line-height:18px;
  letter-spacing:.02em;
  background:#fff;
  border:1px solid #ff6b06;
  border-radius:30px;
  padding:13px 22px;
}

.btn2:hover{
  background:#ff6b06;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#040404;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}
.inner_bg_title{
  font-family: 'GoodTimesW00';
  font-size:36px;
  color:#000;
  line-height:43px;
  font-weight:700;
  letter-spacing:-.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#FE7710;
}

.inner_sm_title{  
  font-size:26px;
  color:#000;
  line-height:34px;
  font-weight:600;
  letter-spacing:-.02em;	
}

.inner_list li{
  font-size:16px;
  color:#000;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: 'GoodTimesW00';
  font-size:36px;
  color:#000;
  line-height:35px;
  font-weight:700;
  letter-spacing:-.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#FE7710;
  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;
  letter-spacing:.02em;
  background:#13b8ec;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#025483;
}
/* ==== extra style css ==== */
  /*custom margin*/
  .mx-xl{
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
   /*img styling*/
.radious-img{
  border-radius: 10px 10px 10px 10px;
  /*border: 3px solid #1D4ED8;*/
}
   /* box colors*/
.bg-grey{
  background-color: #2C2C2C !important; 
}
.bg-orange{
  background-color: #FE7710 !important; 
}
   /* box properties*/
.img-box{
  border-radius:20px;  
  background-color: #FE7710;
}
.img-box img{
  border-radius: 20px 20px 0px 0px;  
}
   /* box sizes*/
.box-xl{
  min-height: 900px !important;
}
.box-lg{
  min-height: 700px !important;
}
.box-md{
  min-height: 660px !important;
}
.box-md-sm{
  min-height: 535px !important;
}
.box-sm{
  min-height: 100px !important;
}
  /* badge feature button*/
.badge-btn{
  background:#073255; 
  color:#fff; 
  font-size:14px;
}
.badge-btn-alt{
  background:#C2DCD6; 
  color:#073255; 
  font-size:14px;
}  
  /* floating effect*/
  .float-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
  .float-btn:hover {
      transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }
  .float-btn:active {
      transform: translateY(-1px);
  }
  /* sink-button effect*/
  .sink-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }
    .sink-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }

  /*..
  *..custom table design..*
  ..*/  
  .why-us-table th,
  .why-us-table td {
    padding: 1rem;
    vertical-align: middle;
  }
  /*..
  *..inner page accordian design..*
  ..*/
  .custom-accordian .accordion-item .accordion-button{
       color: #fff !important;
       background-color: #2676c8 !important;
  }
  .custom-accordian .accordion-item .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #7cccef !important;    
  }
  .custom-accordian .accordion-item .accordion-button:focus{
       box-shadow: none !important;
  }
			/* accirdian button filter effect*/
  .custom-accordian .accordion-item .accordion-button::after{
       filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%) !important;
  }
/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 500ms ease-in-out;
}

.header_top{
  padding:12px 0;
  transition:all 500ms ease-in-out;
}

.header_contact li a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
}

.header_contact li a:hover{
  color:#ff6b06;
}

.header_bottom{
  padding-bottom:15px;
  transition:all 500ms ease-in-out;
}

.header_logo{
  width:215px;
  transition:all 500ms ease-in-out;
}

.header_logo a{
  background:#fff;
  padding:15px 20px 30px;
  border-radius:0 0 85px 85px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-48px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:180px;
  }

  .navbar-default.navbar-fixed .header_logo a{
    padding:0 20px;
  }

  .navbar-default.navbar-fixed .header_link ul li a{
    color:#030303;
  }

  .navbar-default.navbar-fixed .header_link ul li a:before{
    background:#030303;
  }

}

.home_banner{
  margin-top:48px;
}

.banner_desc{
  left:0;
  bottom:15%;
}

.banner_content{
  width:600px;
  max-width:100%;
}

.banner_sm_heading{
  font-size:18px;
  color:#ff6b06;
  line-height:24px;
  font-weight:300;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.banner_big_heading{
  font-family: 'GoodTimesW00';
  font-size:44px;
  line-height:50px;
  margin-bottom:20px;
}

.about_sec,
.review_sec{
  padding:60px 0;
}

.about_content,
.choose_content,
.sell_content,
.faq_content{
  width:640px;
}

.about_big_heading,
.serv_big_heading,
.choose_big_heading,
.model_big_heading,
.sell_big_heading,
.step_big_heading,
.h_form_heading,
.h_cta_title,
.review_big_heading,
.faq_big_heading,
.area_big_heading{
  font-family: 'GoodTimesW00';
  font-size:36px;
  color:#020202;
  line-height:42px;
  margin-bottom:20px;
  padding-bottom:16px;
}

.about_big_heading:after,
.serv_big_heading:after,
.choose_big_heading:after,
.model_big_heading:after,
.sell_big_heading:after,
.step_big_heading:after,
.h_form_heading:after,
.review_big_heading:after,
.faq_big_heading:after,
.area_big_heading:after{
  content:"";
  position:absolute;
  width:180px;
  height:2px;
  background:url(../images/text-line-img01.png) no-repeat right center;
  left:0;
  bottom:0;
}

.ab_counter_box{
  background:linear-gradient(to bottom, #000101, #2b2c2b);
  border-radius:10px;
  padding:15px 10px;
}

.counter_number{
  font-size:26px;
  color:#ff6b06;
  line-height:28px;
  font-weight:600;
  margin-bottom:8px;
}

.serv_sec,
.choose_sec,
.model_sec,
.sell_sec,
.step_sec,
.quote_sec,
.faq_sec,
.area_sec{
  padding-bottom:60px;
}

.serv_sm_heading,
.model_sm_heading,
.step_sm_heading,
.review_sm_heading,
.area_sm_heading{
  font-size:22px;
  color:#fff7f2;
  line-height:24px;
  font-weight:600;
  letter-spacing:.03em;
  -webkit-text-stroke:1px #ff6b06;
  background:#fff7f2;
  border-radius:30px;
  margin-bottom:12px;
  padding:12px 30px;
}

.serv_big_heading,
.review_big_heading,
.area_big_heading{
  margin-bottom:30px;
}

.serv_big_heading span,
.step_big_heading span{
  color:#ff6b06;
}

.serv_big_heading:after,
.model_big_heading:after,
.step_big_heading:after,
.review_big_heading:after,
.area_big_heading:after{
  right:0;
  margin:0 auto;
}

.serv_box{
  background:#2c2c2c;
  border-radius:20px;
  min-height:250px;
  padding:20px;
}

.serv_box:hover{
  background:#020202;
}

.serv_icon{
  width:80px;
  height:70px;
  line-height:70px;
  background:#020202;
  border-radius:20px;
  text-align:center;
  margin:0 auto;
}

.serv_box:hover .serv_icon{
  background:#2c2c2c;
}

.serv_heading{
  font-size:22px;
  color:#fff;
  line-height:28px;
  font-weight:600;
  letter-spacing:.03em;
  margin:16px 0 12px;
}

.choose_list li{
  font-size:17px;
  color:#fff;
  line-height:22px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/tick-icon01.png) no-repeat left 15px  center, #0f0f0f;
  border-radius:0 30px 30px 0;
  margin-bottom:10px;
  padding:10px 20px 10px 42px;
}

.choose_list li:nth-child(2n){
  background-color:#2c2c2c;
}

.choose_list li:last-child{
  margin-bottom:0;
}

.model_sm_heading{
  background:none;
  margin-bottom:30px;
  padding:0;
}

.model_icon{
  width:90px;
  height:90px;
  line-height:90px;
  background:#2c2c2c;
  border-radius:50%;
  text-align:center;
  margin:0 auto;
}

.model_heading{
  font-size:22px;
  color:#050505;
  line-height:28px;
  font-weight:600;
  margin-top:16px;
}

.sell_list li{
  display:inline-block;
  width:49%;
  vertical-align:top;
  font-size:16px;
  color:#060606;
  line-height:27px;
  font-weight:500;
  background:url(../images/list-icon01.png) no-repeat left 5px;
  background-size:18px;
  margin-bottom:12px;
  padding-left:30px;
  padding-right:10px;
}

.step_box{
  background:#020202;
  border-radius:15px;
  min-height:140px;
  padding:12px;
}

.step_number{
  display:inline-block;
  width:60px;
  height:60px;
  font-size:28px;
  color:#fff;
  line-height:60px;
  font-weight:600;
  background:#ff6b06;
  text-align:center;
  border-radius:15px;
}

.step_box .content{
  display:inline-block;
  width:85%;
  vertical-align:top;
  padding-left:15px;
}

.step_heading{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  margin-bottom:8px;
}

.h_map_box iframe{
  width:100%;
  height:200px;
  margin-bottom:0;
}

.h_map_box .lower .block .icon{
  display:inline-block;
}

.h_map_box .lower .block .content{
  display:inline-block;
  vertical-align:top;
  padding-left:10px;
}

.h_contact_title{
  font-size:18px;
  color:#020202;
  line-height:20px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:6px;
}

.h_map_box .lower .block .content a{
  font-size:16px;
  color:#050505;
  line-height:18px;
}

.h_map_box .lower .block .content a:hover{
  color:#ff6b06;
}

.h_cta_sec{
  background:linear-gradient(to top right, #1f1f1f, #3d3c3c);
}

.h_cta_img img{
  margin-top:-60px;
}

.sp-testimonial-free{
  background:linear-gradient(to bottom, #010101, #2c2c2c) !important;
  border-radius:20px !important;
  padding:25px;
}

.sp-testimonial-client-image img{
  background:transparent !important;
  border-radius:0 !important;
}

.sp-testimonial-content p{
  color:#fff;
  letter-spacing:.02em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-size:22px !important;
  color:#fff !important;
  line-height:24px !important;
  font-weight:600;
  letter-spacing:.02em !important;
  font-style:italic !important;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#fff;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  background:#3e3e3e;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#020202;
  color:#fff;
}

.accordion-button:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.area_list li{
  font-size:18px;
  color:#040404;
  line-height:22px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/location-icon01.png) no-repeat left center;
  padding-left:25px;
}

#footer{
  background:url(../images/footer-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:60px 0 30px;
}

.footer_top{
  border-bottom:1px solid #ff6b06;
  margin-bottom:30px;
  padding-bottom:30px;
}

.footer_title{
  font-size:24px;
  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 .section:last-child{
  margin-bottom:0;
}

.footer_link li a,
.ft_contact_main{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.footer_link li a:hover,
.ft_contact_main a:hover{
  color:#ff6b06;
}

.footer_contact .section{
  margin-bottom:15px;
}

.ft_contact_title{
  font-size:17px;
  line-height:20px;
  font-weight:500;
  font-size:important;
  letter-spacing:.03em;
  margin-bottom:6px;
}

.ft_contact_main a{
  color:#fff;
}

.ft_abn_text{
  font-size:22px;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  color:#fff;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#ff6b06;
  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 center center; !important;
  background-size:cover;
  margin-top:48px !important;
  padding:220px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'GoodTimesW00';
  font-size:44px;
  color:#fff;
  line-height:50px;
  letter-spacing:.02em;
  position:relative;
}

.inner_cont_sec .section .icon{
  width:65px;
  height:65px;
  background:#f5981a;
  line-height:65px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#ff6b06;
}

.contact_form .block{
  margin-bottom:10px;
}

.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:52px;
  border-radius:10px;
  border:none;
  background:#646464;
  font-size:16px;
  color:#fff;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#fff;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#fff;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #646464 !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  width:100%;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.03em;
  background:#f05604;
  border-radius:10px;
  border:none;
  text-align:center;
  padding:17px 30px;
}

.contact_form .block .btn:hover{
  background:#fbb040;
  color:#030303;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .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:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.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;
  letter-spacing:.02em;
  background:#ff6b06;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#fbb040;
  color:#030303;
}

@media screen and (max-width:1366px){
  .about_content,
  .choose_content,
  .sell_content,
  .faq_content{
    width:550px;
  }

  .serv_box{
    min-height:275px;
  }


}

@media screen and (max-width:991px){
  .header_bottom{
    background:#fff;
    box-shadow:0 5px 7px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .header_logo{
    width:150px;
  }

  .header_logo a{
    background:none;
    padding:0;
  }

  .about_content, 
  .choose_content, 
  .sell_content, 
  .faq_content{
    width:350px;
  }

  .step_box .content{
    width:78%;
  }

  #footer{
    padding-bottom:75px;
  }

  #back-button{
    right:20px;
    bottom:40px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:92px !important;
    padding:120px 0 100px !important;
  }


}

@media screen and (max-width:767px){
  .home_banner{
    margin-top:92px;
  }

  .home_banner img.big{
    height:350px;
    object-fit:cover;
  }

  .banner_desc{
    bottom:7%;
  }

  .banner_sm_heading{
    font-size:16px;
    line-height:22px;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:34px;
    margin-bottom:12px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about_sec, 
  .review_sec{
    padding:35px 0;
  }

  .about_content, 
  .choose_content, 
  .sell_content, 
  .faq_content{
    width:100%;
  }

  .about_big_heading, 
  .serv_big_heading, 
  .choose_big_heading, 
  .model_big_heading, 
  .sell_big_heading, 
  .step_big_heading, 
  .h_form_heading, 
  .h_cta_title, 
  .review_big_heading, 
  .faq_big_heading, 
  .area_big_heading{
    font-size:26px;
    line-height:32px;
  }

  .counter_number{
    font-size:22px;
    line-height:24px;
  }

  .serv_sec, 
  .choose_sec, 
  .model_sec, 
  .sell_sec, 
  .step_sec, 
  .quote_sec, 
  .faq_sec, 
  .area_sec{
    padding-bottom:35px;
  }

  .serv_sm_heading, 
  .model_sm_heading, 
  .step_sm_heading, 
  .review_sm_heading, 
  .area_sm_heading{
    font-size:18px;
    line-height:20px;
    padding:10px 20px;
  }

  .model_sm_heading{
    padding:0;
  }

  .serv_box{
    min-height:305px;
  }

  .serv_heading,
  .step_heading{
    font-size:20px;
    line-height:26px;
  }

  .choose_list li,
  .sell_list li{
    font-size:15px;
  }

  .model_heading{
    font-size:18px;
    line-height:24px;
  }

  .step_box{
    min-height:auto;
  }

  .contact_form .block .form-control{
    font-size:14px;
    height:45px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .h_cta_sec{
    padding-top:30px;
  }

  .h_cta_img img{
    margin-top:0;
  }

  .sp-testimonial-free{
    padding:20px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .area_list li{
    display:inline-block;
    width:32%;
    font-size:15px;
    vertical-align:top;
    margin-bottom:10px;
  }

  #footer{
    padding-top:30px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .footer_link li a, 
  .ft_contact_main{
    font-size:14px;
    line-height:16px;
  }

  .ft_abn_text{
    font-size:18px;
    line-height:20px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:85px 0 75px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .form_thankyou img,
  .error404 .page-content img{
    width:200px;
  }
	/* img-box properties*/
  .img-box, .img-box-sm, .box-xl, .box-lg, .box-md, .box-md-sm, .box-sm{
    min-height: auto !important;
  	padding: 0px;
  }
	.inner_bg_title, .cta_bg_title{
		font-size:24px;
		line-height:28px;
	}
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	} 
	
	.inner_cont_sec .section .icon{
		width:60px;
		height:60px;
		line-height:60px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	
}

@media screen and (max-width:575px){
  .home_banner img.big{
    min-height:430px;
  }

  .serv_box{
    min-height:auto;
  }

  .model_sec .lower_sec .row{
    display:block;
  }

  .area_list li{
    width:49%;
  }

  .footer_logo img{
    width:180px;
  }

  
}
