 :root {
	--thm-font: 'Kumbh Sans', sans-serif;
	--thm-gray: #797989;
	--thm-gray-rgb: 121, 121, 137;
	--thm-primary: #001789;
	--thm-primary-rgb: 0, 23, 137;
	--thm-black: #000000;
	--thm-black-rgb: 0, 0, 0
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%
}

body,
html {
	height: 100%
}

body {
	color: #2a2a2a;
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	font-family: var(--thm-font)
}

button:focus {
	outline: 0
}

button {
	cursor: pointer;
	border: none;
	background: 0 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--thm-primary);
	font-weight: 700;
	line-height: 1.25em;
	font-family: var(--thm-font);
	margin: 0
}

h3 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 700
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
	border: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out
}

textarea:focus {
	outline: 0
}

::-moz-selection {
	background: var(--thm-black);
	color: #fff;
	text-shadow: none
}

::-moz-selection {
	background: var(--thm-black);
	color: #fff;
	text-shadow: none
}

::selection {
	background: var(--thm-black);
	color: #fff;
	text-shadow: none
}

::placeholder {
	color: #555;
	opacity: 1
}

::-moz-placeholder {
	color: #555;
	opacity: 1
}

:-ms-input-placeholder {
	color: #555;
	opacity: 1
}

.main-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	z-index: 999;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0;
	background: rgba(255, 255, 255, .98);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	z-index: 0
}

.sticky-header .logo {
	position: relative;
	display: block;
	padding: 2px 0 0
}

.sticky-header .logo a {
	position: relative;
	display: inline-block
}

.sticky-header .main-menu .navigation>li {
	margin-right: 35px
}

.sticky-header .main-menu .navigation>li>a {
	color: var(--thm-black);
	padding: 40px 0 40px
}

.sticky-header .main-menu .navigation>li:hover>a {
	color: var(--thm-base)
}

.sticky-header .main-menu .navigation>li>a span:before {
	display: none
}

.sticky-header .main-menu .navigation>li>a:before {
	display: none
}

.sticky-header .main-menu.style6 .navigation>li>a {
	color: var(--thm-black);
	padding: 38px 0 38px
}

.main-menu .navigation.scroll-nav>li:hover>a {
	color: var(--thm-base)
}

.header-style-one {
	position: relative
}

.header-top {
	position: relative;
	display: block;
	background: #fff;
	padding: 5px 0;
	z-index: 1
}

.header-top .outer-box {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.header-top__left {
	position: relative;
	display: block
}

.main-logo-box {
	position: relative;
	display: block
}

.main-logo-box a {
	position: relative;
	display: inline-block
}

.header-top__right {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.header-contact-info-style1 {
	position: relative;
	display: block
}

.header-contact-info-style1 ul {
	position: relative;
	display: block;
	overflow: hidden
}

.header-contact-info-style1 ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 30px
}

.header-contact-info-style1 ul li:last-child {
	margin-right: 0
}

.header-contact-info-style1 ul li .icon {
	position: relative;
	width: 50px
}

.header-contact-info-style1 ul li .icon,
.header-contact-info-style1 ul li .text {
	display: table-cell;
	vertical-align: middle
}

.header-contact-info-style1 ul li .icon span:before {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #f2f3fa;
	border-radius: 50%;
	color: var(--thm-base);
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	transition: all .2s ease;
	z-index: 3
}

.header-contact-info-style1 ul li:hover .icon span:before {
	color: #fff;
	transform: scale(.9);
	background: 0 0
}

.header-contact-info-style1 ul li .icon span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--thm-primary);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(90deg);
	-ms-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 1
}

.header-contact-info-style1 ul li:hover .icon span:after {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0);
	-ms-transform: perspective(400px) rotateX(0);
	transform: perspective(400px) rotateX(0)
}

.header-contact-info-style1 ul li .text {
	position: relative;
	padding-left: 20px
}

.header-contact-info-style1 ul li .text p {
	position: relative;
	top: -2px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 3px
}

.header-contact-info-style1 ul li .text h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700
}

.header-contact-info-style1 ul li .text h5 a {
	color: var(--thm-primary);
	transition: all .2s linear;
	transition-delay: .1s
}

.header-contact-info-style1 ul li .text h5 a:hover {
	color: var(--thm-base)
}

.header-button-style1 {
	position: relative;
	display: block;
	line-height: 0;
	margin-left: 50px
}

.header {
	position: relative;
	display: block;
	background: rgba(255, 255, 255, .9);
	z-index: 1;
	margin-bottom: -99px
}

.header .outer-box {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.header-left {
	position: relative;
	display: flex;
	align-items: center
}

.main-menu.style1 {}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: inherit;
    display: block;
}

.main-menu .navigation>li {
    position: inherit;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
  .img-holder.equip img {
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-in-out .1s opacity .2s ease-in;
    height: 300px;
    object-fit: contain;
}
.main-menu .navigation>li:last-child {
    margin-right: 0;
}
.single-blog-style1 h3 a {
    text-transform: capitalize;
}
ul.conduct.conduct3 li{
	width: 33%;
}
ul.conduct.conduct2.conduct3 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: black;
    padding: 15px;
    color: white;
}
.cartrr li {
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 6px rgb(219 219 219 / 16%), 0 3px 6px rgb(150 150 150 / 23%);
    padding: 3px 10px;
    margin-top: 4px;
}
.main-menu .navigation>li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 27px 0px 28px;
    color: #464647;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    opacity: 1;
    z-index: 1;
    word-spacing: 7px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: var(--thm-base);
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    right: 0px;
    font-family: Fontawesome;
    content: "\f107";
    font-size: 16px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.main-menu .navigation>li.dropdown:hover>a:after,
.main-menu .navigation>li.dropdown.current>a:after {
    transform: rotate(180deg);
}



.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 290px;
    padding: 22px 0px 25px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    -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);
    -moz-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);
    z-index: 100;
}

.main-menu .navigation>li>ul:after {
    position: absolute;
    top: -3px;
    left: 0px;
    right: 0;
    height: 3px;
    content: '';
    background: var(--thm-base);
    border-radius: 0px;
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    padding: 0 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 9px 0px 9px;
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    letter-spacing: normal;
    font-family: var(--thm-font);
    z-index: 1;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    background-color: var(--thm-primary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ffffff;
    padding-left: 10px;
    letter-spacing: .1em;
}


.main-menu .navigation>li>ul>li.dropdown {}

.main-menu .navigation>li>ul>li.dropdown:after {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 4px 0;
    text-align: right;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover:after {
    color: #ffffff;
}



.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 270px;
    padding: 22px 0 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    z-index: 100;
}

.main-menu .navigation>li>ul>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    height: 100%;
    content: '';
    background-color: #ffffff;
    -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);
    -moz-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);
    z-index: -1;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation>li>ul>li>ul:after {
    position: absolute;
    top: -3px;
    left: 0px;
    right: 0;
    height: 3px;
    content: '';
    background: var(--thm-base);
    border-radius: 0px;
    z-index: -1;
}



.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 9px 0px 9px;
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    letter-spacing: normal;
    font-family: var(--thm-font);
    z-index: 1;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    background-color: var(--thm-primary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff;
    padding-left: 20px;
    letter-spacing: .1em;
}




/** Megamenu Style **/
.main-menu .navigation>li>.megamenu {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    padding: 22px 0 25px;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid var(--thm-base);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    z-index: 100;
}

.main-menu .navigation>li>.megamenu:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #ffffff;
    -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);
    -moz-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);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover .megamenu {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation>li>.megamenu:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    width: 1px;
    background: var(--thm-primary);
    opacity: 0.10;
}

.main-menu .navigation>li>.megamenu .row {
    margin-right: 0px;
    margin-left: 0px;
}

.main-menu .navigation>li>.megamenu .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu .navigation>li>.megamenu li {
    position: relative;
    display: block;
    padding: 0 30px;
    width: 100%;
}




.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 9px 0px 9px;
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    letter-spacing: normal;
    font-family: var(--thm-font);
    z-index: 1;
}

