@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);

body{
  margin: 0;
  padding: 0;
  font-family: 'Raleway';
}

/* Header part*/
.topbar {
  background: #1a1818;
	height:10px;
}
.topbar .top-right{
	position:relative;
}
.topbar .top-right:before{
	position:absolute;
	content:'';
	right:0px;
	width:200px;
	height:10px;
	background:#7D1C12;
	z-index:99;
	top:0px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    transition: all 1s;
}
.single-header-info {
    float: left;
    padding-left: 45px;
    padding-top: 45px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
}
.single-header-info .icon-box .inner-box {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    margin-right: 15px;
}
.single-header-info .content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #2B2B2B;
    font-family: 'Raleway';
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
}
.single-header-info .icon-box .inner-box i:before {
    font-size: 30px;
    color: #7D1C12;
}
.single-header-info .icon-box, .single-header-info .content {
    display: table-cell;
    vertical-align: middle;
}
.single-header-info .content p {
    font-size: 14px;
    margin: 0;
    color: #B6B6B6;
}

.logo-section{
  margin-top: -40px;
}
/* Header part */
/* Main Navigation */
.main-navigation{
	background: #0F5DAF;
}
.navbar {
	padding:0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 24px 28px;
    transition: all .3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link i{
	color: #7D1C12;
}
.dropdown:hover .dropdown-menu{
	display:block;
}

.dropdown-menu{
	border-radius: 0px;
    background-color: #fff;
    margin-top: -2px;
    padding: 0px 0px;
	color:#fff;
}
.dropdown-item {
	color:#7D1C12;
	padding:12px 15px;
	border-bottom:1px solid #7D1C12;
	text-transform:uppercase;
}
.dropdown-item:hover{
	background:#7D1C12;
	color:#fff;
	
}
/* End Main Navigation */
/* Banner */
.banner{
	width:100%;
	padding:160px 0px;
	position:relative;
}
.caption-banner h1{
	font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.79px;
	font-weight: 200;
	margin-bottom: 15px;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}
.caption-banner h1 strong{
  font-size: 60px;
	font-weight: 900;
  letter-spacing: 3px;
  line-height: 78px;
}
.caption-banner p{
	letter-spacing: 1px;
	line-height:24px;
	color:#fff;
	width:450px;
	margin-top:30px;
}
.comp__hero-cta {
    width: 1110px;
	position:absolute;
	bottom:-70px
}
.comp__hero-cta {
    margin: 0 auto;
    margin-top: -70px;
}
.comp__hero-cta .comp__hero-label {
    min-width: 430px;
	background-color: #7D1C12;
    display: table;
    margin: 0 auto;
    padding: 15px 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    text-align: center;
}
.comp__hero-cta .comp__hero-options {
    clear: both;
    background-color: #fff;
    display: table;
    width: 100%;
    border: 1px solid rgba(128,142,159,0.5);
    margin-top: -15px;
    box-shadow: 0 15px 40px 0 rgba(0,0,0,0.11);
}
.comp__hero-cta .comp__hero-options ul li:nth-child(odd) {
    border-right: 1px solid rgba(128,142,159,0.5);
}
.comp__hero-cta .comp__hero-options ul li:last-child {
    border: none;
}
.comp__hero-cta .comp__hero-options ul li {
    width: 160px;
	padding: 30px 0 20px 0;
    border-bottom: none;
    border-right: 1px solid rgba(128,142,159,0.5);
    min-width: 130px;
	flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;
}
.comp__hero-cta .comp__hero-options ul li a {
    height: 100%;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}
.comp__hero-cta .comp__hero-options ul li .options-label {
    line-height: 1.6em;
    font-weight: bold;
}
.comp__hero-cta .comp__hero-options ul li .hero-hr {
    width: 30px;
    height: 3px;
    background-color: #7D1C12;
    display: inline-block;
}
/* End Banner */
/* .serivce{
	margin-top:100px;
}
.serivce-item{
	position:relative;
	transition:all 0.7s;
}
.serivce-item:hover{
	
}
.serivce-item:before{
	position:absolute;
	content:'';
	left:0px;
	
	width:100%;
	height:50%;
	bottom:0px;
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}
.service-info{
	padding:0px 15px;
	position:absolute;
	bottom:0px;
	width:100%;
	left:0px;
}
.service-info h6{
	color:#fff;
}
.serivce img{
}
.serivce h4{
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
}
.serivce h4 a{
	color: #fff;
    font-weight: bold;
}
.serivce a i{
	font-size:12px;
	margin-left:3px;
	
}
.serivce a:hover{
	text-decoration:none;
} */
.video-section{
	padding:60px 0px;
}
.video-section h2{
	font-size:30px;
	margin-bottom:40px;
	position:relative;
}
.video-section h2:before{
	content:'';
	position:absolute;
	width:80px;
	height:4px;
	background:#7D1C12;
	left:0px;
	bottom:-10px;
}

.video-section a.mybtn{
	cursor: pointer;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    background-color: #7D1C12;
    padding: 15px 50px;
    display: inline-block;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}
.vp a{
	color:#0199d6;
	font-weight:bold;
	font-size:14px;
}
.banner-story{
	/* background: url(../images/storybanner.jpg) no-repeat;  */
	background-position-x: 40%;
	position:relative;
	padding: 90px 0;
	color:#fff;
	background-size:cover;
	margin-bottom:40px;
}
.banner-story h4{
	letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}
.banner-story h2{
	font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.79px;
	margin-top:40px;
	margin-bottom:20px;
	font-weight:100;
}
.banner-story h2 strong{
	font-weight:bold;
}
.banner-story p{
	    letter-spacing: 1px;
    line-height: 24px;
}
.banner-story hr {
    margin: 0;
    border-top: 2px solid #7D1C12;
    display: inline-block;
    width: 120px;
}
.banner-story:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}
.banner-content{
	position:relative;
	z-index:9;
}

