@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

html {
	scroll-behavior: smooth
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

@font-face {
   font-family: 'Cabin', sans-serif;
    
   font-weight: 400;
    font-style: normal;
    font-display: swap;
}

svg {
    padding: 3px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}



body {
	font-family: 'Cabin', sans-serif;
	font-display:swap;
	font-size: 16px;
	color: #25466c;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}

.bordered-layout .page-wrapper {
	padding: 0 50px 0
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #25466c
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0;
	background: 0;
	line-height: 1.6em;
	font-family: 'Cabin', sans-serif;
}

textarea {
	overflow: hidden
}

p {
	position: relative;
	line-height: 1.8em;
	color: black;
	    margin-bottom: 5px;
}

h1 {
	font-size: 30px;font-weight:500;
}

h2 {
	font-size: 25px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 16px
}

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

.medium-container {
	max-width: 850px
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px
}

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

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

.theme-btn {
	cursor: pointer;
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.centered {
	text-align: center
}

.list-style-one {
	position: relative
}

.list-style-one li {
	position: relative;
	color: #25466c;
	font-size: 16px;
	padding-left: 65px;
	font-weight: 400;
	line-height: 1.9em;
	margin-bottom: 25px
}

.list-style-one li:last-child {
	margin-bottom: 0
}

.list-style-one li strong {
	position: relative;
	display: block;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px
}

.list-style-one li .icon {
	position: absolute;
	left: 0;
	top: 5px;
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-one li .icon:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 20px;
	height: 38px;
	z-index: -1;
	display: inline-block;
	transform: rotate(30deg);
	background-color: #44bb7f
}

.list-style-one li:nth-child(2) .icon:after {
	background-color: #fe6b8d
}

.list-style-one li:nth-child(3) .icon:after {
	background-color: #fbb890
}

.list-style-two {
	position: relative
}

.list-style-two li {
	position: relative;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 20px
}

.list-style-two li .icon {
	position: absolute;
	left: 0;
	top: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	font-weight: 300;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 10px 30px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 30px;
	overflow: hidden;
	background-color: #25466c;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
}

.btn-style-one:before {
	position: absolute;
	content: '';
	left: 110%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: #cd5130;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: skewX(-25deg)
}

.btn-style-one .txt {
	position: relative;
	z-index: 1
}

.btn-style-one .txt:before {
	position: absolute;
	content: '';
	left: -30px;
	top: 10px;
	width: 21px;
	height: 4px
}

.btn-style-one .txt:after {
	position: absolute;
	content: '';
	right: -30px;
	top: 10px;
	width: 21px;
	height: 4px
}

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

.btn-style-one:hover {
	color: #222;
	border-color: #cd5130;
}

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 12px 48px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow: hidden;
	background-color: #25466c;
	text-transform: capitalize;
	border: 5px solid #eef4f1;
	font-family: 'Cabin', sans-serif;
}

.btn-style-two:before {
	position: absolute;
	content: '';
	left: 110%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: #f47418;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: skewX(-25deg)
}

.btn-style-two .txt {
	position: relative;
	z-index: 1
}

.btn-style-two .txt:before {
	position: absolute;
	content: '';
	left: -30px;
	top: 10px;
	width: 21px;
	height: 4px;
	background: url(../images/button-icon-one.webp) no-repeat
}

.btn-style-two .txt:after {
	position: absolute;
	content: '';
	right: -30px;
	top: 10px;
	width: 21px;
	height: 4px;
	background: url(../images/button-icon-two.webp) no-repeat
}

.btn-style-two:hover::before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-two:hover {
	color: #222;
	border-color: #f47418
}

.btn-style-three {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #25466c;
	padding: 9px 36px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 3px;
	text-transform: uppercase;
	overflow: hidden;
	border: 1px solid #25466c
}

.btn-style-three .fa {
	margin-left: 6px
}

.btn-style-three:hover {
	color: #fff;
	border-color: #25466c;
	background-color: #25466c
}

.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #25466c;
	padding: 13px 55px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow: hidden;
	border: 2px solid #eef4f1;
	background-color: #fff;
	text-transform: capitalize;
	font-family: 'Cabin', sans-serif;
}

.btn-style-four:before {
	position: absolute;
	content: '';
	left: 110%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: #25466c;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: skewX(-25deg)
}

.btn-style-four .txt {
	position: relative;
	z-index: 1
}

.btn-style-four .txt:before {
	position: absolute;
	content: '';
	left: -30px;
	top: 10px;
	width: 21px;
	height: 4px;
	background: url(../images/button-icon-three.webp) no-repeat
}

.btn-style-four .txt:after {
	position: absolute;
	content: '';
	right: -30px;
	top: 10px;
	width: 21px;
	height: 4px;
	background: url(../images/button-icon-three.webp) no-repeat
}

.btn-style-four:hover .txt:before,
.btn-style-four:hover .txt:after {
	background: url(../images/button-icon-two.webp) no-repeat
}

.btn-style-four:hover::before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-four:hover {
	color: #fff;
	border-color: #25466c
}

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 15px 40px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 3px;
	overflow: hidden;
	background-color: #f47418
}

.btn-style-five:hover {
	color: #fff;
	border-color: #25466c;
	background-color: #25466c
}

.social-icon-one {
	position: relative;
	display: block
}

.social-icon-one .title {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	margin-right: 15px
}

.social-icon-one li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-right: 22px
}

.social-icon-one li:last-child {
	margin-right: 0
}

.social-icon-one li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-one li a:hover {
	color: #25466c
}

.theme_color {
	color: #25466c
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/preloader.svg);
	background-size: 140px
}

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

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

.sec-title .section-color-layer {
	position: absolute;
	left: 0;
	top: -45px;
	bottom: -45px;
	width: 150px;
	background-color: #f6f1eb
}

.sec-title.centered .section-color-layer {
	left: 50%;
	margin-left: -400px
}

.sec-title .title {
	position: relative;
	color: #25466c;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize
}

.sec-title h2 {
	position: relative;
	color: #25466c;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 18px
}


.sec-title .text {
	position: relative;
	color: #25466c;
	font-weight: 400;
	line-height: 1.7em;
	margin-top: 18px;
	font-size: 16px
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
	color: #fff
}

.sec-title.centered {
	text-align: center !important
}

.main-header {
	position: relative;
	z-index: 99;
	width: 100%
}

.main-header .main-box {
	position: relative;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	background: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .main-box .outer-container {
	position: relative;
	padding: 0 40px
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0;
	z-index: 10;
	padding: 30px 0
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .header-upper {
	position: relative;
	background-color: #fbfbfb
}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: 22px
}

.main-header .header-upper .inner-container {
	position: relative
}

.main-header .header-upper .outer-container {
	position: relative;
	padding: 0 60px
}

.main-header .nav-outer {
	position: static;
	float: left;
	padding-left: 250px
}

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

.main-header .header-upper .logo-box .logo {
	position: relative
}

.main-header .outer-box {
	position: absolute;
	right: 60px;
	margin-left: 20px;
	padding: 20px 0
}

.main-header .header-upper .outer-box .search-box {
	position: relative;
	float: left
}

.main-header .header-upper .outer-box .search-box .form-group {
	position: relative;
	margin: 0;
	width: 265px;
	max-width: 100%
}

.main-header .header-upper .outer-box .form-group input[type="text"],
.main-header .header-upper .outer-box .form-group input[type="search"] {
	position: relative;
	line-height: 43px;
	padding: 10px 15px 10px 45px;
	border: 1px solid #25466c;
	background: #fbfbfb;
	display: block;
	font-size: 14px;
	height: 50px;
	width: 100%;
	color: #000;
	border-radius: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-header .header-upper .outer-box .form-group button {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	display: block;
	font-size: 16px;
	color: #25466c;
	cursor: pointer;
	line-height: 100%;
	background: 0;
	font-weight: normal;
	text-align: center;
	border-radius: 0 5px 5px 0
}

.main-header .header-upper .outer-box .social-box {
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 7px 0
}

.main-header .header-upper .outer-box .social-box li {
	position: relative;
	margin-left: 4px;
	display: inline-block
}

.main-header .header-upper .outer-box .social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #25466c
}

.main-header .header-upper .outer-box .social-box li a::before {
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	display: inline-block
}

.main-header .header-upper .outer-box .social-box li a:hover::before {
	transform: rotateY(360deg)
}

.main-header .header-upper .outer-box .social-box li.instagram a.fa.fa-instagram {
	background-color: #e4405f
}

.main-header .header-upper .outer-box .social-box li.facebook a{
	background-color: #3b5999
}

.main-header .header-upper .outer-box .social-box li.twitter a {
	background-color: #55acee
}

.main-header .header-upper .outer-box .social-box li.pinterest a {
	background-color: #bd081c
}

.main-header .cart-box {
	position: relative;
	color: #25466c;
	font-size: 16px;
	background: 0;
	margin-top: 12px;
	margin-left: 20px;
	display: inline-block;
	margin-right: 0;
	padding-left: 25px;
	border-left: 1px solid #d3d4df
}

.main-header .cart-box .cart-box-btn {
	background: 0;
	color: #25466c;
	cursor: pointer;
	font-size: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.main-header .cart-box .cart-box-btn:after {
	display: none
}

.main-header .cart-box .cart-box-btn .total-cart {
	position: absolute;
	right: -8px;
	top: -8px;
	width: 18px;
	height: 18px;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	background-color: #222
}

.main-header .cart-product {
	position: relative;
	margin-bottom: 18px;
	min-height: 90px;
	border-bottom: 1px solid #e4e4e4
}

.main-header .cart-product .inner {
	position: relative;
	padding-left: 90px;
	min-height: 70px
}

.main-header .cart-product .inner .cross-icon {
	position: absolute;
	right: 0;
	top: -2px;
	z-index: 1;
	color: #263120;
	font-size: 16px;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-header .cart-product .inner .cross-icon:hover {
	color: #25466c
}

.main-header .cart-product .inner .image {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0
}

.main-header .cart-product .inner h3 {
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: capitalize
}

.main-header .cart-product .inner h3 a {
	color: #222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.main-header .cart-product .inner h3 a:hover {
	color: #25466c
}

.main-header .cart-product .inner .quantity-text {
	position: relative;
	font-weight: 300;
	color: #666;
	font-size: 13px;
	margin-bottom: 0
}

.main-header .cart-product .inner .price {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	margin: 0;
	color: #222
}

.main-header .cart-box .cart-panel {
	left: auto !important;
	right: 0 !important;
	border-radius: 20px;
	padding: 20px 20px;
	min-width: 300px;
	margin-top: 62px;
	z-index: -1;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	border: 3px solid #25466c;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important
}

.main-header .cart-box .cart-panel .cart-total {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize
}

.main-header .cart-box .cart-panel .cart-total span {
	font-weight: 800;
	font-size: 18px
}

.main-header .cart-box .cart-panel .btns-boxed {
	position: relative;
	text-align: center;
	margin-top: 20px
}

.main-header .cart-box .cart-panel .btns-boxed li {
	position: relative;
	margin: 0 5px;
	display: inline-block
}

.main-header .cart-box .cart-panel .btns-boxed li a {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 20px 8px;
	border-radius: 2px;
	display: inline-block;
	background-color: #25466c;
	border: 1px solid #25466c;
	text-transform: uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover {
	color: #25466c;
	background: 0
}

.main-header .cart-box .icon a {
	color: #999
}

.main-header .btn-box {
	position: relative;
	float: left;
	margin-left: 30px
}

.main-header .header-lower .search-box {
	float: right
}

.main-header .header-lower .search-box .form-group {
	position: relative;
	margin: 0;
	top: -1px
}

.main-header .header-lower .search-box .form-group input[type="text"],
.main-header .header-lower .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	padding: 10px 50px 10px 25px;
	background: 0;
	display: block;
	font-size: 14px;
	width: 200px;
	height: 74px;
	color: #222;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #fff;
	border-radius: 0 50px 50px 0
}

.main-header .header-lower .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 74px;
	width: 45px;
	font-size: 14px;
	color: #000048;
	line-height: 100%;
	background: 0;
	display: inline-block;
	font-weight: normal;
	text-align: left;
	cursor: pointer
}

.main-menu {
	position: static;
	float: left;
	padding: 7px 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navbar-collapse {
	padding: 0;
	float: left;
	display: block !important
}

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

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-right: 25px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

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

.sticky-header .main-menu .navigation>li>a {
	color: #25466c !important
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
	color: #25466c;
	background-color: inherit !important
}

.sticky-header .nav-outer .options-box {
	margin-top: 45px
}

.header-style-two .main-menu {
	padding-left: 150px
}

.header-style-two .main-menu .navigation>li.has-mega-menu {
	float: left !important
}

.header-style-two .main-menu .navigation>li.has-mega-menu>a {
	background: 0;
	color: #25466c
}

.header-style-two .main-menu .navigation>li.has-mega-menu>a:before {
	display: none
}

.header-style-two .main-menu .navigation>li.has-mega-menu>a span {
	border-bottom: 1px solid #25466c
}

.main-menu .navigation>li.has-mega-menu {
	position: static
}

.main-menu .navigation>li.has-mega-menu>a {
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	text-transform: uppercase;
	background-color: #25466c
}

.main-menu .navigation>li.has-mega-menu>a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/menu-bg.webp) no-repeat;
	background-position: center center
}

.main-menu .navigation>li.has-mega-menu>a span {
	position: relative;
	padding-bottom: 6px
}

.main-menu .navigation>li.has-mega-menu>a span>i {
	margin-left: 4px;
	font-size: 14px
}

.main-menu .navigation>li.has-mega-menu>a span:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	right: 22px;
	opacity: .30;
	background-color: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-menu .navigation>li>.mega-menu {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1170px;
	background-color: #fff;
	padding: 45px 40px 30px 45px;
	top: 100%;
	z-index: 100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05)
}

.main-menu .navigation>li:hover>.mega-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
	position: relative;
	padding: 35px 35px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15)
}

.main-menu .navigation>li>.mega-menu .upper-box .page-links-box {
	text-align: left
}

.main-menu .navigation>li>.mega-menu .upper-box .page-links-box a {
	margin-right: 12px;
	margin-left: 0;
	margin-bottom: 18px
}

.main-menu .navigation>li>.mega-menu .lower-box {
	position: relative;
	max-width: 870px;
	width: 100%;
	padding-top: 30px;
	text-align: left;
	border-top: 1px solid #e7e7e7
}

.main-menu .navigation>li>.mega-menu .lower-box h3 {
	position: relative;
	color: #000;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 18px
}

.main-menu .navigation>li>.mega-menu .lower-box .text {
	position: relative;
	color: #25466c;
	font-size: 16px;
	line-height: 1.8em
}

.main-menu .navigation>li>.mega-menu .lower-box .btn-box {
	position: absolute;
	right: 0;
	top: 65px
}

.main-menu .navigation>li>.mega-menu .lower-box .side-icon {
	position: absolute;
	right: -240px;
	bottom: -30px
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	background: #fff;
	z-index: 0;
	border-bottom: 1px solid #e8f1f7;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

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

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.main-menu .navigation>li>a {
	border-bottom: 1px solid #0000;
	position: relative;
	display: block;
	color: #25466c;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0;
	opacity: 1;
	font-weight: 500;
	padding: 22px 0;
	font-size: 18px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-menu .navigation>li>a:hover {
	color: #e34a14;
	
}

.sticky-header .main-menu .navigation>li {
	margin-left: 30px;
	margin-right: 0
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	opacity: 1
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -30px;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 20px 15px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10)
}

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

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f9f9f9
}

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

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 2px;
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	text-transform: capitalize;
	color: #25466c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>a>.new-page {
	background-color: #ff4d8c;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 1px 8px;
	margin-left: 1px;
	display: inline-block;
	text-transform: uppercase
}

.sticky-header .main-menu .navigation>li>a {
	padding: 19px 0;
	background: 0
}

.sticky-header .main-menu .navigation>li>a:hover {
	color: #e34a14 !important
}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 6px;
	opacity: 0;
	color: #25466c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li:hover>a::before {
	opacity: 1
}

.sticky-header .main-menu .navigation>li>a:before {
	display: none
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #f47418;
	padding-left: 15px
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #253d4a;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #222
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 120%;
	top: 0;
	width: 260px;
	z-index: 100;
	display: none;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 20px 12px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10)
}

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

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e7eaeb
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 8px 18px;
	line-height: 24px;
	font-weight: 600;
	font-size: 15px;
	color: #7c7b7b;
	padding-left: 10px;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>ul>li>a>.new-page {
	background-color: #ff4d8c;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 1px 8px;
	margin-left: 1px;
	display: inline-block;
	text-transform: uppercase
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #25466c
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: '//';
	left: 10px;
	top: 4px;
	opacity: 0;
	color: #25466c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a::before {
	opacity: 1
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #25466c;
	padding-left: 25px
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	left: 0;
	-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.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 100%;
	-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 .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	border: 1px solid #fff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none
}

.main-header .header-lower .options-box .option-inner:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	bottom: -10px;
	width: 110%;
	background-color: #25466c;
	border-radius: 50px 50px 50px 50px
}

.main-header .header-lower .options-box .option-inner {
	position: relative;
	padding-left: 70px
}

.main-header .header-lower .options-box .option-inner .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 50px;
	line-height: 1em
}

.main-header .header-lower .options-box .option-inner .number {
	position: relative
}

.main-header .header-lower .options-box .option-inner .number span {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 3px;
	text-transform: uppercase
}

.main-header .header-lower .options-box .option-inner .number a {
	position: relative;
	font-weight: 800;
	font-size: 22px;
	color: #fff
}

.header-style-two .header-upper .logo-box {
	padding: 17.5px 0;
	padding-left: 12px;
	background-color: #25466c
}

.header-style-two .main-menu,
.header-style-two .main-menu .navbar-collapse {
	width: 100%;
	text-align: center
}

.header-style-two .nav-outer {
	width: 100%;
	margin-top: -90px;
	text-align: center
}

.header-style-two .main-menu .navigation>li {
	float: none;
	display: inline-block
}

.header-style-two .header-upper .outer-box .form-group input[type="search"] {
	border: 0
}

.header-style-two .header-upper .outer-box .search-box .form-group {
	width: 200px
}

.header-style-two .header-upper .outer-box .nav-btn {
	position: relative;
	width: 42px;
	height: 42px;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 5px;
	border-radius: 50px;
	background-color: #25466c
}

.sidebar-info-contents {
	position: relative
}

.sidebar-info-contents .content-inner {
	position: relative
}

.sidebar-info-contents .content-inner .logo {
	padding: 0 0 40px
}

.sidebar-info-contents .content-inner .logo img {
	display: inline-block;
	max-width: 100%
}

.sidebar-info-contents .content-inner .content-box {
	position: relative
}

.sidebar-info-contents .content-inner .content-box h2 {
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px
}

.sidebar-info-contents .content-inner .content-box .text {
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.90);
	margin-bottom: 25px
}

.sidebar-info-contents .content-inner .contact-info {
	position: relative;
	margin-top: 60px
}

.sidebar-info-contents .content-inner .contact-info h2 {
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px
}

.sidebar-info-contents .content-inner .social-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px
}

.sidebar-info-contents .content-inner .social-box li {
	position: relative;
	display: inline-block;
	margin-right: 6px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.sidebar-info-contents .content-inner .social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	color: #222;
	z-index: 1;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff
}

.close-side-widget,
.close-side-widget:hover {
	color: #fff;
	font-size: 24px
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 50px;
	cursor: pointer;
	color: #000;
	display: none
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left
}

.mobile-menu .nav-logo img {
	max-width: 200px
}

.mobile-menu-visible {
	overflow: hidden
}

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

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #fff;
	padding: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-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 .7s ease 500ms;
	-moz-transition: all .7s ease 500ms;
	-ms-transition: all .7s ease 500ms;
	-o-transition: all .7s ease 500ms;
	transition: all .7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px)
}

.mobile-menu .close-btn:hover {
	opacity: .50
}

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

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

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

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

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

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #000
}

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

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

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

.sticky-header .navbar-header {
	display: none
}

.main-header .sticky-header .outer-box {
	margin-left: 20px;
	padding: 13px 0
}