.main-menu .navigation>li>.megamenu li>a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    background-color: var(--thm-primary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .navigation>li>.megamenu li:hover>a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation>li>.megamenu li:hover>a {
    color: #ffffff;
    padding-left: 20px;
    letter-spacing: .1em;
}



.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    color: #fff;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}




.header-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-social-link {
    position: relative;
    display: block;
}

.header-social-link ul {}

.header-social-link ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}

.header-social-link ul li:last-child {
    margin-right: 0;
}

.header-social-link ul li a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    color: var(--thm-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.header-social-link ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.header-social-link ul li:hover a:before {
    transform: scaleX(1.0);
}

.header-social-link ul li:hover a {
    color: #ffffff;
}



/*==============================================
    Main Header Style2 Css        
===============================================*/
.header-style-two {
    position: relative;
}

.header-top-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 35px 0;
    z-index: 1;
}

.header-top-style2 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-style2__left {
    position: relative;
    display: block;
}



.header-top-style2__middle {
    position: relative;
    display: block;
}

.logo-box-style2 {
    position: relative;
    display: block;
}

.logo-box-style2 a {
    position: relative;
    display: inline-block;
}



.header-top-style2__right {
    position: relative;
    display: block;
}



.header-style2 {
    position: relative;
    display: block;
    background: transparent;
    margin-bottom: -75px;
    z-index: 1;
}

.header-style2 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: var(--thm-primary);
}

.header-style2__middle {
    position: relative;
    display: block;
}

.main-menu.style2 .navigation>li>a {
    color: #9ea8db;
}

.main-menu.style2 .navigation>li:hover>a,
.main-menu.style2 .navigation>li.current>a {
    color: var(--thm-base);
}
/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider.style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: 1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--thm-primary);
    opacity: 0.50;
    z-index: -1;
}

.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider .auto-container {
    position: relative;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.main-slider .slide {
    position: relative;
    display: block;
    padding-top: 200px;
    padding-bottom: 230px;
}

.main-slider .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.main-slider .sub-title {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider .active .sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider .sub-title h3 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--thm-font);
}

.main-slider .sub-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
    height: 1px;
    background: #ffffff;
}


.main-slider .content .big-title {
    position: relative;
    display: block;
    margin-top: 21px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(20deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(20deg) translateY(80px);
    transform: perspective(400px) rotateY(20deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider .active .content .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider .content .big-title h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: none;
}


.main-slider .content .btns-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    margin-top: 45px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider .active .content .btns-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider .content .btns-box a {
    padding-left: 50px;
    padding-right: 50px;
}



.slider-contact-info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 10;
}

.slider-contact-info {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    background: #ffffff;
    float: right;
    padding: 47px 60px 30px;
    padding-bottom: 0;
}

.slider-contact-info .icon {
    width: 100px;
}

.slider-contact-info .icon .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: var(--thm-base);
    border-radius: 50%;
    color: #ffffff;
    font-size: 60px;
    z-index: 1;
}

.slider-contact-info .icon .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: -1;
}

.slider-contact-info:hover .icon .inner:before {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.slider-contact-info .icon .inner span:before {
    position: relative;
    display: inline-block;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.slider-contact-info:hover .icon .inner span:before {
    transform: scale(0.8);
}

.slider-contact-info .icon,
.slider-contact-info .text {
    display: table-cell;
    vertical-align: middle;
}

.slider-contact-info .text {
    position: relative;
    padding-left: 30px;
}

.slider-contact-info .text h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}

.slider-contact-info .text h2 a {
    color: var(--thm-primary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.slider-contact-info .text h2 a:hover {
    color: var(--thm-base);
}

.slider-contact-info .text p {
    line-height: 30px;
    margin: 8px 0 0;
}



/*=== Main Slider Nav Style=========*/
.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 15%;
    height: 150px;
    line-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 500ms ease;
    z-index: 3;
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scaleX(1.0) translateY(-50%);
}

.main-slider .owl-theme .owl-nav .owl-prev,
.main-slider .owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, .20);
    font-size: 25px;
    line-height: 66px;
    font-weight: 100;
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-prev span:before {
    transition: all 100ms ease;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.main-slider .owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.main-slider .owl-theme .owl-nav .owl-prev:hover,
.main-slider .owl-theme .owl-nav .owl-next:hover {
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
}

.banner-carousel .owl-dots {
    display: block;
}




.main-slider.style2 .owl-theme .owl-nav {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0px;
    opacity: 1;
    line-height: 0;
    transform: scaleX(1.0) translateY(-50px);
    transition: all 500ms ease;
}

.main-slider.style2 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.main-slider.style2 .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}







/*===== Main Slider Dot Style ====*/
.main-slider .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 70px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    display: none;
}

.main-slider .banner-carousel.owl-carousel .owl-dots:before {
    content: "";
    position: absolute;
    top: auto;
    left: 6px;
    bottom: auto;
    width: 3px;
    height: 95px;
    background: #262626;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider:hover .banner-carousel.owl-carousel .owl-dots {
    opacity: 1;
    transform: scaleX(1.0) translateX(0px);
}

.main-slider .banner-carousel.owl-carousel button.owl-dot {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: #262626;
    float: none;
    border-radius: 50%;
    margin: 20px 0px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-slider .banner-carousel.owl-carousel button.owl-dot.active:before {
    transform: scaleX(1.0);
}

.main-slider .banner-carousel.owl-carousel button.owl-dot.active {
    background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}




/*** 
=====================================================
	Main Slider style2 Css
=====================================================
***/
.main-slider.style2 {
    position: relative;
    display: block;
}

.main-slider.style2 .slide .image-layer:before {
    opacity: 0.60;
}

/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
 .about-style1-area {
	position: relative;
	display: block;
	background: #fff;
	padding: 70px 0 70px;
	z-index: 9
}

.about-style1__image {
	position: relative;
    display: block;
    max-width: 510px;
    width: 100%;
    padding-right: 14px;
    margin-top: 54px;
}
ul.conduct {
    margin: 7px 97px;
    display: inline-block;
}
ul.conduct li {
    float: left;
    width: 50%;
    margin: 0 auto; 
	text-align: left;
    padding-left: 5%;
}
span.Maharashtra {
    width: 20px;
    height: 20px;
    background: #3fa3b0;
    display: inline-block;
    margin-top: 13px;
}
span.Karnataka {
    width: 20px;
    height: 20px;
    background: #f5ed70;
    display: inline-block;
    margin-top: 13px;
}
span.Andhra {
    width: 20px;
    height: 20px;
    background: #d4a87b;
    display: inline-block;
    margin-top: 13px;
}
span.Tamil {
    width: 20px;
    height: 20px;
    background: #f3cf81;
    display: inline-block;
    margin-top: 13px;
}
ul.conduct.conduct2 {
    margin: 0;
}
.about-style1__image::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 165px;
	width: 5px;
	background: var(--thm-base);
	content: "";
	transition: all .9s linear;
	transition-delay: .1s;
	z-index: 1
}

.about-style1__image:hover::before {
	bottom: 0
}

.about-style1__image .overlay-content {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: -35px;
	right: 0;
	background: #fff;
	padding: 44px 50px 44px;
	z-index: 5
}

.about-style1__image .overlay-content .icon {
	position: relative;
	display: block;
	color: var(--thm-base);
	font-size: 60px;
	line-height: 60px
}

.about-style1__image .overlay-content .icon span::before {
	position: relative;
	display: inline-block;
	top: 4px
}

.about-style1__image .overlay-content .text {
	position: relative;
	display: block;
	margin-left: 20px
}

.about-style1__image .overlay-content .text p {
	margin: 0
}

.about-style1__image .overlay-content .text h2 {
	font-size: 40px;
	line-height: 1em;
	font-weight: 400
}

.about-style1__image .inner {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1
}

.about-style1__image .inner::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .1) 100%);
	transform: skewX(15deg);
	z-index: 1
}

.about-style1__image:hover .inner::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s
}

.about-style1__image .inner img {
	width: 100%;
	transition: all .5s linear;
	transition-delay: .2s
}

