
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400,500,600,700&display=swap);


.clear{
clear:both;
padding:0px;
margin:0px;
}
*{
	margin:0px;
	padding:0px;
	
}
a{
text-decoration:none;
outline:none;
 transition: all 0.4s ease-out;
}
a:hover{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Montserrat', sans-serif;

padding:0px;
margin:0px;
line-height:24px;
font-weight:500;
}
/* */
:root{
/*--main-color: #0A0B6D;*/
--main-color: #006f9d;
--sec-color:#707070;
--bg-color:#f2f0ed;
--border-color:#202020;
--heading:#00577d;
--content-color:#2C2C29;

}
/* */

body{
margin:0px;
padding:0px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
background-color:#fafafa;
line-height:30px;
text-align:left;
font-size:14px;
color:#707070;

	

	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html{
scroll-behavior: smooth;	
}
body, html {
    height: 100%;
    margin: 0;
}

.container-fluid{
padding:0px;
margin:0px;
}

a{
text-decoration:none;

}
.nomargin{
margin:0px;
padding:0px;
}


::-moz-selection { /* Code for Firefox */
color:#fff;
  background: var(--main-color);
}

::selection {
	color:#fff;
   background: var(--main-color);
}
h1{
	font-size: 24px;
	font-weight:500;
	color:var(--heading);

}
h2{
	font-size: 22px;
	text-transform:uppercase;
font-weight:700;

}
h3{
	font-size: 18px;
	color:#2d3142;
font-weight:400;
}

h1 span ,h2 span,h3 span{
	
	
}
h4{

	font-size: 16px;
font-weight:400;
}

h5{
font-weight:400;
	font-size: 14px;

}
h6{

	font-size: 14px;

}
p{
	padding:8px 0;
	
	margin-bottom:8px;
	
}
section{
	padding:20px 0;
		
}
section h1,section h2,section h3,section h4 , section h5 , section h6{
	padding:0px 0 4px 0;
	margin:0px 0 4px 0;
	
}
section  h1{
	color:var(--heading);
	text-transform:uppercase;
	font-size:22px;
	position:relative;
	width:100%;
	z-index:11;
}




section  h2{
	color:var(--heading);
	position:relative;
	font-weight:500;
	
	
	
	padding-bottom:4px;
	margin-bottom:4px
	
	
	
	
		
}





/* header */
header{
	background-color:#fff;
	padding:12px 0;
	transition: all 0.4s ease-out;
 top:-100px;
}



/*Top Bar */
#topbar{
	background-color:#fff;	
}
#topbar .box{
	background: linear-gradient(to right, #fff 30%, #006f9d 70%);
	
	padding:8px 0;
	color:#fff;
	
	clip-path: polygon(calc(100% - 48%) 0, 100% 0, 100% 100%, 50% 100%);
		
	 
}
#topbar .clip{

}
@media screen and (max-width:700px){
#topbar .box{
	background: linear-gradient(to right, #004478 30%, #004478 70%);
	
	padding:8px 0;
	color:#fff;
	
	clip-path:none;
		
	 
}	
	
	
}
/*Top Bar/ */


.more{
	
}

.more a{
	color:var(--main-color);
	text-decoration:underline;	
}

.more a:hover{
	text-decoration:underline;
		
}
.readmore a{
	background-color:var(--main-color);
	color:#fff;
	display:inline-block;
	padding:2px 8px;
		
}
.readmore a:hover{
	background-color:var(--sec-color);
	
}
/*Menu */
#menu{
	
	font-size:13px;
	padding:8px 0;
	position:relative;
	
	
	
 }

.sticky{
	 position:fixed!important;
	 width:100%;
	 top:0;
	 z-index:111;
	 box-shadow:0 0px 4px -2px #000;
	 padding:16px 0;
	 
 }
 @media screen and (max-width:700px){
	.sticky{
	 padding:8px 0;	
	}
 }
 /* menu */

.navbar-nav>li>a{
color:#004b6a;
margin-left:1px;
display:block;
font-size:12px;
text-transform:uppercase;


}



.navbar-nav>li:after{
	content:"";
	width:10px;
	
}
.navbar-nav>li>a:hover{
	
	
	



}



.navbar-nav>li{
	text-transform:uppercase;
	font-weight:700;
	padding:0px 2px;
	
	

}
.navbar-nav>li>a{
	position:relative;	
	transition: all 0.4s ease-out;
}
.navbar-nav>li>a:before{
width: 0%;
	 height:2px;
  background: var(--main-color);
  bottom:0;
  position:absolute;
  content:"";
  left:0;
}
.navbar-nav>li>a:hover:before{
	
	transition: all 0.4s ease-out;
color:var(--main-color);
width: 100%;
	 height:2px;
  background: var(--main-color);
  bottom:0;
  position:absolute;
  content:"";
  left:0;
	
}




.navbar-nav>li>a {
	padding:0px;
	
}

.navbar-nav>li>a:focus{
background:none!important

}



.navbar-nav>li.active>a{
	position:relative;
	
	 
  
 
	
}
.navbar-nav>li.active>a::before{
	width: 100%;
	 height:2px;
  background: var(--main-color);
  bottom:0;
  position:absolute;
  content:"";
  left:0;
	
}