.main-header .sticky-header .outer-box .cart-box {
	color: #000;
	margin-top: 11px
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover {
	color: #000
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart {
	background-color: #25466c
}

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #222;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.scroll-to-top:hover {
	color: #fff;
	background: #000
}

.banner-section {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 100px
}

.banner-section .image-column .pattern-layer-one {
	background-image: url('../images/pattern-1.webp');
	position: absolute;
	left: -40px;
	top: -20px;
	width: 467px;
	height: 327px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .image-column .pattern-layer-two {
	position: absolute;
	left: -40px;
	top: 320px;
	width: 86px;
	height: 84px;
	z-index: 2;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .image-column .pattern-layer-three {
	position: absolute;
	left: 140px;
	top: 360px;
	width: 195px;
	height: 109px;
	z-index: 1;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .image-column .pattern-layer-four {
	background-image: url('../images/pattern-3.webp');
	position: absolute;
	right: 100px;
	top: 380px;
	width: 105px;
	height: 104px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .image-column .pattern-layer-five {
	background-image: url('../images/icon-2.webp');
	position: absolute;
	right: 120px;
	top: 320px;
	width: 20px;
	height: 20px;
	z-index: 1;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .pattern-layer-six {
	background-image: url('../images/pattern-4.webp');
	position: absolute;
	right: 0;
	top: 90px;
	width: 284px;
	height: 278px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .pattern-layer-seven {
	background-image: url('../images/pattern-5.webp');
	position: absolute;
	right: 0;
	bottom: 190px;
	width: 733px;
	height: 171px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .pattern-layer-eight {
	background-image: url('../images/icon-2.webp');
	position: absolute;
	right: 350px;
	top: 230px;
	width: 20px;
	height: 20px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section .image-column .image-two {
	position: absolute;
	left: -10px;
	bottom: -80px;
	z-index: 2;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

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

.banner-section .image-column .inner-column {
	position: relative;
	padding-right: 100px;
	margin-left: -100px
}

.banner-section .image-column .image-content {
	position: absolute;
	right: 130px;
	bottom: -60px;
	width: 238px;
	height: 224px;
	padding-top: 90px;
	background-repeat: no-repeat
}

.banner-section .image-column .image-content p {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 1.7em;
	font-size: 24px
}

.banner-section .content-column {
	position: relative;
	z-index: 10
}

.banner-section .content-column .inner-column {
	position: relative;
	background: #f3f3f3;
	padding: 20px;
	margin-top: 50px
}

.banner-section .content-column .title {
	position: relative;
	color: #e34a14;
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 10px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.banner-form-btn {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 8px 45px;
	font-weight: 500;
	border-radius: 3px;
	overflow: hidden;
	background-color: #25466c;
	text-transform: capitalize;
	font-family: 'Cabin', sans-serif;
}


.banner-form-btn {
	color: white;;
	
}

.banner-form-btn:hover {
	color: #25466c;
	background-color: #e34a14
}

.banner-form-horizontal input,
.banner-form-horizontal select {
	border-color: #e1dddd !important;
	border-radius: 3px !important;
	
}

.banner-right-review-box ul li {
	display: inline-block;
	width: 32%
}

.banner-right-review-box {
	margin-top: 30px
}

.banner-right-review-box ul li p i {
	color: #ffc107
}

.banner-right-review-box ul li p {
	font-weight: 600;
	font-size: 15px;
	color: #25466c
}

.banner-section .content-column span.banner-title {
	position: relative;
	color: #25466c;
	font-weight: 900;
	line-height: 1.1em;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-size: 35px !important
}

.banner-section .content-column h1.banner-title {
	position: relative;
	color: #25466c;
	font-weight: 900;
	line-height: 1.1em;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-size: 30px !important
}

span.banner-title {
    text-align:center;
    font-size: 30px;
}



span.disciplines-title {
    margin: 10px 0px;
    font-size: 22px;
    display: inline-block;
}

.banner-section .content-column .btns-box {
	margin-top: 45px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-align: center
}

.banner-section .content-column .theme-btn {
	margin-right: 15px
}

.banner-section .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	display: none;
	text-align: center
}

.banner-section .owl-dots .owl-dot {
	position: relative;
	width: 30px;
	height: 6px;
	margin-bottom: 10px;
	border-radius: 0;
	margin: 0 5px;
	display: inline-block;
	background-color: #25466c;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
	background-color: #25466c
}

.banner-section .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99999;
	width: 100%;
	opacity: 0;
	margin-top: -10px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.banner-section:hover .owl-nav {
	opacity: 1
}

.banner-section .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 60px;
	height: 60px;
	color: #25466c;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #25466c
}

.banner-section .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	color: #25466c;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #25466c
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
	color: #fff;
	border-color: #25466c;
	background-color: #25466c
}

.instructor-section {
	position: relative
}

.instructor-section .background-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: repeat-x
}

.instructor-section .background-layer-one {
	position: absolute;
	left: 0;
	top: 140px;
	width: 620px;
	height: 120px;
	background-position: center top;
	background-repeat: repeat-x
}

.instructor-section .background-layer-two {
	position: absolute;
	right: 300px;
	top: 60px;
	width: 774px;
	height: 416px;
	background-position: center top;
	background-repeat: repeat-x
}

.instructor-section .blocks-column {
	position: relative;
	margin-bottom: 40px
}

.instructor-section .blocks-column .inner-column {
	position: relative;
	padding: 140px 0 40px
}

.service-block {
	position: relative;
	z-index: 1
}

.service-block .inner-box {
	position: relative;
	padding: 50px 30px;
	margin-left: 10px
}

.service-block .inner-box .border-layer {
	position: absolute;
	left: -12px;
	top: 0;
	z-index: -1;
	width: 32px;
	bottom: 30px;
	border: 4px solid #25466c;
	-ms-transform: skewY(20deg);
	transform: skewY(20deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block .inner-box:hover .border-layer {
	border-color: #25466c;
	-ms-transform: skewY(-20deg);
	transform: skewY(-20deg)
}

.service-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block .inner-box:hover::before {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.service-block .inner-box .icon-box {
	position: relative;
	width: 75px;
	height: 75px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

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

.service-block .inner-box .icon-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #e3fbe8;
	-ms-transform: skewX(3deg);
	transform: skewX(3deg)
}

.service-block .inner-box .icon-box .icon {
	position: relative;
	width: 55px;
	height: 55px;
	color: #fff;
	font-size: 28px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #25466c
}

.service-block .inner-box h4 {
	position: relative;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 30px;
	margin-bottom: 18px
}

.service-block .inner-box h4 a {
	position: relative;
	color: #25466c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block .inner-box h4 a:hover {
	color: #25466c
}

.service-block .inner-box .text {
	position: relative;
	color: #25466c;
	font-size: 16px;
	line-height: 1.8em
}

.service-block:nth-child(2) .inner-box .icon-box:before {
	background-color: #f9f6e2
}

.service-block:nth-child(2) .inner-box .icon-box .icon {
	background-color: #f47418
}

.service-block:nth-child(2) .inner-box:hover .border-layer {
	border-color: #f47418
}

.service-block:nth-child(2) .inner-box h4 a:hover {
	color: #f47418
}

.instructor-section .instructor-column {
	position: relative;
	margin-bottom: 40px
}

.instructor-section .instructor-column .inner-column {
	position: relative;
	padding: 40px 35px;
	background-color: #fff;
	outline: 2px dashed #acd9c2;
	outline-offset: -12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.instructor-section .instructor-column h4 {
	position: relative;
	color: #25466c;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px
}

.instructor-section .instructor-column p {
	position: relative;
	color: #25466c;
	font-size: 16px;
	opacity: .90;
	line-height: 1.7em;
	margin-bottom: 15px
}

.instructor-section .instructor-column p:last-child {
	margin-bottom: 0
}

.instructor-section .instructor-column .click-here {
	position: relative;
	color: #25466c;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 500;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #25466c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.instructor-section .instructor-column .click-here:hover {
	color: #111;
	border-color: #111
}

.instructor-section .instructor-column .image {
	position: relative;
	margin-top: 20px
}

.benefit-section {
	position: relative;
	padding: 100px 0 0
}

.benefit-section .background-layer-one {
	position: absolute;
	right: 0;
	top: 20px;
	width: 606px;
	height: 343px;
	background-repeat: no-repeat
}

.benefit-section .background-layer-two {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.benefit-section .images-column {
	position: relative;
	margin-bottom: 40px
}

.benefit-section .images-column .inner-column {
	position: relative;
	margin-left: 30px
}

.benefit-section .images-column .color-layer {
	position: absolute;
	right: 80px;
	top: -60px;
	width: 350px;
	height: 650px;
	background: #e7fff7;
	background: -webkit-linear-gradient(to right, #e9fde7 0, #e6fff8 100%);
	background: -moz-linear-gradient(to right, #e9fde7 0, #e6fff8 100%);
	background: linear-gradient(to right, #e9fde7 0, #e6fff8 100%)
}

.benefit-section .images-column .inner-column .pattern-layer {
	position: absolute;
	left: 40px;
	top: -150px;
	width: 241px;
	height: 388px;
	background-repeat: no-repeat
}

.benefit-section .images-column .inner-column .pattern-layer-two {
	position: absolute;
	left: -80px;
	bottom: -40px;
	width: 241px;
	height: 388px;
	background-repeat: no-repeat
}

.benefit-section .images-column .image {
	position: relative;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.benefit-section .images-column .image-two {
	position: relative;
	margin-left: 30px;
	margin-top: 0;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25)
}

.benefit-section .images-column .image-three {
	position: absolute;
	right: 15px;
	top: 200px;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25)
}

.benefit-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.benefit-section .content-column .inner-column {
	position: relative;
	margin-right: -60px
}

.benefit-section .content-column .inner-column .btn-box {
	position: relative;
	margin-top: 40px
}

.benefit-section .lower-text {
	position: relative;
	text-align: center;
	margin-top: 30px
}

.benefit-section .lower-text p {
	position: relative;
	color: #25466c;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 500
}

.feature-section {
	position: relative;
	overflow: hidden;
	padding: 120px 0 40px
}

.feature-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.feature-section .content-column .inner-column {
	position: relative;
	padding-top: 45px;
	z-index: 1
}

.feature-section .content-column .inner-column .sec-title {
	margin-bottom: 30px
}

.feature-section .image-column {
	position: relative;
	margin-bottom: 40px
}

.feature-section .image-column .feature-icon {
	position: absolute;
	right: -120px;
	top: -90px;
	z-index: 2
}

.feature-section .image-column .inner-column {
	position: relative;
	padding-left: 45px
}

.feature-section .image-column .color-layer {
	position: absolute;
	right: -30px;
	top: -20px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background-color: #ffe4e8
}

.feature-section .image-column .image {
	position: relative;
	width: 400px
}

.feature-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.feature-section .image-column .image .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 50px 30px
}

.feature-section .pattern-layer {
	position: absolute;
	right: 0;
	top: 100px;
	width: 954px;
	height: 505px;
	background-repeat: no-repeat
}

.feature-section .image-column .image h2 {
	position: relative;
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px
}

.feature-section .image-column .image p {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 12px
}

.feature-section .image-column .image .learn {
	position: relative;
	color: #25466c;
	margin-top: 15px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.courses-section {
	position: relative;
	overflow: hidden;
	padding: 30px 0 40px
}

.courses-section .pattern-layer {
	position: absolute;
	right: -80px;
	bottom: 450px;
	width: 774px;
	height: 416px
}

.courses-section .circle-one {
	position: absolute;
	left: -350px;
	top: 0;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	display: inline-block;
	background-color: #f47418
}

.courses-section .circle-two {
	position: absolute;
	left: -350px;
	top: 260px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fbfbff
}

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

.course-block .inner-box {
	position: relative
}

.course-block .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #25466c
}

.course-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block .inner-box:hover .image img {
	opacity: .6;
	transform: scale(1.05, 1.05)
}

.course-block .inner-box .image .tag {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	padding: 8px 12px;
	border-radius: 5px;
	display: inline-block;
	background-color: #25466c;
	text-transform: uppercase
}

.course-block .inner-box .lower-content {
	position: relative;
	padding: 30px 25px;
	background-color: #fbfbff
}

.course-block .inner-box .lower-content h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.4em;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada
}

.course-block .inner-box .lower-content h4 a {
	position: relative;
	color: #000;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block .inner-box .lower-content h4 a:hover {
	color: #25466c
}

.course-block .inner-box .lower-content .uni-name {
	position: relative;
	color: #25466c;
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 12px
}

.course-block .inner-box .lower-content .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px
}

.course-block .inner-box .lower-content .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.course-block .inner-box .lower-content .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.course-block .inner-box .lower-content .price {
	position: relative;
	color: #423b3c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 22px
}

.course-block .inner-box .lower-content .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through
}

.course-block .inner-box .lower-content .hovers {
	position: relative;
	color: #000;
	font-size: 13px
}

.course-block .inner-box .lower-content .enroll-now {
	position: relative;
	color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	border-radius: 5px;
	letter-spacing: 1px;
	background-color: #25466c;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block .inner-box .lower-content .enroll-now:hover {
	color: #111;
	background-color: #f47418
}

.course-block .inner-box .overlay-content-box {
	position: absolute;
	left: 100%;
	top: -35px;
	width: 360px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	padding: 25px 25px;
	background-color: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateX(20px);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.course-block .inner-box:hover .overlay-content-box {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px)
}

.course-block .inner-box .overlay-content-box:before {
	position: absolute;
	content: '';
	left: -10px;
	top: 32%;
	border-top: 6px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 6px solid transparent
}

.course-block:nth-child(4n+0) .inner-box .overlay-content-box {
	left: auto;
	right: 100%
}

.course-block:nth-child(4n+0) .inner-box .overlay-content-box:before {
	right: -10px;
	left: auto;
	border-right: 0;
	border-top: 6px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 6px solid transparent
}

.link-color {
	color: blue;
}

.course-block .inner-box .overlay-content-box h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.3em;
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dadada
}

.course-block .inner-box .overlay-content-box .uni-name {
	position: relative;
	color: #25466c;
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 12px
}

.course-block .inner-box .overlay-content-box .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px
}

.course-block .inner-box .overlay-content-box .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.course-block .inner-box .overlay-content-box .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.course-block .inner-box .overlay-content-box .price {
	position: relative;
	color: #423b3c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 22px
}

.course-block .inner-box .overlay-content-box .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through
}

.course-block .inner-box .overlay-content-box .hovers {
	position: relative;
	color: #000;
	font-size: 13px
}

.course-block .inner-box .overlay-content-box .enroll-now {
	position: relative;
	color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	border-radius: 5px;
	letter-spacing: 1px;
	background-color: #25466c;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block .inner-box .overlay-content-box .enroll-now:hover {
	background-color: #111
}

.course-block .inner-box .overlay-content-box .text {
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 15px
}

.course-block .inner-box .overlay-content-box .lists {
	position: relative;
	margin-top: 20px
}

.course-block .inner-box .overlay-content-box .lists li {
	position: relative;
	margin-bottom: 12px;
	color: #000;
	font-size: 14px;
	padding-left: 25px
}

.course-block .inner-box .overlay-content-box .lists li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 15px;
	height: 3px;
	background-color: #25466c
}

.course-block .inner-box .overlay-content-box .lists li:last-child {
	margin-bottom: 0
}

.course-block .inner-box .overlay-content-box .btns-box {
	position: relative;
	margin-top: 22px
}

.course-block .inner-box .overlay-content-box .btns-box .enrol-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	margin-right: 10px;
	display: inline-block;
	background-color: #f47418
}

.course-block .inner-box .overlay-content-box .btns-box .wishlist-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	display: inline-block;
	background-color: #eef7f3
}

.course-block.style-two .inner-box .lower-content {
	position: relative;
	padding: 30px 20px;
	background-color: #fff;
	border: 1px solid #f5f3f3
}

.course-block.style-two .inner-box .lower-content .price {
	float: left;
	margin-bottom: 0
}

.course-block.style-two .inner-box .lower-content .hovers {
	float: left;
	margin-top: 10px;
	margin-left: 12px
}

.career-section {
	position: relative;
	padding: 0 0 100px
}

.career-section .image-column {
	position: relative
}

.career-section .image-column .inner-column {
	position: relative
}

.career-section .image-column .image {
	position: relative
}

.career-section .content-column {
	position: relative
}

.career-section .content-column .inner-column {
	position: relative;
	padding-top: 50px;
	padding-right: 100px
}

.career-section .content-column h5 {
	position: relative;
	color: #25466c;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 15px
}

.career-section .content-column .text {
	position: relative;
	margin-bottom: 30px
}

.career-section .content-column .text p {
	position: relative;
	color: #25466c;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 15px
}

.career-section .content-column .text p:last-child {
	margin-bottom: 0
}

.skill-section {
	position: relative;
	padding: 90px 0 40px;
	background-color: #f3fbf8
}

.skill-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 490px
}

.skill-section .skill-column {
	position: relative;
	margin-bottom: 40px
}

.skill-section .skill-column .inner-column {
	position: relative;
	padding-top: 20px;
	padding-right: 80px
}

.skill-section .skill-column .inner-column .sec-title {
	margin-bottom: 20px
}

.skills .skill-item {
	position: relative;
	margin-bottom: 30px
}

.skills .skill-item:last-child {
	margin-bottom: 0
}

.skills .skill-item .skill-bar {
	position: relative;
	width: 100%;
	height: 8px
}

.skills .skill-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	height: 8px;
	overflow: hidden;
	border-radius: 50px;
	background: #fff
}

.skills .skill-item .skill-bar .bar-inner .bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 8px;
	width: 0;
	border-radius: 50px;
	border-bottom: 8px solid #f47418;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease
}

.skills .skill-item .skill-header {
	position: relative;
	margin-bottom: 12px
}

.skills .skill-item .skill-header .skill-title {
	position: relative
}

.skills .skill-item .skill-header .skill-title {
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize
}

.skills .skill-item .skill-header .skill-percentage {
	position: relative;
	float: right;
	font-weight: 600;
	color: #000;
	font-size: 16px;
	text-transform: uppercase
}

.skills .skill-item:nth-child(2) .skill-bar .bar-inner .bar {
	border-color: #25466c
}

.skills .skill-item:nth-child(3) .skill-bar .bar-inner .bar {
	border-color: #fc7f92
}

.skill-section .image-column {
	position: relative;
	margin-bottom: 40px
}

.skill-section .image-column .inner-column {
	position: relative
}

.skill-section .image-column .inner-column .image {
	position: relative;
	z-index: 1
}

.skill-section .image-column .circle-one {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background-color: #effef7
}

.skill-section .image-column .circle-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background-color: #f3fbf8
}

.testimonial-section {
	position: relative;
	overflow: hidden;
	padding: 65px 0 65px
}



span.reviews-ratio {
    font-size: 25px;
    font-weight: 700;
    margin: 8px 0px;
    display: inline-block;
}

.testimonial-section .circle-one {
	position: absolute;
	right: -150px;
	top: 150px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	display: inline-block;
	background-color: #f47418
}

.testimonial-section .circle-two {
	position: absolute;
	right: -200px;
	top: 320px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff
}

.testimonial-section .pattern-layer-two {
	position: absolute;
	left: 0;
	bottom: 150px;
	width: 446px;
	height: 406px;
	background-repeat: no-repeat
}

.testimonial-section .inner-container {
	position: relative
}

.testimonial-section .inner-container .pattern-layer {
	background-image:url('../images/pattern-9.webp');
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 519px;
	background-position: center top;
	background-repeat: no-repeat
}

.testimonial-section .owl-carousel .owl-stage-outer {
	padding: 20px 0 20px
}

.testimonial-section .owl-theme .testimonial-block {
	margin: 0 15px
}

.testimonial-section .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.testimonial-section .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 40px
}

.testimonial-section .owl-dots .owl-dot {
	position: relative;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #cce3d7;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover {
	border-color: #25466c;
	background-color: #25466c
}

.testimonial-section .owl-nav {
	display: none
}

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

.testimonial-block .inner-box {
	position: relative;
	padding: 45px 25px 50px
}

.testimonial-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	background-color: #f3f3f3;
	-ms-transform: skewY(2deg);
	transform: skewY(2deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.testimonial-block .inner-box .text {
	position: relative;
	color: #25466c;
	font-size: 16px;
	margin-bottom: 30px
}

.testimonial-block .inner-box .author-info {
	position: relative
}

.testimonial-block .inner-box .author-info .info-inner {
	position: relative;
	padding-left: 82px;
	padding-top: 10px
}

.testimonial-block .inner-box .author-info .info-inner .author-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 62px;
	height: 62px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block
}

.testimonial-block .inner-box .author-info .reviews-title-name {
	position: relative;
	color: #25466c;
	font-weight: 500;
	line-height: 1.3em;
	font-size:18px;
}

.testimonial-block .inner-box .author-info .designation {
	position: relative;
	color: #25466c;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 4px
}

.testimonial-block .inner-box .quote-icon {
	position: absolute;
	right: 40px;
	bottom: 20px;
	color: #000;
	line-height: 1em;
	font-size: 36px
}

.reviews-star span i {
	color: #ffc107
}

.news-section {
	position: relative
}

.news-section.style-two {
	padding-top: 150px;
	overflow: hidden;
	padding-bottom: 40px
}

.news-section .outer-container {
	position: relative;
	padding: 0 80px;
	max-width: 1850px;
	margin: 0 auto
}

.news-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 300px;
	width: 100%;
	height: 643px;
	background-repeat: no-repeat
}

.news-section .inner-container {
	position: relative
}

.news-section .icon-layer-one {
	position: absolute;
	left: -15%;
	bottom: 100px;
	width: 160px;
	height: 133px;
	background-repeat: no-repeat
}

.news-section .icon-layer-two {
	position: absolute;
	right: 0;
	top: 0;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat
}

.news-section .icon-layer-three {
	position: absolute;
	right: -6%;
	bottom: 120px;
	width: 69px;
	height: 69px;
	opacity: .5;
	background-repeat: no-repeat
}

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

.news-block .inner-box {
	position: relative
}

.news-block .inner-box .image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	background-color: #25466c
}

