body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/24px 'Outfit'; color:#000; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Outfit';
font-family: 'Roboto';*/


.btn_link { padding: 10px 26px; border-radius: 30px; text-transform: capitalize; font-weight: normal; color:#080609; display: inline-block; font-family: 'Outfit'; font-size: 14px; line-height: 22px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 400; background: #fbb908; }
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #facc51;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
 
}

.btn_link:hover::before {
  transform: scaleX(1);
}
.btn_link:hover{ color:#080609; }

.btn_link2{ background: #080b0f; color:#fff; }
.btn_link2::before{background-color: #facc51; color:#000; }

.btn_link3{ background: #fff; color:#080609; }
.btn_link3::before{background-color: #facc51; }
.btn_link3:hover{ color:#000; }


/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 555;  background: #fff; box-shadow: 0 0 14px -8px #000; }

.headerMain{ width: 100%; background: #fff; padding: 12px 0;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand{margin: 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{max-width: 100%; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec {padding: 0; display: flex; justify-content: center; }
.menu_sec li{ margin: 0 0 0 15px; font-size: 14px; line-height: 20px; color:#2d2d2d; position: relative; font-weight: 500; float: left; }
.menu_sec li a{display: inline-block; color: #2d2d2d; padding: 10px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#fbb908; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #fbb908; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #00172e; top: 75px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#000; }
.site-navigation ul .sub-menu li a:hover{ background: #fbb908 !important; color:#000; }
.site-navigation ul .sub-menu {  top: 36px;}
.top-logo{width: 20%;}
.header-mid { width: 53%;}
.header-right{ width: 27%; display: flex; justify-content: flex-end; align-items: center; column-gap: 15px; }
.top_call{ color:#000; font-weight: 600; }
.top_call img{ max-width: 22px; margin: -1px 5px 0 0; }
.top_call:hover{ color:#fbb908; }


.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 999; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ margin: 0; padding: 10px 30px; }


/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */



.bannersec{ width: 100%; position: relative; padding: 80px 0; background: url(../images/banimg.jpg) repeat-x left bottom #252521; overflow: hidden; } 
.banner_box .container{ position: relative;}
.banner_box{ width: 50%; position: absolute; right: 0; top: 0; height: 100%; }
.banner_box img{ width: 100%; height: 100%; object-fit: cover; }
/* .banner_box:before{ width: 100%; position: absolute; left: 0px; top: 50%; transform: translate(0, -50%); height: 10px; content:""; z-index: 1; background: #fff; } */
/* .banner_innr{ width: 100%; position: absolute; left: 0; top: 0;  z-index: 5; height: 100%; } */
/* .banner_innr {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
} */
.banTxt{width: 610px; display: flex; justify-content: flex-start; flex-wrap: wrap; position: relative; padding-right: 82px; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 45px; line-height: 54px; color: #fff; padding-bottom: 15px; position: relative; text-transform: capitalize; font-family: 'Roboto'; position: relative; font-weight: 600; }   
.banTxt .ban_heading strong, .banTxt h1 strong{ color:#fbb908; font-weight: 600; }
.ban_content{ color:#fff; padding: 0 5% 10px 0; line-height: 28px; font-size: 16px; }

.ban_btn{ display: flex; justify-content: flex-start; width: 100%; column-gap: 10px; }
.banTxt .ban_heading span img {
  max-width: 110px;
  margin: -12px 0 0 0px;
}
.exp_badge{ background: url(../images/exp_badge.png) no-repeat 0 0; width: 130px; height: 130px; background-size: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 12px; line-height: 15px; font-weight: 300; color:#fff; display: flex; justify-content: center; align-items: center; flex-direction: column;
 text-align: center; }
.exp_badge strong{ font-weight: 600; color:#fbb908; font-family: 'Roboto'; font-size: 34px; line-height: 40px; }
.btn_1 img{ max-width: 14px; float: right; margin: 4px 0 0 5px;}
.btn_2 img{ max-width: 14px; float: left; margin: 4px 6px 0 0;}

.speciality_sec{ width: 100%; background: #0f1316; padding: 28px 0; border-top: 1px solid #fff; position: relative; }

.specialty_innr{ width: 100%; border: 1px solid #333739; padding: 20px; }
.specialty_innr .flex-shrink-0{ width: 56px; height: 56px; background: #262622; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 100%;}
.specialty_innr .d-flex img{ max-width: 28px; position: relative; transition: 1.5s; }
.specialty_innr .d-flex{ align-items: center; position: relative; }
.specialty_innr .d-flex .flex-grow-1{ font-weight: 600; color:#fff; margin-left: 10px !important; font-size: 14px; }
.specialty_innr .col-md-3{ padding: 0 5px; }
.specialty_innr .d-flex:after{ width: 3px; height: 60px; background: #272415; position: absolute; right: 7px; top: 0; content: ""; }
.specialty_innr .col-md-3:last-child .d-flex:after{ display: none;}
.specialty_innr .d-flex:hover img{transform: rotateY(360deg);}


.wrapper{ padding: 80px 0; }
.top_subheading{ width: 100%; font-size: 15px; line-height: 24px; font-family: 'Outfit'; color: #0f1316; font-weight: 500; text-transform: uppercase; padding-bottom: 10px; letter-spacing: 4px; }
.top_heading{ width: 100%; font-size: 34px; line-height: 42px; font-family: 'Roboto'; color: #0f1316; font-weight: 600; text-transform: capitalize; padding-bottom: 10px; }
.top_heading strong{ color:#fbb908; font-weight: 600; }
.top_paragraph{ font-size: 15px; line-height: 22px; font-family: 'Outfit'; color: #0f1316; font-weight: normal; padding-bottom: 12px; }

.about_row{ align-items: center;}
.about_left{ width: 100%; padding: 0; } 
.about_sec .about_row{ align-items: center;}
.about_sec {position: relative;}
.about_sec:before{ background: url(../images/pattern.png) repeat-x left top; width: 100%; height: 42px; position: absolute; left: 0; top: 0; content: ""; }
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; text-align: center; padding-left: 50px; position: relative; display: flex; justify-content: flex-end; }
.about_imgbox img{ max-width: 100%; border-radius: 10px; }
.client_satisfy{ width: 310px; background: #fbb908; border-radius: 8px; padding: 15px; position: absolute; left: 0; bottom: -35px; text-align: left;}
.client_heading{ font-size: 47px; line-height: 51px; color:#000; font-weight: 600; font-family: 'Roboto'; }
.client_subheading{ font-size: 26px; line-height: 32px; color:#000; font-weight: 600; font-family: 'Roboto'; }
.client_satisfy .btn_link3{ border: 1px solid #c5c5c3; border-radius: 10px; }
.client_satisfy .btn_link3:before{ background: #000 !important; }
.client_satisfy .btn_link3:hover{ color:#fff !important; }
.client_satisfy .btn_link3:hover img{ filter: invert(1);}
.client_satisfy .btn_link3 img{ max-width: 10px; margin: 6px 0 0 5px; float: right;}
.client_heading span img{ max-width: 100%; }
.btn_list{ display: flex; align-items: center; justify-content: flex-start; column-gap: 12px;}
.btn_new1 img{ max-width: 15px; margin: 0 0 0 5px;}

.btn_new2 img{ max-width: 15px; margin: 0 0 0 5px;}
.btn_new2:hover img{ filter: brightness(100) invert(1);}
.btn_new2.btn_link:before{ background: #fbb908;}



.service_sec{ width: 100%;  background: #fff; }
.service_sec .top_sec{ text-align: center; }
.service_box { width: 100%; border-radius: 10px; margin: 20px 0; background: #f6f6f6; padding: 12px; border: 1px solid #eeeeee; }
.service_img { width: 100%; border-radius: 10px; overflow: hidden; position: relative; }
.service_img:before{ width: 100%; height: 40%; background: linear-gradient(0deg,rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 35%, rgba(0, 0, 0, 0) 100%); position: absolute; left: 0; bottom: 0; content: ""; z-index: 1; }
.service_img img{ width: 100%; object-fit: cover; border-radius: 10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.service_txt{ width: 100%; padding: 15px 5px; position: relative; }
.service_title{ width: 100%; font-size: 18px; line-height: 24px; font-family: 'Outfit'; text-transform: capitalize; padding: 0 0 12px; color:#0f1316; font-weight: 600; }
.service_description{ font-size: 15px; line-height: 24px; font-family: 'Outfit'; color:#0f1316; padding: 0 0 8px; min-height: 160px; }
.service_link{ display: inline-block; font-size: 14px; line-height: 24px; font-family: 'Outfit'; color:#0f1316; font-weight: 600; text-transform: capitalize; background: url(../images/arw4.png) no-repeat right center; background-size: 12px; padding-right: 18px; }
.service_link:hover{ color:#fbb908; background: url(../images/arw5.png) no-repeat right center; background-size: 12px; }
.wrapper.service_sec { padding: 40px 0;}
.service_box:hover .service_img img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.service_icon1{ width: 50px; height: 50px; background: #0d0d0d; border-radius: 100%; position: absolute; left: 10px; bottom: 10px; display: flex;align-items: center; justify-content: center; z-index: 1; }
.service_icon1 img { max-width: 32px; width: auto !important; object-fit: inherit !important; border-radius: 0 !important; transform: inherit !important; }

.service_icon2{ width: auto; position: absolute; right: 0; bottom: 0; opacity: 0.15; }
.service_icon2 img{ width: 68px !important; }

.service_sec .owl-dots{ display: flex; justify-content: center; column-gap: 10px; }
.service_sec .owl-dot{ width: 12px; height: 12px; background: #a0780c !important; border-radius: 100%; }
.service_sec .owl-dot.active{ background: #fbb908 !important;}


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; color:#fff !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #fbb908; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }
.toparww_main img{ max-width: 18px; }

.number_sec{ width: 100%; background: url(../images/number_bg.jpg) no-repeat 0 0; background-size: cover; margin-top: -260px; min-height: 500px; position: relative; padding: 300px 0 50px 0; }
.number_sec:before{ background: url(../images/pattern2.png) repeat-x left top; width: 100%; height: 41px; position: absolute; left: 0; top: -40px; content: ""; }
.number_sec .d-flex{ width: 100%; background: #272723; border: 1px solid #5d5d5d; border-radius: 15px; padding: 20px; margin: 15px 0; align-items: center; }
.number_sec .d-flex .flex-shrink-0 img{ max-width: 52px; transition: 1.5s; }
.number_sec .d-flex strong{ font-weight: 600; color:#fbb908; font-size: 36px; line-height: 42px; font-family: 'Roboto'; }
.number_sec .d-flex em{ color:#fff; font-size: 14px; line-height: 18px; font-style: normal; font-family: 'Roboto'; }
.number_sec .d-flex:hover img { transform: rotateY(360deg);}



.why_choose{ width: 100%;  position: relative; background: url(../images/pattern.png) repeat-x left top; }
.why_choose .container{ position: relative; z-index: 1;}
.why_choose .top_sec{ text-align: center;}
.why_choose:before{ background: url(../images/whybg.png) no-repeat 0 0; width: 290px; height: 475px; background-size: 100%; position: absolute; left: 0; top: 50px; content: ""; }
.why_box{ margin: 8px 0; width: 100%; padding: 15px 12px; transition: 0.5s; position: relative; border-radius: 13px; background-color: rgb(250, 250, 250);
  box-shadow: 0px 0px 5.64px 0.36px rgba(0, 0, 0, 0.15); text-align: center; }
.why_box i { width: 55px; height: 55px; background: #272723; display: flex; justify-content: center; align-items: center; border-radius: 100%; margin: 0 auto 15px;}
.why_box i img{ max-width: 32px; transition: 1.5s; }
.why_title{ font-size: 15px; line-height: 24px; color:#0f1316; padding: 0 0 10px; font-family: 'Roboto'; font-weight: 600; }
.why_box:hover { transform: translate(0, -10px);}
.why_box:hover img {transform: rotateY(360deg);}
.why_rt .col-lg-4{ padding: 0 8px;}
.why_rt .top_heading{ margin-bottom: 15px;}
.why_img{ width: 100%; padding-right: 20px;}
.why_img img{ width: 100%; border-radius: 8px; }
.reverse{ flex-direction: row-reverse; }

.wrapper.gallery_sec{ padding: 35px 0 75px 0; }
.gallery_sec{ position: relative;}
.gallery_sec:before{ background: url(../images/pattern2.png) repeat-x left bottom; width: 100%; height: 41px; position: absolute; left: 0; bottom: 0px; content: ""; }
.gallery_sec .top_heading{ padding-bottom: 30px; }

.testimonial_sec{ width: 100%; position: relative; text-align: center; min-height: 460px; }
.testimonial_sec.wrapper{ padding: 75px 0 40px; }
.testimonial_sec:before{background: url(../images/testimonial_bg.jpg) no-repeat 0 0; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; min-height: 380px; content: ""; }
.testimonial_sec .container{ position: relative; z-index: 1; }
.testimonial_sec .top_heading{ text-align: center; }
.testimonial_sec .top_subheading{ color:#fbb908; }
.testimonial_sec .top_heading{ color:#fff; }







.get_in_touch{ width: 100%; background: url(../images/getbg.jpg) repeat-x left bottom; }
.get_in_touch.wrapper{padding-top: 20px;}
.get_inRt{ width: 100%; background: #0d0d0d; border-radius: 8px; }
.get_inRtop{ width: 100%; padding: 20px 20px 15px; border-bottom: 2px solid #868686; }
.get_inRtop .top_heading{ color: #fff; padding: 0; font-size: 30px; line-height: 33px; }

.get_inRmid{ width: 100%; padding: 20px 20px 30px; }
.get_frm{ width: 100%; display: inline-block; margin: 5px 0; }
.get_frm label{ color:#fff; font-size: 12px; line-height: 16px; margin: 0 0 5px; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 42px; padding: 0 15px; background: #fff; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Outfit'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px 15px; resize: none; height: 96px; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm textarea:focus{ border-color:#fbb908; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#b1b1b1; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 11px 20px; outline: none; margin: 0; border-radius: 8px; width: 100%; color:#fff; text-transform: uppercase; font-weight: 600; font-family: 'Roboto'; font-size: 17px; letter-spacing: 2px; }
.get_frm .btn_link:hover{background: #cf8925;}
.get_frm select{ cursor: pointer;}
.get_inLeft{ padding-right: 25px;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.cta_sec{ width: 100%; text-align: center; background: url(../images/ctabg.jpg) no-repeat 0 0; background-size: cover; }
.cta_sec .top_heading, .cta_sec .top_paragraph{ color:#fff; }




.footer_sec{ width: 100%; background: url(../images/pattern.png) repeat-x left top #fff; position: relative; display: inline-block; }
.footer_sec:before{ background: url(../images/ftr_bg1.png) no-repeat 0 0; width: 450px; height: 340px; position: absolute; left: 0; top: 0; background-size: 100%; content: ""; }
.footer_sec:after{ background: url(../images/ftr_bg2.png) no-repeat 0 0; width: 450px; height: 340px; position: absolute; right: 0; top: 0; background-size: 100%; content: ""; }
.footer_sec .container{ position: relative; z-index: 1; }
.footer_top{ width: 100%; padding: 65px 0 35px 0; }
.footer_box{ width: 100%; }
.footer_heading{ font-size: 18px; line-height: 24px; font-weight: 600; color:#080609; text-transform: capitalize; padding: 0 0 10px; font-family: 'Outfit'; position: relative; margin-bottom: 10px;}
.footer_heading:before{ width: 44px; height: 2px; background: #fbb908; position: absolute; left: 0; bottom: 0; content: ""; }
.footer_logo{ display: inline-block; margin-bottom: 10px; }
.footer_logo img{ max-width: 100%; }

.ftr_social { width: auto; display: flex; margin-top: 20px; align-items: center;}
.ftr_social li{ margin: 0 10px 0 0; float: left; font-size: 18px; line-height: 24px; font-weight: 600; }
.ftr_social li:last-child{ margin-right: 0px;}
.ftr_social li a{ width: 100%; display: inline-block; color:#fff; }


.foot_link li{ width: 100%; margin: 0 0 4px; font-size: 14px; line-height: 20px; color:#080609; }
.foot_link li a{color:#080609; }
.foot_link li a:hover{ color:#fbb908; }

.foot_contact li{ width: 100%; margin: 0 0 5px; font-size: 15px; line-height: 20px; color:#080609; position: relative; padding: 3px; padding-left: 25px; font-family: 'Outfit'; }
.foot_contact li a{color:#080609; }
.foot_contact li a:hover{ color:#fbb908; }
.foot_contact li strong{ font-weight: 600; }
.foot_contact li i{ position: absolute; left: 0px; top: 1px; }
.foot_contact li img{ max-width: 18px;}

.footer_box1{width: 34%;}
.footer_box2{width: 16%;}
.footer_box3{width: 26%;}
.footer_box4{width: 24%;}

.footer_btm{ width: 100%; font-size: 14px; line-height: 20px; font-weight: normal; color:#4c4c4c; text-align: center; padding: 10px 0; border-top: 2px solid #e6e6e6; }
.footer_btm a{ color:#4c4c4c; }
.footer_btm a:hover{ color:#fbb908; }
.ftr_btminnr{ border-top: 1px solid rgba(255, 255, 255, 0.2); text-align: left; }
.ftr_btminnr .row{ justify-content: space-between; align-items: center;}

.mobile_btm{ display: none;}
.ndis_logo{ width: 100%; display: inline-block; margin-bottom: 30px; }
.ndis_logo img{ max-width: 100%; }

.wrapper.cta_sec { padding: 55px 0;}

.footer_logo ul{ display: flex; column-gap: 10px; align-items: center; }
.privacy_link{ display: flex; column-gap: 10px; align-items: center; justify-content: flex-end; }
.privacy_link li{ font-size: 14px; color:#4c4c4c; margin-left: 0px; padding-left: 10px; position: relative; }
.privacy_link li a:hover{ color:#fbb908; }
.privacy_link li:before{ width: 1px; height: 15px; background: #4c4c4c; position: absolute; left: 0; top: 3px; content: ""; }
.privacy_link li:first-child{ margin-left: 0; padding-left: 0; }
.privacy_link li:first-child:before{ display: none;}





/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #fff;}
.primary-navigation .menu_sec ul li a:hover{background-color: #fbb908; color:#000 !important; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 240px; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banimg2.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #fbb908; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }





/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #0f1316;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: 'Roboto';
}
.inner_subtitle {
  color: #0f1316;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Roboto';
}
.inner_subtitle2 {
  color: #0f1316;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Roboto';
}

.inner_txt {
  font-size: 15px;
  color: #0f1316;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#fbb908;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #fbb908;
}
.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.6em;
  color: #0f1316;
  font-weight: normal;
  list-style: none;
  padding: 5px;
  padding-left: 26px;
  margin: 0 0 2px;
  background: url(../images/bullet.png) no-repeat left top 8px; background-size: 20px;
}
/* .inner_list_txt ul li:before{ background: url(../images/bullet.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 23px; position: absolute; left: 0; top: 0; content: "";  } */
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #272723;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#fbb908;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #0f1316;
}
.sub_heading strong{ color: #fbb908;}
.inner_bottm_sec .inner_txt { margin-top: 20px;}
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}






/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 12px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Outfit'; height: 50px; background: none; border: 1px solid #ccc !important; }
.get_box .btn_link{ border: none;font-family: 'Outfit'; }
.get_box textarea{ height: 80px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box input[type="date"]:focus, .get_box input[type="file"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#fbb908 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }
.get_box input[type="file"]{ padding: 12px !important;}
.get_box label{ padding: 0 0 5px; width: 100%; display: inline-block; }
.contact_page_heading {
font-size: 32px;
line-height: 1.2;
text-transform: capitalize;
color: #0f1316;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
font-family: 'Roboto';
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #fbb908;
}
.contact_page_heading strong { color:#fbb908;}
.contact_page_info {
position: relative;
color: #0f1316;
margin: 0 0 20px;
padding-left: 52px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background: #fbb908;
width: 42px;
height: 42px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #0f1316;
}
.contact_page_info {
color: #0f1316;
}
.contact-text a:hover{ color:#fbb908; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #403d41 !important;
outline:none;
border-color:#ccc !important; border-radius: 6px;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 15px;
line-height: 24px;
text-transform: capitalize;
color: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius: 50px;
width: fit-content;
padding: 11px 38px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Outfit';
height: auto;
font-weight: 400;
background: #080b0f;
}
.contact-page input[type="submit"]:hover {
background: #fbb908 !important;
}
.get_touchSec { padding: 0 0 20px;}
.get_touchSec .col-lg-6, .get_touchSec .col-md-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0;}
.inner_content { width: 100%; padding:75px 0; }
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}



/* error */

.inner_content{ background: none; border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 17px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; }

/* .btn_link { padding: 12px 35px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #fe084a; margin-top: 10px; font-weight: 700; letter-spacing: 1px; }
.btn_link:hover{ background: #e75710; color:#fff !important; } */




/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 50px; text-transform: capitalize; font-weight: 600; color:#fff; display: inline-block; font-family: 'Outfit'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 400; background: #fbb908; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: #facc51;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}
.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }



.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#0f1316; font-family: 'Roboto'; font-weight: 600; }
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;}
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#0f1316; }
.post .entry-title{font-family: 'Roboto'; font-weight: 600;}
.entry-title a:hover, .entry-meta a:hover { color: #fbb908 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #fbb908 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 15px; line-height: 26px; font-family: 'Outfit'; color: #0f1316; font-weight: normal; padding-bottom: 15px;}

.menu_sec li > a{ background: none !important; }


.get_frm{ width: 100%; display: inline-block; margin: 3px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm input[type="date"], .get_frm select, .get_frm textarea{ width: 100%; height: 50px; padding: 0 15px; background: #fff; border: 1px solid #ccc; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 5px; font-family: 'Outfit'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px; resize: none; height: 95px; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm input[type="date"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#fbb908 !important;}
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#656363; }
.get_frm .btn_link {
    cursor: pointer;
    border: none;
    padding: 10px 42px;
    outline: none;
    margin: 10px 0 0;
    font-size: 15px;
}
.get_frm select{ cursor: pointer;}
.get_frm .btn_link:hover{ background: #f8cd5a !important;}
.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
/* .btn_div{ text-align: center;} */
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.get_rt .top_heading{ background-position: center bottom;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}

.menu_sec li a { height: auto !important; line-height: normal !important;}
.thank_you img{ max-width: 250px !important; margin: 0 0 20px; }
.contact-img img{ max-width: 25px !important;}

.inner_subtitle.center_txt::after, .inner_title.center_txt::after { left: 50%; transform: translate(-50%, 0); }
.img_box img{ width: 100%; border-radius: 5px; }
.inner_content { padding: 60px 0;}

/* .get_sec .get_frm .btn_link{ background: linear-gradient(90deg,rgba(28, 204, 222, 1) 0%, rgba(40, 171, 202, 1) 24%, rgba(54, 135, 181, 1) 50%, rgba(65, 103, 162, 1) 72%, rgba(72, 84, 150, 1) 100%) !important; margin-top: 10px; }
.get_sec .get_frm .btn_link:hover{ background: #3ebfc4 !important; } */

.menu_sec li{ height: auto !important; line-height: normal !important; }
.menu_sec li a { padding: 10px 0;}
.book_frm p{ padding: 0;}

.menu_sec li a { height: auto !important; line-height: normal !important;}
.thank_you img{ max-width: 250px !important; margin: 0 0 20px; }
.contact-img img {
    max-width: 22px !important;
    filter: brightness(100) invert(1);
}

.inner_subtitle.center_txt::after, .inner_title.center_txt::after {  left: 50%; transform: translate(-50%, 0);}
.img_box img{ width: 100%; border-radius: 5px; }

.contac_map{ width: 100%; display: flex; }
.contac_map iframe{ width: 100%; height: 350px; margin: 0; border-radius: 10px; }

.get_inLeft h3{ padding: 0; }
.get_inLeft .sp-easy-accordion > .sp-ea-single > .ea-header a{ font-family: 'Roboto'; font-weight: 600; font-size: 17px; line-height: 23px; padding: 16px; padding-right: 30px; position: relative;}
.get_inLeft .sp-easy-accordion > .sp-ea-single{ border-color:#d5d5d5; }
.get_inLeft .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {position: absolute; right: 12px; top: 16px; }
.get_inLeft .top_heading{ margin-bottom: 15px; }


.gallery_innr .vp-filter__style-minimal .vp-filter__item{ position: relative;}
.gallery_innr .vp-filter__style-minimal .vp-filter__item:before{ position: absolute; left: 0; top: 10px; content: "/"; font-size: 15px; line-height: 18px; font-weight: 600; color:#0f1316; }
.gallery_innr .vp-filter__style-minimal .vp-filter__item a{ font-size: 15px; line-height: 18px; font-weight: 600; color:#0f1316; text-transform: capitalize; }
.gallery_innr .vp-filter__style-minimal .vp-filter__item a:hover{ color:#fbb908; }
.gallery_innr .vp-filter__style-minimal .vp-filter__item.vp-filter__item-active a{ color:#fbb908; }
.gallery_innr .vp-filter__style-minimal .vp-filter__item:first-child:before{ display: none;}
.gallery_innr .vp-portfolio__item-meta-category:before{ background: url(../images/img.png) no-repeat 0 0; background-size: 100%; width: 65px; height: 66px; position: absolute; left: 50%;
  top: 50%; transform: translate(-50%, -50%); content: ""; }
.gallery_innr .vp-portfolio__item-meta-category{ font-size: 0;}
.gallery_innr .vp-portfolio__items-style-fade .vp-portfolio__item-overlay { background: rgba(0, 0, 0, 0.7);}

.faq_page .get_inLeft{ padding: 0 10%; margin-top: 30px; }


.top_sec2 {
  background: #f9f6f1;
  padding: 30px 20px;
  border-radius: 5px;
}
.inner_bottm_sec .inner_txt a:hover{ color:#fff; }

.reg_logo{ width: 100%; }
.reg_logo img{ max-width: 100%; }


.ms-view { height: 540px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 540px !important;}
.banner_box img { width: 100% !important; object-fit: cover;}
.master-slider { width: 100% !important; margin: 0 !important;}

.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev { width: 50px !important; height: 50px !important; border-radius: 0 !important; border: none !important; margin: 0 !important;}
.ms-skin-light-6 .ms-nav-prev{  opacity: 1; }
.ms-skin-light-6 .ms-nav-next { opacity: 1; }
.ms-skin-light-6 .ms-nav-next:hover{ opacity: 1;}
.ms-skin-light-6 .ms-nav-next { background: url(../images/next2.png) no-repeat center center #fff !important; left: inherit !important; right: 0px !important; top: inherit !important; bottom: 0 !important; transition: all 0.3s; background-size: 22px; }
.ms-skin-light-6 .ms-nav-next:hover{background: url(../images/next2.png) no-repeat center center #fbb908 !important;}
.ms-skin-light-6 .ms-nav-prev { background: url(../images/prev2.png) no-repeat center center #fff !important; left: inherit !important; right: 60px !important; top: inherit !important; bottom: 0 !important; transition: all 0.3s; background-size: 22px; }
.ms-skin-light-6 .ms-nav-prev:hover{background: url(../images/prev2.png) no-repeat center center #fbb908 !important;}

.faq_img{ width: 100%; }
.faq_img img{ max-width: 100%; }

.restumping_video{ width: 100%; }
.restumping_video video{ width: 100%; height: 250px; object-fit: cover; }



 


@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading { font-size: 28px;line-height: 32px; padding-bottom: 15px; }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 28px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}

.banTxt {
  width: 470px;
  padding-right: 60px;
}
.top-logo {
  width: auto;
}
.navbar-brand img {
  max-width: 150px;
}
.header-mid {
  width: 54%;
}
.menu_sec li {
  margin: 0 0 0 10px;
  font-size: 13px;
}
.top_call {
  font-size: 13px;
}
.top_call img {
  max-width: 18px;
  margin: -1px 2px 0 0;
}
.header-right {
  width: 27%;
  column-gap: 10px;
}
.header-right .btn_link {
  padding: 8px 22px;
}
.headerMain {
  padding: 10px 0;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 12px;
}
.ban_content {
  padding: 0 3% 8px 0;
  line-height: 24px;
  font-size: 15px;
}
.exp_badge {
  width: 120px;
  height: 120px;
}
.exp_badge strong {
  font-size: 30px;
  line-height: 35px;
}
.bannersec {
  padding: 60px 0;
}
.specialty_innr {
  padding: 16px;
}
.specialty_innr .d-flex .flex-grow-1 {
  font-size: 13px; line-height: 18px;
}
.specialty_innr .flex-shrink-0 {
  width: 42px;
  height: 42px;
}
.specialty_innr .d-flex img {
  max-width: 21px;
}
.top_paragraph {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
  }
.client_heading {
  font-size: 38px;
  line-height: 42px;
}
.client_heading span img {
  max-width: 100px;
}
.client_subheading {
  font-size: 22px;
  line-height: 30px;
}
.client_satisfy {
  width: 255px;
  border-radius: 8px;
  padding: 12px;
  bottom: -35px;
}
.btn_link {
  padding: 10px 22px;
}
.client_satisfy {
  width: 255px;
  padding: 12px;
  left: 0;
  bottom: -28px;
}
.service_title {
  font-size: 17px;
  line-height: 22px;
  padding: 0 0 12px;
  min-height: 50px;
}
.service_icon2 img {
  width: 58px !important;
}
.service_description {
  min-height: 160px;
}
.number_sec {
  margin-top: -200px;
  min-height: 367px;
  padding: 230px 0 50px 0;
}
.number_sec .d-flex {
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
}
.number_sec .d-flex .flex-shrink-0 img {
  max-width: 35px;
}
.number_sec .d-flex strong {
  font-size: 26px;
  line-height: 30px;
}
.number_sec .d-flex .ms-3{ margin-left: 10px !important; }
.number_sec .d-flex em {
  font-size: 13px;
  line-height: 18px;
}
.why_title {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 10px;
}
.get_inRtop .top_heading {
  font-size: 26px;
  line-height: 28px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 12px;
  color: #444;
  font-size: 15px;
  line-height: 21px;
  padding-right: 20px;
}
.get_inRmid {
  padding: 16px 16px 25px;
}
.wrapper.cta_sec {
  padding: 48px 0;
}
.footer_content {
  font-size: 15px;
  line-height: 23px;
}
.ftr_btminnr .col-md-9 { width: 70%;  }
.ftr_btminnr .col-md-3 { width: 30%;  }
.ms-view { height: 456px !important;}
.ms-slide-bgcont { height: 456px !important;}








}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {   width: 50%;  float: left;  color: #000 !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #f0ba28; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 8px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background: #333; width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 24px; }
.inner_subtitle { font-size: 22px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 24px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image { margin-bottom: 0 !important; background: none; padding: 0 10px; height: auto; width: 200px; border-radius: 0; }

.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 50px; padding: 0 15px; font-size: 14px;
  line-height: 18px;}
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}

.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;} 

.top-logo { width: auto; }
.headerMain {
    padding: 10px 0;
  }
.header_sec.fixed .navbar-brand img {max-width: 140px;}
.navbar-brand img {   max-width: 140px; height: auto; }
.banTxt {
    width: 350px;
    padding-right: 42px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 12px;
  }
.ban_content {
    padding: 0 3% 8px 0;
    line-height: 21px;
    font-size: 14px;
  }
.exp_badge {
    width: 100px;
    height: 100px;
  }
.exp_badge strong {
    font-size: 24px;
    line-height: 28px;
  }
.bannersec {
    padding: 45px 0;
  }
.ms-view { height: 390px !important;}
.ms-slide-bgcont { height: 390px !important;}
.banner_box img {
  height: 100% !important;
}
.banTxt .ban_heading span img {
  max-width: 90px;
  margin: -8px 0 0 0px;
}
.speciality_sec {
  padding: 20px 0;
}

.top_paragraph, .single .entry-content p, .entry-summary p, .service_content {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
  }

.faq_page .get_inLeft {
  padding: 0;
  margin-top: 20px;
}
#rmp-menu-title-260 > .rmp-menu-title-link span{ display: none;}










    
} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 32px;}
.get_touchSec { padding: 0 0 20px;}   
  
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 24px; font-size: 14px; } 
  
.about_sec .about_row {
  align-items: flex-start;
}  
.client_heading {
    font-size: 32px;
    line-height: 36px;
  }  
.client_heading span img {
    max-width: 75px;
  }
 .client_subheading {
    font-size: 20px;
    line-height: 30px;
  }
.client_satisfy {
    width: 200px;
    padding: 9px;
    left: 0;
    bottom: -20px;
  }
.service_title {
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 12px;
    min-height: 54px;
  }
.service_description {
    min-height: 185px;
    font-size: 14px;
    line-height: 22px;
  }
 .number_sec {
    margin-top: -170px;
    min-height: auto;
    padding: 170px 0 50px 0;
  }
.number_sec .d-flex strong {
    font-size: 18px;
    line-height: 26px;
  }
.number_sec .d-flex em {
    font-size: 11px;
    line-height: 16px;
    display: block;
  }
.number_sec .d-flex {
    padding: 10px;
    margin: 8px 0;
  }
.why_rt .top_heading {
  margin: 0 0 10px;
}
 .top_subheading {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px;
    letter-spacing: 3px;
  }
.gallery_sec .top_heading {
  padding-bottom: 15px;
}
.wrapper.gallery_sec {
  padding: 35px 0 60px 0;
}
.get_inLeft {
  padding-right: 10px;
}
.get_inRmid .col-sm-6 {
    width: 100%;
  }
.get_frm textarea {
    height: 95px;
    padding: 15px;
  }
.get_inRtop .top_heading {
    font-size: 20px;
    line-height: 24px;
  }
.get_inRtop {
  padding: 15px 15px 12px;
}
.wrapper.cta_sec {
    padding: 35px 0;
  }
.footer_heading {
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 8px;
  margin-bottom: 8px;
}
.footer_content {
    font-size: 14px;
    line-height: 21px;
  }
.foot_contact li {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 18px;
}
.ftr_social li {
  font-size: 16px;
  line-height: 22px; margin: 0 6px 0 0;
}
.ftr_social li img{ max-width: 30px; }
.ftr_social { 
  margin-top: 15px;
}
.ftr_btminnr .col-md-9 {
    width: 64%;
  }
.ftr_btminnr .col-md-3 {
    width: 36%;
  }
.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
  width: 45px !important;
  height: 42px !important;
}
.ms-skin-light-6 .ms-nav-prev {
  right: 55px !important;
}

	
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 12px !important;
    font-size: 15px;
    line-height: 21px;
    padding-right: 30px !important;
    position: relative;
  }	
.get_inLeft .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
    position: absolute;
    right: 5px;
    top: 12px;
  }
      
	
	
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
.contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] { font-size: 15px; line-height: 22px; padding: 11px 35px !important; }
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px;}
.inner_subtitle {font-size: 18px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 18px;}
.inner_content { padding: 50px 0 !important;}

.footer_box { margin: 12px 0;}

 .banTxt {
    width: 50%;
    padding-right: 26px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 12px;
  }
.btn_link {
    padding: 7px 15px;
    font-size: 13px;
  }
.ms-view { height: 420px !important;}
.ms-slide-bgcont { height: 420px !important;}
.specialty_innr .col-md-3 {
  margin: 15px 0;
}
.specialty_innr .col-md-3:nth-child(2) .d-flex::after{ display: none; }
.specialty_innr .d-flex::after {
  width: 3px;
  height: 55px;
  top: -6px;
}
.about_imgbox {
  padding: 25px 0 0;
}
.about_imgbox img {
  max-width: 100%;
  width: 100%;
}
 .client_satisfy {
    width: 200px;
    padding: 9px;
    left: -8px;
    bottom: -15px;
  }
.why_choose::before{ display: none;}
.why_img {
  width: 100%;
  padding: 20px 0 0;
}
.gallery_innr .vp-filter__style-minimal .vp-filter__item a {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 12px;
}
.gallery_innr .vp-filter__style-minimal .vp-filter__item::before {
  top: 7px;
  content: "/";
  font-size: 14px;
  line-height: 17px;
  left: -3px;
}
.testimonial_sec {
  min-height: auto;
}
.testimonial_sec.wrapper {
  padding: 55px 0 40px;
}
.testimonial_sec::before {
  min-height: 340px;
}
.testimonial_sec.wrapper {
    padding: 55px 0 0;
  }
.get_inLeft {
    padding: 0;
    margin: 0 0 20px;
  }
.get_inRmid .col-sm-6 {
    width: 50%;
  }
.footer_box1 {
  width: 100%; text-align: center;
}
 .ftr_social {
    margin-top: 15px;
    justify-content: center;
  }
.footer_box2 {
  width: 25%;
}
.footer_box3 {
  width: 37%;
}
.footer_box4 {
  width: 38%;
}
.ftr_btminnr .col-md-9 {
    width: 100%;
  }
.ftr_btminnr .col-md-3 {
    width: 100%;
  }
.ftr_btminnr {
  text-align: center;
}
.privacy_link {
  column-gap: 10px;
  margin-top: 5px;
  justify-content: center;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 12px !important;
    font-size: 15px;
    line-height: 21px;
    padding-right: 30px !important;
    position: relative;
  }
.get_inLeft .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon{ position: absolute; right: 5px; top: 12px; }
.toparww_main img {
  max-width: 15px;
}
.banTxt {
    width: 300px; padding-right: 50px;
  }





}

@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}




}


@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content {  padding: 40px 0 !important; }

.banTxt .ban_heading, .banTxt h1 { font-size: 19px; line-height: 24px; }


.banTxt {
    width: 100%;
    padding: 0 0 20px;
  }
.banner_box {
  width: 100%;
  position: relative;
  right: inherit;
  top: inherit;
  height: auto;
}
 .ms-view {
    height: 420px !important;
    width: 100% !important;
  }
.exp_badge {
    width: 100px;
    height: 100px;
    right: 0;
    left: inherit;
    transform: inherit;
    top: 15px;
  }
.bannersec {
    padding: 0;
  }
.ms-view {
    height: 300px !important;
    width: 100% !important;
  }
.ms-slide-bgcont { height: 300px !important;}
.banTxt {
    width: 100%;
    padding: 30px 0;
  }
.specialty_innr .col-md-3 {
    margin: 8px 0;
    width: 100%;
  }
.specialty_innr .d-flex::after{ display: none;}
.why_title {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 10px;
  }
.why_box {
  padding: 12px 7px;
}
.get_inRmid .col-sm-6 {
    width: 100%;
  }
.footer_sec::before, .footer_sec::after{ display: none;}
.foot_link li {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 22px;
}
 .footer_heading {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 8px;
    margin-bottom: 8px;
  }
.foot_contact li {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 20px;
  }
.footer_content {
    font-size: 15px;
    line-height: 23px;
  }
.footer_logo img {
  max-width: 140px;
}
.reg_logo img {
  max-width: 170px;
  margin-top: 10px;
}
.get_frm label {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
}
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {
    height: 47px;
  }
.get_frm textarea {height: 90px;}




} 


@media only screen and (max-width: 480px){ 
 .service_title {
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 12px;
    min-height: auto;
  }
 .service_description {
    min-height: auto;
    font-size: 14px;
    line-height: 22px;
  }


}

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
.btn_link { padding: 5px 16px; font-size: 12px; }	

.service_innr .col-6 {
  width: 100%;
}
	
	
	
}
