:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins: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;1,900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.header-logo {
    position: relative;
    z-index: 1;
    top: 5px;
}

.header-logo img {
    padding: 5px;
	max-width: 655px;
}

.header-top {
    text-align: right;
}

.header-top ul {
    margin: 0;
    padding: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 5px 15px;
}

.header-top ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.mainheader {
    background: #ffffff;
    max-height: 96px;
}
/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#1c2c45 29%);
} */
.fa-envelope, .fa-volume-control-phone {
    background: #ffffff;
    color: #d3a25d;
    padding: 5px;
    border-radius: 50px;
}

.header-top::before {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+29,1c2c45+29 */
    background: linear-gradient(to right,  #ffffff 58%,#136082 35%);
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
}

section {
    padding: 50px 0px;
}



/* top section css */

.topmenu {
    width: 100%;
    display: flex;
    max-width: 1480px;
    margin: 0 auto;
    border: 0px solid #ccc;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 150px;
    background: #fff;
}

.logo a {
    padding: 15px;
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
}

/* top section css */

/* menu css */

.topnav {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-top: 30px;
}

.topnav a {
    float: left;
    display: block;
    color: #121212;
    text-align: center;
    padding: 5px 0px;
    margin: 0 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.topnav a:hover,
.topnav a.active {
    color: #121212;
    background: #fff;

}

.topnav a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #cc0001;
    transition: width .5s;
}

.topnav a:hover::after {
    width: 100%;
}

.topnav a.active::after {
    width: 100%;
}

.topnav .barBox {
    display: none;
}

/* bar css  */
.barBox {
    display: inline-block;
    cursor: pointer;
    width: auto;
    padding: 10px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
}

/* bar css end */

/* menu css end */
.barBox {
    display: none;
}


.reqQuote {
    position: relative;
}

.reqQuote button {
    background: #df1919;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    padding: 7px 20px;
    border-radius: 7px;
}

.reqQuote button:hover {
    background: #073577;
}



/* Nav Nav */

.navmenu {
	position: relative;
	z-index: 9900;
	line-height: normal;
}

.navmenu a {
	color: #777;
}

.navmenu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.navmenu li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	vertical-align: middle;
}

.navmenu li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #777;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;
	/* -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out; */
	font-size: 1rem;
}

.navmenu.light li a:hover {
	color: #136082;
}

/* main level */
.navmenu > ul > li {
	display: inline-block;
}

.navmenu > ul > li > a {
	padding: 17px 5px;
    font-size: 1rem;
    font-weight: 500;
}

.sub-menu {
	/** box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15) !important **/
}

/* first level dd */

.navmenu ul ul {
	top: auto;
	width: 220px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #ddd;
}

.navmenu li li {
	display: block;
}

/* second level dd */
.navmenu ul ul ul {
	top: 0;     /* dd animtion - change to auto to remove */
	left: 220px;
}

.navmenu > ul > li:hover > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.navmenu ul ul li {
	border-bottom: none;
}

.navmenu.light ul ul li:hover {
  color: #000;
}

.navmenu.light ul ul li:hover a { color: #000; }

/* .drop-left */
.navmenu > ul > li.drop-left > ul {
	right: 0;
}

.navmenu li.drop-left ul ul {
	left: auto;
	right: 220px;
}

/* light theme */


.navmenu.light a {
	color: #000;
}

.navmenu.light ul ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.light li a {
	color: #000;
}

/* dark theme */
.navmenu.dark {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark a {
	color: #FFF;
}

.navmenu.dark ul ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark li a {
	color: #FFF;
}

/* sticky nav */
.navmenu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.navmenu-noscroll-x {
	overflow-x: hidden;
}

/* general styling */
.navmenu li.has-sub > a:after {
	content: '';
	margin-left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFF;
	display: inline-block;
}

.navmenu li li.has-sub > a:after {
	margin-left: 10px;
	float: right;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	position: relative;
	top: 4px;
}

.navmenu li.drop-left li.has-sub > a:after {
	float: left;
	margin-right: 10px;
	border-left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
}

.navmenu.hide-arrows li.has-sub > a:after, .navmenu.hide-arrows li li.has-sub > a:after, .navmenu.hide-arrows li.drop-left li.has-sub > a:after {
	display: none;
}

.navmenu .menu-toggle, .navmenu .close-menu, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile {
	display: none;
	text-transform: uppercase;
	text-decoration: none;
}

.navmenu .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 9999;
	border: 0;
}

.navmenu.desktop li.has-sub a {

	/** padding-right: 5px; **/
}

.navmenu.desktop.hide-arrows li.has-sub a {
	padding-right: 15px;
}

.navmenu.mobile > ul > li > a.dd-toggle {
	padding: 0;
}

.navmenu li.call-btn-mobile, .navmenu li.location-btn-mobile {
	display: none;
}

/* svg icons */
.navmenu svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
	color: #081a7d;
}