.banner-content a.mybtn{
	cursor: pointer;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    background-color: #7D1C12;
    padding: 20px 50px;
    display: inline-block;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}

/*Footer */
.global-footer {
    background-color: #101010;
}
.global-footer .main-nav {
    line-height: .625em;
    color: #909090;
    padding-top: 40px;
    padding-bottom: 23px;
}
.global-footer .main-nav li:first-child {
    border: 0;
}
.global-footer .main-nav li:first-child {
    float: left;
	margin: 0 6px 9px 0;
	line-height: 1em;
	font-weight: 300;
    display: inline-block;
    padding-right: 10px;
}
.global-footer .main-nav li {
    font-weight: 300;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #909090;
   margin: 0 6px 9px 0;
}
.horizontal-list div {
    font-size: 12px;
}
.global-footer .main-nav a {
    font-size: 1em;
    color: #fff;
}
.global-footer .main-nav ul:first-child {
    padding-top: 0;
}.global-footer .main-nav ul {
    padding: 7px 0;
}
.global-footer .main-nav ul {
    margin: 0;
    clear: left;
}
.global-footer .promo {
    padding-top: 39px;
    padding-bottom: 50px;
    border-top: 1px solid silver;
    color: #fff;
}
.global-footer .copyright {
    padding: 0 0 0px;
	color: #909090;
}
.global-footer .bottom .sub-nav li {
    margin-right: 36px;
    line-height: 2em;
}
.global-footer .bottom li {
    display: inline-block;
}
.global-footer .bottom {
    background-color: #000;
    padding: 15px 0;
    color: #fff;
    font-size: .8125em;
    font-weight: 500;
    letter-spacing: .025em;
}
.global-footer .footer-social {
    float: right;
    text-align: right;
    padding-top: 0px;
   
}
.global-footer .footer-social a {
   
    width: auto;
    margin-right: 15px;
    display: inline-block;
}
.global-footer .footer-social a * {
    height: 20px;
    max-height: 20px;
}
.horizontal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.global-footer .bottom .sub-nav a {
    color: #cecece;
}
/* .cm-image{
	filter: brightness(0) invert(0.9);
} */
/*End Footer */