.navbar-nav>li.active>a:hover:before {
	 width: 100%;
  background: var(--main-color);

}


#menu .dropdown-menu{
	background-image:linear-gradient(to bottom , #fff, #f5f5f5);
	color:#291104;
	padding:4px;
-webkit-box-shadow: 0 10px 4px -6px #333;
       -moz-box-shadow: 0 10px 4px -6px #333;
            box-shadow: 0 10px 4px -6px #333;
			border-radius:0px 0px 8px 8px;
			
	
}




#menu .dropdown-menu li{
	margin-bottom:4px;
	text-transform:none;
	border-bottom:1px solid rgba(0,0,0,0.1);
	
	
}
#menu .dropdown-menu li:last-child{
	margin-bottom:0px;
	border-bottom:1px solid rgba(0,0,0,0);
}
#menu .dropdown-menu li a{
	color:#3d3d3d;
	font-size:13px;
	padding:4px;
	font-weight:400;
	
}
#menu .dropdown-menu li:hover{
	background:none;	
}
#menu .dropdown-menu li a:hover{
	background-color:var(--main-color);
	color:#fff;
}

.navbar-toggle{

background-color:#072436!important;
}

 
 /* Menu end*/
 
 
 
 /*Slider */
 #slider .containers{
	 padding:0px;
	 margin:0px;
	 width:90%;
	 
	 margin:0 auto;
	
	 
 }
 .flex-control-nav{
	width: 100%;
    position: absolute;
 bottom:40px;
    text-align:center;
	z-index:11;

	
}
.flexslider img{
-webkit-box-shadow: 0 10px 6px -6px #777 inset;
       -moz-box-shadow: 0 10px 6px -6px inset;
            box-shadow: 0 10px 6px -6px inset;
}
.slider_wrap{
	

}


.slider_title{


 position:absolute;
 top: 40%;
  right:8px;

   
	z-index:111;
	
	width:50%;
	
	
	
	
}
.slider_title h2{
	
	color:#fff;
	font-size:24px;
-webkit-animation-delay: 0.5s;

box-sizing: border-box;




text-align:left;

margin:0px 2px;


font-weight:600;
position:relative;
line-height:30px;
width:70%;









background-color:rgba(0,140,200,0.9);
text-transform:capitalize;
padding:40px;




	
}


@media screen and (max-width: 991px) {
.slider_title h2 {
	font-size:20px;
	
padding:20px;
	
width:100%;	
}	
}


@media screen and (max-width: 460px) {
.slider_title h2 {
	font-size:14px;
	
padding:8px;
	
width:100%;	
}	

.flexslider img{
	height:140px!important;	
}
.slider_title{
	
	top:10%
	
}
}

@media screen and (max-width: 350px) {
	.flexslider img{
	height:140px!important;	
}
.slider_title{
	
	top:10%
	
}
.slider_title h2 {
	font-size:12px;
	
padding:4px;
line-height:normal;
width:100%;	
	
}	
}
.slider_title h2 strong{
text-transform:uppercase;
color:#f80002;
font-size:32px;

}

.slider_title h3{
color:#3d3d3d;
	font-size:22px;
-webkit-animation-delay: 1.4s;
margin:4px 2px;
margin-bottom:8px;
text-transform:uppercase;	

}


.slider_title h2 span{
	color:#0cb8b6;
	
}




.slider_title h2 em{
	font-weight:400;
	font-style:normal;	
}

.slider_title p{
	
	font-size:16px;
-webkit-animation-delay: 1.8s;
text-transform:uppercase;
border-bottom:none;
padding:10px 0px;
margin:4px 4px;
color:#333333;
text-transform:none;
text-align:left;

display:block;
width: 400px;
line-height:30px;	
}
.slider_title h4{
-webkit-animation-delay:2s;
margin-top:14px!important;
}

.slider_title h4 {
	
	padding:8px 16px;
	color:#fff;
	border:1px solid transparent;
	background-color:var(--main-color);

	font-size:14px;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;

		
}
.slider_title h4 a{
	color:#fff;
	display:block;
}
.slider_title h4:hover{
	background-color:var(--sec-color)!important;
	
}
#slider{
	border-bottom:0px solid rgba(204, 204, 204, .5);
	padding:0px;
	margin:0px;
	
}
#slider .container{
	position:absolute;

	
	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
 top:0;
	 bottom:0;
	 width:100%;

}

#slider  ol{
	
}


 /* Slider*/
 
 /*flex */
.flex-direction-nav {
  *height: 0;
 
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 94%!important;
  
 

  position: absolute;
  bottom:0!important;
bottom: 20%!important;
left: 50%!important;
-webkit-transform: translateX(-50%)!important;
transform: translateX(-50%)!important;

  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 1)!important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 
}


.flex-direction-nav a:before {
 font-family: 'FontAwesome'!important;
   content: '\f104'!important;
    
  font-size: 40px;
  display: inline-block;
 
  color: rgba(255, 255, 255, 1)!important;
  text-shadow:none!important;
 

}
.flex-direction-nav a.flex-next:before {
  content: '\f105'!important;
  

}

