*{
    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; 
	background:url(../img/menu-bg.jpg) no-repeat;
	background-size:100% 100%;
}
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;   
}
.headertop{
    background: #4a4747;
    padding: 0px 0;
}
.headerbottom{
    background: url(../img/menu-bg.jpg) no-repeat;
	background-size:cover;
    padding: 10px 0;
	position:relative;
}
.headerbottom:after{
	/*content:url('../img/logo-border.png'); */
	/*position:absolute; */
	/* background-image: url(../img/logo-border.jpg) no-repeat; */
	/*background-size:100% 100%; */
	/*width:50px; */
	/*height:50px; */
	/*left:0px; */
	/*top:0px; */
}
.topleft ul{
    margin-bottom: 0;
	padding-top:4px;
}
.topleft ul li{
    display: inline;
    color: #fff;
    padding-right: 12px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}
.topleft ul li i{
    display: inline;
    color:#fff;
    padding-right: 10px;
}
.topright{
    float: right;
}
.bookappp button{
    background: #e52729;
    cursor: pointer;
    color: #fff;
    padding: 4px 20px;
    border: none;
    border-radius: 0px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}
.bookappp button:hover{
    
     background: #ee1e23;
     color: #fff;
}
.logo{text-align:center;}
.logo1{text-align:right;}
.logo img,
.logo1 img {
    max-width:400px;
    /* max-width:100%; */
}
.logo2{padding-top:20px;text-align:center;}
.logo2 img {
    max-width:400px;
}

.sociallinks{
    float: right;
	padding-top:4px;
}
.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;
}
.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;
}


/************************************************************************************
Banner Home
************************************************************************************/

.carousel-control-next, .carousel-control-prev{
	width:2%!important;
	/* background:#163494; */
	/* opacity:0.2!important; */
}

/************************************************************************************
About Home
************************************************************************************/


.about-home{
	padding:50px 0;
	/* background:#f1f1f1; */
}
.abt-profile{
	border:1px solid #d3d3d3;
	border-radius:50%;
	padding:8px;
}
.abt-profile img{
	width:100%;
	border-radius:50%;
}
.about-description{
	
}
.about-description h1{
	font-size:38px;
	color:#e52729;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	text-transform:capitalize;
	border-bottom:1px dotted #d3d3d3;
	padding-bottom:5px;
}
.about-description h2{
	font-size:20px;
	color:#4a4747;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	text-transform:capitalize;
}
.about-description h3{
	font-size:18px;
	color:#4a4747;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	letter-spacing:1px;
	text-transform:capitalize;
	/* line-height:28px; */
}
.about-description .descrip{
	padding-top:10px;
}
.about-description p{
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
	margin:0px;
}
.about-description a{}

.about-description .btn{
    color: #555;
    background: transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 20px;
    margin: 7px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition:all 0.5s ease 0s;
	margin-top:25px;
}
.about-description .btn:focus,
.about-description .btn:hover{
    color: #fff;
    background: #e52729;
}
.about-description .btn:before,
.about-description .btn:after{
    content: '';
    height: 100%;
    width: 80%;
    border: 2px solid #e52729;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: -7px;
    top: -7px;
    transition: all 0.2s ease-in, width 0.5s cubic-bezier(.45,-0.33,.43,1.46);
}
.about-description .btn:after{
    transform: rotate(180deg);
    top: auto;
    left: auto;
    right: -7px;
    bottom: -7px;
}
.about-description .btn:hover:before,
.about-description .btn:hover:after{
    width: 30%;
}
@media only screen and (max-width: 767px){
    .about-description .btn{ margin-bottom: 30px; }
}

/************************************************************************
About Inner Page
************************************************************************/

.about-publication{
	padding-top:40px;
	display:inline-block;
	width:100%;
}
.about-publication h1{
	font-size:28px;
	color:#404040;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	/* text-transform:capitalize; */
	border-bottom:1px dotted #d3d3d3;
	padding-bottom:5px;
}
.about-publication p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
	margin:0px;
	line-height:32px;
	position:relative;
	padding-left:23px;
}
.about-publication p i{
	color:#e52729;
	position:absolute;
	left:0px;
	top:7px;
}