.news-block .inner-box .image img {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block .inner-box:hover .image img {
	opacity: .5;
	transform: scale(1.05, 1.05)
}

.news-block .inner-box .lower-content {
	position: relative;
	margin-left: 200px;
	padding: 35px 25px;
	margin-top: -165px;
	z-index: 1
}

.news-block .inner-box .lower-content .border-layer {
	position: absolute;
	left: -12px;
	top: -30px;
	z-index: -1;
	width: 32px;
	bottom: -10px;
	border: 4px solid #25466c;
	-ms-transform: skewY(20deg);
	transform: skewY(20deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block .inner-box:hover .lower-content .border-layer {
	-ms-transform: skewY(-20deg);
	transform: skewY(-20deg)
}

.news-block .inner-box .lower-content:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	background-color: #fff;
	-ms-transform: skewY(2deg);
	transform: skewY(2deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.news-block .inner-box .lower-content .post-info {
	position: relative
}

.news-block .inner-box .lower-content .post-info li:first-child {
	position: relative;
	color: #fff;
	border-radius: 50px;
	padding: 0 12px;
	background-color: #25466c
}

.news-block .inner-box .lower-content .post-info li {
	position: relative;
	color: #272626;
	font-size: 14px;
	margin-right: 15px;
	display: inline-block
}

.news-block .inner-box .lower-content h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dad4d5
}

.news-block .inner-box .lower-content h4 a {
	position: relative;
	color: #25466c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block .inner-box .lower-content .more {
	position: relative;
	color: #25466c;
	font-size: 16px;
	margin-top: 22px;
	font-weight: 600;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block .inner-box .lower-content h4 a:hover,
.news-block .inner-box .lower-content .more:hover {
	color: #25466c
}

.news-block.style-two .inner-box .lower-content {
	margin-left: 80px
}

.clients-section {
    background: #f7f7f7;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
	position: relative;
	display: none
}

.clients-section .sponsors-outer .image-box {
	position: relative;
	text-align: center;
	margin: 0
}

.clients-section .sponsors-outer .image-box img {
    border-radius: 15px;
    width: 190px;
	margin: 0 auto;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.clients-section .sponsors-outer .image-box img:hover {
	opacity: .7;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.main-footer {
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
}

.main-footer .widgets-section {
	position: relative;
	padding: 70px 0 30px
}

.main-footer .circle-layer {
	position: absolute;
	right: -400px;
	bottom: -400px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background-color: #f47418
}

.main-footer .pattern-layer-one {
	background-image: url('../images/pattern-12.webp');
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 256px;
	height: 392px;
	background-repeat: no-repeat
}

.main-footer .pattern-layer-two {
	background-image: url('../images/pattern-13.webp');
	position: absolute;
	left: 140px;
	bottom: 40px;
	width: 69px;
	height: 69px;
	background-position: center top;
	background-repeat: no-repeat
}

.main-footer .pattern-layer-three {
	background-image: url('../images/pattern-14.webp');
	position: absolute;
	
	bottom: 0;
	right: 0;
	width: 292px;
	height: 120px;
	background-repeat: no-repeat
}

.main-footer .pattern-layer-four {
	background-image: url('../images/pattern-13.webp');
	position: absolute;
	right: 140px;
	bottom: 40px;
	width: 69px;
	height: 69px;
	background-position: center top;
	background-repeat: no-repeat
}

.main-footer .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.main-footer .footer-column span {
	position: relative;
	font-weight: 700;
	font-size:20px;
	color: black;
	line-height: 4.2em;
	margin-bottom: 25px;
	margin-top: 30px;
	text-transform: capitalize
}

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

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


ul.ft-social-box li a i {
    display: none;
}

.ft-info-list {
	position: relative;
	margin-bottom: 20px
}

.ft-info-list li {
	position: relative;
	color: #000000;
	font-size: 16px;
	margin-bottom: 6px
}

.ft-info-list li a {
	position: relative;
	color: #000000;
}

.ft-social-box {
	position: relative
}

.ft-social-box li {
	position: relative;
	margin-right: 8px;
	display: inline-block
}


.ft-social-box li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #0b2b37;
}

.ft-social-box li a:hover {
	position: relative;
	color: #fff;
	font-size: 15px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #f4751a;
}






.ft-social-box li a ::before {
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	display: inline-block
}

.ft-social-box li a  :hover::before {
	transform: rotateY(360deg)
}



.ft-social-box li.dribbble a {
	background-color: #ea4c89
}

.main-footer .logo-widget .text {
	position: relative;
	color: black;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 30px;
	margin-bottom: 15px
}

.main-footer .list {
	position: relative
}

.main-footer .list li {
	position: relative;
	margin-bottom: 8px
}

.main-footer .list li a {
	position: relative;
	color: #000000;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-footer .list li a:hover {
	color: #25466c
}

.main-footer .lower-box {
	background: #e34a14;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
}

.subscribe-form {
	position: relative;
	width: 300px;
	margin-bottom: 20px
}

.subscribe-form h6 {
	position: relative;
	color: #00184f;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px
}

.subscribe-form .form-group {
	position: relative;
	display: block;
	z-index: 1;
	padding-right: 60px;
	margin-bottom: 0
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 50px;
	color: #00184f;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 6px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #e8ebef
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
	position: absolute;
	width: 45px;
	height: 50px;
	right: 0;
	top: 0;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	background-color: #25466c;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.subscribe-form .form-group button:hover {
	background-color: #f47418
}

.main-footer .lower-box .text {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.8em
}

.main-footer .lower-box .text span {
	font-weight: 600
}

.main-footer .lower-box .singup {
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: 400;
	color: #25466c;
	font-size: 16px;
	text-decoration: underline
}

.main-footer .footer-bottom {
	position: relative;
	padding: 15px 0;
	border-top: 1px solid #dee0e4
}

.main-footer .footer-bottom .copyright {
	position: relative;
	color: #000000;
	font-size: 15px
}

.main-footer .footer-bottom .copyright a {
	position: relative;
	color: #102659
}

.main-footer .footer-bottom .nav-column {
	position: relative
}

.main-footer .footer-bottom .nav-column ul {
	position: relative;
	text-align: right
}

.main-footer .footer-bottom .nav-column ul li {
	position: relative;
	margin-right: 12px;
	padding-right: 12px;
	line-height: 1.2em;
	display: inline-block;
	border-right: 1px solid #dee0e4
}

.main-footer .footer-bottom .nav-column ul li a {
	position: relative;
	color: #102659;
	font-size: 16px;
    font-weight: bold;
}

.main-footer .footer-bottom .nav-column ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0
}

.banner-section-two {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 200px
}

.banner-section-two .content-column .pattern-layer-one {
	position: absolute;
	left: -240px;
	top: -20px;
	width: 467px;
	height: 327px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .content-column .icon-layer-one {
	position: absolute;
	left: -70px;
	top: 240px;
	width: 20px;
	height: 20px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .content-column .icon-layer-two {
	position: absolute;
	left: -220px;
	top: 340px;
	width: 86px;
	height: 84px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .content-column .icon-layer-three {
	position: absolute;
	left: -120px;
	top: 480px;
	width: 195px;
	height: 109px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .content-column .icon-layer-four {
	position: absolute;
	left: 10px;
	bottom: -80px;
	width: 91px;
	height: 93px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .content-column .icon-layer-five {
	position: absolute;
	left: 250px;
	bottom: -60px;
	width: 105px;
	height: 105px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .pattern-layer-two {
	position: absolute;
	right: -50px;
	top: 160px;
	width: 410px;
	height: 436px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .pattern-layer-three {
	position: absolute;
	right: 150px;
	top: 220px;
	width: 20px;
	height: 20px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.banner-section-two .image-column {
	position: relative;
	z-index: 10
}

.banner-section-two .image-column .inner-column {
	position: relative;
	padding-left: 30px
}

.banner-section-two .image-column .inner-column .image {
	position: relative;
	margin-right: -60px
}

.banner-section-two .content-column {
	position: relative;
	z-index: 10
}

.banner-section-two .content-column .inner-column {
	position: relative;
	margin-left: -60px;
	padding-top: 120px
}

.banner-section-two .content-column .title {
	position: relative;
	color: #25466c;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: 4px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	text-transform: uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.banner-section-two .content-column h1 {
	position: relative;
	color: #25466c;
	font-weight: 900;
	line-height: 1.2em;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.banner-section-two .content-column .btns-box {
	margin-top: 45px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.banner-section-two .content-column .theme-btn {
	margin-right: 15px
}

.banner-section-two .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	display: none;
	text-align: center
}

.banner-section-two .owl-dots .owl-dot {
	position: relative;
	width: 30px;
	height: 6px;
	margin-bottom: 10px;
	border-radius: 0;
	margin: 0 5px;
	display: inline-block;
	background-color: #25466c;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.banner-section-two .owl-dots .owl-dot.active,
.banner-section-two .owl-dots .owl-dot:hover {
	background-color: #25466c
}

.banner-section-two .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99999;
	width: 100%;
	opacity: 0;
	margin-top: -10px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.banner-section-two:hover .owl-nav {
	opacity: 1
}

.banner-section-two .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 60px;
	height: 60px;
	color: #25466c;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #25466c
}

.banner-section-two .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	font-size: 24px;
	width: 60px;
	height: 60px;
	color: #25466c;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #25466c
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover {
	color: #fff;
	border-color: #25466c;
	background-color: #25466c
}

.professional-section {
	position: relative;
	padding: 160px 0 50px
}

.professional-section.style-two {
	padding-top: 220px
}

.professional-section.style-two .background-layer-one {
	top: 240px
}

.professional-section .background-layer-one {
	position: absolute;
	right: 0;
	top: 100px;
	width: 606px;
	height: 343px;
	background-repeat: no-repeat
}

.professional-section .images-column {
	position: relative;
	margin-bottom: 40px
}

.professional-section .images-column .inner-column {
	position: relative;
	padding-right: 45px
}

.professional-section .images-column .color-layer {
	position: absolute;
	right: 30px;
	top: -50px;
	width: 150px;
	height: 480px;
	background: #f4fbf3;
	background: -webkit-linear-gradient(to right, #f4fbf3 0, #edf6f1 100%);
	background: -moz-linear-gradient(to right, #f4fbf3 0, #edf6f1 100%);
	background: linear-gradient(to right, #f4fbf3 0, #edf6f1 100%)
}

.professional-section .images-column .color-layer-two {
	position: absolute;
	left: -55px;
	bottom: -50px;
	width: 360px;
	height: 475px;
	background: #f2b0c0;
	background: -webkit-linear-gradient(to right, #f2b0c0 0, #f4e3fb 100%);
	background: -moz-linear-gradient(to right, #f2b0c0 0, #f4e3fb 100%);
	background: linear-gradient(to right, #f2b0c0 0, #f4e3fb 100%)
}

.professional-section .images-column .inner-column .pattern-layer {
	position: absolute;
	left: 40px;
	top: -150px;
	width: 241px;
	height: 388px;
	background-repeat: no-repeat
}

.professional-section .images-column .inner-column .pattern-layer-two {
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 241px;
	height: 388px;
	background-repeat: no-repeat
}

.professional-section .images-column .image {
	position: relative;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.20)
}

.professional-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.professional-section .content-column .inner-column {
	position: relative;
	padding-left: 35px
}

.professional-section .content-column .inner-column .pattern-layer-three {
	position: absolute;
	right: -85px;
	bottom: 0;
	width: 243px;
	height: 389px;
	background-repeat: no-repeat
}

.professional-section .content-column .inner-column .btn-box {
	position: relative;
	margin-top: 40px
}

.professional-section .content-column .inner-column .sec-title {
	margin-bottom: 25px
}

.professional-section .content-column .inner-column .bold-text {
	position: relative;
	color: #25466c;
	font-size: 20px;
	line-height: 1.5em;
	padding-right: 100px;
	margin-bottom: 15px
}

.professional-section .content-column .inner-column p {
	position: relative;
	color: #25466c;
	font-size: 16px;
	line-height: 1.9em;
	padding-right: 100px
}

.feature-section-two {
	position: relative;
	overflow: hidden;
	padding: 120px 0 40px
}

.feature-section-two .auto-container {
	max-width: 1570px
}

.feature-section-two .background-layer-one {
	position: absolute;
	right: 0;
	top: 110px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.feature-section-two .circle-one {
	position: absolute;
	left: -400px;
	top: 100px;
	width: 595px;
	height: 595px;
	border-radius: 50%;
	background-color: #f47418
}

.feature-section-two .circle-two {
	position: absolute;
	left: -450px;
	top: 250px;
	width: 595px;
	height: 595px;
	border-radius: 50%;
	background-color: #fff
}

.event-section {
	position: relative;
	overflow: hidden;
	padding: 60px 0 0
}

.event-section .images-column {
	position: relative;
	margin-bottom: 40px
}

.event-section .images-column .inner-column {
	position: relative
}

.event-section .images-column .image {
	position: relative
}

.event-section .images-column .background-layer-one {
	position: absolute;
	left: -120px;
	top: 0;
	width: 954px;
	height: 505px;
	background-repeat: no-repeat
}

.event-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.event-section .content-column .inner-column {
	position: relative;
	padding-right: 100px
}

.event-section .content-column .inner-column .btn-box {
	position: relative;
	margin-top: 40px
}

.event-section .content-column .inner-column .sec-title {
	margin-bottom: 25px
}

.event-section .content-column .inner-column .bold-text {
	position: relative;
	color: #25466c;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 15px
}

.event-section .content-column .inner-column p {
	position: relative;
	color: #25466c;
	font-size: 16px;
	line-height: 1.9em
}

.testimonial-section-two {
	position: relative;
	overflow: hidden;
	padding: 110px 0 100px
}

.testimonial-section-two.style-two {
	padding-bottom: 40px
}

.testimonial-section-two .circle-one {
	position: absolute;
	right: -150px;
	top: 150px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	display: inline-block;
	background-color: #f47418
}

.testimonial-section-two .circle-two {
	position: absolute;
	right: -200px;
	top: 320px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff
}

.testimonial-section-two .pattern-layer-two {
	background-image:url('../images/pattern-10.webp');
	position: absolute;
	left: 0;
	bottom: 150px;
	width: 446px;
	height: 406px;
	background-repeat: no-repeat
}

.testimonial-section-two .inner-container {
	position: relative
}

.testimonial-section-two .inner-container .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 519px;
	background-position: center top;
	background-repeat: no-repeat
}

.testimonial-section-two .owl-carousel .owl-stage-outer {
	padding: 20px 0 40px
}

.testimonial-section-two .owl-theme .testimonial-block-two {
	margin: 0 15px
}

.testimonial-section-two .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.testimonial-section-two .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 40px
}

.testimonial-section-two .owl-dots .owl-dot {
	position: relative;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #cce3d7;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover {
	border-color: #25466c;
	background-color: #25466c
}

.testimonial-section-two .owl-nav {
	display: none
}

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

.testimonial-block-two .inner-box {
	position: relative;
	padding: 45px 25px 50px
}

.testimonial-block-two .inner-box .border-layer {
	position: absolute;
	left: 0;
	bottom: -25px;
	right: 0;
	height: 150px;
	z-index: -1;
	border-radius: 8px;
	border: 3px solid #06092c;
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.testimonial-block-two .inner-box:hover::before {
	-ms-transform: skewY(2deg);
	transform: skewY(2deg)
}

.testimonial-block-two .inner-box:hover .border-layer {
	-ms-transform: skewY(2deg);
	transform: skewY(2deg);
	border-color: #25466c
}

.testimonial-block-two .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	background-color: #fff;
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.testimonial-block-two .inner-box .text {
	position: relative;
	color: #25466c;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 30px
}

.testimonial-block-two .inner-box .author-info {
	position: relative
}

.testimonial-block-two .inner-box .author-info .info-inner {
	position: relative;
	padding-left: 82px;
	padding-top: 10px
}

.testimonial-block-two .inner-box .author-info .info-inner .author-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 62px;
	height: 62px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block
}

.testimonial-block-two .inner-box .author-info h6 {
	position: relative;
	color: #25466c;
	font-weight: 500;
	line-height: 1.3em
}

.testimonial-block-two .inner-box .author-info .designation {
	position: relative;
	color: #25466c;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 4px
}

.testimonial-block-two .inner-box .quote-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 40px;
	bottom: 30px;
	color: #eaf1ed;
	line-height: 60px;
	font-size: 36px;
	text-align: center;
	border-radius: 50px;
	background-color: #25466c
}

.goal-section {
	position: relative;
	overflow: hidden;
	padding: 40px 0 35px
}

.goal-section.style-two {
	padding-top: 120px;
	padding-bottom: 100px
}

.goal-section .images-column {
	position: relative;
	margin-bottom: 40px
}

.goal-section .images-column .inner-column {
	position: relative
}

.goal-section .images-column .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transform: rotate(-7deg)
}

.goal-section .images-column .image-two {
	position: absolute;
	right: 15px;
	bottom: -160px;
	border-radius: 5px;
	overflow: hidden;
	transform: rotate(7deg)
}

.goal-section .images-column .color-layer {
	position: absolute;
	left: 0;
	top: 50px;
	width: 470px;
	height: 470px;
	border-radius: 50%;
	background-color: #f47418;
	background: linear-gradient(to right, #9deda173 0, #9befe794 100%)
}

.goal-section .images-column .pattern-layer {
	position: absolute;
	right: 80px;
	top: 60px;
	width: 241px;
	height: 388px;
	background-repeat: no-repeat
}

.goal-section .images-column .pattern-layer-two {
	position: absolute;
	left: 50px;
	bottom: -280px;
	width: 385px;
	height: 348px;
	background-repeat: no-repeat
}

.goal-section .content-column {
	position: relative;
	
}

.goal-section .content-column .inner-column {
	position: relative;
	padding-left: 20px
}

.goal-section .content-column .inner-column .pattern-layer-three {
	background-image:url('../images/pattern-13.webp');
	position: absolute;
	right: -50px;
	top: 40px;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat
}

.goal-section .pattern-layer-four {
	background-image:url('../images/pattern-18.webp');
	position: absolute;
	right: 0;
	top: 150px;
	width: 667px;
	height: 120px;
	background-repeat: no-repeat
}

.goal-section .content-column .inner-column .btn-box {
	position: relative;
	
}

.goal-section .content-column .inner-column .bold-text {
	position: relative;
	color: #25466c;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 15px
}

.goal-section .content-column .inner-column p {
	position: relative;
	color: black;
	font-size: 16px;
	line-height: 1.9em
}

.fact-counter {
	position: relative;
	    background: #f7f7f7;
}

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

.fact-counter .column .inner {
	position: relative
}

.fact-counter .column .inner .content {
	text-align: center;
	position: relative
}

.fact-counter .column .inner .icon {
	position: absolute;
	left: 0;
	top: 10px;
	color: #bbb;
	font-size: 60px;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.fact-counter .count-outer .percentage {
	display: inline-block;
	font-weight: 800;
	color: #25466c;
	font-size: 65px;
	line-height: 1em;
	text-transform: uppercase
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 800;
	color: #e34a14;
	font-size: 65px;
	line-height: 1em;
	text-transform: uppercase
}

.fact-counter .column .inner .counter-title {
	position: relative;
	font-size: 19px;
	font-weight: 700;
	margin-top: 8px;
	color: #25466c
}

.contact-section {
	position: relative;
	padding: 20px 0 150px
}

.contact-section .pattern-layer {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.contact-section .pattern-layer-two {
	position: absolute;
	right: 0;
	top: 180px;
	width: 454px;
	height: 120px;
	background-repeat: no-repeat
}

.contact-section .icon-layer-two {
	position: absolute;
	right: 230px;
	top: 380px;
	width: 69px;
	height: 69px;
	opacity: .6;
	background-repeat: no-repeat
}

.contact-section .icon-layer-three {
	position: absolute;
	right: 230px;
	bottom: 230px;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat
}

.contact-section .info-column {
	position: relative;
	margin-bottom: 40px
}

.contact-section .info-column .inner-column {
	position: relative;
	padding-top: 180px
}

.contact-section .info-column .icon-layer {
	position: absolute;
	left: 170px;
	top: 80px;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat
}

.contact-section .info-column .image {
	position: relative;
	margin-bottom: 35px
}

.contact-section .info-column h5 {
	position: relative;
	color: #25466c;
	font-weight: 700;
	line-height: 1.3em
}

.contact-section .info-column p {
	position: relative;
	color: #25466c;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 15px;
	margin-bottom: 18px
}

.contact-section .info-column .contact-list {
	position: relative
}

.contact-section .info-column .contact-list li {
	position: relative;
	margin-bottom: 10px
}

.contact-section .info-column .contact-list li strong {
	position: relative;
	display: block;
	color: #00184f;
	font-size: 16px;
	margin-bottom: 3px
}

.contact-section .info-column .contact-list li a {
	position: relative;
	color: #25466c;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.contact-section .info-column .contact-list li a:hover {
	color: #111
}

.contact-section .form-column {
	position: relative;
	margin-bottom: 40px
}

.contact-section .form-column .inner-column {
	position: relative;
	padding: 60px 50px;
	margin-left: 40px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.contact-section .color-layer {
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 465px;
	height: 465px;
	z-index: -1;
	border-radius: 50%;
	background-color: #f47418
}

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

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

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px;
	color: #777;
	height: 50px;
	font-size: 14px;
	background: 0;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #efefef;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
	color: #777
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px;
	color: #777;
	height: 140px;
	border-radius: 4px;
	border: 1px solid #efefef;
	resize: none;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.default-form .form-group .theme-btn {
	cursor: pointer
}

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	color: #777;
	border: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #efefef
}

.form-group .ui-button .ui-icon {
	background: 0;
	position: relative;
	top: 3px;
	text-indent: 0;
	color: #333
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #999;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	font-weight: 800
}

.ui-menu .ui-menu-item {
	font-size: 14px
}

.ui-menu .ui-menu-item:last-child {
	border: 0
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #25466c;
	border-color: #25466c
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px
}

.ui-menu-item:hover {
	background-color: #25466c
}

.banner-section-three {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.10)
}

.banner-section-three .pattern-layer-two {
	position: absolute;
	right: -80px;
	top: 240px;
	width: 410px;
	height: 436px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.banner-section-three .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 80px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.banner-section-three .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.banner-section-three .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.banner-section-three .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

.banner-section-three .page-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0
}

.banner-section-three .page-breadcrumb li:last-child::before {
	display: none
}

.banner-section-three .content-column {
	position: relative
}

.banner-section-three .content-column .inner-column {
	position: relative;
	padding-top: 150px
}

.banner-section-three .content-column .inner-column h2 {
	position: relative;
	color: #25466c;
	font-size: 55px;
	font-weight: 800;
	line-height: 1.2em
}

.banner-section-three .content-column .pattern-layer-one {
	position: absolute;
	left: -240px;
	top: -20px;
	width: 467px;
	height: 327px;
	z-index: 2;
	background-position: center bottom;
	background-repeat: no-repeat
}

.banner-section-three .content-column .icon-layer {
	position: absolute;
	left: -140px;
	bottom: 0;
	width: 69px;
	height: 69px;
	opacity: .6
}

.banner-section-three .content-column .icon-layer-two {
	position: absolute;
	left: 0;
	bottom: -120px;
	width: 91px;
	height: 93px
}

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

.banner-section-three .image-column .inner-column {
	position: relative;
	padding-left: 30px;
	padding-bottom: 80px;
	margin-right: -140px
}

.banner-section-three .image-column .image {
	position: relative;
	display: inline-block
}

.banner-section-three .image-column .image-two {
	position: absolute;
	right: 0;
	bottom: 0;
	box-shadow: 0 20px 15px rgba(0, 0, 0, 0.15)
}

.banner-section-three .image-column .icon-layer-three {
	position: absolute;
	left: -10px;
	top: -40px;
	width: 91px;
	height: 93px
}

.banner-section-three .image-column .icon-layer-four {
	position: absolute;
	left: -10px;
	bottom: 50px;
	width: 69px;
	height: 69px;
	z-index: 1
}

.banner-section-three .image-column .icon-layer-five {
	position: absolute;
	right: -100px;
	top: 0;
	width: 105px;
	height: 104px;
	z-index: 1
}

.banner-section-three.style-two {
	padding-bottom: 120px
}

.team-section {
	position: relative;
	overflow: hidden;
	padding: 120px 0 60px;
	background-color: #f3fbf7
}

.team-section .inner-container {
	position: relative
}

.team-section .inner-container .color-layer {
	position: absolute;
	right: -140px;
	top: -50px;
	width: 490px;
	height: 490px;
	border-radius: 50%;
	background-color: #f47418
}

.team-section .pattern-layer {
	position: absolute;
	left: 80px;
	bottom: -50px;
	width: 667px;
	height: 120px
}

.team-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.team-section .title-column .inner-column {
	position: relative
}

.team-section .blocks-column {
	position: relative;
	margin-bottom: 40px
}

.team-section .blocks-column .inner-column {
	position: relative
}

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

.team-block .inner-box {
	position: relative;
	padding: 35px 35px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.team-block .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #25466c
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.team-block .inner-box:hover .image img {
	opacity: .7;
	transform: scale(1.05, 1.05) rotate(2deg)
}

.team-block .inner-box .lower-content {
	position: relative;
	padding-top: 30px
}

.team-block .inner-box .lower-content h5 {
	position: relative;
	font-weight: 700;
	line-height: 1.2em
}

.team-block .inner-box .lower-content h5 a {
	position: relative;
	color: #25466c;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block .inner-box .lower-content h5 a:hover {
	color: #25466c
}

.team-block .inner-box .lower-content .designation {
	position: relative;
	color: #25466c;
	font-size: 16px;
	margin-top: 10px
}

.page-title-section {
	position: relative;
	padding-bottom: 170px;
	background-color: #f3fef9
}

.page-title-section .icon-layer-one {
	position: absolute;
	left: 90px;
	top: 200px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.page-title-section .icon-layer-two {
	position: absolute;
	right: 450px;
	top: 80px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.page-title-section .icon-layer-three {
	position: absolute;
	right: 70px;
	top: 125px;
	width: 105px;
	height: 104px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.page-title-section .icon-layer-four {
	position: absolute;
	left: 340px;
	bottom: 60px;
	width: 106px;
	height: 70px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.page-title-section .icon-layer-five {
	position: absolute;
	right: 340px;
	bottom: 60px;
	width: 106px;
	height: 70px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.page-title-section .icon-layer-six {
	position: absolute;
	left: 145px;
	bottom: -20px;
	width: 45px;
	height: 43px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.page-title-section .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 90px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.page-title-section .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.page-title-section .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.page-title-section .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

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

.page-title-section .page-breadcrumb li:last-child::before {
	display: none
}

.page-title-section .content-box {
	position: relative;
	text-align: center
}

.page-title-section .content-box h2 {
	position: relative;
	color: #06142d;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em
}

.page-title-section .content-box .text {
	position: relative;
	color: #181818;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7em;
	margin-top: 18px
}

.faq-blocks-section {
	position: relative;
	padding-bottom: 60px
}

.faq-blocks-section .inner-container {
	position: relative;
	margin-top: -100px
}

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

.faq-block .inner-box {
	position: relative;
	text-align: center;
	padding: 50px 30px 40px;
	background-color: #eee1e0
}

.faq-block:nth-child(2) .inner-box {
	background-color: #e9f5ef
}

.faq-block:nth-child(2) .inner-box .icon-box {
	color: #25466c
}

.faq-block:nth-child(3) .inner-box {
	background-color: #f9f9e4
}

.faq-block:nth-child(3) .inner-box .icon-box {
	color: #bdbd39
}

.faq-block .inner-box .icon-box {
	position: relative;
	font-size: 64px;
	color: #c56b66;
	line-height: 1em
}

.faq-block .inner-box h5 {
	position: relative;
	margin-top: 20px;
	color: #06142d
}

.faq-block .inner-box h5 a {
	position: relative;
	color: #06142d;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.faq-block .inner-box .text {
	position: relative;
	color: #06142d;
	font-size: 16px;
	line-height: 1.8em;
	margin: 12px 0 22px
}

.faq-block .inner-box .read-more {
	position: relative;
	color: #25466c;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.faq-block .inner-box .read-more:hover {
	color: #111
}

.faq-section {
	position: relative;
	padding-bottom: 60px
}

.faq-section .title-box {
	position: relative;
	margin-bottom: 25px
}

.faq-section .title-box h4 {
	position: relative;
	color: #25466c;
	font-weight: 500;
	line-height: 1.3em
}

.faq-section .column {
	position: relative;
	margin-bottom: 40px
}

.accordion-box {
	position: relative
}

.accordion-box .block {
	position: relative;
	margin-bottom: 10px;
	border-radius: 0;
	border-bottom: 2px solid #f1f3f2
}

.accordion-box .block.active-block {
	background-color: #fbfbfb;
	border-color: #ffcab7;
}

.accordion-box .block .acc-btn {
	position: static;
	font-size: 16px;
	line-height: 35px;
	color: #06142d;
	line-height: 1.8em;
	font-weight: 500;
	cursor: pointer;
	padding: 14px 15px;
	padding-right: 25px;
	margin-bottom: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #ffa98c;
	background: #ffcab7;
}

.accordion-box .block .acc-btn.active {
	color: #000000 !important;
	margin-bottom: 0
}

.accordion-box .block .icon {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	font-size: 20px;
	line-height: 60px;
	color: #666;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 8px 8px 8px 0
}

.accordion-box .block .icon::before {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.accordion-box .block .acc-btn.active .icon::before {
	transform: rotate(180deg);
	display: inline-block
}

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

.accordion-box .block .content {
	position: relative;
	padding: 10px 20px 30px 20px
}

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

.accordion-box .block .content .text {
	position: relative
}

.accordion-box .block .content .text p {
	position: relative;
	color: #06142d;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 15px
}

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

.team-section-two {
	position: relative;
	overflow: hidden;
	padding: 120px 0 80px;
	background-color: #f3fbf7
}

.team-section-two .inner-container {
	position: relative
}

.team-section-two .inner-container .color-layer {
	position: absolute;
	right: -140px;
	top: -50px;
	width: 490px;
	height: 490px;
	border-radius: 50%;
	background-color: #f47418
}

.team-section-two .pattern-layer {
	position: absolute;
	left: 550px;
	top: 350px;
	width: 667px;
	height: 120px
}

.team-section-two .pattern-layer-two {
	position: absolute;
	left: -120px;
	bottom: 80px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.team-section-two .pattern-layer-three {
	position: absolute;
	left: 120px;
	top: 180px;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.team-section-two .pattern-layer-four {
	position: absolute;
	right: 120px;
	bottom: 180px;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.team-section-two .pattern-layer-five {
	position: absolute;
	right: -170px;
	top: 80px;
	z-index: 1;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.user-profile-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 240px;
	background-color: #f3fef9
}

.user-profile-section .pattern-layer-one {
	position: absolute;
	left: 100px;
	top: 250px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.user-profile-section .pattern-layer-two {
	position: absolute;
	left: 75%;
	top: 90px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.user-profile-section .pattern-layer-three {
	position: absolute;
	right: 70px;
	top: 110px;
	width: 105px;
	height: 104px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.user-profile-section .pattern-layer-four {
	position: absolute;
	left: 150px;
	bottom: 70px;
	width: 45px;
	height: 43px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.user-profile-section .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 80px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.user-profile-section .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.user-profile-section .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.user-profile-section .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

.user-profile-section .page-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0
}

.user-profile-section .page-breadcrumb li:last-child::before {
	display: none
}

.user-profile-section .profile-box {
	position: relative;
	margin-left: 135px
}

.user-profile-section .profile-box .box-inner {
	position: relative;
	padding-left: 235px
}

.user-profile-section .profile-box .box-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 197px;
	height: 232px;
	border-radius: 5px
}

.user-profile-section .profile-box .box-inner h4 {
	position: relative;
	color: #06142d;
	font-weight: 700;
	line-height: 1.3em
}

.user-profile-section .profile-box .box-inner .text {
	position: relative;
	color: #06142d;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 16px;
	line-height: 1.8em
}

.user-profile-section .profile-box .box-inner .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px
}

.user-profile-section .profile-box .box-inner .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.user-profile-section .profile-box .box-inner .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.user-profile-section .profile-box .box-inner .price {
	position: relative;
	color: #423b3c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 22px
}

.user-profile-section .profile-box .box-inner .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through
}

.user-profile-section .social-box {
	position: relative;
	margin-top: 22px
}

.user-profile-section .social-box li {
	position: relative;
	margin-right: 8px;
	display: inline-block
}

.user-profile-section .social-box li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #55acee
}

.user-profile-section .social-box li.twitter a.fa.fa-twitter {
	background-color: #55acee
}

.user-profile-section .social-box li.pinterest a {
	background-color: #bd081c
}

.user-profile-section .social-box li.facebook a.fa.fa-facebook{
	background-color: #3b5999
}

.user-profile-section .social-box li.dribbble a {
	background-color: #ea4c89
}

.courses-section-two {
	position: relative;
	padding: 0 0 70px
}

.courses-section-two .inner-container {
	position: relative;
	margin-top: -120px
}

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

.course-block-two .inner-box {
	position: relative;
	text-align: center;
	padding: 50px 15px 50px;
	background-color: #eee1e0
}

.course-block-two .inner-box .icon {
	position: relative;
	color: #c56b66;
	font-size: 70px;
	line-height: 1em;
	margin-bottom: 22px
}

.course-block-two .inner-box h5 {
	position: relative;
	color: #06142d;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em
}

.course-block-two .inner-box .numbers {
	position: relative;
	color: #06142d;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2em;
	margin-top: 15px
}

.course-block-two:nth-child(2) .inner-box {
	background-color: #e9f5ef
}

.course-block-two:nth-child(2) .inner-box .icon {
	color: #36c67e
}

.course-block-two:nth-child(3) .inner-box {
	background-color: #f9f9e4
}

.course-block-two:nth-child(3) .inner-box .icon {
	color: #bdbd39
}

.course-block-two:nth-child(4) .inner-box {
	background-color: #f3eaf3
}

.course-block-two:nth-child(4) .inner-box .icon {
	color: #cf76cf
}

.course-block-two:nth-child(5) .inner-box {
	background-color: #ecf3f9
}

.course-block-two:nth-child(5) .inner-box .icon {
	color: #2a73b1
}

.pricing-section {
	position: relative;
	overflow: hidden;
	padding: 130px 0 40px
}

.pricing-section .inner-container {
	position: relative
}

.pricing-section .color-layer {
	position: absolute;
	right: -140px;
	top: -50px;
	width: 490px;
	height: 490px;
	border-radius: 50%;
	background-color: #f47418
}

.pricing-section .pattern-layer {
	position: absolute;
	left: 550px;
	top: 350px;
	width: 667px;
	height: 120px
}

.pricing-section .pattern-layer-two {
	position: absolute;
	left: -120px;
	bottom: 80px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.pricing-section .pattern-layer-three {
	position: absolute;
	left: 120px;
	top: 320px;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.pricing-section .pattern-layer-four {
	position: absolute;
	right: 120px;
	bottom: 180px;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.pricing-section .pattern-layer-five {
	position: absolute;
	right: -170px;
	top: 80px;
	z-index: 1;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.price-block {
	position: relative
}

.price-block .inner-box {
	position: relative;
	text-align: center;
	padding: 35px 15px 60px;
	background-color: #f9f9f9
}

.price-block .inner-box .icon-box {
	position: relative;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	line-height: 110px;
	text-align: center;
	display: inline-block;
	background-color: #fff
}

.price-block .inner-box h4 {
	position: relative;
	font-weight: 700;
	color: #25466c;
	line-height: 1.3em;
	margin-top: 25px;
	margin-bottom: 22px
}

.price-block .inner-box .price {
	position: relative;
	color: #25466c;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 35px
}

.price-block .inner-box .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px
}

.price-block .inner-box .price-list {
	position: relative
}

.price-block .inner-box .price-list li {
	position: relative;
	margin-bottom: 12px;
	color: #444557;
	font-size: 16px
}

.price-block .inner-box .price-list li:last-child {
	margin-bottom: 0
}

.price-block .inner-box .btn-box {
	position: relative;
	margin-top: 35px
}

.price-block .inner-box .btn-box .started-btn {
	position: relative;
	color: #25466c;
	font-size: 16px;
	padding: 12px 26px;
	border-radius: 5px;
	border: 1px solid #25466c
}

.price-block .inner-box .btn-box .started-btn:hover {
	color: #fff;
	background-color: #25466c
}

.pricing-section-two {
	position: relative;
	overflow: hidden;
	padding: 60px 0 100px
}

.pricing-section-two .inner-container {
	position: relative
}

.pricing-section-two .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 150px;
	width: 667px;
	height: 120px
}

.pricing-section-two .pattern-layer-two {
	position: absolute;
	left: -120px;
	bottom: 80px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.pricing-section-two .pattern-layer-three {
	position: absolute;
	left: 120px;
	top: 320px;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.pricing-section-two .pattern-layer-four {
	position: absolute;
	right: 120px;
	bottom: 180px;
	width: 105px;
	height: 104px;
	background-repeat: no-repeat
}

.pricing-tabs {
	position: relative;
	z-index: 2
}

.pricing-tabs .tabs-content .tab {
	position: relative;
	display: none
}

.pricing-tabs .tabs-content .tab.active-tab {
	display: block
}

.pricing-tabs .buttons-outer {
	position: relative;
	text-align: center;
	margin-bottom: 60px
}

.pricing-tabs .buttons-outer:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 5px;
	right: 0;
	height: 2px;
	background-color: #f1f1f1
}

.pricing-tabs .tab-buttons {
	position: relative;
	text-align: center;
	display: inline-block;
	background-color: #fff
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	color: #25466c;
	font-size: 16px;
	font-weight: 700;
	float: left;
	z-index: 1;
	margin: 0 2px;
	cursor: pointer;
	padding: 14px 32px;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-tabs .tab-buttons .tab-btn:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: skewX(10deg);
	background-color: #f3f3f3;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-tabs .tab-buttons .tab-btn:hover::before,
.pricing-tabs .tab-buttons .tab-btn.active-btn::before {
	background-color: #25466c
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #fff
}

.pricing-tabs .price-block-two {
	margin-top: 115px
}

.pricing-tabs .price-block-two.active {
	margin-top: 0
}

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

.price-block-two .inner-box {
	position: relative;
	text-align: center;
	padding: 35px 15px 60px;
	border: 1px solid #ececec;
	background-color: #fff
}

.price-block-two .inner-box .icon-box {
	position: relative;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	line-height: 110px;
	text-align: center;
	display: inline-block;
	background-color: #fff
}

.price-block-two .inner-box h4 {
	position: relative;
	font-weight: 700;
	color: #25466c;
	line-height: 1.3em;
	margin-top: 25px;
	margin-bottom: 22px
}

.price-block-two .inner-box .price {
	position: relative;
	color: #25466c;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 35px
}

.price-block-two .inner-box .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px
}

.price-block-two .inner-box .price-list {
	position: relative
}

.price-block-two .inner-box .price-list li {
	position: relative;
	margin-bottom: 12px;
	color: #444557;
	font-size: 16px
}

.price-block-two .inner-box .price-list li:last-child {
	margin-bottom: 0
}

.price-block-two .inner-box .btn-box {
	position: relative;
	margin-top: 35px
}

.price-block-two .inner-box .btn-box .started-btn {
	position: relative;
	color: #25466c;
	font-size: 16px;
	padding: 12px 26px;
	border-radius: 5px;
	border: 1px solid #25466c
}

.price-block-two .inner-box .btn-box .started-btn:hover {
	color: #fff;
	background-color: #25466c
}

.price-block-two.active .inner-box {
	border-color: #f9f9f9;
	background-color: #f9f9f9
}

.courses-page-section {
	position: relative;
	overflow: hidden;
	padding: 110px 0 100px
}

.courses-page-section .outer-container {
	max-width: 1680px;
	padding: 0 15px;
	margin: 0 auto
}

.courses-page-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 200px;
	width: 236px;
	height: 435px;
	background-repeat: no-repeat
}

.courses-page-section .pattern-layer-two {
	position: absolute;
	right: -100px;
	top: 200px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.courses-page-section .pattern-layer-three {
	position: absolute;
	left: -100px;
	top: 1100px;
	width: 774px;
	height: 416px;
	background-repeat: no-repeat
}

.courses-page-section .pattern-layer-four {
	position: absolute;
	right: 0;
	bottom: 920px;
	width: 235px;
	height: 255px;
	background-repeat: no-repeat
}

.courses-page-section .styled-pagination {
	margin-top: 30px
}

.filter-box {
	position: relative;
	margin-bottom: 50px
}

.filter-box .filter-categories {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	padding: 40px 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #fffef7;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}

.filter-box .filter-categories.active {
	opacity: 1;
	visibility: visible
}

.filter-box .box-inner .filter-dropdown:hover .filter-categories {
	opacity: 1;
	visibility: visible
}

.filter-box .filter-categories .column {
	position: relative;
	width: 20%;
	float: left
}

.filter-box .filter-categories h6 {
	position: relative;
	color: #0c0d24;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 20px
}

.filter-box .filter-categories .form-group {
	margin-bottom: 10px
}

.filter-box .filter-categories .form-group:last-child {
	margin-bottom: 0
}

.filter-box .filter-categories .form-group .select-box {
	position: relative
}

.filter-box .filter-categories .form-group .select-box label {
	position: relative;
	font-size: 15px;
	color: #0c0d24;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 35px;
	line-height: 1.6em
}

.filter-box .filter-categories .form-group .select-box input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 2px;
	width: 19px;
	height: 19px;
	visibility: hidden;
	background-color: #fff
}

.filter-box .filter-categories .form-group .select-box .default-check {
	position: absolute;
	left: 0;
	top: 2px;
	width: 19px;
	height: 19px;
	background-color: #fff;
	border: 1px solid #cfcfcf
}

.filter-box .filter-categories .form-group .select-box .check-icon {
	position: absolute;
	content: '\f00c';
	left: 0;
	top: 2px;
	width: 19px;
	height: 19px;
	color: #25466c;
	z-index: 99;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	opacity: 0;
	font-family: 'FontAwesome'
}

.filter-box .filter-categories .form-group .select-box input[type="checkbox"]:checked+label .check-icon {
	opacity: 1
}

.default-form .select-amount {
	position: relative;
	margin-bottom: 20px
}

.default-form .select-amount .select-box {
	position: relative;
	float: left;
	text-align: center;
	margin: 0 20px 10px 0
}

.default-form .select-amount .input-box {
	position: relative;
	float: left;
	width: 290px
}

.default-form .select-amount .select-box input[type="radio"] {
	left: 0;
	top: 0;
	visibility: hidden;
	position: absolute;
	opacity: 0
}

.default-form .select-amount .select-box label {
	display: block;
	line-height: 22px;
	padding: 13px 28px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	border-radius: 50px;
	transition: all 500ms ease;
	font-family: 'Roboto Slab', serif
}

.default-form .select-amount .select-box input[type="radio"]:checked+label {
	background: #ff5722;
	border-color: #ff5722;
	color: #fff
}

.filter-box .box-inner {
	position: relative;
	padding: 10px 10px;
	background-color: #f6f5ef
}

.filter-box .box-inner .dropdown-outer {
	position: static;
	float: left
}

.filter-box .box-inner .filter-dropdown {
	position: static;
	width: 125px;
	height: 45px;
	float: left;
	color: #25466c;
	font-size: 16px;
	margin-right: 10px;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #25466c
}

.filter-box .box-inner .filter-dropdown:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 125px;
	height: 10px;
	display: block
}

.filter-box .box-inner .filter-dropdown .icon {
	position: relative;
	margin-right: 4px
}

.filter-box .box-inner .filter-dropdown .arrow {
	position: absolute;
	left: 112px
}

.filter-box .box-inner .view-list {
	position: relative;
	float: left;
	margin-top: 6px
}

.filter-box .box-inner .view-list li {
	position: relative;
	margin-right: 5px;
	display: inline-block
}

.filter-box .box-inner .view-list li a {
	position: relative;
	width: 36px;
	height: 33px;
	color: #7a7b83;
	line-height: 33px;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.filter-box .box-inner .view-list li.active a,
.filter-box .box-inner .view-list li a:hover {
	color: #fff;
	background-color: #25466c
}

.filter-box .box-inner .total-course {
	position: relative;
	color: #25466c;
	font-size: 16px;
	margin-top: 8px;
	margin-right: 15px
}

.filter-box .box-inner .total-course span {
	color: #25466c;
	font-size: 20px;
	font-weight: 700
}

.styled-pagination {
	position: relative
}

.styled-pagination li {
	position: relative;
	margin: 0 10px 10px;
	display: inline-block
}

.styled-pagination li a {
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
	color: #25466c
}

.page-links-box {
	position: relative;
	text-align: center;
	margin-bottom: 30px
}

.page-links-box a {
	position: relative;
	border-radius: 5px;
	font-size: 20px;
	color: #25466c;
	line-height: 32px;
	text-align: left;
	margin: 0 9px 20px;
	display: inline-block;
	background-color: #fbeff7;
	padding: 15px 35px 15px 20px
}

.page-links-box a .icon {
	position: relative;
	margin-right: 10px;
	padding-right: 15px;
	color: #e372bd;
	font-size: 34px;
	line-height: 1em;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #dcdddf;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.page-links-box a:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.page-links-box a:nth-child(2) {
	color: #25466c;
	background-color: #f9eee1
}

.page-links-box a:nth-child(2) .icon {
	border-color: #dcdddf;
	color: #fbb35f
}

.page-links-box a:nth-child(3) {
	color: #25466c;
	background-color: #e4f5ff
}

.page-links-box a:nth-child(3) .icon {
	border-color: #dcdddf;
	color: #45b6f8
}

.page-links-box a:nth-child(4) {
	color: #25466c;
	background-color: #fdf0f0
}

.page-links-box a:nth-child(4) .icon {
	border-color: #dcdddf;
	color: #fc9d9d
}

.page-links-box a:nth-child(5) {
	color: #25466c;
	background-color: #eaf0ed
}

.page-links-box a:nth-child(5) .icon {
	border-color: #dcdddf;
	color: #71e0a9
}

.page-links-box a:nth-child(6) {
	color: #25466c;
	background-color: #f9f3e2
}

.page-links-box a:nth-child(6) .icon {
	border-color: #dcdddf;
	color: #deb130
}

.page-links-box a:nth-child(7) {
	color: #25466c;
	background-color: #edfbeb
}

.page-links-box a:nth-child(7) .icon {
	border-color: #dcdddf;
	color: #85ce7a
}

.page-links-box a:nth-child(8) {
	color: #25466c;
	background-color: #f0f2f9
}

.page-links-box a:nth-child(8) .icon {
	border-color: #dcdddf;
	color: #8ea2ea
}

.page-links-box a:nth-child(9) {
	color: #25466c;
	background-color: #fff8ef
}

.page-links-box a:nth-child(9) .icon {
	border-color: #dcdddf;
	color: #d09d5c
}

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

.course-block-three .inner-box {
	position: relative;
	padding-top: 25px;
	min-height: 251px;
	padding-right: 50px;
	padding-left: 225px;
	border: 1px solid #f5f3f3
}

.course-block-three .inner-box .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px
}

.course-block-three .inner-box .image .tag {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #25466c;
	padding: 5px 16px;
	border-radius: 5px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #f47418;
	text-transform: uppercase
}

.course-block-three .inner-box h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.4em;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada
}

.course-block-three .inner-box h4 a {
	position: relative;
	color: #000;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block-three .inner-box h4 a:hover {
	color: #25466c
}

.course-block-three .inner-box .uni-name {
	position: relative;
	color: #25466c;
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 12px
}

.course-block-three .inner-box .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px
}

.course-block-three .inner-box .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.course-block-three .inner-box .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.course-block-three .inner-box .price {
	position: relative;
	color: #423b3c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	float: left;
	margin-bottom: 22px
}

.course-block-three .inner-box .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through
}

.course-block-three .inner-box .hovers {
	position: relative;
	color: #000;
	font-size: 13px;
	float: left;
	margin-top: 12px;
	margin-left: 20px
}

.course-block-three .inner-box .overlay-content-box {
	position: absolute;
	left: 100%;
	top: -35px;
	width: 360px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	padding: 25px 25px;
	background-color: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateX(20px);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.course-block-three .inner-box:hover .overlay-content-box {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px)
}

.course-block-three .inner-box .overlay-content-box:before {
	position: absolute;
	content: '';
	left: -10px;
	top: 32%;
	border-top: 6px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 6px solid transparent
}

.course-block-three .inner-box .overlay-content-box h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.3em;
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dadada
}

.course-block-three .inner-box .overlay-content-box .uni-name {
	position: relative;
	color: #25466c;
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 12px
}

.course-block-three .inner-box .overlay-content-box .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px
}

.course-block-three .inner-box .overlay-content-box .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.course-block-three .inner-box .overlay-content-box .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.course-block-three .inner-box .overlay-content-box .price {
	position: relative;
	color: #423b3c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 22px
}

.course-block-three .inner-box .overlay-content-box .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through
}

.course-block-three .inner-box .overlay-content-box .hovers {
	position: relative;
	color: #000;
	font-size: 13px
}

.course-block-three .inner-box .overlay-content-box .enroll-now {
	position: relative;
	color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	border-radius: 5px;
	letter-spacing: 1px;
	background-color: #25466c;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block-three .inner-box .overlay-content-box .enroll-now:hover {
	background-color: #111
}

.course-block-three .inner-box .overlay-content-box .text {
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 15px
}

.course-block-three .inner-box .overlay-content-box .lists {
	position: relative;
	margin-top: 20px
}

.course-block-three .inner-box .overlay-content-box .lists li {
	position: relative;
	margin-bottom: 12px;
	color: #000;
	font-size: 14px;
	padding-left: 25px
}

.course-block-three .inner-box .overlay-content-box .lists li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 15px;
	height: 3px;
	background-color: #25466c
}

.course-block-three .inner-box .overlay-content-box .lists li:last-child {
	margin-bottom: 0
}

.course-block-three .inner-box .overlay-content-box .btns-box {
	position: relative;
	margin-top: 22px
}

.course-block-three .inner-box .overlay-content-box .btns-box .enrol-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	margin-right: 10px;
	display: inline-block;
	background-color: #f47418
}

.course-block-three .inner-box .overlay-content-box .btns-box .wishlist-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	display: inline-block;
	background-color: #eef7f3
}

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

.course-block-four .inner-box {
	position: relative;
	padding-top: 25px;
	min-height: 251px;
	padding-left: 30px;
	text-align: left;
	padding-right: 225px;
	border: 1px solid #f5f3f3;
	background-color: #fff
}

.course-block-four .inner-box .image {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px
}

.course-block-four .inner-box .image .tag {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #25466c;
	padding: 5px 16px;
	border-radius: 5px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #f47418;
	text-transform: uppercase
}

.course-block-four .inner-box h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.4em;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada
}

.course-block-four .inner-box h4 a {
	position: relative;
	color: #000;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block-four .inner-box h4 a:hover {
	color: #25466c
}

.course-block-four .inner-box .uni-name {
	position: relative;
	color: #25466c;
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 12px
}

.course-block-four .inner-box .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px
}

.course-block-four .inner-box .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.course-block-four .inner-box .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.course-block-four .inner-box .price {
	position: relative;
	color: #423b3c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	float: left;
	margin-bottom: 22px
}

.course-block-four .inner-box .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through
}

.course-block-four .inner-box .hovers {
	position: relative;
	color: #000;
	font-size: 13px;
	float: left;
	margin-top: 12px;
	margin-left: 20px
}

.course-block-four .inner-box .overlay-content-box {
	position: absolute;
	left: 60%;
	top: -35px;
	width: 360px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	padding: 25px 25px;
	background-color: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateX(20px);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.course-block-four .inner-box:hover .overlay-content-box {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px)
}

.course-block-four .inner-box .overlay-content-box:before {
	position: absolute;
	content: '';
	left: -10px;
	top: 32%;
	border-top: 6px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 6px solid transparent
}

.course-block-four .inner-box .overlay-content-box h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.3em;
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dadada
}

.course-block-four .inner-box .overlay-content-box .uni-name {
	position: relative;
	color: #25466c;
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 12px
}

.course-block-four .inner-box .overlay-content-box .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px
}

.course-block-four .inner-box .overlay-content-box .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.course-block-four .inner-box .overlay-content-box .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.course-block-four .inner-box .overlay-content-box .price {
	position: relative;
	color: #423b3c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 22px
}

.course-block-four .inner-box .overlay-content-box .price span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through
}

.course-block-four .inner-box .overlay-content-box .hovers {
	position: relative;
	color: #000;
	font-size: 13px
}

.course-block-four .inner-box .overlay-content-box .enroll-now {
	position: relative;
	color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	border-radius: 5px;
	letter-spacing: 1px;
	background-color: #25466c;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.course-block-four .inner-box .overlay-content-box .enroll-now:hover {
	background-color: #111
}

.course-block-four .inner-box .overlay-content-box .text {
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 15px
}

.course-block-four .inner-box .overlay-content-box .lists {
	position: relative;
	margin-top: 20px
}

.course-block-four .inner-box .overlay-content-box .lists li {
	position: relative;
	margin-bottom: 12px;
	color: #000;
	font-size: 14px;
	padding-left: 25px
}

.course-block-four .inner-box .overlay-content-box .lists li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 15px;
	height: 3px;
	background-color: #25466c
}

.course-block-four .inner-box .overlay-content-box .lists li:last-child {
	margin-bottom: 0
}

.course-block-four .inner-box .overlay-content-box .btns-box {
	position: relative;
	margin-top: 22px
}

.course-block-four .inner-box .overlay-content-box .btns-box .enrol-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	margin-right: 10px;
	display: inline-block;
	background-color: #f47418
}

.course-block-four .inner-box .overlay-content-box .btns-box .wishlist-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	display: inline-block;
	background-color: #eef7f3
}

.cource-detail-banner-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
	background-color: #f3fef9
}

.cource-detail-banner-section .pattern-layer-one {
	position: absolute;
	left: 100px;
	top: 250px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.cource-detail-banner-section .pattern-layer-two {
	position: absolute;
	left: 75%;
	top: 90px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.cource-detail-banner-section .pattern-layer-three {
	position: absolute;
	right: 70px;
	top: 110px;
	width: 105px;
	height: 104px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.cource-detail-banner-section .pattern-layer-four {
	position: absolute;
	left: 150px;
	bottom: 70px;
	width: 45px;
	height: 43px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.cource-detail-banner-section .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 80px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.cource-detail-banner-section .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.cource-detail-banner-section .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.cource-detail-banner-section .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

.cource-detail-banner-section .page-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0
}

.cource-detail-banner-section .page-breadcrumb li:last-child::before {
	display: none
}

.cource-detail-banner-section .content-box {
	position: relative;
	max-width: 700px
}

.cource-detail-banner-section .content-box .title {
	position: relative;
	color: #ff6815;
	font-size: 16px
}

.cource-detail-banner-section .content-box h2 {
	position: relative;
	font-weight: 700;
	line-height: 1.3em;
	color: #000;
	font-size: 36px;
	margin-top: 15px
}

.cource-detail-banner-section .content-box .course-info {
	position: relative;
	margin-top: 30px
}

.cource-detail-banner-section .content-box .course-info li {
	position: relative;
	color: #000;
	font-size: 15px;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block
}

.cource-detail-banner-section .content-box .course-info li .icon {
	position: absolute;
	left: 0;
	top: 0
}

.cource-detail-banner-section .content-box .development {
	position: relative;
	color: #25466c;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 14px
}

.cource-detail-banner-section .content-box .rating {
	position: relative;
	color: #fbb039;
	font-size: 16px;
	float: left
}

.cource-detail-banner-section .content-box .rating strong {
	position: relative;
	color: #000;
	margin-left: 10px;
	font-size: 16px
}

.cource-detail-banner-section .content-box .rating i {
	position: relative;
	color: #000;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 5px
}

.cource-detail-banner-section .content-box .hovers {
	position: relative;
	color: #000;
	font-size: 13px;
	float: left;
	margin-left: 20px
}

.cource-detail-banner-section .content-box .social-box {
	position: relative;
	top: -5px;
	display: inline-block;
	margin-left: 90px
}

.cource-detail-banner-section .content-box .social-box span {
	position: relative;
	margin-right: 15px;
	color: #6b6a6a;
	top: 3px;
	font-size: 22px
}

.cource-detail-banner-section .content-box .social-box li {
	position: relative;
	margin-right: 8px;
	display: inline-block
}

.cource-detail-banner-section .content-box .social-box li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #55acee
}

.cource-detail-banner-section .content-box .social-box li.twitter a {
	background-color: #55acee
}

.cource-detail-banner-section .content-box .social-box li.pinterest a {
	background-color: #bd081c
}

.cource-detail-banner-section .content-box .social-box li.facebook a {
	background-color: #3b5999
}

.cource-detail-banner-section .content-box .social-box li.dribbble a {
	background-color: #ea4c89
}

.course-detail-section {
	position: relative;
	padding-bottom: 60px
}

.course-detail-section .content-column {
	position: relative;
	padding-bottom: 40px
}

.course-detail-section .content-column .inner-column {
	position: relative;
	padding-top: 80px
}

.course-detail-section .content-column h5 {
	position: relative;
	font-weight: 700;
	color: #000;
	line-height: 1.3em;
	margin-bottom: 15px
}

.course-detail-section .content-column p {
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 25px
}

.course-detail-section .content-column .learn-box {
	position: relative;
	margin-bottom: 50px;
	padding: 35px 30px 45px;
	border: 1px solid #e9e9e9;
	background-color: #f9f8f3
}

.course-detail-section .content-column .learn-box .learn-list {
	position: relative
}

.course-detail-section .content-column .learn-box .learn-list li {
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 1.9em;
	padding-left: 36px;
	margin-bottom: 18px
}

.course-detail-section .content-column .learn-box .learn-list li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/check.webp) no-repeat
}

.course-detail-section .content-column .learn-box .learn-list li:last-child {
	margin-bottom: 0
}

.course-detail-section .content-column .learn-box {
	position: relative;
	margin-bottom: 50px;
	padding: 35px 30px 45px;
	border: 1px solid #e9e9e9;
	background-color: #f9f8f3
}

.course-detail-section .content-column .learn-list-two {
	position: relative;
	margin-bottom: 30px
}

.course-detail-section .content-column .learn-list-two li {
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 1.9em;
	padding-left: 36px;
	margin-bottom: 18px
}

.course-detail-section .content-column .learn-list-two li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/check-1.webp) no-repeat
}

.course-detail-section .content-column .learn-list-two li:last-child {
	margin-bottom: 0
}

.course-detail-section .content-column .total-lectures {
	position: relative;
	color: #000;
	font-size: 14px;
	margin-bottom: 25px
}

.accordion-box-two {
	position: relative;
	border: 1px solid #e9e9e9
}

.accordion-box-two .block {
	position: relative;
	margin-bottom: 0;
	border-radius: 0;
	background-color: #f9f8f3;
	border-bottom: 1px solid #e9e9e9
}

.accordion-box-two .block:last-child {
	border-bottom: 0
}

.accordion-box-two .block.active-block {
	background-color: #f8f8f1;
	border-color: #f8f8f1
}

.accordion-box-two .block .acc-btn {
	position: relative;
	font-size: 16px;
	color: #06142d;
	line-height: 1.8em;
	font-weight: 500;
	cursor: pointer;
	padding: 14px 60px;
	padding-right: 25px;
	margin-bottom: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.accordion-box-two .block .acc-btn .side-text {
	position: absolute;
	right: 20px
}

.accordion-box-two .block .acc-btn.active {
	margin-bottom: 0;
	border-bottom: 1px solid #e9e9e9
}

.accordion-box-two .block .icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	font-size: 20px;
	line-height: 60px;
	color: #666;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-right: 1px solid #e9e9e9
}

.accordion-box-two .block .icon::before {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.accordion-box-two .block .acc-btn.active .icon::before {
	transform: rotate(180deg);
	display: inline-block
}

.accordion-box-two .block .acc-content {
	position: relative;
	display: none;
	background-color: #fafaf9
}

.accordion-box-two .block .content {
	position: relative;
	padding: 0 25px 20px 25px
}

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

.accordion-box-two .block .content .accordion-list {
	position: relative
}

.accordion-box-two .block .content .accordion-list li {
	position: relative;
	padding: 16px 0;
	border-bottom: 1px solid #e9e9e9
}

.accordion-box-two .block .content .accordion-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0
}

.accordion-box-two .block .content .accordion-list li a {
	position: relative;
	color: #000;
	font-size: 15px;
	display: block;
	padding-left: 28px
}

.accordion-box-two .block .content .accordion-list li a .time {
	position: absolute;
	right: 0
}

.accordion-box-two .block .content .accordion-list li a .list-icon {
	position: absolute;
	left: 0;
	top: 1px
}

.course-detail-section .read-more {
	position: relative;
	text-align: right;
	margin-top: 25px;
	margin-bottom: 25px
}

.course-detail-section .read-more a {
	position: relative;
	color: #25466c
}

.author-box {
	position: relative;
	margin-bottom: 65px
}

.author-box .box-inner {
	position: relative;
	padding-left: 230px
}

.author-box .box-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 230px;
	border-radius: 5px;
	overflow: hidden
}

.author-box .box-inner h6 {
	position: relative;
	font-weight: 700;
	color: #000;
	font-size: 20px;
	line-height: 1.3em
}

.author-box .box-inner h6 .icon {
	position: relative;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-left: 20px;
	border-radius: 50px;
	display: inline-block;
	background-color: #25466c
}

.author-box .box-inner .designation {
	position: relative;
	color: #000;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 10px
}

.author-box .box-inner .list {
	position: relative
}

.author-box .box-inner .list li {
	position: relative;
	margin-bottom: 4px;
	color: #000;
	font-size: 14px;
	padding-left: 25px
}

.author-box .box-inner .list .icon {
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 16px
}

.author-box .box-inner .text {
	position: relative;
	color: #000;
	font-size: 14px;
	opacity: .7;
	margin-top: 15px
}

.course-detail-section .comments-area {
	position: relative
}

.course-detail-section .group-title {
	position: relative
}

.course-detail-section .group-title h3 {
	position: relative;
	color: #222;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize
}

.course-detail-section .comments-area .comment-box {
	position: relative;
	padding: 0;
	margin-bottom: 50px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.course-detail-section .comments-area .comment-box:last-child {
	margin-bottom: 0
}

.course-detail-section .comments-area .comment {
	position: relative;
	font-size: 14px;
	min-height: 120px;
	margin-bottom: 40px;
	padding: 5px 0 0 110px
}

.course-detail-section .comments-area .reply-comment {
	margin-left: 60px
}

.course-detail-section .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0;
	top: 5px;
	width: 80px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden
}

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

.course-detail-section .comments-area .comment-info {
	margin-bottom: 8px
}

.course-detail-section .comments-area .comment-info .rating {
	position: relative;
	color: #fcb120;
	font-size: 18px;
	display: inline-block
}

.course-detail-section .comments-area .comment-box strong {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: block;
	line-height: 1.3em;
	margin-bottom: 6px;
	text-transform: capitalize
}

.course-detail-section .comments-area .comment-box .text {
	color: #000;
	opacity: .70;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0;
	padding-top: 0
}

.course-detail-section .comments-area .comment-info .comment-time {
	font-size: 15px;
	color: #777;
	margin-left: 20px;
	display: inline-block
}

.course-detail-section .comments-area .like-dislike {
	position: relative;
	margin-left: 20px;
	display: inline-block
}

.course-detail-section .comments-area .like-dislike li {
	position: relative;
	margin-right: 8px;
	display: inline-block
}

.course-detail-section .comments-area .like-dislike li a {
	position: relative;
	width: 34px;
	height: 34px;
	/* color: #; */
	line-height: 32px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #dde1df;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.course-detail-section .comments-area .like-dislike li a:hover {
	color: #fff;
	border-color: #25466c;
	background-color: #25466c
}

.comment-form .form-group {
	margin-bottom: 20px
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #888;
	border: 1px solid #ddd;
	height: 55px;
	font-size: 14px;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #25466c
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	color: #888;
	border: 1px solid #ddd;
	height: 185px;
	background: #fff;
	resize: none;
	font-size: 14px;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.comment-form .theme-btn {
	cursor: pointer;
	margin-top: 10px
}

.course-detail-section .info-column {
	position: relative;
	padding-bottom: 40px
}

.course-detail-section .info-column .inner-column {
	position: relative;
	padding: 35px 35px;
	margin-top: -315px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15)
}

.course-detail-section .info-column .inner-column:before {
	position: absolute;
	content: '';
	left: -10px;
	top: 29%;
	border-top: 6px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 6px solid transparent
}

.course-detail-section .info-column .price {
	position: relative;
	color: #25466c;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
	border-bottom: 2px solid #dadada
}

.course-detail-section .info-column .price i {
	position: relative;
	color: #7c7979;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	text-decoration: line-through
}

.course-detail-section .info-column .price span {
	position: relative;
	color: #7c7979;
	font-size: 16px;
	font-weight: 500
}

.course-detail-section .info-column h5 {
	position: relative;
	font-weight: 700;
	color: #000;
	line-height: 1.3em;
	margin-top: 25px
}

.course-detail-section .info-column .text {
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 1.9em;
	margin-top: 15px;
	margin-bottom: 20px
}

.course-detail-section .info-column .level-list {
	position: relative
}

.course-detail-section .info-column .level-list li {
	position: relative;
	padding-left: 30px;
	color: #000;
	font-size: 16px;
	max-width: 240px;
	width: 100%;
	margin-bottom: 10px
}

.course-detail-section .info-column .level-list li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 12px;
	width: 12px;
	height: 3px;
	background-color: #25466c
}

.course-detail-section .info-column .level-list li span {
	position: absolute;
	right: 0;
	color: #000;
	font-size: 14px
}

.course-detail-section .info-column .level-list li:last-child {
	margin-bottom: 0
}

.course-detail-section .info-column .level-list-two {
	position: relative;
	margin-top: 25px
}

.course-detail-section .info-column .level-list-two li {
	position: relative;
	padding-left: 30px;
	color: #000;
	font-size: 14px;
	margin-bottom: 8px
}

.course-detail-section .info-column .level-list-two li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 2px;
	width: 23px;
	height: 23px;
	background: url(../images/check-1.webp) no-repeat
}

.course-detail-section .info-column .btns-box {
	position: relative;
	margin-top: 22px
}

.course-detail-section .info-column .btns-box .enrol-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	margin-right: 2px;
	display: inline-block;
	background-color: #f47418
}

.course-detail-section .info-column .btns-box .wishlist-btn {
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 16px 26px;
	border-radius: 6px;
	font-weight: 500;
	display: inline-block;
	background-color: #eef7f3
}

.coupon-form {
	position: relative;
	margin-bottom: 35px;
	margin-top: 20px
}

.coupon-form h6 {
	position: relative;
	color: #00184f;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px
}

.coupon-form h6 .fa {
	position: relative;
	margin-left: 5px;
	color: #25466c
}

.coupon-form .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 0
}

.coupon-form .form-group input[type="text"],
.coupon-form .form-group input[type="tel"],
.coupon-form .form-group input[type="email"],
.coupon-form .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 50px;
	color: #00184f;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #e8ebef
}

.coupon-form .form-group input[type="submit"],
.coupon-form .form-group button {
	position: absolute;
	width: 65px;
	height: 50px;
	right: 0;
	top: 0;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	background-color: #25466c;
	display: inline-block
}

.blog-page-section {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f3fef9
}

.blog-classic {
	position: relative;
	margin-top: -100px
}

.blog-page-section.style-two {
	padding-bottom: 140px
}

.blog-page-section .pattern-layer-one {
	position: absolute;
	left: 100px;
	top: 250px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.blog-page-section .pattern-layer-two {
	position: absolute;
	left: 75%;
	top: 90px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.blog-page-section .pattern-layer-three {
	position: absolute;
	right: 70px;
	top: 110px;
	width: 105px;
	height: 104px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.blog-page-section .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 70px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.blog-page-section .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.blog-page-section .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.blog-page-section .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

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

.blog-page-section .page-breadcrumb li:last-child::before {
	display: none
}

.blog-page-section .content-box {
	position: relative;
	max-width: 700px;
	margin-bottom: 80px
}

.blog-page-section .content-box .text {
	position: relative;
	color: #25466c;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 20px
}

.blog-page-section .content-box h2 {
	position: relative;
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 36px;
	margin-top: 15px
}

.blog-page-section .outer-container {
	position: relative;
	max-width: 1800px;
	padding: 0 15px;
	margin: 0 auto
}

.blog-page-section .news-block {
	margin-bottom: 80px
}

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

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px
}

.sidebar-page-container .sidebar-side .sidebar {
	padding-top: 0
}

.sidebar-page-container.style-two {
	padding-top: 95px
}

.sidebar-title {
	position: relative;
	margin-bottom: 28px
}

.sidebar-title h4 {
	position: relative;
	color: #06142d;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3em;
	padding-bottom: 12px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd
}

.sidebar-widget {
	margin-bottom: 35px
}

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

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 43px;
	padding: 10px 50px 10px 25px;
	background: #fbfaf4;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 60px;
	color: #000;
	border-radius: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #dbdbd9;
	border-radius: 0 5px 5px 0;
	line-height: 100%;
	font-weight: normal;
	background: #fbfaf4
}

.sticky-top {
	z-index: 1;
	top: 90px
}

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666;
	padding: 0;
	padding-left: 90px;
	min-height: 100px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	min-height: auto
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	border-radius: 50%;
	overflow: hidden
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	text-align: center;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	background-color: rgba(0, 0, 0, 0.70)
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
	top: 50%;
	position: relative;
	margin-top: -12px;
	display: block
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
	opacity: 1
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: 0;
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	color: #06142d;
	line-height: 1.5em;
	text-transform: capitalize
}

.sidebar .popular-posts .post .text a {
	color: #222;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.sidebar .popular-posts .post a:hover {
	color: #25466c
}

.sidebar .popular-posts .post-info {
	position: relative;
	font-size: 16px;
	color: #777;
	font-weight: 400;
	margin-bottom: 4px
}

.blog-cat {
	position: relative
}

.blog-cat li {
	position: relative;
	margin-bottom: 12px
}

.blog-cat li a {
	position: relative;
	color: #06142d;
	font-size: 16px
}

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 10px 26px 10px;
	margin: 0 6px 10px 0;
	color: #161216;
	text-align: center;
	font-size: 16px;
	background: 0;
	font-weight: 600;
	border-radius: 0;
	background-color: #fbfaf4;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.sidebar .popular-tags a:hover {
	background-color: #25466c;
	color: #fff
}

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

.news-block-two .inner-box {
	position: relative
}

.news-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #111
}