.flex-direction-nav .flex-prev {
 
}
.flex-direction-nav .flex-next {
  right: 0px!important;
  text-align: right;

}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
 right: 80px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 1!important;
  filter: alpha(opacity=1);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f105';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f105'!important;
}
.flex-control-nav {
  width:100%!important;
  position: absolute;
  bottom:0!important;
 left: 0!important;

  
}
.flex-control-nav li {
  margin: 0 6px;
  display:inline;
  zoom: 1;
  *display: inline;!important;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff!important;
  
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.flex-control-paging li a:hover {
  background: var(--sec-color)!important;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: var(--sec-color)!important;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome"!important;
    font-size: 40px;
    display: inline-block;
    content: '\f104';
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
}

figcaption{
	color:var(--main-color);
	
}
/*=-====Bootstrapthemes.co btco-hover-menu=====*/

.navbar-light .navbar-nav .nav-link {
    
}
.btco-hover-menu a ,  .navbar > li > a {
  
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus ,
.navbar>.show>a,  .navbar>.show>a:focus,  .navbar>.show>a:hover{
 
}



/*submenu style start from here*/


.dropdown-menu {
    padding: 10px 0; 
    margin: 0px 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a{}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover{}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a{}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{}
.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu{}

/*Drop-down menu work on hover*/
.btco-hover-menu{background: none;margin: 0;padding: 0;min-height:20px}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {

    .btco-hover-menu .collapse ul li{position:relative;}
    .btco-hover-menu .collapse ul li:hover> ul{display:block; }
    .btco-hover-menu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none; transition:top 1s linear!important;}
    /*******/
    .btco-hover-menu .collapse ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul ul li:hover ul{display:block}
    .btco-hover-menu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}

.dropdown-toggle::after {
    display:none!important;
}








figcaption{
	color:var(--main-color);
	
}

/***************** Normal/ *******************/
 
 .call-us{
	 color:#515050;
	 font-size:15px;
	 font-family: 'Montserrat', sans-serif;
	 font-weight:600;
	 border-left:1px solid #89ad4b;
 }

.call-us img{
	width:20px;
	height:20px;
	margin-right:6px;	
}

/******************************offer*******************************/


#offer{
	
	color:#7d7c7c;
	
	
	
}


#offer h4{
	color:#202020;
	
	font-weight:600;
	text-transform:capitalize;
	
	text-align:center;
}
#offer .img-bx span{
	width:100%;
	height:100%;
	
	background-color:#89ad4b;
	border:4px solid #fff;
	display:block;
	
	

	


	
	
}
#offer .bx .img-bx{
	border:1px solid #b0de60;
	width:125px;
	height:125px;
	padding:2px;
 transition: all 0.4s ease-out;	
	margin:32px auto;
	transform: rotate(45deg);
	position:relative;
	top:0;
}

#offer .img-bx span img{
	width:50px;
	height:auto;
	margin:0 auto;
	position:relative;

	
	transform: rotate(-45deg);
		
  top: 25%;
  left:25%;
 
	
    


		
}
#offer .bx:hover .img-bx{
	top:-20px;
	box-shadow: 10px 10px 10px 0px rgba(95,95,95,0.28);

}



/****************************** offer*******************************/




#about{
	background-color:#202020;
	
	color:#fff;
	position:relative;
	
}
#about h2{
color:#fff;	
}
#about .img img{
	z-index:11!important;
	
}
#about .img{
	position:absolute;
	left:0;
	margin-right:8px;
	top:-14px;
}
#about .img:before{
	content:"";
	width:60%;
	height:60%;
	position:absolute;
	
	bottom:-8px;
	right:-8px;
	border-right:10px solid var(--main-color);
	border-bottom:10px solid var(--main-color);
	
	
	
	
	
}

#focusarea{
	background-color:#f5f5f5;
	padding:80px 0;
	
}
#focusarea h2 {
	border-bottom:1px solid rgba(32,32,32,0.1);	
}
#focusarea a{
	display:block;
	border-left:4px solid var(--sec-color);
	padding:8px;
	color:var(--main-color);
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:14px;
	border-bottom:1px solid rgba(32,32,32,0.1);
}
#focusarea a:hover{
	background-color:var(--main-color);
	color:#fff;
	
}

/*************Donate *************/
#donate{
	background-color:#f6691c;
	color:#fff!important;
	line-height:30px;
	padding:30px 0;	
	font-family: 'Montserrat', sans-serif;
	position:relative
}
#donate h1{
	text-transform:uppercase;
	font-size:28px;
	
}
#donate h2{
	text-transform:uppercase;
	font-size:20px;	
	color:#fff!important;
	font-weight:400;
}
#donate  .img{
	position:absolute;
	top:-50px;
	left:0;
	width:220px;
	height:auto;
	border-right:8px solid #fff;
	z-index:111;
		
}
#donate  .donate a{
	background-color:#fff;
	color:#202020;
	padding:8px 16px;
	font-size:18px;
	font-weight:600;
	
	
}

/************* *************/

