body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	overflow-x: hidden;
	color: #666666;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #ea2829;
    cursor: pointer;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

p {
	line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
	color: #363636;
}

.header {
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    z-index: 100;
}

.header:before {
    content: '';
    position: absolute;
    top: 0%;
    right: -10%;
    width: 75%;
    height: calc(100% - 3px);
    -webkit-transform: skewX(+17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
    border-bottom-left-radius: 1.5rem;
    background: #ea2829;
    box-shadow: inset 0px 0px 5px 2px #00000026;
    z-index: -1;
}

.scrolled {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.logo {
    max-height: 50px;
    margin: 6px 0;
}

.menu {
    float: right;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.menu > ul > li {
    float: left;
}

.menu > ul > li > a {
    display: inline-block;
    padding: 20px 12px;
    color: #fff !important;
    text-decoration: none;
    transition: all .3s;
}

.menu > ul > li > a > i {
    margin-left: 3px;
}

.dropdown-li > ul {
    width: auto;
    position: absolute;
    background: #fff;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.dropdown-li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.dropdown-li > ul > li > a {
    display: inline-block;
    padding: 10px 12px;
    color: #666666;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    transition: all .3s;
}

.dropdown-li > ul > li:last-child > a {
    border-bottom: 0;
}

.dropdown-li > ul > li:hover > a {
    color: #ea2829;
}

.home-banner {
	position: relative;
	width: 100%;
	height: 100vh;
    min-height: 620px;
    max-height: 625px;
}

.home-banner:before, .home-banner .home-slider .item:before {
    content: '';
    position: absolute;
    top: 0%;
    left: -10%;
    width: 66%;
    height: 100%;
    -webkit-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
    border-bottom-right-radius: 3rem;
    background: #ea2829;
    z-index: -1;
}

.home-slider {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.home-slider .owl-stage-outer, .home-slider .owl-stage, .home-slider .owl-item, .home-slider .item {
    height: 100%;
    overflow: hidden;
}

.home-slider-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.home-slider-img img {
    object-fit: cover;
    position: absolute;
    right: 0;
    max-width: initial;
}

.banner-center {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-heading {
	color: #fff;
    overflow: hidden;
}

.banner-heading h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform:none;
    color: #fff;
}

.banner-heading h1 {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
    animation-delay: .5s;
}

.banner-heading p {
	margin: 0;
	font-size: 18px;
    animation-delay: .7s;
}

.white-section, .grey-section {
    padding: 70px 0;
}

.grey-section {
    background-color: #f9f9f9;
}

.white-section + .white-section, .grey-section + .grey-section, .gradient-section + .gradient-section {
    padding-top: 0;
}

.about-section {
	position: relative;
}

.about-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/about-sec/bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    opacity: .50;
}

.about-image-area {
	position: relative;
    text-align: right;
    width: 120%;
    float: right;
    margin-right: 15px;
}

.about-image-area img {
	margin: -25px 0;
}

.about-image-area .about-image-1 {
    right: 50px;
    position: relative;
}

.about-image-area .about-image-2 {
    position: absolute;
    right: 300px;
    top: 200px;
    left: -70px;
}

.about-image-area .about-image-3 {
    position: absolute;
    display: inline-block;
    margin-top: 0;
    right: 20px;
    z-index: 3;
    bottom: -70px;
}

.team-section {
    position: relative;
}

.team-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/about-sec/bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    opacity: .50;
    transform: scale(-1);
    content: "";
}

.section-heading h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #ea2829;
}

.section-heading h1 {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 55px;
    margin-bottom: 15px;
}

.section-heading h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	background: url(../images/drop.gif) center center no-repeat;
	background-size: contain;
	width: 30px;
	height: 40px;
}
.section-heading3 h1 {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 55px;
    margin-bottom: 15px;
	color:#333 !important;
}
.section-heading3 h5 {
	color:#ea2829 !important;
}
.section-heading2 h1 {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 15px;
	color:#FFFFFF !important;
}
.section-heading4 h1 {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 5px;
    margin-bottom: 15px;
	color:#FFFFFF !important;
}
.section-heading2 h5 {
	color:#FFFFFF !important;
}
.section-heading2 h6 {
	color:#FFFFFF !important;
	line-height:28px;
	border-bottom: dashed 1px #FFFFFF;
	font-size:22px;
	height:40px;
}
.section-heading2 h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	/*background: url(../images/drop.gif) center center no-repeat;*/
	background-size: contain;
	width: 30px;
	height: 40px;
}
.section-heading p:last-of-type {
	margin: 0;
}