.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease
}

.news-block-two .inner-box:hover .image img {
	overflow: hidden;
	opacity: .7
}

.news-block-two .inner-box .lower-content {
	position: relative;
	padding: 28px 35px 35px;
	background-color: #fbfaf4
}

.news-block-two .inner-box .lower-content .post-info {
	position: relative
}

.news-block-two .inner-box .lower-content .post-info li {
	position: relative;
	color: #06142d;
	margin-right: 15px;
	display: inline-block
}

.news-block-two .inner-box .lower-content .post-info li .icon {
	position: absolute;
	left: 0
}

.news-block-two .inner-box .lower-content .post-info li a {
	position: relative;
	color: #06142d;
	padding-left: 20px
}

.news-block-two .inner-box .lower-content h2 {
	position: relative;
	line-height: 1.3em;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 25px
}

.news-block-two .inner-box .lower-content h2 a {
	position: relative;
	color: #06142d;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.news-block-two .inner-box .lower-content h2 a:hover {
	color: #25466c
}

.news-block-two .inner-box .lower-content .text {
	position: relative;
	color: #06142d;
	opacity: .80;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 22px
}

.news-block-two .inner-box .lower-content .learn-more {
	position: relative;
	color: #25466c;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.news-block-two .inner-box .lower-content .learn-more .icon {
	position: relative;
	margin-left: 5px;
	font-size: 18px
}