/*************************************************************************
All Page Header Section
*************************************************************************/

.page-header{
	background:#4e4e4e;
	padding:30px 0;
}
.page-header .header-title h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:3px;
	color:#fff;
	text-transform:uppercase;
}
.page-header .header-title ul{
	margin:0px;
	padding:0px;
}
.page-header .header-title ul li{
	display:inline-block;
	font-size:18px;
	color:#fff;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
	padding-right:10px;
}
.page-header .header-title ul li a{
	color:#e52729;
	padding-right:10px;
}

/*************************************************************************
Services Home Page
*************************************************************************/
.bg_blue{background:#41484e;}
.text-white{color:#fff;}

.service-title{width:100%;margin:0px 0;padding:10px 0;border-radius:30px;}
.service-title h1{
	font-size:28px;
	color:#282828;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Roboto', sans-serif;
	position:relative;
	text-align:center;
	padding:3px 0 0 0px;
	font-weight:500;
	border-radius:3px;
	
	margin:0px;
}


.hospital{
	padding:60px 0 50px 0;
	/* background:#f1f1f1; */
}

.hospital-attach{background:url(../img/service-bg/coronary.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;	margin-left:40px;}
.hospital-attach2{background:url(../img/service-bg/tavi-tavr.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;	margin-left:40px;}
.hospital-attach4{background:url(../img/service-bg/leadless-pacemaker.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;	margin-left:40px;}
.hospital-attach6{background:url(../img/service-bg/2d-3d.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;	margin-left:40px;}
.hospital-attach8{background:url(../img/service-bg/dobutamine-stress.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;	margin-left:40px;}

.hospital-attach .hospital-content,
.hospital-attach2 .hospital-content,
.hospital-attach4 .hospital-content,
.hospital-attach6 .hospital-content,
.hospital-attach8 .hospital-content{
	position:absolute;
	left:185px;
	right:20px;
	top:20px;
}
.hospital-attach .hospital-content h1,
.hospital-attach1 .hospital-content1 h1,
.hospital-attach2 .hospital-content h1,
.hospital-attach3 .hospital-content1 h1,
.hospital-attach4 .hospital-content h1,
.hospital-attach5 .hospital-content1 h1,
.hospital-attach6 .hospital-content h1,
.hospital-attach7 .hospital-content1 h1,
.hospital-attach8 .hospital-content h1{
	font-size:18px;
	font-weight:600;
	color:#4a4747;
	font-family: 'Roboto', sans-serif;
}
.hospital-attach .hospital-content p,
.hospital-attach1 .hospital-content1 p,
.hospital-attach2 .hospital-content p,
.hospital-attach3 .hospital-content1 p,
.hospital-attach4 .hospital-content p,
.hospital-attach5 .hospital-content1 p,
.hospital-attach6 .hospital-content p,
.hospital-attach7 .hospital-content1 p,
.hospital-attach8 .hospital-content p{
	font-size:16px;
	font-weight:400;
	color:#282828;
	text-align:justify;
	font-family: 'Roboto', sans-serif;
	/* position:relative; */
	/* padding-left:25px; */
}
/* .hospital-attach .hospital-content p i, */
/* .hospital-attach1 .hospital-content1 p i{ */
	/* position:absolute; */
	/* left:0px; */
	/* top:2px; */
	/* color:#00a8ec; */
/* } */
.hospital-attach1{background:url(../img/service-bg/pacemaker.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;margin-left:60px;}
.hospital-attach3{background:url(../img/service-bg/laa-device.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;margin-left:60px;}
.hospital-attach5{background:url(../img/service-bg/pericardiocentesis.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;margin-left:60px;}
.hospital-attach7{background:url(../img/service-bg/trans-esophageal.png) no-repeat;background-size:100% 100%;width:85%;height:256px;position:relative;margin-left:60px;}

.hospital-attach1 .hospital-content1,
.hospital-attach3 .hospital-content1,
.hospital-attach5 .hospital-content1,
.hospital-attach7 .hospital-content1{
	position:absolute;
	left:35px;
	right:180px;
	top:20px;
}

/* Button Section */


.own-btn.btn{
    color: #555;
    background: transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 10px;
    margin: 7px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition:all 0.5s ease 0s;
	margin-top:6px;
}
.own-btn.btn:focus,
.own-btn.btn:hover{
    color: #fff;
    background: #e52729;
}
.own-btn.btn:before,
.own-btn.btn:after{
    content: '';
    height: 100%;
    width: 80%;
    border: 2px solid #e52729;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: -7px;
    top: -7px;
    transition: all 0.2s ease-in, width 0.5s cubic-bezier(.45,-0.33,.43,1.46);
}
.own-btn.btn:after{
    transform: rotate(180deg);
    top: auto;
    left: auto;
    right: -7px;
    bottom: -7px;
}
.own-btn.btn:hover:before,
.own-btn.btn:hover:after{
    width: 30%;
}
@media only screen and (max-width: 767px){
    .own-btn.btn{ margin-bottom: 30px; }
}


/*************************************************************
Slider service page
*************************************************************/

.post-slide{
    padding:0 15px 20px 15px;
}
.post-img{
    background: #7a4b94;
}
.post-img > img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    margin: 10px 0 12px 0;
    border-bottom: 1px solid  #E4E4E4;
    padding-bottom: 10px;
    position: relative;
}
.post-slide .post-title:after{
    content: "";
    border:1px solid #dc005a;
    display: inline-block;
    width: 35px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.post-slide .post-title > a{
    color:#333333;
    font-weight: 700;
    text-transform: capitalize;
}
.post-slide .post-title > a:hover{
    text-decoration: none;
}
.post-slide .post-description{
    color:#555555;
    font-size: 14px;
    line-height: 22px;
}
.post-slide:hover  .post-img > img{
    opacity: 0.5;
    transition:0.3s ease;
}
.post-slide:hover .post-title > a{
    color:#7a4b94;
    transition:0.3s ease;
}
.owl-buttons{
    position: relative;
    top: -13%;
    right: 0%;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    margin: 0 0 0 3px;
    padding: 5px 12px;
    opacity: 1;
    color: #808080;
    background: #F1F1F1;
    border-top: 2px solid transparent;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    color: #7a4b94;
    border-top: 2px solid #dc005a;
 
}
/* .owl-prev:after, */
/* .owl-next:after{ */
    /* font-family: "Font Awesome 5 Free"; font-weight: 900; */
    /* content: "\f104"; */
    /* font-size: 20px; */
/* } */
/* .owl-next:after{ */
    /* content: "\f105"; */
/* } */
.owl-theme .owl-controls .owl-buttons div{
	font-size:18px!important;
	line-height:32px!important;
}
@media screen and (max-width:767px){
    .owl-buttons {
        display: none;
    }
}
@media screen and (max-width:480px){
    .post-slide{
        padding-left: 0;
        padding-right: 0;
    }
}

/*************************************************************************************
Testimonial Form Home page
*************************************************************************************/

.testimonial-form{
	padding:50px 0;
	background:url(../img/testimonial.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:auto;
}

.form-container{
    background-color: #f1f1f1;
    font-family: 'Titillium Web', sans-serif;
    padding: 25px 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.form-container:before{
    content: '';
    background: radial-gradient(at 50% 25%,#e52729 0%, #e52729 100%);
    height: 70%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
}
.form-container .form-icon{
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    text-align:  center;
    margin: 0 0 10px;
}
.form-container .title{
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
}
.form-container .form-horizontal{
    background: #fff;
    padding: 10px;
    margin: 0 0 20px;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    border-radius: 3px;
}
.form-horizontal .form-group{
    background-color: #fff;
    margin: 0 0 15px;
    border-radius: 3px;
    border-bottom: 1px solid #ddd;
}
.form-horizontal .form-group:nth-child(3){ margin-bottom: 20px; }
.form-horizontal .input-icon{
    color: #007bb7;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    height: 45px;
    width: 25px;
    margin: 0 0 0 4px;
    vertical-align: top;
    display: inline-block;
}
.form-horizontal .form-control{
    color: #555;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 1px;
    width: calc(100% - 33px);
    height: 45px;
    padding: 0 5px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border: none;
}
.form-horizontal .form-control::placeholder{
    color: #999;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}
.form-horizontal .forgot-pass{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .forgot-pass a{
    color: #007bb7;
    transition: all 0.3s ease 0s;
}
.form-horizontal .forgot-pass a:hover{ color: #555; }
.form-horizontal .btn{
    color: #fff;
    background: #4a4747;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 100%;
    padding: 5px 15px 5px;
    margin: 0;
    border: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
    color: #fff;
    background-color: #e52729;
    letter-spacing: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.3) inset;
    outline: none;
}
.form-container .user-signup{
    color: #e52729;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.form-container .user-signup a{
    color: #007bb7;
    transition: all 0.3s ease 0s;
}
.form-container .user-signup a:hover{
    color: #555;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

/* Testimonial */

.testi-home{
	padding-top:20px;
	/* background:#fff; */
	height:470px;
}
.testi-home h1{
	font-size:38px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:600;
	text-align:center;
	padding-bottom:10px;
}

.testimonial{
    text-align: center;
}
.testimonial .testimonial-content{
    padding: 30px 30px;
    background: #f1f1f1;
    border-radius: 10px;
    position: relative;
    margin: 0 10px 35px;
}
.testimonial .testimonial-content:after{
    content: "";
    position: absolute;
    border-top: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    left: 47%;
}
.testimonial .description{
    font-size: 16px;
    color: #282828;
    line-height: 25px;
    margin: 0;
}
.testimonial .description a{
	color:#e52729;
	font-weight:800;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff9f1c;
}
.owl-theme .owl-controls{
    border-top: 1px solid #d5d5d5;
    margin-top: 40px;
    padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ff9f1c;
    border-radius: 4px;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fdfffc;
}
.owl-next:before{
    content: "\f054";
}
.owl-prev:hover:before,
.owl-next:hover:before{
    color: #011627;
}

/*************************************************************************
Footer section
*************************************************************************/

.footer{
	background:#282828;
	padding:60px 0 20px 50px; 
}
.footer .footer-head h1{
	font-size:28px;
	color:#e52729;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
}
.footer .footer-head ul{
	padding-top:10px;
}
.footer .footer-head ul li{
	list-style:none;
	padding:8px 0;
}
.footer .footer-head ul li a{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.8px;
}
.footer .footer-head ul li a:hover{
	text-decoration:none;
	letter-spacing:1.2px;
	transition:0.5s;
	color:#e52729;
}
.footer .footer-head ul li a i{
	padding-right:10px;
}
.footer .footer-head p{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.8px;
	text-align:justify;
	padding-top:10px;
}
.footer .footer-head p a{
	color:#f1f1f1;
}
/*************************************************************
 Copyright 
**************************************************************/

.copy-footer{
	background:#282828;
}
.copyright{
	background:#f1f1f1;
	width:100%;
	display:inline-block
}
.copyright p{
	font-size:16px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	margin:0px;
	text-align:center;
	padding:5px 0;
}
.copyright a:hover{
	color:#e52729;
	font-weight:600;
	letter-spacing:1.5px;
	transition:0.5s;
}
.copyright a{
	color:#e52729;
	font-weight:500;
}

.copyright-img img{
	width:18px;
}

/*************************************************************************
Hospital Attachmetns
*************************************************************************/

.hosp-video{
	padding:40px 0;
}
.hosp-video .owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
    top: 0;
	right:15px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8%;
    color: #fff;
    text-align: center;
	border-radius:10px;
}
.hosp-video .owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
    top: 0;
	left:15px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8%;
    color: #fff;
    text-align: center;
	border-radius:10px;
}
.hosp-video .owl-theme .owl-controls{
	padding-top:0px!important;
	margin-top:0px;
	border:none;
	display:none!important;
}
.hosp-video .owl-carousel .owl-wrapper-outer{overflow:visible;}
.owlhid{overflow:hidden;}
.attachments{
	border:3px solid #cdcdcd;
	background:#f1f1f1;
	padding:10px 10px 10px;
	border-radius:10px;
	margin:5px 20px 0;
	/* position:relative; */
}
.hosp_logo{
	/* position:absolute; */
	/* left:0px; */
	/* right:0px; */
	/* top:-65px; */
	/* border:2px solid #d81501; */
	/* border-radius:50%; */
	background:#fff;
	padding:15px;
	text-align: center;
    width: 100%;
    height: 120px;
    margin: 0 0 20px auto;
	/* line-height:90px; */
}
.hosp_logo img{
	/* width:90px; */
	text-align:center;
}
.frt_logo img{width:150px;}
.sec_logo img{width:100%;}
.tird_logo img{width:100px;}
.attachments h1{
	font-size:24px;
	color:#4a4747;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	letter-spacing:1.5px;
	padding-bottom:15px;
}
.attachments p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	color:#4a4747;
}
.attachments p i{
	color:#e52729;
	padding-right:10px;
}
.attachments p a{
	color:#4a4747;
}

/*************************************************************************
Contact Page
*************************************************************************/

.contact-form{
	padding:50px 0;
}
.contact-form .map{
	border:2px solid #f6921e;
	border-radius:7px;
	padding:10px;
}


/*************************************************************************
Attachmetns Page
*************************************************************************/

.attachment-head{padding:50px 0;}
.attachments-inner{border:2px solid #f1f1f1;border-radius:10px;padding:8px;}
.attachment-head .attachments{margin:0px;}

/*************************************************************************
Media Page
*************************************************************************/

.gallery_video{margin-top:20px;}
.media-in{padding:50px 0;}
.media-in .media-video{border:2px solid #f1f1f1;border-radius:10px;padding:8px;}
.media-in .media-video video{border-radius:10px;}

/*************************************************************************
Testimonial Page
*************************************************************************/

.review-main{padding:50px 0;}
.review-main .testimonial{
	box-shadow: 0px 0px 7px 0px #88888873;
    border-bottom: 8px solid #9b9b9b;
    padding: 15px;
}
.review-main .testimonial:hover{
	border-bottom: 8px solid #e52729;
	transition:0.5s;
}
.review-main .testimonial h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	padding-bottom:10px;
	border-bottom:1px solid #f1f1f1;
}
.review-main .testimonial p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
}
.tes-pad{padding-top:50px;}
.frt-para{
	height:440px;
}
.sec-para{
	height:620px;
}


/**********************************************************************
Media Gallery
**********************************************************************/

.gallery{
	padding:50px 0;
}

.gallery .btn:focus, .gallery .btn:active, .gallery button:focus, .gallery button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery #image-gallery .modal-footer{
  display: block;
}

.gallery .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.cnt_pad{padding-bottom:40px;}
.add_cnt{
	background:#f1f1f1;
	padding:20px;
	border-radius:4px;
	border:1px solid #ddd;
}
.add_cnt h1{
	font-size:26px;
	color:#e52729;
	font-family: 'Roboto', sans-serif;
	padding-bottom:10px;
	margin:0px;
}
.add_cnt p{
	font-size:16px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
	padding-bottom:0px;
	margin:0px;
}


.thumb h1{
	font-size:16px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
	padding:10px;
	background:#f1f1f1;
	text-align:center;
}

/* blog  */

/* .blog{
	padding:50px 0;
} */
 
  .carousel-indicators li {
   cursor: pointer;
   width: 10px!important;
   height: 10px!important;
   border-radius: 100%;
}