.section-heading p > a {
    color: #ea2829;
    text-decoration: none;
    outline: 0;
    font-weight: 600;
    transition: all .3s;
}

.section-heading.text-center {
	padding-bottom: 40px;
}

.section-heading.text-center h1:before {
	left: 50%;
	transform: translateX(-50%);
}

.section-heading.text-center p {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.link-area {
	margin-top: 30px;
}

.link-area a {
	display: inline-block;
	text-decoration: none;
	color: #ea2829;
	border: 2px solid #ea2829;
    background: transparent;
	border-radius: 6px;
    padding: 11px 25px;
    font-weight: 700;
    transition: all .3s;
}

.link-area a:hover {
    color: #fff;
    background: #ea2829;
}

.link-area a i {
    margin-left: 5px;
}

.service-section {
	background-image: url(../images/service-sec/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-line {
    background: url(../images/service-sec/line.png) no-repeat;
    background-position: center 30px;
}

.single-service {
	text-align: center;
	padding: 0 15px;
}

.service-img-holder {
    position: relative;
	display: inline-block;
    width: 120px;
    height: 120px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 50%;
    padding: 30px;
    line-height: 50px;
    text-align: center;
}

.service-img-holder:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 2px dashed #ddd;
    border-radius: 50%;
    transform: translate(-50%, -50%);
	transition: all .3s;
}

.single-service:hover .service-img-holder:before {
    border-color: #ea2829;
}

.single-service:hover .service-img-holder:before {
    -webkit-animation: rotating 30s linear infinite;
    -moz-animation: rotating 30s linear infinite;
    -ms-animation: rotating 30s linear infinite;
    -o-animation: rotating 30s linear infinite;
    animation: rotating 30s linear infinite;
}

.service-content h4 {
	font-size: 22px;
	font-weight: 600;
	transition: all .3s;
}

.single-service:hover .service-content h4 {
	color: #ea2829;
}

.service-content p {
    margin: 0;
}

.department-section {
	position: relative;
}

.department-section:before {
    content: '';
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/department-sec/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    opacity: .23;
}

.single-department {
	display: flex;
    margin-bottom: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    padding: 25px 30px;
    transition: all .3s;
}

.single-department:last-child {
	margin-bottom: 0;
}

.department-icon {
	width: 95px;
    height: 95px;
    /*border: 2px dashed #dddddd;*/
    background: #fff;
    box-shadow: 3px 4px 15px #00000026;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    margin-right: 20px;
    padding: 20px;
    transition: all .3s;
}

.department-icon img.light-img {
    display: none;
}

.department-detail {
	width: calc(100% - 115px);
}

.department-detail h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 7px;
    transition: all .3s;
}

.department-detail p {
	line-height: 1.5;
	margin-bottom: 0;
    transition: all .3s;
}

.department-detail p a {
    color: #ea2829;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
}

.single-department:hover {
    background: #ea2829;
}

/*.single-department:hover .department-icon {
    border-color: #fff;
    background: #ea2829;
}*/

.single-department:hover .department-icon img.dark-img {
    display: none;
}

.single-department:hover .department-icon img.light-img {
    display: initial;
}

.single-department:hover .department-detail h3, .single-department:hover .department-detail p, .single-department:hover .department-detail p a {
    color: #fff;
}

.appointment-section {
	position: relative;
}

.appointment-section:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 150px;
    background: #fff;
}

.red-area {
	padding: 70px 0;
	background: #ea2829;
}

.red-area .section-heading h5, .red-area .section-heading h1, .red-area .section-heading p,
.bg-colored .section-heading h5, .bg-colored .section-heading h1, .bg-colored .section-heading p {
	color: #fff;
}