.about-style1__image:hover .inner img {
	transform: scale(1.1) rotate(0);
	transition: all .5s linear;
	transition-delay: .1s
}

.about-style1__content {
	position: relative;
	display: block;
	margin-left: -5px
}

.about-style1__content .sec-title {
	padding-bottom: 20px
}

.about-style1__content .inner-content {
	position: relative;
	display: block
}

.about-style1__content .inner-content .text {
	position: relative;
	display: block;
	margin-bottom: 4px
}

.about-style1__content .inner-content .text p {
	font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    color: #323232;
}

.about-style1__content .single-text-box {
	position: relative;
	display: block
}

.about-style1__content .single-text-box h3 {
	color: var(--thm-primary);
	font-size: 22px;
	line-height: 27px;
	font-weight: 700;
	margin-bottom: 12px
}

.about-style1__content .single-text-box h3 span::before {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	font-size: 18px;
	line-height: 18px;
	padding-right: 17px
}

.about-style1__content .single-text-box p {
	line-height: 30px;
	margin: 0
}

.about-style1__content .inner-content .btns-box {
	position: relative;
	display: block;
	line-height: 0;
	margin-top: 51px
}

.about-style2-area {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background: #fff;
	z-index: 9
}

.about-style2__content {
	position: relative;
	display: block;
	max-width: 500px;
	width: 100%
}

.about-style2__content .sec-title {
	padding-bottom: 30px
}

.about-style2__content .inner-content {
	position: relative;
	display: block
}

.about-style2__content .inner-content .text {
	position: relative;
	display: block;
	padding-bottom: 39px
}

.about-style2__content .inner-content .text p {
	margin: 0
}

.about-style2__image {
	position: relative;
	display: block;
	max-width: 600px;
	width: 100%;
	padding-left: 70px;
	padding-bottom: 70px;
	float: right
}

.about-style2__image .inner {
	position: relative;
	display: block;
	overflow: hidden
}

.about-style2__image .inner::before {
	position: absolute;
	top: 90%;
	left: 90%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background-color: rgba(var(--thm-base-rgb), .9);
	border-radius: 50%;
	-webkit-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	opacity: 0;
	z-index: 1
}

.about-style2__image:hover .inner::before {
	-webkit-animation: circle .95s;
	animation: circle .95s
}

.about-style2__image .inner img {
	width: 100%;
	transition: all 2.5s ease .1s
}

.about-style2__image:hover .inner img {
	transform: scale(1.2) rotate(3deg)
}

.about-style2__image .overlay-image {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 330px;
	width: 100%;
	overflow: hidden;
	z-index: 5
}

.about-style2__image .overlay-image img {
	width: 100%;
	transition: all 2.5s ease .1s
}

.about-style2__image:hover .overlay-image img {
	transform: scale(1.2) rotate(1deg)
}

.about-style3-area {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background: #fff;
	z-index: 9
}

.about-style3__image {
	position: relative;
	display: block;
	max-width: 510px;
	width: 100%
}

.about-style3__image .inner {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1
}

.about-style3__image .inner::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .1) 100%);
	transform: skewX(15deg);
	z-index: 1
}

.about-style3__image:hover .inner::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s
}

.about-style3__image .inner img {
	width: 100%;
	transition: all .5s linear;
	transition-delay: .2s
}

.about-style3__image:hover .inner img {
	transform: scale(1.1) rotate(0);
	transition: all .5s linear;
	transition-delay: .1s
}

.about-style3__content {
	position: relative;
	display: block
}

.about-style3__content .sec-title {
	padding-bottom: 37px
}

.about-style3__content .inner-content {
	position: relative;
	display: block
}

.about-style3__content .inner-content .text {
	position: relative;
	display: block;
	padding-bottom: 17px
}

.about-style3__content .inner-content .text p {
	margin: 0
}

.about-style3__content .inner-content .single-box {
	position: relative;
	display: block
}

.about-style3__content .inner-content .single-box ul li {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--thm-primary);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px
}

.about-style3__content .inner-content .single-box ul li span:before {
	position: relative;
	display: inline-block;
	padding-right: 8px;
	color: var(--thm-base)
}

.blog-style1-area {
	position: relative;
	display: block;
	background: #fff;
	padding: 60px 0 40px;
	z-index: 9
}

.blog-style1-area .gray-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f2f3fa;
	min-height: 517px;
	z-index: -1
}

.single-blog-style1 {
	position: relative;
	display: block;
	margin-bottom: 40px
}

.single-blog-style1 .img-holder {
	position: relative;
	display: block;
	overflow: hidden
}

.single-blog-style1 .img-holder::before {
	position: absolute;
	top: 70%;
	left: 70%;
	bottom: 70%;
	right: 70%;
	content: '';
	width: 0;
	height: 0;
	background-color: rgba(var(--thm-base-rgb), .9);
	border-radius: 50%;
	-webkit-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	opacity: 0;
	z-index: 10
}

.single-blog-style1:hover .img-holder::before {
	opacity: 1;
	-webkit-animation: circle .95s;
	animation: circle .95s
}

.single-blog-style1 .img-holder img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease-in-out .1s opacity .2s ease-in
}

.single-blog-style1:hover .img-holder img {
	transform: scale(1.1) rotate(1deg)
}

.single-blog-style1 .text-holder {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	padding: 15px 20px 16px;
	margin-left: 30px;
	margin-top: -60px;
	transition: all .2s linear;
	transition-delay: .1s
}

.single-blog-style1:hover .text-holder {
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15)
}

.single-blog-style1 .text-holder .meta-info {
	position: relative;
	display: block;
	margin-bottom: 8px
}

.single-blog-style1 .text-holder .meta-info p {
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	margin: 0
}

.single-blog-style1 .text-holder .meta-info p span::before {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	font-size: 15px;
	line-height: 15px;
	top: 2px;
	padding-right: 3px
}

.single-blog-style1 .text-holder h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 13px
}

.single-blog-style1 .text-holder h3 a {
	color: var(--thm-primary)
}

.single-blog-style1 .text-holder h3 a:hover {
	color: var(--thm-base)
}

.single-blog-style1 .text-holder p {
	font-size: 16px;
	line-height: 23px;
	margin: 0
}

.single-blog-style1 .text-holder .btn-box {
	position: relative;
	display: block;
	margin-top: 2px
}

.single-blog-style1 .text-holder .btn-box a {
	color: var(--thm-primary);
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em
}

.single-blog-style1 .text-holder .btn-box a:hover {
	color: var(--thm-base)
}

.blog-page-one {
	position: relative;
	display: block;
	background: #fff;
	padding: 120px 0 120px;
	z-index: 10
}

.blog-content-box {
	position: relative;
	display: block
}

.blog-details-page {
	position: relative;
	display: block;
	background: #fff;
	padding: 120px 0 120px;
	z-index: 10
}

.blog-details-content {
	position: relative;
	display: block
}

.blog-details-content .single-blog-style1 {
	margin: 0
}

.blog-details-content .single-blog-style1 .text-holder .text p+P {
	margin-top: 22px
}

.blog-style2-area {
	position: relative;
	display: block;
	background: #f2f3fa;
	padding: 120px 0 120px;
	z-index: 10
}

.blog-style2__title {
	position: relative;
	display: block;
	z-index: 10
}

.blog-style2__title .sec-title {
	padding-bottom: 38px
}

.blog-style2__title .text {
	position: relative;
	display: block;
	padding-bottom: 36px
}

.blog-style2__title .text p {
	margin: 0
}

.blog-style2-custom-nav {
	position: relative;
	display: flex;
	align-items: center
}

.blog-style2-custom-nav button {
	position: relative;
	display: block;
	width: 40px;
	height: 40px
}

.blog-style2-custom-nav button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--thm-base);
	border-radius: 50%;
	transform: scale(0);
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	z-index: -1
}

.blog-style2-custom-nav button:hover:before {
	transform: scale(1)
}

.blog-style2-custom-nav button span {
	position: relative;
	display: block;
	color: var(--thm-primary);
	transition: all .5s ease
}

.blog-style2-custom-nav button:hover span {
	color: #fff
}