/* Mid section */
.serivce{
    margin-top:130px;
    margin-bottom: 50px;
}
.serivce-item{
	border:1px solid #eee;
	transition:all 0.7s;
	padding-bottom:20px;
}
.serivce-item:hover{
	border:1px solid #7D1C12;
}
.service-info{
	padding:0px 15px;
}
.serivce h3{
	font-weight:bold;
	margin-bottom:40px;
}
.serivce img{
	margin-bottom:20px;
}
.serivce h4{
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
}
.serivce a{
	color: #7D1C12;
    font-weight: bold;
}
.serivce a i{
	font-size:12px;
	margin-left:3px;
	
}
.serivce a:hover{
	text-decoration:none;
}
/* Start Inside Page */

.insidecontactbox {
    background: #252525;
    color: white;
    padding: 10px;
}
.insideright h4 {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
}
.inside-nav {
    height: 300px;
    width: 100%;
    position: relative;
    top: 0px;
}
.inside-nav:before{
	position:absolute;
	content:'';
	background:#000;
	opacity:0.3;
	width:100%;
	height:100%;
	
}
/*Left Nav*/
.leftnavtitle {
    background: #7D1C12;
    color: white;
    padding: 10px;
	font-size:18px;
}
ul.leftnav {
    padding: 0px;
}

.leftnav li {
    list-style: none;
}

.leftnav li a {
    padding: 12px 0 12px 30px;
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    font-size: 14px
}

.leftnav li a:hover {
    background: #7D1C12;
    color: #fff
}

ul.mycollapse li a {
    background: rgb(255, 255, 255);
    padding-left: 25px;
    color: #080808;
    font-weight: normal;
    margin-bottom: 3px;
    border: 0px;
}

.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 3px;
}

ul.mycollapse li a:hover,
ul.mycollapse li.active a,
.leftnav li.active a {
    background: #7D1C12;
    color: #fff
}

.mycollapse .panel-body {
    padding: 0px 0px 0px 0px;
}

ul.mycollapse {
    padding: 0px;
    padding-left: 20px;
}

i.myfa {
    padding-right: 20px;
    float: right;
    font-size: 16px
}

.panel-group .panel+.panel {
    margin-bottom: 3px;
    margin-top: 0px
}

.panel {
    border: none
}

/* End Inside Page */


.inner-side {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.inner-side .reg_btn{
    text-decoration: none;
    background: #7D1C12;
    color: #fff;
    font-size: 15px;
    padding: 6px 25px;
}

.gallery-grid {
    margin-right: -8px;
    margin-left: -8px;
    box-sizing: border-box;
}
.gallery-grid .col {
    padding: 0px 8px;
    float: left;
    width: 33.33%;
}
.gallerydiv img {
    height: 200px;
    margin-bottom: 10px;
    width: 100%;
}
.ltst_div img{
    margin-bottom: 10px;
    width: 100%;
}
.gallerydiv h5 {
    height: 38px;
    overflow: hidden;
    font-size: 15px;
}












/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    text-decoration: none;
    background: #7D1C12;
    color: #fff;
    font-size: 15px;
    padding: 6px 25px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    bottom: 23px;
    right: 28px;
  }

.regis_btn a:hover{
    text-decoration: none;
    color: #fff;
}
  
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9999;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }



  .active {
    animation: make_bigger 5s ease;
    width: 200px;
    height: 201px;
  }
  @keyframes make_bigger {
    from { width: 80%; height: 80%;}
    to { width: 100%; height: 100%;}
  }
  /* .non_active {
    animation: make_smaller 5s ease;
    width: 127px;
    height: 128px;
  }
  @keyframes make_smaller {
    from { width: 200px; height: 201px; }
    to { width: 127px; height: 128px; }
  } */


.donate_btn{
    text-align: right;
}