/* svg icons */
.navmenu a.dd-toggle .icon-plus {
	box-sizing: border-box;
	transition: transform 0.3s;
	width: 12px;
	height: 100%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.navmenu a.dd-toggle .icon-plus:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	transition: width 0.3s;
}

.navmenu a.dd-toggle .icon-plus:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
}

.navmenu li.open > a.dd-toggle .icon-plus {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navmenu.light a.dd-toggle .icon-plus:before {
	border-color: #000;
}

.navmenu.light a.dd-toggle .icon-plus:after {
	border-color: #000;
}

.navmenu.dark a.dd-toggle .icon-plus:before {
	border-color: #FFF;
}

.navmenu.dark a.dd-toggle .icon-plus:after {
	border-color: #FFF;
}

.navmenu .icon-close {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
}

.navmenu .icon-close:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.navmenu .icon-close:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
	transform: rotate(-45deg);
}

.navmenu.light .icon-close:before {
	border-color: #000;
}

.navmenu.light .icon-close:after {
	border-color: #000;
}

.navmenu.dark .icon-close:before {
	border-color: #FFF;
}

.navmenu.dark .icon-close:after {
	border-color: #FFF;
}

/* mobile nav */

.navmenu .menu-toggle, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile, .navmenu .close-menu {
	padding: 15px;
	box-sizing: border-box;
}