.blog-style2-custom-nav button.owl-nav-next {
	margin-left: 0;
	transform: rotate(0)
}

.blog-style2-area .single-blog-style1 {
	margin: 0
}

.blog-style2-area .single-blog-style1 .text-holder {
	padding: 37px 30px 30px
}

.blog-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
	display: none
}
/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    z-index: 11;
}

.breadcrumb-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.breadcrumb-area-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    opacity: 0.70;
    content: "";
    z-index: -1;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 202px 0 150px;
    text-align: center;
    z-index: 10;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}

.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
}


.breadcrumb-menu {
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.breadcrumb-menu ul {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 14px 50px 14px;
    border-radius: 25px;
}

.breadcrumb-menu ul li {
    position: relative;
    float: none;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 13px;
    margin-right: 13px;
    font-family: var(--thm-font);
}

.breadcrumb-menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-menu ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background: var(--thm-gray);
    transform: rotate(25deg);
}

.breadcrumb-menu ul li:last-child:before {
    display: none;
}

.breadcrumb-menu ul li a {
    color: var(--thm-primary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li:hover a,
.breadcrumb-menu ul li.active {
    color: var(--thm-base);
}
/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
 .testimonial-style1-area {
	position: relative;
	display: block;
	padding: 60px 0 4px;
	background: #fff;
	z-index: 10
}

.testimonial-style1-area .shape {
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 2
}

.testimonial-style1-area .shape img {
	opacity: .08
}

.testimonial-style1-content {
	position: relative;
	display: block;
	z-index: 1
}

.testimonial-style1-content .bg-color {
	position: absolute;
	top: -74px;
	left: 111px;
	bottom: -79px;
	right: -9999999px;
	background: var(--thm-primary);
	z-index: -1
}

.single-testimonial-style1 {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	z-index: 11
}

.single-testimonial-style1 .img-holder {
	position: relative;
	display: block;
	max-width: 480px;
	width: 100%;
	overflow: hidden
}

.single-testimonial-style1 .img-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thm-primary);
	opacity: 0;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	z-index: 1
}

.single-testimonial-style1:hover .img-holder:before {
	opacity: .7
}

.single-testimonial-style1 .img-holder img {
	width: 100%
}

.single-testimonial-style1:hover .img-holder img {
	transform: scale(1.1) rotate(2deg)
}

.single-testimonial-style1 .overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3
} 

.single-testimonial-style1 .overlay-content .quote-icon img {
	position: relative;
	display: inline-block;
	width: auto
}

.single-testimonial-style1 .review-box {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 140px;
	height: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3
}

.single-testimonial-style1 .text-holder {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	overflow: hidden
}

.single-testimonial-style1 .text-holder .sec-title--style2 {
	padding-bottom: 38px
}

.single-testimonial-style1 .text-holder .text {
	position: relative;
	display: block
}

.single-testimonial-style1 .text-holder .text p {
	color: #9ea8db;
	font-size: 18px;
	line-height: 31px;
	margin: 0
}

.single-testimonial-style1 .text-holder .text h3 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 33px 0 0
}

.single-testimonial-style1 .text-holder .text h3 span {
	color: #9ea8db;
	font-size: 16px;
	font-weight: 400
}

.testimonial-carousel.owl-nav-style-one.owl-theme .owl-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999
}

.testimonial-page {
	position: relative;
	display: block;
	background: #fff;
	padding: 120px 0 70px;
	z-index: 10
}

.testimonial-style2__single {
	position: relative;
	display: block;
	margin-bottom: 50px
}

.testimonial-style2__single .img-holder {
	position: relative;
	display: block;
	width: 170px;
	height: 170px;
	overflow: hidden;
	margin: 0 auto 30px;
	background-color: var(--thm-base)
}

.testimonial-style2__single .img-holder img {
	width: 100%;
	transition: all .5s linear;
	transition-delay: .2s
}

.testimonial-style2__single:hover .img-holder img {
	transform: scale(1.1) rotate(2deg);
	opacity: .2;
	transition: all .5s linear;
	transition-delay: .1s
}

.testimonial-style2__single .text-holder {
	position: relative;
	display: block;
	background: #fff;
	padding: 41px 30px 40px;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	transition: all .2s linear;
	transition-delay: .1s
}

.testimonial-style2__single:hover .text-holder {
	background: var(--thm-base)
}

.testimonial-style2__single .text-holder::before {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 60px;
	margin: 0 auto;
	border-bottom: 20px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transition: all .2s linear;
	transition-delay: .1s;
	content: ""
}

.testimonial-style2__single:hover .text-holder::before {
	border-bottom: 20px solid var(--thm-base)
}

.testimonial-style2__single .text-holder p {
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 21px;
	transition: all .2s linear;
	transition-delay: .1s
}

.testimonial-style2__single:hover .text-holder p {
	color: #fff
}

.testimonial-style2__single .text-holder .border-box {
	position: relative;
	display: block;
	width: 220px;
	height: 1px;
	background: #f2f3fa;
	margin: 0 auto
}

.testimonial-style2__single .text-holder .border-box:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--thm-base)
}

.service-style1-area {
	position: relative;
	display: block;
	padding: 70px 0 40px;
	background: #fff;
	z-index: 10
}

.service-style1-area::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 480px;
	right: 0;
	background: #f2f3fa;
	content: "";
	z-index: -1
}

.single-service-style1 {
	position: relative;
	display: block;
	margin-bottom: 40px
}

.single-service-style1 .img-holder {
	position: relative;
	display: block;
	overflow: hidden
}

.single-service-style1 .img-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-color: var(--thm-base);
	z-index: 1;
	transform: scale(.9);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all .4s cubic-bezier(.62, .21, .45, 1.52)
}

.single-service-style1:hover .img-holder:before {
	opacity: .7;
	transform: scale(1);
	transition: all .7s cubic-bezier(.62, .21, .45, 1.52)
}

.single-service-style1 .img-holder img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease-in-out .1s opacity .2s ease-in
}

.single-service-style1:hover .img-holder img {
	transform: scale(1.1) rotate(1deg)
}

.single-service-style1 .text-holder {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	padding: 25px 16px 20px
}

.single-service-style1 .text-holder::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	background: var(--thm-base);
	transform: scaleX(0);
	transition: all .5s linear;
	transition-delay: .1s
}

.single-service-style1:hover .text-holder::before {
	transform: scaleX(1)
}

.single-service-style1 .text-holder h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 12px
}

.single-service-style1 .text-holder h3 a {
	color: var(--thm-primary)
}

.single-service-style1 .text-holder h3 a:hover {
	color: var(--thm-base)
}

.single-service-style1 .text-holder p {
	font-size: 16px;
	line-height: 24px;
	margin: 0
}

.single-service-style1 .text-holder .btn-box {
	position: relative;
	display: block;
	margin-top: 15px
}

.single-service-style1 .text-holder .btn-box a {
	color: var(--thm-primary);
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em
}

.single-service-style1 .text-holder .btn-box a:hover {
	color: var(--thm-base)
}

.single-service-style1 .text-holder .btn-box a span::before {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding-left: 2px;
	top: 3px
}

.service-page {
	position: relative;
	display: block;
	padding: 120px 0 80px;
	background: #fff;
	z-index: 10
}

.service-details-area {
	position: relative;
	display: block;
	background: #fff;
	padding: 120px 0 120px;
	z-index: 10
}

.view-all-service {
	position: relative;
	display: block
}

.service-details-contact-info {
	position: relative;
	display: block;
	background: var(--thm-base);
	padding: 53px 50px 58px;
	margin-top: 30px;
	z-index: 1
}

.service-details-contact-info h3 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 9px
}

.service-details-contact-info p {
	color: #c8c8c8;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	margin: 0
}

.service-details-contact-info h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 26px 0 0
}

.service-details-contact-info h2 a {
	color: #fff
}

.service-details__content {
	position: relative;
	display: block
}

.service-details__content .img-box1 {
	position: relative;
	display: block;
	overflow: hidden
}