#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #7D1C12;
    color: white;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 4px;
  }






  .midBanner_sec{
    margin-bottom: 50px;
    position: relative;
  }
  .midBanner_sec:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 24%);
  }
  .midBanner_sec .midBanner_body{
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .midBanner_sec .midBanner_body h2{
    color: #ffffff;
    font-family: 'Raleway';
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    padding: 22px 0px;
  }
  .midBanner_sec .midBanner_body h4{
    color: #ffffff;
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .midBanner_sec .midBanner_body p{
    color: #fff;
  }
  .midBanner_sec .midBanner_body .get_btn_mid{
    z-index: 7;
    background-color: rgb(255, 255, 255);
    font-family: 'Raleway';
    cursor: pointer;
    position: relative;
    box-shadow: none;
    box-sizing: border-box;
    visibility: visible;
    text-align: inherit;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    border-color: transparent;
    margin: 0px;
    border-radius: 3px;
    padding: 19px 46px;
    height: auto;
    width: auto;
    color: #0F5DAF;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 98.1563px 27.4px;
    opacity: 1;
    transform: perspective(600px);
    border-width: 0px;
    border-style: none;
  }
  .midBanner_sec .midBanner_body .get_btn_mid:hover{
    background: #0F5DAF;
    color: #fff;
  }
  
  .timing_dashboard{
    margin-bottom: 80px;
  }
  .timing_dashboard .inside_dashboard{
    background: #fff;
    padding: 30px;
    margin-top: -68px;
    margin-top: -96px;
    position: relative;
  }
  .timing_dashboard .inside_dashboard h3{
    color: #0F5DAF;
    font-family: 'Raleway';
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 33.8px;
    letter-spacing: 0px;
  }
  /* .timing_dashboard .inside_dashboard .first_row{
    position: relative;
  }
  .timing_dashboard .inside_dashboard .first_row:before{
    content: '';
    position: absolute;
    width: 374px;
    height: 8px;
    background: #0F5DAF;
    bottom: -27px;
    left: -30px;
  } */
  .timing_dashboard .inside_dashboard .first_row ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    margin: 0px 0px -10px 0px;
    padding: 12px 0px 12px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #edeff1;
  }
  .timing_dashboard .inside_dashboard .first_row ul li{
    padding: 10px 0px;
  }
  .timing_dashboard .inside_dashboard .first_row ul .right{
    margin-left: 117px;
    color: #0F5DAF;
  }
  .timing_dashboard .inside_dashboard .first_row ul .right_one{
    margin-left: 171px;
    color: #0F5DAF;
  }
  .timing_dashboard .inside_dashboard .first_row ul .right_two{
    margin-left: 181px;
    color: #0F5DAF;
  }
  .timing_dashboard .inside_dashboard .sec_row p{
    color: #42474c;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 25.6px;
    letter-spacing: 0px;
    padding: 24px 0px;
  }
  /* .timing_dashboard .inside_dashboard .sec_row{
    position: relative;
  }
  .timing_dashboard .inside_dashboard .sec_row:before{
    content: '';
    position: absolute;
    width: 358px;
    height: 8px;
    background: #0F5DAF;
    bottom: -57px;
    left: -16px;
  } */
  .timing_dashboard .inside_dashboard .sec_row a{
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    padding: 14px 27px;
    border-radius: 3px;
    line-height: 1.1em;
    letter-spacing: 2px;
    fill: #0F5DAF;
    color: #0F5DAF;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0F5DAF;
  }
  .timing_dashboard .inside_dashboard .sec_row a i{
    margin-right: 12px;
  }
  .timing_dashboard .inside_dashboard .sec_row a:hover{
    background: #0F5DAF;
    color: #fff;
  }
  /* .timing_dashboard .inside_dashboard .thrd_row{
    position: relative;
  }
  .timing_dashboard .inside_dashboard .thrd_row:before{
    content: '';
    position: absolute;
    width: 378px;
    height: 8px;
    background: #0F5DAF;
    bottom: -72px;
    left: -18px;
  } */
  .timing_dashboard .inside_dashboard .thrd_row h2{
    color: #1e2428;
    font-family: 'Raleway';
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    padding: 0px 0px 0px 42px;
    background-image: url(https://ld-wp73.template-help.com/beclinic/default/wp-content/uploads/2019/10/phone-icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    margin-top: 25px;
    margin-bottom: 17px;
  }

  .text-in p img{
    margin-top: -45px;
  }
  
  