footer{
	background-image:linear-gradient(to top, #006f9d , #008bc0);
	
	
	
	/*background-color:#022C64;*/
	
	/*color:#ada8d3;*/
	color:rgba(255,255,255,0.8);
	font-size:14px;
	padding:40px 0px 0px 0px;
	
	position:relative;
	
	
	
	
}

footer h4{
	font-size:16px;
	
	padding-bottom:8px;
	font-weight:600;
	margin-bottom:8px;
	text-transform:capitalize;
	color:#fff;
}
footer .footer-menu{
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
font-family: 'Montserrat', sans-serif;
font-weight:500;
text-align:center;
}
footer ul{
	padding:8px 0px;
	margin:0px;
	font-size:13px;
	min-width:100px;
	
	
}
footer ul li{
	
	list-style:none;
	padding:0px;
	
}

footer  ul li a{
	color:#fff;
	padding:0 4px;
 
 
}
footer  li a:hover{
	color:#ccc;
	
}

footer .footerbottom img{
	width:20px;
	margin-right:6px;
	
}
footer .copyright{
	color:#fafafa;
	
	font-size:12px;
	border-top:1px solid rgba(250,250,250,0.4);
	padding:14px  0;
	
	
	
}

footer .footer-logo{
	font-size:12px;
	line-height:20px;
}
footer .footer-logo img{
	margin-bottom:6px;	
}
footer .follow  p{
	display:flex;
	justify-content: flex-end;
}
footer .follow i{
	font-size:22px;
	margin-right:8px;
	
	
		
}
footer .follow a{
	color:#fff;
		
}

#newsletter{
	
}

#newsletter input{
	width:100%;
	padding:4px;
	border:0px;
	margin-bottom:4px;
	outline:none;

}
#newsletter input:focus{
border:0px;	
}
#newsletter input[type="text"]{
	
}

#newsletter input[type="submit"]{
	background-color:#00507A;
	color:#fff;
	
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.move-top{
	width:40px;
height:40px;
	background-color:var(--main-color);
	position:fixed;
	bottom:20px;
	right:0;
	text-align:center;
	border-radius:8px 0px 0px 8px;
	transition:background 0.2s ease-out;
	display:none;
	
	
	
	
	
}
.move-top:hover{
	background-color:var(--sec-color);
	box-shadow:0px 10px 10px -10px #333;
}
.move-top i{
	color:#fff;
	font-size:20px;
	display:block;
	line-height:40px;
	
	
	
}

@media screen and (max-width: 760px) {
.move-top{
	display:none!important;
}
}

.hang-icon{
	
}

.hang-icon{
	width:40px;
height:40px;
	background-color:var(--main-color);
	position:fixed;
	bottom:50%;
	right:left;
	
	border-radius:0px 8px 8px 0px;
	transition:all 0.5s ease-out;
	white-space:nowrap;
	color:#fff;
	overflow:hidden;
	z-index:111;
	text-transform:uppercase;
	
	
	
	
	
	
	
}
.call-icon{
	bottom:44%;
}
.hang-icon span{
	
}
.hang-icon:hover{
	background-color:var(--sec-color);
	box-shadow:0px 10px 10px -10px #333;
	width:250px;
	cursor:pointer;
}
.hang-icon i{
	color:#fff;
	font-size:20px;
	
	line-height:40px;
	margin:0px 20px 0px 10px;
	
	
	
}


/*Contact Form */
#contact-form{
	
}
#contact-form label{
	display:block;
	color:var(--main-color);
	margin:4px 0px;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
}
#contact-form  input[type="text"],#contact-form textarea,#contact-form  input[type="email"]{
	width:100%;
	border:none;
	border-bottom:1px solid #00507A;
	background-color:transparent;
	
	
	outline:none;
	transition:all 0.3s linear;
	padding:6px 0;
	border-radius:0px;
}

.error{
	color:red!important;
	font-size:12px!important;	
}
#contact-form  input[type="text"]:focus, #contact-form textarea:focus{
	
	border-bottom:1px solid var(--sec-color);
	
	
	
}
#contact-form  input[type="submit"]{
	background-color:#00507A;
	color:#fff;
	padding:8px 16px;
	border:none;
	transition:all 0.3s linear;
}
#contact-form  input[type="submit"]:hover{
background-color:var(--main-color);	
}



.call{
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(0,0,0,0.1);
	padding:8px 0;
}

.call i{
	margin-right:6px;
	font-size:16px;	
}

.divider-top{
	border-top:1px solid #DEE0E5;
	position:relative;	
}
.divider-top:before{
	content:"";
	width:100%;
	height:3px;
	position:absolute;
	top:0;
	background-color:#EFF2F6;
	z-index:-1;
	

	
}

@media screen and (max-width:700px){
	
	#about{
		margin-top:16px!important;	
	}
#donate-volunter .card{
	top:0px;
	margin-bottom:16px;
	margin-top:16px;
}

}



#news{
	padding:20px;
	
	background-color:#f5f5f5;	
}
#news div{
		
}

#news ul{
	padding:0px;
	margin:0px;
	
}

#news li{
	list-style:none;
	border-bottom:1px solid #ccc;
	
}

#news ul li a{
	
	display:block;
	padding:14px 0;
	color:#414141;
	font-size:16px;
	border-bottom:1px solid rgba(112,112,112,0.2);
	font-weight:400;
	
	
	
}
#news ul li a strong{
	color:var(--main-color)
	
}

#news .title{
	color:var(--main-color)
}
#news p{
	color:#5e5e5e;
	margin-top:0px;
	padding-top:0px;	
}
.newsbox {
	background-color:#fff;
	padding:22px;
}

.newsbox h4{
	color:var(--main-color);
	font-size:18px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:8px;
	font-weight:600;
	
}