.service-details__content .img-box1::after {
	position: absolute;
	top: 0;
	left: -100%;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(var(--thm-base-rgb), .1) 0, rgba(var(--thm-base-rgb), .5) 50%, rgba(255, 255, 255, .9) 100%);
	transform: skewX(-15deg);
	z-index: 2
}

.service-details__content .img-box1:hover::after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s
}

@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.service-details__content .img-box1 img {
	width: auto
}

.service-details__content .img-box1:hover img {
	transform: scale(1.3) rotate(1deg)
}

.service-details__content .text-box1 {
	position: relative;
	display: block;
	margin-top: 42px
}

.service-details__content .text-box1 h2 {
	font-size: 25px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 16px;
}

.service-details__content .text-box1 p {
	font-size: 18px;
	line-height: 34px;
	margin: 0
}

.service-details__content .text-box1 p+p {
	margin-top: 20px
}

.service-details__content .text-box2 {
	position: relative;
	display: block;
	margin-top: 48px;
	margin-bottom: 50px
}

.service-details__content .text-box2 .text-box2-single {
	position: relative;
	display: block;
	background: #f2f3fa;
	padding: 44px 40px 23px;
	transition: all .2s linear;
	transition-delay: .1s
}

.service-details__content .text-box2 .text-box2-single:hover {
	background: #fff;
	box-shadow: 0 0 60px 20px rgb(0 0 0 / 8%)
}

.service-details__content .text-box2 .text-box2-single h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 14px
}

.service-details__content .text-box2 .text-box2-single h4 span::before {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	font-size: 20px;
	top: 2px;
	padding-right: 7px
}

.service-details__content .text-box3 {
	position: relative;
	display: block
}

.service-details__content .text-box3 p {
	font-size: 18px;
	line-height: 34px;
	margin: 0
}

.service-details__content .text-box4 {
	position: relative;
	display: block;
	margin-top: 48px
}

.service-details__content .text-box4 .content-box {
	position: relative;
	display: block;
	margin-top: -7px
}

.service-details__content .text-box4 .content-box h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px
}

.service-details__content .text-box4 .content-box p {
	color: var(--thm-base);
	font-size: 20px;
	line-height: 34px;
	margin: 0
}

.service-details__content .text-box4 .content-box ul {
	position: relative;
	display: block;
	margin-top: 33px
}

.service-details__content .text-box4 .content-box ul li {
	position: relative;
	display: block;
	margin-bottom: 18px;
	color: var(--thm-gray);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400
}

.service-details__content .text-box4 .content-box ul li:last-child {
	margin-bottom: 0
}

.service-details__content .text-box4 .content-box ul li span::before {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	font-size: 20px;
	top: 2px;
	padding-right: 7px
}

.service-details__content .text-box4 .img-box {
	position: relative;
	display: block
}

.service-details__content .text-box4 .img-box img {
	width: 100%
}

 
.bottom-parallax .footer-area { 
	left: 0;
	bottom: 0;
	right: 0;
	height: 670px
}

.footer-area {
	position: relative;
	display: block;
	background: #000000;
	z-index: 10
}

.footer-area-shape {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 820px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background-color: var(--thm-primary);
	background-blend-mode: luminosity;
	opacity: .15
}

.footer-area-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .95;
	background-color: var(--thm-black);
	transform: scale(1);
	transform-origin: bottom;
	transform-style: preserve-3d;
	transition: all .5s ease .1s
}

.footer {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 81px;
    padding-bottom: 76px;
	z-index: 9
}

.single-footer-widget {
	position: relative;
	display: block
}

.single-footer-widget.margintop {
	margin-top: 42px
}

.single-footer-widget .title {
	position: relative;
	display: block;
	margin-top: -3px
}

.single-footer-widget .title h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize
}

.single-footer-widget .our-company-info {
	position: relative;
	display: block
}

.single-footer-widget .our-company-info .footer-logo {
	position: relative;
	display: block
}

.single-footer-widget .our-company-info .footer-logo a {
	position: relative;
	display: inline-block
}

.single-footer-widget .our-company-info .text-box {
	position: relative;
	display: block;
	padding-top: 30px;
	padding-bottom: 34px
}

.single-footer-widget .our-company-info .text-box p {
	color: #9ea8db;
	font-size: 15px;
	line-height: 32px;
	font-weight: 700;
	margin: 0
}

.footer-widget-contact-info {
	position: relative;
	display: block
}

.footer-widget-contact-info ul {
	position: relative;
	display: block
}

.footer-widget-contact-info ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: 13px;
	padding-bottom: 13px
}

.footer-widget-contact-info ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.footer-widget-contact-info ul li .inner {
	position: relative;
	display: block;
	padding-left: 30px
}

.footer-widget-contact-info ul li .inner .icon {
	position: absolute;
	top: 2px;
	left: 1px;
	color: #e91e2c;
	font-size: 18px;
	line-height: 24px;
	bottom: 0
}

.footer-widget-contact-info ul li .inner .text {
	position: relative;
	display: block
}

.footer-widget-contact-info ul li .inner .text p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	text-transform: capitalize
}

.footer-widget-contact-info ul li .inner .text p a {
	color: #fff;
	transition: all .2s linear;
	transition-delay: .1s
}

.footer-widget-contact-info ul li .inner .text p a:hover {
	color: var(--thm-base)
}

.single-footer-widget--link-box {
	padding-left: 70px
}

.footer-widget-links {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 27px
}

.footer-widget-links ul {
	position: relative;
	display: block;
	overflow: hidden
}

.footer-widget-links ul li {
	position: relative;
	display: block;
	line-height: 26px;
	margin-bottom: 14px
}

.footer-widget-links ul li:last-child {
	margin-bottom: 0
}

.footer-widget-links ul li a {
	position: relative;
	display: inline-block;
	color: #8e8e8e;
	font-size: 15px;
	font-weight: 700;
	font-family: var(--thm-font);
	transition: all .2s linear;
	transition-delay: .1s
}

.footer-widget-links ul li a:hover {
	color: #fff
}

.footer-widget-links ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	transform: perspective(400px) scaleX(0);
	transform-origin: center;
	transition: all .3s linear;
	transition-delay: .2s;
	background: var(--thm-base);
	z-index: 1
}

.footer-widget-links ul li a:hover:before {
	transform: perspective(400px) scaleX(1)
}

.footer-widget-quote-box {
	position: relative;
	display: block;
	background: #00157c;
	padding: 20px 8px 20px;
	margin-left: -30px;
	text-align: center
}

.footer-widget-quote-box h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 16px
}

.footer-widget-quote-box p {
	color: #9ea8db;
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	margin: 0
}

.footer-widget-quote-box .btn-box {
	position: relative;
	display: block;
	padding-top: 20px;
	line-height: 0
}

.footer-widget-quote-box .btn-box a {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px
}

.footer-widget-quote-box .btn-box a.btn-one:before {
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	width: auto;
	opacity: 0
}

.footer-widget-quote-box .btn-box a.btn-one:hover:before {
	opacity: 1
}

.footer-bottom {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-bottom .bottom-inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 2px 0 29px
}

.footer-bottom .bottom-inner .copyright {
	position: relative;
	display: block;
	padding: 11px 32px;
	background: #0d2042;
	box-shadow: 0 10px 20px rgb(226 226 226 / 19%), 0 6px 6px rgb(255 255 255 / 15%)
}

.footer-bottom .bottom-inner .copyright p {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--thm-font);
	margin: 0
}

.footer-bottom .bottom-inner .copyright p a {
	color: #fff
}

.footer-social-link {
	position: relative;
	display: block
}

.footer-social-link ul {
	position: relative;
	display: block
}

.footer-social-link ul li {
	position: relative;
	float: left;
	margin-right: 10px
}

.footer-social-link ul li:last-child {
	margin-right: 0
}

.footer-social-link ul li a {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	color: var(--thm-primary);
	font-size: 16px;
	text-align: center;
	transition: all .2s linear;
	transition-delay: .1s;
	z-index: 1
}

.footer-social-link ul li a i::before {
	position: relative;
	display: inline-block;
	line-height: 50px
}