.news-block-two .inner-box .lower-content .learn-more:hover {
	color: #111
}

.styled-pagination-two {
	position: relative
}

.styled-pagination-two li {
	position: relative;
	margin-right: 8px;
	display: inline-block
}

.styled-pagination-two li a {
	position: relative;
	width: 50px;
	height: 50px;
	color: #161216;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #fbfaf4;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.styled-pagination-two li.active a,
.styled-pagination-two li:hover a {
	color: #161216;
	background-color: #f47418
}

.blog-detail-banner-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 120px;
	background-color: #f3fef9
}

.blog-detail-banner-section .pattern-layer-one {
	position: absolute;
	left: 100px;
	top: 250px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.blog-detail-banner-section .pattern-layer-two {
	position: absolute;
	left: 75%;
	top: 90px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.blog-detail-banner-section .pattern-layer-three {
	position: absolute;
	right: 70px;
	top: 110px;
	width: 105px;
	height: 104px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.blog-detail-banner-section .pattern-layer-four {
	
	position: absolute;
	left: 150px;
	bottom: 70px;
	width: 45px;
	height: 43px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.blog-detail-banner-section .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 80px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.blog-detail-banner-section .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.blog-detail-banner-section .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.blog-detail-banner-section .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

.blog-detail-banner-section .page-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0
}

.blog-detail-banner-section .page-breadcrumb li:last-child::before {
	display: none
}

.blog-detail-banner-section .content-box {
	position: relative;
	max-width: 700px
}

.blog-detail-banner-section .content-box .title {
	position: relative;
	color: #ff6815;
	font-size: 16px
}

.blog-detail-banner-section .content-box h2 {
	position: relative;
	font-weight: 700;
	line-height: 1.3em;
	color: #000;
	font-size: 36px;
	margin-top: 15px;
	margin-bottom: 35px
}

.blog-detail-banner-section .content-box .author-info {
	position: relative;
	font-size: 16px;
	padding-left: 65px;
	color: rgba(6, 20, 45, 0.70)
}

.blog-detail-banner-section .content-box .author-info strong {
	position: relative;
	color: #000;
	margin-bottom: 6px;
	font-size: 16px;
	display: block
}

.blog-detail-banner-section .content-box .author-info .author-image {
	position: absolute;
	color: #000;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block
}

.blog-detail-banner-section .content-box .social-box {
	position: relative;
	margin-top: 22px
}

.blog-detail-banner-section .content-box .social-box span {
	position: relative;
	margin-right: 15px;
	color: #6b6a6a;
	top: 3px;
	font-size: 22px
}

.blog-detail-banner-section .content-box .social-box li {
	position: relative;
	margin-right: 6px;
	display: inline-block
}

.blog-detail-banner-section .content-box .social-box li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #55acee
}

.blog-detail-banner-section .content-box .social-box li.twitter a {
	background-color: #55acee
}

.blog-detail-banner-section .content-box .social-box li.pinterest a {
	background-color: #bd081c
}

.blog-detail-banner-section .content-box .social-box li.facebook a {
	background-color: #3b5999
}

.blog-detail-banner-section .content-box .social-box li.dribbble a {
	background-color: #ea4c89
}

.blog-detail {
	position: relative
}

.blog-detail .inner-box {
	position: relative
}

.blog-detail .inner-box p {
	position: relative;
	color: #06142d;
	font-size: 16px;
	opacity: .80;
	line-height: 1.7em;
	margin-bottom: 15px
}

.blog-detail .inner-box h4 {
	position: relative;
	color: #0b0f18;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 15px
}

.blog-detail .inner-box .bold-text {
	position: relative;
	font-size: 20px;
	color: #06142d;
	margin-bottom: 0;
	line-height: 1.5em;
	margin-bottom: 17px
}

.blog-detail .inner-box .blockquote-box {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px
}

.blog-detail .inner-box .blockquote-box .blockquote-column {
	position: relative
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column {
	position: relative;
	z-index: 1;
	margin-top: 12px;
	padding: 40px 30px;
	margin-right: -30px;
	background-color: #f47418
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column p {
	font-size: 20px;
	opacity: 1;
	z-index: 1;
	line-height: 1.6em;
	margin-bottom: 0
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column .quote-icon {
	position: absolute;
	left: 30px;
	top: 25px
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column .quote-icon-two {
	position: absolute;
	right: 10px;
	bottom: 10px
}

.blog-detail .inner-box .blockquote-box .image-column {
	position: relative
}

.blog-detail .inner-box .blockquote-box .image-column .inner-column {
	position: relative;
	margin-left: -120px
}

.blog-detail .inner-box .big-image {
	position: relative;
	margin-top: 35px;
	margin-bottom: 30px
}

.blog-detail .inner-box .big-image img {
	position: relative;
	width: 100%;
	display: block
}

.blog-detail .post-share-options {
	position: relative;
	margin-top: 40px
}

.blog-detail .post-share-options .tags {
	position: relative
}

.blog-detail .post-share-options .tags li {
	position: relative;
	margin-right: 4px;
	display: inline-block
}

.blog-detail .post-share-options .tags li span {
	position: relative;
	color: #2f2f2f;
	font-size: 18px;
	margin-right: 10px
}

.blog-detail .post-share-options .tags li a {
	position: relative;
	color: #0c0d24;
	font-size: 15px;
	padding: 5px 20px 7px;
	border-radius: 50px;
	border: 1px solid #e6e6e9;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.blog-detail .post-share-options .tags li a:hover {
	color: #fff;
	border-color: #25466c;
	background-color: #25466c
}

.blog-detail .related-projects {
	position: relative;
	margin-top: 80px
}

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

.news-block-three .inner-box {
	position: relative
}

.news-block-three .inner-box .image {
	position: relative
}

.news-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.news-block-three .inner-box .lower-content {
	position: relative;
	padding-top: 20px;
	text-align: center
}

.news-block-three .inner-box .lower-content h6 {
	position: relative;
	line-height: 1.4em;
	font-weight: 700
}

.news-block-three .inner-box .lower-content h6 a {
	position: relative;
	color: #06142d;
	font-size: 16px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.news-block-three .inner-box .lower-content h6 a:hover {
	color: #25466c
}

.news-block-three .inner-box .lower-content .learn-more {
	position: relative;
	color: #25466c;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.news-block-three .inner-box .lower-content .learn-more:hover {
	color: #111
}

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

.comment-form .group-title h4 {
	position: relative;
	color: #06142d;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 30px
}

.comment-form .form-group {
	margin-bottom: 20px
}

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #888;
	border: 1px solid #ddd;
	height: 54px;
	font-size: 14px;
	border-radius: 0;
	background: #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #25466c
}

.comment-form .form-group .check-box label {
	position: relative;
	color: #06142d;
	font-size: 15px;
	opacity: .80
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	color: #888;
	border: 1px solid #ddd;
	height: 215px;
	background: #fff;
	resize: none;
	font-size: 14px;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.comment-form .theme-btn {
	cursor: pointer
}

.contact-banner-section {
	position: relative;
	padding-top: 0;
	padding-bottom: 100px;
	background-color: #f3fef9
}

.contact-banner-section .pattern-layer-one {
	position: absolute;
	left: 100px;
	top: 250px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.contact-banner-section .pattern-layer-two {
	position: absolute;
	left: 75%;
	top: 90px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.contact-banner-section .pattern-layer-three {
	position: absolute;
	right: 70px;
	top: 110px;
	width: 105px;
	height: 104px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.contact-banner-section .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 70px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.contact-banner-section .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.contact-banner-section .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.contact-banner-section .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

.contact-banner-section .page-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0
}

.contact-banner-section .page-breadcrumb li:last-child::before {
	display: none
}

.contact-banner-section .content-box {
	position: relative;
	max-width: 700px
}

.contact-banner-section .content-box .text {
	position: relative;
	color: #25466c;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 20px
}

.contact-banner-section .content-box h2 {
	position: relative;
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 36px;
	margin-top: 15px
}

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

.contact-page-section .pattern-layer-three {
	position: absolute;
	left: 10%;
	top: 55%;
	width: 45px;
	height: 43px;
	background-repeat: no-repeat
}

.contact-page-section .info-column {
	position: relative;
	margin-bottom: 30px
}

.contact-page-section .info-column .inner-column {
	position: relative
}

.contact-page-section .info-column .title {
	position: relative;
	color: #25466c;
	font-size: 16px;
	text-transform: uppercase
}

.contact-page-section .info-column h2 {
	position: relative;
	color: #06142d;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 22px
}

.contact-page-section .info-column .text {
	position: relative;
	color: #181818;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 18px
}

.contact-page-section .info-column ul {
	position: relative
}

.contact-page-section .info-column ul li {
	position: relative;
	color: #06142d;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 17px
}

.contact-page-section .info-column ul li span {
	position: relative;
	display: block;
	color: #fe6915;
	display: block;
	margin-bottom: 5px
}

.contact-page-section .form-column {
	position: relative;
	margin-bottom: 30px
}

.contact-page-section .form-column .inner-column {
	position: relative;
	padding: 40px 35px;
	background-color: #f4f7fa
}

.contact-page-section .form-column .circle-layer {
	position: absolute;
	left: -130px;
	bottom: -60px;
	width: 565px;
	height: 565px;
	z-index: -1;
	border-radius: 50%;
	background-color: #fff7f0
}

.contact-page-section .form-column .pattern-layer-one {
	position: absolute;
	right: -40px;
	top: -25px;
	width: 106px;
	height: 70px;
	z-index: -1;
	background-repeat: no-repeat
}

.contact-page-section .form-column .pattern-layer-two {
	position: absolute;
	left: -50px;
	bottom: -25px;
	width: 106px;
	height: 153px;
	z-index: -1;
	background-repeat: no-repeat
}

.contact-page-section .form-column h2 {
	position: relative;
	color: #06142d;
	font-size: 30px;
	font-weight: 700;
	text-align: center
}

.contact-page-section .form-column h2:before {
	position: absolute;
	content: '';
	right: 20px;
	top: 0;
	width: 91px;
	height: 38px;
	background: url(../images/contact-arrow.webp)
}

.contact-page-section .form-column .text {
	position: relative;
	color: #181818;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 30px
}

.contact-form .form-group {
	margin-bottom: 20px
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #888;
	height: 55px;
	font-size: 14px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #25466c
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	color: #888;
	height: 185px;
	background: #fff;
	resize: none;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form .theme-btn {
	cursor: pointer;
	margin-top: 10px;
	text-transform: uppercase
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #f00 !important
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #f00;
	font-weight: 500
}

.map-contact-section {
	position: relative;
	padding: 60px 0 110px
}

.error-section {
	position: relative;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 100px
}

.error-section .content {
	position: relative;
	display: inline-block
}

.error-section .content .color-layer {
	position: absolute;
	right: -100px;
	top: -80px;
	width: 570px;
	height: 570px;
	border-radius: 50%;
	background-color: #fff7f0
}

.error-section .content .image {
	position: relative;
	z-index: 1
}

.error-section .content .pattern-layer-one {
	position: absolute;
	left: 37%;
	top: 57%;
	z-index: 1;
	width: 106px;
	height: 143px;
	background-repeat: no-repeat
}

.error-section .content h1 {
	position: relative;
	color: #1d3d56;
	z-index: 1;
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
	margin-top: -260px
}

.error-section .content h3 {
	position: relative;
	color: #06142d;
	z-index: 1;
	font-size: 36px;
	font-weight: 700;
	margin-top: 80px
}

.error-section .content .text {
	position: relative;
	color: #181818;
	z-index: 1;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.7em
}

.donate-banner-section {
	position: relative;
	padding-top: 0;
	padding-bottom: 100px;
	background-color: #f3fef9
}

.donate-banner-section .pattern-layer-one {
	position: absolute;
	left: 100px;
	top: 250px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.donate-banner-section .pattern-layer-two {
	background-image: url('../images/pattern-2.webp');
	position: absolute;
	left: 75%;
	top: 90px;
	width: 91px;
	height: 93px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.donate-banner-section .pattern-layer-three {
	position: absolute;
	right: 70px;
	top: 110px;
	width: 105px;
	height: 104px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.donate-banner-section .page-breadcrumb {
	position: relative;
	padding-top: 30px;
	margin-bottom: 70px;
	display: inline-block;
	border-bottom: 1px solid #25466c
}

.donate-banner-section .page-breadcrumb li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	color: #78787c;
	font-size: 16px;
	display: inline-block
}

.donate-banner-section .page-breadcrumb li:before {
	position: absolute;
	content: '-';
	right: -4px;
	top: 0;
	font-size: 16px
}

.donate-banner-section .page-breadcrumb li a {
	position: relative;
	color: #25466c
}

.donate-banner-section .page-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0
}

.donate-banner-section .page-breadcrumb li:last-child::before {
	display: none
}

.donate-banner-section .content-box {
	position: relative;
	max-width: 700px
}

.donate-banner-section .content-box .text {
	position: relative;
	color: #25466c;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 20px
}

.donate-banner-section .content-box h2 {
	position: relative;
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 36px;
	margin-top: 15px
}

.donate-page-section {
	position: relative;
	padding: 110px 0 70px
}

.donate-page-section .pattern-layer-one {
	position: absolute;
	left: 10%;
	top: 55%;
	width: 45px;
	height: 43px;
	background-repeat: no-repeat
}

.donate-page-section .content-column {
	position: relative;
	margin-bottom: 30px
}

.donate-page-section .content-column .inner-column {
	position: relative;
	padding-top: 50px
}

.donate-page-section .content-column .title {
	position: relative;
	color: #25466c;
	font-size: 16px;
	text-transform: capitalize
}

.donate-page-section .content-column h2 {
	position: relative;
	color: #06142d;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 22px
}

.donate-page-section .content-column p {
	position: relative;
	color: #181818;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 18px;
	padding-right: 30px
}

.donate-page-section .content-column h4 {
	position: relative;
	color: #06142d;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px
}

.donate-page-section .content-column .image {
	position: relative;
	margin-top: 50px
}

.donate-page-section .donate-column {
	position: relative;
	margin-bottom: 30px
}

.donate-page-section .donate-column .inner-column {
	position: relative;
	padding: 40px 35px 20px;
	background-color: #e2efef
}

.donate-page-section .donate-column .title-box {
	position: relative;
	text-align: center;
	padding-bottom: 22px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d7dcdc
}

.donate-page-section .donate-column .title-box h3 {
	position: relative;
	color: #06142d;
	font-weight: 700;
	line-height: 1.2em
}

.donate-page-section .donate-column .title-box .text {
	position: relative;
	color: #181818;
	font-size: 18px;
	line-height: 1.7em;
	margin-top: 12px
}

.donate-page-section .donate-column .title {
	position: relative;
	color: #06142d;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px
}

.donate-tabs .tab-btns {
	position: relative;
	margin-bottom: 30px
}

.donate-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	margin-right: 8px;
	font-size: 16px;
	background: #fff;
	color: #06142d;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 12px;
	display: inline-block;
	padding: 12px 30px 14px;
	transition: all 500ms ease
}

.donate-tabs .tab-btns .tab-btn:hover,
.donate-tabs .tab-btns .tab-btn.active-btn {
	color: #fff;
	background: #50bd87
}

.donate-tabs .tabs-content {
	position: relative
}

.donate-tabs .tabs-content .tab {
	position: relative;
	display: none
}

.donate-tabs .tabs-content .tab.active-tab {
	display: block
}

.donate-form .form-group {
	position: relative
}

.donate-form .form-group label {
	position: relative;
	color: #06142d;
	font-size: 18px;
	display: block;
	font-weight: 600;
	margin-bottom: 20px
}

.donate-form .form-group label.margin {
	margin-bottom: 0
}

.donate-form .select-amount {
	position: relative;
	margin-bottom: 20px
}

.donate-form .select-amount .select-box {
	position: relative;
	float: left;
	text-align: center;
	margin: 0 10px 10px 0
}

.donate-form .select-amount .input-box {
	position: relative;
	float: left;
	width: 290px
}

.donate-form .select-amount .select-box input[type="radio"] {
	left: 0;
	top: 0;
	visibility: hidden;
	position: absolute;
	opacity: 0
}

.donate-form .select-amount .select-box label {
	display: block;
	line-height: 22px;
	padding: 13px 24px !important;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #06142d;
	cursor: pointer;
	border-radius: 5px;
	transition: all 500ms ease;
	background-color: #fff
}

.donate-form .select-amount .select-box input[type="radio"]:checked+label {
	background: #50bd87;
	color: #fff
}

.donate-form .form-group .select-box {
	position: relative
}

.donate-form .form-group .select-box label {
	position: relative;
	font-size: 16px;
	color: #06142d;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 35px;
	line-height: 1.6em
}

.donate-form .form-group .select-box input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 2px;
	width: 19px;
	height: 19px;
	visibility: hidden;
	background-color: #fff
}

.donate-form .form-group .select-box .default-check {
	position: absolute;
	left: 0;
	top: 4px;
	width: 19px;
	height: 19px;
	background-color: #fff;
	border: 1px solid #cfcfcf
}

.donate-form .form-group .select-box .check-icon {
	position: absolute;
	content: '\f00c';
	left: 0;
	top: 4px;
	width: 19px;
	height: 19px;
	color: #50bd87;
	z-index: 99;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	font-weight: 800;
	opacity: 0;
	font-family: 'FontAwesome'
}

.donate-form .form-group .select-box input[type="checkbox"]:checked+label .check-icon {
	opacity: 1
}

.donate-form .row {
	margin: 0 -5px
}

.donate-form .form-group {
	position: relative;
	padding: 0 5px;
	margin-bottom: 20px
}

.donate-form .form-group .cards {
	position: relative;
	margin-top: 15px
}

.donate-form .form-group .captcha {
	position: relative;
	color: #0e2a4e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	display: block
}

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form input[type="password"],
.donate-form select,
.donate-form textarea {
	display: block;
	width: 100%;
	line-height: 28px;
	height: 45px;
	font-size: 15px;
	padding: 10px 20px;
	background: #fff;
	color: #06142d;
	border-radius: 3px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.donate-form textarea {
	height: 240px;
	resize: none;
	font-size: 16px;
	background: #fff
}

.donate-form input[type="text"]:focus,
.donate-form input[type="email"]:focus,
.donate-form input[type="password"]:focus,
.donate-form select:focus,
.donate-form textarea:focus {
	border-color: #ff5921
}

.donate-form .form-group button {
	margin-top: 20px;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase
}

.btn-style-six {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 17px 56px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow: hidden;
	background-color: #25466c;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
}

.btn-style-six:before {
	position: absolute;
	content: '';
	left: 110%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: #f47418;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: skewX(-25deg)
}

.btn-style-six .txt {
	position: relative;
	z-index: 1
}

.btn-style-six:hover::before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-six:hover {
	color: #222;
	border-color: #00e49a
}

.btn-style-seven {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #0c0d24;
	padding: 13px 40px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 0;
	overflow: hidden;
	border: 2px solid #0c0d24;
	background: 0;
	text-transform: capitalize;
	font-family: 'Cabin', sans-serif;
}

.btn-style-seven:before {
	position: absolute;
	content: '';
	left: 110%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: #25466c;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: skewX(-25deg)
}

.btn-style-seven .txt {
	position: relative;
	z-index: 1
}

.btn-style-seven:hover::before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-seven:hover {
	color: #fff;
	border-color: #25466c
}

.main-header.header-style-three {
	position: absolute
}

.main-header.header-style-three .header-lower .outer-box {
	position: absolute;
	right: 0;
	top: 0;
	margin-left: 30px;
	padding: 35px 0
}

.main-header.header-style-three .header-lower .outer-box .cart-box {
	float: none;
	margin-top: 9px
}

.main-header.header-style-three .outer-box .search-box-outer {
	position: relative;
	float: left
}

.main-header.header-style-three .outer-box .search-box-btn {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	background: 0;
	color: #313232;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.main-header.header-style-three .outer-box .search-box-btn:after {
	display: none
}

.main-header.header-style-three .outer-box .search-box-btn:hover {
	color: #fc9a36
}

.header-style-three.fixed-header {
	position: fixed !important;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10)
}

.header-style-three.fixed-header .inner-container {
	border-bottom: 0 !important
}

.main-header.header-style-three .header-lower .outer-container {
	padding: 0 100px;
	max-width: 1800px;
	margin: 0 auto;
	position: relative
}

.main-header.header-style-three .header-lower .logo-box {
	position: absolute;
	left: 0;
	z-index: 12;
	margin: 14px 0;
	margin-right: 20px;
	background-color: #25466c;
	padding: 15px 0 15px 20px
}

.main-header.header-style-three .header-lower .lower-inner {
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto
}

.main-header.header-style-three .inner-container {
	position: static;
	max-width: 1170px;
	margin: 0 auto;
	border-bottom: 1px solid #e1e2e3
}

.main-header.header-style-three .nav-outer {
	position: relative;
	float: right;
	width: 100%;
	margin-top: -110px;
	text-align: center;
	padding-left: 0
}

.main-header.header-style-three .main-menu .navbar-collapse {
	text-align: center;
	width: 100%
}

.main-header.header-style-three .nav-outer .main-menu {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center
}

.main-header.header-style-three .main-menu .navigation>li {
	float: none;
	margin-right: 30px;
	display: inline-block
}

.main-header.header-style-three .main-menu .navigation>li>a {
	padding: 40px 0;
	font-size: 18px
}

.main-header.header-style-three .header-lower .login-box {
	position: absolute;
	right: -220px;
	float: right;
	margin-left: 25px;
	padding: 28.5px 0
}

.main-header.header-style-three .header-lower .login-box li {
	position: relative;
	display: inline-block
}

.main-header.header-style-three .header-lower .login-box li a {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	font-family: 'Lato', sans-serif
}

.main-header.header-style-three .header-lower .login-box li:nth-child(2) a {
	position: relative;
	color: #06082e;
	margin-left: 25px;
	padding: 15px 34px;
	border-radius: 5px;
	background-color: #ffe111;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.main-header.header-style-three .header-lower .login-box li:nth-child(2) a:hover {
	color: #fff;
	background-color: #43b97d
}

.main-header.header-style-three .language-nav {
	position: relative;
	float: left;
	z-index: 1;
	padding: 46px 0 40px
}

.main-header.header-style-three .language-nav li {
	position: relative;
	margin-right: 10px;
	display: inline-block
}

.main-header.header-style-three .language-nav li a {
	position: relative;
	color: #bfbfc5;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Lato', sans-serif
}

.main-header.header-style-three .language-nav li a:hover {
	color: #0c0d24
}

.main-header.header-style-three .options-box {
	position: absolute;
	right: 0;
	top: 0
}

ul.social-box li a i {
    display: none;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
}

.sidenav-bar-visible .search-popup {
	width: 80%
}

.search-popup:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/waves-shape.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0;
	content: ""
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #43b97d;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden
}

.search-popup .close-search span {
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 20px;
	line-height: 70px;
	color: #fff
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms
}

.search-popup .form-group {
	position: relative;
	margin: 0;
	overflow: hidden
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000
}

.banner-section-four {
	position: relative;
	padding-top: 250px;
	overflow: hidden;
	padding-bottom: 240px
}

.banner-section-four .icon-layer-one {
	position: absolute;
	left: 100px;
	top: 200px;
	width: 158px;
	height: 107px;
	background-repeat: no-repeat
}

.banner-section-four .icon-layer-two {
	position: absolute;
	left: 80px;
	bottom: 290px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat
}

.banner-section-four .icon-layer-three {
	position: absolute;
	left: -80px;
	bottom: -80px;
	width: 524px;
	height: 275px;
	background-repeat: no-repeat
}

.banner-section-four .icon-layer-four {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	width: 100%;
	height: 85px;
	background-position: center center;
	background-repeat: no-repeat
}

.banner-section-four .icon-layer-five {
	position: absolute;
	left: 0;
	top: 0;
	width: 102px;
	height: 89px;
	background-position: center center;
	background-repeat: no-repeat
}

.banner-section-four .color-layer {
	position: absolute;
	left: 50px;
	top: 20px;
	width: 450px;
	height: 520px;
	background-color: #d7f0fd;
	transform: skewY(-5deg)
}

.banner-section-four .icon-layer-six {
	position: absolute;
	right: 20px;
	top: 90px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat
}

.banner-section-four .icon-layer-seven {
	position: absolute;
	right: -140px;
	bottom: 30px;
	width: 102px;
	height: 89px;
	background-position: center center;
	background-repeat: no-repeat
}

.banner-section-four .icon-layer-eight {
	position: absolute;
	right: 0;
	top: 0;
	width: 747px;
	height: 878px;
	background-position: center center;
	background-repeat: no-repeat
}

.banner-section-four .content-column {
	position: relative
}

.banner-section-four .content-column .inner-column {
	position: relative;
	padding-top: 20px
}

.banner-section-four .content-column .inner-column h1 {
	color: #0c0d24;
	font-weight: 900;
	line-height: 1.4em;
	margin-bottom: 35px
}

.banner-section-four .content-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: .90;
	line-height: 1.6em;
	margin-bottom: 40px
}

.banner-section-four .content-column .theme-btn {
	float: left;
	text-transform: capitalize
}

.banner-section-four .content-column .phone-box {
	position: relative;
	margin-left: 35px;
	float: left
}

.banner-section-four .content-column .phone-box .box-inner {
	position: relative;
	padding-left: 80px;
	padding-top: 5px;
	color: #0c0d24
}

.banner-section-four .content-column .phone-box .box-inner .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 66px;
	height: 66px;
	color: #1c1c1a;
	font-size: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 64px;
	background-color: #fefcee;
	border: 1px solid #f0efe6
}

.banner-section-four .content-column .phone-box .box-inner a {
	position: relative;
	display: block;
	color: #0c0d24;
	font-weight: 600;
	font-size: 20px;
	margin-top: 4px;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
}

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

.banner-section-four .image-column .inner-column {
	position: relative;
	text-align: center
}

.banner-section-four .image-column .image {
	position: relative;
	z-index: 1
}

.featured-section {
	position: relative;
	padding-bottom: 80px
}

.featured-section .feature-block:nth-child(2n+1) {
	margin-top: 30px
}

.feature-block {
	position: relative
}

.feature-block .inner-box {
	position: relative;
	padding: 20px 15px;
	text-align: center;
	background-color: #e9f7fe;
	display: block;
}

.feature-block .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	color: #000;
	line-height: 1em
}

.feature-block .inner-box .feature-title {
	color: #25466c;
	font-weight: 700;
	    font-size: 20px;
}

.feature-block .inner-box .feature-title-content {
    position: relative;
    color: #25466c;
    opacity: 1;
    font-size: 18px;
	display:block;
}

.feature-block:nth-child(2) .inner-box {
	background-color: #ffe7d5
}

.feature-block:nth-child(3) .inner-box {
	background-color: #e2edf3
}

.feature-block:nth-child(4) .inner-box {
	background-color: #0b2c381a
}

.clients-section-two {
	position: relative;
	padding-top: 30px;
	padding-bottom: 100px
}

.clients-section-two .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}

.clients-section-two .title-box .title {
	position: relative;
	color: #43b97d;
	font-weight: 700;
	font-family: 'Lato', sans-serif
}

.clients-section-two .title-box h2 {
	color: #0c0d24;
	margin-top: 20px;
	font-weight: 700;
	line-height: 1.3em;
	font-family: 'Montserrat', sans-serif
}

.clients-section-two .title-box h2 span {
	color: #63caff;
	border-bottom: 4px solid #63caff
}

.clients-section-two .image-box {
	position: relative;
	text-align: center
}

.clients-section-two .image-box img {
	position: relative;
	width: auto;
	display: inline-block
}

.clients-section-two .owl-dots,
.clients-section-two .owl-nav {
	display: none
}

.connection-section {
	position: relative;
	overflow: hidden;
	padding: 180px 0 50px;
	background-color: #d7f0fd
}

.connection-section .color-one {
	position: absolute;
	left: 190px;
	top: 90px;
	width: 425px;
	height: 425px;
	border-radius: 50%;
	background-color: #e4f6ff
}

.connection-section .color-two {
	position: absolute;
	right: -90px;
	top: -60px;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background-color: #fff9ce
}

.connection-section .pattern-layer {
	position: absolute;
	left: 0;
	top: -8px;
	width: 100%;
	height: 45px;
	background-repeat: repeat-x;
	animation: 30s linear 0s infinite normal none running slide
}

@keyframes slide {
	from {
		background-position: 0 0
	}

	to {
		background-position: 2000px 0
	}
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0
	}

	to {
		background-position: 2000px 0
	}
}

.connection-section .icon-layer-one {
	position: absolute;
	left: 220px;
	top: 120px;
	width: 49px;
	height: 78px;
	background-repeat: no-repeat
}

.connection-section .icon-layer-two {
	position: absolute;
	left: 200px;
	bottom: 100px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat
}

.connection-section .icon-layer-three {
	position: absolute;
	right: 300px;
	top: 160px;
	width: 49px;
	height: 78px;
	z-index: 1;
	background-repeat: no-repeat
}

.connection-section .icon-layer-four {
	position: absolute;
	right: 180px;
	bottom: 60px;
	width: 127px;
	height: 134px;
	background-repeat: no-repeat
}

.connection-section .icon-layer-five {
	position: absolute;
	left: 52%;
	top: 45%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat
}

.connection-section .left-color-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background-color: #fff
}

.connection-section .right-color-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background-color: #fff
}

.connection-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.connection-section .content-column .inner-column {
	position: relative;
	margin-right: -200px
}

.connection-section .content-column .sec-title .text {
	font-size: 20px
}

.connection-section .content-column .feature-block-three:nth-child(2) {
	z-index: 1;
	transform: translateY(220px)
}

.connection-section .content-column .feature-block-three:nth-child(2) .inner-outer {
	padding: 25px 25px 20px 0;
	background-color: #d7f0fd
}

.connection-section .video-column {
	position: relative;
	margin-bottom: 40px
}

.connection-section .video-column .inner-column {
	position: relative
}

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

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

.feature-block-three .inner-box .icon-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	color: #38b0ee;
	font-size: 32px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15)
}

