@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


*{
    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; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}
/************************************************************************************
Header Top section
************************************************************************************/

.headertop{background:#f1f1f1;}
.header_contact{
	background: #f1f1f1;
    /* background: #37afc3; */
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 0 0 35px 35px;
    /* border-bottom: 1px solid #2caea4; */
    box-shadow: 0 0 4px 2px #4a4a4a29;
}
.header_contact{
	/* background:#2caea4; */
	/* background:#37afc3; */
	/* padding:5px 0; */
	/* width:100%; */
	/* display:inline-block; */
	/* text-align:center; */
	/* border-radius:0 0 35px 35px; */
}
.header_contact ul{margin:0px;width:100%;display:inline-block;}
.header_contact ul li{
	display:inline-block;
	padding: 0 17px;
}
.header_contact ul li a{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#606060;
	margin:0px;
	letter-spacing:0.5px;
}
.header_contact ul li a i{color:#e5932e;}
.header_contact ul li a:hover{text-decoration:none;color:#e5932e;}

/************************************************************************************
Header Bottom logo section
************************************************************************************/

.logo_head{padding:10px 0;}
.logo a img{width:100%;}
.head-scl{padding-top:20px;}
.head_location1{padding-top:8px;float:right;}
.head_location1 p a{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Oswald', sans-serif;
	/* background:#e38728; */
	border:1px solid #e5932e;
	padding:5px 25px;
	border-radius:25px;
}
.head_location1 p a:hover{
	background:#e2782a;
	transition:0.5s;
	text-decoration:none;
}
.head_location1 p a i{
	transform:translateX(-10px);
	color:#e5932e;
}
.head_social{text-align:center;}
.head_social ul{}
.head_social ul li{
	display:inline-block;
	color:#fff;
	background:#07a5cb;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0 7px;
}
.head_social ul li:hover{
	background:#e2782a;
	transition:0.5s;
}
.head_social ul li a{color:#fff;}



/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel-control-next{
	bottom:10px!important;
	top:unset!important;
	right:6%!important;
}
.carousel-control-prev{
	left:unset!important;
	right:10%;
	bottom:10px!important;
	top:unset!important;
}

.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#edf7ff no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-next-icon:hover{
	background:#2caea4!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-next-icon:hover:after{color:#f1f1f1;}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f178";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
	color:#2caea4;
}
.carousel-control-prev-icon{
	background:#edf7ff no-repeat center center!important;
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-prev-icon:hover{
	background:#2caea4!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{color:#f1f1f1;}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f177";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
	color:#2caea4;
}

.banner{
    position: relative;
}
.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: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.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;
}



/****************************************************************************************
About Section
****************************************************************************************/

.about_home{padding:50px 0;background:#f2f7fb;}
.abt_discription{}
.abt_discription h1{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	color:#07a5cb;
	margin:0px;
	padding-bottom:10px;
	letter-spacing:0.5px;
}
.abt_discription h2{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
}
.abt_discription h3{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	background:#ed7522;
	padding:5px 15px;
	margin:10px 0;
	display:inline-block;
}
.abt_discription p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	line-height:26px;
	text-align:justify;
}
.abt_discription a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	background:#07a5cb;
	padding:5px 15px;
	margin:10px 0 0 0;
	display:inline-block;
}
.abt_discription a:hover{
	background:#3480bb;
	text-decoration:none;
	transition:0.5s;
	color:#fff;
}
.abt_profile{
	background:#07a5cb;
	padding:5px 10px 0 0;
	border-radius:0px 25px 25px 0;
}
.abt_profile img{
	width:100%;
	border-radius:0px 25px 25px 0px;
}
.abt_profile1 img{
	width:100%;
}


/*********************************************************************************
Treatments
*********************************************************************************/

.treatment_home{padding:50px 20px;}
/* Title Section */

.header_title_main{text-align:center;width:100%;}
.header_title_main h1{
	font-size:42px;
	font-family: 'Oswald', sans-serif;
	color:#e2892a;
	letter-spacing:1px;
	padding:0 0 40px;
}

/* Main Area Section */
.margin_6{margin-top:40px;}
.treatment_detail,
.treatment_detail2{
	background:#07a5cb;
	padding:20px 195px 20px 20px;
	position:relative;
	margin-right:40px;
	border-radius:0 100px 100px 0;
}
.treatment_detail1,
.treatment_detail3{
	background:#07a5cb;
	padding:20px 20px 20px 170px;
	position:relative;
	margin-left:40px;
	border-radius:100px 0 0 100px;
}
.treatment_detail h1,
.treatment_detail1 h1,
.treatment_detail2 h1,
.treatment_detail3 h1{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
	color:#fff;
	margin:0px;
	padding-bottom:10px;
}
.treatment_detail:hover .treat_img,
.treatment_detail1:hover .treat_img1,
.treatment_detail2:hover .treat_img2,
.treatment_detail3:hover .treat_img3{
	background:#e2892a;
	transition:0.5s;
}
.treatment_detail .treat_img{
	position:absolute;
	right:-40px;
	top:0px;
	background:#f1f1f1;
	border-radius:50%;
	width:186px;
	height:186px;
}
.treatment_detail1 .treat_img1{
	position:absolute;
	left:-40px;
	top:0px;
	background:#f1f1f1;
	border-radius:50%;
	width:186px;
	height:186px;
}
.treatment_detail2 .treat_img2{
	position:absolute;
	right:-40px;
	top:0px;
	background:#f1f1f1;
	border-radius:50%;
	width:186px;
	height:186px;
}
.treatment_detail3 .treat_img3{
	position:absolute;
	left:-40px;
	top:0px;
	background:#f1f1f1;
	border-radius:50%;
	width:186px;
	height:186px;
}
.treatment_detail .treat_img img,
.treatment_detail2 .treat_img2 img{
	width:100%;
	border-radius:50%;
	/* border:4px solid #e2892a; */
	padding:0 10px 10px 0;
	width:186px;
	height:186px;
}
.treatment_detail1 .treat_img1 img,
.treatment_detail3 .treat_img3 img{
	width:100%;
	border-radius:50%;
	/* border:4px solid #e2892a; */
	padding:0px 0 10px 10px;
	width:186px;
	height:186px;
}
.treatment_detail p,
.treatment_detail1 p,
.treatment_detail2 p,
.treatment_detail3 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	text-align:justify;
}
.treatment_detail a,
.treatment_detail1 a,
.treatment_detail2 a,
.treatment_detail3 a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	background:#e2892a;
	padding:5px 15px;
	border-radius:5px;
	margin-top:10px;
	display:inline-block;
}