@media screen and (max-width:700px){
	
	#whyus{
	background-image:none;
position:relative;
background-color:#f4f4f4;
	
	}
	
	#founder .title{
	left:0px;
	right:0px;
	bottom:0px;
	position:relative;
	display:block	
	}
	
}

/* */






@media screen and (max-width: 700px) {
	#tempo:after{
	
	background:none;
	
	
}

}







.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
	box-shadow:0px 2px 0px -10px #ccc;
	
}
.carousel-indicators li{
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding-right: 3px;
    padding-left: 3px;
	margin-left:5px;
		margin-right:5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
	border-radius:8px;
	border:none;
	position:relative;
	
	
}
.carousel-indicators .active{
  background-color: var(--main-color);	
}

.carousel-indicators:after{
	content:"";
	
	width:50%;
	height:1px;
	position:absolute;
	top:5px;
	bottom:0;
		
}
/*****************************Testimonial/*********************/



#inner-content{
	padding-top:0px;	
}

#inner-content h1{
	color:var(--main-color)	;
	text-transform:uppercase!important;
	
	font-size:24px!important;
	margin-bottom:8px;
	padding-bottom:8px;
	font-weight:500;
}
#inner-content .content{
	text-align:justify;
	font-size:14px;
	color:#5b5b5b;
}
#inner-content .white-box{
	background-color:#fff;
	padding:22px;
	
}
.contact-white-box{
	background-color:#fff;
	padding:10px 10px 0px 10px;
	line-height:18px!important;
	margin-bottom:0px;
	padding-bottom:0px;
	
	
}
.no-p p:first-child{
	padding:0px!important;
	margin:0px!important;	
}

#inner-content .content h4{
	font-size:18px;
	color:var(--main-color);
	text-transform:uppercase;
	font-weight:500;
	
		
}

#inner-content .content h5{
	font-size:16px;
	color:var(--main-color);
	
	font-weight:500;
	
		
}
#inner-content .content h6{
	font-size:15px;
	color:var(--main-color);
	
	font-weight:500;
	
		
}

.content ul{
	padding-left:40px!important;
	margin-left:40px!important;
	
	
	
	
}

#inner-content .content  p{
	margin:4px 0px;
	padding:4px 0px;
}
#inner-content .content ul li{
	margin-bottom:6px;	
}
/*mobile_menu */
.mobile_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2147483638;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.mobile_menu li{
	padding:4px;


}
.mobile_menu li a {
  padding: 0px;
  padding-left: 4px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-bottom:1px solid rgba(255,255,255,0.1);
  margin-bottom:2px;
 
}

.mobile_menu li a:hover {
  color: #f1f1f1;
  background-color:var(--sec-color);
}

.mobile_menu ul li ul{
	display: none;
	


}
.mobile_menu ul li ul li ul{
	
	 
	list-style: none;

}
.mobile_menu .menu-item-has-children{
	position: relative;
}
.mobile_menu .menu-item-has-children:after{
	position:absolute;

	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 16px;
top:0;
color: #fff;
font-weight: 700;


right: 25px;	

}
.mobile_menu ul li:hover ul{
	display: block;

}

.mobile_menu .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
  color:var(--sec-color);
  z-index: 11;
}

@media screen and (max-height: 450px) {
  .mobile_menu {padding-top: 15px;}
  .mobile_menu a {font-size: 18px;}
}

.menu-toogle{
	

	color: var(--main-color);
	width: 15px;
	text-align: right;
	padding: 4px;
	font-size: 16px;
	padding-right:40px;
	display: none; 

}

@media screen and (max-width: 991px) {
	.menu-toogle{
		display: block; 

	}
	.grecaptcha-badge{
	visibility: collapse !important;  
}
.move-top{

	bottom:0px;
	left:0px;
	
	

}
}



#gallery{
	
}

#gallery .bx{
	
	transition: all 0.4s ease-out;
	overflow:hidden;
	transition: all 0.4s ease-out;
	
	position:relative;
	cursor:pointer;
	margin:4px;
}

#gallery .bx img{
	width:100%;
transition: all 0.4s ease-out;
opacity:1;
background-color:#f4f4f4;
padding:8px;
border:1px solid #ccc;
}
#gallery .bx:hover img{
transform:scale(1.1);	
opacity:1;

}

#gallery .bx .overlay{
	background-color:var(--main-color);
	width:100%;
	color:#fff;
	position:absolute;
	height:100%;
	bottom:0px;
	z-index:111;
	padding:20px;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	opacity:0;
	transition: all 0.4s ease-out;
	transform:scale(1.0);
	
}
#gallery .bx:hover .overlay{
opacity:1;	
height:100%;
transform:scale(1.1);
}

#gallery .bx .overlay a{
color:#fff;	
}
/********** Card************/
#cat{
	
}
#cat .card a{
	color:#7d7c7c;
	
	
}
#cat .card img{
	
clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);	
	
}

#cat .card .content{
	background-color:#fff;
	min-height:220px;
	padding:8px;
	line-height:24px;
	text-align:left!important;
	
}
#cat .card  h4{
	font-size:18px;
	font-weight:600;
	margin:4px 0;
	color:var(--heading);
	padding:4px 0;
	border-bottom:1px solid rgba(32,32,32,0.1);
	
	
}
#cat .card .more{
	background-color:var(--sec-color);
	color:#fff;
	text-align:center;
	padding:8px 0;
	box-shadow: 3px 8px 18px -9px rgba(0,0,0,0.34) inset;
