body{ padding: 0px; margin: 0px; list-style: none; font: normal 14px/24px 'Montserrat'; color:#060606; 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: 'Montserrat';
font-family: 'Playfair Display';*/


.btn_link { padding: 12px 20px; border-radius: 0px; text-transform: uppercase; color:#fff; display: inline-block; font-family: 'Montserrat'; font-size: 14px; line-height: 24px; background: #5465ab; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 700; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background: #83e7ff; transform: scaleX(0); transform-origin: left;
  z-index: -1; transition: transform 0.3s ease; border-radius: 0px;
}
.btn_link:hover::before { transform: scaleX(1);}
.btn_link:hover{ color:#000 !important;}

.btn_link2{ background: #83e7ff; color:#000; }
.btn_link2::before{ background: #5465ab; }
.btn_link2:hover{ color:#fff !important;}



/*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; background: #fff; }

.header_top{ width: 100%;  background: #f4f4f4; padding: 12px 0; }
.header_top ul { display: flex; }
.header_top ul li{ padding: 0 21px 0 0; margin-right: 14px; color:#191919; font-size: 14px; line-height: 16px; position: relative;}
.header_top ul li:after{ width: 1px; height: 13px; background: #c8c8c8; position: absolute; right: 0px; top: 2px; content: ""; }
.header_top ul li a{ color:#191919;}
.header_top ul li a:hover{ color:#5465ab;}
.header_top ul li img{ max-width: 100%; margin: -2px 2px 0 0; }
.header_top ul li:last-child:after{ display: none; }
.header_top ul li:last-child{ padding-right: 0; margin-right: 0; }


.headerMain{ width: 100%; padding: 10px 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; 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;
border-radius: 100%; }
.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: flex-end; align-items: center; }
.menu_sec li{ margin: 0; font-size: 16px; line-height: 24px; color:#191919; position: relative; font-weight: 400; float: left; margin: 0 0 0 50px; }
.menu_sec li a{display: inline-block; color: #191919; padding: 8px 0; letter-spacing: 0; text-transform: capitalize; border-right: 1px solid rgba(255, 255, 255, 0.13);}
.menu_sec li:last-child a{ border-right: none; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#5465ab !important; background: none !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #5465ab; 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: #5465ab; top: 36px; 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:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #83e7ff !important; color:#000; }


.top-logo{width: 16%; position: relative; }
.header-mid { width: 62%;}
.header-rt { width: 22%; position: relative;}
.header-rt .btn_link{ float: right; margin: 0;}


.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }

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


.bannersec{ width: 100%; position: relative;}  
.banner_box .container{ position: relative; }
.banner_box{ width: 100%; position: relative; }
.banner_box:before{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); content: ""; }
.banner_box img{ height: 650px; width: 100%; object-fit: cover; }
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; text-align: center; }
.banTxt{max-width: 800px; display: inline-block; padding: 0px; text-align: center; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 48px; line-height: 60px; color: #fff; padding-bottom: 18px; position: relative; text-transform: uppercase; position: relative; font-weight: 400; padding: 0 0 15px; font-family: 'Playfair Display'; }   
.ban_content{ font-size: 14px; line-height: 24px; color:#fff; padding: 0 0 15px; font-weight: 400; font-family: 'Montserrat'; }


.wrapper{ padding: 90px 0; }
.wrapper.about_sec { padding-top: 85px;}
.about_sec{width: 100%; position: relative; }
.about_sec .about_row{ align-items: center; }

.top_subheading{ width: 100%; font-size: 14px; line-height: 20px; color: #5465ab; margin-bottom: 10px; text-transform: uppercase; font-weight: 400; font-family: 'Playfair Display'; letter-spacing: 1px;}
.top_subheading strong{ font-weight: 500; padding: 6px 15px; background: #eaeaff; border-radius: 30px; }
.top_heading{ width: 100%; font-size: 30px; line-height: 38px; color: #060606; font-weight: 400; padding-bottom: 15px; text-transform: uppercase; font-family: 'Playfair Display'; }
.top_paragraph{ font-size: 14px; line-height: 26px; color: #060606; font-weight: normal; padding-bottom: 15px; font-weight: normal; }
.top_paragraph strong{ font-weight: bold; }

.list_style{ width: 100%; padding: 0 0 15px; }
.list_style li{ width: 100%; display: inline-block; font-size: 14px; line-height: 26px; color:#060606; padding: 5px; padding-left: 30px; position: relative; margin: 0 0 10px; }
.list_style li:before{ position: absolute; left: 0; top: 6px; content: "\f058"; color: #5465ab; font-weight: 900; font-family: "Font Awesome 6 Pro"; font-size: 20px; }
.list_style li strong{ color:#5465ab; }
.list_style li:last-child{ margin-bottom: 0;}

.about_content{ width: 100%; padding-right: 30px; position: relative; }
.review_icon{ width: 100%; display: inline-block; padding: 0 0 20px; }
.review_icon img{ max-width: 100%; }

.about_left{ width: 100%; position: relative;}
.about_rt .top_subheading{ margin-bottom: 25px;}
.about_img{ width: 100%; position: relative; margin: 0 0 25px; }
.about_img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 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; }
.about_img1{ margin-top: 90px; }
.call_heading{ font-size: 14px; line-height: 16px; font-weight: 700; color: #5465ab; text-transform: uppercase; letter-spacing: 1px; padding: 0 0 3px; }
.call_number{ font-size: 23px; line-height: 25px; font-weight: 500; color: #0f0f0f; }
.call_number a{ color:#0f0f0f; }
.call_number a:hover{ color:#5465ab; }
.about_btn .d-flex { align-items: center;}
.about_btn { display: flex; column-gap: 20px; padding: 10px 0 0; }
.about_btn .btn_link{ margin: 0;}


.service_sec{ width: 100%; background: linear-gradient(180deg, rgba(223, 249, 255, 1) 0%, rgba(226, 249, 255, 1) 18%, rgba(233, 251, 255, 1) 36%, rgba(233, 251, 255, 1) 52%, rgba(245, 253, 255, 1) 64%, rgba(249, 254, 255, 1) 75%, rgba(254, 255, 255, 1) 100%); text-align: center; }
.top_sec{ width: 100%; }


.service_details { width: 100%;  align-items: center;}
.service_details .top_heading{ text-align: center; color:#fff; font-size: 35px; }
.service_box{ width: 100%; text-align: center; position: relative; margin: 15px 0; overflow: hidden;}
.service_box:before{ width: 100%; height: 100%;position: absolute; left: 0; top: 0; background: linear-gradient(0deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.39) 23%, rgba(254, 255, 255, 0.02) 100%);  content: ""; z-index: 1; }
.service_box img{ width: 100%; transition: all 0.3s; }
.service_txt { width: 100%; position: absolute; left: 0; bottom: 0; padding: 15px; padding-bottom: 20px; text-align: center; z-index: 2; transition: all 0.3s; }
.service_heading{ width: 100%; font-size: 28px; color:#fff; line-height: 32px; font-family: 'Playfair Display'; font-weight: 400; padding: 0 0 15px; margin-bottom: 10px; position: relative; }
.service_heading:before{ width: 70%; height: 1px; background: rgba(255, 255, 255, 0.5); position: absolute; left: 50%; bottom: 0; content: ""; transform: translate(-50%, 0); }
.service_txt .read_link{ color:#fff; font-family: 'Playfair Display'; font-weight: 700; text-decoration: underline !important; text-underline-offset: 4px; font-size: 16px; text-transform: uppercase; }
.service_txt .read_link:hover{ color: #84e7ff;}
.service_box:hover img{transform: scale(1.1);}
.service_box:hover .service_txt { bottom: 15px;}


.why_choose{ width: 100%; background: #d1d1d1; position: relative; overflow: hidden; }
.why_choose:before{ width: 50%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/why_bg.jpg) no-repeat 0 0; content: ""; }
.why_chooseInnr{ width: 100%; text-align: center; position: relative; }
.why_box{ width: 100%; background: #fff; padding: 15px; min-height: 180px; margin: 15px 0; box-shadow: 0 0 2px 2px #ededed; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; box-shadow: 0 0 3px 2px #c6c6c6; }
.why_box img{ max-width: 100%; margin-bottom: 15px; transition: all 1.0s; }
.why_title{ width: 100%; display: inline-block; font-size: 14px; color:#2e2e2e; font-weight: 500; }
.why_box:hover img{transform: rotateY(360deg);}


.gallery_slider{ width: 100%; padding: 10px 0 0; }
.gal_box{ margin: 10px 0; height: 285px; }
.gal_box a img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.3s; }
.gal_box1{ width: 23%; }
.gal_box2{ width: 46%; }
.gal_box3{ width: 31%; }

.gal_box a { width: 100%; display: block; height: 100%; overflow: hidden;}
.gal_box:hover img { transform: scale(1.1);}

.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; color:#000 !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: #83e7ff; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }

.get_touchSec{ width: 100%; background: url(../images/getbody_img.png) repeat-x left bottom #f3f8ff; overflow: hidden; }
.get_touchSec .get_frm { margin: 10px 0;}
.get_touchSec .get_frm label{ font-size: 16px; color:#383838; line-height: 24px; padding: 0 0 10px; width: 100%; display: inline-block; }
.get_touchSec .get_frm input[type="text"], .get_touchSec .get_frm input[type="email"], .get_touchSec .get_frm input[type="tel"], .get_touchSec .get_frm select, .get_touchSec .get_frm textarea{ height: 55px; color:#383838; padding: 0 15px; border-radius: 10px; transition: all 0.3s; background: none; }
.get_touchSec .get_frm textarea{ height: 160px; padding: 10px 15px; resize: none;}
.get_touchSec .get_frm input[type="text"]:focus, .get_touchSec .get_frm input[type="email"]:focus, .get_touchSec .get_frm input[type="tel"]:focus, .get_touchSec .get_frm select:focus, .get_touchSec .get_frm textarea:focus{border-color:#4c9acf !important; }



.get_img{ width: 100%;}
.get_img img { width: 145%; height: 745px; object-fit: cover;}
.wrapper.get_touchSec { padding: 0;}
.get_touchSec .get_row{ align-items: center; }
.get_left{ padding-right: 15px;}


.testimonial_sec{ width: 100%; position: relative; text-align: center; }
.testimonial_box{ width: 100%; background: #fff; padding: 25px; border-radius: 15px; }
.review{ width: 100%; display: inline-block; margin: 0 0 5px; }
.review img{ width: auto !important; max-width: auto !important;}
.review_text{ font-size: 16px; line-height: 30px; color:#2d2d2d; padding: 0 0 10px; font-weight: normal; min-height: 125px; }
.client_name{ font-size: 16px; line-height: 25px; color:#010101; font-style: italic; font-weight: normal; font-weight: bold; }

.testimonial_left{ width: 100%; background: #4c9acf; border-radius: 15px; padding: 50px 30px; text-align: center; }
.rating{ width: 100%; font-weight: 700; color:#fff; font-size: 48px; line-height: 44px; font-weight: 600; margin: 0 0 25px; font-family: 'Poppins'; }
.rating_start{ width: 100%; display: inline-block; margin: 0 0 30px; }
.rating_start img{ max-width: 100%; }
.rating_txt{ width: 100%; font-weight: 700; color:#fff; font-size: 14px; font-weight: 400; line-height: 24px; padding: 0 0 30px;}
.testimonial_inner { width: 100%; padding: 20px 0 0; }
.review_img{ width: 100%; display: inline-block; }
.rating_start img{ max-width: 100%; }

.testimonial_slider{ width: 100%; padding: 10px; border: 1px solid #c4c4c4; border-radius: 15px; height: 100%; text-align: left; }

 


.footer_sec{ width: 100%; position: relative; background: url(../images/footer_bg.png) no-repeat right bottom #000; }
.footer_top{ width: 100%; padding: 80px 0 60px 0; }

.footer_box{ width: 100%; }
.footer_heading { font-size: 18px; line-height: 25px; font-weight: 600; color: #fff; text-transform: uppercase; padding: 0 0 15px; }
.footer_content { width: 100%; display: inline-block; font-size: 14px; line-height: 24px; color: #fff; }

.foot_link li{ width: 100%; margin: 0 0 8px; font-size: 14px; line-height: 24px; color:#fff; position: relative; font-weight: 400; }
.foot_link li:last-child{ margin-bottom: 0px; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#83e7ff; }

.foot_contact li{ width: 100%; margin: 0 0 20px; font-size: 14px; line-height: 24px; color:#fff; position: relative; font-weight: 400; text-transform: capitalize; padding: 0 0 0 38px; }
.foot_contact li:last-child{ margin-bottom: 0px; } 
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#83e7ff; }
.foot_contact li i{position: absolute; left: 0; top: 0; width: 28px; height: 28px; background: #83e7ff; border-radius: 100%; display: flex; align-items: center; justify-content: center; color:#000; font-size: 12px; }


.footer_box1 { width:33%;}
.footer_box2{width: 18%;}
.footer_box3{width: 28%;}
.footer_box4{width: 21%;}

.footer_btm{ width: 100%; font-size: 14px; line-height: 26px; font-weight: normal; color:#fff; border-top: 1px solid rgba(255, 255, 255, 0.2);  }
.footer_btmInnr{ padding: 15px 0;}
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#83e7ff; }
.footer_btm ul{ width: auto; float: right;}
.footer_btm ul li{ float: left; margin: 0 0 0 10px; padding: 0 0 0 10px; position: relative; }
.footer_btm ul li:before{ width: 1px; height: 18px; background: #fff; position: absolute; left: 0; top: 2px; content: ""; }
.footer_btm ul li a:hover{ color:#83e7ff; }
.mobile_btm{ display: none;}
.pb-10{ padding-bottom: 10px;}
.cap{ text-transform: uppercase;}

.ftr_social{ width: 100%; display:flex; padding: 20px 0 0; }
.ftr_social li{ float: left; margin: 0 10px 0 0; }
.ftr_social li:last-child{ margin-right: 0; }
.ftr_social li a{ width: 28px; height: 28px; background: #83e7ff; border-radius: 100%; display: flex; align-items: center; justify-content: center; color:#000 }
.ftr_social li a:hover{ background: #fff; color:#000; }
.fixed_buttons {
  position: fixed;
  right: -69px;
  top: 50%;
  z-index: 55555;
  transform: rotate(-90deg);
  width: auto;
}
.fixed_buttons .ban_call a {
  background: #fff;
  color: #83e7ff !important;
  border-radius: 10px 10px 0 0;
  padding: 8px 15px;
  box-shadow: 0 0 10px -3px #a2a2a2;
}
.fixed_buttons .ban_call .flex-shrink-0{ background: #83e7ff; color:#fff; }
.fixed_buttons .ms-3 {
  margin: 0 0.5rem 0 0 !important;
}
.fixed_buttons .btn_link:before{ display: none; }

.footer_logo {
  display: block;
  margin: 0 0 20px;
}
.footer_logo img{ max-width: 100%; }



/*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: #5465ab;}
.primary-navigation .menu_sec ul li a:hover{background-color: #83e7ff; color:#000 !important; padding-left: 20px; }
.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: 100%; }


/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.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(0, 0, 0, 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: #83e7ff; 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(0, 0, 0, 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: #060606;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #060606;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Playfair Display';
  margin-bottom: 15px;
  text-transform: uppercase;
}
.inner_subtitle2 {
  color: #060606;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Playfair Display';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 14px;
  color: #060606;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Montserrat';
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#5465ab;
  padding-bottom: 16px;
  position: relative;
}


.inner_title::before, .inner_subtitle::after  {
  background: #5465ab;
  width: 35px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: 0px;
}



.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;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 14px;
  line-height: 1.6em;
  font-family: 'Montserrat';
  color: #060606;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#5465ab; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #5465ab;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.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:#83e7ff;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #060606;
}
.sub_heading strong{ color: #5465ab;}
/* .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 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .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: 'Montserrat';}
.get_box .btn_link{ border: none;font-family: 'Montserrat'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#4c9acf !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; }

.contact_page_heading {
font-size: 30px;
line-height: 1.2;
text-transform: capitalize;
color: #060606;
padding: 0 0 15px;
font-family: 'Playfair Display';
font-weight: 400;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #5465ab;
}
.contact_page_heading strong { color:#5465ab;}
.contact_page_info {
position: relative;
color: #060606;
margin-top: 25px;
padding-left: 60px;
font-family: 'Montserrat';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background: #5465ab;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
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: #060606;
}
.contact_page_info {
color: #060606;
}
.contact-text a:hover{ color:#5465ab; }

.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;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #060606 !important;
outline:none;
border-color:#ccc !important;
}


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

.contact-page input[type="submit"] {
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
color: #fff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Montserrat';
height: auto;
letter-spacing: 1px;
font-weight: 700;
background: #5465ab;
  letter-spacing: 1px;
}
.contact-page input[type="submit"]:hover {
background-color: #83e7ff !important;
color:#000 !important;
}
.contact_right .get_touchSec { padding: 0 0 20px; background: none; }
/* .contact_right .get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.contact_right .get_touchSec .row{ margin: 0 -5px; } */
.contact_right .get_touchSec p{ padding: 0; }

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


.thank_you { text-align: center;}
.thank_you img{ max-width: 260px !important; margin: 0 0 15px;}



/* error */

/* .error404 .header_sec{ position: fixed; } */
.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: flex; justify-content: center;}
.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: 16px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }

.error404 .inner_title::before, .error404 .inner_subtitle::after  {left: 50%;transform: translate(-50%, 0);}



/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 0; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Montserrat'; font-size: 14px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 700; background: #5465ab;  letter-spacing: 1px; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #83e7ff;
  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:#000; }


.post .entry-title{ font-size: 24px !important;  font-weight: 400 !important; line-height: 2rem; font-family: 'Playfair Display'; }
.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:#060606; font-family: 'Playfair Display'; }
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; padding-bottom: 120px !important; } 
.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:#060606; }
.entry-title a:hover, .entry-meta a:hover { color: #5465ab !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #5465ab !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: 14px; line-height: 26px; font-family: 'Montserrat'; color: #060606; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #000; font-size: 14px; line-height: 24px; }
.menu_sec li > a{ background: none !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;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}
.get_rt .top_heading{ background-position: center bottom;}


.career_page .contact_right { padding: 30px; max-width: 750px; margin: 0 auto;}
.get_box input[type="file"] { padding: 14px 15px !important;}




.get_frm{ width: 100%; display: inline-block; margin: 10px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 55px; padding: 0 20px; background: #fff; border: 1px solid #bbbec3; outline: none; font-size: 16px; line-height: 18px; color:#383838; border-radius: 10px; font-family: 'Montserrat'; }
.get_frm textarea{ padding: 15px 20px; resize: none; height: 130px; }
.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:#4c4c4c; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
.get_frm .btn_link:hover{background: #83e7ff;}
.get_frm select{ cursor: pointer;}

.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;}



.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.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{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #949494; outline: none; font-size: 15px; line-height: 18px; color:#222; border-radius: 10px; font-family: 'Montserrat'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}
.get_box input[type="file"] { padding: 14px 15px !important;}
.get_touch p{ padding: 0;}




.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section{ margin: 0 !important;}
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free{ position: relative; padding: 25px; padding-top: 60px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ text-align: left; color:#4c4c4c; font-size: 16px; line-height: 30px; padding: 0; margin: 0; }
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section .sp-testimonial-client-name { text-align: left; font-size: 18px; font-weight: 700; color: #4c4c4c; padding-left: 0; margin: 0; margin: 15px 0 0; }
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section .sp-testimonial-client-rating { text-align: left; padding-left: 0; justify-content: flex-start; display: flex; position: absolute; left: 26px; top: 30px; }
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section .sp-testimonial-client-testimonial { margin: 0;}

.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{ background: url(../images/next.png) no-repeat 0 0 !important; width: 50px; height: 50px; background-size: 100% !important; font-size: 0px; border-radius: 0; border: none !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{ background: url(../images/prev.png) no-repeat 0 0 !important; width: 50px; height: 50px; background-size: 100% !important; font-size: 0px; border-radius: 0; border: none !important; }
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section .testimonial-nav-arrow{border: none !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow{ transform: inherit;}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  right: 0;
  left: inherit;
  top: inherit;
  bottom: 0;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{  bottom: 0; top: inherit; left: inherit; right: 60px;}


.reviews_page .sp-testimonial-free-section .sp-testimonial-item{padding: 10px !important; }
.reviews_page .sp-testimonial-free{ padding: 15px !important; border-radius: 5px !important; background: linear-gradient(180deg, rgba(223, 249, 255, 1) 0%, rgba(226, 249, 255, 1) 18%, rgba(233, 251, 255, 1) 36%, rgba(233, 251, 255, 1) 52%, rgba(245, 253, 255, 1) 64%, rgba(249, 254, 255, 1) 75%, rgba(254, 255, 255, 1) 100%) !important; padding-top: 55px !important;}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ color:#222 !important; font-family: 'Montserrat'; margin: 0 !important; text-align: left;     padding: 0; font-size: 14px;  line-height: 24px; }
.reviews_page #sp-testimonial-free-wrapper-53 .sp-testimonial-free-section .sp-testimonial-client-name{ color:#222 !important; font-family: 'Montserrat'; font-weight: 600; text-align: left; }
.reviews_page #sp-testimonial-free-wrapper-53 .sp-testimonial-free-section .sp-testimonial-client-rating{ width: auto; position: absolute; left: 25px; top: 35px; }
.reviews_page #sp-testimonial-free-wrapper-53 .sp-testimonial-free-section{ margin-left: 0 !important; padding-right: 0 !important;}

.service_content{ color:#fff; padding:0 0 15px; }
.img_box img{ width: 100%; border-radius: 6px; }
.inner_bottm_sec .btn_link2:before{ background:#ffff !important; }
.inner_bottm_sec .btn_link2:hover{ color:#000 !important; }
.inner_bottm_sec .inner_txt a{ color:#83e7ff; }
.mid_sec .inner_subtitle { text-transform: capitalize;  margin: 0 0 25px;}
.mid_sec .inner_subtitle::after { left: 50%; transform: translate(-50%, 0);}

.mid_box {
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 0 8px -3px #5465ab;
  border-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.mid_sec {
  padding-bottom: 30px;
}
.btm_title{ padding-top: 50px; }
.inner_bottm_sec .inner_subtitle2{ color:#83e7ff; }
.inner_bottm_sec .inner_subtitle2 strong {
    color: #83e7ff !important;
}












@media (min-width: 4000px) and (max-width: 6999px) {
.area_sec:before{ width:45%; clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 0 0);}


}


@media (min-width: 2500px) and (max-width: 3999px) {
.area_sec:before{ width:42%; clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);}


}


@media (min-width: 2000px) and (max-width: 2499px) {
.area_sec:before{ width:38%; clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);}


}



@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: 26px; padding-bottom: 15px;}
.list_style li{line-height: 26px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 5px;}
.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;}
.btn_link {padding: 10px 25px;}

.banner_box img {
  height: 500px;
}
.menu_sec li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 35px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 40px;
  line-height: 50px;
  padding: 0 0 10px;
}
.ban_content {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 10px;
}
.review_icon img {
  max-width: 130px;
}
.about_rt .top_subheading {
  margin-bottom: 10px;
}
.review_icon {
  padding: 0 0 15px;
}
.service_heading {
  font-size: 23px;
  line-height: 25px;
  padding: 0px 0 10px;
  margin-bottom: 7px;
}
.service_content {
  padding: 0 0 12px;
  line-height: 20px;
}
.wrapper {
    padding: 60px 0;
  }
.gal_box {
  height: 240px;
}
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free {
  padding: 15px;
  padding-top: 50px;
}
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section .sp-testimonial-client-rating {
  left: 13px;
  top: 25px;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  width: 42px;
  height: 42px;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  width: 42px;
  height: 42px;
}
.footer_top {
  padding: 65px 0 50px 0;
}
.footer_heading {
  font-size: 16px;
  line-height: 23px;
  padding: 0 0 15px;
}











}


@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: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #5465ab; font-weight: 600; }
 .footer_btn2 {
    background: #fff;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 40px;
    width: 39px;
    border-radius: 50%;
    padding-top: 7px;
  }
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
 .footer_btn1 {
    background: #83e7ff;
    width: 50%;
    float: left;
    color: #000 !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-weight: 600;
  }
.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: #fff; padding: 20px 12px; height: auto; width: 180px; border-radius: 5px;}

.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: 55px; 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;}    

.btn_link {
    padding: 8px 13px;
    font-size: 13px;
  }
.call_heading {
  font-size: 13px;
}
.call_number {
  font-size: 18px;
  line-height: 21px;
}
.headerMain {
    padding: 10px 0;
  }
.top-logo {
  width: auto;
  position: relative;
}
.navbar-brand img {
  max-width: 110px;
}




} 
 
 
@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: 80px;}
.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: 22px; font-size: 14px; }  
  
.gal_box {
    height: 190px;
  }
.testimonial_left {
  padding: 35px 25px;
  margin-bottom: 25px;
}
.footer_box1 {
  width: 100%;
}
.footer_box2 {
  width: 24%;
}
.footer_box3 {
  width: 45%;
}
.footer_box4 {
  width: 31%;
}
.footer_box {
  margin: 15px 0;
}
.footer_top {
    padding: 45px 0 30px 0;
  }
.footer_btmInnr {
  padding: 12px 0;
  font-size: 13px;
}
.get_frm .btn_link {
  padding: 12px 35px;
}
.get_left {
  padding-right: 0;
}
.banner_box img {
    height: 400px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 10px;
  }
.wrapper.about_sec {
  padding-top: 50px;
}
.btn_link {
    padding: 8px 17px;
    font-size: 12px;
  }
.about_btn .d-flex img {
  max-width: 28px;
}
      
} 

 
@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: 16px; line-height: 24px; padding: 13px 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;}

.banner_box img {
    height: 370px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 22px;
    line-height: 32px;
    padding: 0 0 10px;
  }
.wrapper.about_sec {
    padding-top: 40px;
  }
 .review_icon img {
    max-width: 110px;
  }
.about_content {
  padding-right: 0;
}  
.about_left {
  margin-top: 35px;
}  
.about_img1 {
  margin-top: 50px;
}
.gal_box {
    height: 145px;
  }
.get_img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.get_img {
  margin-top: 20px;
}
.testimonial_left {
    padding: 25px 16px;
    margin-bottom: 25px;
  }
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section .sp-testimonial-client-rating {
    left: 5px;
    top: 14px;
  }
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free {
    padding: 8px;
    padding-top: 35px;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 14px;
  line-height: 26px;
}
.testimonial_slider #sp-testimonial-free-wrapper-50 .sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 16px;
}
.foot_contact li {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 22px;
  padding: 0 0 0 38px;
}
.foot_link li {
  font-size: 13px;
  line-height: 22px;
}
.toparww_main.fixed .toparww {
    bottom: 25px;
  }
.service_txt {
  padding: 12px;
}


}

@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; }

.thank_you img { max-width: 200px !important; margin: 0 0 15px;}

 .banTxt .ban_heading, .banTxt h1 {
    font-size: 19px;
    line-height: 26px;
    padding: 0 0 10px;
  }
.ban_content {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 10px;
  }
.banner_box img {
    height: 340px;
  }
.service_box {
  margin: 10px 0;
}
.why_box {
  padding: 15px;
  min-height: 150px;
  margin: 10px 0;
}
.gal_box{ width: 50% !important;}
.rating {
  font-size: 38px;
  line-height: 32px;
  margin: 0 0 20px;
}
.rating_start img {
  max-width: 150px;
}
.rating_start {
  margin: 0 0 20px;
}
.foot_contact li {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 0 38px;
  }
.foot_link li {
    font-size: 14px;
    line-height: 24px;
  }
.about_img1 {
    margin-top: 25px;
  }



} 

@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;}
	
	
	
}
