 

/*--------------------------------------------------------------
#  M.P Birla Hospitals Clinic Style
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans";
  --font-primary: "Open Sans";
  --font-secondary: "Open Sans";
}

/* Colors */
:root {
  --color-default: #484848;
  --color-primary: #008374;
  --color-secondary: #f85a40;
  --color-third: #fff;
  --color-heading: #13bfb1;
  --color-headingsub: #0b8582;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-heading);
  text-decoration: none;
}

a:hover {
  color: #00b6a1;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

h2 {  color: var(--color-heading); letter-spacing: 2;}

h3 { color: var(--color-heading); letter-spacing: 2; font-size: 36px; font-weight: 700;}



.container { max-width: 1530px; width: 100%;}

.margin-le-r { margin-left:0; margin-right:0;}

.button-blue { background: var(--color-heading); padding: 18px 18px;
  color: #fff;
  display: table;
  border-radius: 6px;
  font-size: 20px; font-weight: 500; letter-spacing: 2px;}


.jscroll-next  { margin:auto;}

  .button-blue-2 { background: #0f6ea3; padding: 16px 25px;
    color: #fff;
    display: table;
    border-radius: 6px;
    font-size: 20px; font-weight: 500; letter-spacing: 2px;}
	
	.button-blue-2:hover {
  background: #147eb9; color:#fff;}
  
  
  	.button-blue:hover {
  background: #147eb9; color:#fff;}
	
	.button-blue-2.cl-changebtn { background:#0b8582;}
	.button-blue-2.cl-changebtn:hover{
  background: #1ea4a0; color:#fff;
}


.m-t-60 { margin-top: 60px;}


.m-t-76 { margin-top: 76px;}

.m-40-m { margin-left: -55px !important;  }


#topcontrol {
  background: #215a8b;
   color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0px;
  border-radius: 50%;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .about .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}


.wid-25-p{width: 25%; }

.nav-tab-cs {    background: var(--color-white); width: 100% !important;
  padding: 50px; text-align: left; border-color: #ccc;
  color: var(--color-heading); border-radius: 0 !important;
   
 }
 .nav-tabs .nav-link.nav-tab-cs { border: 1px solid #e6e6e6; font-size: 25px; font-weight: 700;}


 .nav-tabs .nav-link.nav-tab-cs.active {
  color: #fff;
  background-color: var(--color-heading); position: relative;
  border-color: var(--color-heading); padding-left: 94px;
}


 .nav-tab-cs span { display: block; text-align: left; font-size: 17px; font-weight: 400;}



 .nav-tabs .nav-link.nav-tab-cs.active :after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  background:#fff;
  left: 10%;
  
  top: 40%;

}



section.testimonials {
  padding: 45px 0 91px;}
  
 section.testimonials h3 { margin-top:60px;}

.nav-tabs .nav-link.nav-tab-cs:hover {color: var(--color-headingsub);}

.nav-tabs .nav-link.nav-tab-cs.active:hover{ color:#fff;}


.big-wraper {max-width: 1780px; width: 100%; margin: auto;}

.inoteam { margin-top: 17px; font-size: 16px; }


.inoteam p { margin-bottom:5px; letter-spacing: 1px;}


.inoteam p a i { color: #2c9e65;} .inoteam p  i { color: #2c9e65; font-size: 21px;}

.inoteam p.pb10 { padding-bottom: 10px;}

.inoteam a { color: var(--color-default);}

section {
  padding: 60px 0;
  overflow: hidden;
}

section.portfolio   {  padding: 103px 0;}
.mb-20 { margin-bottom:20px;}

 .pad-0 { padding: 0 !important;}

.sections-bg {
  background-color: #f5f5f5;
}

.team-cs { margin-bottom: 50px;}


.team-cs h3 { font-size: 21px; color: var(--color-default); letter-spacing: 1px;}

.team-img {
  width: 65px;
  border-radius: 50px;
  margin-right: 15px;
}


.bg-w-cl-1 { background-color: #225c8e;}
.bg-w-cl-2 { background-color: #0b7779;}
.bg-w-cl-3 { background-color: #008e5c;}

.box-d-s { height: 220px;}

.wid-33-3 { width: 33.3%; color: #f6f6f6;}

.wid-33-3 h2 span { font-size: 20px;}

.wid-33-3 h2 { font-size: 28px; font-weight: 700; letter-spacing: 2px; color: #fff; margin-left: 4%;}

.call-no span { display: inline-block; margin-right: 4%;}

p.call-no { color:#0b7779; font-size: 21px; margin-top: 83px; letter-spacing: 1px;}

.ft-20 { font-size: 20px; color: #595959; margin-top: 40px;}

p.call-no i { color:#2c9e65;}


.section-header {
  text-align: left;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

/* .section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}





.show-main-sr-panel {
  height: 60px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  background: #0b7779;
}

#show-search-panel {
  position: fixed;
  width: 100%;
  top: 0;
  background: #00000091;
  z-index: 9999;
  height: 100%;
  display: none;
}

.fadeclosepanel {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.close-icon-srch {
  position: absolute;
  right: 7px;
  top: 0px;
  cursor: pointer;
  font-size: 33px;
  color: #fff;
}

.topnav {
  margin: auto;
  width: 80%;
  padding-bottom: 20px;
}

.srch-submit {
  background: none;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
}

.topnav input[type="text"] {
  width: 94%;
  padding: 6px;
  margin-top: 10px;
  font-size: 17px;
  border: none;
}


.mob-on { display: none;}




/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #0b7779;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background:#225c8e;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/







@media only screen and (max-width: 1024px) {
	.pagecontent, .pagewrapper{width:95%;}
	.pagewrapper .pagecontent {width:100%;}
	.pagewrapper .megamenu_vertical_left {margin-right: auto;}
	.pagewrapper .megamenu_vertical_right {margin-left: auto;}
}
@media only screen and (max-width:767px) {
	.pagecontent, .pagewrapper{width:420px;}
	.pagewrapper .pagecontent {width:420px;}
	
	.megamenu > li > a {
	outline:0;
	padding: 4px 15px 0px 15px; font:Tahoma, Geneva, sans-serif; font-size:15px; color:#fff;
	text-decoration:none; margin-right:20px;
	display:block;
}
}
@media only screen and (max-width:479px) {
	.pagecontent, .pagewrapper{width:300px;}
	.pagewrapper .pagecontent {width:300px;}
}



a.extyt  { color: #fff;}

.extyt {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
}

/*Navigation Start*/

.flexnav {
  *zoom: 1;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
  text-align:left; 
 
  font-size:18px; 

  position:relative; 
  
}

.flexnav:after {
  content: "";
  display: table;
  clear: both;
}

.flexnav.show {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 1000px;
}
.flexnav li {
  font-size: 100%;
  position: relative;   
}

.flexnav  li  { margin-bottom:1px;}

.flexnav li ul li {
  font-size: 100%;
  position: relative; margin-bottom:0px !important;    
}


.flexnav li a {  padding-left:10px;      padding-top: 6px;
    padding-bottom: 6px;  
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration:none; margin-right:1px; webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

 

.flexnav li a:hover {  background:#f1ecd9; color:#fff; }
.flexnav li a.active { background: #f1ecd9;
 }

.flexnav li li a{margin-top:0px !important; margin-bottom:0px !important;}
.flexnav li a:hover{text-decoration:none; color:#fff;  }
.flexnav li ul {
  width: 100%;     margin-top: 1px; margin-left: 0;
padding-left: 0;
  display: none;  }
.flexnav li ul li {
  float: none;
  width: 100%; list-style-type:none;
}
.flexnav li ul li a {
	display: block;
    padding-left: 21px !important;
    font-size: 12px;
    line-height: 29px;
    color: #fff; 
	background:none; 
	/*padding-top:0; 
	padding-bottom:0;*/
}

  .flexnav li .touch-button .navicon {
    display: block;
    width: 10px;
    height: 4px;
    background: url(../img/nav-arrow.png) no-repeat  center;
    position: absolute;
    right: 20px;
    top: 23px;
}

.flexnav .active .navicon {
    display: block;
    width: 10px;
    height: 4px;
    background: url(../img/nav-arrow2.png) no-repeat center !important;
}
.flexnav ul li ul li a {
       padding-left: 55px;
}
.flexnav ul li ul li ul li a {
  background: none; padding-left:56px;     border-bottom: none;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%; width: 50px;
  height: 40px;
  display: inline-block;
  background: none;
  text-align: right; padding:0 17px 0 0;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  /*top: 1.4em;*/
  font-size: 12px;
  color: #fff;
}



.style-li { margin:0; padding:0;}
.style-li ul { margin:0; padding-top:20px; padding-left: 0;}

.style-li li { margin-left:8px; margin-bottom:20px; list-style-type: none; background:url(../img/list.jpg) no-repeat 0 8px; padding-left:17px; }


/* Side Menu */

#sidebar-wrapper1 {
    z-index: 1000;
    position: fixed;
    right: 0; top:0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto; border-radius:0;
background: #225c8e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
}

#sidebar-wrapper1 .fa { color:#fff;}
 .extyt { position:absolute; top:5px; right:20px; font-size:25px;}
#sidebar-wrapper1.navbar { padding:0;} 

.sidebar-nav ul { margin: 0; padding: 0;}

.sidebar-nav {
    position: absolute;
    top: 50px;
  width: 248px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;


    text-indent: 20px;
line-height: 40px;
list-style-type: none;
margin: 0;
padding: 0;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
border-bottom: 1px solid #d5d5d5; font-weight:500;
 
font-size: 14px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

/*#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}*/

#sidebar-wrapper1.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;

    transition: all 0.4s ease 0s; box-shadow: 0 0 20px #00000080;
}

#sidebar-wrapper1 li a {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 1px;
  webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}












/* Side Menu */

#sidebar-wrapper2 {
    z-index: 1000;
    position: fixed;
    left: 0; top:0;
    width: 250px;
    height: 100%;
    transform: translateX(-250px);
    overflow-y: auto; border-radius:0;
background: #225c8e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
}

#sidebar-wrapper2 .fa { color:#fff;}
 .extyt { position:absolute; top:5px; right:20px; font-size:25px;}
#sidebar-wrapper2.navbar { padding:0;} 

.sidebar-nav2 ul { margin: 0; padding: 0;}

.sidebar-nav2 {
    position: absolute;
    top: 50px;
  width: 248px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav2 li {
    text-indent: 20px;
    line-height: 40px;


    text-indent: 20px;
line-height: 40px;
list-style-type: none;
margin: 0;
padding: 0;
}

.sidebar-nav2 li a {
    display: block;
    text-decoration: none;
    color: #fff;
border-bottom: 1px solid #d5d5d5; font-weight:500;
 
font-size: 14px;
}

.sidebar-nav2 li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav2 li a:active,
.sidebar-nav2 li a:focus {
    text-decoration: none;
}

.sidebar-nav2 > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav2 > .sidebar-brand a {
    color: #999;
}

.sidebar-nav2 > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

/*#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}*/

#sidebar-wrapper2.active {
    left: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;

    transition: all 0.4s ease 0s; box-shadow: 0 0 20px #00000080;
}

#sidebar-wrapper2 li a {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 1px;
  webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}





.download-iteam { padding-left:45px; background:url(../img/download-icon.png) no-repeat left 5px; padding-bottom:20px; padding-top:15px;}



/*  _______________________________________

	04 CONTACT FORM
    _______________________________________  */




.megamenu .contact_form {
	display: block;
	margin-bottom:10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.megamenu .contact_form label {
	display: inline-block; 
	float: left; 
	width:80px;
	font-size:12px; 
}
.megamenu .contact_form input, 
.megamenu .contact_form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:90%;
	padding: 8px 4% 8px 4%;
	margin: 9px 0 9px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}   
.megamenu .contact_form textarea {
	resize:none;
}   
.megamenu .contact_form .required {
	color:#C00;
}
.megamenu .contact_form .form_buttons {
	margin:4px 0 0 0;
}
.megamenu .contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	padding: 8px;
}
.megamenu .contact_form .special {
	display:none;
}
.megamenu .contact_form .error, 
.megamenu .contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius: 3px;
}
.megamenu .contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.megamenu .contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}




/*  _______________________________________

	05 VERTICAL MEGA MENU
    _______________________________________  */








/*  _______________________________________

	06 LIGHT THEME
    _______________________________________  */




.megamenu_light_theme .megamenu_container > ul > li:hover,
.megamenu_light_theme .megamenu_container .megamenu > li.active,
.megamenu_light_theme .megamenu_container > ul > li.menuitem_nodrop:hover {
	background-color:#fff; color:#000; 
}
.megamenu_light_theme .megamenu_container > ul > li > a,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
	color:#0e3d69; text-transform: uppercase;   font-size: 18px;
    letter-spacing: 0px; 
	/*text-shadow: 1px 1px 1px #000000;*/
}
.megamenu_light_theme .megamenu_container > ul > li:hover > a { 
	color:#000;
	/*text-shadow: 1px 1px 1px #fff;*/
}
.megamenu_light_theme ul li .menuitem_drop,
.megamenu_light_theme .megamenu li.noactive .menuitem_drop {
	background-image:url("../images/arrow_down1.png");
	background-repeat:no-repeat;
	background-position: right 12px;  
}
.megamenu_vertical_left .megamenu_light_theme ul li .menuitem_drop,
.megamenu_vertical_left .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
	background-image:url("../img/arrow_right1.png");
	background-position: 90% 15px;
}
.megamenu_vertical_right .megamenu_light_theme ul li .menuitem_drop,
.megamenu_vertical_right .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
	background-image:url("../img/arrow_left1.png");
	background-position: 10% 15px;
}
.megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
	/*background:#fff;  */
	/*border:1px solid #b8b8b8;*/ overflow-y:auto;/* max-height:600px; min-height:430px; padding-bottom:50px;*/
	  
}
.megamenu_wrapper_vertical .megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
	border:1px solid #444444;
}
.megamenu_light_theme ul p,
.megamenu_light_theme ul h2, 
.megamenu_light_theme ul h3,
.megamenu_light_theme ul li ul li {
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
}
.megamenu_light_theme ul h2, 
.megamenu_light_theme ul h3 {
	border-bottom:1px solid #888888;
}
.megamenu_light_theme ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;

}
.megamenu_light_theme ul .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	border:1px solid #777777;
	-webkit-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666;
}
.megamenu_light_theme ul li .black_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.megamenu_light_theme ul li .dark_grey_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}
.megamenu_light_theme ul li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
}
.megamenu_light_theme ul li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
}
.megamenu_light_theme ul li .plus li {
	background: url("../img/plus.png") left 6px no-repeat;
}
.megamenu_light_theme ul .levels a.parent, 
.megamenu_light_theme ul .levels a.parent:hover {
	background: url("../img/arrow_right1.png") right center no-repeat;
}
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent, 
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent:hover {
	background: url("../img/arrow_left1.png") left center no-repeat;
}
.megamenu_light_theme ul .contact_form input:focus, 
.megamenu_light_theme ul .contact_form textarea:focus, 
.megamenu_light_theme ul .contact_form select:focus,
.megamenu_light_theme ul .contact_form input:hover, 
.megamenu_light_theme ul .contact_form textarea:hover, 
.megamenu_light_theme ul .contact_form select:hover {
	box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;  
	border:1px solid #333333;
}
.megamenu_light_theme ul .contact_form input, 
.megamenu_light_theme ul textarea, 
.megamenu_light_theme ul select {
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.megamenu_light_theme ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
}
.megamenu_light_theme ul .contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}




