 body {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
	background: url(../images/ftr-bg.png);
}
 a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: 120% !important;
     color: #1f1f1f;
     margin: 0 
}
 h1 {
     font-size: 24px 
}
 h2 {
     font-size: 22px 
}
 h3 {
     font-size: 18px 
}
 h4 {
    font-size: 21px;
    color: #07528d;
    margin-top: 25px;
}
 h5 {
    font-size: 14px 
}
 h6 {
    font-size: 13px 
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1 
}
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    opacity: .8 
}
 a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}
 a, .btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/Cocogoose.html') format('woff2'),
    url('../fonts/Cocogoose.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cabin-Regular';
    src: url('../fonts/Cabin-Regular.woff2') format('woff2'),
    url('../fonts/Cabin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Patua';
    src: url('../fonts/Patua.woff2') format('woff2'),
    url('../fonts/Patua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.ulockd-home-slider {
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
    margin: 0px 0px 0px 0px;
}
.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}
 .lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}
 blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
 ul, li, ol{
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 button:focus{
     outline: none;
}
.form-control::-moz-placeholder {
     color: #ffffff;
     opacity: 1;
}
/* LOADER */
.loader img {
    width: 100%;
}

 #preloader {
     width: 100%;
     height: 100%;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 11000;
     position: fixed;
     display: block;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #fff;
}
.loader {
     display: block;    
     flex-wrap: wrap;
     width: 250px;
     height: auto;
     -webkit-transform-style: preserve-3d;
}
.box {
     position: absolute;
     top: 0;
     left: 0;
     width: 75px;
     height: 75px;
     background-image: none;
     background-size: auto auto;
     background-image: none;
     -webkit-animation: move 2s ease-in-out infinite both;
     animation: move 2s ease-in-out infinite both;
     animation-delay: 0s;
     animation-delay: 0s;
     animation-delay: 0s;
     background-image: url('../images/gb.html');
     background-size: 100% 100%;
}
.box:nth-child(1) {
     -webkit-animation-delay: -1s;
     animation-delay: -1s;
}
 .box:nth-child(2) {
     -webkit-animation-delay: -2s;
     animation-delay: -2s;
}
 .box:nth-child(3) {
     -webkit-animation-delay: -3s;
     animation-delay: -3s;
}
 @-webkit-keyframes move {
     0%, 100% {
         -webkit-transform: none;
         transform: none;
    }
     12.5% {
         -webkit-transform: translate(40px, 0);
         transform: translate(40px, 0);
    }
     25% {
         -webkit-transform: translate(80px, 0);
         transform: translate(80px, 0);
    }
     37.5% {
         -webkit-transform: translate(80px, 40px);
         transform: translate(80px, 40px);
    }
     50% {
         -webkit-transform: translate(80px, 40px);
         transform: translate(80px, 40px);
    }
     62.5% {
         -webkit-transform: translate(30px, 60px);
         transform: translate(30px, 60px);
    }
     75% {
         -webkit-transform: translate(0, 80px);
         transform: translate(0, 40px);
    }
     87.5% {
         -webkit-transform: translate(0, 40px);
         transform: translate(0, 40px);
    }
}
 @keyframes move {
     0%, 100% {
         -webkit-transform: none;
         transform: none;
    }
     12.5% {
         -webkit-transform: translate(40px, 0);
         transform: translate(40px, 0);
    }
     25% {
         -webkit-transform: translate(80px, 0);
         transform: translate(80px, 0);
    }
     37.5% {
         -webkit-transform: translate(80px, 40px);
         transform: translate(80px, 40px);
    }
     50% {
         -webkit-transform: translate(80px, 80px);
         transform: translate(80px, 80px);
    }
     62.5% {
         -webkit-transform: translate(40px, 80px);
         transform: translate(40px, 80px);
    }
     75% {
         -webkit-transform: translate(0, 80px);
         transform: translate(0, 80px);
    }
     87.5% {
         -webkit-transform: translate(0, 40px);
         transform: translate(0, 40px);
    }
}
 #scroll-to-top {
     width: 40px;
     height: 40px;
     position: fixed;
     bottom: 10px;
     right: 20px;
     display: none;
     font-size: 25px;
     border-radius: 0;
     transition: .2s;
     letter-spacing: 1px;
     text-align: center;
     line-height: 40px;
     color: #ffffff;
     font-weight: 900;
     border-radius: 100%;
}