.feature-block-three:nth-child(2) .inner-box .icon-box {
	color: #39b772
}

.feature-block-three:nth-child(3) .inner-box .icon-box {
	color: #9458e8
}

.feature-block-three .inner-box h4 {
	margin-bottom: 15px;
	font-weight: 500
}

.feature-block-three .inner-box h4 a {
	position: relative;
	color: #0c0d24;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.feature-block-three .inner-box h4 a:hover {
	color: #43b97d
}

.feature-block-three .inner-box .text {
	position: relative;
	color: #0c0d24;
	line-height: 1.8em;
	margin-bottom: 12px;
	padding-right: 30px
}

.feature-block-three .inner-box .link {
	position: relative;
	color: #43b97d;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.feature-block-three .inner-box .link:hover {
	color: #0c0d24
}

.video-boxed-two {
	position: relative;
	border-radius: 0;
	display: inline-block;
	border: 8px solid #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.video-boxed-two .video-image {
	position: relative;
	margin: 0
}

.video-boxed-two .video-image img {
	position: relative
}

.video-boxed-two .time {
	position: absolute;
	right: 40px;
	bottom: 25px;
	color: #fff;
	font-style: normal
}

.video-boxed-two .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	line-height: 45px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.video-boxed-two .overlay-box span {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 40px;
	bottom: 60px;
	z-index: 10;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	padding-left: 4px;
	display: inline-block;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: #43b97d
}

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