.treatment_detail a:hover,
.treatment_detail1 a:hover,
.treatment_detail2 a:hover,
.treatment_detail3 a:hover{
	background:#f1f1f1;
	color:#4a4a4a;
	text-decoration:none;
	transition:0.5s;
}


/*********************************************************************************
Services Section
*********************************************************************************/

.service_home{padding:50px 0;background:#f2f7fb;}
.service_detail{
	background:#fff;
	padding:0 0 20px 0;
	margin:0px 25px;
}
.service_inner{padding:0 20px;}
.service_detail h1{
	font-size:22px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
	color:#07a5cb;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.service_detail p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	text-align:justify;
}
.service_detail .serv_img{}
.service_detail .serv_img img{
	width:100%;
	padding:0px 0;
}
.service_detail a{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
	color:#fff;
	margin:0px;
	background:#07a5cb;
	padding:5px 15px;
	/* border-radius:5px; */
	margin-top:10px;
	display:inline-block;
}
.service_detail a:hover{
	background:#3480bb;
	text-decoration:none;
	transition:0.5s;
	color:#fff;
}



/*************************************************************************************
Testimonial Section
*************************************************************************************/

/* .testimonial_home{} */
.testimonial_home{
	background:url(../img/testimonial.jpg) no-repeat;
	/* background:#3e3e3e; */
	background-size:cover;
	width:100%;
	padding:50px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 15px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
/* .testimonial:hover{ border-color: #e7e3e3; } */
.testimonial h2{
	font: 700 30px/30px 'Montserrat', sans-serif;
    text-align: center;
    color: #efc22a;
    text-transform: uppercase;
    padding: 30px 0px 5px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
}
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #07a5cb;
    padding: 12px 22px 12px 17px;
    color: #fff;
	border-radius:25px;
}
.sub-t a {
    background: #ed5b8a !important;
    color: #fff !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}


/* Testimonial Inner Section */

.testimonial_inn{padding:50px 0;}
.testimonial_inn .testimonial{
	background:#f1f1f1;
	padding:20px 20px;
	margin:15px 0;
	height:450px;
	
}
.testimonial_inn .testimonial h3{
	color:#07a5cb;
	font-size:28px;
}
.testimonial_inn .testimonial p{
	color:#4a4a4a;
	text-align:justify;
	border:none;
	padding:0px;
	font-family: 'Roboto', sans-serif;
}
.testimonial_inn .testimonial-btn{
	margin:20px auto;		
}



/*****************************************************************************************
Appointment Section
*****************************************************************************************/

.attachment{padding:50px 0;}
.hospital{margin:0 10px;}
.attachment_prof {padding:0 50px;}
.attachment_prof img{width:100%;}
.attach_title{
	background:#07a5cb;
	padding:15px 10px;
	height:170px;
}
.mtb-2{margin-bottom:30px;}
.attach_title h1{
	font-size:22px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	margin:0px;
	padding-bottom:5px;
}
.attach_title p{
	font-size:15px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin:0px;
}
.attach_title a{
	font-size:15px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	background:#137d97;
	border:1px solid #137d97;
	padding:5px 15px;
	border-radius:25px;
	margin-top:10px;
	display:inline-block;
}
.attach_title a:hover{
	background:unset;
	border-color:#fff;
	color:#fff;
	text-decoration:none;
}



/**********************************************************************************
Form home page
**********************************************************************************/

.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #666;
    font-size: 35px;
    text-align: center;
    margin: 0px 0 10px 0;
	font-family: continuum_medium;
}
.form-horizontal .form-group{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	margin-left:40px!important;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 21px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .form-terms img{text-align:left;display:inherit;}
.form-horizontal .btn{
    color: #e2892a;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 25px;
    border: 2px solid #e2892a;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #07a5cb;
    border: 2px solid #07a5cb;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #07a5cb;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'Follow us on';
    color: #07a5cb;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 165px;
    margin: -35px auto 0;
    border: 1px solid #07a5cb;
    /* border-radius: 50%; */
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #5c7e89;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}


/*************************************************************************
Footer
*************************************************************************/

.footer{
	/* background:#006994; */
	background:url(../img/testimonial.jpg) no-repeat;
	padding:50px 0 10px 0;
}
.footer .footer_title{text-align:center;}
.footer .footer_title h1{
	font-size:32px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-bottom:20px;
}
.footer .quick-footer p{
	/* border-top:1px solid #267fa4; */
	border-top:1px solid #838383;
	border-bottom:1px solid #838383;
	padding:14px 0;
	display:inline-block;
	width:100%;
	/* margin:0 auto; */
	text-align:center;
	margin:0px;
}
.footer .quick-footer p a{
	/* float:left; */
	padding:0 30px;
	font-size:16px;
	color:#fff!important;
	border-right:1px solid #fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	letter-spacing:1px;
}
.footer .quick-footer p a i{padding-right:10px;color:#1dbce3;}
.footer .quick-footer p a:last-child, .footer .quick-footer1 p a:last-child{
	border-right:none;
}
.footer .quick-footer1 p{
	/* border-top:1px solid #267fa4; */
	border-bottom:1px solid #838383;
	padding:12px 0;
	display:inline-block;
	width:100%;
	/* margin:0 auto; */
	text-align:center;
	/* line-height:44px; */
	font-family: 'Roboto', sans-serif;
	margin:0px;
}
.footer .quick-footer1 p a{
	/* float:left; */
	padding:0 10px;
	font-size:15px;
	color:#fff!important;
	border-right:1px solid #fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	letter-spacing:1px;
}
.footer .quick-footer2 p{
	/* border-top:1px solid #267fa4; */
	/* border-bottom:1px solid #267fa4; */
	padding:14px 0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	width:100%;
	/* margin:0 auto; */
	text-align:center;
	margin:0px;
}
.footer .quick-footer2 p a{
	/* float:left; */
	padding:0 30px;
	font-size:14px;
	color:#fff!important;
	border-right:1px solid #fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	letter-spacing:1px;
}
.footer .quick-footer2 p a i{padding-right:10px;color:#1ec2ad;}
.footer .quick-footer3 p{
	padding:10px 0;
	display:inline-block;
	width:100%;
	color:#282828;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	letter-spacing:1px;
	margin:0px;
}

.footer .quick-footer3 p a{
	font-size:12px;
	color:#282828;
	font-weight:600;
	letter-spacing:1px;
}


.sms-logo{padding-left:10px;}
.sms-logo img{width:20px;}


/********************************************************************************************
Contact Section
********************************************************************************************/

.contact_inner{padding:50px 0;}
.cnt_detail{
	background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 20%);
	padding:15px 25px;
	height:457px;
}
.cnt_detail h1{
	font-size:22px;
	color:#07a5cb;
	font-family: 'Oswald', sans-serif;
	margin:10px 0 0;
	padding:5px 0;
	letter-spacing:0.5px;
}
.cnt_detail p{
	font-size:15px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:0px;
}
.cnt_detail h2{
	font-size:22px;
	color:#07a5cb;
	font-family: 'Oswald', sans-serif;
	margin:10px 0 0;
	padding:5px 0;
	letter-spacing:0.5px;
}



/********************************************************************************************
Header Title
********************************************************************************************/

.header_title_inner{
	background:url(../img/testimonial.jpg) no-repeat;
	padding:30px 0;
}
.header_title h1{
	font-size:42px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	margin:0px;
	padding-bottom:10px;
	/* width:100%; */
}
.header_title ul{margin:0px;}
.header_title ul li{
	display:inline-block;
	font-size:16px;
	color:#fff;
	margin:0px;
	padding-right:10px;
}
.header_title ul li a{
	color:#fff;
	padding-right:10px;
}


/********************************************************************************************
Gallery Section
********************************************************************************************/


.media{padding:50px 0;}
.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;
}

.modal-body img{width:100%;}

.abt_discription2{
	background: #07a5cb;
    padding: 17px;
}
.abt_discription2 img{
	width:100%;
}
.abt_discription2 h1{
	font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin: 20px 0 0;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.abt_discription2 h1 a{
	color: #fff;
}
.abt_discription2 p{
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0px;
    line-height: 26px;
}
.abt_discription2 h2 a{
	    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #e5932e;
    padding: 5px 15px;
    margin: 10px 0 0 0;
    display: inline-block;
}