-webkit-box-shadow: 3px 8px 18px -9px rgba(0,0,0,0.34) inset;
-moz-box-shadow: 3px 8px 18px -9px rgba(0,0,0,0.34) inset;
	
}
#cat .card:hover .more{
background-color:var(--main-color);	
}
/**********Card/ ************/
/**********Team ************/

#team{
	
}

#team .card {
	
	border:0px;
	
}

#team .bx{
	position:relative;
	border:0px;
	
}

#team .bx img{
	width:200px;
	border-radius:50%;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 1px 16px 4px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 16px 4px rgba(0,0,0,0.15);
background-color:#fff;
padding:14px;
border-right:2px solid #ccc;
transition: all 0.2s ease-out;
	
}
#team .bx .con{
	padding-left:12px;
	color:#22181C;
	
	
}
#team .bx .con h4{
	font-weight:600;
	font-size:18px;
	border-bottom:1px solid #ccc;
	color:var(--main-color)	;
	
}
#team .bx:hover img{
padding:6px;	
}

/**********Team/ ************/

/**********Contact *********/
#contact{
	
}

#contact h2{
	border-bottom:1px solid rgba(32,32,32,0.1);	
}
.border-right{
	border-right:4px  dashed rgba(32,32,32,4);

}
/**********Contact **********/


.social img{
	width:24px;
	height:24px;
	margin-right:4px;
		
}

.appointment{
}

.appointment a{
	display:block;
	text-transform:uppercase;
	color:#fff;
	background-color:var(--sec-color);
	text-align:center;
	font-weight:600;
	font-size:14px;
	padding:0px 8px;
	
}
.appointment a:hover{
	background-color:var(--main-color);	
}


#leftmenu{
	text-transform:uppercase;
	font-size:14px;
	
}
#leftmenu ul{
	border-left:1px solid #ccc;
	padding-top:20px;
	padding-bottom:40px;	
}
#leftmenu ul li{
	list-style:none;
	
	color:#fff;
	
	padding:0px!important;
	margin-bottom:1px!important;	
}
#leftmenu ul li a{
	
	
	color:#5d5d5d;
	display:block;
	
	position:relative;
	padding:4px 8px;
	border-bottom:1px dashed #ccc;
	font-weight:600;
	
	
	
}

#leftmenu ul li a:before{
	
font-family: 'FontAwesome'!important;
   content: '\f105'!important;
    
  font-size: 20px;
  display: inline-block;
 color:#5d5d5d;
  
  text-shadow:none!important;
  margin-right:4px;	
	
}
#leftmenu ul li a:hover:before{
color:#fff;	
 margin-right:8px;	
}

#leftmenu ul li a:hover,#leftmenu .active a{
	background-color:var(--main-color);
	color:#fff;
}

.inner-slider img{
	
	
}
/************Top news ***********/
#top-news{
	background-color:var(--main-color);
	color:#fff;
	padding:10px 0px;
	margin:0px;
	
}
#top-news h1{
	color:#fff;
	font-size:18px;
	
	  display:block;
	  
	  line-height:100px;	
}



#top-news .border-right{
	  border-right:1px solid rgba(255,255,255,0.5);	
}

@media screen and (max-width:991px){
    #top-news h1 {
		font-size:14px;
		line-height:normal;
		padding:8px 0;
		
		 } 
		 
		 #top-news .border-right{
			  border-right:0px solid rgba(255,255,255,0.5)!important;
	  border-botttom:1px solid rgba(255,255,255,0.5)!important;	
}
		 }
		 @media screen and (max-width:450px){
			 
			 #top-news{
		padding:4px 0;
			 }
		#top-news h1 {
		
		padding:2px 0;
		
		 }	 
		 }
	  
	  
#top-news .flexs{
	
	
	overflow:hidden;	
}
#top-news .flexs div{
	
	 flex: 1 ;
  width: 280px;
	
	margin:0 8px;
	
	
}
#top-news .date{
	color:rgba(255,255,255,0.8);
}
#top-news ul{
	
}
#top-news li{
	
	
	
	
	
}
/***************Welcome *********************/

#welcome{
	
}

#welcome h1{
	text-transform:capitalize;
	
	font-weight:600;
	position:relative
		
}
#welcome h1:before{
	width:20%;
	height:2px;
	background-color:#008bc0;
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	
	
	
}
/***************** Do *******************/

#do{
	
}

#do h1 , #products h1, #lastest-news h1, #therapy h1{
	font-size:32px;
	text-transform:capitalize;
	font-weight:500;	
	
}
#do .box{
	background-color:#fff;
	margin-left:4px;
	margin-right:4px;	
}



@media screen and (min-width:1024px){
#do img{
	width:100%;	
}	
}

@media screen and (max-width:700px){
#do img{
	width:auto;
	padding:8px!important;
}
#do h2{
	margin-top:8px;
	
}
}
/***************** Do/ *******************/

/****************** products *********************/
#products{
	text-align:center;
	
}