.video-boxed-two .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.video-boxed-two .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

.relationship-section {
	position: relative;
	padding: 150px 0 80px
}

.relationship-section .blocks-column {
	position: relative;
	margin-bottom: 40px
}

.relationship-section .blocks-column .inner-column {
	position: relative;
	margin-left: -50px;
	padding-right: 50px
}

.relationship-section .blocks-column .pattern-layer {
	position: absolute;
	left: 20px;
	top: -20px;
	right: 0;
	bottom: 0;
	width: 535px;
	height: 535px;
	background-repeat: no-repeat
}

.relationship-section .blocks-column .feature-block-four:nth-child(2n+0) {
	transform: translateY(40px)
}

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

.feature-block-four .inner-box {
	position: relative;
	padding: 50px 15px;
	text-align: center;
	background-color: #e9f7fe
}

.feature-block-four .inner-box .overlay-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1
}

.feature-block-four .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	color: #000;
	line-height: 1em
}

.feature-block-four .inner-box h5 {
	position: relative;
	color: #0c0d24;
	margin-top: 25px;
	font-weight: 500
}

.feature-block-four:nth-child(2) .inner-box {
	background-color: #f0faf4
}

.feature-block-four:nth-child(3) .inner-box {
	background-color: #feede9
}

.feature-block-four:nth-child(4) .inner-box {
	background-color: #fbf2fe
}

.relationship-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.relationship-section .content-column .inner-column {
	position: relative;
	padding-left: 50px
}

.relationship-section .content-column .color-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff9ce
}

.relationship-section .content-column .icon-layer-one {
	position: absolute;
	right: -80px;
	top: 90px;
	width: 102px;
	height: 89px;
	background-repeat: no-repeat
}

.relationship-section .content-column h2 {
	color: #0c0d24;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 20px
}

.relationship-section .content-column .bold-text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.6em
}

.relationship-section .content-column .text {
	margin-bottom: 25px;
	color: #0c0d24;
	opacity: .80;
	font-size: 18px;
	line-height: 1.7em
}

.trial-section {
	position: relative;
	overflow: hidden;
	padding: 20px 0 100px
}

.trial-section .inner-container {
	position: relative;
	padding-top: 130px;
	border-top: 1px solid #f5f0f7
}

.trial-section .image-column {
	position: relative;
	margin-bottom: 40px
}

.trial-section .image-column .inner-column {
	position: relative;
	text-align: center;
	margin-right: 40px
}

.trial-section .image-column .image {
	position: relative
}

.trial-section .image-column .color-box-one {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 360px;
	background-color: #63caff
}

.trial-section .image-column .color-box-two {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 560px;
	z-index: -1;
	background-color: #fff9ce;
	clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%)
}

.trial-section .icon-layer-one {
	position: absolute;
	left: -30px;
	top: 120px;
	width: 127px;
	height: 134px
}

.trial-section .icon-layer-two {
	position: absolute;
	right: -30px;
	top: 185px;
	width: 70px;
	height: 70px
}

.trial-section .form-column {
	position: relative;
	margin-bottom: 40px
}

.trial-section .form-column .inner-column {
	position: relative;
	padding-left: 170px
}

.trial-section .form-column .color-box {
	position: absolute;
	left: 40px;
	top: 0;
	width: 680px;
	height: 680px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fdfcf5
}

.trial-section .form-column h3 {
	color: #0c0d24;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif
}

.trial-section.style-two .inner-container {
	border-top: 0;
	padding-top: 90px
}

.trial-form .form-group {
	position: relative;
	margin-bottom: 20px
}

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

.trial-form .form-group .ui-selectmenu-button.ui-button {
	background: 0;
	border-radius: 0;
	border: 1px solid #e9e9e9
}

.trial-form .form-group input[type="text"],
.trial-form .form-group input[type="email"],
.trial-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px;
	color: #777;
	height: 50px;
	font-size: 14px;
	background: 0;
	font-weight: 400;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.trial-form .form-group input::-webkit-input-placeholder,
.trial-form .form-group textarea::-webkit-input-placeholder {
	color: #777
}

.trial-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px;
	color: #777;
	height: 165px;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	resize: none;
	font-size: 14px;
	font-weight: 400;
	background: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.trial-form .form-group .submit-btn {
	cursor: pointer;
	width: 100%;
	color: #0c0d24;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 15px;
	text-align: center;
	background-color: #ffe111;
	font-family: 'Cabin', sans-serif;
}

.relationship-title-section {
	position: relative;
	padding: 20px 0 20px
}

.relationship-title-section .auto-container {
	position: relative
}

.relationship-title-section .title-box {
	padding: 40px 0 40px 40px
}

.relationship-title-section .title-box .section-color-layer {
	position: absolute;
	left: 15px;
	top: 0;
	width: 160px;
	height: 100%;
	border-radius: 4px;
	background-color: #f6f1eb
}

.relationship-title-section .title-box .title {
	position: relative;
	color: #43b97d;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: capitalize
}

.relationship-title-section .title-box h2 {
	color: #0c0d24;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px;
	text-transform: capitalize
}

.relationship-title-section .title-box .text {
	position: relative;
	color: #0c0d24;
	opacity: .80;
	font-size: 18px;
	line-height: 1.7em
}

.case-study-section {
	position: relative;
	padding: 200px 0 120px;
	background-color: #d7f0fd
}

.case-study-section .section-curve-layer {
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 70px;
	background-position: center center;
	background-repeat: repeat-x
}

.case-study-section .icon-layer-one {
	position: absolute;
	left: 190px;
	top: 0;
	width: 103px;
	height: 110px;
	z-index: 1
}

.case-study-section .icon-layer-two {
	position: absolute;
	left: 8%;
	bottom: 100px;
	width: 146px;
	height: 121px;
	z-index: 1
}

.case-study-section .icon-layer-three {
	position: absolute;
	left: 110px;
	top: -50px;
	width: 102px;
	height: 89px;
	z-index: 1
}

.case-study-section .icon-layer-four {
	position: absolute;
	left: -80px;
	bottom: 50px;
	width: 70px;
	height: 70px;
	z-index: 1
}

.case-study-section .icon-layer-five {
	position: absolute;
	right: 250px;
	top: 0;
	width: 70px;
	height: 70px;
	z-index: 1
}

.case-study-section .icon-layer-six {
	position: absolute;
	right: 300px;
	bottom: -10px;
	width: 54px;
	height: 34px;
	z-index: 1
}

.case-study-section .content-column {
	position: relative
}

.case-study-section .content-column .inner-column {
	position: relative
}

.case-study-section .content-column .icon-box {
	position: relative;
	width: 70px;
	height: 70px;
	color: #66c38b;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15)
}

.case-study-section .content-column h3 {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #0c0d24;
	font-weight: 700
}

.case-study-section .content-column .text {
	position: relative;
	margin-bottom: 35px
}

.case-study-section .content-column .text p {
	position: relative;
	color: #0c0d24;
	font-size: 18px
}

.case-study-section .content-column .text p:last-child {
	margin-bottom: 0
}

.case-study-section .image-column {
	position: relative
}

.case-study-section .image-column .inner-column {
	position: relative
}

.testimonial-section-three {
	position: relative;
	padding: 0;
	margin-top: 150px
}

.testimonial-section-three .auto-container {
	position: relative
}

.testimonial-section-three .lower-text {
	position: absolute;
	left: 15px;
	bottom: -16px;
	width: 100%;
	text-align: center;
	max-width: 480px;
	color: #0c0d24;
	font-size: 16px;
	padding: 30px 30px;
	background-color: #d7f0fd
}

.testimonial-section-three .sec-title {
	padding-left: 30px
}

.testimonial-section-three .icon-layer-one {
	position: absolute;
	left: 6%;
	top: 30%;
	width: 103px;
	height: 110px;
	background-repeat: no-repeat
}

.testimonial-section-three .icon-layer-two {
	position: absolute;
	right: 6%;
	top: 25%;
	width: 100px;
	height: 87px;
	background-repeat: no-repeat
}

.testimonial-section-three .icon-layer-three {
	position: absolute;
	right: 6%;
	bottom: 50px;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat
}

.testimonial-section-three .icon-layer-four {
	position: absolute;
	left: 20%;
	top: 30%;
	width: 374px;
	height: 336px;
	background-repeat: no-repeat
}

.testimonial-section-three .owl-carousel .owl-stage-outer {
	padding: 70px 0 30px
}

.testimonial-section-three .owl-theme .testimonial-block-three {
	margin: 0 15px
}

.testimonial-section-three .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.testimonial-section-three .color-layer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 62%;
	background-color: #f8f3ee
}

.testimonial-section-three .owl-dots {
	display: none
}

.testimonial-section-three .owl-nav {
	position: relative;
	margin-left: 30px;
	margin-top: 80px
}

.testimonial-section-three .owl-nav .owl-prev,
.testimonial-section-three .owl-nav .owl-next {
	position: relative;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(252, 154, 54, 0.20);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-section-three .owl-nav .owl-prev:hover,
.testimonial-section-three .owl-nav .owl-next:hover {
	background-color: #ffe111
}

.testimonial-section-three .owl-carousel .owl-stage-outer {
	padding: 70px 0 30px
}

.testimonial-section-three .color-layer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 62%;
	background-color: #f8f3ee
}

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

.testimonial-block-three .inner-box {
	position: relative;
	text-align: center;
	padding: 0 35px 45px
}

.testimonial-block-three .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 45px;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.10)
}

.testimonial-block-three .inner-box .image-outer {
	position: relative;
	margin-bottom: 22px;
	display: inline-block
}

.testimonial-block-three .inner-box .image-outer .image {
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%
}

.testimonial-block-three .inner-box .image-outer .quote {
	position: absolute;
	left: -20px;
	top: 22px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fc9a36
}

.testimonial-block-three .inner-box h6 {
	color: #0c0d24;
	font-weight: 500
}

.testimonial-block-three .inner-box .designation {
	position: relative;
	color: #0c0d24;
	opacity: .80;
	font-size: 16px;
	margin-bottom: 15px
}

.testimonial-block-three .inner-box .text {
	position: relative
}

.news-section-two {
	position: relative;
	padding: 250px 0 140px
}

.news-section-two .icon-layer-one {
	position: absolute;
	left: 110px;
	top: 150px;
	width: 66px;
	height: 58px;
	background-repeat: no-repeat
}

.news-section-two .icon-layer-two {
	position: absolute;
	left: 120px;
	top: 200px;
	width: 535px;
	height: 535px;
	background-repeat: no-repeat
}

.news-section-two .icon-layer-three {
	position: absolute;
	left: 220px;
	bottom: 50px;
	width: 146px;
	height: 121px;
	background-repeat: no-repeat
}

.news-section-two .icon-layer-four {
	position: absolute;
	right: -50px;
	top: -100px;
	width: 793px;
	height: 743px;
	background-repeat: no-repeat
}

.news-section-two .title-column {
	position: relative;
	margin-bottom: 40px
}

.news-section-two .title-column .inner-column {
	position: relative
}

.news-section-two .title-column .title-box {
	position: relative;
	padding-left: 30px;
	margin-bottom: 55px
}

.news-section-two .title-column .title-box .title {
	position: relative;
	color: #43b97d;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px
}

.news-section-two .title-column .title-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: -25px;
	bottom: -25px;
	width: 155px;
	background-color: #d7f0fd
}

.news-section-two .title-column .title-box h2 {
	color: #0c0d24;
	font-weight: 700;
	line-height: 1.3em
}

.news-section-two .title-column .text {
	position: relative;
	color: #0c0d24;
	line-height: 1.8em;
	font-size: 16px;
	margin-bottom: 50px
}

.news-section-two .blocks-column {
	position: relative;
	margin-bottom: 40px
}

.news-section-two .blocks-column .inner-column {
	position: relative
}

.news-section-two .blocks-column .column:nth-child(1) .news-block-four {
	margin-top: 115px
}

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

.news-block-four .inner-box {
	position: relative;
	padding: 35px 25px 35px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07)
}

.news-block-four .inner-box:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 115px;
	height: 5px;
	background-color: #d7f0fd
}

.news-block-four .inner-box h5 {
	margin-bottom: 15px;
	font-weight: 700;
	font-family: 'Lato', sans-serif
}

.news-block-four .inner-box h5 a {
	position: relative;
	color: #0c0d24;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-four .inner-box:hover h5 a {
	color: #43b97d
}

.news-block-four .inner-box .text {
	position: relative;
	margin-bottom: 17px
}

.news-block-four .inner-box .arrow {
	position: relative;
	display: inline-block;
	margin-left: 12px;
	color: #0c0d24;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Lato', sans-serif
}

.news-block-four .inner-box .arrow img {
	position: relative;
	max-width: auto;
	width: auto
}

.news-block-four .inner-box .arrow:before {
	position: absolute;
	content: '';
	left: -10px;
	top: 1px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ffed71;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-four .inner-box:hover .arrow::before {
	left: 6px
}

.newsletter-section-two {
	position: relative
}

.newsletter-section-two.style-two {
	margin-top: 140px
}

.newsletter-section-two .inner-container {
	position: relative;
	padding-left: 80px;
	margin-top: 0
}

.newsletter-section-two .inner-container:before {
	position: absolute;
	content: '';
	left: 0;
	top: 130px;
	right: 0;
	bottom: 0;
	border-radius: 15px 15px 0 0;
	background-color: #edf9ff
}

.newsletter-section-two .inner-container .pattern-layer {
	position: absolute;
	left: 0;
	top: 130px;
	width: 977px;
	height: 236px;
	background-repeat: no-repeat
}

.newsletter-section-two .inner-container .icon-layer-one {
	position: absolute;
	left: -40px;
	top: 100px;
	width: 158px;
	height: 107px;
	z-index: 1;
	background-repeat: no-repeat
}

.newsletter-section-two .inner-container .icon-layer-two {
	position: absolute;
	right: 90px;
	top: 80px;
	width: 261px;
	height: 73px;
	z-index: 2;
	background-repeat: no-repeat
}

.newsletter-section-two .inner-container .color-box {
	position: absolute;
	right: -25px;
	top: 0;
	width: 440px;
	height: 440px;
	z-index: 1;
	border-radius: 50%;
	background-color: #fefbe6
}

.newsletter-section-two .form-column {
	position: relative;
	margin-bottom: 40px
}

.newsletter-section-two .form-column .inner-column {
	position: relative;
	padding-top: 240px
}

.newsletter-section-two .form-column .title-box .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	opacity: .80;
	line-height: 1.8em
}

.newsletter-section-two .form-column .title-box {
	position: relative;
	margin-bottom: 50px
}

.newsletter-section-two .form-column h2 {
	margin-bottom: 15px;
	color: #0c0d24;
	font-weight: 700;
	line-height: 1.3em
}

.newsletter-form-two {
	position: relative;
	margin-bottom: 30px
}

.newsletter-form-two .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 0
}

.newsletter-form-two .form-group .icon {
	position: absolute;
	left: 22px;
	top: 28px;
	z-index: 1;
	color: #bfc2c4;
	font-size: 20px;
	line-height: 1em
}

.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="tel"],
.newsletter-form-two .form-group input[type="email"],
.newsletter-form-two .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 10px 30px 10px 60px;
	height: 75px;
	color: #0c0d24;
	display: inline-block;
	font-size: 18px;
	border-radius: 10px;
	background: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #bfc2c4
}

.newsletter-form-two .form-group textarea::-webkit-input-placeholder,
.newsletter-form-two .form-group input::-webkit-input-placeholder {
	color: rgba(12, 13, 36, 0.60)
}

.newsletter-form-two .form-group input:focus {
	border-color: #ff9600
}

.newsletter-form-two .form-group input[type="submit"],
.newsletter-form-two .form-group button {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 88px;
	height: 66px;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	border-radius: 10px;
	padding: 15px 10px;
	background-color: #ffe111;
	text-transform: uppercase
}

.newsletter-section-two .image-column {
	position: relative
}

.newsletter-section-two .image-column .inner-column {
	position: relative
}

.newsletter-section-two .image-column .image {
	position: relative;
	margin-right: -20px;
	margin-left: 20px;
	z-index: 4
}

.footer-style-two {
	position: relative;
	background-color: #f9f9f9
}

.footer-style-two .pattern-layer-four {

	position: absolute;
	right: 70px;
	bottom: 120px;
	width: 58px;
	height: 63px;
	background-repeat: no-repeat
}

.footer-style-two .pattern-layer-five {
	position: absolute;
	top: 50px;
	left: 180px;
	width: 49px;
	height: 78px;
	background-repeat: no-repeat
}

.footer-style-two .pattern-layer-six {
	position: absolute;
	left: 80px;
	bottom: 80px;
	width: 103px;
	height: 110px;
	background-repeat: no-repeat
}

.footer-style-two .pattern-layer-seven {
	
	position: absolute;
	right: 160px;
	top: 90px;
	width: 103px;
	height: 110px;
	background-repeat: no-repeat
}

.footer-style-two .upper-box {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5
}

.footer-style-two .upper-box .logo {
	position: relative;
	padding: 2px 0
}

.footer-style-two .upper-box .social-box {
	position: relative;
	padding: 30px 0 15px
}

.footer-style-two .upper-box .social-box li {
	position: relative;
	margin-left: 15px;
	display: inline-block
}