.section-heading h1.big-heading {
	font-size: 48px;
}

.section-heading p.big-text {
	font-size: 18px;
}

.red-area .section-heading h1:before, .bg-colored .section-heading h1:before {
    content: '';
}

.section-heading h1.no-before {
	padding: 0;
	margin: 0;
}

.no-before:before {
	display: none;
}

.appointment-sec-img {
	position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 520px;
    transform: translateX(-50%);
}

.facts-area {
	position: relative;
    background-color: #ffffff;
    background-image: url(../images/appointment-sec/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
    z-index: 1;
    /*margin-bottom: -150px;*/
    border-radius: 10px;
}

.single-fact {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.fact-img {
	display: inline-block;
    position: relative;
    height: 110px;
    width: 110px;
    border: 2px dashed #dddddd;
    font-size: 54px;
    line-height: 106px;
    color: #ea2829;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fact-img:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 21px;
    width: 21px;
    border: 2px dashed #ea2829;
    border-radius: 50%;
    content: "";
    opacity: .5;
}

.fact-img:after {
    position: absolute;
    right: 10px;
    bottom: 5px;
    height: 15px;
    width: 15px;
    border: 2px dashed #ea2829;
    content: "";
    border-radius: 50%;
    opacity: .5;
}

.fact-img img {
	width: 100%;
    max-width: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fact-img img.light-img {
    display: none;
}

.single-fact:hover .fact-img img.dark-img {
    display: none;
}

.single-fact:hover .fact-img img.light-img {
    display: initial;
}

.single-fact:hover .fact-img {
    background-color: #ea2829;
    color: #ffffff;
    border: 2px dashed #ea2829;
}

.single-fact:hover .fact-img:after, .single-fact:hover .fact-img:before {
    transform: scale(3);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 1000ms ease;
}

.fact-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #666666;
    margin-bottom: 10px;
}

.fact-count {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    color: #363636;
}

.text-shadow {
    -webkit-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.testimonial-section {
	position: relative;
}

.testimonial-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/testimonial/bg.png);
    opacity: .20;
}

.owl-dots {
    display: none;
}

.testimonial-carousel .owl-stage-outer {
    margin: -15px;
}

.testimonial-carousel .owl-stage-outer .item {
    padding: 15px;
}

.single-testimonial {
	position: relative;
	background: #fff;
    box-shadow: 3px 4px 15px #0000001A;
    border-radius: 10px;
    width: 100%;
   	max-width: 830px;
    padding: 50px 75px;
    margin: 0 auto;
}

.single-testimonial:before {
	content: '\f10e';
	position: absolute;
	top: 50px;
	right: 75px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 600;
	font-size: 40px;
	color: #ea2829;
}

.testimonial-person-detail {
	margin-bottom: 15px;
}

.testimonial-person-detail h6 {
	font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1;
}

.testimonial-person-detail span {
	color: #ea2829;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-message p {
	font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.inner-banner {
    position: relative;
    width: 100%;
    height: 80vh;
    background: #ea2829;
    min-height: 400px;
    max-height: 400px;
}

.contact-page-sec {
    position: relative;
}

.contact-page-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(50% - 35px);
    background: #ea2829;
}

.contact-page-area {
    border-radius: 10px;
    box-shadow: 3px 4px 15px #00000026;
    overflow: hidden;
}

.bg-white {
    background: #fff;
}

.bg-colored {
    background: #025da0;
    background: #dc1516;
    color: #fff;
}

.contact-content {
    padding: 30px 15px 35px 30px; 
}

.bg-colored .contact-content {
    padding: 30px 30px 35px 15px; 
}

.form-control, .form-control:focus {
    margin-bottom: 10px;
    outline: 0;
    box-shadow: none;
    height: 42px;
}

textarea.form-control, textarea.form-control:focus {
    height: 150px;
    resize: none;
}

.submit-btn, .submit-btn:focus {
    display: inline-block;
    text-decoration: none;
    border: 0;
    color: #fff;
    background: #ea2829;
    border-radius: 6px;
    margin-top: 10px;
    padding: 11px 25px;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
    transition: all .3s;
}

.submit-btn i {
    margin-left: 5px;
}

.contact-heading h1 {
    font-size: 28px;
}

.contact-li li {
    position: relative;
}

.contact-li li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    padding-left: 25px;
}

