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

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Public Sans', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Public Sans', sans-serif;
	margin-top: 0;
}
a {
	color: #f1ffff;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
button:hover, button:focus {
	outline: none;
	border: none;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul, li {
	list-style: outside none none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.pb-100 {
	padding-bottom: 100px;
}
.single-privacy h3 {
	font-weight: 600;
}
section {
	padding: 50px 0;
	position: relative;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
/** Scrool Top */
#scrollUp {
	background: #575454;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 45px;
	transition: .3s;
}
#scrollUp::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#scrollUp:hover {
	background: #a62026;
}
/* Sec Title */
.sec-title {
	margin-bottom: 65px;
}
.sec-title h2 {
	font-size: 28px;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}
.sec-title h5 {
	font-size: 28px;
	color: #a62026;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
.sec-title h2 span {
	color: #a62026;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #a62026;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.sec-title span.decor::before {
	left: 14px;
}
.sec-title span.decor::before, .sec-title span.decor::after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #dcdcdc;
	z-index: -1;
}
.sec-title span.decor::after {
	right: 14px;
}
.sec-title span.inner {
	width: 6px;
	height: 6px;
	background: #ecb22a;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}
/* Button Effects */
.btn {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 0;
    padding: 11px 30px 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #e58903;
    border: none;
    margin-left: 12px;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #242c42;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
	color: #fff;
	background-color: #0066cc;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Hind', sans-serif;
	border-radius: 0px;
	overflow: hidden;
}
.btn-style-one:hover {
	color: #ffffff;
}
.btn-style-one .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 12px 80px 12px 30px;
	background: #000000;
	letter-spacing: 0.05em;
	border-radius: 0px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btn-style-one:hover .btn-title {
	color: #ffffff;
}
.btn-style-one .btn-title .btn-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}
.btn-style-one .btn-title .btn-icon .icon {
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}
.btn-style-one .btn-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms 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);
}
.btn-style-one:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Header
================================================
*/
.top-header {
	background: linear-gradient(90deg, #1b2768 20%, #0b1130 31%) !important;
	padding-top: 6px;
	padding-bottom: 6px;
}
.top-header .top-header-left {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-header .top-header-left li {
	display: inline-block;
	margin-right: 0px;
}
.top-header .top-header-left li a {
	color: #fff;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 7px;
}
.top-header .top-header-right {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-header .top-header-right li {
	display: inline-block;
	color: #ffffff;
	margin-left: 65px;
}
.top-header .top-header-right li i {
	color: #ffffff;
	margin-right: 10px;
	font-size: 18px;
}


.header-logo {
    position: relative;
    z-index: 1;
    padding: 8px 0px;
}
.header-logo:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    width: 2500px;
    z-index: -1;
    transform: skewX(30deg);
}
.header-contact-info {
    position: relative;
    overflow: hidden;
    float: left;
    padding: 22px 30px;
}
.header-contact-info ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
    padding-left: 45px;
}
.header-contact-info ul li .iocn-holder {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ff2b58;
    position: absolute;
    left: 0;
    top: 0;
}
.header-contact-info ul li .iocn-holder span:before {
    color: #ff2b58;
}
.header-contact-info ul li .text-holder {
    padding-left: 20px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.logo-title h1{
		font-size: 28px !important;
	}
	.main-nav nav .navbar-nav .nav-item a{
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 1199px){
.header-logo {
    text-align: center;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 991px){
.header-contact-info {
    float: none;
	display: none;
}
}
@media only screen and (max-width: 767px){
.header-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    float: none;
    margin-right: 0px;
    padding-left: 65px;
}
}
@media only screen and (max-width: 767px){
.header-contact-info ul li .iocn-holder {
    display: inline-block;
    margin-bottom: 8px;
}
}
@media only screen and (max-width: 767px){
.header-contact-info ul li .text-holder {
    display: block;
    padding-left: 0px;
}
}
.rdsingh{
	color: #a62026 !important;
	padding: 12px 0px;
	font-size: 14px !important;
}


.card-custom1{
    overflow: hidden;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.card-custom1 .card-header {
    text-align: center;
    padding: 0;
    background: none;
    border: none;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-custom1 .card-header h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: linear-gradient(to top left, #e995ce 0%, #cb0089 100%);
    height: 54px;
    line-height: 54px;
    border-bottom: 3px solid #2f56ad;
    margin-bottom: 0;
}
.noticeboard-section .card-body {
    height: 460px;
	background: none repeat scroll 0 0 #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.noticeboard-section .card-body ul {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}
.list-with-date li {
    display: flex;
    margin-bottom: 20px;
}
.list-with-date li .card-detail-col p {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 0;
	color: #000;
}






.custom.mod-top-links a {
	padding: 30px 10px 30px 10px;
    display: block;
    margin: 0px auto 0px auto;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: color,text-shadow .25s ease-out;
}
.blue {
    background-color: #0692f1;
    border: 1px solid #1177bb;
	background-image: url(../images/2.webp);
}

.purple {
    background-color: #a749ce;
    border: 1px solid #3d134e;
	background-image: url(../images/1.webp);
}
.green {
    background-color: #00a784;
    border: 1px solid #088269;
	background-image: url(../images/4.webp);}
.orange {
    background-color: #e88227;
    border: 1px solid #bd5d08;
	background-image: url(../images/3.webp);
}
.custom.mod-top-links span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.custom.mod-top-links img {
    padding-top: 15px;
    margin: 0 auto;
    transition: padding-top 0.25s ease-out;
    opacity: 0.8;
    height: 48px;
}
.custom.mod-top-links a:hover {
    text-shadow: 0px 5px 4px #0000007d;
}
/*
================================================
5. Mani Navigation
================================================
*/
.sticky .top-nav, .sticky .mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: initial;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
	width: 100%;
	background: #ffffff;
}
.navbar-area {
	background-color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
.navbar-light {
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}
.navbar-light .navbar-brand img {
	float: left;
	padding: 5px 0;
}
.navbar-light .navbar-brand-sticky {
	display: none;
}
/* Main nav */
.main-nav {
	position: inherit;
	background-color: transparent;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	height: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
	color: #ecb22a !important;
}
.main-nav nav .navbar-nav .nav-item a {
	color:#16294a;
	font-weight: 600;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 3px;
	font-size: 18px;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
	color: #ecb22a !important;
}
.main-nav nav .navbar-nav .nav-item a.active {
	color: #ecb22a !important;
}
.main-nav nav .navbar-nav .nav-item a .active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #ffffff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid rgba(219, 140, 35, 0.2);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	color: #6f7c8a !important;
	position: relative;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	font-weight: 400;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	border-radius: .25rem;
	color: #ecb22a !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #ecb22a !important;
	margin-left: 5px;
	border-radius: .25rem;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #ecb22a !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	top: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 100%;
}
.top-nav {
	position: inherit;
	background-color: #efefef;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	height: auto;
	border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.top-nav nav .navbar-nav .nav-item:hover a, .top-nav nav .navbar-nav .nav-item .active {
	color: #F70407 !important;
}
.top-nav nav .navbar-nav .nav-item a:hover, .top-nav nav .navbar-nav .nav-item a :focus {
	color: #F70407 !important;
}
.top-nav nav .navbar-nav .nav-item a.active {
	color: #F70407 !important;
}
.oftop-nav {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	height: auto;
}
.oftop-nav nav .navbar-nav .nav-item:hover a, .oftop-nav nav .navbar-nav .nav-item .active {
	color: #ab842a !important;
}
.oftop-nav nav .navbar-nav .nav-item a {
	color: #ffffff !important;
}
.oftop-nav nav .navbar-nav .nav-item a:hover, .oftop-nav nav .navbar-nav .nav-item a :focus {
	color: #ab842a !important;
}
.oftop-nav nav .navbar-nav .nav-item a.active {
	color: #ab842a !important;
}
.side-btn-area {
	display: inline-block;
}
.side-btn-area .call-btn {
	font-size: 18px;
	color: #234467;
	margin-right: 20px;
	display: inline-block;
}
.side-btn-area .call-btn i {
	font-size: 22px;
	position: relative;
	top: 5px;
}
.side-btn-area .call-btn:hover {
	color: #4eae4a;
}
.appointment-btn {
	display: inline-block;
	position: relative;
	top: 30px;
	left: 60px;
}
.sticky-nav {
	top: 0;
	position: fixed;
	-webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	-webkit-transition: 0.9s;
	transition: 0.9s;
	width: 100% !important;
	z-index: 999;
}
.sticky-nav .main-nav {
	top: 0;
	background-color: #ffffff;
	position: fixed;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.sticky-nav .oftop-nav {
	top: 0;
	background-color: #192028;
	position: fixed;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}


.logo-title h1 {
    font-style: normal;
    font-size: 32px;
    line-height: 25px;
    color:  #F70407;
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: 5px;
}
.logo-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: -2px;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.logo-title span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
/*
================================================
6. Quote Popup
================================================
*/
/** Quote Popup **/
.quote-part {
	position: relative;
	background-color: #fff;
	margin: 20px auto;
	transition: 1s all;
	max-width: 800px;
	padding: 50px;
	font-family: 'Poppins', sans-serif;
}
.quote-part .section-title {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.section-title .section-span {
	font-size: 25px;
	color: #317bb9;
	font-weight: 600;
}
.section-title .head-two {
	font-size: 35px;
	font-weight: 600;
	color: #121619;
	margin-top: 5px;
}
.quote-part .form-control {
	height: 50px;
	margin-bottom: 30px;
	box-shadow: none;
	border-color: #ced4da;
	font-size: 14px;
	border: 1px solid #ddd;
	color: #999;
}
.quote-part textarea.form-control {
	height: unset;
}
.quote-part .contact-detail-grp {
	height: 100%;
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	position: relative;
}	
/*

================================================
8. Slider Sec
================================================
*/
.slider-one {
	padding: 0;
	text-align: center;
}
.slider-one__title {
	margin: 0;
	color: #fff;
	font-size: 70px;
	line-height: 75px;
	font-weight: 700;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
.slider-one p.slider-one__text {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
.slider-one__title {
	font-size: 40px;
	line-height: 1.25em;
}
}

@media (max-width: 375px) {
.slider-one__title {
	font-size: 35px;
}
}

@media (max-width: 320px) {
.slider-one__title {
	font-size: 28px;
}
.slider-one__title br {
	display: none;
}
}
.slider-one__text {
	margin: 0;
	color: #fff;
	font-size: 17px;
	letter-spacing: .02em;
	margin-top: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
a.slider-one__text {
	margin: 0;
	color: #fff;
	font-size: 17px;
	letter-spacing: .02em;
	margin-top: 15px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
.slider-one__text {
	width: 70%;
	line-height: 1.4em;
}
}

@media (max-width: 375px) {
.slider-one__text {
	width: 100%;
}
}
.slider-one .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.slider-one .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slider-one .active a.slider-one__text {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
[class*=slider-one__slider-], [class*=slider-two__slider-], [class*=slider-three__slider-] {
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
[class*=slider-one__slider-]::before {
	content: '';
	position: absolute;
	/* background: rgba(0,0,0,.7); */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
[class*=slider-one__slider-] {
	padding-top: 195px;
	padding-bottom: 195px;
}

@media (max-width: 767px) {
[class*=slider-one__slider-] {
	padding-top: 160.5px;
	padding-bottom: 140.5px;
}
}
[class*=slider-two__slider-] {
	padding-top: 333px;
	padding-bottom: 213px;
}

@media (max-width: 767px) {
[class*=slider-two__slider-] {
	padding-top: 190px;
	padding-bottom: 100px;
}
}

@media (max-width: 375px) {
[class*=slider-two__slider-] {
	background-position: top left;
}
}
.slider-one .owl-theme .owl-dots, .slider-two .owl-theme .owl-dots {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

@media(max-width: 767px) {
.slider-one .owl-theme .owl-dots, .slider-two .owl-theme .owl-dots {
	display: none !important;
}
h2.slider-one__title span {
	display: initial;
}

}
.slider-two .owl-theme .owl-dots .owl-dot+.owl-dot, .slider-one .owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-top: 15px;
}
.slider-one .owl-theme .owl-dots .owl-dot span, .slider-two .owl-theme .owl-dots .owl-dot span {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all 500ms ease;
}
.slider-one .owl-theme .owl-dots .owl-dot:hover span, .slider-two .owl-theme .owl-dots .owl-dot:hover span, .slider-two .owl-theme .owl-dots .owl-dot.active span, .slider-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}
.slider-two .slider-one__title {
	font-size: 60px;
	line-height: 65px;
}
.slider-one__title span {
	display: block;
}


/*
================================================
8. About Area
================================================
*/
.full-sec-content {
	margin-top: 15px;
}
.full-sec-content .sec-title {
	margin: 0;
	margin-bottom: 30px;
}
.sec-title.style-two span.decor::after {
	right: -94px;
}
.about-area .full-sec-content h3 {
	font-size: 25px;
    margin: 0 0 15px;
    color: #898989;
    border-left: 4px solid #cb0089;
    padding: 10px 12px;
}
.about-img img {
	width: 100%;
}
/*
================================================
9. CTA Area
================================================
*/
.quick-quote {
	padding: 10px 0;
	position: relative;
  background: linear-gradient(90deg, #F70407 70%, #000000 30%) !important;
}
.quick-quote h2 {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	padding-top: 5px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
	margin: 8px 0 0;
}
.quick-quote p {
	color: #000;
	font-size: 16px;
	margin-top: 10px;
}
.quick-quote .quote-btn {
	text-align: center;
	line-height: 0px;
}
.quick-quote .quote-btn .btn-style-one {
	background-color: #317bb9;
}
.quote-btn .btn-style-one .btn-title {
	padding: 12px 30px 12px 30px;
}
.quick-quote .quote-btn .btn-style-one:before {
	border-color: #fff;
	background-color: #fff;
}
.quick-quote .quote-btn .btn-style-one:hover {
	color: #000;
}
.quick-quote .btn-style-one .btn-title::before {
	background: #444;
}
/*
================================================
10. Services Area
================================================
*/
.services-sec.inner-content-wrapper {
	padding: 40px 0 90px;
}
/** Single Services Sec **/
.services-sec .single-item {
	background: #fff;
	padding: 30px 33px 30px 33px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 20px 60px #6059bb12;
	box-shadow: 0px 20px 60px #6059bb12;
	margin: 50px 0 0;
}
.services-sec .single-item:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.09);
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.09);
}
.services-sec .single-item:hover .icon {
	color: #222222;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.services-sec .single-item:hover .details h3 a {
	color: #317bb9;
	text-decoration: none;
}
.services-sec .single-item:hover .details p {
	color: #777777;
}
.services-sec .single-item .icon {
	font-size: 34px;
	color: #4eae4a;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.services-sec .single-item .details {
	text-align: center;
}
.services-sec .single-item .details h3 {
	font-size: 24px !important;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	margin: 0 0 0.7em;
	color: #051429;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
	font-weight: 600;
}
.services-sec .single-item .details h3 a {
	color: #051429;
}
.services-sec .single-item .details p {
	font-size: 15px;
	margin: 0;
	line-height: 25px;
}
.services-sec .single-item .fig_caption::before, .services-sec .single-item .fig_caption::after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.services-sec .single-item .fig_caption::before {
	border-top: 2px solid #4eae4a;
	border-bottom: 2px solid #4eae4a;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.services-sec .single-item .fig_caption::after {
	border-right: 2px solid #4eae4a;
	border-left: 2px solid #4eae4a;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.services-sec .single-item:hover .fig_caption::before, .services-sec .single-item:hover .fig_caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/** Service Details Sec **/
.service-details-area .service-details-item .service-details-img {
	margin-bottom: 50px;
}
.service-details-area .service-details-item .service-details-img img {
	width: 100%;
}
.service-details-area .service-details-item .service-details-img h2 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 38px;
}
.service-details-area .service-details-item .service-details-img p {
	margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-img img {
	margin-top: 10px;
}
.service-details-area .service-details-item .service-details-edupark h2 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-edupark p {
	margin-bottom: 20px;
}
.service-details-area .service-details-item .service-details-edupark .edupark-left {
	margin-bottom: 30px;
}
.service-details-area .service-details-item .service-details-edupark .edupark-left ul {
	margin: 0;
	padding: 0;
}
.service-details-area .service-details-item .service-details-edupark .edupark-left ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-edupark .edupark-left ul li:last-child {
	margin-bottom: 0;
}
.service-details-area .service-details-item .service-details-edupark .edupark-left ul li:hover i {
	background-color: #282828;
}
.service-details-area .service-details-item .service-details-edupark .edupark-left ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: #4eae4a;
	margin-right: 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.service-details-area .service-details-item .service-details-edupark .edupark-right {
	margin-bottom: 30px;
}
.service-details-area .service-details-item .service-details-edupark .edupark-right img {
	width: 100%;
}
.service-details-area .service-details-item .service-details-cat {
	margin-bottom: 50px;
}
.service-details-area .service-details-item .service-details-cat h3 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd33;
	position: relative;
}
.service-details-area .service-details-item .service-details-cat h3:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #4eae4a;
}
.service-details-area .service-details-item .service-details-cat ul {
	margin: 0;
	padding: 0;
}
.service-details-area .service-details-item .service-details-cat ul li {
	list-style-type: none;
	display: block;
	background-color: #dddddd33;
	padding: 12px 25px;
	text-align: center;
	border-left: 3px solid #4eae4a;
	border-right: 3px solid #4eae4a;
	margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-cat ul li:last-child {
	margin-bottom: 0;
}
.service-details-area .service-details-item .service-details-cat ul li a {
	color: #282828;
	display: block;
	font-weight: 500;
}
.service-details-area .service-details-item .service-details-cat ul li a:hover {
	color: #4eae4a;
}
.service-details-area .service-details-item .service-details-form h3 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd33;
	position: relative;
}
.service-details-area .service-details-item .service-details-form h3:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #4eae4a;
}
.service-details-area .service-details-item .service-details-form .form-group {
	margin-bottom: 30px;
}
.service-details-area .service-details-item .service-details-form .form-group .form-control {
	height: 45px;
	background-color: #dddddd33;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left: 20px;
	font-size: 14px;
}
.service-details-area .service-details-item .service-details-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}
.service-details-area .service-details-item .service-details-form .form-group textarea {
	height: auto !important;
	padding-top: 15px;
}
.service-details-area .service-details-item .service-details-form .service-form-btn {
	color: #ffffff;
	background-color: #4eae4a;
	border-radius: 3px;
	padding: 12px 25px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	font-weight: 500;
}
.service-details-area .service-details-item .service-details-form .service-form-btn:hover {
	background-color: #282828;
}
/*
================================================
11. Counters Area
================================================
*/
.achivement-area {
	background: linear-gradient(to top left, #920209 0%, #F70407 100%);
	padding: 10px 0 10px;
}
.achivement-area-msg {
	background: #f4f9fc;
	padding: 30px 0 30px;
}
.achivement-area-gallery {
	background: #f4f9fc;;
	padding: 40px 0 40px;
}
.achivement-area .fun-fact {
	align-items: center;
	text-align: center;
	padding: 0 30px;
}
.achivement-area .single-item {
	position: relative;
	z-index: 1;
}
.achivement-area {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}
.achivement-area-msg {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}
.achivement-area-gallery {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}
.achivement-area .fixed-thumb {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.achivement-area .fixed-thumb img {
	margin: auto;
	opacity: 0.1;
	height: 100%;
	width: 100%;
}
.achivement-area .single-item::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
	transform: skewX(-7deg);
}
.achivement-area .single-item:last-child::after {
	display: none;
}

.achivement-area .fun-fact .info p {
	margin: 0;
	color: #cccccc;
}
.achivement-area .fun-fact .counter {
	margin: 50px 0 0;
}
.achivement-area .fun-fact .counter .timer {
	font-size: 34px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #ffffff;
	margin-left: -22px;
}
.achivement-area .fun-fact .counter .medium {
	color: #ff3514;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
}
.achivement-area .fun-fact .counter .timer::after {
	position: absolute;
	right: -28px;
	top: 2px;
	content: "K";
	color: #ff3abd;
	font-size: 30px;
	font-weight: 700;
}
.achivement-area .fun-fact .counter .timer.plus::after {
	position: absolute;
	right: -25px;
	top: 4px;
	content: "\f067";
	color: #ff3abd;
	font-size: 26px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
}
.achivement-area .fun-fact .counter .count {
	display: inline-block;
	height: 120px;
	width: 120px;
	text-align: center;
	line-height: 135px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.03);
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.achivement-area .fun-fact .counter .count::after {
	position: absolute;
	left: 1px;
	top: 1px;
	content: "";
	height: 100%;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border-top: none;
	border-left: none;
}
.achivement-area .fun-fact .info h5 {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
}
/*
================================================
12. Our Team
================================================
*/
.our-team.inner-content-wrapper {
	padding: 40px 0 90px;
}
.single-team {
	margin: 50px 0 0;
}
.team-img {
	position: relative;
}
.team-img img {
	width: 100%;
}
.team-social-links {
	position: absolute;
	right: 30px;
	bottom: -22px;
}
.team-social-links a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 47px;
	text-align: center;
	background: #47be42;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	box-shadow: 0px 0px 29.7px 0.3px rgba(78, 174, 74, 0.78);
}
.team-social-links ul li a {
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.team-social-links ul li a:hover, .team-social-links:hover .follow-btn {
	background-color: #317bb9;
	box-shadow: 0px 0px 29.7px 0.3px rgba(255, 169, 66, 0.78);
}
.team-social-links:hover > ul li a {
	opacity: 1;
	visibility: visible;
}
.team-info {
	padding: 35px 0;
	border-bottom: 3px solid #e2e2e2;
	transition: .3s;
	position: relative;
}
.team-info::after {
	content: '';
	position: absolute;
	width: 0%;
	height: 3px;
	background: #47be42;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
}
.team-info h5 {
	font-weight: 600;
	color: #4eae4a;
	margin-bottom: 0;
}
.single-team:hover .team-info::after {
	width: 100%;
}
/*
================================================
13. Testimonials Sec
================================================
*/
.testimonials-sec.inner-content-wrapper {
	padding: 40px 0 90px;
}
.testimonials-sec {
	background: #b3ce48b3 url(../images/map.png) left top no-repeat;
}
.review-box {
	padding: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 16px 32px 0px rgba(221, 217, 255, 0.2);
	margin: 40px 0 0;
}
.members-rating ul li {
	display: inline-block;
	color: #ffc600;
	margin-bottom: 10px;
}
.author-desination-2 h4 {
	font-size: 18px;
	margin-bottom: 7px;
}
.author-desination-2 h6 {
	color: #317bb9;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 0;
}
.testimonials-sec .author-ava {
	margin-right: 15px;
}
.testimonials-sec .author-ava img {
	border-radius: 50%;
}
.owl-carousel .owl-item .single-brand img {
	width: inherit;
	display: inline-block;
}
.single-brand {
	text-align: center;
}
.brand-area::before {
	position: absolute;
	content: "";
	background: rgba(32,47,59,0.94);
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	height: 100%;
}
/*
================================================
14. Pricing Table Sec
================================================
*/
.pricing-table-sec.inner-content-wrapper {
	padding: 40px 0 90px;
}
/** Single Pricing Table Sec **/
.pricing__single-1.active {
	background: #4eae4a;
	filter: drop-shadow(0px 20px 10px rgba(78,174,74,0.4));
	-webkit-filter: drop-shadow(0px 20px 10px rgba(78,174,74,0.4));
	-moz-filter: drop-shadow(0px 20px 10px rgba(78,174,74,0.4));
}
.pricing__single-1.active .list ul li::before {
	color: #4eae4a;
}
.pricing__single-1.active h6 {
	color: #acdfaa;
}
.pricing__single-1.active .icon i {
	color: #4eae4a;
	font-size: 6rem;
}
.pricing__single-1 {
	background: #317bb9;
	filter: drop-shadow(0px 20px 10px rgba(49,123,185,0.4));
	-webkit-filter: drop-shadow(0px 20px 10px rgba(49,123,185,0.4));
	-moz-filter: drop-shadow(0px 20px 10px rgba(49,123,185,0.4));
}
.pricing__single {
	padding: 4.5rem 0 2.3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3rem;
	margin: 40px 0 0;
}
.pricing__single .icon {
	width: 13.8rem;
	height: 13.8rem;
	background-color: white;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pricing__single-1 .icon i {
	color: #317bb9;
	font-size: 6rem;
}
.pricing__single h4 {
	font-size: 1.8rem;
	font-weight: 600;
	color: white;
	margin-top: 2.4rem;
}
.pricing__single h3 {
	font-size: 5.5rem;
	font-weight: 500;
	color: white;
	margin-top: -.4rem;
}
.pricing__single h6 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 1rem;
}
.pricing__single-1 h6 {
	color: #b8dbf9;
}
.pricing__single .list {
	background-color: white;
	position: relative;
	padding: 3.7rem 2rem 2.1rem 2rem;
	border-radius: 2rem;
	width: 97%;
	margin-top: 4.3rem;
}
.pricing__single .list::before {
	content: "";
	width: 4.8rem;
	height: 2.2rem;
	background: url(../images/arrow.png) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.pricing__single .list ul {
	font-size: 1.6rem;
	line-height: 3rem;
	color: #666b6d;
	width: 100%;
	padding-left: 2.3rem;
}
.pricing__single .list ul li {
	position: relative;
}
.pricing__single-1 .list ul li::before {
	color: #317bb9;
}
.pricing__single .list ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	left: -2.2rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: inline-block;
}
.pricing__single .button {
	border: 4px solid transparent;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin-top: 1.8rem;
	color: white;
	text-align: center;
	font-size: 18px;
}
.pricing__single .button:hover, .pricing__single .button:focus {
	background-color: transparent;
	color: white;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.pricing__single .button i {
	margin-left: 1rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
/*
================================================
15. Gallery Sec
================================================
*/
.gallery-sec.inner-content-wrapper {
	padding: 40px 0 90px;
}
.gallery-sec {
	background-image: url(../images/bg2.jpg);
	padding: 90px 0 0;
}
.single-gallery {
	position: relative;
}
.single-gallery > img {
	width: 100%;
}
.single-gallery:hover .gallery-icon {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-gallery:hover img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
.single-gallery .gallery-icon {
	position: absolute;
	text-align: center;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 0 7px 0 7px;
	line-height: 45px;
	background-color: #a62026;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .7s;
	transition: .7s;
}
.single-gallery .gallery-icon:hover {
	background-color: #020d26;
	color: #ffffff;
}
.single-gallery .gallery-icon::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 7px 0 7px;
	left: 0;
	border: 1px solid #a62026;
	-webkit-animation: ripple 1s linear 2s infinite;
	animation: ripple 1s linear 2s infinite;
}
.single-gallery .gallery-icon:hover::before {
	border-color: #020d26;
}
/*
================================================
16. Blog Sec
================================================
*/
.blog-area.inner-content-wrapper {
	padding: 40px 0 90px;
}
.single-blog {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	margin: 40px 0 0;
}
.blog-area .thumb {
	position: relative;
	z-index: 1;
}
.blog-area .thumb img {
	width: 100%;
}
.blog-area .single-blog .info {
	padding: 30px;
}
.blog-area .single-blog .info .meta {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-area .single-blog .info .meta ul {
	display: flex;
	align-items: center;
}
.blog-area .single-blog .info .meta ul li {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	font-weight: 600;
	color: #666666;
}
.blog-area .single-blog .info .meta ul li img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 3px solid rgba(255, 53, 20, 0.1);
	padding: 2px;
	margin-right: 5px;
}
.blog-area .single-blog .info .meta ul li a {
	color: #666666;
}
.blog-area .single-blog .info .meta ul li:last-child {
	margin: 0;
	padding: 0;
}
.blog-area .single-blog .info .content h4 {
	line-height: 1.4;
}
.blog-area .single-blog .info .content h4 a:hover {
	color: #ff3514;
}
.blog-area .btn {
	margin: 20px 0 0;
}
/*** Blog Details **/
.blog-details-item {
	margin-bottom: 30px;
}
.blog-details-item .blog-details-name {
	margin-bottom: 30px;
}
.blog-details-item .blog-details-name .details-user {
	margin-bottom: 16px;
}
.blog-details-item .blog-details-name .details-user ul {
	margin: 0;
	padding: 0;
}
.blog-details-item .blog-details-name .details-user ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}
.blog-details-item .blog-details-name .details-user ul li:last-child {
	margin-right: 0;
}
.blog-details-item .blog-details-name .details-user ul li span {
	display: inline-block;
	font-size: 13px;
	color: #9b9b9b;
}
.blog-details-item .blog-details-name .details-user ul li a {
	display: inline-block;
	color: #777676;
	font-size: 13px;
}
.blog-details-item .blog-details-name .details-user ul li a:hover {
	color: #4eae4a;
}
.blog-details-item .blog-details-name h2 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-details-item .blog-details-name p {
	margin-bottom: 35px;
}
.blog-details-item .blog-details-name img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}
.blog-details-item .blog-details-name .details-item {
	margin-bottom: 30px;
}
.blog-details-item .blog-details-name .details-item ul {
	margin: 0;
	padding: 0;
}
.blog-details-item .blog-details-name .details-item ul li {
	list-style-type: none;
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #001430;
	margin-bottom: 18px;
}
.blog-details-item .blog-details-name .details-item ul li:last-child {
	margin-bottom: 0;
}
.blog-details-item .blog-details-name .details-item ul li i {
	color: #4eae4a;
	display: inline-block;
	font-size: 22px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.blog-details-item .blog-details-quote {
	margin-bottom: 30px;
}
.blog-details-item .blog-details-quote blockquote {
	background-color: #f4f4f4;
	border-left: 3px solid #4eae4a;
	font-style: italic;
	font-size: 20px;
	color: #0c0c39;
	position: relative;
	padding: 45px 30px 35px 60px;
	margin-bottom: 30px;
}
.blog-details-item .blog-details-quote blockquote i {
	font-size: 30px;
	color: #4eae4a;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 25px;
}
.blog-details-item .blog-details-quote ul {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.blog-details-item .blog-details-quote ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.blog-details-item .blog-details-quote ul li:last-child {
	margin-right: 0;
}
.blog-details-item .blog-details-quote ul li span {
	display: inline-block;
	font-size: 14px;
	color: #9b9b9b;
	margin-right: 15px;
}
.blog-details-item .blog-details-quote ul li a {
	display: inline-block;
	color: #504f4f;
	font-size: 14px;
	background-color: #f4f0f0;
	padding: 12px 20px;
}
.blog-details-item .blog-details-quote ul li a:hover {
	color: #ffffff;
	background-color: #282828;
}
.blog-details-item .details-head h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #dddddd33;
}
.blog-details-item .details-head h3:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #4eae4a;
}
.blog-details-item .blog-details-search {
	margin-bottom: 50px;
}
.blog-details-item .blog-details-search .form-group {
	position: relative;
	margin-bottom: 0;
}
.blog-details-item .blog-details-search .form-group .form-control {
	height: 50px;
	border: 1px solid #a8a8a8;
	padding-left: 20px;
	font-size: 15px;
	border-radius: 0;
}
.blog-details-item .blog-details-search .form-group .form-control:focus {
	border: 1px solid #a8a8a8;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 .blog-details-item .blog-details-search .form-group ::-webkit-input-placeholder {
 color: #9b9b9b;
}
 .blog-details-item .blog-details-search .form-group :-ms-input-placeholder {
 color: #9b9b9b;
}
 .blog-details-item .blog-details-search .form-group ::-ms-input-placeholder {
 color: #9b9b9b;
}
 .blog-details-item .blog-details-search .form-group ::placeholder {
 color: #9b9b9b;
}
.blog-details-item .blog-details-search .form-group .blog-details-src-btn:before {
	display: none;
}
.blog-details-item .blog-details-search .form-group .blog-details-src-btn {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #706f6f;
	font-size: 25px;
	position: absolute;
	top: 8px;
	right: 15px;
	padding: 0;
	background: none;
}
.blog-details-item .blog-details-search .form-group .blog-details-src-btn:hover {
	color: #4eae4a;
}
.blog-details-item .blog-details-service {
	margin-bottom: 50px;
}
.blog-details-item .blog-details-service ul {
	margin: 0;
	padding: 0;
}
.blog-details-item .blog-details-service ul li {
	list-style-type: none;
	display: block;
}
.blog-details-item .blog-details-service ul li a {
	display: block;
	color: #3d3d3d;
	padding: 8px 10px 8px 0;
	position: relative;
}
.blog-details-item .blog-details-service ul li a i {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}
.blog-details-item .blog-details-service ul li a:hover, .blog-details-item .blog-details-service ul li a.active {
	background-color: #ebf1fe;
	padding: 8px 10px 8px 10px;
}
.blog-details-item .blog-details-post {
	margin-bottom: 50px;
}
.blog-details-item .blog-details-post ul {
	margin: 0;
	padding: 0;
}
.blog-details-item .blog-details-post ul li {
	list-style-type: none;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.blog-details-item .blog-details-post ul li:last-child {
	margin-bottom: 0;
}
.blog-details-item .blog-details-post ul li img {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.blog-details-item .blog-details-post ul li .post-inner {
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}
.blog-details-item .blog-details-post ul li .post-inner span {
	display: block;
	font-size: 14px;
	color: #6b6a6a;
	font-family: "Poppins", sans-serif;
	margin-bottom: 8px;
}
.blog-details-item .blog-details-post ul li .post-inner a {
	display: block;
	color: #0c0c39;
}
.blog-details-item .blog-details-post ul li .post-inner a:hover {
	color: #4eae4a;
}
.blog-details-item .blog-details-edupark {
	position: relative;
}
.blog-details-item .blog-details-edupark img {
	display: block;
	width: 100%;
}
.blog-details-item .blog-details-edupark a {
	font-weight: 500;
	color: #282828;
	background-color: #ffffff;
	padding: 14px 20px;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 135px;
	margin-left: auto;
	margin-right: auto;
}
.blog-details-item .blog-details-edupark a:hover {
	background-color: #282828;
	color: #ffffff;
}
.blog-area-three {
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
}
.blog-area-three .section-title {
	margin-bottom: 20px;
	text-align: left;
}
.blog-area-three .section-title h2 {
	font-weight: 600;
	font-size: 24px;
}
.blog-area-three .blog-item .blog-inner {
	padding: 20px 10px 18px 25px;
}
.blog-area-three .blog-item .blog-inner p {
	margin-bottom: 10px;
}
.blog-area-three .blog-dettails-p {
	max-width: 865px;
	margin-bottom: 0;
}
.blog-details-area .blog-details-comment h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	display: inline-block;
}
.blog-details-area .blog-details-comment ul {
	margin: 0;
	padding: 0;
}
.blog-details-area .blog-details-comment ul li {
	list-style-type: none;
	display: block;
	position: relative;
	max-width: 907px;
	padding-bottom: 45px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e3e3e3;
}
.blog-details-area .blog-details-comment ul li:nth-child(2) {
	margin-left: 70px;
}
.blog-details-area .blog-details-comment ul li:nth-child(3) {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blog-details-area .blog-details-comment ul li img {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.blog-details-area .blog-details-comment ul li .comment-inner {
	padding-left: 120px;
	position: relative;
}
.blog-details-area .blog-details-comment ul li .comment-inner h4 {
	font-size: 16px;
	color: #373636;
	margin-bottom: 8px;
	font-weight: 500;
}
.blog-details-area .blog-details-comment ul li .comment-inner span {
	display: block;
	font-size: 12px;
	color: #9b9b9b;
	margin-bottom: 15px;
}
.blog-details-area .blog-details-comment ul li .comment-inner p {
	margin-bottom: 0;
	font-size: 15px;
}
.blog-details-area .blog-details-comment ul li .comment-inner a {
	display: inline-block;
	font-size: 14px;
	color: #9b9b9b;
	position: absolute;
	top: 20px;
	right: 0;
}
.blog-details-area .blog-details-comment ul li .comment-inner a:hover {
	color: #4eae4a;
}
.blog-details-area .blog-details-form {
	background-color: #f4f4f4;
	padding: 30px 60px 40px;
}
.blog-details-area .blog-details-form h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}
.blog-details-area .blog-details-form .form-group {
	margin-bottom: 20px;
}
.blog-details-area .blog-details-form .form-group .form-control {
	border-radius: 0;
	border: 0;
	background-color: #ffffff;
	padding-left: 20px;
	font-size: 15px;
	height: 50px;
}
.blog-details-area .blog-details-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
 .blog-details-area .blog-details-form .form-group ::-webkit-input-placeholder {
 color: #9b9b9b;
}
 .blog-details-area .blog-details-form .form-group :-ms-input-placeholder {
 color: #9b9b9b;
}
 .blog-details-area .blog-details-form .form-group ::-ms-input-placeholder {
 color: #9b9b9b;
}
 .blog-details-area .blog-details-form .form-group ::placeholder {
 color: #9b9b9b;
}
.blog-details-area .blog-details-form .form-group textarea {
	height: auto !important;
	padding-top: 10px;
}
.blog-details-area .blog-details-form .blog-details-form-btn {
	border-radius: 0;
	color: #ffffff;
	background-color: #4eae4a;
	padding: 15px 25px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.blog-details-area .blog-details-form .blog-details-form-btn:hover {
	background-color: #282828;
}
/*
================================================
17. Brand Slider Sec
================================================
*/
.brand-wrapper {
	width: 100%;
	padding: 40px 0;
	box-shadow: 0 -90px 150px rgba(1, 84, 85, 0.1);
}
.brand-slider {
	margin: 20px 0 0;
}
.brand-wrapper .item {
	text-align: center;
}
.brand-wrapper .item img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	transition: all 0.3s;
	width: auto;
}
.brand-wrapper .item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}
.brand-wrapper .owl-nav {
	display: none;
}
.brand-wrapper .owl-dots {
	text-align: center;
	margin: 20px 0 0;
}
.brand-wrapper .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.brand-wrapper .owl-dots .owl-dot.active span {
	opacity: 1;
}
/*
================================================
18. Page Banner
================================================
*/
.page-banner {
	position: relative;
	color: #ffffff;
	text-align: center;
	padding: 25px 0px 25px;
	background-color: #25283a;
	z-index: 2;
}
.page-banner .image-layer {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-banner .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.45;
}
.page-banner .auto-container {
	position: relative;
	z-index: 1;
}
.page-banner h1 {
	position: relative;
	font-size: 52px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #ecb22a;
	text-transform: capitalize;
}
.page-banner .breadcrumb-box {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
}
.page-banner .bread-crumb {
	position: relative;
	display: inline-block;
}
.page-banner .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin-left: 40px;
	color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 0.02em;
	font-size: 16px;
	font-weight: 500;
}
.page-banner .bread-crumb li:before {
	font-family: 'FontAwesome';
	content: '\f178';
	position: absolute;
	right: -40px;
	width: 40px;
	top: 3px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	font-weight: 700;
}
.page-banner .bread-crumb li:first-child {
	margin-left: 0px;
}
.page-banner .bread-crumb li:last-child:before {
	display: none;
}
.page-banner .bread-crumb li a {
	position: relative;
	color: #ffffff;
	display: block;
	line-height: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.page-banner .bread-crumb li a:hover {
	text-decoration: underline;
}
/*
================================================
19. FAQ Sec
================================================
*/
.faq-accordion {
	margin: auto;
	padding: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 20px 60px #6059bb12;
	box-shadow: 0px 20px 60px #6059bb12;
}
.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
	display: block;
	background: #ffffff;
	margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
	padding: 10px 0 10px 0;
	color: #111111;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: -1px;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
}
.faq-accordion .accordion .accordion-title i {
	font-size: 18px;
	margin-right: 10px;
}
.faq-accordion .accordion .accordion-title.active i::before {
	content: "\f068";
}
.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 25px 0 0 0;
}
.faq-accordion .accordion .accordion-content.show {
	display: block;
}
.faq-contact {
	margin-top: 100px;
}
.faq-contact .section-title {
	max-width: 100%;
}
.faq-contact .section-title h2 {
	font-size: 36px;
}
.faq-contact-form {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
.faq-contact-form form .form-control {
	background-color: #ffffff;
	border: 1px solid #b7b7b7;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	height: 50px;
	border-radius: 2px;
	font-size: 16px;
}
.faq-contact-form form .row {
	margin-left: -7px;
	margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
	padding-left: 7px;
	padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
	height: 200px !important;
	padding-top: 15px;
}
.faq-contact-form form .help-block ul {
	padding-left: 0;
	list-style-type: none;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
	color: #24345d;
}
.faq-contact-form form #msgSubmit {
	margin-bottom: 0;
}
.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
	margin-top: 16px;
	font-size: 20px;
	font-weight: 700;
}
/*
================================================
20. Error Sec
================================================
*/
.error-item {
	text-align: center;
}
.error-item h1 {
	font-size: 130px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #282828;
}
.error-item p {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 35px;
	color: #282828;
}
.error-item p i {
	display: inline-block;
}
.error-item span {
	display: block;
	color: #646464;
}
/*
================================================
21. Contact Sec
================================================
*/
.contact-form .title {
	margin-bottom: 30px;
}
.contact-form .title h3 {
	font-size: 25px;
	margin-bottom: 0;
}
.contact-form .form-group label {
	font-size: 16px;
	color: #606060;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}
.contact-form .form-group .form-control {
	background-color: transparent;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	height: 50px;
	border-radius: 0;
	color: #cfcfcf;
	font-size: 16px;
}
.contact-form .form-group textarea {
	height: 150px !important;
}
.contact-form .form-group .list-unstyled {
	color: #24345d;
	margin-top: 5px;
}
.contact-form .text-danger {
	color: #dc3545 !important;
	margin-bottom: 0 !important;
	margin-top: 16px !important;
}
.contact-side-box .title {
	margin-bottom: 30px;
}
.contact-side-box .title h3 {
	font-size: 25px;
	margin-bottom: 0;
}
.contact-side-box .info-box {
	position: relative;
	margin-bottom: 20px;
	padding-left: 50px;
}
.contact-side-box .info-box:last-child {
	margin-bottom: 0;
}
.contact-side-box .info-box .icon {
	position: absolute;
	left: 0;
	top: 0;
}
.contact-side-box .info-box .icon i {
	font-size: 30px;
	color: #a62026 ;
}
.contact-side-box .info-box h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.contact-side-box .info-box .list {
	padding-left: 0;
	margin-bottom: 0;
}
.contact-side-box .info-box .list li {
	color: #606060;
	margin-bottom: 5px;
	list-style-type: none;
}
.contact-side-box .info-box .list li:last-child {
	margin-bottom: 0;
}
.contact-side-box .info-box .list li span {
	float: right;
}
.contact-side-box .info-box span {
	font-size: 16px;
	color: #606060;
}
.contact-side-box .info-box a {
	color: #606060;
	display: block;
}
.contact-side-box .info-box a:hover {
	color: #4eae4a;
}
.google-map {
	width: 100%;
	pointer-events: none;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 300px;
	margin: 0 0 -6px;
}
/*
================================================
22. Footer Sec
================================================
*/
.footer-wrapper {
	padding: 40px 0;
	background-color: #ff5722;
}
.footer-wrapper .logo a {
	display: inline-block;
	color: #0cb1f6;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.footer-wrapper .logo a span {
	color: #a62026;
}
.footer-item-left {
	padding-right: 50px;
}
.logo {
	margin-bottom: 15px;
}
.footer-wrapper p {
	color: #fff;
	letter-spacing: .5px;
}
.footer-wrapper .exp-footer-social {
	margin-top: 50px;
}
.footer-social li {
	display: inline-block;
}
.footer-social li a {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.2);
	margin-right: 5px;
	color: #b6c0d1;
	border-radius: 5px;
}
.footer-social p, .footer-social h6, .footer-social a {
	color: #fff;
	letter-spacing: .5px;
}
.footer-social li a:hover {
	background: #a62026;
	color: #fff;
}
.wrapper h6::before {
	position: absolute;
	width: 50px;
	bottom: -11px;
	content: "";
	height: 2px;
	left: 0;
	background: #fff;
}
.wrapper h6 {
	font-size: 22px;
	margin: 0 0 35px;
	text-align: left;
	color: #fff;
	position: relative;
}
.wrapper ul li {
	margin-bottom: 10px;
}
.wrapper .footer-item-center ul li a::before {
	content: "\f101";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0px;
	left: -15px;
	font-size: 16px;
	font-style: normal;
	color: #a62026;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.wrapper .footer-item-center ul li:hover a::before {
	padding-left: 15px;
}
.wrapper .footer-item-center ul {
	margin: 0 0 0 20px;
}
.wrapper .footer-item-center ul li a {
	padding: 0 0 0 10px;
}
.wrapper .footer-item-center ul li a:hover {
	padding-left: 15px;
}
.wrapper ul li a {
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
}
.footer-item-right form input {
	line-height: 40px;
	padding: 8px 16px;
	margin-top: 8px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.7);
	height: auto;
}
.footer-item-right form input:focus {
	box-shadow: none;
}
.footer-item-right {
	text-align: right;
}
.footer-item-right .btn:before {
	background: #403f3f;
}
.footer-item-right .btn:before {
	border-radius: 20px;
}
.footer-item-right .btn {
	border: none;
	margin: 25px 0 0;
	font-size: 18px;
	border-radius: 20px;
	padding: 12px 25px 10px;
}
.copyright {
	width: 100%;
	padding: 10px 0;
	background: #403f3f;
}
.copyright p {
	margin: 0;
	color: #b6c0d1;
	font-size: 13px;
}
.copyright p span {
	color: #fff;
}

/*
================================================
23. Responsive CSS
================================================
*/
@media (min-width: 1400px) {
   .container {
	max-width: 1300px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
/** Header Sec **/	
.top-header .top-header-left li:last-child{
	margin-right: 0;
}
.top-header .top-header-left li {
	margin-right: 15px;
}
.top-header .top-header-right li {
	margin-left: 30px;
}
.slider-one__title span {
	display: initial;
}
/** CTA Sec **/
.quick-quote h2 {
	font-size: 22px;
}
.appointment-btn {
	display: none;
}
/** CTA Sec **/
/** Page Title **/
.page-banner {
	padding: 190px 0px 150px;
}
.blog-details-item .blog-details-post ul li img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12%;
	flex: 0 0 12%;
	max-width: 12%;
}
/** Contact Sec **/
.contact-side-box {
	margin: 40px 0 0;
}
/** Footer Sec **/
.wrapper h6 {
	margin: 30px 0 35px;
}
}



@media only screen and (max-width: 991px) {
/** Main Menu **/
.header-style-one .upper-row .info, .main-header .header-top .top-right {
	display: none;
}
/** Slider Sec **/
.banner-one .banner-carousel .content-box .content {
	padding-top: 50px !important;
}
.banner-carousel .slide-item {
	padding: 50px 0px 80px;
}
.header-style-one {
	position: relative;
	background: #0a394d;
}
}

@media only screen and (max-width:767px) {
/** Main Menu **/
.nav-outer .mobile-nav-toggler {
	display: block;
}
.main-header .nav-outer .main-menu, .sticky-header {
	display: none !important;
}
}

@media only screen and (max-width:767px) {
/** Top Bar **/
.top-header {
    padding-top: 10px;
	padding-bottom: 10px;
}
.top-header .top-header-left {
	text-align: center;
}
.top-header .top-header-left li {
	margin: 0 5px;
}
.top-header .top-header-left li a {
	color: #ffffff;
	margin-bottom: 0;
}
.top-header .top-header-right li {
	margin: 8px 5px 0;
	display: block;
}
.top-header .top-header-right {
	text-align: center;
	float: none;
}
.appointment-btn {
	display: none;
}
/** Slider Sec **/
.banner-carousel .content-box {
	height: 500px;
}
/** Brand Slider Sec **/
.brand-wrapper .item img {
	display: inline-block;
}
/** Contact Sec **/
.contact-side-box {
	margin: 40px 0 0;
}
/** Footer Sec **/
.wrapper h6 {
	margin: 30px 0 35px;
}
}

@media only screen and (max-width:599px) {
/** Main Menu **/
.header-style-one .upper-row .logo-box {
	display: block;
	width: 100%;
	text-align: center;
}
.banner-carousel .content-box h1 {
	font-size: 30px;
	line-height: 40px;
}
}

.cardd a{
	background-color: #2d2b2b;
	color: rgb(255, 255, 255);
	width: 45%;
}


.dark-mode {
	background-color: rgb(15, 21, 26) !important;
	color: white !important;
  }


  .testimonial {
	display: block;
    background: url(../images/bg-explore1.jpg) no-repeat center top / cover;
	text-align: center;
	position: relative;
	
}
.testimonial:after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 1;
	content: "";
	opacity: 0.8;
}
.testimonial .container {
	position: relative;
	z-index: 2;
}
.testimonial h2 {
	font-family: 'texgyreadventorbold';
	color: #fff;
}
.testimonial .wrapper {
	display: block;
	max-width: 1012px;
	position: relative;
}


.testimonial ul {
	display: block;
}
.testimonial ul li {
	display: block;
}
.testimonial ul li p {
	display: block;
	padding-bottom: 32px;
	font-family: 'texgyreadventorregular';
	font-size: 18px;
	line-height: 30px;
}
.testimonial ul li p a {
	font-family: 'texgyreadventorbold';
	font-size: 18px;
	color: #a62026;
}
.testimonial ul li span {
	font-family: 'texgyreadventorregular';
	font-size: 18px;
	color:#a62026;
}
.testimonial ul li span span {
	font-size: 14px;
	color: #7fadd2;
}
.testimonial .bx-wrapper {
	padding-bottom: 20px;
}
.testimonial #bx-pager a {
	display: inline-block;
	position: relative;
	margin: 0 6px;
}
.testimonial #bx-pager a img {
	border: 5px solid transparent;
}
.testimonial #bx-pager a:hover img, 
.testimonial #bx-pager a.active img {
	border: 5px solid #a62026;
}
.testimonial #bx-pager a:hover:after, 
.testimonial #bx-pager a.active:after {
	width: 0;
	height: 0;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -7px;
	content: " ";
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #a62026;;
}
.img-circle {
    border-radius: 50%;
}
@media (max-width: 375px){
.testimonial ul li p {
    padding-top: 30px;
}
}
@media (max-width: 480px){
.testimonial ul li p {
    font-size: 16px;
    line-height: 26px;
}
.admision-img{
	display: none;
}
}
@media (max-width: 767px){
.testimonial ul li span {
    font-size: 16px;
}
}
@media (max-width: 375px){
.testimonial #bx-pager a {
    margin: 0 2px;
}
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}
.boxm {
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 10%);
}
.boxm h4 {
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    margin: 0px 0 10px;
}