/*  _______________________________________

	07 DARK THEME
    _______________________________________  */








/*  _______________________________________

	08 COLORS
    _______________________________________  */




/* Black */


/* Blue */


/* Brown */


/* Green */


/* Light Blue */


.megamenu_lightblue {
	/*background: #fff;*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#709e8e), to(#52786b));
	background: -webkit-linear-gradient(top, #709e8e, #52786b);
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -o-linear-gradient(top, #709e8e, #52786b);
	background: -ms-linear-gradient(top, #709e8e, #52786b);
	background: linear-gradient(top, #709e8e, #52786b);
	border: 1px solid #fff;
	border-top: 1px solid #99b9ae;*/
}
.megamenu_dark_theme .megamenu_lightblue li div a {color:#fff;}
.megamenu_dark_theme .megamenu_lightblue li div a:hover {color:#99b9ae;}
.megamenu_dark_theme .megamenu_lightblue li ul li a:hover {color:#99b9ae;}
.megamenu_light_theme .megamenu_lightblue li div a {color:#0e3d69;}
.megamenu_light_theme .megamenu_lightblue li div a:hover {color:#99b9ae;}
.megamenu_light_theme .megamenu_lightblue li ul li a:hover {color:#c1c1c1;}

/* Orange */


/* Pink */


/* Purple */


/* Red */


/* No left & right borders if full width menu bar */





/*  _______________________________________

	09 MOBILE DEVICES
    _______________________________________  */




.megamenu_dark_theme .megamenu_container .megamenu > li.noactive,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive {
	background-color:transparent;
	border:none;
}





@media all and (max-width:1600px){
 
	
	
	
	.megamenu_light_theme .megamenu_container > ul > li > a, .megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
    
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
 
}
	.megamenu > li > a {
  outline: 0;
  padding: 18px 15px 18px 15px;}

	
	
	}


@media only screen and (max-width: 1023px) {

	
	/* Menu Containers */
	
	.megamenu_wrapper {
		/*width:95%;*/
	}
	.megamenu_wrapper .megamenu_container {
		width:100%;
		padding: 0;
		margin:0 auto;
		height:auto;
		float:left;
	}
	.megamenu_wrapper .megamenu_container .megamenu {
		width:98%;
		margin:0;
		padding: 0 1% 0 1%;
	}

	/* Menu Items */
	
	.megamenu_wrapper .megamenu > li {
		/*height:40px;*/
		position:static; /*border-bottom:1px solid #960000;*/
		float:left;
		right:auto;
	}
	.megamenu_wrapper .megamenu > li.menuitem_right {
		float:right;
	}

	/* Menu Drop Downs */
	
	.megamenu_wrapper .megamenu .dropdown_1column, 
	.megamenu_wrapper .megamenu .dropdown_2columns, 
	.megamenu_wrapper .megamenu .dropdown_3columns, 
	.megamenu_wrapper .megamenu .dropdown_4columns,
	.megamenu_wrapper .megamenu .dropdown_5columns,
	.megamenu_wrapper .megamenu .dropdown_fullwidth,
	.megamenu_wrapper .megamenu .dropdown_right {
		top:auto;
		right:auto;
		left:auto;
		float:left;
		border-top: none;
		padding:2%;
		margin:-1px 0 0 -1px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	.megamenu .dropdown_1column  {
		width: 12.6666%;
	}
	.megamenu .dropdown_2columns  {
		width: 29.3333%;
	}
	.megamenu .dropdown_3columns  {
		width: 44%;
	}
	.megamenu .dropdown_4columns  {
		width: 60.6666%;
	}
	.megamenu .dropdown_5columns  {
		width: 79.3333%;
	}
	.megamenu .dropdown_fullwidth  {
		width: 94%;
	}
	.megamenu_wrapper .megamenu .dropdown_right {
		left:auto;
		right:1%;
	}
	.megamenu_wrapper .megamenu .dropdown_fullwidth,
	.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
		/*top:41px;*/
		right:auto;
		left:1%;
		margin: 0;
	}
	
	/* Menu Contact Form */
	
	.megamenu .contact_form label {
		width:92%;
	}
	.megamenu .contact_form input, 
	.megamenu .contact_form textarea {
		width:92%;
	}   
	.megamenu .contact_form .form_buttons {
		margin:4px 0 0 0;
	}
	
	/* Vertical Menu */
	



}


@media only screen and (max-width:768px) {


	.megamenu_wrapper {
		width:100%;
		/*margin: 0 auto;*/
		float: left;
	}
	.megamenu_vertical_left,
	.megamenu_vertical_right {
		float:none;
	}
	.megamenu_wrapper .megamenu_container {
		/*-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;*/
	}
	.megamenu_wrapper .megamenu_container .megamenu {
		width:100%;
		margin:0;
		padding: 0;
	}
	.megamenu_container .megamenu > li,
	.megamenu_container .megamenu > li:hover,
	.megamenu_container .megamenu > li.menuitem_right,
	.megamenu_container .megamenu > li.menuitem_right:hover {
		float:left;
		width:100%;
		display: block;
		padding-right:0;
		margin-right:0;
	}
	.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
		top:auto;
		right: auto;
		left: 0;
	}
	.megamenu_container .megamenu .dropdown_1column, 
	.megamenu_container .megamenu .dropdown_2columns, 
	.megamenu_container .megamenu .dropdown_3columns, 
	.megamenu_container .megamenu .dropdown_4columns,
	.megamenu_container .megamenu .dropdown_5columns,
	.megamenu_container .megamenu .dropdown_fullwidth,
	.megamenu_container .megamenu .dropdown_right  {
		left:0;
		top:auto;
		margin: -1px 0 0 0;
		width: 390px;
		padding:0 15px 0 15px;
	}

	/* Menu Drop Downs Columns */
	
	.megamenu .col_one_sixth,
	.megamenu .col_one_fifth,
	.megamenu .col_one_quarter,
	.megamenu .col_one_third,
	.megamenu .col_two_fifths,
	.megamenu .col_half,
	.megamenu .col_three_fifths,
	.megamenu .col_two_thirds,
	.megamenu .col_three_quarters,
	.megamenu .col_four_fifths,
	.megamenu .col_five_sixths,
	.megamenu .col_full {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: left;
		display: block;
	}
	.megamenu > .col_one_sixth,
	.megamenu > .col_one_fifth,
	.megamenu > .col_one_quarter,
	.megamenu > .col_one_third,
	.megamenu > .col_two_fifths,
	.megamenu > .col_half,
	.megamenu > .col_three_fifths,
	.megamenu > .col_two_thirds,
	.megamenu > .col_three_quarters,
	.megamenu > .col_four_fifths,
	.megamenu > .col_five_sixths,
	.megamenu > .col_full {
		margin-left: 2%;
		margin-right: 2%;
	}

	/* Regular Drop Down (turned into a list) */

	.megamenu_wrapper .megamenu .levels li ul {
		position: relative;
		top:auto;
		margin:0;
		padding:0;
	    -webkit-border-radius: 0;
		-moz-border-radius: 0;
	    border-radius: 0;
		left: auto;
		border:none;
		background:none;
	}
	.megamenu_wrapper .megamenu .levels li{
		float: left;
		width:100%;
	}
	.megamenu_wrapper .megamenu .levels li:hover > ul {
		left: auto;
	}
	.megamenu_light_theme ul .levels a.parent, 
	.megamenu_light_theme ul .levels a.parent:hover,
	.megamenu_light_theme ul .levels li ul,
	.megamenu_wrapper .megamenu_light_theme ul .levels a.parent, 
	.megamenu_wrapper .megamenu_light_theme ul .levels a.parent:hover,
	.megamenu_wrapper .megamenu_light_theme ul .levels li ul {
		background: none;
		border:none;
	}


}


@media only screen and (max-width:479px) {


	.megamenu_wrapper {
		width:100%;
	}
	.megamenu_container .megamenu .dropdown_1column, 
	.megamenu_container .megamenu .dropdown_2columns, 
	.megamenu_container .megamenu .dropdown_3columns, 
	.megamenu_container .megamenu .dropdown_4columns,
	.megamenu_container .megamenu .dropdown_5columns,
	.megamenu_container .megamenu .dropdown_fullwidth,
	.megamenu_container .megamenu .dropdown_right  {
		width: 270px;
	}
	
.megamenu_light_theme .megamenu_container > ul > li > a,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
	/*color:#ffffff;*/ text-transform:uppercase; /*background:#666666;*/
	/*text-shadow: 1px 1px 1px #000000;*/
}


}

















@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #006a5d;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 131, 116, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #007466;
    border: 1px solid #006459;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 106, 93, 0.8);
    z-index: 9996;
  }
}


 

.mobile-accordian-on { display:none;}





/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

.about { padding-top: 150px;}

.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.about .accordion-body {background: linear-gradient(rgb(8 76 122 / 9%), rgb(8 76 122 / 66%)), url(../img/cta-bg.jpg) center center;
  background-size: cover;
  padding:142px 95px;
  border-radius: 0px; 
  overflow: hidden; font-size: 22px; color: var(--color-third); line: height 40px;}

  .ft-1 { color: var(--color-third); font-size: 24px; line-height:46px; font-weight: 700;  }

  .ft-2 { color: var(--color-third); font-size: 22px; line-height:40px;  }
  
 
  
  .img-sec-1 {
  width: 27.5%;
}

.icon-tab-wrap { position:relative;}

.icon-tab-wrap ::after { position:absolute; content: ""; left:0; right:0; top:75%; height:1px; background:#8a99a3;}
  
  
  .info-rt { padding-left:38px; width: 23.5%;}
  .justify-between{justify-content: space-between;}
  
  .max-200-w { max-width:200px; margin:auto;}
  
  .tab-icon h3{ font-size:24px; margin:; color:#fff; margin-top:22px;}
  
  .pad-st-54 { padding-bottom:54px;   margin-bottom:48px;}


/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 60px 0;
}

.services .service-item {
  padding:20px 40px;
  background: #f9f9f9; margin-bottom: 10px;
  height: 100%;
  border-radius: 10px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

/* .services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
} */

.services .service-item h3 {
  color: var(--color-headingsub);
  font-weight: 700;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  font-size: 22px;
  position: relative;
  display: inline-block;
 transition: 0.3s;
}

.services .service-item p {
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 0; letter-spacing: 2;
}

.services .service-item .readmore {
margin-top: 42px; font-weight: 700; letter-spacing: 2;
  display: inline-block;
  color: var(--color-headingsub);
}


.services .service-item .readmore i{ color:#7882c6; padding-left:14px; }

.services .service-item:hover .icon:before {
  background: #7983c6; margin-left: 20px;
}

.services .service-item .readmore:hover{ color:var(--color-heading);
 
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

 .btn-primary.cst-1 { background: var(--color-heading); color: #fff;}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/



.swiper-wrapper-cs {
padding: 30px 45px;
box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
position: relative;
background: #fff;
}


 
 .testimonials  hr { margin-top:90px;}

.testimonials .testimonial-wrap h3 { font-size: 36px;}


.testimonials .testimonial-item {
  box-sizing: content-box;
 
   
  position: relative;
   
  border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 117px; border-radius: 50%;
 
  margin-right: 32px; 
}

.mt-30 { margin-top:30px !important;}

.testimonials .testimonial-item h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: #4b4b4b;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials   p { font-size: 22px; line-height: 26px; color: #737272;
 
  margin: 15px auto 15px auto;
}

.pl-70 { padding-left:70px;}

.m-t-40 { margin-top:40px;}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 10px;
    margin: 15px;
  }
  
  
  .testimonials .testimonial-item .testimonial-img {
  width: 80px;}

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  
  
  .testimonials .testimonial-item h3 {
  font-size: 14px;
}
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.team .member img {
  border-radius: 10px;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}



/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #225c8e; color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.recent-posts article a:hover { color: #ece9e9 !important;}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 19px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 10px 0;
}

.recent-posts .title a {
  color:#fff;
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--color-primary);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px; margin-bottom:50px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;

}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #555555;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

.announcement time{ color: var(--color-heading); font-size: 20px;}

.announcement  p { color:#434343; margin-top: 0; font-size: 18px; margin-bottom: 10px; font-weight: 500;}

.announcement.last { margin-bottom: 0;}


a.linkd-p { text-decoration: underline; display: block; margin-top: 10px;}


.announcement { border-bottom: 1px solid #dedede; padding-bottom: 15px; margin-bottom: 15px; padding-right:83px;}

.blog .sidebar {
  padding: 0px 50px 0 24px;
 
}

.home-blog    { max-width:400px; float:right;}

.wid100 { width: 100px;}

a.m-l-20 { margin-left: 20px; margin-top: 10px; text-decoration: underline; display: block;}


section.recent-posts { padding-bottom: 0; padding-top: 0;}

.blog .sidebar .last-pad { padding-bottom: 0; margin-bottom: 0 !important;}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item  {
  margin-bottom: 50px;
}

.blog .sidebar .recent-posts img {
  width: 100px;
  float: left; border-radius: 5px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 21px;
  margin-left: 20px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default); letter-spacing:1px;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 20px;
   
  font-size: 15px;
  color: var(--color-default);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 14px 40px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(248, 90, 64, 0.8);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 18px;
  background-color: #f6f6f6;
  padding: 69px 0 0;
 
}

.footer .social-links { margin-left: 0;}


.footer address {  color: #595959;}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 40px;
}

.footer .footer-info .logo img {
  max-height: 80px;
 
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 18px; color: #676767;
  font-family: var(--font-primary);
}

.footer .footer-info p a { color: #676767;}

.footer .footer-info p a i { color: #6b38a6;}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
 
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 26px;
  color: var(--color-default); font-weight: 700;
  position: relative;
  padding-bottom: 32px;
}

.footer .footer-links {
  margin-bottom: 45px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #7b7b7b;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a i { color: #7b7b7b; font-size: 18px;}

.footer .footer-links ul a:hover {
  color: #0b7779;
}

.footer .footer-links ul a:hover i {
  color: #0b7779;
}

.footer .footer-contact p {
  line-height: 26px;
}
 
.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.copyright { background-color: #484848; padding: 30px 0; margin-top: 30px; color: #ffffff;}

.copyright a { color: #7b7b7b;}

.copyright a:hover { color:#0b7779;}

.cd-right-1 { text-align: right; color:#ffffff;}

  .cd-right-1 a{   color:#ffffff;}
.cd-right-1 a:hover { color:#0b7779;}

@media (max-width: 1600px) {


.blog .sidebar .recent-posts img {
  width: 84px;}
  
  .announcement {
  
  padding-right: 70px;
}


.recent-posts  .section-header {
  text-align: left;
  padding-bottom: 30px;
}


section.testimonials .recent-posts h3 {
  margin-top: 40px;
}

.home-blog {
  max-width: 336px;}

  .testimonials .testimonial-item h3 {
    font-size: 21px;}


    .testimonials p {
      font-size: 18px;}


  .testimonials p.popty {
    font-size: 18px;
    
    margin: 25px 64px 25px auto;
  }

  hr.mt80 { margin-top: 85px;}
  
  section.testimonials h3 {
  margin-top: 50px;
}


  .recent-posts .title {
    font-size: 16px;}


  h3 {
  
    font-size: 30px;}

  .services .service-item h3 {
   
    font-size: 18px;}

  .big-wraper {
    max-width: 1500px;}

.section-header h2 {
  padding-bottom: 0px;
  font-size: 36px;}
  .hero .icon-boxes {
    padding-bottom: 45px;
    margin-top: -70px;
  }


  .button-blue {
    
    padding: 13px 23px;
   
    font-size: 16px;}

  .services .service-item .icon {  margin-bottom: 27px; width: auto;
    height: auto;}

    .services .service-item p {
      line-height: 21px;
      font-size: 15px;}


  .services .service-item .icon img { width: 56px;}


  .services .service-item h3 { font: size 20px;; }


  .services .service-item .readmore {
    margin-top: 36px; }

    .services .service-item {
      padding: 30px 40px 0px; margin-bottom:0;}


      .about {
        padding-top: 125px; padding-bottom: 40px;
      }
	  
	  .swiper-wrapper-cs {
  padding: 27px 48px;}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  top: auto;
  margin-top: 10px;
}

      .nav-tab-cs  { padding: 30px 43px;}
      .nav-tabs .nav-link.nav-tab-cs {
 
        font-size: 21px;
      
      }

      .nav-tab-cs span { font-size: 14px; margin-top: 7px;}

      .ft-1 {
       
        font-size: 20px;
        line-height: 38px;
         
      }
	  
	  
	  .ft-2 {
   
  font-size: 18px;
  line-height: 33px;
}



.tab-icon h3 {
  font-size: 20px; margin-top: 18px;}
  
  .pad-st-54 {
  padding-bottom: 40px;
  margin-bottom: 38px;
}
  
  
  .tab-icon img { width:200px !important; height: 200px !important;}


      .accordion-body {
        font-size: 18px; line-height: 33px;}


        .padd-ri-83 { padding-right: 70px;}

        .button-blue-2 {
          background: #0f6ea3;
          padding: 9px 22px; font-size: 16px;}


          .m-t-60 {
            margin-top: 40px;
          }


          .accordion-body { padding: 119px 80px; }


          .blog .sidebar {
            padding: 0px 50px 0 20px;
          }
		  
		  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  top: auto;
  margin-top: 10px;
}

section.portfolio {
  padding: 84px 0 64px;
}

.map-icon { width:36px; height:auto; }
.mail-icon { width:66px; height:auto; }
.ambulance-icon { width:60px; height:auto; }

.footer .footer-info .logo img {
  max-height: 70px;
}

.footer .footer-links ul li {
  padding: 10px 0;}
  
  .footer .social-links a { margin-right:7px;
 
  width: auto;
  height:auto;
  
 
}


.team-img {
  width: 55px;}
  
  .inoteam p i {
 
  font-size: 16px;
}

          .blog .sidebar .recent-posts h4 {
            font-size: 17px;}


            .blog .sidebar .recent-posts time { font-size: 13px;
               
              margin-left: 20px;}

              
              
              .announcement time { font-size: 18px;}

              .announcement p { font-size: 15px;}


              .team-cs {
  margin-bottom: 30px;
  margin-top: 30px;
}

.team-cs h3 {
  font-size: 17px;}

  .inoteam {
  font-size: 14px;
}

.ft-20 {
  font-size: 16px;
  margin-top: 50px;
}

p.call-no {
  font-size: 17px;
  margin-top: 70px;
}

 

.box-d-s {
  height: 186px;
}

.wid-33-3 h2 {
  font-size: 23px;}

  .footer h4 {
  font-size: 21px; padding-bottom: 22px;}
  
  .footer .footer-info .logo {
  
  margin-bottom: 30px;
}

  .footer {
  font-size: 15px;}

  .footer .footer-info p { font-size: 15px;}

  .footer .footer-links ul a i { font-size: 15px;}


}


@media (max-width: 1540px) {


.blog .sidebar .recent-posts .post-item {
  margin-bottom: 40px;
}

.blog .sidebar .recent-posts img {
  width: 82px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 16px;
}

a.m-l-20 {
  margin-left: 0px;}
  
  .announcement time {
  font-size: 16px;
}

.announcement p {
  font-size: 14px;
  line-height: 21px;
}

.home-blog {
  max-width: 316px;
}

.announcement {
  padding-right: 63px;
}

.container {
  max-width: 1244px;
}

.nav-tabs .nav-link.nav-tab-cs {
  font-size: 20px;
}


.box-d-s {
  height: 179px;
}

.wid-33-3 h2 {
  font-size: 22px;
}

.team-cs h3 {
  font-size: 16px;
}

.inoteam {
  font-size: 13px;
}

.wid-33-3 h2 {
  font-size: 21px;
}
.footer h4 {
  font-size: 19px;
  padding-bottom: 20px;
}


}

@media (max-width: 1440px) {




 


.tab-icon img {
  width: 200px;
 
}

.tab-icon h3 {
  font-size: 19px;
  margin-top: 16px;
}

 


    .section-header h2 {
      padding-bottom: 0px;
      font-size: 31px;
    }


    .services .service-item .icon img {
      width: 47px;
    }

    .services .service-item h3 {
      font-size: 17px; padding-bottom:5px;
    }

    .services .service-item p {
      line-height: 19px;
      font-size: 13px;
    }

    .services .service-item .readmore {
      margin-top: 20px; font-size: 13px;
    }

    .button-blue {
      padding: 10px 20px;
      font-size: 15px;
    }


    .nav-tabs .nav-link.nav-tab-cs {
      font-size: 18px;
    }

    .nav-tab-cs span {
      font-size: 13px;
      margin-top: 7px;
    }

    .nav-tab-cs {
      padding: 25px;}

      .ft-1 {
        font-size: 17px;
        line-height: 36px;
      }

      .accordion-body {
        font-size: 15px;
        line-height: 30px;
      }

.m-t-60 {
    margin-top: 30px;
}

.button-blue-2 {
    background: #0f6ea3;
    padding: 7px 20px;
    font-size: 13px;
}


h3 {
  font-size: 25px;
}

.testimonials p.popty {
  font-size: 15px;
  margin: 20px 44px 20px auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
}

.testimonials p {
  font-size: 15px;
}

.swiper-wrapper-cs { padding: 15px;
 
}

hr.mt80 {
  margin-top: 68px;
}

section {
  padding: 50px 0;}

  .blog .sidebar {
    padding: 0px 90px 0px 15px;
}

.blog .sidebar .recent-posts img {
  width: 72px;}

  .blog .sidebar .recent-posts h4 {
    font-size: 15px;  margin-left: 15px;
}

.blog .sidebar .recent-posts time {
  font-size: 10px;
  margin-left: 15px;
}

.wid100 {
  width: 72px;   
}

a.m-l-20 {
  margin-left: 15px;
  margin-top: 10px; font-size: 15px;
 
  
}

.blog .sidebar .recent-posts .post-item {
  margin-bottom: 33px;
}


.recent-posts .title {
  font-size: 13px;
}


element.style {
}
*, ::after, ::before {
    box-sizing: border-box;
}
.recent-posts .post-date {
    font-size: 12px;}

    .testimonials p {
       
      margin: 5px auto;
  }


  .announcement time {
    font-size: 14px;
}

.testimonials p {
  font-size: 13px;
}

.announcement a { font-size: 13px;}
.announcement {
   
  padding-bottom: 10px;
  margin-bottom: 10px;
}

a.linkd-p {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

.team-cs h3 {
  font-size: 15px;
}

.inoteam { margin-top: 15px;
  font-size: 12px;
}

.inoteam p.pb10 {
  padding-bottom: 5px;
}

.ft-20 {
  font-size: 15px;
  margin-top: 25px;
}

p.call-no {
  font-size: 15px;
  margin-top: 40px;
}

.wid-33-3 h2 {
  font-size: 20px;
}

.box-d-s {
  height: 160px;
}

.footer .footer-info .logo img {
  max-height:66px;
  
}

.footer {
  font-size: 13px;
}

.footer .footer-info p {
  font-size: 13px;
}

.footer h4 {
  font-size: 17px;
}


.copyright {
   
  padding: 20px 0px;
  margin-top: 60px;}

  


}

@media (max-width: 1280px) {

.big-wraper {
  max-width: 1000px;
}

.megamenu_light_theme .megamenu_container > ul > li > a, .megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
  text-transform: uppercase;
  font-size: 12px;}

  .topbar {
    font-size: 12px;}


    .container {
      max-width: 1000px;
    }


    .wid-33-3 h2 {
      font-size: 15px;
    }

    .box-d-s {
      height: 130px;
    }


}

.mobile-on { display:none !important;}

.table-wrap-custom {
  overflow-x: auto;
}




.button-blue.color2 {
  background: #4482b7 !important;}
  
  .button-sub-st ul { margin-left:0; padding:0;}
  
  .button-sub-st ul li{ margin-left:0; padding:0; list-style-type:none;}
  
  
  .button-sub-st.collapse:not(.show) {
  display: block !important;
}

@media (max-width: 991px) {



.button-sub-st.collapse:not(.show) {
  display: none !important;
}

 .button-sub-st.collapse(.show) {
  display: block !important;
}


.sample-page { font-size:13px;}

.style-li li {
  margin-left: 5px;
  margin-bottom: 10px;
  list-style-type: none;
  background: url(../img/list.jpg) no-repeat 0 6px; background-size: 7px;
  padding-left: 15px;
}

.style-li ul {
  margin: 0;
  padding-top: 10px;}


.breadcrumbs .page-header h2 {
  font-size: 30px;}
  
  .table-wrap-custom {
  
  font-size: 13px;
}

.style-li li {
  margin-left: 5px;
  margin-bottom: 10px;
  list-style-type: none;
  background: url(../img/list.jpg) no-repeat 0 6px;
    background-size: auto;
  background-size: 7px;
  padding-left: 15px;
}

.style-li ul {
  margin: 0;
  padding-top: 10px;
}


.table-wrap-custom {
  font-size: 13px;
}

.m-40-m {
  margin-left: 0px !important;
}

.services .service-item {
  padding: 30px 0px 0px;}

.mobile-on { display:block !important;}

.mobile-off { display:none !important;}

.home-blog {
  max-width: none;
  float: none;
}
.mobile-accordian-on { display:block;}


.mobile-accordian-on .accordion {
  background-color: #225c8e; font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; margin-bottom: 5px; position: relative;
}

.mobile-accordian-on .active, .mobile-accordian-on .accordion:hover {
  background-color: #225c8e; 
}

.mobile-accordian-on .panel {
padding: 15px;
  display: none;
 background: linear-gradient(rgba(8, 76, 122, 0.8), rgba(8, 76, 122, 0.8)), url("../img/cta-bg.jpg") center center;
  overflow: hidden;
}

.padd-ri-83 {
  padding-right: calc(var(--bs-gutter-x) * .5);
} 

.mobile-accordian-on .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
position: absolute;
right: 15px;
top: 40%;
}

.accordion span { display:block; font-weight: 400;}

.mobile-accordian-on .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}



.mob-on { display: block;}

.copyright { text-align: center;}

.cd-right-1 {
  text-align: center;
}

.accordion-body .d-md-flex { display:block  !important;}

.pad-st-54 {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.icon-tab-wrap ::after { display:none; }
.img-sec-1 {
  width: 100%;
}
.pl-70 {
  padding-left: 15px;
}
.button-blue-2.cl-changebtn { margin:auto;}

.info-rt {
  padding-top: 38px; padding-bottom:35px; padding-left:0;
  width: 100%;
}

.ft-1 br { display:none;}

.accordion-button { display: block; color: #0b8582; font-weight:bold;}

.accordion-button span { display:block;}


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #20567c;}


  .ft-20 {
    font-size: 12px;
    margin-top: 25px;
  }

  .call-no span {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .recent-posts article { height: auto;}


  p.call-no {
  
    text-align: center;
  }


  .mob-hidden { display: none !important;}


}

@media (max-width:767px) {
.wid-33-3 {
  width: 100%;}


  .section-header {
    
    padding-bottom: 30px;
  }
  
  .footer .footer-links {
 
  width: 50%;
}


}

@media (max-width:420px) {
.footer .footer-links {
 
  width: 100% !important;
}

}

/*pop up Start*/
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"Ð²";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}