.footer-social-link ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--thm-base);
	content: "";
	border-radius: 50%;
	z-index: -1;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all .4s cubic-bezier(.62, .21, .45, 1.52)
}

.footer-social-link ul li:hover a:before {
	transform: scaleX(1)
}

.footer-social-link ul li:hover a {
	color: #fff
}

.fancybox-image {
	border-radius: 10px
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

img {
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	padding: 5px 10px 5px
}

.map-data a {
	color: #0b59d9;
	display: block
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212
}

i {
	font-style: normal
}

li,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

li {
	margin: 0;
	padding: 0
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.btn-one {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 50px;
	padding-bottom: 5px;
	padding-right: 50px;
	background-color: #e91e2c;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: capitalize;
	border-radius: 30px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: var(--thm-font);
	z-index: 1
}

.btn-one:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	border-radius: 30px;
	webkit-transition-duration: .8s;
	transition-duration: .8s;
	background-color: var(--thm-primary);
	z-index: 2
}

.btn-one:hover:before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.btn-one .txt {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2
}

.btn-one:focus,
.btn-one:hover {
	color: #fff
}

.parallax-bg-one {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.parallax-bg-one::before {
	background: rgba(18, 32, 0, .9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.owl-nav-style-one.owl-theme .owl-nav {
	position: relative;
	display: block;
	line-height: 0;
	z-index: 10
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 0;
	margin: 0;
	padding: 0;
	transition: all .7s ease 0s;
	z-index: 1
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #e91e2c;
	border-radius: 50%;
	transform: scale(0);
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	z-index: -1
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] span {
	display: block;
	color: #fff
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 0;
	transform: rotate(0)
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:hover:before {
	transform: scale(1)
}

@keyframes pulse {
	50% {
		box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, .3)
	}
}

@keyframes pulse2 {
	50% {
		box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, .3)
	}
}

.boxed_wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden !important;
	background: #fff none repeat scroll 0 0;
	width: 100%;
	min-width: 320px
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, .9);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	background-image: url(../images/icon/icon-cross.png);
	width: 40px;
	height: 40px;
	z-index: 5;
	transition: all .5s ease
}

.search-popup .search-form {
	position: relative;
	padding: 0 15px 0;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	z-index: 10
}

.search-popup .search-form .form-group {
	margin-bottom: 30px
}

.search-popup .search-form fieldset {
	position: relative;
	border-radius: 12px
}

.search-popup .search-form fieldset input[type=search] {
	position: relative;
	height: 70px;
	padding: 20px 250px 20px 30px;
	background: #fff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 7px
}

.search-popup .search-form fieldset input[type=submit] {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #fff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0 7px 7px 0;
	background: #e91e2c
}

.search-popup .search-form fieldset input[type=submit]:hover {
	transform: translateY(0)
}

.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #fff;
	text-align: center
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0 10px 10px 0
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #fff;
	padding: 7px 15px;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.search-popup .recent-searches li a:hover {
	border-color: #e91e2c;
	background-color: #e91e2c
}

@keyframes spinner {
	to {
		transform: rotateZ(360deg)
	}
}

@keyframes letters-loading {

	0%,
	100%,
	75% {
		opacity: 0;
		transform: rotateY(-90deg)
	}

	25%,
	50% {
		opacity: 1;
		transform: rotateY(0)
	}
}

.scroll-top {
	position: fixed;
	right: 15px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgb(37 79 126);
    border: 2px solid rgb(37 79 126);
    color: rgb(255 255 255);
	font-size: 20px;
	line-height: 56px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: none;
	cursor: pointer;
	transform: rotate(0);
	transition: all .2s linear;
	transition-delay: .1s;
	z-index: 999999999
}

.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.scroll-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: 0 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.scroll-top:hover {
	color: #fff;
	background-color: var(--thm-black);
	border-color: var(--thm-black)
}


 input:focus,
select:focus,
textarea:focus {
	border-color: #43c3ea;
	outline: 0
}

.overlay-style-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(218, 60, 34, .8);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	opacity: 0;
	z-index: 1
}

.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%
}

.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.overlay-style-one .box .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.review-box {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 16px
}

.review-box>ul {
	display: block;
	overflow: hidden
}

.review-box>ul>li {
	display: inline-block;
	float: none;
	margin: 0 1px
}

.review-box>ul>li:last-child {
	margin-right: 0
}

.review-box>ul>li>i {
	position: relative;
	display: inline-block;
	color: #e91e2c;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all .2s linear;
	transition-delay: .1s
}

.review-box>ul>li:hover>i {
	color: var(--thm-primary)
}

@keyframes menu_sticky {
	0% {
		margin-top: -90px
	}

	50% {
		margin-top: -74px
	}

	100% {
		margin-top: 0
	}
}



/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer.style1 .mobile-nav-toggler {
    padding: 17px 0 18px;
}

.nav-outer.style2 .mobile-nav-toggler {
    padding: 25px 0;
}

.nav-outer.style3 .mobile-nav-toggler {
    padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
    background: #e91e2c;
}

.nav-outer.style2 .mobile-nav-toggler .inner {
    background-color: var(--thm-black);
}




.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 16, 32, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: #e91e2c;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #e91e2c;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #e91e2c;
}


.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 50px 15px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 1px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    background: #e91e2c;
    color: #ffffff;
    font-size: 16px;
    line-height: 41px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #e91e2c;
    background-color: #ffffff;
}

.sec-title {
	position: relative;
	display: block;
	margin-top: 0;
	padding-bottom: 48px
}

.sec-title .icon {
	position: relative;
	display: block;
	line-height: 0;
	padding-bottom: 16px
}

.sec-title .icon span:before {
	color: #e91e2c;
	font-size: 20px;
	line-height: 20px
}

.sec-title .sub-title {
	position: relative;
	display: block;
	padding-bottom: 4px
}

.sec-title .sub-title h3 {
	color: #e52028;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400
}

.sec-title h2 {
	color: var(--thm-primary);
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase
}

.sec-title--style2 {
	position: relative
}

.sec-title--style2 .sub-title h3 {
	color: #9ea8db
}

.sec-title--style2 h2 {
	color: #fff
}

@keyframes slide5 {
	from {
		background-position: 0 0
	}

	to {
		background-position: -200px 0
	}
}

@-webkit-keyframes slide5 {
	from {
		background-position: 0 0
	}

	to {
		background-position: -200px 0
	}
}

.features-style1-area {
	position: relative;
	display: block;
	z-index: 11
}

.features-style1-area::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 95px;
	background: #f2f3fa;
	z-index: -1
}

.features-style1__content {
	position: relative;
	display: block;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
	z-index: 10
}

.features-style1__content ul {
	position: relative;
	display: flex;
	background: #fff;
	z-index: 10
}

.features-style1__content ul li {
	position: relative;
	display: block;
	padding: 0 22px;
	padding-top: 23px;
	padding-bottom: 50px;
	max-width: 33.333333%;
	width: 100%
}

.features-style1__content ul li:before {
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 60px;
	background: #dcdeee;
	width: 1px
}

.features-style1__content ul li:last-child:before {
	display: none
}

.single-features-style1 {
	position: relative;
	display: block
}

.single-features-style1 .icon-holder {
	position: relative;
	display: block;
	width: 90px;
	height: 60px
}

.single-features-style1 .icon-holder .box {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: rgba(var(--thm-base-rgb), .05);
	border-radius: 50%;
	transition: all .5s ease
}

.single-features-style1:hover .icon-holder .box {
	background-color: rgba(var(--thm-base-rgb), .95);
	transform: scale(1.3)
}

.single-features-style1 .icon-holder span:before {
	position: relative;
	display: inline-block;
	color: #e91e2c;
	font-size: 60px;
	line-height: 60px;
	transform: scale(1);
	transform-style: preserve-3d;
	transition: all .4s cubic-bezier(.62, .21, .45, 1.52)
}

.single-features-style1:hover .icon-holder span:before {
	color: var(--thm-black);
	transform: scale(.9)
}

.single-features-style1 .text-holder {
	position: relative;
	display: block;
	padding-top: 21px
}

.single-features-style1 .text-holder h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 5px
}