.widget .recent-posts .post-item {
    display: inline;
}

.post-item:hover a, .post-item.active a {
    color: #fff;
    background:#F70407;
}
.post-item a {
    color: #16294a;
    transition: all 0.5s;
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.offset-top-20 {
    margin-top: 20px;
}
.about-img-name{
	font-size: 18px;
    color: #a62026;
}
.icon_set {
    position: relative;
    border: 1px solid #ddd;
    padding: 30px 10px;
    text-align: center;
    border-radius: 3px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    cursor: pointer;
}

.icon_set h4 {
    font-size: 16px;
    margin-top: 15px;
	color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
.c_mgt50 {
    margin-top: 20px;
}
@media (max-width: 480px){
.icon_set {
    margin: 15px 0;
}
.c_mgt50 {
    margin-bottom: 0;
}
}
.icon_set:hover {
    transform: translateY(-14px);
    border: 4px solid white;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}
.review-box:hover{
	transform: translateY(-14px);
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}
.message-image{
	float: left;
    margin: 10px;
    border-radius: 5px;
}
.top-header-sec {
	background: #06b7a6;
    color: white;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee {
    padding: 10px 0 0;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
   animation: marquee 5s linear infinite;;
}
.about-area .image-box {
    position: relative;
    margin: 30px 30px 0px;
    text-align: center;
}
.image-box .image-outer {
    position: relative;
    margin-bottom: 30px;
}
 .image-box .image-outer:before {
	content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
	background: linear-gradient(to top left, #cb0089 0%, #e995ce 100%);
}
.image-box .image {
    position: relative;
}
.about-area .image-box img {
    display: block;
    width: 100%;}

	.image-box .ribbon {
		position: absolute;
		left: -40px;
		top: 0px;
		width: 90px;
		height: 90px;
		line-height: 24px;
		font-weight: 600;
		background: url(../images/logo2.png) left center no-repeat;
		z-index: 2;
		background-color: #fff;
	}
	.testimonial-section-msg {
		padding: 30px 0;
		text-align: center;
	  }
	  
	  .inner-width{
		max-width: 1200px;
		margin: auto;
		padding: 0 20px;
	  }
	  
	  .testimonial-section-msg h1 {
		font-weight: 400;
		letter-spacing: 10px;
		text-transform: uppercase;
		font-size: 20px;
	  }
	  
	  .testimonial-pics-msg {
		padding: 25px 0;
		background: linear-gradient(to top left, #e995ce 0%, #cb0089 100%);
		border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	  }
	  
	  .testimonial-pics-msg img {
		width: 95px;
		height: 95px;
		border-radius: 50%;
		margin: 0 20px;
		transition: .3s;
		cursor: pointer;
	  }
	  
	  .testimonial-pics-msg img:hover, .testimonial-pics-msg img.active {
		border: 4px solid rgb(255, 255, 255);
	  }
	  
	  
	  .testimonial-contents-msg {
		margin: auto;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    text-align: justify;
	padding: 12px;
	background: #f2f1eb;
	  }
	  
	  .testimonial-msg {
		display: none;
	  }
	  
	  .testimonial-msg.active {
		display: block;
	  }
	  
	  .testimonial-msg p {
		color: #5c5c5c;
		margin-bottom: 20px;
	  }
	  
	  .testimonial-msg .description-msg {
		font-size: 15px;
	  }
	  @media (max-width: 480px){
		.testimonial-pics-msg img {
			width: 70px;
			height: 70px;
			border-radius: 50%;
			margin: 0 5px;
			filter: grayscale(100%);
			transition: .3s;
			cursor: pointer;
		  }
		}
		.achivement-area-msg:before {
			position: absolute;
			content: '';
			width: 50%;
			height: 100%;
			left: 0px;
			top: 0px;
			background-repeat: no-repeat;
			background-size: cover;
			background: linear-gradient(to top left, #0066cc 0%, #0e3778 100%);
		}
		.categories {
			display: flex;
			flex-wrap: wrap;
			flex: 5 5 20%;
		}
		.categories .category-item {
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			flex: 18%;
			background: #fff;
		}
		.categories .category-item a {
			padding-bottom: 4rem;
			display: block;
			position: relative;
		}
		.categories .category-item a .cat-icon {
			margin-bottom: 10px;
			padding: 24px 0 0;
		}
		.categories .category-item a .cat-icon i {
			font-size: 40px;
			color: #d82722;
			transition: all 0.2s;
		}
		.catfoot {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			background: #16294a;
		}
		.categories .category-item a .catfoot .cat-title h5 {
			color: #fff;
			padding: 10px;
			font-size: 15px;
		}
 .listing-content {
			position: relative;
			z-index: 1;
			padding-left: 60px;
			background-color: #28ae61;
			height:160px ;
		}
		@media only screen and (min-width: 1400px) and (max-width: 1599px){
 .listing-content {
    padding-right: 52px;
}
		}
 .listing-content .add-listing-shape {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
		}
 .listing-content .content-title {
			margin-bottom: 25px;
		}
		 .listing-content .content-title h2 {
			color: #fff;
			font-size: 40px;
		}
		.gallery-text{
			text-align: center;
			color: #fff;
			background: linear-gradient(to top left, #0066cc 0%, #0e3778 100%);
		}
		.gallery-text p{
			margin: 0;
		}
		.main-nav nav .navbar-nav.dark-mode .nav-item a {
			color: #fff;
		}
		.pb-30{
			padding-bottom: 50px;
		}
		
.iconbox.style5 div {
	float: left;
}
.about-heading-color{
	margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
.rs-latest-couses .course-item {
    align-items: flex-start;
    
    display: flex;
    border: 1px solid #ceeaf0;
    background: #ffffff;
}
.rs-latest-couses .course-item .course-image a {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: block;
}
.rs-latest-couses .course-item .course-image a img {
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
}
.rs-latest-couses .course-item .course-info {
    align-self: center;
    padding: 0px 30px;
}
.rs-latest-couses .course-item .course-info .meta-part {
    padding-bottom: 5px;
}
.rs-latest-couses .course-item .course-info .meta-part li {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}
.rs-latest-couses .course-item .course-info .course-title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
.rs-latest-couses .course-item .course-info .course-title a {
    color: #F70407;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta {
    float: left;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings i {
    color: #fcb903;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part {
    text-align: right;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a {
    color: #505050;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.gray-bg2 {
    background: #e7f6f9;
}
.pt-100{
	padding-top: 100px;
}
@media only screen and (max-width: 480px){
.rs-latest-couses .course-item {
    display: block;
    border-radius: 0;
    text-align: center;
    padding: 30px 0;
}
}
@media only screen and (max-width: 480px){
.rs-latest-couses .course-item .course-image a {
    width: 170px;
    height: 170px;
    margin: 0 auto 15px;
}
}
.call-to-action-section {
    position: relative;
    text-align: center;
    padding: 50px 0px 100px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.call-to-action-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
}
.call-to-action-section .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.whyus-card{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5C5C5C;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px 5px 5px 5px;
	padding:10px;
}
.whyus-card-img{
	margin-bottom: 20px;
}
.whyus-title{
	text-align: center;
	margin-bottom: 20px;
}
.whyus-head{
	color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.whyus-text{
	text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}

.header-second{
	float: left;
    padding-right: 20px;
}
.header-sec-text{
	float: left;
}

.footer-upper-left{
		padding: 15px 40px;
		background: cadetblue;
	}
	.welcome-section .content-column .inner-column .text {
		position: relative;
		color: #777777;
		font-size: 16px;
		line-height: 1.8em;
		margin-bottom: 45px;
	}