/* 7bite | Healthcare HTML Template

Template Name: 7bite
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header  / Two
5. Sticky Header 
6. Mobile Menu
7. Section Title 
8. Page Title
9. Banner Section / Two
10. Department Section / Two
11. Department Section
12. Welcome Section
13. Appointment Section
14. Services Section
15. Services Section Two
16. Team Section
17. Team Section Two
18. Doctors Section
19. Products Section
20. Fun Facts Section 
21. Why Choose Us / Two
22. Faqs Section
23. Testimonial Section / Two 
24. News Section
25. Blog Classic
26. Blog Detail
27. Comment Area
28. Comment Form
29. Styled Pagination
30. Contact Page Section
31. Map Section
32. Main Footer
**********************************************/

/*** 

====================================================================
Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');

/*
font-family: 'Barlow', sans-serif;
font-family: 'Lato', sans-serif;
*/

/*** 

====================================================================
Reset
====================================================================

***/

:root {
	/*
	# 4245BE
	# FF7300
	*/
    --thm-base: #4245BE;
	--thm-base-rgb: 239,65,75;
	--thm-secnd: #FF7300;
	--thm-secnd-rgb: 27,100,100;
}

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {

	font-size:14px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
}

a{
	text-decoration:none;
	color: inherit;
	cursor:pointer;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

a:hover{
	color: inherit;
}


h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	color: #221E4C;
	font-family: 'Barlow', sans-serif;
}

h1{
	font-size: 72px;
}

h2{
	font-size: 48px;
}

h3{
	font-size: 34px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #484A51;
	margin: 0;

}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width: 1550px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.colored{
	color: var(--thm-secnd);
}

.bg_alice{
	background-color: #FAFAFA;
}