.contact-li li a i {
    position: absolute;
    left: 0;
    top: 10px;
}

.contact-head-li {
    font-weight: 700;
    margin-top: 15px;
}

a.team-link {
    text-decoration: none;
    color: #666666;
}

.single-team {
    border-radius: 10px;
    overflow: hidden;
    height: calc(100% - 30px);
    box-shadow: 3px 4px 15px #00000026;
    margin-bottom: 30px;
}

.team-img {
    width: 100%;
}

.team-img img {
    width: 100%;
}

.team-detail {
    text-align: center;
    padding: 15px;
}

.team-detail h3 {
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #ea2829;
    margin-bottom: 5px;
}

.team-detail h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-detail p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.ul-detail li {
    position: relative;
    padding-left: 20px;
}

.ul-detail li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: #ea2829;
    font-weight: 600;
}

.team-person-slider {
    position: relative;
}

.team-slide-item {
    outline: 0;
}

.team-person-slider-item {
    padding: 0 7px;
    outline: 0;
}

.team-person-slider-item img {
    border-radius: 50%;
    transition: all .3s;
}

.team-person-slider-item.slick-current img {
    border: 2px solid #ea2829;
}

.team-carousel {
    margin-top: 60px;
}

.team-carousel img {
    display: initial;
}

.team-carousel-img {
    width: 100%;
    max-width: 300px;
    border-radius: 50%;
}

.team-person-slider .slick-arrow {
    position: absolute;
    text-indent: 0;
    font-size: 46px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.team-person-slider .fa-angle-left {
    background: none;
    left: -40px;
}

.team-person-slider .fa-angle-right {
    background: none;
    right: -40px;
}

a.blog-link {
    text-decoration: none;
    color: #666666;
}

.single-blog {
    border-radius: 10px;
    overflow: hidden;
    height: calc(100% - 30px);
    box-shadow: 3px 4px 15px #00000026;
    margin-bottom: 30px;
}

.blog-img {
    width: 100%;
}

.blog-img img {
    width: 100%;
}

.blog-detail {
    padding: 15px;
}

.blog-detail h3 {
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.blog-detail p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.footer {
    color: #fff;
}

.footer-top {
	background-color: #2d2d2d;
    padding-bottom: 40px;
}

.footer-top p {
    margin: 0;
}

.footer-top h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.footer-top ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    transition: all .3s;
}

.footer-top ul li a:hover {
    color: #ea2829;
}

.footer-top ul.footer-contact-ul li {
    position: relative;
}

.footer-top ul.footer-contact-ul li a {
    padding-left: 25px;
}

.footer-top ul.footer-contact-ul li a i {
    position: absolute;
    left: 0;
    top: 10px;
}

.footer-top ul.footer-social-links {
    margin-top: 5px;
}

.footer-top ul.footer-social-links li {
    float: left;
    padding: 0 5px;
    margin-top: 10px;
}

.footer-top ul.footer-social-links li a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #2d2d2d;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s;
}

.footer-top ul.footer-social-links li a:hover {
    background: #ea2829;
    color: #fff;
}

.footer-bottom {
	background: #ea2829;
    padding: 15px 0;
}

.mob-menu-btn {
    display: none; 
    font-size: 30px;
    line-height: 71px;
    color: #fff;
    float: right; 
    cursor: pointer;
}

.black-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.visible {
    visibility: visible;
    opacity: 1;
}

.mob-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 275px;
    background: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    z-index: 102;
    opacity: 0;
    padding-top: 60px;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .5s;
}

.mob-menu-cross {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 25px;
    cursor: pointer;
}

.mob-menu-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mob-dropdown-li > ul {
    display: none;
    max-height: 100%;
    overflow: auto;
}

.mob-menu > ul > li > a, .mob-dropdown-li > ul > li > a {
    display: inline-block;
    padding: 10px 30px;
    color: #666666;
    font-size: 17px;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    transition: all .3s;
}

