*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
a:hover { text-decoration: none !important; }

p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}
.headertop{
    /* background: #256ca8; */
    background: #61b8bf;
    padding: 5px 0;
}
.headerbottom1{
    background: #fff;
    padding: 10px 0;
}
.headerbottom{
    /* background: #256CA8; */
    background: #3c3c3c;
    /* padding: 10px 0; */
	z-index:999;
}
.topleft ul{
    margin-bottom: 0;
}
.topleft ul li{
    display: inline;
    color: #000;
    padding-right: 12px;
}
.topleft ul li a{
	text-decoration:none;
	color:#fff;
}
.topleft ul li i{
    display: inline;
    color:#fff;
    padding-right: 10px;
}
.topright{
    float: right;
}
.bookappp button{
    background: #fff;
    cursor: pointer;
    color: #3c3c3c;
    padding: 2px 10px;
    border: none;
    border-radius: 3px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.bookappp button:hover{
    
     background: #3c3c3c;
     color: #fff;
}
.logo img {
    max-width:100%;
}

.sociallinks{
    float: right;
}
.sociallinks ul{
    margin-bottom: 0;
}
.sociallinks ul li{
    display: inline;
    margin: 0 0 0 5px;
    font-size: 15px;
     font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.sociallinks ul li:hover {
    color: #901b02;
}
.sociallinks ul li i {
    color: #ffffff;
     font-size: 14px;
    /* background: #3e3e3e; */
    width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
   margin-right: 8px;
   
}
.sociallinks ul li:hover{color:#fff;}
.sociallinks ul li a{color:#fff;font-weight:500;}
.sociallinks ul li a:hover{text-decoration:none;}
.appbtn ul li button{
    background: #901b02;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}
.appbtn ul li button i{
    background: none;
    color: #fff;
}

.cnt-head .cnt-descriptin h1{line-height:10px;position:relative;padding-left:35px;padding-top:7px;}
.cnt-head .cnt-descriptin h1 a{font-size:16px;color:#000;line-height:10px;text-decoration:none;}
.cnt-head .cnt-descriptin h1 a i{position:absolute;top:20px;left:0px;font-size:25px;color:#61b8bf;}


.banner{
    position: relative;
	z-index:1;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;
    
}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #ffffff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #db4042;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
   cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}
.carousel-control-prev-icon{background:url(../img/left-arrow1.png) no-repeat !important;background-size:100% 100% !important;}
.carousel-control-next-icon{background:url(../img/right-arrow1.png) no-repeat !important;background-size:100% 100% !important;}
.heading {
    margin-bottom: 30px;
}
.heading h1{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    font-family: 'Lato', sans-serif;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
} 
.heading h1:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #901b02;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}



/*************************************************************************************
Tiitle header
*************************************************************************************/
/* Tiitle header */


.tittle-description{text-align:center;margin:0 auto;padding-bottom:30px;}
.tittle-description h1{font-family:'Roboto', sans-serif;font-size:24px;text-transform:uppercase;position:relative;}
.tittle-description h1:after{position:absolute;content:'';left:-60px;top:12px;background:#61b8bf;width:50px;height:3px;}
.tittle-description h1:before{position:absolute;content:'';right:-60px;top:12px;background:#61b8bf;width:50px;height:3px;}
.complain{color:#fff;}

/*************************************************************************************
About section
*************************************************************************************/
/* Home page about */

.about-profile {padding:50px 0;}
.about-profile .about-header{padding:20px 0;}
.about-profile .about-picture img{
	width:100%;
	border:2px solid #e5e5e5;
	padding:1px;
	border-radius:50%;
	}
.about-profile .about-discription h1{font-size:22px;text-transform:uppercase;color:#000;position:relative;font-family: 'Roboto', sans-serif;margin:0px;}
.about-profile .about-discription h1:after{position:absolute;background:#61b8bf;width:35px;height:3px;content:'';left:0px;bottom:-5px;}
.about-profile .about-discription h1:before{position:absolute;background:#3c3c3c;width:70px;height:3px;content:'';left:0px;bottom:-5px;}
.about-profile .about-discription p{font-family: 'Roboto', sans-serif;font-size:16px;text-align:justify;padding-top:10px;margin:0px;}
.about-profile .about-discription a{background:#61b8bf;padding:5px 11px;border-left:2px solid #3c3c3c;font-size:12px;color:#fff;font-weight:600;text-decoration:none;margin-top:10px;display:inline-block;}
.about-profile .about-discription a:hover{background:#3c3c3c;transition:0.5s;color:#fff;border-left-color:#61b8bf;}

/* About page */


.about-indra{padding:50px 0 0 0;}
.about-indra .about-section {}
.about-indra .about-section {padding:20px 0;}
.about-indra .about-section .about-tittle h1{font-family: 'Roboto', sans-serif;font-size:26px;color:#373435;text-transform:capitalize;position:relative;}
.about-indra .about-section .about-tittle h1:after{content:'';background:#61b8bf;width:35px;height:4px;position:absolute;left:0px;bottom:-5px;}
.about-indra .about-section .about-tittle h1:before{content:'';background:#565656;width:70px;height:4px;position:absolute;left:0px;bottom:-5px;}
.about-indra .about-section .about-tittle h2{font-size:16px;color:#373435;font-family: 'Roboto', sans-serif;padding-top:7px;}
.about-indra .about-section .about-tittle p{padding-top:7px;text-align:justify;font-family: 'Roboto', sans-serif;}
.about-indra .about-section .about-tittle img{width:100%;border:3px solid #e9e9e9;}
.about-indra .about-section .about-tittle-img{padding-top:120px;}
.about-indra .about-section .about-tittle-img img{width:100%;border:3px solid #ec3136;}
.about-indra .about-section .about-tittle a{border:1px solid #3e4095;background:#3e4095;color:#fff;padding:5px 10px;text-decoration:none;}
.about-indra .about-section .about-tittle a:hover{border:1px solid #e72f39;border-left:4px solid #3e4095 !important;background:#e72f39;color:#fff;transition:0.5s;}

.abt-description1{padding:10px 0 0 0;}
.abt-description{padding:20px 0;}
.abt-description h2{font-family: 'Roboto', sans-serif;font-size:20px;padding:7px 15px;color:#fff;background:#565656;text-transform:capitalize;}
.abt-description h3{font-family: 'Roboto', sans-serif;font-size:20px;color:#373435;text-transform:uppercase;position:relative;}
.abt-description h3:after{content:'';background:#61b8bf;width:35px;height:3px;position:absolute;left:0px;bottom:-5px;}
.abt-description h3:before{content:'';background:#565656;width:70px;height:3px;position:absolute;left:0px;bottom:-5px;}
.abt-description p{padding-top:7px;text-align:justify;font-family: 'Roboto', sans-serif;}
.abt-description1 h3{font-family: 'Roboto', sans-serif;font-size:20px;color:#373435;text-transform:uppercase;position:relative;}
.abt-description1 h3:after{content:'';background:#61b8bf;width:35px;height:3px;position:absolute;left:0px;bottom:-5px;}
.abt-description1 h3:before{content:'';background:#565656;width:70px;height:3px;position:absolute;left:0px;bottom:-5px;}
.abt-description1 p{padding-top:7px;text-align:justify;font-family: 'Roboto', sans-serif;}
.abt-description ul {padding-top:5px;}
.abt-description ul li{text-align:justify;font-family: 'Roboto', sans-serif;font-size:16px;position:relative;padding-left:15px;line-height:27px;}
.abt-description ul li i{color:#61b8bf;position:absolute;top:4px;left:0px;}
.abt-description1 h2 i{color:#61b8bf;}


/* All page header banner section */

.description-head{background:#ededed;}
.description-head .tittle-header{padding:20px 0;}
.description-head .tittle-header h1{font-size:22px;color:#3c3c3c;text-transform:uppercase;}
.description-head .tittle-header ul li{list-style:none;float:left;color:#3c3c3c;padding-right:7px;}
.description-head .tittle-header ul li a{color:#db4042;text-decoration:none;}
.description-head .tittle-header ul li a:hover{color:#256ca8;}

/* About page */
.about-section{padding:50px 0;}
.about-section .about-tittle h1{font-size:22px;text-transform:uppercase;color:#000;position:relative;font-family: 'Roboto', sans-serif;margin:0px;}
.about-section .about-tittle h1:after{position:absolute;background:#256ca8;width:35px;height:3px;content:'';left:0px;bottom:-5px;}
.about-section .about-tittle h1:before{position:absolute;background:#c53a3b;width:70px;height:3px;content:'';left:0px;bottom:-5px;}
.about-section .about-tittle p{font-family: 'Roboto', sans-serif;font-size:16px;text-align:justify;padding-top:10px;margin:0px;}
.about-section .about-tittle img{width:100%;border:4px dashed #dfdfdf;padding:3px;}

.about-clinic{width:100%;padding-top:0px;}
.about-clinic h1{background:#256ca8;font-size:18px;padding:10px 0 10px 15px;color:#fff;}
.about-clinic ul li{font-family: 'Roboto', sans-serif;position:relative;padding-left:30px;}
.about-clinic ul li i{color:#256ca8;position:absolute;top:5px;left:15px;}


/*************************************************************************************
Complain home page section
*************************************************************************************/
.services{padding:50px 0;background:#3c3c3c;}
.about-clinic .publication li{margin-bottom:0px;background:#ededed;border-left:3px solid #61b8bf;border-right:3px solid #61b8bf;padding:10px 0 10px 0px;text-align:center;text-transform:uppercase;font-weight:500;font-size:15px;}
.about-clinic .publication li i{top:4px;left:0px;}
.about-clinic .publication img{width:100%;border-radius:50%;}
/* .about-clinic .publication img:hover{transform: scale(1.5);} */

.complaint-btn {text-align:center;margin:0 auto;padding-top:20px;}
.complaint-btn a{font-size:14px;padding:5px 10px;border:1px solid #fff;background:#ffff;color:#000;text-decoration:none;}
.complaint-btn a:hover{text-decoration:none;background:#ffec00;color:#000;border-color:#ffec00;border-left:3px solid #db4042;transition:0.3s;}

/*************************************************************************************
COMPLAINTS TREATED PAGE
*************************************************************************************/

.complaint{padding:50px 0;}
.complaint .box{
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
	border: 1px solid #61b8bf;
	margin-top:50px;
}
.complaint .box:before{
    content: "";
    background-color: #034356;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
    transition: all .3s ease-in-out;
}
.complaint .box:hover:before{ opacity: 0.5; }
.complaint .box img{
    width: 100%;
    height: auto;
    /* transform: scale(1.5) translateX(0); */
    transition: all 0.4s ease-out 0s;
}
.complaint .box:hover img{ transform: scale(1.5) translateX(20px); }
.complaint .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 1;
}
.complaint .box .icon li{
    margin: 0 6px 0 0;
    display: inline-block;
    opacity: 0;
    transform: translateX(30px);
    transition: all .5s ease-in-out;
}
.complaint .box .icon li:nth-child(1){ transform: translateX(60px); }
.complaint .box:hover .icon li{
    opacity: 1;
    transform: translateX(0);
}
.complaint .box .icon li a{
    color: #fff;
    background-color: rgba(211, 84, 0, 0.8);
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: all .5s ease-in-out;
}
.complaint .box .icon li a:hover{
    background-color: #d35400;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 0 3px #fff;
}
.complaint .box h1{
	/* opacity: 1; */
    /* border: 1px solid #61b8bf; */
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 10px 0px;
    margin: 0px;
    color: #404040;
}
.complaint .box .box-content{
    color: #fff;
    background: #61b8bf;
    width: 85%;
    padding: 10px 0;
    border: 3px solid #fff;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 1;
    transition: all .4s ease-in-out;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.complaint .box:hover .box-content{
    opacity: 1;
    clip-path: polygon(50% 0%, 100% 0%, 100% 60%, 100% 100%, 0% 100%, 0% 60%, 0% 0%);
}
.complaint .box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    margin: 0;
}
.complaint .box .post{
    text-transform: lowercase;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    margin: 0;
}
@media only screen and (max-width:990px){
    .complaint .box{ margin: 0 0 30px; }
}


/*************************************************************************************
DISEASE EXPERTISE PAGE
*************************************************************************************/
.experties .abt-description ul li{font-size:16px;padding-left:0px;padding-bottom:10px;position:relative;padding-left:30px;text-align:left;}
.experties .abt-description ul li img{width:25px;height:auto;position:absolute;top:3px;left:0px;}
.experties .abt-description {margin:0 auto;text-align:center;}
.experties .abt-description h2{background:#265c60;margin:0 auto;text-align:center;display:inline-block;}


/*************************************************************************************
Services section
*************************************************************************************/

/* Home page section */


.services-home{padding:50px 0;}
#serv-sec{padding-top:50px;}
.services-home .box{
    font-family: 'Cairo', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.services-home .box img{
    width: 100%;
    height: auto;
    transform-origin: bottom center;
    transform: perspective(500px) rotateX(0);
    transition: all 0.5s ease 0s;
	border:2px solid #61b8bf;
	border-radius:0 40px;
}
.services-home .box:hover img{ transform: perspective(500px) rotateX(50deg); }
.services-home .box .box-content{
    color: #fff;
    background: linear-gradient(to right, rgb(97 184 191), rgb(58 173 183));
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: top center;
    transform: perspective(500px) rotateX(-50deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.services-home .box:hover .box-content{
    opacity: 1;
    transform: perspective(500px) rotateX(0);
}
.services-home .box .content{
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.services-home .box .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 5px 5px rgba(0,0,0,0.1);
    margin: 0 0 1px;
}
.services-home .box .post{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 0 10px;
}
.services-home .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.services-home .box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.services-home .box .icon li a{
    color: #db4042;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50px/20px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.services-home .box .icon li a:hover{
    color: #fff;
    background-color: #db4042;
}
@media only screen and (max-width:990px){
    .services-home .box{ margin: 0 0 30px; }
}



/*************************************************************************************
Testimonial section
*************************************************************************************/


#testimonial .demo{ background: #e7e7e7; padding:50px 0;}
#testimonial .testimonial{
    margin: 0 20px 40px;
}
#testimonial .testimonial .testimonial-content{
    padding: 35px 12px 35px 38px;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
#testimonial .testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
#testimonial .testimonial-content .testimonial-icon{
    width: 31px;
    height: 28px;
    background: #61b8bf;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 27px;
    position: absolute;
    top: 12px;
    left: -11px;
}
#testimonial .testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 13px solid #61b8bf;
    border-left: 12px solid transparent;
    position: absolute;
    top: -13px;
    left: 0px;
}
#testimonial .testimonial .description{
    font-size: 15px;
    /* font-style: italic; */
	font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 20px;
    margin: 0;
	text-align:justify;
}
#testimonial .testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
	border:1px solid #1e1e1e;
	background:#1e1e1e;
	padding:4px 7px;
}
#testimonial .testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
#testimonial .owl-theme .owl-controls{
    margin-top: 20px;
}
#testimonial .owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
#testimonial .owl-theme .owl-controls .owl-page.active span,
#testimonial .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #61b8bf;
}



/*************************************************************************************
Contact page
*************************************************************************************/

.contact {padding:50px 0;}
.contact .cnt-section{padding:20px 10px;}
.contact .cnt-section h1{background:#61b8bf;font-size:18px;color:#fff;padding:5px 10px;text-align:center;margin-bottom:40px;}
.contact .cnt-section .cnt-tittle{margin:0 auto;text-align:center;}
.contact .cnt-section .cnt-tittle .figure{border:1px solid #61b8bf;padding:10px 20px;color:#61b8bf;}
.contact .cnt-section .cnt-tittle:hover .figure{border:1px solid #61b8bf;background:#61b8bf;color:#fff;transition:0.5s;}
.contact .cnt-section .cnt-tittle p{font-size:16px;padding:20px 20px 0 20px;}

.contact-form{padding:60px 0;}
.contact-form .cnt-form .map {border:1px solid #e5e5e5;}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 0px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  height:600px;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 20px;
  padding: 10px;
}
#contact .captcha input[type="text"]{
	margin:0px;
}
#contact .captcha{margin:0 0 20px;}


#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #61b8bf;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact input[type="submit"]:hover {
  background: #3c3c3c;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.map{width:100%;padding-top:50px;}


/*************************************************************************************
Media section
*************************************************************************************/

.media .btn:focus, .media .btn:active, .media button:focus, .media button:active {
  outline: none !important;
  box-shadow: none !important;
}

.media #image-gallery .modal-footer{
  display: block;
}

.media .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.media p{font-size:18px;font-weight:500;text-align:center;}


/*************************************************************************************
Footer section
*************************************************************************************/

.footer{background:#1e1e1e;padding:30px 0;}
.footer .footer-header img{width:100%;background:#fff;margin-bottom:20px;padding: 3px;}
.footer .footer-header h1{font-size:18px;color:#fff;border-left:3px solid #61b8bf;padding:5px 0px 5px 0px;text-transform:uppercase;}
.footer .footer-header p{font-size:16px;color:#fff;text-align:justify;}
.footer .footer-header h1 i{color:#61b8bf;}

.footer .footer-header ul li{padding:5px 0;}
.footer .footer-header ul li a{color:#fff;text-decoration:none;}
.footer .footer-header ul li a:hover{color:#61b8bf;transition:0.5s;padding-left:7px;}
.footer .footer-header ul li a:hover i{color:#61b8bf;}
.footer .footer-header ul li a i{color:#e7e7e7;padding-right:8px;}
.footer .footer-header iframe{border:3px solid #61b8bf !important;}
.footer .footer-header h2{font-size:16px;color:#fff;position:relative;padding-left:25px;line-height:25px;}
.footer .footer-header h2 i{position:absolute;top:5px;left:0px;color:#e7e7e7;}

.footer .sociallinks{text-align:center;}
.footer .sociallinks ul li {text-align:center;}
.footer .sociallinks ul li a{border:1px solid #fff;padding:7px;text-align:center;}
.footer .sociallinks ul li a:hover{border-color:#61b8bf;}
.footer .sociallinks ul li a i{padding-right:0px;margin:0px;}

.copyright{background:#61b8bf;text-align:center;width:100%;}
.copyright p{color:#000;font-size:14px;text-align:center;width:100%;margin-bottom:0px;padding:5px 0;}
.copyright p a{color:#000;font-weight:bold;}