/* Banner */
 .home-slider{
     position: relative;
     height: 540px;
}
 .lbox-caption {
     display: table;
     height: 100% !important;
     width: 100% !important;
     left: 0 !important;
}
 .lbox-caption {
     position: absolute;
     margin: 0 auto;
     left: 0;
     right: 0;
     z-index: 10;
}
 .lbox-details {
     display: table-cell;
     text-align: center;
     vertical-align: middle;
     position: absolute;
     top: 0px;
     left: 0;
     right: 0;
     height: 100%;
     padding: 22% 0%;
}
 .lbox-details::before{
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     z-index: 2;
}
 .lbox-details h1{
     font-size: 54px;
     font-family: 'Montserrat', sans-serif;
     color: #ffffff;
     font-weight: 600;
     position: relative;
     z-index: 3;
}
 .lbox-details h2{
     font-size: 48px;
     color: #ffffff;
     font-weight: 300;
     position: relative;
     z-index: 3;
}
 .lbox-details p{
     color: #ffffff;
     position: relative;
     z-index: 3;
}
 .lbox-details p strong{
     color: #70c6eb;
     font-size: 40px;
     font-family: 'Montserrat', sans-serif;
}
 .lbox-details a.btn{
     background: #ffffff;
     padding: 10px 20px;
     font-size: 20px;
     text-transform: capitalize;
     color: #3a4149;
     border-radius: 0px;
     position: relative;
     z-index: 3;
}
 .lbox-details a.btn:hover{
     background: #70c6eb;
}
 .pogoSlider-nav-btn {
     background: #000;
}
 .pogoSlider-nav-btn--selected {
     background: #00A551 !important;
}
 .pogoSlider--navBottom .pogoSlider-nav {
     bottom: 20px;
}
 .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
     display: none;
}
 .img-responsive {
     max-width: 100%;
}
.slide_text h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-family: Cocogoose;
    text-transform: uppercase;
	text-shadow: 2px 3px 5px #56a2d4;
}
.slide_text h4 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #00A551;
    font-family: 'Patua';
    text-transform: capitalize;
    text-shadow: 2px 3px 5px #56a2d4;
}
 .slide_text p {
     color: #0892fd;
     line-height: 21px;
     font-size: 18px;
     font-weight: 200;
}.contact_bt:hover{	color: #fff;	background: #222;  }
.contact_bt {
    width: 145px;
    height: 50px;
    background: #2E3191;
    color: #fff;
    float: left;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-top: 50px;
    font-family: 'Cocogoose';
    text-transform: capitalize;
	border-radius: 6px;
	box-shadow: 0 10px 24px 0 rgba(82, 91, 115, .12);
}
.slide_text {
    margin-top: 21%;
}
/*Key Points */
.key-p {
    padding:0px 0px 15px 0px;
    background-position: bottom;
    background-size: cover;
}
.key-p .one {
    background: #F04903;
	padding: 0;
}
.key-p .two {
    background: #E0AE0B;
    padding: 0;
}
.key-p .three {
    background: #0565B1;
    padding: 0;
}
.key-p .four {
    background: #71BA51;
    padding: 0;
}
.key-p .inside {
    border: 1px solid #FFF;
    margin: 15px;
    padding: 20px;
    text-align: center;
    color: #DDDDDD;
	border-radius: 7px;
}
.key-p .inside img {
    width: 25%;
}
.key-p .inside h4 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Patua';
    font-size: 22px;
    letter-spacing: 0.9px;
}
.key-p .inside p {
    font-size: 16px;
    font-family: monospace;
    min-height: 93px;
}
/*Key Points end*/
/* About */
 .tooltip-1 {
     display: inline-block;
     position: relative;
     color: #70c6eb;
     opacity: 1;
}
 .tooltip__wave {
     width: 30%;
     height: 20px;
     position: absolute;
     bottom: -10px;
     left: 0;
     right: 0px;
     margin: 0 auto;
     overflow: hidden;
}
 .tooltip__wave span {
     position: absolute;
     left: -100%;
     width: 200%;
     height: 100%;
     background: url(../images/wave.html) repeat-x center center;
     background-size: 50% auto;
}
 .about-box{
     padding: 70px 0px;
}
 .title-box{
     text-align: center;
     margin-bottom: 30px;
}
 .title-box h2 {
     font-size: 75px;
     font-family: 'Great Vibes', cursive;
     color: #e91327;
     font-weight: 400;
     padding: 0;
}
 .title-box h2 span{
     color: #70c6eb;
     text-decoration: underline;
}
 .about-main-info h2 span{
     color: #70c6eb;
     text-decoration: underline;
}
 .about-main-info{
     margin-bottom: 30px;
}
 .about-m{
}
 .about-img{
     padding: 30px 0px;
}
 .about-img img{
     border-radius: 10px;
}
 .about-m ul{
     display: block;
     text-align: center;
     padding-bottom: 30px;
}
 .about-m ul li{
     display: inline-block;
     text-align: center;
}
 .about-m ul li a{
     background: #528780;
     color: #ffffff;
     width: 38px;
     height: 38px;
     text-align: center;
     line-height: 38px;
     display: block;
     border-radius: 50px;
     margin: 0px 5px;
}
 .about-m ul li a:hover{
     background: #333333;
     color: #ffffff;
}
 .about-main-info h2 {
     font-size: 45px;
     color: #e91327;
     font-weight: 600;
}
 .about-main-info a {
     border-radius: 2px;
     transition: .2s;
     padding: 10px 25px;
     background: #e91327;
     color: #ffffff;
     font-weight: 300;
     font-size: 15px;
     border-radius: 0 15px;
     margin-top: 10px;
}
 .about-main-info a:hover{
     color: #ffffff;
}
 .about-main-info div.full > img {
     height: 500px;
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background:#072745;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    float: left;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-family: 'Patua';
    font-size: 19px;
    border-radius: 5px;	
}
.partner p {
    font-size: 18px;
    font-family: sans-serif;
    text-align: justify;
    color: #072745;
    font-weight: 500;
    line-height: 30px;
}

 .hvr-radial-out::before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #00A551;
     border-radius: 100%;
     -webkit-transform: scale(0);
     transform: scale(0);
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
 .hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before {
     -webkit-transform: scale(2);
     transform: scale(2);
}
 a.hvr-radial-out:hover, a.hvr-radial-out:focus {
     color:#fff;
}
.abt-inside .btm-space {
    padding: 0 0 60px 0px;
}
.abt-txt h5 {
    color: #072745;
    font-size: 22px;
    font-family: 'Patua';
    text-transform: capitalize;
}
.abt-txt h4 {
    font-size: 30px;
    color: #00A551;
    font-family: 'Patua';
    text-transform: capitalize;
    margin: 0 0 2px 0px;
    text-align: left;
}
.abt-txt p {
    font-size: 18px;
    text-align: justify;
    color: #777;
    font-family: sans-serif;
    line-height: 25px;
}
.abt-txt ul li i {
    color: #00A551;
    padding-right: 5px;
}
.abt-txt ul li {
    font-size: 18px;
    font-family: 'Patua';
    text-transform: capitalize;
    color: #777;
    font-weight: 400;
}
.abt-txt ul {
    margin:10px auto 30px auto;
    display: block;
    overflow: hidden;
    clear: both;
}
/**products **/
.product-row {
    padding: 50px 0px;
}
.product-row .prdt-inside {
    background: #EDEEF0;
    text-align: center;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 9px 11px 4px rgba(199,199,199,.46);
	margin: 0 0 35px 0px;
}
.product-row .prdt-inside:hover .medicine-name {
    color: #2E3191;
    font-weight: 600;
}
.prdt-inside .medicine-name {
    color: #00A551;
    font-size: 22px;
    font-family: 'Patua';
    text-transform: capitalize;
    padding: 20px 0px;
    font-weight: 500;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.product-row .prdt-inside:hover {
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.76);
}
.products-sec .product-row .hvr-radial-out {
    text-transform: capitalize;
    margin: 40px auto 0px auto;
    display: block;
    overflow: hidden;
    clear: both;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    background: #F8F8F9;
    width: 100%;
    min-height: 305px;
}
#myImg:hover {opacity: 0.8;}
/**products end **/
/*mission vision value*/
.mvv-sec {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.mvv-inside.misn {
    background: #0F6FC6;
}
.mvv-inside.visn {
    background: #EB0F4E;
}
.mvv-inside.vlue {
    background: #00B050;
}
.mvv-row {
    padding:100px 0px 50px 0px;
}
.mvv-inside img {
    width: 50%;
    position: relative;
    top: -60px;
}
.mvv-inside {
	position: relative;
    text-align: center;
    border-radius: 12px;
    min-height: 250px;
    padding: 0px 20px 20px 20px;
	margin: 0 0 60px 0px;
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.76);
}
.mvv-inside h2.medicine-name {
    color: #FFFFFF;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Cocogoose';
    letter-spacing: 0.6px;
}.mvv-inside p {    color: rgba(255, 255, 255, 0.8);    text-align: justify;    font-size: 18px;    font-family: sans-serif;    min-height: 87px;}
.percent {
    background:rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    width: 33%;
    text-align: center;
    font-size: 20px;
    font-family: 'Patua';
    margin: 0 auto;
    position: absolute;
    left: 34%;
    padding: 12px 0px;
    z-index: 1;
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.76);
}
/*mission vision value end*/
.partner img {
    border-radius: 50%;
    margin: 0 auto 24px auto;
    text-align: center;
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, .12);
}
/* blog */
.blog-sec .hvr-radial-out {
    text-transform: capitalize;
    margin: 40px auto 0px auto;
    display: block;
    overflow: hidden;
    clear: both;
}
.blog-sec {
    background: url(../images/bg2.jpg);
}
.blog-row {
    padding: 50px 0px;
}
.blog-row .blog-inside {
    background: #EDEEF0;
    padding: 0px 0px 25px 0px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, .12);
    margin: 0 0 35px 0px;
    min-height: 280px;
	display: inline-block;
}
.blog-row .blog-inside:hover .medicine-name {
    color: #2E3191;
    font-weight: 600;
}
.blog-inside .medicine-name {
    color: #00A551;
    font-size: 20px;
    font-family: 'Patua';
    text-transform: capitalize;
    padding:14px 0px 5px 0px;
    font-weight: 500;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.blog-row .blog-inside:hover {
    box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.76);
}
.blog-inside p {
    font-size: 16px;
    color: #777;
    text-align: justify;
    line-height: 23px;
    font-family: sans-serif;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0px 15px;
    min-height: 90px;
}
.blog-inside #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    background: #F8F8F9;
    min-height: 220px;
	max-height: 220px;
	width:100%;
}
.blog-inside #myImg:hover {opacity: 0.8;}
.blog-inside .hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: #072745;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    float: left;
    width: 110px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-family: 'Patua';
    font-size: 17px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.56);
}
.comt-sec{
    padding: 0px 15px;
}
.comt-sec li {
    float: left;
    padding: 0 30px 0px 0px;
    border-bottom: 1px dashed #ddd;
    margin: 4px 0 20px 0px;
}
.comt-sec li i {
    color: #999;
    font-weight: 600;
}
.blog-inside .comt-sec a {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 400;
    font-family: sans-serif;
}
/* blog end *





/* Team */
 .team-box{
     padding: 70px 0px;
}
 .our-team{
     text-align: center;
     overflow: hidden;
     position: relative;
     z-index: 1;
}
 .our-team:before, .our-team:after{
     content: "";
     width: 130px;
     height: 150px;
     background: #57cef8;
     position: absolute;
     z-index: -1;
}
 .our-team:before{
     bottom: -20px;
     left: 0;
}
 .our-team:after{
     top: -20px;
     right: 0;
}
 .our-team .pic{
     margin: 8px;
     position: relative;
     border: 3px solid #57cef8;
     transition: all 0.5s ease 0s;
}
 .our-team:hover .pic{
     border-color: #3a4149;
}
 .our-team .pic:after{
     content: "";
     width: 100%;
     height: 0;
     background: #57cef8;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     transform-origin: 0 0 0;
     transition: all 0.5s ease 0s;
}
 .our-team:hover .pic:after{
     height: 100%;
     opacity: 0.85;
}
 .our-team img{
     width: 100%;
     height: auto;
}
 .our-team .team-content{
     width: 100%;
     position: absolute;
     top: -50%;
     left: 0;
     transition: all 0.5s ease 0.2s;
}
 .our-team:hover .team-content{
     top: 38%;
}
 .our-team .title{
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     text-transform: capitalize;
     margin: 0px;
}
 .our-team .post{
     font-size: 14px;
     color: #fff;
     line-height: 26px;
     text-transform: capitalize;
}
 .our-team .social{
     padding: 0;
     margin: 40px 0 0 0;
     list-style: none;
}
 .our-team .social li{
     display: inline-block;
}
 .our-team .social li a{
     display: inline-block;
     width: 35px;
     height: 35px;
     line-height: 35px;
     border-radius: 50%;
     border: 1px solid #fff;
     font-size: 18px;
     color: #fff;
     margin: 0 7px;
     transition: all 0.5s ease 0s;
}
 .our-team .social li a:hover{
     background: #fff;
     color: #00bed3;
}
 @media only screen and (max-width: 990px){
     .our-team{
         margin-bottom: 30px;
    }
}
/* Blog */
 .blog-box{
     padding: 70px 0px;
     background-color: #f2f3f5;
}
 .blog-inner{
     background: #ffffff;
     text-align: center;
     margin-bottom: 30px;
     border: 10px solid #fff;
     box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
 .blog-img{
     margin-bottom: 15px;
     overflow: hidden;
}
 .blog-img img{
     transition: all 0.9s ease 0s;
}
 .blog-inner:hover .blog-img img{
     -moz-transform: scale(1.5) rotate(-10deg);
     -webkit-transform: scale(1.5) rotate(-10deg);
     -ms-transform: scale(1.5) rotate(-10deg);
     -o-transform: scale(1.5) rotate(-10deg);
     transform: scale(1.5) rotate(-10deg);
}
 .blog-inner a{
     border-radius: 2px;
     transition: .2s;
     letter-spacing: 1px;
     padding: 10px 18px;
     background: #57cef8;
     color: #ffffff;
}
 .blog-inner a:hover{
     color: #ffffff;
}

/* Subscribe */
 .subscribe-box {
     padding: 70px 0px;
     background: #e91327;
}
 .subscribe-inner{
     max-width: 500px;
     width: 100%;
     margin: 0 auto;
}
 .subscribe-inner h2 {
     font-size: 80px;
     font-weight: 600;
     color: #ffffff;
     font-family: 'Great Vibes', cursive;
     padding: 0;
}
 .subscribe-inner p{
     color: #cccccc;
}
 .subscribe-inner .form-group .form-control-1{
     width: 100%;
     padding: 12px 15px;
     border-radius: 0px;
     border: none;
}
 .subscribe-inner .form-group button {
     border-radius: 0;
     transition: .2s;
     padding: 10px 18px;
     background: #222;
     color: #ffffff;
     border: none;
     cursor: pointer;
     font-weight: 300;
     letter-spacing: 0.1px;
     border-radius: 0 15px 0 15px;
}
 .about-main-info h2 img {
     margin-top: -10px;
}
 p {
     margin-top: 5px;
     margin-bottom: 1rem;
     font-size: 16px;
     font-weight: 300;
     line-height: normal;
}
 .text_align_center {
     text-align: center;
}
 .red_bg {
     background: #e91327;
}
 .white_fonts p, .white_fonts h1, .white_fonts h2, .white_fonts h3, .white_fonts h4, .white_fonts h5, .white_fonts h6, .white_fonts ul, .white_fonts ul li, .white_fonts ul li a, .white_fonts ul i, .white_fonts .post_info i, .white_fonts div, .white_fonts a.read_more {
     color: #fff !important;
}
 .red_bg .about-main-info a {
     background: #fff;
     color: #e91327;
}
 .testimonial_img {
     text-align: center;
     width: 100%;
     display: flex;
     justify-content: center;
}
 .mfp-figure figure .mfp-bottom-bar {
     display: none;
}
 #client_slider .carousel-indicators {
     bottom: -45px;
}
 #client_slider .carousel-indicators li {
     height: 15px;
     width: 15px;
     border-radius: 100%;
     background: #999;
}
 #client_slider .carousel-indicators li.active {
     background: #e91327;
}
 .layout_padding {
     padding: 75px 0;
}
.heading_main h2 {
    font-size: 40px;
    letter-spacing: -0.5px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-family: Patua;
	text-transform: capitalize;
}
.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0 185px;
    text-transform: capitalize;
}
 .heading_main p.large::after {
     content: "";
     display: block;
     width: 163px;
     height: 18px;
     background-image: url('../images/heading_border_left.png');
     position: absolute;
     background-position: center left;
     position: absolute;
     top: 5px;
     left: 0;
}
 .heading_main p.large::before {
     content: "";
     display: block;
     width: 163px;
     height: 18px;
     background-image: url('../images/heading_border_right.png');
     position: absolute;
     background-position: center right;
     position: absolute;
     top: 5px;
     right: 0;
}
 .center {
     display: flex;
     justify-content: center;
}
 .full {
     float: left;
     width: 100%;
}
 .heading_main {
     float: left;
}
 .theme_bg {
     background: #07528d;
}
 h3.small_heading {
     font-size: 35px;
     font-weight: 600;
     line-height: normal;
}
 .margin-top_30 {
     margin-top: 30px;
}
 .margin-bottom_30 {
     margin-bottom: 30px;
}
.carousel a.carousel-control-prev {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 40%;
    left: -5%;
}
 .carousel a.carousel-control-next {
     background:rgba(0, 0, 0, 0.3);
     opacity: 1;
     width: 50px;
     height: 50px;
     border-radius: 100%;
     top: 40%;
     right: -5%;
}
 #demo {
     margin-bottom: 20px;
}

 .innerpage_banner {
     background-color: #f9f9f9;
     min-height: 150px;
     text-align: center;
     background-image: url("../images/slider-01.html");
     background-size: cover;
     background-position: center center;
}
.innerpage_banner h2 {
    margin: 185px 0 0;
    padding: 0;
    font-size:80px;
    text-align: center;
    font-weight: 500;
    position: relative;
    font-family: Cocogoose;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.4);
}
 #demo .img-responsive {
     width: 100%;
}