#products .box h6{
	color:var(--main-color);
	font-size:16px;
	margin:12px 0;
	padding:4px 0;
	 transition: all 0.4s ease-out;
}
#products .box{
	overflow:hidden;
 transition: all 0.4s ease-out;
 box-shadow: 0px 15px 27px -11px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 15px 27px -11px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 15px 27px -11px rgba(0,0,0,0.35);
background-color:#fff;
padding:12px;
		
}
#products .box:hover{
		
}
#products .box img{
 transition: all 0.4s ease-out;
 
}

#products .box:hover img{
	
	transform:scale(1.1);	
}

#products .box:hover h6{

	
	
}
/****************** products/ *********************/

/******************** Therapy **********************/
#therapy{
	
}

#therapy img{
	max-width:220px;
	height:auto;
	margin-right:16px;

	
}

/******************** /Therapy **********************/

/****************** Latest News *********************/

#lastest-news{
	background-color:#fff;
	
}


#lastest-news .box{
	padding:14px;
	
}

#lastest-news .box h4{
	color:var(--main-color);
	margin:6px 0;
	padding:6px 0;
	font-weight:500;
}

#lastest-news .box  .date{
	border-bottom:1px solid rgba(0,0,0,0.2)	;
}


#lastest-news  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
}


#lastest-news  .owl-nav{
	text-align:center;
	margin-top:20px;
	position:absolute;
	top:36%;
	width:100%;
	
	
	
	

}
@media (max-width: 768px) {
	#lastest-news  .owl-nav{
	display:none;	
	}
}

#lastest-news  .owl-prev{
	position:absolute;
	left:-40px;	
}

#lastest-news  .owl-next{
	position:absolute;
	right:-40px;	
}
#lastest-news  .owl-nav button{
	
	
	
	color:#fff;
	
	list-style:20px;
	
	
	
	border-radius:50%;
	margin:4px;
	outline:none;
	
	
}

#lastest-news  .owl-nav button>i{
	margin:0px;
	padding:0px;
	font-size:20px;
	background-color:var(--main-color);
	width:25px;
	height:25px;
	border-radius:50%;
	line-height:25px;
	
		
}
#lastest-news  .owl-nav button:hover>i{
	background-color:var(--sec-color);
	
}


#left-inner>#news .owl-nav{
	
	text-align:center;
	margin-top:30px;
	position:relative;
	bottom:0;
	width:100%;
	
	
	

}

#left-inner>#news .owl-prev{
	position:relative;
		
}

#left-inner>#news .owl-next{
	position:relative;
		
}


/****************** Latest News/ *********************/

/*-----------------------------
	News Ticker
------------------------------*/
/* ------------------------------*/
.acme-news-ticker {
 
  position: relative;
  height: 100px;

   }
  
 
  .acme-news-ticker-box {
    height: 100%;
   
    overflow: hidden; }
  
  .acme-news-ticker li{
	  width:300px;
	  border-right:1px solid rgba(255,255,255,0.5);
	  
	  margin-right:0x!important;
	  
	  margin-bottom:0px!important;
	  margin-top:0px!important;
	  height:110px;
	  
	 
  }
  .acme-news-ticker li:last-child{
	 border-right:0px solid rgba(255,255,255,0.5);  
  }
   .acme-news-ticker ul{
	  
	   top:0;
	   
   }
  .acme-news-ticker li p{
	 
	
	  margin:0px!important;
	  padding:4px;
	
  }
  .acme-news-ticker a{
	  color:#fff;
	  padding:0px;
	  margin:0px;
  }
  .acme-news-ticker a .active{
	 
  }
  
  @media screen and (max-width: 768px) {
	  .acme-news-ticker {
		  height:80px;  
	  }
	  
  }
  @media (min-width: 768px) {
	
  
	  
    .acme-news-ticker {
      margin-top: 0; 
	  
	 
	  } }
	  
	  

	
    @media (max-width: 575px) {
      .acme-news-ticker-label {
        position: absolute;
        top: -45px; } }
		
		
 
	
	
	
    @media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .acme-news-ticker-box ul li a {
        text-decoration: none; }
 
 

/*# sourceMappingURL=style.css.map */

/************** bread**************/
#bread{
	padding:16px 0;
	
	
	
}


#bread {
	
	color:var(--sec-color)	;
}
#bread .current{
color:var(--main-color)	;	
}
#bread a{
	color:var(--sec-color)	;
	margin-left:4px;
}

#bread a:hover{ 
color:var(--main-color)	;
}

#bread ul li{
	display:inline;
	margin-right:4px;
	
}
#bread ul li:after{
	content:">";
	margin-left:4px;
color:var(--sec-color)	;	
}

#bread ul li:last-child:after{
content:"";	
}
/************* Products menu**********/

#product-menu{
	padding:0px;
	
}
#product-menu .box{
	background-color:#fff;
border-left:4px solid #008bc0;	
	
}

#product-menu ul{
	
	
	margin:0px;
	padding:20px 0;
	padding-left:20px;
	
	display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
	
}

#product-menu ul li{
	list-style:none;

	
	flex-grow: 1;
    
	
   	
}
#product-menu ul li a{
	color:var(--sec-color);
	
}

#product-menu ul li a:hover{
	color:var(--main-color);
	
}
#product-menu .active{
	color:var(--main-color)	;
}

/***********Products Menu ************/