.single-features-style1 .text-holder h3 a {
	color: var(--thm-primary);
	transition: all .2s linear;
	transition-delay: .1s
}

.single-features-style1 .text-holder h3 a:hover {
	color: #e91e2c
}

.single-features-style1 .text-holder p {
	margin: 0;
	line-height: 25px;
	font-size: 17px;
	padding: 0
}

.features-style2-area {
	position: relative;
	display: block;
	background: #fff;
	padding: 2px 0 10px;
	z-index: 10
}

.features-style2-area.gray-bg {
	background: #f2f3fa
}

.features-style2__title {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-bottom: 48px
}

.features-style2__title .sec-title {
	position: relative;
	display: block;
	padding-bottom: 0
}

.features-style2__title .text {
	position: relative;
	display: block;
	max-width: 470px;
	width: 100%
}

.features-style2__title .text p {
	margin: 0
}

.features-style2__content {
	position: relative;
	display: flex;
	align-items: center
}

.single-features-style2 {
	position: relative;
	display: block;
	text-align: center;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 50px
}

.single-features-style2:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 10px;
	width: 1px;
	background: #dcdeee
}

.single-features-style2:last-child:before {
	display: none
}

.single-features-style2 .icon-holder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	height: 105px;
	background: #f2f3fa;
	margin: 0 auto;
	z-index: 1
}

.single-features-style2 .icon-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #e91e2c;
	z-index: -1;
	transform: scaleX(0);
	transition: all .2s linear;
	transition-delay: .1s
}

.single-features-style2:hover .icon-holder:before {
	transform: scaleX(1);
	transition: all .5s linear;
	transition-delay: .1s
}

.single-features-style2 .icon-holder span:before {
	position: relative;
	display: inline-block;
	color: #e91e2c;
	font-size: 60px;
	line-height: 60px;
	transition: all .2s linear;
	transition-delay: .1s
}

.single-features-style2:hover .icon-holder span:before {
	color: #fff;
	transform: scale(.8)
}

.single-features-style2 .text-holder {
	position: relative;
	display: block;
	padding-top: 25px
}

.single-features-style2 .text-holder h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 15px
}

.single-features-style2 .text-holder h3 a {
	color: #001789;
	transition: all .2s linear;
	transition-delay: .1s
}

.single-features-style2 .text-holder h3 a:hover {
	color: #e91e2c
}

.single-features-style2 .text-holder p {
	margin: 0;
	line-height: 22px;
	font-size: 16px
}

.features-style3-area {
	position: relative;
	display: block;
	margin-top: -60px;
	z-index: 10
}

.features-style3__box {
	position: relative;
	display: block;
	background: #e91e2c;
	padding: 60px 60px 50px
}

.features-style3__box .img-holder {
	position: relative;
	display: block;
	overflow: hidden
}

.features-style3__box .img-holder img {
	width: 100%
}

.features-style3__box .text-holder {
	position: relative;
	display: block;
	padding-top: 31px
}

.features-style3__box .text-holder h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 11px
}

.features-style3__box .text-holder p {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	margin: 0
}

.features-style3__right-box {
	position: relative;
	display: block
}

.features-style3-single-box {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	padding: 63px 60px 50px;
	transition: all .1s linear;
	transition-delay: .1s
}

.features-style3-single-box:hover {
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15)
}

.features-style3-single-box .icon {
	position: relative;
	display: block;
	padding-bottom: 13px
}

.features-style3-single-box .icon span:before {
	position: relative;
	display: inline-block;
	color: #e91e2c;
	font-size: 60px;
	line-height: 60px;
	transition: all .2s linear;
	transition-delay: .1s
}

.features-style3-single-box:hover .icon span:before {
	color: var(--thm-primary);
	transform: scale(1.1)
}

.features-style3-single-box .text {
	position: relative;
	display: block
}

.features-style3-single-box .text h3 {
	margin: 0 0 20px
}

.features-style3-single-box .text p {
	margin: 0
}

.features-style3-single-box .btn-box {
	position: relative;
	display: block;
	padding-top: 25px
}

.features-style3-single-box .btn-box a {
	color: #e91e2c;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	transition: all .2s linear;
	transition-delay: .1s
}

.features-style3-single-box .btn-box a:hover {
	color: var(--thm-primary);
	letter-spacing: .2em
}

.features-style4-area {
	position: relative;
	display: block;
	background: #fff;
	padding: 120px 0 120px;
	border-bottom: 1px solid #dcdeee;
	z-index: 10
}

.features-style4__content {
	position: relative;
	display: block;
	max-width: 500px;
	width: 100%
}

.features-style4__content .sec-title {
	padding-bottom: 28px
}

.features-style4__content .inner-content {
	position: relative;
	display: block
}

.features-style4__content .inner-content .text {
	position: relative;
	display: block;
	margin-bottom: 39px
}

.features-style4__content .inner-content .text p {
	margin: 0
}

.features-style4__content .inner-content .single-box {
	position: relative;
	display: block
}

.features-style4__content .inner-content .single-box .icon {
	position: relative;
	display: block;
	margin-bottom: 9px
}

.features-style4__content .inner-content .single-box .icon span:before {
	position: relative;
	display: inline-block;
	color: #e91e2c;
	font-size: 65px;
	line-height: 65px
}

.features-style4__content .inner-content .single-box .inner-title {
	position: relative;
	display: block
}

.features-style4__content .inner-content .single-box .inner-title h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 22px
}

.features-style4__content .inner-content .single-box .inner-title p {
	margin: 0
}

.features-style4__image-box {
	position: relative;
	display: block;
	margin-top: -200px
}

.features-style4__image-box .top-text {
	position: relative;
	display: block;
	background: #e91e2c;
	padding: 36px 0 35px
}

.features-style4__image-box .top-text::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: ""
}

.features-style4__image-box .top-text h3 {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	font-weight: 700
}

.features-style4__image-box .inner-img-box {
	position: relative;
	display: block
}

.features-style4__image-box .inner-img-box img {
	width: 100%
}

.slogan-area {
	position: relative;
	display: block;
	background: #e91e2c;
	z-index: 10
}

.slogan-area .map-box {
	position: absolute;
	top: 0;
	right: -100px;
	bottom: 0
}

.slogan-area .map-box img {
	opacity: .1
}

.slogan-area .row {
	align-items: center
}

.slogan-img-box {
	position: relative;
	display: block;
	min-height: 370px;
	z-index: 1;
	padding: 59px 0
}

.slogan-img-box:before {
	content: "";
	position: absolute;
	top: -50px;
	left: -150px;
	bottom: -50px;
	right: 0;
	width: 475px;
	height: 475px;
	background: #fff;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, .05);
	border-radius: 50%;
	z-index: -2;
	animation: fa-spin 5s ease infinite
}

.slogan-img-box:after {
	content: "";
	position: absolute;
	top: -15px;
	left: -115px;
	bottom: 0;
	right: 0;
	width: 405px;
	height: 405px;
	border: 2px dashed #f2f3fa;
	border-radius: 50%;
	z-index: -1;
	animation: fa-spin 5s ease infinite
}

.slogan-img-box .inner {
	position: relative;
	display: block
}

.slogan-text-box {
	position: relative;
	display: block
}

.slogan-text-box h2 {
	color: #fff;
	font-size: 34px;
	line-height: 1.2em
}

.slogan-text-box h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 34px 0 0
}

.slogan-text-box h4 a {
	color: #fff;
	font-size: 24px;
	transition: all .5s ease
}

.slogan-text-box h4 a:hover {
	color: var(--thm-primary)
}

.slogan-btn-box {
	position: relative;
	display: block;
	line-height: 0;
	margin-left: -15px
}

.slogan-btn-box a {
	padding-left: 30px;
	padding-right: 30px;
	background: var(--thm-primary)
}

.slogan-btn-box a:before {
	background-color: #000
}

.slogan-style2-area {
	position: relative;
	display: block;
	background: #e91e2c;
	padding: 80px 0 80px;
	z-index: 10
}

.slogan-style2__inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.slogan-style2__inner .text {
	position: relative;
	display: block
}