.mob-dropdown-li > ul > li > a {
    padding: 10px 45px;
}

.mob-menu > ul > li:hover > a, .mob-dropdown-li > ul > li:hover > a {
    color: #ea2829;
}

.mob-dropdown-li-open > ul {
    display: block;
}

.mob-dropdown-li-open > a {
    color: #ea2829 !important;
}




.m-0 {
    margin: 0;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.max-250 {
    width: 100%;
    max-width: 250px
}

.max-300 {
    width: 100%;
    max-width: 300px
}

.max-900 {
    width: 100%;
    max-width: 900px
}

.width-100per {
    width: 100%;
}



@media (min-width: 1300px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1200px;
	}
}

@media (max-width: 768px) {

    .logo {
        max-height: 55px;
        margin: 8px 0;
    }

    .menu {
        display: none;
    }

    .header:before {
        width: 30%;
    }

    .mob-menu-btn {
        display: block;    
    }


    .appointment-sec-img {
        display: none;
    }

    .home-slider-img {
        display: none;
    }

    .home-banner:before, .home-banner .home-slider .item:before {
        left: 0%;
        width: 100%;
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
        border-bottom-right-radius: 0;
    }

    .banner-heading h5 {
        font-size: 17px;
    }

    .banner-heading h1 {
        font-size: 34px;
        margin-bottom: 7px;
    }

    .banner-heading p {
        font-size: 17px;
        line-height: 1.5;
    }

    .section-heading h5 {
        font-size: 17px;
    }

    .section-heading h1 {
        font-size: 30px;
        padding-bottom: 50px;
    }

    .section-heading h1:before {
        width: 25px;
        height: 35px;
    }

    .about-image-area {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }

    .about-image-area img {
        margin: 0;
    }

    .service-line {
        background: none;
    }

    .single-service {
        padding: 0 !important;
        margin-bottom: 30px;
    }

    .service-section .col-md-4:last-child .single-service {
        margin-bottom: 0px;
    }

    .reverse-mob {
        flex-direction: column-reverse;
    }

    .single-department {
        flex-wrap: wrap;
        margin-top: 75px;
        margin-bottom: 0;
        display: inline-block;
        padding: 25px 30px 35px 30px;
    }

    .department-icon {
        margin: -72px auto 20px auto;
    }

    .department-detail {
        width: 100%;
        text-align: center;
    }

    .section-heading h1.big-heading {
        font-size: 34px;
    }

    .section-heading p.big-text {
        font-size: 17px;
    }

    .fact-img {
        height: 100px;
        width: 100px;
    }

    .fact-img img {
        max-width: 48px;
    }

    .fact-count {
        font-size: 30px;
    }

    .appointment-section:before {
        height: 254px;
    }

    .testimonial-carousel {
        margin: 0 -15px;
        width: auto;
    }

    .testimonial-carousel .owl-stage-outer {
        margin: -15px 0;
    }

    .footer-top {
        padding-top: 40px;
    }

    .footer-top h3 {
        margin-top: 15px;
    }

    .footer-bottom {
        font-size: 14px;
    }

    .single-testimonial {
        padding: 50px 35px;
    }

    .appointment-section.pt-70 {
        padding-top: 0 !important;
    }

    .about-page-sec .single-department {
        margin-top: 0px;
        margin-bottom: 30px;
        padding: 25px 30px;
    }

    .contact-page-sec:before {
        height: calc(25% - 35px);
    }

    .contact-content, .bg-colored .contact-content {
        padding: 30px 20px 35px 20px;
    }

    .contact-heading h1 {
        font-size: 25px;
    }

    .inner-banner {
        min-height: 350px;
        max-height: 350px;
    }

    .inner-banner .banner-center {
        top: 60%;
    }
    
    .team-carousel-img {
        margin-bottom: 60px;
    }
    
    .single-testimonial:before {
        right: 35px;
        font-size: 30px;
    }

    .mob-pb-0 {
        padding-bottom: 0 !important;
    }


}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}



/*
ea2829
1370b5
*/