.navmenu .menu-toggle span.bars {
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.navmenu .menu-toggle span.bars span {
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 6px;
	background: #777;
	margin: 0 0 3px;
}

.navmenu .full {
	width: 100%;
}

.navmenu .half {
	width: 50%;
}

.navmenu .third {
	width: 33%;
	text-align: center;
}

.navmenu .location-btn-mobile.third {
	text-align: center;
}

.navmenu .location-btn-mobile.half {
	text-align: right;
}

.navmenu.light .third, .navmenu.light .half {
	border-left: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.left .third, .navmenu.light.left .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.right .third, .navmenu.light.right .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light .third:first-child, .navmenu.light .half:first-child {
	border-left: 0;
}

.navmenu.dark .third, .navmenu.dark .half {
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.left .third, .navmenu.dark.left .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.right .third, .navmenu.dark.right .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.light.left .menu-toggle, .navmenu.light.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark.left .menu-toggle, .navmenu.dark.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark .third:first-child, .navmenu.dark .half:first-child {
	border-left: 0;
}

.navmenu.light .menu-toggle span.bars span {
	background: #000;
}

.navmenu.dark .menu-toggle span.bars span {
	background: #FFF;
}

.navmenu.mobile {
	/* position: static; */
  position: relative;
  z-index: 999;
}

.navmenu.mobile.fixed {
	position: static;
}

.navmenu.mobile ul {
	position: relative;
	display: none;
}

.navmenu.mobile.active {
	padding-bottom: 0;
}

.navmenu.mobile.active > ul {
	display: block;
}

.navmenu.mobile ul {
	text-align: left;
}

.navmenu.mobile > ul > li {
	display: block;
}

.navmenu.mobile > ul > li > a {
	padding: 15px;
}

.navmenu.mobile ul {
	background: rgba(221, 221, 221, 1);
}

.navmenu.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

.navmenu.mobile ul ul ul {
	left: auto;
	top: auto;
}

.navmenu.mobile li.drop-left ul ul {
	right: auto;
}

.navmenu.mobile li a {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile > ul {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile.light li a {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile.light > ul {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile li a.dd-toggle {
	border: 0;
}

.navmenu.mobile.light li a.dd-toggle {
	border: 0;
}

.navmenu.mobile .menu-toggle, .navmenu.mobile .dd-toggle, .navmenu.mobile .close-menu, .navmenu.mobile .call-btn-mobile, .navmenu.mobile .location-btn-mobile {
	display: inline-block;
}

.navmenu.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.navmenu.mobile li.call-btn-mobile, .navmenu.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center;
}

.navmenu.mobile li.call-btn-mobile.full, .navmenu.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left;
}

.navmenu.mobile.light ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.mobile.dark ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.mobile.dark ul ul {
	background: rgba(255, 255, 255, .08);
}

.navmenu.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.navmenu.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.navmenu.mobile li.has-sub > a:after, .navmenu.mobile li li.has-sub > a:after, .navmenu.mobile li.drop-left li.has-sub > a:after {
	display: none;
}

/* left and right positions */

.navmenu.mobile.right > ul, .navmenu.mobile.left > ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.navmenu.mobile.right > ul {
	right: 0;
}

.navmenu.mobile.right .close-menu, .navmenu.mobile.left .close-menu {
	display: inline-block;
	text-align: right;
}

.navmenu.mobile.left > ul {
	left: 0;
}

.navmenu.mobile.right .location-btn-mobile.half, .navmenu.mobile.right .call-btn-mobile.half, .navmenu.mobile.right .close-menu.half {
	text-align: center;
}

.navmenu.mobile.right .location-btn-mobile.third, .navmenu.mobile.right .call-btn-mobile.third, .navmenu.mobile.right .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.half, .navmenu.mobile.left .call-btn-mobile.half, .navmenu.mobile.left .close-menu.half {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.third, .navmenu.mobile.left .call-btn-mobile.third, .navmenu.mobile.left .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .menu-toggle.half, .navmenu.mobile.left .menu-toggle.third, .navmenu.mobile.right .menu-toggle.half, .navmenu.mobile.right .menu-toggle.third {
	text-align: left;
}

.navmenu.mobile.left .close-menu.third span, .navmenu.mobile.right .close-menu.third span {
	display: none;
}

.navmenu.mobile.left .close-menu.third {
	font-size: 1rem;
	font-weight: 600;
}

/* left and right positions */

/* mega dd */
.navmenu.desktop li.mega ul ul {
	background: none;
}

.navmenu.desktop li.mega li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}

.navmenu.desktop li.mega li li {
	display: block;
	position: relative;
	left: 4px;
}

.navmenu.desktop li.mega ul ul {
	width: auto;
}

.navmenu.desktop > ul > li.mega {
	position: inherit;
}

.navmenu.desktop > ul > li > ul {
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
}

.navmenu > ul > li.single-dropdown ul li { margin-bottom:5px; }

.navmenu > ul > li.single-dropdown ul li a:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	}

.navmenu.desktop > ul > li.mega > ul {
	width: 100%;
	white-space:nowrap;
	margin:0 auto;
	padding:0px 0px 0px 50px;
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto;
}

.navmenu.desktop > ul > li.mega > ul > li {
	padding-bottom: 55px;
	padding-top:20px;
	width:18% !important;
	margin:0 auto;
	white-space:nowrap;
	display:inline-block;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(3) {
	width:13% !important;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(5) {
	padding-left:40px;
}

.navmenu.desktop li.mega li li a {
	padding: 5px 15px;
}

.navmenu.desktop li.mega li.has-sub a:after {
	display: none;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub:nth-child(5) ul {
    width: 150px;
}

.navmenu.desktop > ul > li.mega > ul > li > a {
	color: #17479e;
	font-weight:600;
	font-size:1.1rem;
	margin-bottom:15px;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	padding:0px 5px 0px 5px;
	display:inline-block;
	width:100%;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover a { color:#fff; }


/* mega dd */

/* Fallback for slow javascript load */
@media only screen and (max-width:768px) {
	.navmenu {
		overflow: hidden;
		display: block;
	}

	.navmenu ul {
		position: relative;
		display: none;
	}

}

/* mobile nav */
@media only screen and (max-width:420px) {
	.navmenu.mobile .call-btn-mobile.third span, .navmenu.mobile .location-btn-mobile.third span {
		display: none;
	}

}

@media (min-width:991px) {
	.navmenu li.has-sub > a:after {
		display: none;
	}

}

.sub-menu-toggle {
	display: none;
}

.main-logo img { width:125px; }
.main-logo { padding:5px; }

.order-text {     Color: #000;
    font-size: 16px;
    font-weight: 600; }
	
.call-btn {     Color: #000;
    font-weight: 800;
    margin-right: 15px;
    font-size: 20px;
    text-align: right;
    line-height: 24px;
    position: relative;
    top: -3px; }
	
.call-btn:hover {
	Color:#801817;
}

.view-btn {
	background: #fff;
    color: #801817;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 50px;
}

.view-btn:hover {
	Color:#000;
}

.request-btn {
       background: #801817;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
}

.request-btn:hover {
    background: #000;
    color: #fff;
}

/* banner */

.bannermn {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    max-width: 1125px;
}

.banner-content h2 {
        color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

.main-banner .swiper-button-next:after, .main-banner .swiper-button-prev:after {
    color: #fff;
}

/* banner end */


/*---------------------------------main-section-start---------------------------------*/

.services-section {
    text-align: center;
    margin-top: -8px !important;
}

.services-details {
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 0 10px;
    position: relative;
    z-index: 9;
    margin-bottom: 95px;
    margin-top: 10px;
    color: #1c2c45;
    font-size: 20px;
}
.services-icon {
    background: #fff;
    width: 40%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 31px;
    height: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: -66px;
}

.online-skills {
    text-align: left;
}

.online-skills h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #1c2c45;
    font-weight: 800;
    margin: 0;
}

.online-skills .subtitle {
    font-size: 17px;
    color: #6d6d6d;
}

.online-skills .online-class {
    background: #fff;
    min-height: 815px;
    border-radius: 5px;
}

.about-section {
    font-size: 0.9rem;
    background-color: #fcf8f4;
}

.about-section h2 {
    color: #136082;
    font-size: 1.2rem;
    font-weight: 500;
}

.about-content {
    font-size: 1.1rem;
	text-align: justify;
}

.header-para { background-color: #fff; border-radius: 5px; font-size: 1rem; text-align: justify;}

.service-title h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 45px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.online-class a {
    color: #1c2c45;
    text-decoration: none;
    font-weight: 600;
}
.subtitle {
    color: #e20613;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
.block-title {
    font-weight: 700;
    font-size: 2rem;
}

.common-btn {
    background-color: #fff;
    border-radius: 50px;
    border: #e20613 solid 2px;
    padding: 6px 30px;
    font-size: 1.1rem;
    color: #e20613;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
  }

  .common-btn:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 600;
    position: absolute;
    left: 79%;
    top: 32%;
    right: 5%;
    bottom: 0;
    opacity: 0;
  }
  .common-btn:hover {
    background: #e20613;
    transition: all 0.5s;
    padding: 6px 3.5rem 6px 3.5rem;
    color: #fff;
  }
  .common-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
  }

  .about-section h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 31px;
  }

.main {
    background-color: #f9fafb;
}

.consultant-section { background-image:url(../images/consultant-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; width:100%; color:#fff; background-attachment:fixed; overflow:hidden; }
.consultant-header h3 { font-size:2.5rem; }
.consultant-header p { font-size:1.8rem; }
.consultant-header p span { color:#ffc600; padding:0px 10px; }
.consultant-para { font-size:1.3rem; padding:0px 20px 0px 20px; font-weight: 300; text-align: justify; }
.consultant-details { position: relative;}
.consultant-photo { position:relative; bottom: -60px; z-index: 1; }
.photo-brief { position: absolute; bottom: 0px; left: 25px; right: 25px;  }
.photo-brief .con-brief { color:#fff; text-transform: uppercase;
font-size: 2.2rem; text-align: left; line-height: 40px; font-weight: 800; text-align: center; }
.photo-brief .con-brief span { color:#e20613; }
.consultant-para h2 { margin-bottom: 20px; font-size: 2.2rem; }
.consultant-para .section-button { background:none; color:#fff; }
.consultant-name { color:#b1b1b1; font-size:1.5rem; }
.consultant-photo .zoom-effect, .consultant-details .zoom-effect { transition: 0.5s all ease-in-out; position:relative; }
.consultant-photo .zoom-effect:hover, .consultant-details:hover .zoom-effect { transform: scale(1.1); }

.consultant-section .common-btn {
    border: #fff solid 1px;
    background: none;
    color: #fff;
}

.consultant-section .common-btn:after {
    left: 85%;
    top: 32%;
}

.testimonial-girl {
    background-color: #e20613;
    color: #fff;
    min-height: 340px;
}

.testimonial-boy {
    background-color: #fff;
    color: #000;
}

.testimonial-profile {
    display: flex;
    align-items: center;
}

.profile-content {
    margin-left: 15px;
    font-size: 1rem;
    color: #fff;
}

.testimonial-boy .profile-content {
    margin-left: 15px;
    font-size: 1rem;
    color: #000;
}

.blog-section { position: relative;}
.blog-content { background-color: #f7f7f7; padding: 15px;}
.blog-content h2 { font-size: 1.4rem; font-weight: 600;}


.service-content {
    font-size: 1rem;
    color: #000;
}

.service-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #135e80;
    margin-top: 5px;
}

.email-address-col {
    font-weight: 600;
}

.liststyle { margin: 0; padding: 0;}
.liststyle li {     
    position: relative;
    list-style: none;
    padding-left: 35px;
    line-height: 25px;
    font-weight: 500;
}

.liststyle li::before{
    content: "";
    background-image: url(../images/right-arrow.png);
    position: absolute;
    left: 0;
    top: 6px;
    width: 21px;
    height: 11px;
}

.services-offer {
    background-image: url(../images/servicesbg.jpg);
    background-position: top center;
    background-color: #0d4259;
    background-size: cover;
    padding: 50px 0px;
    color: #fff;
    text-align: left;
}

.services-offer h2 { text-align: left !important; font-size: 1.5rem; margin-bottom: 25px;}
.services-offer h5 {
    background-color: #d4a25d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 2px 10px;
}

.services-offer h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px 0px;
}

.services-card {
    background: #fff;
    color: #121212;
    padding: 20px 25px 25px 25px;
    position: relative;
}
.services-card::before {
    content: '';
    background-color: #d4a25d;
    height: 15px;
    width: 40%;
    position: absolute;
    top: 0;
}
.services-card h3 {
    color: #123b57;
    font-weight: 600;
}

.custom-height { min-height: 532px;}
.custom-height-2 { min-height: 312px;}

.services-card h4 { color: #d4a25d;}

.way-of-agreements { background: #f6f6f6; padding-bottom: 150px;}
.way-of-agreements h2 {     text-align: left !important;
    color: #123b57;
    font-size: 1.5rem !important;
    margin-bottom: 15px;
    font-weight: 600; }

    .way-of-agreements h4 {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.way-of-agreements .services-card h4 { margin-bottom: 15px; margin-top: 10px;}

.way-of-agreements .services-card { min-height: 200px;}  
p:empty { display: none;}

.bottom-email a {     
    color: #186384 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3em;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
background: #186384;
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
box-shadow: 0 0rem 6rem rgba(0,0,0,.175)!important;
}

  #footer .footer-top {
    padding: 0px 0 0px 0;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .footer-top .social-links a:hover {
    background: #ff4a17;
    color: #fff;
    text-decoration: none;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
  }

  #footer .footer-top .footer-links ul a:hover {
    color: #fff;
  }

  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }

  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }

  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ef4036;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }

  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ff5e31;
  }

  #footer .copyright {
    text-align: center;
    background-color: #e7e3e3;
    padding: 10px;
    color: #000;
  }

  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  #footer .credits a {
    transition: 0.3s;
  }

  .footer-links address { color: #fff; position: relative; padding-left: 20px; }
  .footer-links address .bx { position: absolute; left: 0; top: 5px;}
  .footerbot-link { margin: 0; padding: 0; padding-top: 25px; }
  .footerbot-link li { display: inline-block; list-style: none;}
  .footerbot-link li a { color: #fff; border-right: #000 solid 1px; padding: 0px 15px;}
  .footerbot-link li:last-child a { border: none;}

  .footer-icon { 
    background-color: #d5a35e;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
    margin-top: -80px;
 }

 .footer-icon-wrapper {
    position: relative;
    margin-top: -100px;
 }
 
 .footer-icon-wrapper a {
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
 }
 .footer-icon-wrapper a:hover {
    color: #fff;
    text-decoration: underline;
 }
 .footer-bot {
    background-color: #104e69;
 }

 .founder {     
    color: #d3a25d;
    text-transform: uppercase;
    padding: 0;
    margin: 7px 0px;
    font-size: 1.1rem;
    font-weight: 600; 
}
 .experience-btn {
    background-color: #d3a25d;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    padding: 5px 25px;
    font-weight: 600;
    font-size: 1.2rem;
 }


@media (max-width:767px){

    .header {
        text-align:center;
    }
    .header-logo img {
        width: 290px;
        padding-bottom: 10px;
    }

   .services-section {
    margin-top:80px !important;
   }

   .online-skills .online-class {
    background: #fff;
    margin-bottom: 25px;
}

.about-details {
    margin-top: 15px;
}

.photo-brief .con-brief {
    font-size: 1.9rem;
    text-align: center;
    line-height: 34px;
    font-weight: 800;
}

.consultant-para h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    margin-top: 2rem;
}

.consultant-para {
    font-size: 1.2rem;
    padding: 80px 10px 0px 10px;
}


}



.contect-section {
    background:#fcc103;
    padding: 80px 0;
    font-weight: 600;
    color: #000;
}
.contect-section img {
    border-radius: 20px;
}
.contect-section h2 {
    font-size: 40px;
}
.contect-section .address .title {
    font-size: 23px;
    font-weight: 700;
}
.contect-section .phone a, .contect-section .mail a {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.contect-section p {
    margin-left: 35px;
    color: #000;
    font-size: 1.2rem;
}
.contect-section .fa-map-marker {
    margin-right: 18px;
}
.contect-section .fa-phone, .contect-section .fa-envelope {
    padding-right: 10px;
}


.social-mediasection {
	background-color:#f2f4f4;
	padding:50px 0px;
}

.footer-section {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.footer-menu ul { margin: 0; padding: 0;}
.footer-menu ul li { display: block; display: inline-block; padding: 30px;}
.footer-menu ul li a { color: #fff; text-decoration: none; font-size: 20px; font-weight: 600;}
.footer-menu ul li a:hover { color: #e3d10a;}
.footer-menu .phone-no span { color: #e3d10a;}


.entry-header {     
    position: relative;
    background: #f4f1ed;
    top: -40px; }


.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background-color: #fff;
}

.contact .info-box i {
    font-size: 35px;
    color: #e20613;
    border-radius: 50%;
    padding: 8px;
}

h1.entry-title {
    position: relative;
    left: 0;
    top: 0;
    font-size: 2.5rem;
    font-weight: 600;
    color: #135f81;
    margin-top: 40px;
    text-transform: uppercase;
    padding-top: 50px;
    padding-left: 9%;
    padding-bottom: 15px;
}

.contactform .wpcf7-submit {
       border: none;
    background: #e20613;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    padding: 5px 25px;
    color: #fff;
}

.form-control.wpcf7-textarea {
    height:80px;
}

.info-box a { color:#000; font-size:1.5rem; text-decoration:none; }

.entry-content h2 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 33px;
}

.service-content h5 {
    background-color: #d4a25d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 2px 10px;
}

/* Testimonial */

.testimonials-slider {
    background-color: #fff;
    min-height: 518px;
}

.testimonials-slider h3 {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}

.testimonials-slider .subtitle {
    color: #95070c;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-content {
	font-size:1.3rem;
}

.testimonial {
    background-color: #fff;
    padding: 60px 0 90px;
    position: relative;
}

.trust_txt {
    text-align: center;
}

.trust_txt h2 {
    font-size: 53px;
    line-height: 65px;
    text-align: center;
    font-weight: 700;
    color: #003074;
    display: inline-block;
    position: relative;
}

.trust_txt h2::after {
    content: "";
    width: 114px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ee0000;
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
}

.testimonial:hover .trust_txt h2::after {
    width: 100%;
}

.trust_txt p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #626577;
    margin-top: 20px;
}

.testm_txt {
    background: #fff;
    padding: 0 30px 30px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px 10px 30px 10px;
}

.testm_img {
    text-align: center;
    transform: translatey(-50%);
}

.testimonial .swiper {
    padding-top: 60px;
}

.testm_txt i {
    font-size: 70px;
    color: #E70B27;
    display: inline-block;
    text-align: left;
}

.testm_txt p {
    font-size: 22px;
    line-height: 30px;
    color: #626577;
    padding-left: 20px;
    margin-top: -42px;
}

.testm_txt h5 {
    font-size: 22px;
    line-height: 30px;
    color: #073577;
    font-weight: 800;
    margin-bottom: 0;
    padding-left: 20px;
}

.testm_txt h6 {
    font-size: 18px;
    line-height: 30px;
    color: #9da2bd;
    padding-left: 20px;
}

.swiper-pagination {
    position: static;


}

.arrow_style {
    display: flex;
    justify-content: end;
    gap: 100px;
    margin-right: 65px;
    position: relative;
}

.swiper-button-prev2::after {
    content: "";
    position: absolute;
    background: url(../images/right_arow.png) no-repeat;
    width: 43px;
    height: 23px;
    top: 20px;

}


.swiper-button-next2::after {
    content: "";
    position: absolute;
    background: url(../images/left_arow.png) no-repeat;
    width: 43px;
    height: 23px;
    top: 20px;

}

.swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 95%);

}

/* testimonial end */



.col-0 {
    padding: 0;
    margin: 0;
}

.footer-top ul .socile-media {
    margin: 0;
    padding: 0;
    display: flex;

}
.footer-top ul .socile-media li {
    font-family: 'FontAwesome';
    padding: 10px;
}
.footer-top ul .socile-media li a {
    display: inline-block;
    padding: 10px;
    font-family: 'FontAwesome';
}

.blog-header {
	background: #f2f2f2;
    text-align: center;
    padding: 25px;
	margin-bottom:25px;
}

h2.entry-title a {
	color: #1c2c45;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
}

.entry-content a { Color:#000;}

.site-main {min-height: 400px;}

@media(max-width:767px){
    .mainheader {
        max-height: 50px;
    }
    .about-section h2 {
        padding-top: 30px;
    }

    .footer-icon { 
        background-color: #d5a35e;
        width: 70px;
        height: 70px;
        margin-top:0;
     }

     .footer-icon img { width: 40px; height: auto;}

     .footer-icon-wrapper a {
        color: #fff;
        font-size: 0.8rem;
        white-space: inherit;
        text-decoration: none;
        font-weight: 600;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
        line-height: 18px;
        margin-bottom: 25px;
    }

    .footer-icon-wrapper { padding-top:20px; }
    .footerbot-link {
        padding-top: 10px;
        text-align: center;
    }
    .footerbot-link .text-end { text-align: center !important; padding-bottom: 10px;}
    .footerbot-link p { margin: 0; padding: 0;}

}

 .project-section {
     padding:0;
	 margin-bottom:100px;
    }
    .project-card {
      background: #fff;
      border-radius: 15px;
      padding: 10px;
    }
    .sidebar-box {
      background: #0b5d79;
      border-radius: 15px;
      padding: 10px;
      color: #fff;
    }
    .sidebar-item {
      background: #fff;
      color: #0b5d79;
      border-radius: 40px;
      padding: 12px 18px;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
      transition: 0.3s ease;
      cursor: pointer;
	  font-weight: 600;
      font-size: 16px;
      line-height: 23px;
    }
    .sidebar-item:hover {
      background: #d5a35e;
      color: #fff;
      transform: translateX(5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    .sidebar-description {
      margin-top: 20px;
      font-size: 14px;
      line-height: 24px;
    }
    .image-wrapper {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
    }
    .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 275px;
    }
    .image-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: rgba(11, 93, 121, 0.9);
      color: #fff;
      padding: 15px 20px;
      border-radius: 12px;
      max-width: 80%;
      font-size: 16px;
      font-weight: 600;
    }
    .scope-title {
      font-weight: 600;
      color: #0b5d79;
      /*margin-top: 20px;*/
    }
    .scope-badges span {
    /* background: #ebebeb; */
    border-radius: 7px;
   /* padding: 2px 11px; */
    margin: 0px 2px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    }

.scope-badges span::after {
     content: "";
    background-color: #adadad;
    width: 1px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-68 { background-color:#f6f6f6; }

p:empty {
  display: none !important;
}

.project-section br { display:none !important; }

@media(max-width:767px){
	.scope-badges span::after { display:none; }
}