.slogan-style2__inner .text h2 {
	color: #fff;
	font-size: 34px;
	line-height: 44px
}

.slogan-style2__inner .btn-box {
	position: relative;
	display: block;
	line-height: 0
}

.slogan-style2__inner .btn-box .btn-one {
	background-color: var(--thm-primary)
}

.slogan-style2__inner .btn-box .btn-one:before {
	background: var(--thm-primary)
}

.contact-info-style1-area {
	position: relative;
	display: block;
	background: #fff;
	padding: 0 0 65px;
	z-index: 10
}

.contact-info-style1__content {
	position: relative;
	display: block
}

.contact-info-style1__content .sec-title {
	padding-bottom: 25px
}

.contact-info-style1__content .inner-content {
	position: relative;
	display: block
}

.contact-info-style1__content .inner-content h3 {
	color: var(--thm-primary);
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 13px
}

.contact-info-style1__content .inner-content p {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	text-transform: capitalize;
}
.col-lg-3.col-md-4.col-xs-6.thumb {
    margin: 0px;
    padding: 5px;
}
.contact-info-style1__content .inner-content h2 {
	font-size: 23px;
	line-height: 19px;
	font-weight: 400;
	margin: 25px 0 10px
}
.owl-stage-outer {
    margin: 25px 0 40px;
}
h2.ourpart {
    text-align: center;
    margin-top: 56px;
}
.contact-info-style1__content .inner-content h2 a {
	color: #e91e2c
}
***/
.partner-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
    z-index: 10;
}

.partner-area.pdtop120 {
    padding-top: 120px;
}

.brand-content {
    position: relative;
    display: block;
}

.brand-content .inner {
    position: relative;
    display: block;
}

.partner-box {
    position: relative;
    display: block;
}

.partner-box li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    border: 1px dashed rgb(0 0 0);
    z-index: 1;
}

.single-partner-logo-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed rgba(var(--thm-primary-rgb), .50);
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms linear;
    transition-delay: 0.5s;
    z-index: -1;
}

.single-partner-logo-box:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 15px 0;
}

.single-partner-logo-box a img { 
    width: auto;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box:hover a img {
    opacity: .60;
    transition: all 0.8s ease-in-out 0.1s;
}

.partner-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}
.contact-info-style1__content .inner-content h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400
}

.contact-info-style1__content .inner-content h4 a {
	color: var(--thm-primary)
}

.home1-page-map-outer {
	position: relative;
	display: block;
	margin-top: 20px;
	z-index: 10
}

.footer-logo img {
	width: 183px;
	padding: 10px;
	background: #fff
}

.form-style1-box {
	position: relative;
	display: block;
	max-width: 560px;
	width: 100%;
	float: right;
	background: #f2f3fa;
	padding: 29px 34px 30px
}

.form-style1-box .top-title {
	position: relative;
	display: block;
	padding-bottom: 43px
}

.form-style1-box .top-title p {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 0 11px
}

.form-style1-box .top-title h2 {
	font-size: 28px;
	line-height: 34px
}

.form-style1-box form {
	position: relative;
	display: block
}

.form-style1-box form .input-box {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.form-style1-box form input[type=email],
.form-style1-box form input[type=text],
.form-style1-box form textarea {
	position: relative;
	display: block;
	background: #fff;
	width: 100%;
	height: 60px;
	border: 1px solid #fff;
	color: #797989;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0;
	transition: all .5s ease;
	font-family: var(--thm-font)
}

.form-style1-box form textarea {
	height: 133px;
	padding-top: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px
}

.form-style1-box form input[type=text]::-webkit-input-placeholder {
	color: #797989
}

.form-style1-box form input[type=text]:-moz-placeholder {
	color: #797989
}

.form-style1-box form input[type=text]::-moz-placeholder {
	color: #797989
}

.form-style1-box form input[type=text]:-ms-input-placeholder {
	color: #797989
}

.form-style1-box form input[type=email]::-webkit-input-placeholder {
	color: #797989
}

.form-style1-box form input[type=email]:-moz-placeholder {
	color: #797989
}

.form-style1-box form input[type=email]::-moz-placeholder {
	color: #797989
}

.form-style1-box form input[type=email]:-ms-input-placeholder {
	color: #797989
}

.form-style1-box form textarea::-webkit-input-placeholder {
	color: #797989
}

.form-style1-box form textarea:-moz-placeholder {
	color: #797989
}

.form-style1-box form textarea::-moz-placeholder {
	color: #797989
}

.form-style1-box form textarea:-ms-input-placeholder {
	color: #797989
}

.form-style1-box form .button-box {
	position: relative;
	display: block;
	padding-top: 10px
}

.emergency-service-info-area {
	position: relative;
	display: block;
	margin-top: -80px;
	z-index: 10
}

.emergency-service-info-area .row {
	margin-left: 0;
	margin-right: 0
}

.emergency-service-info-area .row [class*=col-] {
	padding-left: 0;
	padding-right: 0
}

.emergency-service-info__image-box {
	position: relative;
	display: block
}

.emergency-service-info__image-box img {
	width: 100%
}

.emergency-service-info__content-box {
	position: relative;
	display: block;
	background: #e91e2c;
	padding: 71px 80px 64px
}

.emergency-service-info__content-box h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 22px
}

.emergency-service-info__content-box p {
	color: #fff;
	margin: 0
}

.service-element-page3 {
	padding-bottom: 120px
}

.service-element-carousel.owl-nav-style-one.owl-theme .owl-nav {
	text-align: center
}

.service-element-carousel.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
	background: var(--thm-primary);
	border-radius: 50%;
	margin: 0 5px
}

.news-element-page2 {
	padding-bottom: 80px
}

.news-element-page3 {
	padding-bottom: 120px
}

.news-element-carousel.owl-nav-style-one.owl-theme .owl-nav {
	text-align: center
}

.news-element-carousel.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
	background: var(--thm-primary);
	border-radius: 50%;
	margin: 0 5px
}

.team-element-page3 {
	padding-bottom: 120px
}

.team-element-carousel.owl-nav-style-one.owl-theme .owl-nav {
	text-align: center
}

.team-element-carousel.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
	background: var(--thm-primary);
	border-radius: 50%;
	margin: 0 5px
}

.testimonial-element-page1 {
	padding-top: 220px
}

.main-logo-box img {
	width: 180px
}

.sticky-header .logo img {
	width: 140px
}

.home1-page-map-outer {
	border: 10px solid #254e84;
	padding: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.sub-title h4 {
	color: #fff;
	margin-top: 25px;
	line-height: 36px
}

.footer-widget-quote-box img {
	height: 265px;
	overflow: hidden;
	width: 85%;
	object-fit: cover
}

.page-top {
	margin-top: 85px
}

img.zoom {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    margin-top: 0px;
}

.scroll-top::before{
    box-shadow: rgb(233 30 44) 0px 0px 0px 0px;
}
 .view-all-service .service-pages {
    position: relative;
    display: block;
}

.view-all-service .service-pages li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ffffff;
}

.view-all-service .service-pages li:last-child {
    margin-bottom: 0px;
}

.view-all-service .service-pages li a {
    position: relative;
    display: block;
    background: #f2f3fa;
    padding: 0px 40px 0px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 70px;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.view-all-service .service-pages li.active a,
.view-all-service .service-pages li:hover a {
    color: var(--thm-base);
}

.view-all-service .service-pages li a span {
    position: relative;
    display: block;
    color: var(--thm-primary);
    font-size: 14px;
    font-weight: 400;
    float: right;
    line-height: 70px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.view-all-service .service-pages li.active a span,
.view-all-service .service-pages li:hover a span {
    color: var(--thm-base);
}

.view-all-service .service-pages li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    transform: perspective(400px) scaleY(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.view-all-service .service-pages li:hover a::before,
.view-all-service .service-pages li.active a::before {
    transform: perspective(400px) scaleY(1.0);
}
.whatsapp {
    border-radius: 50%;
    bottom: 111px;
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
    cursor: pointer;
    position: fixed;
    right: 30px;
    width: 60px;
    z-index: 999999999;
}
