/* Icons fonts import here */ 
@import url("fonts/style.css"); 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
:root{
  --primaryFontFamily: 'Poppins', sans-seri;
  --fontWeightSemiBold:600;
  --fontWeightBold:700;
  --fontWeightExtraBold:800;
  --fontStyleItalic:italic;
  --baskerVilleFont: 'Baskervville', serif;
}
.default-5{ padding-top: 5rem; padding-bottom: 5rem; }
.default-6{ padding-top: 6rem; padding-bottom: 6rem; }
.default-7{ padding-top: 7rem; padding-bottom: 7rem; }
.default-8{ padding-top: 8rem; padding-bottom: 8rem; }
.default-9{ padding-top: 9rem; padding-bottom: 9rem; }
.default-10{ padding-top: 10rem; padding-bottom: 10rem; }

body,button, input, optgroup, select, textarea,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:var(--primaryFontFamily) !important; }
a:hover,
a {transition: 0.3s;}

/* Default Css Overwrite here */
p{ font-size:1.6rem; font-weight: 400; line-height: 2.4rem; }
.section-title{ font-size:4.8rem; font-weight:normal; margin-bottom: 3rem; text-transform:uppercase; }
.section-title strong{ font-weight:var(--fontWeightBold); }
.with-bottom-line{ position: relative; padding-bottom: 2.5rem; margin-bottom: 3.6rem !important; }
.with-bottom-line:after{ content:''; position:absolute; left:50%; bottom:0; background:#0676c4; width:6.7rem; height:0.6rem; transform: translate(-50%, 0); }
.ov{ overflow: visible !important; }
.txt-white{ color: #fff; }
.navbar > .container-fluid > .row{ width: 100%; }
.contact-info-item h4 { color: #fff; font-size: 22px; font-weight: 700; margin: 0; padding: 15px 0 10px; }
.txt-green {
    color: #5dad45;
}
.txt-blue {
    color: #4f88b9;
}

/* Button Css here 
====================*/
.m-btn{ text-transform: uppercase; display: inline-block; padding: 1.1rem 3.4rem; letter-spacing: 0.8rem; transition: all ease-in-out 0.2s; min-width: 18.3rem; }
.m-btn:hover{ text-decoration: inherit; }
.m-btn-outline{ border: solid 1px #333333; color: #000000; }
.m-btn-outline:hover{ background: #222655; color: #fff; border-color: #222655; }
.m-btn.white{ color: #222655; background: #fff; }
.m-btn.white:hover{ background: #4ce33b; color: #fff; text-decoration: none; }
.n-btn-default{ background:none; width:25.6rem; display:block; height:5.6rem; text-align:center !important;  line-height:5.6rem; color:#4ce33b;  }
.n-btn-default-inline{ padding: 0.7rem 2.2rem; display: inline-block; color:#4ce33b; text-align: center !important; border:solid 0 #4ce33b; text-transform: uppercase; font-size: 1.6rem; font-weight: normal; border-radius: 0.4rem;}
.n-btn-default-inline:hover{ background: #4ce33b; color: #fff; text-decoration: none; } 

.m-btn-md{font-size: 1.8rem;font-weight: 400;padding: 1.6rem 2.5rem;border-radius: 0.5rem;text-decoration: none;display: inline-block;margin: 0 0.5rem;}
.m-btn-white{ color: #5dad45; background: #fff; }
.m-btn-white:hover{ color: #fff; background: #0c86c7; text-decoration: none; }
.m-btn-black{ color: #fff; background: #000000; }
.m-btn-blue{ color: #fff; background: #0c86c7; }
.m-btn-blue:hover{ color: #0c86c7; background: #fff; text-decoration: none; }  
.m-btn-black:hover{ color: #000; background: #4ce33b; text-decoration: none; }


/* Title Css here 
====================*/
.title.style-1{ color: #5dad45; margin: 25px 0px; }
.title.style-1 span{ color: #233273; }
.title{ font-size: 42px; line-height: 50px; font-weight: normal; }
.title span{ display: block; }
.f-baskerville{ font-family:'Baskervville', serif !important}
.title-tagline{ color: #5cab44 !important; font-weight: 300; padding-bottom: 40px; margin-top: 15px; font-size: 20px; }

/*====================================
   SITE HEADER CSS START HERE
====================================*/
.site-header{ background: #fff; }

.bottom-slider-btn .slide-both-btns.slider-btns { position: relative; float: right; text-align: right;
/* margin: -120px 0 0 0;*/
  z-index: 9;
  top: -138px; } 
.bottom-slider-btn  .slider-btns a.slide-btn-1 { background: #5dad45; width: 154px; } 
.bottom-slider-btn  .slider-btns a.slide-btn-1:hover,
.bottom-slider-btn  .slider-btns a.slide-btn-2:hover{background:#4f88b9;text-decoration:none;} 
.bottom-slider-btn .slider-btns a.slide-btn-2{background:#233273;} 
.bottom-slider-btn .slider-btns a{ font-size: 1.7rem; line-height: 3.6rem; padding: 1.2rem 2.5rem; display: inline-block; margin: 0; font-weight: 500; text-transform: uppercase; color: #fff; letter-spacing: 0.1rem; border-radius: 0.3rem; } 
.banner-buttons { overflow: visible !important; }


/* topBar */
.site-header .top-header{ background:#4f88b9; color: #fff; border-bottom: solid 1px rgba(0, 0, 0, 0.2); padding-top: 7px; padding-bottom: 7px; }
.site-header .top-header .top-left{ float: right; margin: 0; padding:0; }
.site-header .top-header .top-left li{ margin: 0; padding: 0; }
.site-header .top-header .top-left li a{ display: inline-block;padding: 3px 0 0}
.site-header .top-header .top-left li a:hover i{ color: #5dad45; }
.site-header .top-header .top-contact-info{ float:left ; }
.site-header .top-header .widget{ margin-bottom: 0; } 
.site-header .top-header .widget .top-contact-info{ padding:0; text-align:left; }  
.site-header .top-header .top-contact-info li{ list-style:none; margin-left:1.5rem; float: right; background: transparent; padding: 0px; }
.site-header .top-header .top-contact-info li a{ color: #fff; padding: 5px 12px !important; border: solid 1px #fff; }
.site-header .top-header .top-contact-info li.btn-item a:hover { text-decoration: none; background: #5dad45; border-color: #5dad45; }
.site-header .top-header .btn-item a{ font-size: 1.6rem; }
.site-header .top-header .btn-item.book-appt{ background:#0c86c7; border:1px solid #0c86c7; color:#fff; text-transform: uppercase}
.site-header .top-header .btn-item.book-appt:hover{background:#5dad45; }
.site-header .top-header .btn-item.book-appt a:hover{ color: #fff; } 
.site-header li.btn-item.book-appt a,
.site-header li.btn-item.book-appt{ background: transparent; color: #fff;  text-transform: uppercase}
.site-header li.btn-item.book-appt a:hover{ background: transparent; color:#fff ; }
.top-contact-info a{ color: #fff; } 
.top-contact-info a:hover{ color: #fff; }  
.top-left i{ font-size:3.2rem; color:#fff}
.top-left a{ margin-right:0.5rem; }
.social a:hover{ text-decoration:none}
.site-header.sticky .top-header .widget .top-contact-info li {padding:3px 0 2px;}
 
/* Navbar */
.site-header.header-transparent{ background: transparent; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; }
.site-header .navbar{ padding: 10px 2rem; background: #fff; transition: all ease-in-out 0.2s; }
.site-header.sticky .navbar .navbar-nav li a{ font-weight: 400; font-size: 1.6rem; color: #000000;}
.site-header .navbar .navbar-nav li a *{ transition:all ease-in-out 0.2s; } 
.site-header .navbar .navbar-nav li a{ font-weight:400; text-transform: uppercase; font-size: 1.6rem; position: relative; padding:1rem  2.2rem; color:#000 !important; }  
.site-header .navbar .navbar-nav li a:hover{ background-color: #4f88b9 !important; color: #fff; border-radius: 0px; color:#fff !important; }  
.site-header .navbar .navbar-nav li.req-btn a{ background: #5dad45; color:#fff !important }
/*.site-header .navbar .navbar-nav li.current-menu-item a{ background-color: #5dad45 !important; color: #fff; border-radius: 0.5rem; }  */
/* .site-header.header-transparent .navbar .navbar-nav li .dropdown-item{ text-transform: capitalize; padding: 0.4rem 1rem; font-size: 1.3rem; font-weight: 400;color:#5dad45}
.site-header.header-transparent .navbar .navbar-nav li .dropdown-menu a:after {display: none;}
.site-header.header-transparent .navbar .navbar-nav li .dropdown-menu a:hover,
.site-header.header-transparent .navbar .navbar-nav li .dropdown-menu a:focus {background: #4ce33b;color: #fff;}
.site-header.header-transparent .navbar .navbar-nav li .dropdown-toggle{ right: -6px; top: 23px; transform: translate(0%, -50%); }
.site-header.header-transparent .navbar .navbar-nav li .dropdown-toggle {display: none;}
.site-header.header-transparent .navbar .navbar-nav li .dropdown-toggle:after {border-top-color: #000;}
.site-header.header-transparent .navbar .navbar-nav li .dropdown-menu li {margin-right: 0;}  */

header *{ transition: all ease-in-out 0.2s; } 
.homepage-slider .slide-inner .slider-btns a:hover{ background:#5dad45 !important; }

/* need to as it */
.homepage-form .captcha-main input{ width: 12rem; text-indent: 0 !important; padding: 1.5rem; }
.homepage-form input[type="submit"]{ display: block; max-width: 100%; background: #4f88b9; text-transform:uppercase; font-size: 1.8rem; line-height: 2.4rem; height: 4.2rem; color: #fff; border-radius: 0;margin: 0 auto}
.home-after-banner .section-title { margin-bottom: 2rem !important; font-weight: 400; font-size: 3rem; line-height: 5rem; }
.homepage-form input[type="submit"]:hover{ background: #5dad45; color: #fff; }
.homepage-form select{ height: 4.2rem !important; line-height: 4.2rem !important; font-size: 1.6rem; }
.homepage-form input:not([type="submit"]), 
.homepage-form select.form-control, 
.homepage-form textarea { font-size: 1.4rem; font-weight: 500; background: #f7f7f7; padding: 0 1.5rem !important; border: inherit; margin: 10px 0 !important; border-radius: 4px; }
.homepage-form textarea{ padding: 1.5rem !important; height: 12rem; }
.homepage-form .checekbox-main{ margin-top: 1rem; }
  .homepage-form input:not([type="submit"]), 
.homepage-form select.form-control, 
.homepage-form select, 
.checekbox-main .form-label1, 
.checekbox-main .form-label2 { height: 48px !important; border-radius: 4px !important; border: none; font-weight: 500 !important; line-height: 48px; }
.homepage-form select.form-control, 
.homepage-form select, 
.homepage-form select.form-control, 
.homepage-form select:focus { background: #f7f7f7 !important;}
/* Checkboxes Css */ 
.checekbox-main .form-label1 .first input,
.checekbox-main .form-label2 .last input{ display: none; }
.checekbox-main .form-label1,
.checekbox-main .form-label2{width:50%;display:inline-block;background:#f1f1f1; color:#333333; border: solid 1px rgba(0, 0, 0, 0.1);  font-size: 1.4rem;
   font-weight: 700 !important; height: 48px; border-radius: 0px;margin-top: 0px;cursor: pointer;text-align: center;line-height: 48px;text-transform: uppercase;font-weight: 400;letter-spacing: 0.80px; }
.checekbox-main .form-label1 span, .checekbox-main .form-label2 span {margin: 0;}
.checekbox-main .form-label1.active,
.checekbox-main .form-label2.active{ background:#5dad45; color:#fff; }

.competitive-text{  text-align: center; position: relative; margin: 0; }
.competitive-text h2{ font-size: 2rem;margin: 0;padding: 20px 0 10px; color: #fff; font-weight: 700; text-transform: uppercase; line-height: 2.8rem; } 
.competitive-text p{ margin: 0; color: #fff; } 
.competitive-text p{ font-size: 1.4rem; line-height: 2.2rem; color: #fff; font-weight: 400; }

.service-text a{ color:#fff; font-size:2.5rem; line-height:2.6rem; background:rgba(10,10,10,.58); display:block; padding:1.7rem 1.5rem; margin-top:-5.6rem; font-weight:400;position: absolute; font-weight: 400; z-index: 99; left: 0; bottom: 0; width: 100%; }
.service-text{ text-align:center; position:relative; }
.service-text a:hover{ background:#4ce33b; text-decoration:none; color:#fff; }

.main-ab .section-title.wlcm strong{ text-align:left; font-weight: 600; }
.main-ab .n-btn-default-inline{ background:#0c86c7; padding: 0.8rem 3.3rem; }
.main-ab .section-title {font-size: 48px;color: #333333;  margin-bottom: 1.5rem; }
.main-ab .section-title span{ font-size: 4.8rem; font-weight: 300; color: #111; }
.main-ab .section-title strong{ color: #0c86c7; font-size: 3.5rem; } 

.main-ab h4 {font-size: 1.5rem;margin: 0;padding: 20px 0;}
.main-ab p {color: #333333; line-height: 3.2rem; font-size: 1.8rem; font-weight: 300; }  
.main-ab a.bdr-btn:hover, 
.main-ab a:hover{ background: #333;border: solid 1px #333; color: #fff; }
.main-ab a {background: #969696;color: #fff;margin: 10px 8px 0 0;border: solid 1px #969696;}
.main-ab a.bdr-btn{ background: transparent;color: #00a7e1; }    
.main-ab{ padding-top: 60px; padding-bottom: 60px; }    

.shadow-with-radius{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); border-radius: 3px; }

.text-cta,.text-white,.text-cta h2,.text-cta h5{color:#fff}
.text-cta{ text-align:center} 
.text-cta h5{ font-size:20px; margin:25px 0}

.before-team h2{font-size:5rem;font-weight:300;line-height:6rem;margin-bottom: 0;}
.before-team strong{ font-weight: 800; }
.before-team p{ font-size:2.7rem; }

.team_section_main .team_content {margin: 0px;padding: 0px;overflow: hidden; position: relative; border-radius: 0.5rem; }
.team_section_main .single_team_member{ padding: 15px 15px 15px; overflow: hidden; } 
.team_section_main .team_section_inner .team_info {color: #555;letter-spacing: 0px;border-radius: 0px 0px 5px 5px;padding: 15px 0px 11px;display: block;background:transparent;transition: 0.3s; width: 100%;}
.team_section_main .team_section_inner .team_info:hover{ text-decoration: none; }
.team_section_main .team_section_inner .team_info h4 {font-size: 2.9rem;font-weight: normal; margin: 0;color: #fff; font-family: 'Baskervville', serif !important; margin-top: 15px; margin: 0}
.team_section_main .team_section_inner .team_info .team_more{font-size: 14px;letter-spacing: 0px;font-weight: 400;color: #fff;  }
.team_section_main .team_content .s-image{ border-radius:30px 0px 30px 0; overflow: hidden; }
.team_section_main .team_section_inner .team_info:hover h4, 
.team_section_main .team_section_inner .team_info:hover p { color: #000;}

/* .homepage-slider-main:before,
.arrow-after:before{ z-index:1; content:''; position:absolute; bottom:0; left:0; width:100%; height:100%; background:#fff; clip-path: polygon(0 100%, 0 85%, 50% 100%, 100% 85%, 100% 100%); } */

.homepage-slider-main, 
.arrow-after{ position: relative; }

.sv-icon-row .vc_col-sm-3:not(:last-child){ border-right: solid 1px #b6bfc8; }  
.sv-icon-row.bdb .vc_col-sm-3{ border-bottom: solid 1px #b6bfc8; }
.sv-icon-item{ text-align: center; padding: 35px 0; }
.sv-icon-item .icon-sv-title{ display: block; font-size: 24px; font-weight: normal; color: #0c86c7; padding-top: 18px; line-height: 30px; }
.sv-icon-item .icon-sv-title:hover{ color: #010101;  } 
.sv-icon-item a:hover{ text-decoration: none !important; color: #010101; }

/* site footer  */
.footer-map-section p{ margin-bottom: 0px; }
.footer-map-section iframe{ margin-bottom: -7px; }
.site-footer{ padding-top:0rem; background: #fff; } 
.site-footer p{ font-size: 1.4rem; color: #9b9b9b; } 
.site-footer .desktop-footer{ padding-bottom:0rem; } 
.site-footer .footer-widget-title{ color:#243745; font-size:2.2rem;  font-weight:700; margin-bottom: 2.6rem; }
.site-footer .c-info{ color: #243745; font-size:1.6rem; font-weight: 600; margin-bottom: 2.5rem; }
.site-footer .c-info:hover{ opacity: 0.8; }
.site-footer .c-info a{ color: #9b9b9b; padding-left:0.5rem; font-weight: 400; }
.site-footer .c-info a:hover{ text-decoration: none; }
.footer-social li a{ color: #898989; font-size: 1.6rem; }
.footer-social li a img{ margin-right: 0.8rem; }
.footer-social li{ margin-bottom:0.5rem; }
.footer-social li a:hover{ text-decoration: none; opacity: 0.7; } 
.recent-post li{ margin-bottom:1.5rem;} 
.recent-post li a{ color: #9c9c9c; font-size: 1.4rem; font-weight: 400; line-height: 2rem; } 
.recent-post li a:hvoer{ text-decoration: none; opacity: 0.8; }
.recent-post li .date{ color:#243745; display:block; font-size:1.4rem; } 
.footer-bottom{ background: #4E88B8; padding: 1.5rem 0rem ; } 
.footer-bottom p{ color: #fff;  margin-bottom: 0; text-align:center; }
.footer-map-section iframe{ width: 100%; height: 47rem; border: none; }  
.footer-map-section .widget,
.footer-map-section .textwidget{ margin: 0; padding: 0; }
.slick-slider{ margin-bottom: 0 !important; }
 .vc_row.wpb_row.hm-gallery {
    background-size: 90% !important;
    background-position: left center;
}
body .h-gallery .slick-initialized .slick-slide{ padding:0px 4px; }
body .h-gallery .slick-initialized .slick-prev{ left: 20px; }
.h-gallery .slick-initialized .slick-next{ right: 20px ; }
.h-gallery .slick-initialized .slick-prev,
.h-gallery .slick-initialized .slick-next{ background: #5dad45; border:solid 2px #fff; }
/* .h-gallery .slick-initialized .slick-prev:before { background: url(#) no-repeat center center; background-size: 30px;}
.h-gallery .slick-initialized .slick-next:before { background: url(#) no-repeat center center;background-size: 30px;} */
 
.footer-map-section{ position: relative; }
.footer-form{ max-width: 441px; position: absolute; right: 0; top: 0px; padding: 30px; background: rgba(255, 255, 255, 1); box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.55); height: 100%; }
.footer-form h2{ font-size: 34px; color: #000000; margin-bottom: 20px; font-family: 'Baskervville', serif !important; }
.footer-form .custom-ft-form select.form-control{height: 4.2rem !important;max-width: 100%;line-height: 4.2rem; font-size: 1.6rem;}
.footer-form input, 
.footer-form textarea,
.footer-form select{ margin: 10px 0;}
.footer-form input[type=submit]{ background:#0c86c7; color:#fff; border-radius:20px; }
.footer-form input[type=submit]:hover{ background:#fff; color:#0c86c7; border-radius:20px; } 

.footer-form h2{ position: relative; padding-bottom: 20px; }
.footer-form h2:after{ background: #d3d3d3; height: 1px; content: ''; position: absolute; left: 0px; bottom: 0px; display: block; width: 100%; }
.footer-form h2:before{ background: #5dad45; height: 7px; content: ''; position: absolute; left: 0px; bottom: -3px; display: block; width: 100px; z-index: 1 }


.before-team,
.cst-services{ padding-bottom: 100px; } 

/*.site-header.sticky .navbar{ padding: 2rem; }*/
.site-footer .footer-social{ text-align:left !important; }
.site-footer .footer-social li{ width: 100%; }

.site-footer ul.footer-social i{font-size: 34px;color: #5dad45;float: left;padding: 0 10px 0 2px; }
.site-footer ul.footer-social li{ clear: both; padding: 0 0 10px; line-height: 32px; }
.captcha-main {text-align: right;}


/* Welcome Section */
.px-60{ padding-top: 60px; padding-bottom: 60px; }
.t-btn{text-transform: uppercase;display: inline-block;font-weight: 400;letter-spacing: 1px;margin-right: 15px;padding: 13px 34px;}
.btn-green{ background: #5dad45; color: #fff; border:solid 1px transparent; }
.btn-blue{ background: #4f88b9; color: #fff; border:solid 1px transparent; }
.btn-green:hover{ background: transparent;  border:solid 1px #5dad45; text-decoration: inherit; color: #5dad45; }
.btn-blue:hover{ background: transparent; border:solid 1px #4f88b9; text-decoration: inherit; color: #4f88b9; }


.welcome-section p { margin-bottom: 25px; }

/* Services section */
.services-item { background: #5ead42; min-height: 395px; padding: 20px 20px !important;  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35); }
.services-item p{ color:#fff; font-size: 14px; line-height: 20px; }
.services-item h2{ font-family:'Baskervville', serif !important; font-size: 26px; line-height: 32px; font-weight: normal; color: #fff; margin: 0;padding: 0 0 13px}
.services-item h2 span{ display: block; }
.custom-list { padding: 0 0 13px 0; margin: 0; }
.services-item:hover img {transform: rotate(360deg); transition: 0.8s; }
.services-item img { transition: 0.8s; }
.single-team-main .wp-post-image {
    margin: 0;
    width: 100%;
}
.custom-list li {
    background: url(http://medianvdemo.com/audenpark/wp-content/uploads/2019/04/check-icon.png) no-repeat;
    list-style-type: none;
    background-size: 14px;
    padding: 0 0 8px 22px;
    background-position: 0 4px;
}
.small-services-item:hover { box-shadow: 0px 10px 25px rgba(0, 0, 0, 20%); transition: 0.3s; }
.small-services-item{     transition: 0.3s;border: solid 2px rgb(79, 136, 185); background-color: rgb(255, 255, 255); padding: 20px; margin-bottom: 20px;min-height: 240px; display: flex; align-items: center; }
.small-services-item h3{ font-size: 22px; line-height: 24px; font-family: 'Baskervville', serif !important; margin: 0;padding: 0 0 7px;}
.small-services-item p{ font-size: 13px; line-height: 21px; }
.small-services-item a{ color: #5ead42; font-size: 13px; font-weight: 500; }
.small-services-item a:hover {text-decoration: none;color: #4f88b9;}
.bdr-top-right{ border-radius: 20px 0px }
.bdr-right-bottom{ border-radius: 0px 20px }

.border-radius-lt{ border-radius: 50px 0; margin-top: 70px !important}
.border-radius-rt{ border-radius: 0px 50px; }
.border-radius-1 { border-radius: 15px; overflow: hidden; }
.footer-form p a:hover {text-decoration: none; color: #5dad45;}
.footer-form p a{ font-size: 16px; font-weight: 300; color: #000; margin-bottom: 10px; display: block; padding-left: 28px; }
.footer-form p.p-icon a{ background: url(http://medianvdemo.com/audenpark/wp-content/uploads/2023/06/icon-phone.jpg) no-repeat left center; }
.footer-form p.m-icon a{ background: url(http://medianvdemo.com/audenpark/wp-content/uploads/2023/06/icon-email.jpg) no-repeat left center; }
.footer-form p.a-icon a{ background: url(http://medianvdemo.com/audenpark/wp-content/uploads/2023/06/icon-location.jpg) no-repeat left center; }
.footer-form h3{ font-size: 24px; margin-top: 28px; font-family: 'Baskervville', serif !important; color:#000; }
.footer-form ul{ margin:0px; padding: 0px; }
.footer-form ul li{ color: #000; font-size: 16px; display: flex; justify-content: space-between; padding: 2px 0px; }

.form-container{ box-shadow: 0px 0px 50px 0px rgba(110, 110, 110, 0.54); padding: 56px; background: #fff; border-radius: 5px; }
.form-main-container{ padding-top: 80px; padding-bottom: 80px; }
.form-main-container .title-tagline { font-size: 24px;}
.meet-team h2{ font-family: 'Baskervville', serif !important; color: #fff; font-size: 62px; }
.meet-team p{ color: #fff; font-size: 16px; margin-bottom: 50px; }
.our-services h2{ font-size: 62px; font-family: 'Baskervville', serif !important; color: #5dad45; padding-bottom: 50px; }
.our-services.cdcp_section h2 {font-size:41px;}
.our-services h2 span{ color: #000; }
.about-item{ background: #fff; border-radius: 40px 0; padding: 25px; text-align: center; margin-top: 45px; }
.about-item h3{ font-family: 'Baskervville', serif !important; font-size:22px; margin-bottom: 10px; }
.about-item p{ font-size: 15px; line-height: 28px; }
.about-item-right{ margin-left: -55px; margin-right:25px; }
.about-item-left{ margin-right: -55px; margin-left:25px; z-index: 1; position: relative }

.site-header .top-header .top-contact-info li:last-child{ margin-left: 0; }
.navbar-light .navbar-brand{ max-width:269px }
.hm-gallery .thumb-slides { background: transparent; } 
.hm-gallery .thumb-slides li { padding: 5px; opacity: 1; position: relative; background: #4f88b9; overflow: hidden; width: calc(32.4% - 5px); margin: 5px; }
.hm-gallery .thumb-slides li.active { opacity: 1; } 
.hm-gallery .thumb-slides li:hover:before, 
.hm-gallery .thumb-slides li.active:hover:before { left: 100%; background:transparent; } 
.hm-gallery .thumb-slides li:before { position: absolute; display: block; transition: all ease-in-out 0.3s; content: ""; background: #4f88b9; left: 0; top: 0; height: 100%; width: 100%; opacity: 0.5; } 
.hm-gallery .view-main .main-slide { height: 460px; }
.hm-gallery .view-main { padding: 5px; }
.hm-gallery .thumb-gallery-main { padding: 0 5px; } 
.hm-gallery {padding-top: 71px;padding-bottom: 170px;background: url(http://medianvdemo.com/audenpark/wp-content/uploads/2023/06/gallery-background1.png) no-repeat center center;background-size: contain;}

.thank-you-text h2 {margin: 0;font-size: 62px;padding: 0;text-transform: uppercase;}
.thank-you-text p {color: #000;font-size: 20px; margin: 0}
.thank-you-text img {padding: 20px 0 20px;}

#fancybox-title-over {text-transform: capitalize;}
.custom-gallery .wpb_single_image a:hover:after {background: rgba(32, 202, 193, 0.8);overflow: hidden;z-index: 9999 !important;position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;display: block;transition: 0.9s;}
.custom-gallery .wpb_single_image .vc_single_image-wrapper {position: relative;}
#fancybox-outer .fancybox-title-over {display: none !important;}
/*faqs-css*/
.custom-tab .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {background: #5dad45 !important;border: none !important;}
.custom-tab .vc_tta-style-classic .vc_tta-panel.vc_tta-panel.vc_active .vc_tta-panel-heading a {color: #fff;}
.custom-tab .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {background: #05699e !important;}
.custom-tab h4 a .vc_tta-title-text {font-size: 1.7rem;}
.custom-tab .vc_tta-panel-heading h4 a {padding-top: 20px !important;padding-bottom: 20px !important;}
.custom-tab .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a {color: #fff !important;}
.custom-tab .vc_tta-container {margin-bottom: 0;}
.custom-tab {padding-top: 40px;padding-bottom: 30px;}
.custom-tab h2 {font-size: 3.6rem;font-weight: 700;margin: 0;padding: 0 0 3rem;}
.custom-tab .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon:before {
    border-color: #fff;
}

/*Inner Banner Css*/
.header-banner {background: #4f88b9 !important;height: auto !important;}
.header-banner h1 {color: #fff;padding: 220px 15px 60px;text-align: center;font-size: 4.2rem;font-weight: 600;margin: 0px}

/*Contact css start here*/

.page-id-1023 .container {
    width: 100% !important;
    max-width: 1400px !important;
}
.footer-social li {list-style-type: none;display: inline-block;}
body .contact-add-sec a {font-size: 32px;color: #fff;padding: 0 3px;}
body .contact-add-sec a:hover, 
body .contact-add-sec a i:hover {color: #000;text-decoration: none;}
.contact-add-sec p {margin: 0;padding: 0;display: flex;color: #fff;font-size: 22px;font-weight: 600;}
.social-icon {padding: 0;margin: 0;text-align: center;}
.social-icon li {list-style-type: none;display: inline-block;}
.contact-info-item {min-height: 150px;}
.contact-info-item {text-align: center; /*background: #cbcbcb  ;*/ padding: 37px 10px;display: flex;justify-content: center;align-items: center;}
.contact-info-item h3 {color: #fff;font-weight: 600;margin-top: 18px;font-size: 1.375rem;}
.contact-info-item p a:hover{text-decoration: none;}
.contact-info-item p a {color: #fff;margin-bottom: 0px; font-weight: 300;line-height: 22px;}
.add-sec .vc_col-sm-3:last-child {border-right: none;}
.add-sec .vc_col-sm-3 {border-right: solid 1px #fff;}
.footer-social {text-align: center;padding: 0;margin: 0;}
.contact-add-sec {padding: 3.5rem 1.5rem 3.0rem;}
.contact-add-sec .hours {padding: 0;margin: 0;}
.contact-add-sec .hours li {list-style-type: none;color: #fff;font-size: 1.6rem;font-weight: 700;padding: 11px 0;}
.contact-add-sec h3 {font-size: 26px;color: #fff;font-weight: 700;text-align: center;}
.contact-add-sec .hours li .time {float: right;font-weight: 400;}
.contact-add-sec .hours li:last-child {border-bottom: none;}
.contact-info-item img {width: 32px; transition: 0.4s;filter: brightness(100);}
.add-sec .vc_col-sm-3 {transition: all ease-in-out 0.2s;}
.add-sec .vc_col-sm-3:hover img {transform: scale(1.3);transition: 0.4s;}
.default50{ padding-bottom: 50px; padding-top: 50px;}
.main-contact-sec .contact-heading {font-size: 2.6rem;font-weight: 700;text-align: center;margin: 0;padding: 35px 0 0;}
.footer-bottom p a { color: #fff; }
.inner-content-sec h2 { font-size: 24px; margin: 0; padding: 0 0 15px; }
.inner-content-sec p { font-size: 16px; line-height: 28px; }
.all-services {background: #4f88b9;padding-top: 50px;padding-bottom: 50px;overflow: hidden;}
.all-services .section-title {color: #fff;text-align: center;}
.all-services .custom-sv-list {padding: 0;margin: 0;}
.all-services .custom-sv-list li {list-style-type: none;float: left;width: 25%;text-align: center;padding: 4px 3px;}
.all-services .custom-sv-list li a {color: #5dad45;background: #fff;display: block;padding: 15px 0;line-height: 30px;border-radius: 5px;    font-size: 18px;
    font-weight: 500;}
.all-services .custom-sv-list li a:hover {background: #5dad45;color: #fff;text-decoration: none;}
.inner-top-sec p {
    font-size: 18px;
    line-height: 28px;
}

/**blog page css start here**/
.blog .type-post .entry-content,
.blog .type-post .entry-header,
.blog .type-post .entry-footer {padding-right: 0;}
.page-numbers.pagination li {margin: 30px 0 0;}
.type-post.status-publish { margin: 45px 0px;padding: 20px;box-shadow: 0px 0px 10px #9e9e9e;}
.single-post .type-post.status-publish { margin-bottom: 3rem;}
.type-post .entry-header, 
.type-post .entry-footer, 
.type-post .entry-content {padding-left: 0; border: none;}
.type-post .entry-header .entry-title {font-weight: 600;font-size: 26px;color: #0c86c7;padding: 0;}
.type-post .read-more {background: #0c86c7;color: #fff;padding: 8px 20px;display: inline-block;font-size: 14px;font-weight: 400}
.type-post .read-more:hover {background:#5dad45; text-decoration: none;}
.type-post .entry-header a:hover {text-decoration: none;}
.widget_recent_entries .widget-title {padding: 0 0 15px;font-weight: 700;font-size: 2rem;text-transform: uppercase;}
.single-post .type-post.status-publish {box-shadow: none;padding: 0 15px;}
.breadcrumb-single-post ul {padding: 0;}
.breadcrumb-single-post ul li {list-style: none;display: inline;margin: 0 5px 0 0;}
.breadcrumb-single-post a {color: #0c86c7;}
.breadcrumb-single-post a:hover {color: #5dad45;text-decoration: none!important;}
.single .breadcrumb-single-post {padding-top: 0;}
.single-post .wp-post-image {float: none;}
.type-post .entry-footer .author.vcard {display: none;}
.single-post .entry-header {padding-right: 0;}
/*Recent Blogs CSS */
div#secondary .textwidget { padding: 0px !important;}
a.recent-post-image div{ height: 5rem; width: 5rem; background-size: cover; background-repeat: no-repeat; background-position: center; margin-right: 10px; margin-bottom: 10px; }
.type-post .entry-footer .posted-on a { color: #0c86c7; font-size: 16px; font-weight: 400;}
a.recent-post-image, .recent-post-section .post_info { display: inline; float: left;}
.recent-post-section li.list {  clear: both;}
.widget-area .recent-post-section .post_info { float: none;}
.recent-post-section ul { padding: 10px 0px;}
.widget-area .recent-post-section .post_info a {color: #000;font-weight: 400;font-size: 1.4rem;}
.widget-area .recent-post-section .post_info a:hover{text-decoration: none; color: #0c86c7;}
.recent-post-section .widget-title {margin: 0rem;padding: 1rem 1.5rem;border: none;background: #0c86c7;color: #fff;font-size: 1.6rem;text-transform: uppercase;}
.blog #secondary.widget-area {padding-top: 3.5rem;}
.blog .entry-content ul, .single .entry-content ul {padding: 0px 0  0 35px;}
.blog .type-post.status-publish .post_thumb {max-height: 230px;}
.type-post .entry-content p {line-height: 20px;color: #000;font-size: 16px;}
.page-numbers.pagination {clear: both;}
.page-numbers.pagination {margin-bottom: 3.5rem; justify-content: center;}
.page-numbers .page-numbers {padding: 5px 10px;display: inline-block;}
.single-post .type-post .entry-header .entry-title {min-height: auto;font-size: 2.6rem;padding: 0 0 1.5rem;  }
.single-post .type-post .entry-content p {min-height: auto;font-size: 1.6rem;line-height: 2.6rem;  text-align: justify;}
.single-post .type-post .entry-content h3 {margin: 0;font-size: 2rem;font-weight: 600;padding: 0 0 10px;}
.single-post .type-post .entry-content h2 {font-size: 2.6rem;font-weight: 600;margin: 0;padding: 0 0 1.5rem;}
.single-post .type-post .entry-content p a {font-weight: 300;color: #45ba77;}
.single-post .type-post .entry-content p a:hover {color: #000; text-decoration: none;}

.grey-bg {background: #f6f6f6;} .custom-team-sec h2 { margin: 0 0 20px; background: #4f88b9; color: #fff; padding: 15px 30px; font-size: 26px; font-weight: 600; border-radius: 0px; } .custom-team-sec p { line-height: 28px; font-size: 16px; } .custom-team-sec .n-btn-default-inline.green-btn { margin-top: 12px; } .n-btn-default-inline.green-btn { background: #5dad45; color: #fff; } .n-btn-default-inline.green-btn:hover { background: #4f88b9; color: #fff; }
.team-sec .team_section_main .team_section_inner .team_info .team_heading { color: #000; margin: 0; }
.single-team-member .team-member {padding-top: 50px; padding-bottom: 50px;}
.single-team-member .team-member .single-member-content .entry-title {font-size: 32px;text-transform: capitalize;font-weight: 600;padding: 0 0 15px;}
.single-member-content .entry-title .single-des {display: inline-block;padding: 0 0 0 40px;position: relative;}
.single-member-content .entry-title .single-des:after {position: absolute;content: "";border-bottom: solid 2px #000;width: 15px;left: 13px;top: 20px;}
.single-team-member .footer-map-section:before{display: none;}
.single-team-member .team-member .entry-content.single-team-content, .single-team-member .team-member .single-member-content {padding: 0; }
.single-team-member .team-member .entry-content.single-team-content p { font-size: 16px; line-height: 28px; }
.footer-team-section { display: none; }
.team-sec .team_section_main .team_section_inner .team_info .team_more {color: #5dad45; }
body .site-header .dropdown-menu { background: #5dad45; } 
body .site-header .navbar .navbar-nav li a.dropdown-item { color: #fff !important; text-transform: inherit; padding: 8px 15px;font-size: 1.5rem;} 
body .site-header .navbar .navbar-nav li a.dropdown-item:hover { background: #4f88b9 !important; }

.inner-top-sec h2 { font-size: 26px; margin: 0; padding: 0 0 20px; }
section.homepage-slider-main { margin-top: 160px;}

/*404 Error Page Css Start Here*/
.error404 .page-title {text-align: center;font-size: 70px;font-weight: 900;text-transform: uppercase;margin: 0;}
.error404 .page-header .page-title {font-size: 50px;text-transform: capitalize;}
.error404 .page-content p {text-align: center;font-size: 20px;margin: 0;padding: 11px 0 30px;}
.error404 .page-content {text-align: center;}
.error404 .page-content .search-form input[type="search"] {border: solid 1px #000;height: 50px;width: 100%;margin: 0;font-size: 15px;border-radius: 0px;}
.error404 .page-content .search-form label {width: 70%;margin: 0;float: left;}
.error404 .page-content .search-form input[type="submit"] {margin: 0;height: 50px;width: 30%;border-radius: 0px;background: #5dad45;font-size: 18px;text-transform: uppercase;color: #fff;border: none;}
.error404 .page-content .search-form {max-width: 400px;margin: 0 auto;}
.error404 .page-content .search-form input[type="submit"]:hover {background: #4f88b9;color: #fff;}
.error404 .site-main {padding: 50px 0;}

/* Responsive Css here */  
@media(min-width:1280px){
	.welcome-section {
		overflow: visible !important;
	}
	.welcome-section > .wpb_column{
	   margin-top: -100px !important;	
	}
}

@media(max-width:1440px){
.homepage-slider .slide-inner h1 {font-size: 4.4rem; line-height: 5.4rem;}
    .homepage-slider .slide-inner h2 {font-size: 2rem;}
}
@media(min-width:1630px){
    .bottom-slider-btn  .slider-btns a.slide-btn-1 {width: 300px;}
    .bottom-slider-btn .slider-btns a { font-size: 4rem;line-height: 3.6rem;padding: 2.5rem 3rem;}
    .bottom-slider-btn .slide-both-btns.slider-btns {top: -190px;}
}
@media(min-width:2600px){
    .bottom-slider-btn  .slider-btns a.slide-btn-1 {width: 650px;}
    .bottom-slider-btn .slider-btns a { font-size: 9rem; line-height: 3.6rem; padding: 6.5rem 5rem;}
    .bottom-slider-btn .slide-both-btns.slider-btns {top: -351px;}
}

@media(min-width:768px){
    .navbar .navbar-nav li.dropdown .dropdown-toggle {display: none;}
    .btn-item.mb-btn {display: none}
    body .homepage-slider .slide-inner .slide-both-btns.slider-btns { display: none;}
    .pd0-lt .vc_column-inner { padding-left: 0;}
    body .site-header .dropdown-menu .dropdown-menu { left: 193px; top: 0; display: none; } 
    body .site-header .dropdown-menu .dropdown-menu .dropdown-item { display: block; } .navbar .navbar-nav .dropdown-menu .dropdown-menu { display: none !important; } .navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu { display: block !important; }
    .navbar .navbar-nav li.dropdown:hover .dropdown-menu { position: absolute;}
    .navbar-expand-xl .navbar-collapse { display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; -ms-flex-preferred-size: auto; flex-basis: auto; }
    .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
    .site-header .collapse.navbar-collapse {display: block; }
    .site-header button.navbar-toggler {display: none !important;}
body .homepage-slider-main .homepage-slider .slick-slide { height: 70rem !important; display: flex; align-items: center;}
    
}
@media(min-width: 1366px){
	.container { max-width: 1300px !important;}
}  
@media(min-width:1600px){
    .vc_row.wpb_row.hm-gallery {background-size: 75% !important; }
    .site-header .top-header{ padding-left: 55px; padding-right: 55px; }
    .site-header .navbar{ padding-left: 70px; padding-right: 70px; } 
}


@media(max-width:1280px){
body .homepage-slider .slide-inner {bottom: 120px;}
}
@media(max-width:1200px){
.welcome-section .title span { font-size: 22px;line-height: normal !important; }
    .contact-info-item p a { font-size: 14px;}
}
@media(max-width:1199px){
    html{ font-size: 9px !important; }
      .main-ab .section-title{ line-height: normal; }
  .main-ab .section-title span{ font: 4.2rem; }
  .main-ab .section-title strong{ font-size: 2.8rem; }
  .before-team h2,
  .section-title{ font-size: 4rem;}
    .contact-add-sec h3 {font-size: 22px;}
    .footer-map-section iframe{ min-height: 53.2rem; } 
  body .header-banner h1 { padding: 190px 15px 40px;}
    .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill { padding-left: 15px !important; padding-right: 15px !important; }
	.about-item h3{ font-size: 22px; }
}

@media(max-width:1199px){
/*    .bottom-slider-btn .slide-both-btns.slider-btns { margin: -108px 0 0 0;}*/
	.site-header .navbar-toggler-icon{ width: 80px; background-position: left center !important; background-size: inherit; padding: 4px 0px 2px 30px; }
} 
@media(max-width:1024px){
    .site-header.sticky .navbar .navbar-nav li a,
.site-header .navbar .navbar-nav li a { font-size: 1.5rem; padding: 1rem 1rem;}
    .hm-gallery .thumb-slides li { width: calc(32.3% - 5px);}
    .hm-gallery .view-main .main-slide {height: 330px; }
    .thumb-slides li { height: 160px;}
    .small-services-item {padding: 15px;}
    .small-services-item h3 {font-size: 16px; line-height: 22px; font-weight: 600; }
    .small-services-item p {font-size: 13px; line-height: 17px; }
    .add-sec .vc_col-sm-3 {width: 50%; }
.add-sec .vc_col-sm-3:nth-child(2){border-right:none;}
.add-sec .vc_col-sm-3:nth-child(1),
.add-sec .vc_col-sm-3:nth-child(2){border-bottom:solid 1px #fff;}
.add-sec .vc_row.wpb_row { padding: 15px !important;}
.contact-info-item p a { font-size: 18px;}
}
@media(max-width: 991px){ 
    .small-services-item { min-height: 160px;}
    .thumb-slides li{ height: 160px;}
    .main-slide{ height: 350px;} 
    .site-header.header-transparent{ background: rgba(255, 255, 255, 0.9); }
    .blog-grid-view .post {width: calc(100% - 30px);}     
.main-contact-sec .vc_col-sm-4, .main-contact-sec .vc_col-sm-8 { width: 100%;}
  .site-header .top-header .btn-item a{ padding: 0px 10px 6px !important; }
  .site-header .top-header .top-left li a{ margin-top: 3px; }
  .site-header .top-header .top-left li a:hover{ opacity: 0.7; }  
  .site-header .top-header{ padding-bottom: 1.5rem; }
  .competitive-text{ width: 100%; border-bottom: solid 1px rgba(255, 255, 255, 0.1); padding-bottom: 2.5rem; margin-bottom: 2.5rem; }
  .competitive-text img{ max-width: 70px; }
  .cst-services .competitive-text:last-child{ margin-bottom: 0; padding-bottom: 0; border:inherit; }
  .services-main .vc_col-sm-3{ width: 50%; }
  .main-ab .vc_col-sm-6{ width: 100%; text-align: center; padding-top: 10px; padding-bottom: 10px;}
  .main-ab .section-title span{ font-size: 4rem; }
  .before-team h2, .section-title{ line-height: normal; }
  .footer-col-1{ margin-bottom: 25px; padding-bottom: 10px; border-bottom: solid 1px rgba(255, 255, 255, 0.3); text-align: center; }
  .footer-col-1 .widget{ margin-bottom: 0; }
  .homepage-slider .slide-inner h2{ font-size: 2.6rem; }
  .homepage-slider .slide-inner h1{ font-size: 5.4rem; line-height: normal }
  .sv-icon-item img { max-width: 50px; }
  .sv-icon-item .icon-sv-title{ font-size: 18px; }
  .before-team h2, .section-title{ font-size: 3.2rem; }
  .family-about .vc_col-sm-6{ width: 100%; text-align: center; padding-top: 15px; padding-bottom: 15px; }
  .footer-form{ position: inherit; width: 100%; max-width: 100%; margin-top: -12px; }
  .footer-col-1{ text-align: left; }
		 .all-services .custom-sv-list li {width: 33%;}
	body .header-banner h1 { padding:200px 15px 40px;}
	.site-header .top-header .top-contact-info li {padding: 0.5rem 0rem 0.2rem;}
	.site-header .top-header .top-left {display: none;}
	.ipad-col{ flex-direction:column-reverse; display: flex }
	.ipad-col > .wpb_column{ width: 100%; }
	.ipad-col-4 > .wpb_column{ width: 50%; }
	.ipad-col-4 .border-radius-lt{ margin: 15px 0px !important }
	.ipad-col-4 .border-radius-rt{ margin: 15px 0px !important }
	.ipad-services > .wpb_column{ width: 50% }
	.ipad-services > .ipad-hide{ display: none; }

}
@media(max-width:820px){
    body .header-banner h1 {padding: 180px 15px 40px; }
        .site-header.sticky .navbar .navbar-nav li a,
.site-header .navbar .navbar-nav li a { font-size: 1.4rem; padding: 1rem 1rem;}
.hm-gallery .thumb-slides li { width: calc(32% - 5px);}
    .thumb-slides li { height: 140px;}
    .hm-gallery .view-main .main-slide {height: 289px; }
    hm-gallery {padding-top: 50px;    padding-bottom: 100px;.}
    .navbar-light .navbar-brand { max-width: 180px;}
}
@media(max-width:768px){
.site-header.sticky .navbar .navbar-nav li a, .site-header .navbar .navbar-nav li a { font-size: 1.3rem; padding: 1rem 7px; }
}
@media(max-width:767px){
        .add-sec .vc_col-sm-3 {width: 100%; }
    section.homepage-slider-main { margin-top: 0px; }
	.site-header .top-header{ padding-top:1rem;}
	.site-header{ padding-top:15px; }
	.site-header .navbar{ padding: 0rem 2rem; }
  .site-header.header-transparent{ position: inherit; }
  .slide-only-btn1.slider-btns{ text-align: center; }
  body .homepage-slider .slide-inner{ background: #233273 !important; }
  .site-header .top-header .top-left{ display: none; }
  .homepage-slider .slide-inner h2{ color: #fff; }
  .site-header .top-header .top-contact-info li{ width: 100%; text-align: center; margin: 2px 0px; }
.site-header .top-header .top-contact-info,.site-header .top-header .widget .top-contact-info,.site-header .top-header .top-contact-info li{float: none;text-align: center; }
    .site-header .top-header .top-contact-info li:nth-child(1), .site-header .top-header .top-contact-info li:nth-child(2) {width: 50%; }
.site-header .top-header .top-contact-info li { margin: 0; width: 100%; padding: 0px 2px 5px;}
	.navbar .navbar-brand {display: block; clear: both; float: none;font-size:14px;}
	.site-header .navbar  .navbar-toggler{ margin:10px 0 6px auto;text-align: center;}
.homepage-slider-main:before, .arrow-after:before{ display: none; }
.homepage-slider .slide-inner h1{ font-size: 24px; line-height:30px; color: #fff;margin: 0px; padding: 10px 0 0; }
.before-team h2, .section-title{ font-size: 2.4rem; }
.homepage-form input[type="submit"]{ width: 100%; margin-left: 0;}
.homepage-form div.wpcf7 .ajax-loader{ display: none; }
.services-main .vc_col-sm-3{ width: 100%; }
.main-ab .section-title strong,
.main-ab .section-title span{ font-size: 2.4rem; line-height: 3rem; }
.text-cta h2{ font-size: 2rem; }
.text-cta h5{ font-size: 18px; margin: 13px 0; line-height: normal; }
.m-btn-md{ margin: 5px 0px ; padding: 1.5rem 0rem; width: 100%; font-size: 1.7rem; }
.custom-gallery .vc_col-sm-4{ margin: 10px 0px; }
.custom-gallery .pt-5{ padding-top: 0px !important; }
.mobile-footer{ padding-top: 15px; padding-bottom: 15px; }
.site-footer .mobile-footer a.btn.btn-primary{ font-size: 2rem; }
.site-header .top-header .btn-item a{ font-size: 1.4rem; }
.homepage-slider .slide-inner h1,
body .homepage-slider .slide-inner.content-on-left{ text-align: center; }
.before-team, .cst-services{ padding-bottom: 40px; }
.sv-icon-row.bdb .vc_col-sm-3{ border-right: none !important; }
.sv-icon-row .vc_col-sm-3{ border-bottom: solid 1px #b6bfc8; border-right: none !important; }
.footer-form h2{ font-size: 26px; }
.site-footer{ background:#333;}
.site-footer .c-info,
.site-footer .c-info a,
.recent-post li .date,
.recent-post li a,
.site-footer a,
.site-footer p{ color: #fff !important;}
.footer-bottom p{ text-align: center; }
  body .header-banner h1 {font-size: 2.4rem;padding: 30px 15px;}
  .inner-content-sec .wpb_single_image img {margin-bottom: 25px;}
.all-services .custom-sv-list li {width: 100%;}
.add-sec .vc_col-sm-3 { border-right: none; border-bottom: solid 1px #fff;}
.captcha-main {text-align: center;}
.site-header .top-header .top-contact-info li a { height: 40px; line-height: 40px; padding: 0 !important; display: block; }
body .homepage-slider .slide-inner h2{ font-size: 15px !important; line-height: 20px!important; letter-spacing: 0px;margin: 0px }
.slide-both-btns{ position: inherit }	
.title { font-size: 26px; line-height: 34px; font-weight: normal; }	
.t-btn { display: block; text-align: center; margin: 5px 0px; }
.ipad-col-4 > .wpb_column{ width: 100%; }	
.ipad-services > .wpb_column{ width: 100% }	
	.services-item{ min-height: inherit; }
	.about-item-right { margin-left: 0; margin-right: 0; }
	.about-item-left { margin-right: 0; margin-left: 0;}
	.meet-team h2{ font-size: 26px; }
	.meet-team p{ font-size: 14px; margin-bottom: 15px; }
	.team_section_inner .slick-slide img{ width: 100% !important; }
	.our-services h2{ font-size: 40px; padding-bottom: 20px; }
	.form-main-container{ padding-top: 40px; padding-bottom: 40px; }
	.form-container{ padding: 20px; }
	.mobile-footer{ display: none; }
	.site-header .navbar .navbar-nav li.req-btn a{ padding-left: 15px; }
	.site-header .navbar .navbar-nav li a { font-size: 1.4rem; padding: 6px 1.6rem;}
.site-header.header-transparent .navbar .navbar-nav li a:hover {color: #0c86c7;}
.site-header .navbar .navbar-nav li.current-menu-item a,
.site-header.header-transparent .navbar .navbar-nav li a:hover, 
.site-header.header-transparent .navbar .navbar-nav li a:focus {background-color: transparent !important;color: #0c86c7 !important;}
.site-header.sticky .navbar .navbar-nav li a, .site-header .navbar .navbar-nav li a { font-size: 1.6rem; padding: 7px 0px;}
    .navbar .navbar-nav li.dropdown .dropdown-toggle{ z-index:999; top:0px; background:#4f88b9; width:35px; height:35px; transform:inherit; line-height:38px;text-align:center;}
    .site-header .navbar .navbar-nav li.dropdown .dropdown-toggle:after{ border-top: .5em solid #fff; border-right: .5em solid transparent; border-left: .5em solid transparent; }
    .site-header .navbar .navbar-nav li.req-btn {display: none;}
  .site-header .navbar-toggler{ font-size: 2rem !important; }
  .site-header .navbar .navbar-nav li{ border-bottom: solid 1px rgba(0, 0, 0, 0.1);}
  .site-header.sticky .navbar-brand img,
  .site-header .navbar-brand img{ max-width: 200px; }  
  .site-header .navbar{ padding: 1.5rem 2rem; }
	.site-header .top-header .top-contact-info{ display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.site-header .top-header .top-contact-info li:nth-child(3){ flex:0 0 100%; max-width:100%; } 
	
	.site-header .top-header{ border-bottom:inherit; }
	.site-header .navbar .navbar-toggler{ margin:0px auto ;  }
	.site-header .top-header{ padding-bottom:5px; }
	.top-contact-info li.btn-item a i{ float:left; margin-top:3px; }
	.top-contact-info li:nth-child(2).btn-item a i{ margin-top: 4px; }
.homepage-slider .slide-inner .slider-btns a.slide-btn-1, 
.homepage-slider .slide-inner .slider-btns a.slide-btn-2 { margin: 15px 0 0; padding: 0 20px; height: 40px; line-height: 42px; }
    .error404 .page-content p {  font-size: 15px;}
    .error404 .page-title {  font-size: 36px;}
.error404 .page-header .page-title { font-size: 28px;}
    .homepage-slider .slide-inner h1 .d-block { display: inline !important; }
    body .homepage-slider .slide-inner .slide-both-btns.slider-btns { overflow: hidden;}
    .banner-buttons {display: none; }
  #regForm{ padding: 0 15px; width: 100%; overflow: hidden; }
  #regForm .tab{ min-height: auto; }
  body #regForm h1{ font-size: 22px; }
  body #regForm .rating-main{ width: 195px; margin: 0 auto; padding-top: 10px; }
  .rating{ width: inherit;}
  .rating span{ float: right; position: relative; margin: 0 6px; }
  body .rating span label{ width: 25px; height: 45px; text-align: center; color: #ccc; font-size: 35px; }
  .review-btn-container{ padding-top: 0; }
  .review-btn-container a{ margin: 2px; float: none; }
  #regForm{ padding-left:0px; padding-right:0px; } 
    .site-header.sticky .top-header .widget .top-contact-info li { padding: 0px 2px 5px;}
    .welcome-section p .t-btn { width: 48%; float: left; padding: 0; height: 44px; line-height: 44px; margin: 0 2px; }
    body .thumb-section, body .view-main { position: relative; width: 100%; display: inline-block; float: none; }
    body .hm-gallery .view-main .main-slide {height: 200px; }
    body .hm-gallery .thumb-slides li { width: calc(48% - 3px); }
    body .thumb-slides li { height: 90px; }
    .hm-gallery {padding-top: 30px; padding-bottom: 30px; }
    .about-item {  padding: 25px 10px; margin: 15px 0}
    .about-item p {font-size: 14px; line-height: 24px;}
    .about-item h3 { font-size: 22px;}
    .add-sec .vc_col-sm-3:last-child { border: none;}
    .checekbox-main .form-label1 span, .checekbox-main .form-label2 span { letter-spacing: 0; font-weight: 400;}
    .site-header .navbar .navbar-nav li.current-menu-item a.dropdown-item, .site-header.header-transparent .navbar .navbar-nav li a.dropdown-item:hover, .site-header.header-transparent .navbar .navbar-nav li a.dropdown-item:focus { color: #fff !important; }
.inner-top-sec p { font-size: 16px;line-height: 28px; }
    .inner-content-sec h2 { font-size: 20px; padding: 0 0 10px;}
}
    @media(max-width:320px){
        .contact-add-sec .hours li { font-size: 1.5rem; font-weight: 500;}
        .contact-add-sec { padding: 2.5rem 0rem; }
.homepage-slider .slide-inner .slider-btns a.slide-btn-1, 
.homepage-slider .slide-inner .slider-btns a.slide-btn-2 { width: 100%;margin: 10px 0 0}
}
    @media(max-width:300px){
                    .welcome-section p .t-btn { width: 100%; float: none;  margin: 8px 0 0; }
}
span.ajax-loader {
    position: absolute !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

/*.navbar .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block; 
}
*/
/*  bio section under single post */
.clientbio-section img {
    border-radius: 50%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;

}
.clientbio-section.row {
    background: #f2f2f2;
    padding: 30px;
    margin: 50px auto;
    width:80%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
@media (max-width: 767px){ 
.clientbio-section.row {    margin: 10px auto;
    width:100%;}
}

/*  bio section under single post */