.theme-btn{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*Btn Style One*/
.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	padding: 15px 25px;
	font-weight: 500;
	background: var(--thm-base);
	letter-spacing: 0.05em;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.btn-style-one .btn-title{
	position: relative;
}

.btn-style-one:hover{
	color:#ffffff;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-one:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--thm-secnd);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-one:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-one.hvr-light:hover{
	color: #000000;
}

.btn-style-one.hvr-light:before{
	background: #ffffff;
}

/*=== List Style One ===*/

.list-style-one{
	position: relative;
}

.list-style-one li{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #444444;
	font-weight: 400;
	padding: 2px 0;
	padding-left: 42px;
	margin-bottom: 30px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'flaticon';
	content: "\f18c";
	background: #52C459;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}

.list-style-one li a:hover{
	color: #247ffb;
}

/*=== List Style Two ===*/

.list-style-two{
	position: relative;
}

.list-style-two li{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
	font-weight: 400;
	padding-left: 34px;
	margin-bottom: 18px;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	font-size: 10px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'flaticon';
	content: "\f18c";
	background: var(--thm-secnd);
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
}

.list-style-two li a:hover{
	color: #70C047;
}

/*=== List Style Three ===*/

.list-style-three{
	position: relative;
}

.list-style-three li{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #525F7F;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 20px;
}

.list-style-three li:before{
	position: absolute;
	left: 0;
	top: 9px;
	height: 10px;
	width: 10px;
	background: var(--thm-base);
	border-radius: 50%;
	content: "";
}

.list-style-three li a:hover{
	color: #70C047;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icon-one li{
	position:relative;
	margin-right: 15px;
}

.social-icon-one li a{
	position:relative;
	display:block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size:14px;
	color:rgba(255,255,255,.60);
	background: rgba(250, 241, 255, .1);
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	color: rgba(7, 7, 16, 1);
	background: #FFDD02;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icon-two li{
	position:relative;
	margin-left: 15px;
}

.social-icon-two li:first-child{
	margin-left: 0;
}

.social-icon-two li a{
	position:relative;
	display:block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size:14px;
	color:#FFDD02;
	background: rgba(255, 221, 2, 0.1);
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li a:hover{
	color: #191939;
	background: #FFDD02;
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
} 

.spinner {
	position: relative;
	border: 3px solid var(--thm-base);
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	height: 100px;
	margin: 0 auto 45px auto;
	width: 100px;
	border-top-color: rgba(66, 69, 190, 0.2);
}

/* AnimaciÃ³n del preloader */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@-webkit-keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.handle-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
}
@media screen and (max-width: 500px) {
	.handle-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
}


img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

/*=== Default Form ===*/

.default-form {
	position: relative;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 28px;
}

.default-form .form-group:last-child {
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="date"],
.default-form .form-group input[type="time"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	width: 100%;
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #221E4C;
	padding: 12px 15px;
	height: 46px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: var(--thm-base);
}

.default-form .form-group textarea {
	height: 140px;
	resize: none;
	padding-top: 15px;
}

.default-form .form-group select{
	background-image: url(../images/icons/icon-select.png);
	background-position: center right;
	background-repeat: no-repeat;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color:#ffffff;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
	position: relative;
	display: inline-block;
	min-width: 200px;
	margin-top: 12px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
	border-color: #ff0000;
}

.default-form label.error {
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 24px;
	color: #ff0000;
	margin-bottom: 0;
}

.default-form .form-group .icon{
	position: absolute;
	right: 15px;
	bottom: 0px;
	color: #000000;
	z-index: 1;
	font-size: 14px;
	line-height: 46px;
	background: #ffffff;
	width: 40px;
	height:46px;
	text-align: center;
	pointer-events: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left:none;
}

/* Default Dots */

.default-dots .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-dots .owl-dot{
	position: relative;
	margin: 0 5px;
	height: 14px;
	width: 14px;
	border-radius: 10px;
	border: 2px solid rgba(112,112,112,.40);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-dots .owl-dot.active{
	border: 2px solid var(--thm-base);
	background: var(--thm-base);
}

.default-dots.light-dots .owl-dot{
	border: 2px solid rgba(255,255,255,.40);
}

.default-dots.light-dots .owl-dot.active{
	border: 2px solid #ffffff;
	background: #ffffff;
}

/* Default Arrows */

.default-nav .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-nav .owl-next,
.default-nav .owl-prev{
	position: relative;
	display: block;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	font-size: 16px;
	font-weight: 900;
	color: #525F7F;
	border: 1px solid #525F7F;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-nav .owl-next{
	right: 0;
	left: auto;
}

.default-nav .owl-next:hover,
.default-nav .owl-prev:hover{
	color: var(--thm-base);
	border-color: var(--thm-base);
}

.default-nav.light-nav .owl-next,
.default-nav.light-nav .owl-prev{
	border: 1px solid #ffffff;
	color: #ffffff;
}

.default-nav.light-nav .owl-next:hover,
.default-nav.light-nav .owl-prev:hover{
	background: #ffffff;
	color: #525F7F;
}

/*==========================
Accordian Box
===========================*/

.accordion-box {
	position: relative;
	margin-bottom: 30px;
}

.accordion-box .block {
	position: relative;
	background: #F9F9F9;
	border: 1px solid rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block:last-child{
	margin-bottom: 0;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 18px;
	color: #221E4C;
	line-height: 26px;
	font-weight: 600;
	padding: 17px 60px;
	cursor: pointer;
	font-family: Barlow;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block.active-block {
	background: #F9F9F9;
	border: 1px solid var(--thm-base);
}

.accordion-box .block .acc-btn .icon {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--thm-secnd);
	font-size: 18px;
	border-radius: 50px;
	font-weight: 900;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
	color: var(--thm-secnd);
}

.accordion-box .block .acc-btn.active .icon:before{
	content: "\f068";
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	padding: 0px 60px 45px;
}

.accordion-box .block .content p{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
}

.accordion-box .block .content p:last-child{
	margin-bottom: 0;
}

/*=======================
Scroll To Top style
=======================*/

.scroll-to-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:var(--thm-secnd);
	text-align:center;
	cursor:pointer;
	background-color: rgba(255, 115, 0, .30);
	z-index:100;
	display:none;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:var(--thm-secnd);
	color: #ffffff;
}

.anim-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.bg-dots-one{
	height: 318px;
	width: 318px;
}

.bg-shape-two{
	width: 355px;
	height: 278px;
	background-image: url(../images/icons/shape-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.anim-icons .icon{
	position: absolute;
}

.pattern-1{
	background-image: url(../images/icons/pattern-1.png);
	background-repeat: repeat;
	background-position: left top;
}

.bounce-y{
	-webkit-animation: bounce-y 15s linear infinite;
	animation: bounce-y 15s linear infinite;	
}

.bounce-x{
	-webkit-animation: bounce-x 15s linear infinite;
	animation: bounce-x 15s linear infinite;	
}

.zoom-one{
	-webkit-animation: zoom-one 15s linear infinite;
	animation: zoom-one 15s linear infinite;	
}



@-webkit-keyframes zoom-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoom-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@-webkit-keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}



@-webkit-keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/*** 

====================================================================
Main Header
====================================================================

***/

.header-span{
	position: relative;
	height: 110px;
	display: block;
	width: 100%;
}

.main-header{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index:999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.main-header .auto-container{
	max-width: 1430px;
}

.header-top{
	position: relative;
}

.header-top .inner-container{ 
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.06);
}

.header-top .top-left{
	position: relative;
}

.main-header .logo{
	position: relative;
	padding: 10px 0;
}

.main-header .logo img{
	max-width: 100%;
	height: auto;
}

.header-top .top-right{
	position: relative;
	padding: 10px 0;
}

.header-top .contact-list{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
}

.header-top .contact-list li{
	position: relative;
	padding: 9px 0;
	padding-left: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #525F7F;
	font-weight: 400;
	margin-right: 30px;
}

.header-top .contact-list li:last-child{
	margin: 0;
}

.header-top .contact-list li i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	line-height: 50px;
	margin-right: 8px;
	color: var(--thm-secnd);
}

.header-top .contact-list li a{
	color: #525F7F;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-upper{
	position: relative;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .main-box{
	position:relative;
	left:0px;
	top:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .nav-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:25px 0px;
	margin-right: 45px;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	color: #221E4C;
	text-transform: uppercase;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a .icon{
	position: relative;
	font-size: 22px;
	line-height: 24px;
	margin-left: 10px;
}

.main-menu .navigation > li.dropdown > a{
	padding-right: 25px;
}

.main-menu .navigation > li.dropdown > a:after{
	position: absolute;
	font-family: 'Flaticon';
	content: "\f126";
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	line-height:24px;
	font-size:10px;
	font-weight: 700;
	z-index:5;	
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover{
	color: var(--thm-secnd);
}

.main-menu .navigation > li > ul{
	position: absolute;
	left: 0px;
	top: 100%;
	width: 220px;
	z-index: 100;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:29px;
	font-weight:400;
	font-size:16px;
	color:#221E4C;
	text-align:left;
	margin: 0 30px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:var(--thm-secnd);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'flaticon';
	content: "\f170";
	position:absolute;
	right:0;
	top:11px;
	display:block;
	line-height:24px;
	font-size:11px;
	font-weight:900;
	z-index:5;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:220px;
	z-index:100;
	display:none;
	background-color:#ffffff;
	opacity:0;
	margin-top: -10px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	color:#221E4C;
	text-align:left;
	margin: 0 30px;
	text-transform:capitalize;
	border-bottom: 1px solid #e5e5e5;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:var(--thm-secnd);
}

.main-menu .navigation > li:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 40px;
	padding: 13px 0;
	height: 100%;
}

.main-header .outer-box .theme-btn{
	display: block;
	padding: 5px 10px;
	line-height: 28px;
	margin-left: 5px;
}

.main-header .ui-btn{
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: none;
	font-size: 20px;
	color: #000000;
	margin-right: 35px;
}

.main-header .ui-btn .count{
	position: absolute;
	right: -6px;
	top: -1px;
	height: 18px;
	width: 18px;
	line-height: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: var(--thm-secnd);
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	z-index: 9;
}

/*** 

====================================================================
Header Style Two
====================================================================

***/

.header-style-two{
	position: relative;
}

.header-style-two .main-box .nav-outer{
	margin-left: auto;
}

.header-style-two .ui-btn{
	margin-right: 0;
	margin-left: 35px;
}

.social-icon-one{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-icon-one a{
	font-size: 22px;
	color: var(--thm-secnd);
	line-height: 30px;
	display: block;
	margin-left: 30px;
}

/*** 

====================================================================
Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: 99999;
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.sticky-header.fixed-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.sticky-header .auto-container{
	max-width: 1400px;
}

.sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .logo img{
	height: 60px;
}

.sticky-header .nav-outer{
	background: none;
}

.sticky-header .inner-container{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sticky-header .main-menu .navigation > li{
	margin: 0;
	margin-left: 35px;
	padding: 20px 0;
}

.sticky-header .main-menu .navigation > li.current > a, 
.sticky-header .main-menu .navigation > li:hover > a{
	color: var(--thm-secnd);
}

.header-style-two .sticky-header .main-menu .navigation > li:before{
	display: none;
}

/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler{
	position: relative;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	color: var(--thm-secnd);
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 5px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
} 

.mobile-menu .menu-backdrop{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0,0,0,.80);
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	width: 100%;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-menu .nav-logo img{
	height: 50px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box{
	position: relative;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width:320px;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.mobile-menu .close-btn{
	position: relative;
	line-height: 25px;
	text-align: center;
	font-size: 22px;
	color: var(--thm-secnd);
	cursor: pointer;
	z-index: 10;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li > a{
	padding-left: 35px;
}

.mobile-menu .navigation li > ul > li > ul > li >a{
	padding-left: 50px;
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #707070;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:var(--thm-secnd);	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:0px;
	width:40px;
	height:44px;
	text-align:center;
	font-size:12px;
	line-height:44px;
	color:#707070;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.sec-title-outer .btn-box{
	margin-bottom: 60px;
}

.sec-title{
	position:relative;
	margin-bottom:60px;
}

.sec-title .sub-title{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #221E4C;
	margin-bottom: 10px;
}

.sec-title h2{
	position: relative;
	font-weight: 600;
	color: #221E4C;	
}

.sec-title p{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: #444444;
	margin-top: 40px;
}

.sec-title .text{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #525F7F;
	margin-top: 20px;
}

.sec-title.style-two.light .text,
.sec-title.light .text,
.sec-title.light p,
.sec-title.light h2{
	color: #ffffff;
}

.sec-title.style-two h2 span{
	position: relative;
	z-index: 1;
}

.sec-title.style-two h2 span:before{
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	border-bottom: 8px solid #FED938;
	content: "";
	z-index: -1;
}

.sec-title.style-two .text{
	color: #221E4C;
}

/*** 

====================================================================
Page Title
====================================================================

***/

.page-title{
	position: relative;
	padding: 160px 0px 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: var(--thm-base);
	opacity: 0.7;
}

.page-title .auto-container{
	position:relative;
}

.page-title h1{
	position:relative;
	font-weight: bold;
	line-height: 84px;
	color: #FFFFFF;
	margin-bottom: 17px;
}

.page-breadcrumb{
	position:relative;
	margin-top:5px;

}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:8px;
	padding-right:12px;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "\f170";
	right:-1px;
	top:1px;
	color:#ffffff;
	font-size:9px;
	font-weight: 900;
	font-family: 'flaticon';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:400;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#1c73ea;
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .icon{
	position: relative;
	display: inline-block;
	height: 110px;
	width: 110px;
	text-align: center;
	line-height: 110px;
	background-color: #ffffff;
	color: #247ffb;
	z-index: 1;
	padding-left: 5px;
	font-size: 20px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin:center; 
	-ms-transform-origin:center; 
	transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {-webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
	70% {-webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 

.background-image{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*** 

====================================================================
Banner Section
====================================================================

***/

.banner-section{
	padding: 0;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 730px;
}

.banner-section .content-column{
	max-width: 580px;
}

.banner-section .auto-container{
	max-width: 1200px;
}

.banner-section .content-column .inner-column{
	padding: 140px 0;
}

.banner-section h1{
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section.style-two h1{
	color:#221E4C;
}

.banner-section .active h1{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-section .text{
	opacity: 0;
	visibility: hidden;
	font-size: 18px;
	line-height: 28px;
	color: #fafafa;
	margin-bottom: 40px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section.style-two .text{
	color:#525F7F;
}

.banner-section .active .text{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .btn-box{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .active .btn-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-section .owl-dots{
	bottom: 30px;
}

.banner-section .owl-nav {
	display: none;
}

/* Style Two */

.banner-section.style-two{
}

.banner-section.style-two .content-column{
	max-width: 66.666667%;
}

.banner-section.style-two .auto-container{
	max-width: 1200px;
}

.banner-section.style-two .content-column .inner-column{
	padding: 140px 0;
	margin-left: -40px;
}

.banner-section.style-two .image-column .image-box{
	padding-top: 40px;
}

.banner-section.style-two h1{
	line-height: 84px;
}

.banner-section.style-two h1 span{
	position: relative;
	display: inline-block;
}

.banner-section.style-two h1 span:before{
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	border-bottom: 8px solid #FED938;
	content: "";
}

.banner-section.style-two .owl-dots{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 12px 20px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	bottom: 15px;
}

.banner-section .slide-item.style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#221E4C), color-stop(84.26%, rgba(34, 30, 76, 0)));
	background: -o-linear-gradient(left, #221E4C 0%, rgba(34, 30, 76, 0) 84.26%);
	background: linear-gradient(90deg, #221E4C 0%, rgba(34, 30, 76, 0) 84.26%);
	content: "";
}

.banner-section .image-column{
	position: relative;
}

.banner-section .image-column .image{
	position: relative;
	margin-right: -150px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .active .image-column .image{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .image-column .info-box-outer{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 0%;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 64px rgba(66, 69, 190, 0.16);
	box-shadow: 0px 4px 64px rgba(66, 69, 190, 0.16);
	border-radius: 140px;
	-webkit-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

.banner-section .active .image-column .info-box-outer{
	width: 460px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .image-column .info-box{
	position: relative;
	padding: 20px;
	padding-left: 115px;
	background-color: #ffffff;
	min-height: 94px;
	border-radius: 100px;
	background: #FFFFFF;
	border-radius: 140px;
	width: 460px;
}

.banner-section .image-column .info-box .thumb{
	position: absolute;
	left: 6px;
	top: 6px;
	height: 84px;
	width: 84px;
	border-radius: 50%;
	overflow: hidden;
}

.banner-section .image-column .info-box .thumb img{
	display: block;
	width: 100%;
}

.banner-section .image-column .info-box .name{
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: var(--thm-base);
}

.banner-section .image-column .info-box .designation{
	font-size: 14px;
	line-height: 22px;
	color: #525F7F;
}

.banner-section .slide-item.style-two .text,
.banner-section .slide-item.style-two h1{
	color: #ffffff;
}

.banner-section .slide-item.style-three{
	background-color: #FED938;
}

.banner-section .slide-item.style-three .image:before{
	position: absolute;
	left: 0;
	top: 140px;
	width: 561px;
	height: 561px;
	background: var(--thm-base);
	content: "";
	border-radius: 50%;
}

.banner-section .slide-item.style-three .text,
.banner-section .slide-item.style-three h1{
	color: #221E4C;
}

/*** 

====================================================================
Department Section
====================================================================

***/

.department-section{
	position: relative;
	padding: 120px 0;
}

.department-section .carousel-outer{
	margin: 0 -15px;
}

.department-section .department-carousel{
	padding-bottom: 44px;
}

.department-block{
	position: relative;
	padding: 15px;
	margin-bottom: 30px;
}

.department-block .inner-box{
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 20px 20px 26px;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
}

.department-block .inner-box:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
}

.department-block .inner-box:before{
	position: absolute;
	left: 50%;
	top: 20px;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	content: "";
	border-radius: 50%;
	background: rgba(66, 69, 190, .06);
}

.department-block .inner-box:hover:before{
	-webkit-transform: scale(6);
	-ms-transform: scale(6);
	transform: scale(6);
}

.department-block .icon-box{
	position: relative;
	height: 100px;
	width: 100px;
	background: rgba(66, 69, 190, .06);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	margin-bottom: 15px;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department-block .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(-180deg);
	-ms-transform: scale(-1) rotate(-180deg);
	transform: scale(-1) rotate(-180deg);
}

.department-block h4{
	position: relative;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.department-block h4 a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department-block .text{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.department-block .read-more{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: var(--thm-secnd);
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department-block .read-more span{
	font-size: 12px;
	font-weight: 700;
	margin-left: 2px;
}

.department-carousel .owl-next{
	right: -180px;
}

.department-carousel .owl-prev{
	left: -180px;
}

/*** 

====================================================================
Department Section Two
====================================================================

***/

.department-section-two{
	position: relative;
	padding: 120px 0;
}

.department-block-two{
	position: relative;
	margin-bottom: 30px;
}

.department-block-two .inner-box{
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	padding: 30px;
	padding-left: 190px;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department-block-two .inner-box:hover{
	-webkit-box-shadow: 0px 0px 2px rgba(66, 69, 190, 0.18);
	box-shadow: 0px 0px 2px rgba(66, 69, 190, 0.18);
}

.department-block-two .icon-box{
	position: absolute;
	left: 30px;
	top: 30px;
	height: 130px;
	width: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	margin-bottom: 15px;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department-block-two .inner-box:hover .icon-box{
	-webkit-animation: zoom-one 500ms;
	animation: zoom-one 500ms;
}

.department-block-two h4{
	position: relative;
	display: block;
	font-weight: 500;
	padding-top: 3px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.department-block-two h4 a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department-block-two h4 a:hover{
	color: var(--thm-secnd);
}

.department-block-two .text{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
	margin-bottom: 20px;
}

.department-block-two .read-more{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: var(--thm-secnd);
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department-block-two .read-more span{
	font-size: 12px;
	font-weight: 700;
	margin-left: 2px;
}

.department-section-two .btn-box{
	position: relative;
	text-align: center;
	margin-top: 30px;
}

/*** 

====================================================================
Department Details
====================================================================

***/

.department-detail-section{
	position:relative;
	padding:120px 0px 70px;	
}

.department-detail{
	position: relative;
	padding-left: 20px;
	margin-bottom: 50px;
}

.department-detail .text-box{
	position:relative;
	margin-bottom: 60px;
}

.department-detail .text-box h3{
	position: relative;
	font-weight: 600;
	line-height: 56px;
	color: #221E4C;
	margin-bottom: 20px;
}

.department-detail .text-box p{
	position:relative;
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
	margin-bottom: 26px;
}

.department-detail .text-box ul{
	margin-bottom: 30px;
}

.department-detail .two-column{
	position: relative;
	margin-top: 60px;
}

.department-detail .two-column .image{
	position: relative;
	margin-bottom: 40px;
}

.department-detail .two-column .image img{
	display: block;
	width: 100%;
}

.department-detail .accordion-box{
	margin-top: 30px;
}

.department-detail-section .sidebar-side{ 
	margin-bottom: 50px;
}











.timing-list{
	position: relative;
}

.timing-list li{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #221E4C;
	font-weight: 500;
	padding: 14px 0px 14px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.timing-list li a{
	position: relative;
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-list-two{
	position: relative;
}

.contact-list-two li{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #221E4C;
	font-weight: 500;
	padding: 14px 0px 14px;
	padding-left: 36px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.contact-list-two li .icon{
	position: absolute;
	left: 0;
	top: 14px;
	line-height: 30px;
	color: var(--thm-secnd);
	font-size: 22px;
}

.contact-list-two li a{
	position: relative;
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*** 

====================================================================
Welcome Section
====================================================================

***/

.welcome-section{
	position: relative;
	padding: 120px 0 0;
	background: #FAFAFA;
}

.fact-counter-one{
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding-top:30px;
}

.fact-counter-one .counter-column{
	position:relative;
	margin-bottom:50px;
}

.fact-counter-one .count-box{
	position: relative;
	font-size:58px;
	color:var(--thm-secnd);
	line-height: 1em;
	font-weight:700;
	font-family: 'Barlow', sans-serif;
}

.fact-counter-one .count-box .count-text{
	position:relative;
	display: inline-block;
	font-size:48px;
	color:#221E4C;
	line-height: 1em;
	font-weight:600;
	margin-bottom: 10px;
}

.fact-counter-one .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height:28px;
	font-weight:500;
	color:#525F7F;
}

/* Fact Count Two  */

.fact-counter-two{
	position: relative;
	text-align: center;
	background: #FED938;
	padding: 66px 0 16px;
	z-index: 2;
}

.fact-counter-two .counter-column{
	position:relative;
	margin-bottom:50px;
}

.fact-counter-two .count-box{
	position: relative;
	font-size:58px;
	color:#221E4C;
	line-height: 1em;
	font-weight:700;
	font-family: 'Barlow', sans-serif;
}

.fact-counter-two .count-box .count-text{
	position:relative;
	display: inline-block;
	font-size:58px;
	color:#221E4C;
	line-height: 1em;
	font-weight:700;
	margin-bottom: 10px;
}

.fact-counter-two .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height:28px;
	font-weight:500;
	color:#221E4C;
}

.welcome-section .our-mission{
	position: relative;
	margin-left: 195px;
	max-width: 750px;
}

.mission-block{
	position: relative;
	margin-bottom: 30px;
}

.mission-block h4{
	margin-bottom: 15px;
	font-weight: 500;
}

.welcome-section .image-box{
	position: relative;
	background: var(--thm-base);
	margin-top: 215px;
	z-index: 1;
}

.welcome-section .image-box .auto-container{
	max-width: 1800px;
}

.welcome-section .image-box:before{
	position: absolute;
	height: 250px;
	width: 100%;	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/icons/shape-1.png);
	content: "";
}

.welcome-section .image-box .image{
	position: relative;
	padding: 0 40px;
	margin-bottom: 0;
	z-index: 1;
}

.welcome-section .image-box .image img{
	margin-top: -200px;
	position: relative;
}

.welcome-section .image-box .bg-circle{
	position: absolute;
	right: 0;
	left: 0;
	top: -10px;
	width: 554px;
	height: 554px;
	background: var(--thm-secnd);
	border-radius: 50%;
	margin: 0 auto;
}

.welcome-section .image-box .bg-dots-one{
	position: absolute;
	left: auto;
	right: -240px;
	bottom: 0;
}

.appointment-outer{
	position: relative;
	background: #ffffff;
}

.appointment-outer .appointment-form{
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	border-top: 4px solid var(--thm-secnd);
	padding: 40px 60px;
	margin-top: -110px;
	z-index: 3;
}

.appointment-outer .bg-dots-one{
	position: absolute;
	left: -60px;
	bottom: -40px;
}

.welcome-section.style-two{
	overflow: hidden;
}

.welcome-section.style-two .sec-title{
	max-width: 770px;
}

.welcome-section.style-two .image-box{
	margin-top: 255px;
}

.welcome-section.style-two > .anim-icons .bg-dots-one{
	position: absolute;
	left: auto;
	right: -240px;
	top: 250px;
}

/*** 

====================================================================
Appointment Section
====================================================================

***/

.appoinment-section{
	position: relative;
	padding: 100px 0;
	background: #FAFAFA;
}

.appoinment-section .auto-container{
	max-width: 1540px;
}

.appoinment-section .form-column{
	position: relative;
}

.appoinment-section .form-column .inner-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-right: -40px;
}

.appoinment-section .appointment-form{
	position: relative;
	max-width: 680px;
	padding: 40px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
}

.appoinment-section .appointment-form .sec-title{
	margin-bottom: 30px;
}

.appoinment-section .form-column .image{
	position: relative;
	margin-bottom: 0;
	margin-right: 10px;
}

.appoinment-section .info-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.appoinment-section .info-column .inner-column{
	position: relative;
	padding-left: 125px;
}

.appoinment-section .info-column .divider{
	position: absolute;
	left: 15px;
	top: 50%;
	width: 95px;
	text-align: center;
	margin-top: -15px;
	font-size: 18px;
	line-height: 30px;
	color: #525F7F;
	text-transform: uppercase;
}

.appoinment-section .info-column .image{
	position: relative;
	margin-bottom: 30px;
}

.appoinment-section .info-column .phone-num{
	position: relative;
	font-family: Barlow;
	display: inline-block;
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	color: var(--thm-base);
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.appoinment-section .info-column .phone-num:hover{
	color: var(--thm-secnd);
}

.appoinment-section .info-column .text{
	font-size: 16px;
	line-height: 24px;
	color: #221E4C;
}

/*** 

====================================================================
Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 120px 0 90px;
}

.services-section .bg-dots-one{
	position: absolute;
	right: -190px;
	bottom: -80px;
}

.service-block{
	position: relative;
	margin-bottom: 30px;
}

.service-block .inner-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
}

.service-block .image{
	position: relative;
	overflow: hidden;
	min-width: 45%;
	margin-bottom: 0;
}

.service-block .image img{
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-block .inner-box .content{
	padding:30px 30px 30px 55px;
	position:relative;
}

.service-block h4{
	font-weight: 500;
	margin-bottom: 20px;
}

.service-block h4 a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block h4 a:hover{
	color: var(--thm-secnd);
}

.service-block p{
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
	margin-bottom: 24px;
}

.service-block .read-more{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: var(--thm-secnd);
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .read-more span{
	font-size: 12px;
	font-weight: 700;
	margin-left: 2px;
}

/*** 

====================================================================
Services Section Two
====================================================================

***/

.services-section-two{
	position: relative;
	padding: 120px 0 90px;
}

.service-block-two{
	position: relative;
	margin-bottom: 60px;
}

.service-block-two .inner-box{
	position: relative;
	background: #FFFFFF;
	padding-left: 120px;
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-block-two .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100px;
	background-color: rgba(66, 69, 190, .06);
	border-radius: 50%;
	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;
}

.service-block-two .icon-box .icon{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box:hover .icon-box .icon{
	-webkit-animation: zoom-one 500ms;
	animation: zoom-one 500ms;
}

.service-block-two h4{
	font-weight: 500;
	margin-bottom: 10px;
}

.service-block-two h4 a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two h4 a:hover{
	color: var(--thm-secnd);
}

.service-block-two p{
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
}

.services-section-two .image-column{
	position: relative;
}

.services-section-two .image-column .image-box{
	position: relative;
}

.services-section-two .image-column .image{
	position: relative;
	margin-bottom: 0;
	margin-right: -345px;
	padding-left: 100px;
}

.services-section-two .image-column .image img{
	width: 100%;
}

.services-section-two .image-box .bg-dots-one{
	position: absolute;
	left: 175px;
	bottom: 0px;
	z-index: 1;
}

/*** 

====================================================================
Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 120px 0;
	background: var(--thm-base);
}

.team-section:before{
	position: absolute;
	left: 55%;
	top: 0;
	width: 100%;
	background: var(--thm-secnd);
	content: "";
	height: 100%;
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

.team-section .team-carousel{
	padding-bottom: 52px;
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box{
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	border-radius: 0px;
}

.team-block .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.team-block .image img{
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team-block .content{
	position: relative;
	padding: 42px 25px 22px;
}

.team-block h6{
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	margin-bottom: 8px;
}

.team-block h6 a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block h6 a:hover{
	color: var(--thm-secnd);
}

.team-block .text{
	font-size: 14px;
	line-height: 22px;
	color: #525F7F;
}

.team-carousel .owl-next{
	right: -180px;
	margin-top: -60px;
}

.team-carousel .owl-prev{
	left: -180px;
	margin-top: -60px;
}

/*** 

====================================================================
Team Section Two
====================================================================

***/

.team-section-two{
	position: relative;
	padding: 120px 0 120px;
	background-color: #FAFAFA;
}

.team-section-two .bg-dots-one{
	position: absolute;
	left: -100px;
	bottom: 120px;
}

.team-block-two{
	position: relative;
	margin-bottom: 30px;
}

.team-block-two .inner-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:space-between;
	align-items:center;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	min-height: 230px;
}

.team-block-two .image{
	position: relative;
	overflow: hidden;
	min-width: 220px;
	margin-bottom: 0;
}

.team-block-two .image img{
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block-two .inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team-block-two .content{
	position: relative;
	padding: 30px;
	padding-left: 25px;
	width: 100%;
}

.team-block-two h4{
	font-weight: 500;
	color: #221E4C;
	margin-bottom: 13px;
}

.team-block-two h4 a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block-two h4 a:hover{
	color: var(--thm-secnd);
}

.team-block-two p{
	font-size: 14px;
	line-height: 22px;
	color: #525F7F;
	margin-bottom: 24px;
}

.team-block-two .read-more{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	font-size: 15px;
	color: #221E4C;
	line-height: 40px;
	text-align: center;
	background-color: #FED938;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-section-two .btn-box{
	position: relative;
	text-align: center;
	margin-top: 30px;
}

/*** 

====================================================================
Doctors Section
====================================================================

***/

.doctors-section{
	position: relative;
	padding: 120px 0;
}

.search-box-one{
	position: relative;
	margin-bottom: 30px;
}

.search-box-one .form-group{
	position:relative;
	margin-bottom: 0;	
}

.search-box-one .form-group input[type="text"],
.search-box-one .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size: 18px;
	line-height: 28px;
	color: #525F7F;
	width:100%;
	height:70px;
	border: 1px solid #ffffff;
	padding:20px 70px 20px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-box-one .form-group button{
	position:absolute;
	right: 0px;
	top: 0px;
	height:70px;
	width:70px;
	line-height:70px;
	display:block;
	font-size:22px;
	color:#221E4C;
	background: #FED938;
	font-weight:normal;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-box-one .form-group button:hover{
	color: #221E4C;
}

.doctors-section .content-side .row{
	margin: 0 -10px;
}

.doctors-section .content-side .row > div{
	padding: 0 10px;
}

/*==== Sidebar Side ======*/

.sidebar-widget{
	position: relative;
	margin-bottom: 60px;
}

.sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-widget .widget-title{
	position: relative;
	padding: 20px 20px;
	background: var(--thm-base);
}

.sidebar-widget .widget-title h4{
	color: #fff;
	line-height: 30px;
}

.sidebar-widget .widget-content{
	padding: 0px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.specialisties-list{
	position: relative;
	font-family: Barlow;
}

.specialisties-list li{
	position: relative;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.specialisties-list li a{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #221E4C;
	font-weight: 600;
	padding: 14px 0px 14px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.specialisties-list li a:before{
	position:absolute;
	content: "\f170";
	right:0px;
	top:15px;
	line-height: 30px;
	color:inherit;
	font-size:12px;
	font-weight: 900;
	font-family: 'flaticon';
}

.specialisties-list li a:hover,
.specialisties-list li.active a{
	color: var(--thm-secnd);
}

/*** 

====================================================================
Products Section
====================================================================

***/

.products-section{
	position: relative;
	padding: 120px 0;
}

.product-block{
	position: relative;
}

.product-block .inner-box{
	position: relative;
	text-align: center;
}

.product-block .thumb{
	position: relative;
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
}

.product-block .thumb img{
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-block .inner-box:hover .thumb img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-block h6{
	font-weight: 600;
	line-height: 160%;
	color: #031C3A;
}

.product-block h6 a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-block h6:hover a{
	color: var(--thm-secnd);
}

.product-block .price{
	font-size: 16px;
	line-height: 160%;
	color: #525F7F;
}

/*** 

====================================================================
Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position: relative;
	padding: 100px 0;
	background: #FAFAFA;
}

.fun-facts-section .bg-dots-one {
	position: absolute;
	right: -360px;
	top: -160px;
}

.fun-facts .counter-column{
	position:relative;
	margin-bottom:40px;
}

.fun-facts .counter-column .inner-column{
	position: relative;
	text-align: center;
}

.fun-facts .icon-box{
	position: relative;
	margin-bottom: 20px;
}

.fun-facts .count-box{
	position: relative;
	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;
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	color: #221E4C;
	margin-bottom: 10px;
}

.fun-facts .count-text{
	position: relative;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	color: #221E4C;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fun-facts .counter-title{
	position: relative;
	display: block;
	line-height: 28px;
	color: #221E4C;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*** 

====================================================================
Why Choose Us
====================================================================

***/

.why-choose-us{
	position: relative;
	padding: 120px 0 70px;
}

.why-choose-us:before{
	position: absolute;
	left: -130px;
	bottom: 0;
	width: 50%;
	height: 658px;
	content: "";
	background-color: #FAFAFA;
	content: "";
}

.why-choose-us .content-column{
	position: relative;
}

.why-choose-us .content-column .inner-column{
	position: relative;
	padding-left: 50px;
	padding-top: 60px;
}

.feature-block{
	position: relative;
	margin-bottom: 60px;
}

.feature-block .inner-box{
	position: relative;
	padding-left: 95px;
}

.feature-block .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 64px;
	width: 64px;
	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;
}

.feature-block .inner-box:hover .icon{
	-webkit-animation: zoom-one 500ms;
	animation: zoom-one 500ms;
}

.feature-block h4{
	font-weight: 500;
	color: #221E4C;
	margin-bottom: 12px;
}

.feature-block p{
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;	
}

.why-choose-us .images-column{
	position: relative;
	margin-bottom: 50px;
}

.why-choose-us .image{
	position: relative;
	margin-bottom: 0;
}

.why-choose-us .image img{
	display: block;
	width: 100%;
	-webkit-box-shadow: 15px 54px 64px rgba(30, 54, 76, 0.21);
	box-shadow: 15px 54px 64px rgba(30, 54, 76, 0.21);
}

.why-choose-us .bg-dots-one{
	position: absolute;
	left: -30px;
	bottom: -95px;
}

/*** 

====================================================================
Why Choose Us Two
====================================================================

***/

.why-choose-us-two{
	position: relative;
	padding: 100px 0;
	background-color: #221E4C;
}

.why-choose-us-two:before{
	position: absolute;
	left: -250px;
	bottom: 0;
	width: 50%;
	height: 100%;
	content: "";
	background-color: #FED938;
	content: "";
}

.why-choose-us-two .auto-container{
	max-width: 1290px;
}

.why-choose-us-two .content-column{
	position: relative;
}

.why-choose-us-two .content-column .inner-column{
	position: relative;
	margin-left: -48px;
}

.feature-block-two{
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.feature-block-two .inner-box{
	position: relative;
	padding: 25px;
	padding-left: 115px;
	background-color: rgba(255,255,255,.06);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover{
	background: #FED938;
}

.feature-block-two .icon{
	position: absolute;
	left: 25px;
	top: 25px;
	height: 64px;
	width: 64px;
	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;
}

.feature-block-two .icon svg path{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover svg path{
	fill: #221E4C;
}

.feature-block-two h4{
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 12px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover h4{
	color: #221E4C;
}

.feature-block-two p{
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	-webkit-transition: all 300ms ease;	
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover p{
	color: #221E4C;
}

.why-choose-us-two .images-column{
	position: relative;
}

.why-choose-us-two .image{
	position: relative;
	margin-bottom: 0;
}

.why-choose-us-two .image img{
	display: block;
}

.why-choose-us-two .bg-dots-one{
	position: absolute;
	left: 230px;
	bottom: 0px;
	z-index: 1;
	width :318px ;
	height: 224px;
}

/*** 

====================================================================
Faqs Section
====================================================================

***/

.faqs-section{
	position: relative;
	padding: 120px 0 10px;
}

.faqs-section .accordion-column{
	position: relative;
	margin-bottom: 50px;
}

.faqs-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.faqs-section .image-column .image-box{
	position: relative;
	margin-top: -70px;
}

.faqs-section .image-column .bg-dots-one{
	position: absolute;
	left: 50px;
	bottom: 80px;
}

.faqs-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

/***

====================================================================
Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 120px 0;
}

.testimonial-section .outer-box{
	position: relative;
	background-color: var(--thm-base);
}

.testimonial-section .images-column{
	position: relative;
	text-align: center;
}

.testimonial-section .image-box{
	position: relative;
}

.testimonial-section .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.testimonial-section .image-box .image img{
	margin-top: -60px;
}

.testimonial-section .image-box .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.testimonial-section .image-box .bg-shape-two{
	position: absolute;
	left: 52px;
	top: -100px;
}

.testimonial-section .image-box .bg-dots-one{
	position: absolute;
	left: 52px;
	top: -100px;
	width: 355px;
}

.testimonial-section .slider-column .inner-column{
	padding: 60px 0;
	padding-right: 55px;
}

.testimonial-block{
	position: relative;
}

.testimonial-block .inner-box{
	position: relative;
	padding: 30px 30px;
}

.testimonial-block .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 71px;
	width: 87px;
	content: "";
	background-image: url(../images/icons/icon-quote.png);
	opacity: .1;
}

.testimonial-block .text{
	position: relative;
	color: #ffffff;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
	opacity: 0.8;
}

.testimonial-block .name{
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.testimonial-block .designation{
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}

/*** 

====================================================================
Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 120px 0;
}

.testimonial-section-two .sec-title{
	margin-bottom: 45px;
}

.testimonial-section-two .outer-box{
	position: relative;
	margin: 0 -20px;
	padding-right: 150px;
}

.testimonial-carousel-two .owl-stage-outer{
	overflow: visible;
}

.testimonial-section-two .outer-box:before{
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 9;
	content: "";
}

.testimonial-block-two{
	position: relative;
	padding: 20px;
}

.testimonial-block-two .inner-box{
	position: relative;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	border-radius: 10px;
	padding: 30px 24px 32px;
}

.testimonial-block-two h5{
	font-weight: 600;
	line-height: 30px;
	color: #221E4C;
	margin-bottom: 10px;
}

.testimonial-block-two .text{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #221E4C;
	margin-bottom: 16px;
}

.testimonial-block-two .name{
	font-size: 16px;
	line-height: 24px;
	color: #031C3A;
	font-weight: 700;
	margin-bottom: 4px;
}

.testimonial-block-two .date{
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #525F7F;
	margin-bottom: 16px;
}

.tp-rating{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tp-rating .tp-star{
	height: 24px;
	width: 24px;
	background-image: url(../images/icons/tp-star.png);
	margin-right: 2px;
}

.tp-rating .tp-star.half{
	background-image: url(../images/icons/tp-star-half.png);
}

.testimonial-carousel-two .owl-nav{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	top: -100px;
	right: -150px;
	left: auto;
}

.testimonial-carousel-two .owl-nav .owl-next{
	margin-left: 30px;
}

.testimonial-section-two .bottom-box{
	position: relative;
	margin-top: 50px;

}

.testimonial-section-two .bottom-box .text{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #221E4C;
}

.testimonial-section-two .bottom-box .tp-logo,
.testimonial-section-two .bottom-box .tp-rating,
.testimonial-section-two .bottom-box .reviews{
	margin-left: 15px;
}

.testimonial-section-two .bottom-box .reviews{
	font-size: 18px;
	font-weight: 600;
}

.testimonial-section-two .bottom-box .reviews span{
	font-size: 16px;
	font-weight: 500;
}

.testimonial-section-two .bg-dots-one{
	position: absolute;
	right: -360px;
	bottom: -160px;
}

/***

====================================================================
News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 120px 0;
	background-color: #FAFAFA;
}

.news-block{
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box{
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .image-box .image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block .lower-content{
	position: relative;
	padding: 30px;
}

.news-block .post-date{
	position: absolute;
	bottom:0px;
	right:0px;
	font-size: 16px;
    line-height: 26px;
    color: #221E4C;
    padding: 8px 15px;
    font-weight: 500;
    background: #F4F7F7;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.news-block .lower-content .post-info{
	position:relative;
	margin-bottom:10px;
	flex-wrap:wrap;
}

.news-block h5{
	position: relative;
	font-weight: 500;
	line-height: 30px;
	color: #221E4C;
	margin-bottom: 20px;
}

.news-block h5 a{
	display: inline-block;
	color: inherit;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block h5:hover{
	color: var(--thm-secnd);
}

.news-block .read-more {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: var(--thm-secnd);
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .read-more span{
	font-size: 12px;
	font-weight: 700;
	margin-left: 5px;
}

.news-section .btn-box{
	text-align: center;
	margin-top: 30px;
}

/*** 

====================================================================
Blog Classic
====================================================================

***/

.sidebar-page-container{
	position: relative;
	padding: 120px 0 70px;
}

.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 50px;
}

.blog-classic{
	position: relative;
	padding-right: 30px;
}

.news-block-two{
	position: relative;
}

.news-block-two .inner-box{
	position: relative;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.news-block-two .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.news-block-two .image img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box:hover .image a img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-two .lower-content{
	position: relative;
	padding: 20px 35px 0;
}

.news-block-two h3{
	position: relative;
	line-height: 1.4em;
	font-size: 34px;
	color: #221E4C;
	font-weight: 600;
	margin-bottom: 15px;
}

.news-block-two h3 a{
	color: #221E4C;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two h3 a:hover{
	color: var(--thm-base);
}

.news-block-two .post-info{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.news-block-two .post-info li,
.news-block .lower-content .post-info li{
	position: relative;
	font-size: 14px;
	color: #525F7F;
	line-height: 25px;
	font-weight: 400;
	margin-right: 20px;
	padding-right: 15px;
}

.news-block-two .post-info .icon,
.news-block .lower-content .post-info .icon{
	margin-right: 10px;
	color: #525F7F;
}

.news-block-two .post-info li:before,
.news-block .lower-content .post-info li:before{
	position: absolute;
	right: -5px;
	top: 10px;
	height: 5px;
	width: 5px;
	background: #525F7F;
	opacity: 0.4;
	content: "";
}

.news-block-two .post-info li:last-child:before,
.news-block .lower-content .post-info li:last-child:before{
	display: none;
}

.news-block-two p{
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
	margin-bottom: 30px;
}

.news-block-two .other-info,
.news-block .other-info{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.news-block-two .comments{
	font-size: 14px;
	color: #221E4C;
	font-weight: 400;
	line-height: 22px;
}

.news-block-two .comments .icon{
	position: relative;
	margin-right: 10px;
	font-size: 18px;
	top: 2px;
	line-height: 22px;
}

.news-block .social-share,
.news-block-two .social-share{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	color: rgba(68, 68, 68, 1);
	font-weight: 500;
	text-transform: uppercase;
} 

.news-block .social-share a,
.news-block-two .social-share a{
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: rgba(68, 68, 68, .6);
	font-size: 14px;
	margin-left: 10px;
	border-radius: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .social-share.sin a{
	margin-left:0px;
}

.news-block .social-share a:last-child,
.news-block-two .social-share a:last-child{
	margin-right:10px;
}

.news-block .social-share a:hover,
.news-block-two .social-share a:hover{
	color: #ffffff;
	background: var(--thm-base);
}

/*=== Latest News ===*/

.sidebar .recent-post{
	position: relative;
}

.sidebar .recent-post .widget-content{
	padding: 30px 20px 0;
}

.recent-post .post{
	position: relative;
	padding-left: 92px;
	min-height: 90px;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.recent-post .post:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.recent-post .post-thumb{
	position: absolute;
	left: 0;
	top: 0;	
	height: 70px;
	width: 77px;
	overflow: hidden;
	margin-bottom: 10px;
	background-position:center center;
	background-repeat:none;
	background-size:cover;
}

.recent-post .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-post .post:hover .post-thumb img{
	opacity: .9;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.recent-post .post h6{
	position: relative;
	color: #221E4C;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 4px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-post .post h6:hover {
	color: #221E4C;
}

.recent-post .post .post-info{
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: rgba(82, 95, 127, .8);
	font-weight: 400;
}

/*Popular Tags*/

.sidebar .sidebar-widget.tags .widget-content{
	padding: 20px 20px 15px;
}

.sidebar .popular-tags{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
}

.sidebar .popular-tags li{
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar .popular-tags a{
	position:relative;
	display:block;
	font-size: 14px;
	line-height: 22px;
	color: #525F7F;
	padding: 5px 15px;
	text-align:center;
	background:none;
	font-weight:400;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:var(--thm-secnd);
	background-color:var(--thm-secnd);
	color:#ffffff;	
}

/***

====================================================================
Blog Detail
====================================================================

***/

.blog-detail{
	position: relative;
	padding-right: 40px;
}

.blog-detail .news-block-two{
	position: relative;
}

.blog-detail .news-block-two p{
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
}

.blog-detail .news-block-two .text{
	font-size: 18px;
	line-height: 28px;
	color: #221E4C;
	margin-bottom: 28px;
}

.blog-detail .two-column{
	position: relative;
	margin: 0 -10px 10px;
}

.blog-detail .two-column .image{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.blog-detail .two-column .image img{
	display: block;
	width: 100%;
}

.blockquote-style-one{
	position: relative;
	padding: 40px 30px 30px;
	background: #221E4C;
	margin-top: 40px;
	margin-bottom: 30px;
	border-left: 4px solid var(--thm-secnd);
}

.blockquote-style-one:before{
	position: absolute;
	left: 40px;
	top: 28px;
	content: "\f16b";
	font-family: 'Flaticon';
	font-size: 54px;
	line-height: 1em;
	color: #ffffff;
	opacity: .3;
}

.blog-detail .news-block-two .blockquote-style-one p,
.blockquote-style-one p{
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 15px;
}

.blockquote-style-one cite{
	position: relative;
	font-family: Barlow;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FED938;
	font-style: normal;
	margin-bottom: 0;
}

.blog-detail .list-style-three{
	margin-bottom: 30px;
}

.blog-detail .post-image img{
	display: block;
	width: 100%;
}

.blog-detail .social-share{
	position: relative;
	align-items: center;
	font-size: 12px;
	line-height: 22px;
	color: #221E4C;
	font-weight: 600;
	text-transform: uppercase;
} 

.blog-detail .social-share span.title{
	margin-right: 20px;
}

.blog-detail .social-share a{
	position:relative;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-right: 15px;
	text-align: center;
	font-size:14px;
	border-radius: 50%;
	color: rgba(68, 68, 68, .6);
	background: #F9F9F9;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.blog-detail .social-share a:hover{
	color: #ffffff;
	background: var(--thm-base);
}

/*** 

====================================================================
Comment Area
====================================================================

***/

.group-title{
	position: relative;
	font-weight: 600;
	color: #221E4C;
	font-weight: 700;
	margin-bottom: 15px;
}

.comments-area{
	position:relative;
	margin-top: 60px;
}

.comments-area .comment-box{
	position: relative;
	border-bottom: 2px solid rgba(112,112,112,.10);
	padding: 0px 0 30px;
	margin-bottom: 30px;
}

.comments-area > .st-comment-item:last-child .comment-box:last-child{
	border-bottom: none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.comments-area .comment-box.reply-comment{
	margin-left: 100px;
}

.comments-area .comment{
	position:relative;
	min-height: 90px;
	padding-left: 120px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	border:3px solid rgba(66, 69, 190, .06);
	height: 90px;
	width: 90px;
	margin-bottom: 10px;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-box .name{
	position: relative;
	display: block;
	color: #221E4C;
	font-weight: 600;
	margin-bottom: 0px;
	font-size:18px;
}

.comments-area .comment-box .text{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
}

.comments-area .info-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top:20px;
}

.comments-area .comment-box .date{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: #525F7F;
}

.comments-area .comment-box .date i{
	margin-right: 10px;
}

.comments-area .comment-box .reply-btn{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 22px;
	color: #525F7F;
	font-weight: 500;
	margin-right: 30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn i{
	margin-right: 10px;
}

.comments-area .comment-box .reply-btn:hover{
	opacity: .5;
}

/*** 

====================================================================
Comment Form
====================================================================

***/

.comment-form{
	position: relative;
	margin-top:60px;
}

.comment-form .group-title{
	margin-bottom: 50px;
}

.comment-form .form-outer{
	position: relative;
	max-width: 770px;
}

.comment-form  .rating-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comment-form .form-group textarea{
	height: 90px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	min-width: 240px
}

/*** 

====================================================================
Styled Pagination
====================================================================

***/

.styled-pagination,
.pagination-wrapper .pagination{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.styled-pagination li,
.pagination-wrapper li {
	position:relative;
	margin-right: 12px;
}

.styled-pagination li a,
.pagination-wrapper li a,
.pagination-wrapper li > span{
	position:relative;
	display: block;
	height:46px;
	width:46px;
	font-size: 14px;
	font-weight:600;color: #fff;
	background-color:var(--thm-base);
	line-height: 46px;
	text-transform:capitalize;
	text-align:center;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active,
.pagination-wrapper li a:hover,
.pagination-wrapper li > span{
	color: #fff;
	background-color:var(--thm-secnd);
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
	background: none;
	font-size: 18px;
}

/***

==================================================================
Contact Page Section
==================================================================

***/

.contact-page-section{
	position: relative;
	padding: 120px 0 70px;
}

.contact-page-section .bg-dots-one {
	position: absolute;
	right: -0px;
	top: 244px;
}

.contact-page-section .sec-title p{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #555555;
	margin-top: 20px;
}

.contact-page-section .form-column{
	margin-bottom: 50px;
}

.contact-page-section .form-column .inner-column{
	position: relative;
	padding: 40px 40px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	margin-right: 50px;
}

.contact-page-section .form-column .text{
	font-size: 16px;
	line-height: 24px;
	color: #525F7F;
}

.contact-page-section .form-column textarea{
	height: 100px;
}

.contact-page-section .info-column{
	margin-bottom: 50px;
}

.contact-page-section .info-column  .sidebar-widget{
	max-width: 340px;
	-webkit-box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	box-shadow: 0px 4px 44px rgba(66, 69, 190, 0.08);
	z-index: 1;
	background: #ffffff;
}

.contact-page-section .info-column  .widget-content{
	padding-top: 10px;
}

.contact-list-two li .icon{
	color: #525F7F;
}

/***

==================================================================
Map Section
==================================================================

***/

.map-section{
	position: relative;
}

.map-area{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:670px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f9f9f9;
}

/***

==================================================================
Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background: #001332;
}

.main-footer .widgets-section{
	position: relative;
	padding: 100px 0 10px;
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .footer-column .widget-title{
	margin-bottom:30px;
	color: #ffffff;
}

.main-footer .about-widget{
	position: relative;
	margin-top: -5px;
}

.main-footer ul.social-media-texts li p{
	color: rgba(255,255,255,.6);
}

.main-footer .logo{
	position:relative;  
	margin-bottom: 30px;
}

.main-footer .logo img{
	width:40%;
}

.main-footer .footer-logo figure{
	margin: 0;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%; 
}

.main-footer .contact-list{
	position: relative;
}

.main-footer .contact-list li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255,255,255,.6);
	padding-left: 35px;
	margin-bottom: 20px;
	margin-left: 2px;
}

.main-footer .contact-list li:last-child{
	margin-bottom: 0;
}

.main-footer .contact-list li i{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 24px;
	color: #ffffff;
	font-size: 22px;
}

.main-footer .contact-list li a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover{
	color: #1c73ea;
}

/*=== User LInks ===*/

.main-footer .links-widget{
	padding-left: 30px;
}

.user-links{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.user-links li{
	position: relative;
	font-size: 16px;
	width: 100%;
	line-height: 24px;
	color: rgba(255,255,255,.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;

}

.user-links.two-column li{
	width: 50%;
}

.user-links li:last-child{
	margin-bottom: 0;
}

.user-links li a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.user-links li a:hover{
	color: var(--thm-secnd);
}

.footer-widget.newslatter-widget{
	margin-left: -30px;
}

.subscribe-form{
	position:relative;
}

.subscribe-form .text{
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	margin-bottom: 20px;
}

.subscribe-form .form-group{
	position:relative;
	margin-bottom: 0;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"]{
	position: relative;
	display:block;
	height:40px;
	width:100%;
	font-size:16px;
	line-height:20px;
	color: #221E4C;
	padding: 10px 20px;
	background: #FFFFFF;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group .theme-btn{
	margin-top: 20px;
	width: 100%;
	display: block;
	border-radius: 0;
}

/*Social Icon Two*/

.main-footer .social-links{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.main-footer .social-links li{
	position:relative;
	margin-right: 32px;
}

.main-footer .social-links li:last-child{
	margin-right: 0;
}

.main-footer .social-links li a{
	position:relative;
	display:block;
	font-size:24px;
	color:rgba(255, 255, 255, 0.6);
	text-align: center;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .social-links li a:hover{
	color:var(--thm-secnd);
}

/*=== Footer Bottom ===*/

.footer-bottom{
	position: relative;
	width: 100%;
}

.footer-bottom .inner-container{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid rgba(129,176,63,.20);
}

.footer-bottom .copyright-text{
	position: relative;
	padding: 10px 0;
}

.footer-bottom .copyright-text p{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	color: #505050;
	font-weight: 400;
	color:rgba(255, 255, 255, 0.6);
}

.footer-bottom .copyright-text a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-bottom .copyright-text a:hover{
	color: var(--thm-secnd);
}

.footer-bottom .footer-nav{
	position: relative;
}

.footer-bottom .footer-nav ul{
	position: relative;
	padding:10px 0;
}

.footer-bottom .footer-nav ul li{
	position: relative;
	float: left;
	margin-left: 35px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color:rgba(255, 255, 255, 0.6);
}

.footer-bottom .footer-nav ul li:first-child{
	margin-left: 0;
	padding-left: 0;
}

.main-footer.style-two{
	background-color: #221E4C;
}

/************************
		RTL STATT
************************/
.rtl .header-top .inner-container,
.rtl .main-header .main-box,
.rtl .service-block.updated .inner-box,
.rtl .sec-title-outer,
.rtl .row,
.rtl .news-block .lower-content .post-info,
.rtl .news-block-two .other-info, 
.rtl .news-block .other-info,
.rtl .team-block-two .inner-box,
.rtl testimonial-block-two .tp-rating,
.rtl .testimonial-section-two .bottom-box .text,
.rtl .appoinment-section .form-column .inner-column,
.rtl .service-block .inner-box,
.rtl .news-block-two .post-info li, 
.rtl .news-block .lower-content .post-info li,
.rtl .footer-widget.widget_pages ul,
.rtl .footer-bottom .inner-container,
.rtl .news-block-two .post-info,
.rtl .sidebar-page-container .news-block-two .post-info li,
.rtl .sb-wrap-comt{
	flex-direction: row-reverse;
}
.rtl .main-menu .navigation > li{
	float:right;
	margin-right:0px;
	margin-left:45px;
}
.rtl .main-menu .navigation > li:last-child{
	margin-left:0px;
}
.rtl .main-header .outer-box{
	margin-left:0px;
	margin-right:40px;
}
.rtl .main-menu .navigation > li.dropdown > a{
	padding-right:0px;
	padding-left:25px;
}
.rtl .service-block.updated .image{
	margin-right:0px;
	margin-left:20px;
}
.rtl .main-menu .navigation > li.dropdown > a::after,
.rtl .main-menu .navigation > li > ul > li.dropdown > a::after{
	right:auto;
	left:0;
}
.rtl .style-one .banner-carousel .slide-item{
	transform: scaleX(-1);
}
.rtl .banner-section.style-one .content-column{
	transform: scaleX(-1);
	text-align: right;
}
.rtl .appointment-form .sec-title h2{
	text-align:right;
}
.rtl .default-form .form-group select{
	text-align:right;
	background-position: 15px center;
}
.rtl .default-form .form-group .icon{
	right:auto;
	left:20px;
}
.rtl .default-form .form-group input[type="text"], 
.rtl .default-form .form-group input[type="password"], 
.rtl .default-form .form-group input[type="number"], 
.rtl .default-form .form-group input[type="email"], 
.rtl .default-form .form-group input[type="date"], 
.rtl .default-form .form-group input[type="time"], 
.rtl .default-form .form-group input[type="url"], 
.rtl .default-form .form-group textarea, 
.rtl .default-form .form-group select,
.rtl .service-block.updated .inner-box .content,
.rtl .team-block.updated .content,
.rtl .sec-title-outer,
.rtl .feature-block .inner-box,
.rtl .testimonial-block .inner-box,
.rtl .news-block .lower-content,
.rtl .main-menu .navigation > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .why-choose-us-two .image,
.rtl .why-choose-us-two .content-column .inner-column,
.rtl .department-block-two .inner-box,
.rtl .services-section-two .services-column,
.rtl .team-block-two .content,
.rtl .testimonial-section-two .sec-title,
.rtl .testimonial-block-two .inner-box,
.rtl .appoinment-section .info-column .inner-column,
.rtl .welcome-section.style-two .sec-title,
.rtl .mission-block,
.rtl .faqs-section,
.rtl .main-footer .about-widget,
.rtl .main-footer .footer-widget,
.rtl .footer-bottom .copyright-text,
.rtl .footer-bottom .footer-nav,
.rtl .department-detail,
.rtl .sidebar-widget,
.rtl .team-block .content,
.rtl .page-title,
.rtl .news-block-two .lower-content,
.rtl .blog-detail .news-block-two .text,
.rtl .comments-area,
.rtl .comment-form,
.rtl .contact-page-section-two .contact-info-widget,
.rtl .contact-page-section-two .form-column .inner-column{
	text-align:right;
}
.rtl .team-section::before{
	left:auto;
	right:55%;
}
.rtl .feature-block .inner-box{
	padding-left:0px;
	padding-right:95px;
}
.rtl .feature-block .icon{
	left:auto;
	right:0;
}
.rtl .news-block-two .post-info li, 
.rtl .news-block .lower-content .post-info li{
	padding:0 0 0 15px;
	margin:0 0 0 20px;
}
.rtl .news-block-two .post-info li::before, 
.rtl .news-block .lower-content .post-info li::before{
	right:auto;
	left:-5px;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a::after{
	transform: rotate(180deg);
}
.rtl .main-menu .navigation > li > ul{
	left:auto;
	right:0;
}
.rtl .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;
}
.rtl .banner-section .image-column .image{
	margin-right:0px;
	margin-left:-150px;
}
.rtl .banner-section.style-two .content-column .inner-column{
	margin-left:0px;
	margin-right:-40px;
	text-align:right;
}
.rtl .why-choose-us-two::before{
	left:auto;
	right:-250px;
}
.rtl .why-choose-us-two .image img{
	display:inline-block;
}
.rtl .why-choose-us-two .content-column .inner-column{
	margin-left:0px;
	margin-right:-48px;
}
.rtl .feature-block-two .inner-box{
	padding-left:0px;
	padding-right:115px;
}
.rtl .feature-block-two .icon{
	left:auto;
	right:25px;
}
.rtl .department-block-two .inner-box{
	padding-left:0px;
	padding-right:190px;
}
.rtl .department-block-two .icon-box{
	left:auto;
	right:30px;
}
.rtl .services-section-two .image-column .image{
	margin-right:0px;
	margin-left:-345px;
	padding-left:0px;
	padding-right:100px;
}
.rtl .service-block-two .inner-box{
	padding-left:0px;
	padding-right:120px;
	align-items:flex-end;
}
.rtl .service-block-two .icon-box{
	left:auto;
	right:0px;
}
.rtl .services-section-two .image-box .bg-dots-one{
	left:0px;
	right:175px;
}
.rtl .testimonial-carousel-two .owl-nav{
	justify-content:flex-start;
	left:22px;
	right:auto;
}
.rtl .testimonial-section-two .bottom-box .tp-logo, 
.rtl .testimonial-section-two .bottom-box .tp-rating, 
.rtl .testimonial-section-two .bottom-box .reviews{
	margin-left:0px;
	margin-right:15px;
}
.rtl .appoinment-section .info-column .inner-column{
	padding-left:0px;
	padding-right:125px;
}
.rtl .appoinment-section .info-column .divider{
	left:auto;
	right:15px;
}
.rtl .appoinment-section .form-column .inner-column{
	margin-right:0px;
	margin-left:-40px;
}
.rtl .service-block .inner-box .content{
	padding:30px 55px 30px 30px;
}
.rtl .service-block .inner-box .content .icon-box{
	left:auto;
	right:-40px;
}
.rtl .why-choose-us .bg-dots-one{
	left:auto;
	right:-30px;
}
.rtl .news-block-two .post-info .icon, 
.rtl .news-block .lower-content .post-info .icon{
	margin-right:0px;
	margin-left:10px;
}
.rtl .welcome-section .our-mission{
	margin-left:0px;
	margin-right:195px;
}
.rtl .welcome-section.style-two .sec-title{
	max-width:940px;
}
.rtl .main-footer .contact-list li{
	margin-left:0px;
	padding-left:0px;
	margin-right:2px;
	padding-right:35px;
}
.rtl .main-footer .contact-list li i,
.rtl .recent-post .post-thumb,
.rtl .list-style-two li::before,
.rtl .contact-list-two li .icon,
.rtl .list-style-three li::before,
.rtl .comments-area .comment-box .author-thumb,
.rtl .contact-info-widget .contact-list li i{
	left:auto;
	right:0;
}
.rtl .recent-post .post{
	padding-left:0px;
	padding-right:92px;
}
.rtl .list-style-two li{
	padding-left:0px;
	padding-right:34px;
}
.rtl .contact-list-two li{
	padding-left:0px;
	padding-right:36px;
}
.rtl .menu-services-widgets-container .menu li a::before{
	right:auto;
	left:0;
	transform:rotate(180deg);
}
.rtl .sidebar-page-container .news-block-two .post-info li{
	display:flex;
}
.rtl .sidebar-page-container .news-block-two .social-share{
	margin-left:10px;
}
.rtl .blockquote-style-one::before{
	left:auto;
	right:40px;
}
.rtl .list-style-three li{
	padding-left:0px;
	padding-right:22px;
}
.rtl .comments-area .comment{
	padding-left:0px;
	padding-right:120px;
}
.rtl .contact-info-widget .contact-list li{
	padding-left:0px;
	padding-right:36px;
}
.rtl .contact-page-section-two .default-form .form-group .icon{
	left:10px;
	right:auto;
}