/*************** inner producr*******************/
#inner-product .container{
	
	
}
#inner-product .white-box{
	background-color:#fff;
	padding:22px;

}

#inner-product h1{
	
}

#inner-product h1 {
	position:relative;
	display:block;
	marign-top:20px;
	
}
#inner-product h1 span{
	background-color:#fff;
	
	position:relative;
	padding-right:18px;
}
#inner-product h1:before{
	position:absolute;
	content:"";
	top:50%;
	left:0;
	transform: translateY(-50%);
	width:50%;
	height:2px;
	background-color:var(--main-color);
	
}


#inner-product h4{
	
	color:var(--main-color);
	position:relative;
	font-weight:500;
	
	
	
	padding-bottom:4px;
	margin-bottom:4px;
	font-size:22px;
	
}

#inner-product .cat-name{
	color:#363636;
	padding:8px 0;
	margin:8px 0;
	
}

#inner-product  .bx{
	padding:22px 30px;
	background-color:#fff;
}



#inner-product  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
}


#inner-product  .owl-nav{
	text-align:center;
	margin-top:20px;
	position:absolute;
	top:36%;
	width:100%;
	
	
	

}
#inner-product  .item .bx{
	background-color:transparent;	
}
@media screen and (max-width:768px){
	
	#inner-product  .owl-nav{
		display:none;
		
	}
	
}

#inner-product  .owl-prev{
	position:absolute;
	left:-40px;	
}

#inner-product .owl-next{
	position:absolute;
	right:-40px;	
}
#inner-product  .owl-nav button{
	
	
	
	color:#fff;
	
	list-style:20px;
	
	
	
	border-radius:50%;
	margin:4px;
	outline:none;
	
	
}

#inner-product  .owl-nav button>i{
	margin:0px;
	padding:0px;
	font-size:20px;
	background-color:var(--main-color);
	width:25px;
	height:25px;
	border-radius:50%;
	line-height:25px;
	
		
}
#inner-product  .owl-nav button:hover>i{
	background-color:var(--sec-color);
	
}


#inner-product>#news .owl-nav{
	
	text-align:center;
	margin-top:30px;
	position:relative;
	bottom:0;
	width:100%;
	
	
	

}


.mb-10{
	margin-bottom:34px;	
}

.enquirybt{
	background-color:var(--main-color);
	color:#fff;
	padding:4px 16px;
	display:inline-block;
	margin-top:8px;
	
}
.enquirybt:hover{
	cursor:pointer;	
	background-color:var(--sec-color);
}

/****************appfrom ***********/
#appform{
	padding:10px;
	font-size:14px;	
	
}
.ui-datepicker{
	z-index:111111111!important;
	
	
}

#appform .modal-dialog {
min-height:calc(100vh - 100px);
 display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
	border-radius:0px;
	padding:10px!important;
}

#appform .modal-content {

border-radius:0px;	
}

#appform h1{
	
	font-size:30px;	
	color:#fff;
	border-bottom:2px dashed #FFF;
}

#appform h2{
	text-align:left;
	
	color:var(--main-color);
	
	text-align:center;
	font-size:18px;
	
	
}

#appform h3{
	text-align:center;
	font-size:24px;
	color:#fff;	
	
	margin-top:0px;
	padding:0px;
	margin:0px;
	
}
#appform input[type="text"], #appform input[type="email"],#appform textarea{
	width:90%;
	border:0px;
	padding:12px 0px 12px 0px;
	color:#757575;
	border-radius:5px;
	border-bottom:1px  dashed #ccc;
	outline:none;
	
	
}
#appform .closed{
	background-color:none;
	background:none;
	font-size:25px;
	color:#f4f4f4;
	padding:20px 0;
		
}

#appform  .left_side{
	
	

	background-color:var(--main-color);
}
#appform input:focus{
outline:none;
background-color:#f4f4f4;	
}

#appform select{
padding:0px 0px;
font-size:14px;
margin:0px;
}

#appform input[type="submit"]{
	width:100%;
	border:0px;
	padding:12px;
	color:#fff;
	border-radius:5px;
	background-color:var(--main-color);
	font-weight:700;
	
	
}
#appform input[type="submit"]:hover{
	background-color:var(--heading);
	color:#fff;
	
	
}

#messagemodal .modal-dialog {
min-height:calc(100vh - 100px);
 display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
	border-radius:0px;
	padding:10px!important;
}
/*pagenation */

#pagenation{
	
	
	padding: 4px 16px;
	
	

}
#pagenation span{
	padding: 8px 12px;
	background-color:var(--sec-color);
	color: #fff; 
}
#pagenation a{
	
	
	padding: 8px 12px;
	background-color:var(--main-color);
	color: #fff; 


}
#pagenation a:hover{
	
	
	
	background-color:var(--sec-color);
	color: #fff; 


}

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}
 .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

@media (max-width: 1024px ){
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
	
}
.navbar-nav>li>a{
	font-size:11px;
		
	}
	
}

.white-box{
	background-color:#fff;
	padding:22px;
}

.menu-toogle i{
	font-size:1.2em;	
}

.stream a{
	background-color:#006f9d;
	color:#fff;
	padding:8px 12px;
}
.stream a:hover{
	background-color:var(--sec-color);
	color:#fff;
	padding:8px 12px;
}