.footer-style-two .upper-box .social-box li a {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.footer-style-two .upper-box .social-box li a:hover {
	color: #43b97d
}

.footer-style-two .upper-box .logo {
	position: relative;
	float: left
}

.footer-style-two .upper-box .phone {
	position: relative;
	float: left;
	padding: 8px 0;
	margin-left: 50px
}

.footer-style-two .upper-box .phone strong {
	position: relative;
	display: block;
	color: #0c0d24;
	font-size: 16px;
	font-weight: 500
}

.footer-style-two .upper-box .phone a {
	position: relative;
	color: #43b97d;
	font-size: 20px;
	display: block;
	margin-top: 6px;
	font-weight: 700
}

.footer-style-two .upper-box .email {
	position: relative;
	float: left;
	color: #0c0d24;
	font-size: 16px;
	padding: 8px 0;
	margin-left: 50px
}

.footer-style-two .upper-box .email strong {
	position: relative;
	display: block;
	color: #0c0d24;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500
}

.footer-style-two .upper-box .email a {
	position: relative;
	color: #63caff;
	font-size: 20px;
	font-weight: 500
}

.footer-style-two .widgets-section {
	position: relative;
	padding: 90px 0 70px
}

.footer-style-two .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.footer-style-two .footer-widget h5 {
	color: #0c0d24;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif
}

.footer-style-two .info-widget {
	position: relative
}

.footer-style-two .info-widget .text {
	position: relative;
	opacity: .88;
	font-size: 18px;
	margin-bottom: 10px
}

.footer-style-two .info-widget .contact-list {
	position: relative
}

.footer-style-two .info-widget .contact-list li {
	position: relative;
	opacity: .88;
	font-size: 18px
}

.footer-style-two .info-widget .contact-list li a {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.footer-style-two .info-widget .contact-list li a:hover {
	color: #ff9600
}

.footer-style-two .link-list {
	position: relative
}

.footer-style-two .link-list li {
	position: relative;
	margin-bottom: 10px
}

.footer-style-two .link-list li a {
	position: relative;
	color: #0c0d24;
	opacity: .88;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.footer-style-two .link-list li a:hover {
	color: #43b97d
}

.footer-style-two .footer-bottom {
	position: relative;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #e5e5e5
}

.footer-style-two .footer-bottom .copyright {
	position: relative;
	color: #0c0d24;
	font-size: 16px
}

.footer-style-two .payment-widget .text {
	position: relative;
	color: #0c0d24;
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 22px
}

.footer-style-two .payment-widget .text span {
	display: block;
	margin-top: 15px
}

.footer-style-two .payment-widget .payment {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	margin-bottom: 12px
}

.topbar-header {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    background: #e34a14;
}

.topbar-header .list-inline-item {
	color: #fff;
	margin-right: .5rem;
	font-weight: 400;
	margin-left: .5rem
}
.topbar-header .list-inline-item span {

	font-weight: bolder;

}

.tp-left-list {
	text-align: left
}

.tp-left-list a {
	font-size: 13px;
	color: #ffffff
}

.tp-right-list {
	text-align: right
}

.tp-right-list a {
	font-size: 13px;
	color: #ffffff
}

.service-link-section {
	position: relative;
	padding: 40px 0
}



.service-link-list ul {
	margin-top: 10px
}

.service-link-list ul li {
	margin-bottom: 5px
}

.service-link-list ul li i {
	font-weight: 700;
	padding-right: 6px
}

section.cta-footer-section {
	padding: 30px 0;
	background: url(../images/cta-ft-bg.webp);
	background-size: contain
}

.cta-ft-heading span {
    font-weight: 800;
    color: #fff;
    font-size: 28px;
    margin-top: 15px;
    display: inline-block;
}



.clients-section span.trust-title {
	position: relative;
	color: #25466c;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 18px;
	display: block;
	font-size: 30px;
}

.clients-section span.trust-title-2 {
	position: relative;
	color: #25466c;
	font-size: 25px;
	display: block;
	margin-top: 10px;
}
	
	.cta-sample-title span {
    font-weight: 800;
    color: #e34a14;
	font-size:28px;
	line-height: 2.6em;
	
}

.cta-writer-heading span {
    font-weight: bold;
    color: #fff;
    font-size: 26px;
	line-height:1.6em;
}
	
.cta-footer-heading span{
    font-weight: 800;
    line-height:1.6em;
    color: #ffffff;
    display:inline-block;
    font-size:28px;
}

.sec-title.service-link-main-title span{
    position: relative;
    color: #25466c;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 18px;
	font-size:28px;
}

.service-link-list span {
    color: #bf570d;
    font-weight: 700;
	font-size:20px;
}


.sec-feature-title span {
    position: relative;
    color: #25466c;
	font-size:28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 18px;
}



.cta-ft-btn-2 {
	background: #c85330
}

.cta-ft-btn-2:hover {
	color: #fff !important
}

.cta-ft-btn-2:before {
	background-color: #25466c !important
}

section.faqs-section {
	padding: 50px 0 0
}

.faqs-left-inner img {
	margin-bottom: -2px
}

.faqs-left-inner h2 {
	font-weight: 700;
	color: #25466c
}


  .col-md-6.faqs-right-col {
    height: 450px;
    overflow-y: auto;
}

.padding-space-0 {
	padding-left: 0;
	padding-right: 0
}

.service-section-title span {
    position: relative;
    color: #25466c;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 18px;
	margin-bottom: 10px;
    font-size: 26px;
	display:inline-block;
}

section.cta-sample-section {
	padding: 40px 0;
	background: url(../images/cta-sample-bg.webp);
	background-size: contain;
}

.cta-sample-heading span {
	font-weight: 800;
	color: #e34a14
}

.sample-btn {
	background: #e34a14 !important;
	border-color: #3edacd !important;
	color: #25466c !important
}

.sample-btn:hover {
	border-color: #f47418 !important;
	background: #f47418 !important;
	color: #25466c
}

section.cta-writer-section {
	padding: 40px 0px;
	background: url(../images/cta-bg-writer.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.cta-writer-heading {
	position: relative;
}

.cta-writer-heading img {
	position: absolute;
	bottom: 14px;
	left: -44px;
}



.cta-student {
	position: relative;
}

.cta-student img {
    position: absolute;
    top: -107px;
    width: 100%;
    right: 22px;
}

@media only screen and (max-width: 800px) {
	section.cta-writer-section {
		background-size: 600%;
		text-align: center;
	}

	.cta-student img {
		position: absolute;
		top: -69px;
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.cta-student {
		position: absolute;
	}

	.cta-student img {
		position: absolute;
		top: -69px;
		width: 80%;
	}
}

.form-two select.form-control {
	height: 42px !important;
	margin-top: 0
}

.form-two input.form-control,
.form-two select.form-control {
	box-shadow: none;
	border-radius: 0rem;
	height: 42px !important;
	color: black !important;
	font-size: 14px;
	border: 1px solid #ffe4d1;
	background-color: #fff;
	padding: .5625rem .75rem !important
}

.form-two button {
	border-color: #25466c;
	background: #25466c;
	border-radius: 0 50px 50px 0;
	padding: 8px 24px
}

.form-two .fielf1 {
	border-top-left-radius: 6.25rem !important;
	border-bottom-left-radius: 6.25rem !important
}

.space {
	padding-top: 50px;
	padding-bottom: 50px
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5) !important;
	opacity: .5
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5) !important;
	opacity: .5
}

::placeholder {
	color: rgba(0, 0, 0, .5) !important;
	opacity: .5
}

.form-two .btn:hover {
	border-color: #e34a14;
	background: #e34a14;
	color: #25466c
}

.first-content h1 {
	text-align: left !important;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 18px;
	color: #25466c;
	font-size: 30px
}

.first-content p {
	font-size: 16px !important;
	margin-bottom: 25px;
}

.first-content h2 {
	color: #25466c;
	font-weight: 600;
	font-size: 26px;
}

.first-content ul li {
	padding: 5px 4px;
	display: inline-block;
	width: 100%;
	color: black;
	margin-bottom: 10px;
}

.first-content ul li span {
	color: #f47418;
	margin-right: 5px;
	font-size: 20px
}

.inner-service-box {
	margin-bottom: 30px;
	min-height: 350px;
	background: #c7f6ec;
	padding: 20px
}

.inner-service-box h3 {
	font-weight: 800;
	color: #000;
	line-height: 36px;
	margin: 10px 0;
	font-size: 26px
}

span.service-title-name {
    font-size: 20px;
    font-weight: 700;
}



.inner-service-box h3 a:hover {
	color: #f47418
}

.inner-service-box img {
	height: 50px
}

.inner-service-box p {
	color: #25466c !important
}

.inner-service-box.sr-1 {
	background: linear-gradient(to right, #aed2d873 0, #9befe794 100%)
}

.inner-service-box.sr-2 {
	background: linear-gradient(to right, #ea976d69 0, #f4741838 100%)
}

.inner-service-box.sr-3 {
	background: linear-gradient(to right, #0d82ad33 0, #1b698647 100%)
}

.inner-service-box.sr-4 {
	background: linear-gradient(to right, #aeb5d84f 0, #9bd4ef94 100%)
}

.inner-service-box.sr-5 {
	background: linear-gradient(to right, #aed8cb73 0, #9befc094 100%)
}

.service-inner-conrtent {
	min-height: 190px
}

.service-section {
	padding: 50px 0;
	position: relative
}

.hides {
	opacity: 0
}

.shows {
	opacity: 1
}

.modal-body.call-back-body {
	padding: 0
}

.call-back-top {
	background: url(../images/callback-bg.webp) repeat #0f3847;
	background-size: contain;
	padding: 10px 20px
}

.call-back-top .feature-list {
	padding: 20px 0 0 0;
	display: inline-block;
	width: 100%
}

.call-back-top span.call-back-title {
font-size: 25px;
    text-align: center;
    color: #2ad5d5;
    font-weight: 600;
    display: block;
    margin: 18px 0px;
}

.call-back-top .feature-list li {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 25px 0;
	width: 48%;
	color: #ff7819
}

.call-back-top .feature-list li i.expert {
	background-position: -103px -7px
}

.call-back-top .feature-list li i.rated {
	background-position: -148px -6px
}

.call-back-top .feature-list li i.quality {
	background-position: -232px -5px
}

.call-back-top .feature-list li i.turnitin {
	background-position: -188px -6px
}

.call-back-top .feature-list li i {
	width: 46px;
	height: 40px;
	float: left;
	margin: 0 7px 0 0;
	background: url(../images/call-back-icons.svg) no-repeat;
	background-size: 450px
}

.call-back-top .feature-list li .title {
	font-size: 20px;
	line-height: 24px;
	display: block
}

.call-back-form-title .call-form-title span {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    color: #127777;
}

.call-back-form-title span.call-form-title {
    text-align: center;
    color: #183f4e;
    font-weight: 800;
    margin-top: 15px;
    font-size: 24px;
    display: block;
    margin-bottom: 14px;
}

.discount-body {
	background-image: url(../images/dot-bg.webp);
	background-size: cover
}

.discount-form {
	margin-top: 20px
}

.callback-form {
	padding: 5px 20px
}

button.discount-btn {
	position: relative;
	font-size: 16px;
	color: #fff;
	padding: 8px 45px;
	font-weight: 500;
	border-radius: 3px;
	overflow: hidden;
	background-color: #f47418;
	text-transform: uppercase;
	cursor: pointer
}

button.discount-btn:hover {
	color: #25466c;
	background-color: #e34a14
}

.call-back-close {
	color: #f17417;
	opacity: 1;
	text-shadow: 0 0 black;
	font-size: 28px;
	position: absolute;
	top: 5px;
	right: 5px
}

span.tcapply {
	display: block;
	font-size: 12px;
	color: #0e2e3a;
	font-weight: 600
}

.discount-dialog-box {
	max-width: 580px !important;
	margin: 1.75rem auto
}

.service-first-content h1 {
	font-size: 30px;
	text-transform: capitalize
}

.service-first-content h3 {
	color: #25466c;
	font-size: 26px;
	font-weight: 600
}

.service-first-content ul li {
	padding: 5px 4px;
	display: inline-block;
	width: 32%;
	color: #25466c
}

.service-content-2 {
	padding: 30px 20px
}

section.service-content-2 p {
	text-align: justify
}

.service-content-2 h2 {
	margin: 10px 0 5px;
	color: #25466c;
	font-weight: 600;
	font-size: 24px
}

.service-content-2 h3 {
	margin: 20px 0 5px;
	color: #25466c;
	font-weight: 600;
	font-size: 20px
}

.service-content-2 a.theme-btn {
	margin-top: 28px
}

section.service-content-2 ul li {
	color: #25466c;
	margin-bottom: 10px !important;
	list-style: disc;
	margin-left: 20px
}

section.service-content-2 ul.short-li li {
	list-style-type: disc;
	padding: 5px 5px;
	margin: 3px 18px !important;
	color: #25466c
}

.writer-avatar-img {
	width: 55px !important;
	height: 55px;
	margin-right: 10px;
	border-radius: 100px;
	float: left
}

.writer-name {
	float: left
}

.writer-customer {
	color: #25466c;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500
}

.writer-star-writer ul li {
	display: inline-block;
	color: #ffb33a;
	font-size: 14px
}

.asr-writer-box {
	border: 1px solid #25466c24;
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	background: #eafffd;
	min-height: 300px
}

.writer-tp-info {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9edf2;
	overflow: hidden
}

.writer-bt-info img {
	width: 65px !important
}

.writer-bt-info p {
	font-size: 12px !important;
	padding: 0 !important;
	margin-bottom: 10px !important
}

.writer-bt-info h4 {
	font-size: 12px;
	font-weight: 600;
	color: #25466c
}

.writer-rating-number span {
	display: block;
	text-align: left;
	font-weight: 500
}

.writer-rating-number span strong {
	color: #ffb33a
}

.hire-btns {
	background: linear-gradient(to bottom, #ffc810 0, #ffa80a 100%) !important;
	border-color: #ffb33a !important;
	font-weight: 600 !important;
	color: #000 !important;
	margin-top: 10px !important
}

.writer-bt-info {
	margin: 10px 0;
	border-bottom: 1px dashed #bec4cc;
	padding: 5px 0
}

.writer-bt-info ul li {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px dashed #ffb33a;
	margin: 5px
}

.writer-section {
	padding: 20px 0 50px
}

.writer-section .col-md-6 {
	margin: 20px 0
}

.request-hire-btn {
	background: linear-gradient(to bottom, #ffc810 0, #ffa80a 100%) !important;
	border-color: #ffb33a !important;
	font-weight: 600 !important;
	color: #000 !important;
	margin-top: 10px !important
}

.writer-form h6 {
	font-size: 19px
}

.writer-form h6 span {
	color: #ffa836
}

.writer-pop-body {
	background: url(../images/writer-pop-bg.webp);
	background-size: cover;
	background-repeat: no-repeat
}

.writer-modal-size {
	max-width: 580px !important;
	margin: 1.75rem auto;
	color: #25466c
}

.writer-pop-left h2 strong {
	color: #ffab31
}

.writer-pop-left h2 {
	font-weight: 800;
	line-height: 38px
}

.writer-form input,
.writer-form select {
	display: block;
	width: 100%;
	color: #25466c !important;
	background-clip: padding-box;
	border: 1px solid #a2c6cd !important;
	background-color: aliceblue !important
}

.writer-pop-left ul li {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px dashed #ffb33a;
	margin: 5px
}

section.reviews-section .asr-reviews-box {
	margin-bottom: 30px
}

.review-tp-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.customer-avatar-img {
	width: 40px !important;
	height: 40px;
	margin-right: 10px;
	border-radius: 100px;
	margin-top: -20px
}

.reviews-name {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto
}

.reviews-customer {
	color: #25466c;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500
}

.tab-img img {
	width: 160px
}

.reviews-star-writer ul li {
	display: inline-block;
	color: #00b67a
}

.asr-reviews-box {
	border: 1px solid #25466c24;
	border-radius: 10px;
	padding: 10px;
	min-height: 220px
}

.review-tp-info {
	margin-bottom: 10px;
	border-bottom: 1px solid #e9edf2
}

.review-bt-info img {
	width: 65px !important
}

.review-bt-info p {
	font-size: 12px
}

.review-bt-info h4 {
	font-size: 12px;
	font-weight: 600;
	color: #25466c
}

.sitejabber-stars ul li {
	color: #ef6921
}

.asr-stars ul li {
	color: #a31329
}

.float {
	font-weight: 600;
	vertical-align: middle;
	padding: 8px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	background-color: #023838;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	z-index: 100
}

.float:hover {
	text-decoration: none;
	color: #1ccf38 !important
}

.my-float {
	color: #21e639;
	margin-right: 3px;
	vertical-align: middle;
	font-size: 30px
}

.floatbutton.active {
	right: 0;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.floatbutton {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: fixed;
	right: -370px;
	top: 18%;
	font-size: 0;
	width: 420px;
	z-index: 50
}

.floatbutton .clickbutton {
	width: 50px;
	z-index: 999;
	height: 200px;
	cursor: pointer;
	box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
	border-radius: 5px 0 0 5px;
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	margin-top: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;

	
	background: #c85330;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
	font-family: 'Poppins', sans-serif;
	box-shadow: 0 0 40px #00000026;
	-webkit-box-shadow: 0 0 40px #00000026;
	-ms-box-shadow: 0 0 40px #00000026;
	-o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
	content: "";
	display: none;
	position: absolute;
	width: 20px;
	height: 2px;
	right: 0;
	background: #fbb334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.floatbutton .clickbutton .crossplus:after {
	content: "";
	display: none;
	position: absolute;
	width: 2px;
	height: 20px;
	right: 0;
	background: #fab334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.floatbutton .clickbutton .crossplus {
	position: absolute;
	display: block;
	transform: rotate(-90deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	left: -52px;
	white-space: pre;
	bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.floatbutton .clickbutton .crossplus i {
	font-size: 18px;
	color: #fff;
	margin: 17px 0 0 15px
}

.banner-form {
	background: #fff;
	padding: 30px;
	position: relative;
	z-index: 99999 !important;
	border-radius: 5px;
	margin: 0;
	width: 370px;
	display: inline-block;
	box-shadow: 0 0 30px #0000001f
}

.ban-form input {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: white;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 50px;
	font-weight: 400;
	outline: none !important;
	margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
	width: 100%
}

.banner-form h3 {
	color: #141315;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 700
}

.banner-form h3 strong {
	font: 24px/24px "Poppins", sans-serif;
	font-weight: 600
}

.ban-form input[type="submit"] {
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	text-align: center;
	padding: 10px 15px;
	margin: 20px 0 0;
	border: transparent;
	cursor: pointer;
	background: #2a3db6;
	background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
	background: -webkit-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
	background: linear-gradient(110deg, #b22234 0, #304f7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1)
}

.ban-form textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: white;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 400;
	height: 80px;
	outline: none !important;
	margin: 15px 0 0 0;
	resize: none
}

.btns_wrap {
	position: fixed;
	right: -6px
}

.btns_wrap a:hover {
	text-decoration: none !important;
	right: 0
}

.btns_wrap .call_wrap {
	width: 280px;
	position: absolute;
	right: -225px;
	background: -moz-linear-gradient(135deg, #0a3c4e 0, #25466c 100%);
	background: -webkit-linear-gradient(135deg, #f47418 0, #ff6b00 100%);
	background: linear-gradient(135deg, #0a3c4e 0, #25466c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
	top: 30px;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9999;
	border-radius: 5px 0 0 5px
}

.btns_wrap .call_wrap span {
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	padding: 10px 10px 10px 10px
}

.btns_wrap .chat_wrap {
	display: block;
	position: absolute;
	right: -225px;
	width: 280px;
	background: -moz-linear-gradient(135deg, #0a3c4e 0, #25466c 100%);
	background: -webkit-linear-gradient(135deg, #f47418 0, #ff6b00 100%);
	background: linear-gradient(135deg, #0a3c4e 0, #25466c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
	top: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px 0 0 5px;
	z-index: 9999
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
	color: #fff;
	background: -moz-linear-gradient(135deg, #c85330 0, #c85330 100%);
	background: linear-gradient(135deg, #c85330 0, #c85330 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
	font-size: 18px;
	padding: 10px 10px;
	border-right: 1px solid #ded9d9;
	vertical-align: middle;
	display: inline-block;
	border-radius: 5px 0 0 5px
}

.btns_wrap .chat_wrap span {
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	padding: 10px 10px 10px 10px
}

.ban-form .fldset.inpchecbx label {
	display: inline-block;
	margin: 0;
	line-height: 1.4;
	color: #676767;
	font-size: 13px
}

.ban-form .fldset.inpchecbx input {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0
}

.fldset.inpchecbx {
	margin: 10px 0 0 0
}

.fldset p {
	font-size: 13px;
	color: #676767;
	padding: 0;
	margin: 10px 0 0 0
}

.fldset p a {
	display: block;
	padding: 5px 0 0 0;
	color: #141315;
	font-weight: 500;
	font-size: 14px
}

.main-services-banner-sec .ban-form .fldset textarea {
	height: 60px
}

.main-services-banner-sec .ban-form input {
	height: 40px
}

.review-bt-info i {
	vertical-align: bottom;
	color: #63b135;
	font-size: 26px
}

.bounce-effect {
	animation: bouncing 2s linear infinite
}

@keyframes bouncing {

	0%,
	10%,
	26%,
	40%,
	50% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	20%,
	21% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -16px, 0);
		transform: translate3d(0, -16px, 0)
	}

	35% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0)
	}

	45% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce-effect:hover {
	animation-play-state: paused
}

.samples-da {
	margin: 10px 0 !important
}

.samples-da .box {
	min-height: 170px;
	padding: 15px 15px;
	-webkit-box-shadow: 0 1px 5px .2px rgb(0 0 0 / 16%);
	box-shadow: 0 1px 5px .2px rgb(0 0 0 / 16%);
	border-radius: 5px;
	margin-bottom: 25px;
	background: #25466c;
	margin: 0 0 10px 0
}

.samples-da .box .h2 {
	font-size: 18px;
	color: #f08d45;
	margin-bottom: 10px;
	display: block;
	line-height: normal
}

.samples-da .box p {
	color: #eceeed;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 5px
}

.pdf-icon {
	margin-bottom: 10px
}

.internal-link {
	color: #007bff !important;
	font-weight: bold;
	text-decoration: underline
}

.acc-btn h2,
.acc-btn h3 {
	font-size: 15px;
	/* color: #06142d; */
	line-height: 1.8em;
	font-weight: 500;
}

.faqs-left-inner span {
	font-size: 28px;
}

/*Sitemap Page*/


.sitemap-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0 30px;
}

span.sitemap-title {
    color: white;
    font-size: 30px;
    background: turquoise;
    padding: 10px 30px;
	display:flex;
}


ul.our-company li {
    line-height: 2em;
	font-size:18px;
	display: inline-block;
    margin-left: 15px;
}


ul.our-services li {
    line-height: 2em;
	font-size:18px;
	
}

span.icon.flaticon-check {
  
    font-size: 15px;
	margin:5px;
    color: #fa7313;
}

a.btn.custom-btn-1 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 8px 45px;
    font-weight: 500;
    border-radius: 3px;
    overflow: hidden;
    background-color: #25466c;
    text-transform: capitalize;
    font-family: 'Cabin', sans-serif;
}

span.icoo img {
    width: 30px;
}


.guarantees-section {
    padding: 40px 0px;
    background: #f7f7f7;
}


.guarantees-section .section-title .title {
	position: relative;
    font-weight: normal;
    margin: 0;
    background: 0;
      line-height: 40px;
    font-size: 34px;
    font-family: 'Cabin', sans-serif;
}



.guarantees-card-last {
    text-align: center;
    background: #f7f7f7;
}

.guarantees-card-last img {
    max-width: 250px;
}

.guarantees-card-last inner {
    padding: 0;
}

.guarantees-card .inner .icon img {
    background: white;
    padding: 10px;
    border-radius: 4px;
    width: 60px;
}

.guarantees-card.bg-card-color-1 .inner {
    background: #ffffff !important;
}

.guarantee-col {
    padding: 30px 10px;
}

.guarantee-col .btn-box {
    margin-top: 20px;
}


.guarantees-card {
  height: 100%;
}
.guarantees-card .inner {
  border-radius: 5px;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--color-border);
  height: 100%;
}

/*Form Error*/

.banner-form-btn:hover{background:white!important;
Color:black!important;}


 .error-message {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
}

input.error, select.error, textarea.error {
    border-color: #dc3545 !important;
}

/*Form Error*/




@media only screen and (max-width: 767px) {
  .guarantees-card .inner {
    padding: 30px 20px;
  }
}
.guarantees-card .inner .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.guarantees-card .inner .icon img {
  max-height: 60px;
}
.guarantees-card .inner .icon .opacity_image {
  position: absolute;
  transform: translateX(-50%) scale(0.8);
  opacity: 0.8;
  z-index: -1;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  left: 50%;
  top: 30%;
}
.guarantees-card .inner .content {
  padding-top: 10px;
}
.guarantees-card .inner .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .guarantees-card .inner .content .title {
    font-size: 17px;
    line-height: 28px;
  }
}
.guarantees-card .inner .content .description {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.guarantees-card .inner .number-text {
  font-size: 100px;
  font-weight: 800;
  opacity: 0.05;
  display: inline-block;
  line-height: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
}
.guarantees-card:hover .inner::before {
  background: var(--color-gray-light);
  transform: scale(1.1);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s 0s cubic-bezier(0.23, 1, 0.32, 1);
}
.guarantees-card.bg-color .inner {
  border-color: transparent;
}

.first-content.home-first-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #eb4423;
}




/************ Cta mini************/

.cta-content {
    background: linear-gradient(to right, rgb(24 52 85), rgb(62 90 124));
    padding: 45px 44px;
    margin: 60px 0px 30px;
    border-radius: 10px;
}

.cta-girl-img  {
    position: relative;
}


.cta-girl-img img {
    position: absolute;
    bottom: -191px;
}

.cta-content span {
	display: block;
    color: #fff;
	position: relative;
    font-weight: normal;
    margin: 0;
    background: 0;
    line-height: 1.6em;
	font-size: 28px;
}

.cta-girl-img-mobile {
    display: none;
}



a.btn.btn-custom-1 {
    background: #e34a14;
    color: #fff;
    margin-top: 18px;
}

.head-offer-text p {
    margin: 0;
}



/* Color Blink */

.blink {
	-webkit-animation-name:blink;
	-webkit-animation-duration:400ms;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction:alternate;
 }
 
 @-webkit-keyframes blink  {
	from {
	   color:#e34a14;
	}
	
	to {
	   color:white;
	}
 
 }
 
 /*About Us*/
 #home {
    padding: 120px 0 75px;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}


.with-gradient {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform-style: preserve-3d;
    perspective: 1000px;
}


.with-gradient:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(45 50 71), rgb(54 58 78 / 43%));
    transform: translateZ(0);
}


.home-center {
    display: table;
    width: 100%;
    height: 100%;
}


.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.title-heading {
    line-height: 26px;
    padding-top: 32px;
}

.title-heading .heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 700;
}

.about-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-content {
    border: 1px solid #00466f;
    padding: 30px 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 10px;
    border-radius: 10px;
}

.about-content h2 {
    font-size: 25px;
    font-weight: 700;
    color: #002940;
}

 



/* Style the tab */

section.tabs-section {
    padding: 50px 0;
    background: white;
	
}

.tabhead{
	text-align:center;
}
.tab {
  overflow: hidden;
  border-top:2px solid blue;
  background-color: #f1f1f1;
  margin: 20px 0;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 350px;
    max-width: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
 
  border-top: none;
}

.tabs-section .box-review {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 3px 33px #efefef;
    padding: 35px 10px 10px;
    position: relative;
	margin:10px 0;    font-family: poppins;
}

.tabs-section .box-review hr {
    background-color: #4d5057;
    height: 1px;
    margin: 10px auto;
    opacity: 1;
    width: 50%;
}


.tabs-section .box-review .h6 {
    line-height: 20px;
    margin-bottom: 0;
}

.tabs-section .box-review .date {
    color: rgba(59, 59, 59, .7);
    display: block;
   
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
}


.tabs-section .box-review .review-rating {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
}

.tabs-section .box-review .review-rating.five-stars i.google {
    color: #f8b704;
}
.tabhead.mx-auto {
    margin: 20px 0;
}


.tabhead.mx-auto h2 {
    font-family: poppins;
}

		ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    background: #e9e9e9;
border-top:2px solid blue;
}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			max-width:100%;width:367px;
		}

		ul.tabs li.current{
			background: white;
			color: #222;
		}

		.tab-content{
			display: none;
			background:white;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}
		
		svg.bi.bi-star-fill {
    fill: #ffa217;
    filter: invert(0);
}


svg.bi.bi-star-fill.trustpilot {
    fill: #00b67a;
    filter: invert(0);
}

svg.bi.bi-star-fill.sitereviews {
    fill: #fe0;
    filter: invert(0);
}


.my-carousel .item{
    overflow: hidden;
    border-radius: 20px;
}

.my-carousel img{
    width: 100%;
    display: block;
}


ul.list-style {
  
    line-height: 32px;
    color: black;
}

