@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap');
:root {
 --fontFamily2: 'Roboto', sans-serif;
 --mainColor: #0064fb;
 --secondColor: #2e2f46;
 --thirdColor: #ff414b;
 --thirdColorShadow: #ffeced;
 --backgroundColor: #ebebeb;
 --transparentColor: #fcebe5;
 --whiteColor: #ffffff;
 --fix-whiteColor: #ffffff;
 --fix-blackColor: #242424;
 --blackColor: #242424;
 --paragraphColor: #666666;.white-logo
 --fontSize: 15px;
 --card-title-fontSize: 20px;
 --transition: 0.5s;
 --boxShadow:  rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	overflow-x:hidden;
}
h1, h2, h3, h4 {
	font-family: var(--fontFamily);
}
h5, h6 {
	font-family: var(--fontFamily2);
}
a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}
a:hover {
	color: var(--mainColor);
	text-decoration: none;
}
:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: var(--paragraphColor);
	font-size: var(--fontSize);
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: var(--fontFamily2);
}
p:last-child {
	margin-bottom: 0;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-30 {
	padding-top: 0px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.section-content {
	margin-top: 10px;
}
.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--whiteColor) !important;
	z-index: 99999;
	padding: 0px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.bg-f9faff {
	background-color: #f9faff;
}
.bg-mainColor {
	background-color: var(--mainColor);
}
.bg-000000 {
	background-color: #00000d;
}
.rs {
	margin-top: -10px;
}
/*================================================
Topbar Area CSS
=================================================*/
.topbar {
	font-family: var(--fontFamily2);
	padding: 10px 0px;
	position: relative;
	z-index: 9;
}
.topbar-left-side ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topbar-left-side ul li {
	font-size: 14px;
	margin-right: 15px;
	display: inline-block;
	color: #eeeeee;
}
.topbar-left-side ul li a {
	color: #eeeeee;
}
.topbar-left-side ul li i {
	margin-right: 3px;
}
.topbar-right-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.topbar-right-side .header-social-icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topbar-right-side .header-social-icons ul li {
	display: inline-block;
}
.topbar-right-side .header-social-icons ul li a {
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px;
}
.topbar-right-side a {
	color: #eeeeee;
	font-size: 14px;
}
.topbar-right-side .account {
	font-family: var(--fontFamily2);
}
.topbar-right-side .account i {
	margin-right: 3px;
}
.topbar-2 {
	background-color: var(--mainColor);
}
.topbar-2 .topbar-left-side ul li i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ffffff40;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
}
.topbar-2 .topbar-left-side ul li:hover i {
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
.topbar-2 .topbar-right-side .header-social-icons ul li a {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ffffff40;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
}
.topbar-2 .topbar-right-side .header-social-icons ul li a:hover {
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
/*================================================
Select Area CSS
=================================================*/
.nice-select {
	border: 0px;
	background-color: transparent;
	height: auto;
	width: 100%;
	line-height: unset;
	font-size: var(--fontSize);
	font-family: var(--fontFamily2);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
}
.nice-select .selected {
	color: var(--mainColor);
}
.nice-select .list {
	width: 100%;
	z-index: 9999;
}
/*================================================
Navbar Area CSS
=================================================*/
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: transparent;
	padding: 20px 0 0;
	z-index: 999;
	height: 60px;
	text-transform: capitalize;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFC631;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #FFC631;
	height: 4px;
	margin-top: 5px;
	border-radius: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: var(--whiteColor);
	margin-top: 64px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #dbeefd;
	text-decoration: none;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
	background: var(--whiteColor);
}
.mean-container .mean-nav ul li a.active {
	color: var(--whiteColor);
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #dbeefd;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 3px;
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent !important;
	border: none !important;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav .navbar-nav {
	overflow-y: scroll;
	height: 340px;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-nav .dropdown-toggle::after {
	display: none;
}
.mean-remove {
	display: none !important;
}
.mobile-nav {
	display: none;
	position: relative;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	background-color: var(--whiteColor);
	color: var(--blackColor);
}
.btn-primary, .btn-primary:active {
	background-color: var(--whiteColor) !important;
	color: var(--blackColor) !important;
	border-color: var(--blackColor) !important;
}
/*.mobile-nav.mean-container .mean-nav ul li a.active {
	color: #FFC631;
}*/
.mobile-nav.mean-container .mean-nav ul li.active a {
	color: #FFC631;
}
/* Fix for box sizing on Foundation Framework etc. */
.main-nav {
	background-color: transparent;
}
.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.main-nav nav .navbar-nav {
	margin: 0px;
	padding: 0px 0px 0px 230px;
	float: right;
	text-align: right;
	width: 100%;
}
.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
    min-width: max-content;
}
.main-nav nav .navbar-nav .nav-item a {
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: var(--blackColor);
	font-size: 17px;
	font-weight: 600;
	font-family: var(--fontFamily2);
	margin-left: 14px;
	margin-right: 14px;
	color:#fff;
}
.main-nav nav .navbar-nav .nav-item a i {
	right: -4px;
	top: 6px;
	font-size: 12px;
	position: absolute;
}
.main-nav nav .navbar-nav .nav-item a:hover {
	color: var(--mainColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item a::after {
	display: none;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 13px;
}
.main-nav nav .navbar-nav .active a {
	color: #fd7e14;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: #FFC631;
}
.main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: visible;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	left: 0;
	top: 60px;
	opacity: 0;
	z-index: 99;
	width: 245px;
	border: none;
	display: block;
	border-radius: 0px;
	visibility: hidden;
	position: absolute;
	-webkit-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	background: var(--whiteColor);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    margin: 0;
    display: block;
    padding: 3px 20px;
    color: var(--blackColor);
    border-bottom: 1px dashed transparent;
    font-size: 14px;
    font-weight: 600;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	top: 50%;
	position: absolute;
	right: 10px !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '';
	font-size: 0px;
	color: var(--mainColor);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--mainColor);
	padding-left: 25px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: 101%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 20px;
	left: 100%;
	position: absolute;
	opacity: 0 !important;
	visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #fa7d14;
}


.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #fa7d14;
}


.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-light .navbar-brand {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-light .navbar-brand:hover {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}
.mean-container .mean-bar {
	position: relative;
}
.mobile-nav .menu-sidebar-small-device {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 47px;
}
.mobile-nav .menu-sidebar-small-device .uni-button {
	padding: 5px 10px;
}
.mobile-nav .call-button {
	top: 7px;
}
.menu-sidebar {
	margin-bottom: -7px;
}
.header-area {
	position: relative;
	z-index: 999;
	border-radius: 10px;
	margin: 0px auto;
	max-width: 1380px;
	background-color: transparent;
}
.navbar-area {
	margin: 8px 0px 0px;
}
.header-area-2 {
	max-width: 100%;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 10px -5px #d6d6d6;
	box-shadow: 0px 5px 10px -5px #d6d6d6;
}
.menu-small-device {
	display: none;
	position: absolute;
	right: 80px;
	top: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu-small-device li {
	list-style: none;
	display: inline-block;
}
.header-area2 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 69px;
}
.menu-sidebar-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu-sidebar-1 ul {
	margin-bottom: -5px;
}
.menu-sidebar-1 .input-group {
	max-width: 200px;
	margin-right: 15px;
	margin-top: -5px;
	border-bottom: 1px solid #eeeeee;
	font-family: var(--fontFamily2);
}
.menu-sidebar-1 .input-group .form-control {
	padding: 10px 10px 5px 10px;
	border: 0px;
}
 .menu-sidebar-1 .input-group .form-control::-webkit-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control:-ms-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control::-ms-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control::placeholder {
 font-size: 14px;
}
.menu-sidebar-1 .input-group .input-group-text {
	border: 0px;
	padding: 0px 0px 0px 5px;
	color: var(--paragraphColor);
	background-color: transparent;
}
.menu-sidebar-1 .input-group .input-group-text i {
	position: relative;
	margin-bottom: -7px;
}
.menu-sidebar-1 .call-button {
	display: inline-block;
	margin-left: 20px;
	padding-left: 35px;
	position: relative;
}
.menu-sidebar-1 .call-button i {
	font-size: 25px;
	color: var(--mainColor);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-sidebar-1 .call-button p {
	margin-bottom: 0px;
	line-height: 1.4;
}
.menu-sidebar-1 .call-button p span {
	color: var(--mainColor);
}
.menu-sidebar-1 .call-button a {
	font-size: 14px;
	font-family: var(--fontFamily);
}
.menu-sidebar-1 .default-button-3 {
	margin-bottom: 8px;
}
/*================================================
Popup Area CSS
=================================================*/
.popup-button {
	border: 0px;
	border-radius: 5px;
	font-size: 20px;
	padding: 8px 15px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	color: var(--secondColor);
	background-color: #eeeeee;
}
.popup-button:hover {
	color: var(--mainColor);
}
.popup {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	visibility: hidden;
	background-color: #000000d4;
}
.popup .popup-content {
	width: 0%;
	height: 100%;
	opacity: 0;
	margin-left: 0;
	margin-right: auto;
}
.popup .popup-content .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	color: var(--mainColor);
	border: 0px;
	font-size: 30px;
}
.popup .popup-content form {
	top: 20%;
	left: 50%;
	width: 80%;
	visibility: hidden;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup .popup-content form .search-box {
	border-radius: 10px;
	border: 1px solid var(--mainColor);
}
.popup .popup-content form .search-box input {
	padding: 5px 20px;
}
.popup .popup-content form .search-box .form-control {
	border-radius: 10px;
	border: 0px solid transparent !important;
}
.popup .popup-content form .search-box .btn {
	padding: 5px 15px;
	color: var(--whiteColor);
	border-radius: 10px;
	background-color: var(--mainColor);
	font-size: 25px;
}
.popup .hi {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	opacity: 1;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.popup .hi form {
	visibility: visible;
	top: 50% !important;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
/*================================
Inner Banner
==================================*/
.brand-bg {
	padding: 50px 0px 50px;
	background: #DCEAFF;
	border-radius: 0px;
	clear: both;
}
.brand-bg h2 {
	letter-spacing: 0px;
	color: #002E75;
	opacity: 1;
	text-align:center;
	font-weight:600;
	padding:0px 0px 20px 0px;
	font-size:30px;
	font-family: 'Rubik', sans-serif;
}
.brand-item {
	text-align: center;
	margin: 0 auto;
}
.client {
	height: 100px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.brand-item img {
	width: unset !important;
	text-align: center;
	margin: 0 auto;
}
/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
.topbar-right-side {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topbar-left-side {
	text-align: center;
}
.topbar-left-side ul li {
	margin-right: 7px;
	margin-left: 7px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     
.product-row-inner-left {
	margin-bottom: 20px;
}
     
     
.topbar-right-side {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topbar-left-side {
	text-align: center;
}
}
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.main-nav nav .navbar-nav .nav-item a {
	font-size: 16px;
	margin-left: 13px;
	margin-right: 13px;
}
}
 @media only screen and (max-width: 1199px) {
.main-responsive-nav {
	background-color: #000;
	height: 65px;
}
.mobile-nav {
	display: block;
	position: relative;
}
.mobile-nav .logo {
	top: 10px;
	left: 0px;
	z-index: 999;
	position: absolute;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.mobile-nav .logo img {
	max-width: 85%;
	height: auto;
}

.mobile-nav nav .navbar-nav .nav-item a i {
	display: none;
}
.mean-container .mean-bar {
	background-color: #000;
	padding: 0;
}
.mean-container a.meanmenu-reveal {
	padding: 5px 2px 0 0;
}
.main-nav {
	display: none !important;
}
.menu-sidebar {
	display: none;
}
.menu-small-device {
	z-index: 999;
	right: 55px;
	top: 14px;
	display: block !important;
}
.menu-small-device .default-button {
	padding: 7px 10px;
	font-size: 14px;
}
.topbar-left-area {
	text-align: center;
}
.topbar-left-area ul li {
	margin-left: 5px;
	margin-right: 5px;
}
.mobile-nav .call-button {
	top: 0;
}
}
.stars ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.stars ul li {
	display: inline-block;
}
.stars ul li i {
	cursor: pointer;
}
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
	right: 10px;
	z-index: 99;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: var(--whiteColor);
	background-color: #82b440;
	padding: 10px 15px 10px 37px;
	-webkit-box-shadow: 0 1px 10px 1px var(--mainColor);
	box-shadow: 0 1px 10px 1px var(--mainColor);
	-webkit-animation: jello 3s infinite;
	animation: jello 3s infinite;
	font-size: 12px;
	font-weight: 600;
}
.buy-now-btn img {
	top: 50%;
	left: 15px;
	width: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.buy-now-btn:hover {
	color: #ffffff;
	background-color: var(--mainColor);
}
/*================================================
Default Button Area CSS
=================================================*/
.default-button {
	overflow: hidden;
	border: #FFC631;
	padding: 12px 35px;
	border-radius: 2px;
	display: inline-block;
	color: var(--fix-whiteColor);
	background-color: #FFC631;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
	color:#000810;
}
.default-button::before {
	content: '';
	width: 100%;
	height: 0%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background-color: var(--secondColor);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.default-button::after {
	content: '';
	width: 100%;
	height: 0%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background-color: var(--secondColor);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.default-button span {
	position: relative;
	z-index: 2;
}
.default-button:hover {
	color: var(--fix-whiteColor);
	border-color: var(--secondColor);
}
.default-button:hover::before, .default-button:hover::after {
	height: 51%;
}
.default-button-2 {
	background-color: var(--blackColor);
	color: var(--whiteColor);
	border-color: var(--mainColor);
	border: 1px solid var(--mainColor);
}
.default-button-2::before, .default-button-2::after {
	background-color: var(--mainColor);
}
.default-button-3 {
	padding: 12px 25px;
	border-radius: 5px;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	color: var(--fix-whiteColor);
	border: 1px solid var(--mainColor);
	background-color: var(--mainColor);
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.default-button-3 i {
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
.default-button-3:hover {
	color: var(--blackColor);
	border-color: var(--thirdColor);
	background-color: var(--whiteColor);
}
.default-button-3:hover i {
	color: var(--whiteColor);
	background-color: var(--thirdColor);
}
.default-button-3-h {
	color: var(--blackColor);
	border-color: var(--thirdColor);
	background-color: var(--whiteColor);
}
.default-button-3-h i {
	color: var(--whiteColor);
	background-color: var(--thirdColor);
}
.default-button-3-h:hover {
	color: var(--whiteColor);
	border: 1px solid var(--mainColor);
	background-color: var(--mainColor);
}
.default-button-3-h:hover i {
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
.readmore-button {
	display: inline-block;
	color: var(--blackColor);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.readmore-button:hover {
	color: var(--mainColor);
	letter-spacing: 1px;
}
/*================================================
Default section title Area CSS
=================================================*/
.default-section-title h6 {
	color: var(--mainColor);
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 14px;
}
.default-section-title h3 {
	color: var(--blackColor);
	font-size: 36px;
}
.default-section-title-middle {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.default-section-title-2 h6 {
	color: #f4f4f4;
	margin-bottom: 0px;
	line-height: .2;
	font-size: 80px;
}
.default-section-title-2 h3 {
	font-size: 46px;
}
/*================================================
Index 01 Banner Area CSS
=================================================*/
.banner-bg1 {
	background-size:
	cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background-image: url(../images/banner.png);*/
	position: relative;
	margin-top: -285px;
	padding-top: 0px;
	background-color:#000;
	height: 763px;
}
.banner-bg1 .shape .shape-1 {
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-animation: half-spin 15s infinite linear;
	animation: half-spin 15s infinite linear;
}
.banner-bg1 .shape .shape-2 {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-animation: top-bottom 3s infinite linear;
	animation: top-bottom 3s infinite linear;
}
.banner-text-area {
	text-align: left;
	position: relative;
	padding-top: 0px;
	padding-bottom: 200px;
	padding-left: 22px;
	z-index: 999;
	top: -456px;
}
.banner-text-area h4 {
	color:#fff;
	font-size:18px;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-family: 'Archivo', sans-serif;
	font-weight:600;
	position:relative;
}
.banner-text-area h4::before {
	content: '';
	height: 1px;
	width: 31%;
	background-color: #FFC631;
	position: absolute;
	left: -222px;
	top: 10px;
}
.banner-text-area h1 {
	font-size: 60px;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	line-height: 1.1;
}
.banner-text-area p {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 29px;
}
.banner-text-area .input-group {
	background-color: #667befc6;
	border-radius: 10px;
	margin-top: 30px;
}
.banner-text-area .input-group .form-control {
	padding: 18px;
	border: 0px;
	border-radius: 10px;
	color: var(--fix-whiteColor);
	background-color: transparent;
}
 .banner-text-area .input-group .form-control::-webkit-input-placeholder {
 color: var(--whiteColor);
}
 .banner-text-area .input-group .form-control:-ms-input-placeholder {
 color: var(--whiteColor);
}
 .banner-text-area .input-group .form-control::-ms-input-placeholder {
 color: var(--whiteColor);
}
 .banner-text-area .input-group .form-control::placeholder {
 color: var(--whiteColor);
}
.banner-text-area .input-group .btn {
	margin: 5px;
	padding: 10px 15px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	color: var(--fix-whiteColor);
	border-radius: 10px !important;
	background-color: var(--secondColor);
}
.banner-text-area .input-group .btn:hover {
	background-color: var(--mainColor);
}
.banner-image-area {
	position: relative;
	margin-top: -300px;
}
.banner-images {
	position: relative;
}
.banner-images .banner-1st-img {
	position: absolute;
	top: 30%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
.banner-images .banner-1st-img img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px -5px #373737;
	box-shadow: 0px 0px 10px -5px #373737;
}
.banner-images .banner-3rd-img {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
.banner-images .banner-3rd-img img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px -5px #373737;
	box-shadow: 0px 0px 10px -5px #373737;
}
.banner-images .banner-main-img img {
	width: 100%;
}
/*================================================
About Area CSS
=================================================*/


.about {
	padding: 150px 0px;
}
.about-text-area h6 {
	font-size: 18px;
	color:#000;
	font-weight:600;
	font-family: 'Archivo', sans-serif;
	position:relative;
	padding-left: 55px;
}
.about-text-area h6::before {
	content: '';
	height: 2px;
	width: 6%;
	background-color: #FFC631;
	position: absolute;
	left: 0px;
	top: 10px;
}
.about-text-area h2 {
	font-size: 48px;
	color:#000;
	font-weight:700;
	font-family: 'Archivo', sans-serif;
}
.about-text-area p {
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	line-height:1.6;
	font-size:18px;
}
.about-img img {
	width: 86%;
}
.about-img {
	position:relative;
}
.about-img::before {
	content: '';
	position: absolute;
	background-color: #ffc631;
	width: 80%;
	height: 30px;
	right: 19px;
	bottom: -30px;
}
.about-img::after {
	content: '';
	position: absolute;
	background-color: #ffc631;
	width: 30px;
	height: 400px;
	bottom: 0;
	right: 19px;
}
.about-text-area .default-button, .about-text-area .default-button-3 {
	margin-top: 30px;
}
/*================================================
Index Construction Area CSS
=================================================*/
.construction {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Construction-bg.png);
	background-color:#000;
	padding:150px 0px;
}
.construction h6 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
	padding: 0px 0px 15px 0px;
	padding-left:60px;
}
.construction h6::before {
	content: '';
	height: 2px;
	width: 4%;
	background-color: #FFC631;
	position: absolute;
	left: 16px;
	top: 10px;
}
.construction h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-family: 'Archivo', sans-serif;
	line-height: 1.4;
}
.construction-inner {
	margin: 120px 0px 50px;
	padding: 0px;
	position: relative;
}
.construction-inner-blue-box {
	position: absolute;
	right: 80px;
	top: -81px;
	z-index: 5;
}
.construction-inner-blue-box img {
	width:80%;
	height:auto;
}
.construction-box-outer {
	position:absolute;
	z-index:9;
}
.construction-box {
	width: 250px;
	height: 250px;
	background: #F3F3F3;
	border: 1px solid #1B3954;
	border-radius: 50%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 9;
	padding: 50px 0px;
}
.construction-box-icon {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 98px;
	height: 98px;
}
.construction-box-icon img {
	width: 80%;
	height: auto;
	margin: 0px auto;
}
.construction-box h4 {
	font-size: 15px;
	color: #000810;
	padding: 12px 12px;
	margin: 0px;
	text-align: center;
	font-weight: 600;
	height: 63px;
	overflow: hidden;
	line-height: 1.4;
}

.construction-box-white-arrow {
	position: absolute;
	right: -52px;
	top: 112px;
	z-index: 9;
}
/*================================================
Index products Area CSS
=================================================*/

.products-row {
	padding:150px 0px;
	margin:0px;
	background:#fff;
}
.products-row h6 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
	position: relative;
	padding-left: 80px;
}
.products-row h6::before {
	content: '';
	height: 2px;
	width: 6%;
	background-color: #FFC631;
	position: absolute;
	left: 0;
	top: 10px;
}
.products-row h2 {
	font-size: 48px;
	color: #000;
	font-weight: 700;
	font-family: 'Archivo', sans-serif;
}
.products-row-inner {
	padding: 40px 0px;
}
.products-row-inner .tab {
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 30%;
	height: 530px;
}
.products-row-inner .tab button {
	display: block;
	background-color: inherit;
	color: #000810;
	padding: 15px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
}
.products-row-inner .tab button.active {
	background-color: #fff;
	color: #ffc631;
}
.products-row-inner .tab button:hover {
	background-color: #fff;
	color: #ffc631;
}
.products-row-inner .tab button:last-child {
	border-bottom:none;
}
/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px 12px;
	border: 1px solid #ccc;
	width: 70%;
	border-left: none;
	height: 530px;
}
.products-row-inner-right {
	margin: 15px 0px;
    padding: 15px 16px;
}
.products-row-inner-right-img {
	width: 100%;
    height: 335px;
    margin-bottom: 20px;
    padding: 0px;
}
.products-row-inner-right-img img {
	width:100%;
	height:100%;
}
.products-row-inner-right h3 {
	color: #1F3568;
	font-size: 30px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-weight: 600;
}
.products-row-inner-right p {
	font-size: 16px;
	line-height: 1.6;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
/*================================================
Blog slider Area CSS
=================================================*/
.testimonial-1 {
	position: relative;
	overflow: hidden;
	background:#001F3F;
	padding:100px 0px;
	margin:0px;
	text-align:left;
}
.testimonial-1 .default-section-title h6 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
	position: relative;
	padding-left: 84px;
}
.testimonial-1 .default-section-title h6::before {
	content: '';
	height: 2px;
	width: 6%;
	background-color: #FFC631;
	position: absolute;
	left: 0;
	top: 10px;
}
.testimonial-1 .default-section-title h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-family: 'Archivo', sans-seri
}
.testimonial-card {
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #001f3f;
	position: relative;
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
	min-height: 460px;
}
.testimonial-card .testimonial-header {
	padding:20px 0px;
	margin:0px;
}
/* .testimonial-card .testimonial-header h4 {
	margin-bottom: 0px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	font-size: 13px;
	 display: -webkit-box; */
	/* display: -ms-flexbox; */
/*	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	padding-bottom: 20px;
	height: 80px;
}
 */


.testimonial-card .testimonial-header h4 {
    margin-bottom: 0px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    font-size: 13px;
    /* display: -webkit-box; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding-top: 20px;
    /* height: 80px; */
}


.testimonial-card .testimonial-header h4:hover {
	color:#FFC631;
}
/* .testimonial-card .testimonial-header h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
	margin:0px;
	padding:0px 0px 10px 0px;
	height: 58px;
    overflow: hidden;
} */


.testimonial-card .testimonial-header h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    /* height: 58px; */
    overflow: hidden;
}


.read-post {
	color: #ffc631;
	font-size: 18px;
	padding: 10px 0px;
}
 a.read-post:hover {
	color:#fff;
}

.post-template-default a.read-post:hover {
	color:#000;
}


.testimonial-card .testimonial-header p {
	font-size:14px;
	padding:0px;
	margin:0px;
	line-height:1.4;
	color: #fff;
}
.testimonial-card .testimonial-footer {
	margin-top: 20px;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #fff;
}
.testimonial-card .testimonial-footer img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border: 2px solid var(--blackColor);
}
.testimonial-card .testimonial-footer h4 {
	font-size: 20px;
	margin-bottom: 5px;
	color: var(--blackColor);
}
.testimonial-card .testimonial-footer p {
	font-size: 14px;
}
.testimonial-card:hover .testimonial-header h4 {
	color: var(--mainColor);
}
.testimonial-card:hover .fa-quote-right {
	color: var(--mainColor);
}
.testimonial-card:hover .testimonial-footer img {
	border-color: var(--mainColor);
}
.slider-dot .owl-dots {
	text-align: center;
	margin-top: 25px;
}
.slider-dot .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	border-radius: 50%;
	background-color: #ffffff !important;
	border: 2px solid #999999;
}
.slider-dot .owl-dots .active {
	border-color: var(--mainColor);
}
/*================================================
Footer Area CSS
=================================================*/

.footer {
	background: #001F3F;
	padding: 80px 0px 0px;
}
.footer-logo-area p {
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.8;
}
.footer-logo-area .footer-social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-logo-area .footer-social-icons span {
	color: var(--blackColor);
	margin-right: 10px;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.footer-logo-area .footer-social-icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-logo-area .footer-social-icons ul li {
	display: inline-block;
}
.footer-logo-area .footer-social-icons ul li a {
	width: 35px;
	height: 35px;
	font-size: 18px;
	margin-left: 6px;
	border-radius: 50%;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: #001F3F;
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
}
.footer-logo-area .footer-social-icons ul li a:hover {
	color: #000;
	background-color: #ffc631;
}
.footer-links h3 {
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
	color: #fff;
	font-size: 24px;
}
.footer-contact-list {
	padding-left: 20px;
}
.footer-quick-links {
	padding-left: 60px;
}
.footer-content-card p {
	font-size: 15px;
}
.footer-content-card p a {
	color: var(--paragraphColor);
}
.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}
.footer-quick-links ul li {
	margin-top: 13px;
}
.footer-quick-links ul li a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
}
.footer-quick-links ul li a:hover {
	color:#FFC631;
}
.footer-gallery {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0px 10px 10px 0px;
}
.footer-butm-row {
	border-top: 1px solid #ffffffa1;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.footer-butm-row p {
	font-size:14px;
	color:#fff;
}
.footer-butm-row p a{
	font-size:14px;
	color:#fff;
}
/*================================================ 
CopyRight Area CSS
=================================================*/
.copyright {
	text-align: center;
	color: var(--whiteColor);
	position: relative;
	border-top: 1px solid #eeeeee;
	padding-top: 0px;
	padding-bottom: 20px;
}
.copyright .container {
	border-top: 1px solid #ffffff1e;
}
.copyright p {
	color: var(--paragraphColor);
	padding-top: 20px;
	font-size: 15px;
}
.copyright p a {
	font-weight: 500;
	text-decoration: none;
	color: var(--mainColor);
}
.copyright p strong {
	color: var(--blackColor);
}
.copyright-2 {
	border-top: 1px solid rgba(238, 238, 238, 0.3);
}
.copyright-2 p {
	color: #eeeeee;
}
.copyright-2 p a {
	color: var(--thirdColor);
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: var(--mainColor);
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: var(--mainColor);
	border: 1px solid var(--mainColor);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
/*================================================
Index 03 Banner Area CSS
=================================================*/


/*================================================
Index 03 Features Area CSS
=================================================*/
.feature-card-3 {
	padding: 30px 30px 25px 115px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	margin-top: 30px;
	position: relative;
}
.feature-card-3 .feature-3-icon {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border: 1px dashed #2e2f46;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 30px;
}
.feature-card-3 .feature-3-icon i {
	font-size: 35px;
	width: 60px;
	height: 60px;
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background-color: var(--secondColor);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--fix-whiteColor);
}
.feature-card-3 h4 {
	font-size: var(--card-title-fontSize);
	margin-bottom: 12px;
}
.feature-card-3:hover {
	border-color: var(--mainColor);
}
.feature-card-3:hover .service-3-icon {
	border-color: var(--mainColor);
}
.feature-card-3:hover .service-3-icon i {
	background-color: var(--mainColor);
}
/*================================================
Index 03 Service Area CSS
=================================================*/
.service-3 .section-content {
	margin-top: 50px;
}
.service-card-3 {
	text-align: center;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border: 1px solid #eeeeee;
	padding: 30px 30px 25px 30px;
}
.service-card-3 .service-card-icon-area {
	width: 80px;
	height: 80px;
	font-size: 35px;
	border-radius: 10px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border: 5px solid var(--fix-whiteColor);
	background-color: var(--secondColor);
	-webkit-box-shadow: 0px 0px 1px 1px var(--secondColor);
	box-shadow: 0px 0px 1px 1px var(--secondColor);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	color: var(--fix-whiteColor);
	margin-top: 10px;
	margin-bottom: 20px;
}
.service-card-3 .service-card-icon-area i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.service-card-3 h4 {
	font-size: var(--card-title-fontSize);
	margin-top: 20px;
	margin-bottom: 12px;
}
.service-card-3:hover {
	border-color: var(--mainColor);
}
.service-card-3:hover .service-card-icon-area {
	-webkit-box-shadow: 0px 0px 1px 1px var(--mainColor);
	box-shadow: 0px 0px 1px 1px var(--mainColor);
	background-color: var(--mainColor);
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}
.service-card-3:hover .service-card-icon-area i {
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
/*================================================
contact-page Area CSS
=================================================*/

.contact-area {
	padding: 100px 0px 30px;
}
.contact-area .default-section-title h6 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
	position: relative;
	padding-left: 76px;
	padding-top: 0px;
}
.contact-area .default-section-title h6::before {
	content: '';
	height: 2px;
	width: 10%;
	background-color: #FFC631;
	position: absolute;
	left: 0;
	top: 10px;
}
.contact-area .default-section-title h2 {
	font-size: 48px;
	color: #000;
	font-weight: 700;
	font-family: 'Archivo', sans-seri;
	padding: 0px 0px 30px 0px;
}
.contact-area .default-section-title h2 span {
	color:#4263AE;
}
#contactForm {
	margin: 40px 0px;
}
.contact-area-right-box {
	margin: 0px 0px 35px 0px;
	padding: 0px;
}
.contact-area-right {
	margin: 65px 0px;
	padding-left:50px;
}
.contact-area-right h2 {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	font-family: 'Archivo', sans-seri;
	line-height: 1.4;
	padding-bottom: 25px;
}
.row.contact-area-right-box h5 {
	color: #A9A9A9;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
}
.row.contact-area-right-box p {
	font-size: 20px;
	color: #000;
	padding: 0px 0px 0 0px;
	margin: 0px;
	width: 100%;
}
.row.contact-area-right-box p a:hover {
	color:#FFC631;
}
/*================================================ 
Uni Banner Area CSS
=================================================*/
.uni-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/inner-banner.png);
	position: relative;
	margin-top: -185px;
	background-color: #00052e;
}
.uni-banner-text-area {
	position: relative;
	text-align: left;
	padding-top: 250px;
	padding-bottom: 100px;
}
.uni-banner-text-area h1 {
	font-size: 60px;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	padding: 20px 0px 0px 0px;
}
.uni-banner-text-area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative
}
.uni-banner-text-area ul::before {
	content: '';
	height: 1px;
	width: 20%;
	background-color: #FFC631;
	position: absolute;
	left: -222px;
	top: 15px;
}
.uni-banner-text-area ul li {
	display: inline-block;
	margin: 0px 10px;
	position: relative;
	color: var(--fix-whiteColor);
	font-size: var(--fontSize);
	font-family: var(--fontFamily);
}
.uni-banner-text-area ul li a {
	color: var(--fix-whiteColor);
}
.uni-banner-text-area ul li::after {
	content: '>';
	font-size: 18px;
	position: absolute;
	right: -16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.uni-banner-text-area ul li:last-child::after {
	display: none;
}
/*================================================
partnertestimonial Area CSS
=================================================*/

.partner {
	background: #001f3f;
	color: #fff;
	padding: 40px 0px 80px;
}
.partner h2 {
	font-size: 45px;
	color: #ffc631;
	font-weight: 600;
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
}
.partner h3 { font-size: 30px;}

.partner p {
	font-size: 20px;
	color: #fff;
}
.partner .testimonial-header h3 {
	font-size: 40px;
	font-style: italic;
	color: #fff;
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
	font-family: 'Archivo', sans-serif;
}
.partner .testimonial-header h3 span {
	color:#ffc631;
	font-size:60px;
	padding-right:8px;
}
.partner .testimonial-header h6 {
	font-size: 20px;
	color: #fff;
	padding: 30px 0px 0px 88px;
	margin: 0px;
	line-height: 1.2;
	font-family: 'Archivo', sans-serif;
	position: relative;
}
.partner .testimonial-header h6::before {
	content: '';
	height: 2px;
	width: 6%;
	background-color: #FFC631;
	position: absolute;
	left: 0px;
	top: 45px;
}
/*================================================
why Us Area CSS
=================================================*/


.why-we {
	padding:80px 0px;
	margin:0p;
}
.why-we h6 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
	position: relative;
	padding-left: 60px;
}
.why-we h6::before {
	content: '';
	height: 2px;
	width: 4%;
	background-color: #FFC631;
	position: absolute;
	left: 0;
	top: 10px;
}
.why-we h2 {
	font-size: 48px;
	color: #000;
	font-weight: 700;
	font-family: 'Archivo', sans-serif;
}
.why-we-inner {
	padding:50px 0px 0px;
	margin:0px;
}
.why-we .default-section-title {
	margin: 0px 0px 90px 0px;
	width: 100%;
}
.visionaries-row-box-img {
	width: 250px;
	height: 250px;
	margin: 0px auto;
	position:relative;
}
.visionaries-row-box-img::before {
	content: '';
	position: absolute;
	background-color: #ffc631;
	width: 70%;
	height: 30px;
	right: -21px;
	top: -30px;
}
.visionaries-row-box-img::after {
	content: '';
	position: absolute;
	background-color: #ffc631;
	width: 30px;
	height: 240px;
	top: -30px;
	right: -30px;
}
.visionaries-row-box h3 {
	font-family: 'Archivo', sans-serif;
	font-size: 20px;
	color: #000;
	margin: 20px 0px 4px;
	padding: 0px;
}
.visionaries-row-box p {
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#202C38;
	font-size:16px;
}
.visionaries-row-box h5 {
	color: #4263AE;
	font-size: 16px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
/*================================================
products Area CSS
=================================================*/




.product-row {
	padding: 100px 0px;
}
.product-row-inner {
	margin: 0px 0px 60px 0px;
}
.product-row-inner-right h2 {
	font-size:30px;
	color: #000810;
	font-weight: 700;
	font-family: 'Archivo', sans-serif;
}
.product-row-inner-right p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #202C38;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	line-height: 1.5;
}

.blog-inner {
	margin: 100px 0px;
}

.blog-inner-box h2 {
	font-size: 26px;
	text-align: left;
	color: #000000;
	font-weight: 600;
	padding: 6px 0px;
}

.blog-inner-box p {
	font-size: 16px;
	text-align: justify;
	color: #202C38;
	font-weight: 400;
	padding: 6px 0px 15px 0px;
	line-height: 28px;
/* 	border-bottom: 1px solid #ccc; */
}

.read-post:hover {
	color: #000;
}


.wp-block-search__button {
	background: #ffc631;
	border: 1px solid #ffc631;
	padding: .375em .625em;
	color: #32373c;
	margin-left: 0;
	word-break: normal;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.blog-inner-box h4 {
	font-size: 16px;
	
}


.blog-inner-box h4 span {	font-size: 16px; }

.blog-inner-box h4 span {
	font-size: 16px;
	color: #636363;
	float: right;
}

.featured-media-inner img {
	border-radius: 10px;
}

.widget_categories {
	border: 1px solid #ccc;
	padding: 20px 20px;
	margin: 20px 0px;
	border-radius: 6px;
	text-align: left;
}

.featured-media-inner.section-inner img {
	width: 100%;
}

.cat-item.cat-item-1 {
	list-style-type: none;
}

.archive-header-inner h2 {
	text-align: left;
	font-size: 40px;
	font-weight: 600;
	padding: 0px 0px 20px 0px;
}


/*================================================
Animation Area CSS
=================================================*/
@-webkit-keyframes top-bottom {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
}
@keyframes top-bottom {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
}
 @-webkit-keyframes half-spin {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 -webkit-transform-origin: center;
 transform-origin: center;
}
 50% {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 -webkit-transform-origin: center;
 transform-origin: center;
}
}
 @keyframes half-spin {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 -webkit-transform-origin: center;
 transform-origin: center;
}
 50% {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 -webkit-transform-origin: center;
 transform-origin: center;
}
}
 @-webkit-keyframes video-play {
 0% {
 width: 50%;
 height: 50%;
}
 100% {
 width: 100%;
 height: 100%;
}
}
 @keyframes video-play {
 0% {
 width: 50%;
 height: 50%;
}
 100% {
 width: 100%;
 height: 100%;
}
}
/*# sourceMappingURL=style.css.map */

.wpcf7 form.invalid .wpcf7-response-output {
	color: red;
	border-color: #e52020;
}


.blog .blog-inner-box {
    margin-bottom: 40px;
    border: #cccccc59 1px solid;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}


.blog a.read-post:hover {
	color: #000;
}


.white-logo {
	/*width: 50%;*/
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	opacity: 0.9;
    width: 230px;
    height: 70px;
    max-width: 230px;
    height: 70px;
}

.white-logo img { width: 100%; }


.product-row-inner-left img {
	box-shadow: 0px 7px 16px #00000029;
	border-radius: 10px;
}


.proposition-box {
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 40px;
	text-align: center;
}
.proposition-box h3 {
	color: #fd7e14;
	font-size: 22px;
	margin: 10px 0px;
	font-weight: 600;
}
.proposition-box p {
	color: #000;
	line-height: 1.4;
	font-size: 16px;
	margin: 0px 0px 40px 0px;
}

#drop_subject {
	border: 1px solid #ced4da;
	width: 100%;
	background: none;
	padding: 8px 8px;
	border-radius: 4px;
	color: #6c757d;
}
.follow-us p{
    color:#fff;
}
.testimonial-card .testimonial-header{
    padding: 20px 0px 4px;
}
.testimonial-card .testimonial-footer {
    margin-top: 10px;
}
.footer-links .footer-social-icons ul li{
    margin-top: 0;
}
.footer-links .footer-logo-area .footer-social-icons ul li a {
    margin-left: 0;    
    color: #fff;
}
.footer-links .footer-logo-area .footer-social-icons ul li a:hover{
    background-color: #ffc631;
	color:#000;
}

.testimonial-image {
    height: 200px;
    overflow: hidden;
}

.thankyou-img {
    width: 100%;
    margin: 0px auto;
    display: block;
    text-align: center;
}
.thankyou-img img {
    margin-top: 40px;
    height: 250px;
}

.inner-banner-part-thankyou .banner-text-row h1 {
    color: #002E75;
    font-size: 41px;
    font-weight: 600;
}
.inner-banner-part-thankyou .banner-text-row p {
    color: #909090;
    font-size: 28px;
}

.blog-img-zhu {
    border: #ccc 1px solid;
    height: 214px;
    overflow: hidden;
    border-radius: 12px;
    }

.blog-img-zhu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }

#sidebar ul {
    list-style: none;
    }

#sidebar li {
    list-style: none;
    border-bottom: #cccccc78 1px solid;
    padding: 6px 0px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
    }



.menu-button {
    overflow: hidden;
    border: #FFC631;
    padding: 12px 35px;
    border-radius: 2px;
    display: inline-block;
    color: var(--fix-whiteColor);
    background-color: #FFC631;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    color: #000810;
}
.products-row-inner-left {
	padding: 15px 16px;
}
.products-row-inner-left h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.products-row-inner-left p:last-child {
	text-align: justify;
}
.button {
	text-align: center;
    margin-top: 30px;
}
.button a {
	overflow: hidden;
    border: #FFC631;
    padding: 12px 35px;
    border-radius: 2px;
    display: inline-block;
    color: var(--fix-whiteColor);
    background-color: #FFC631;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    color: #000810;
}
.frm-sec {
    margin: 60px auto;
    position: relative;
    display: block;
   padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.frm-sec h2 {
    margin-bottom: 25px;
    text-align: left !important;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Archivo', sans-seri;
}
.frm-sec h2 span{
 color: #4263AE;	
}

.work-sec h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}
.w-img {
    width: 235px;
    height: 235px;
    background: #F3F3F3;
    border: 1px solid #1B3954;
    border-radius: 50%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 9;
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}
.work-box h4 {
    font-size: 20px;
    color: #ffc631;
    padding: 12px 12px;
    margin: 0px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.4;
}
.work-box p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    color: white;
}
.work-box {
    position: relative;
    display: block;
}
.work-sec {
    
		position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Construction-bg.png);
	background-color:#000;
	padding:80px 0px;
}
.products-row-inner .button {
    text-align: left;
    margin-top: 30px;
    padding-left: 12px;
}
.side-btn .default-button {
    min-width: max-content;
}

.page-id-603 .main-nav nav .navbar-nav {
    margin: 0px;
    padding: 0px 0px 0px 50px;
    float: right;
    text-align: right;
    width: 100%;
}
.page-id-603 .side-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 10px;
}
.page-id-603 .header-area .default-button {
    overflow: hidden;
    border: #ffffff;
    padding: 12px 35px;
    border-radius: 2px;
    display: inline-block;
    color: var(--fix-whiteColor);
    background-color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    color: #000810;
}
.page-id-603 .header-area .default-button.white-btn {
    overflow: hidden;
    border: #fd7e14;
    padding: 12px 35px;
    border-radius: 2px;
    display: inline-block;
    color: var(--fix-whiteColor);
    background-color: #fd7e14;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    color: #ffffff;
}
.page-id-603 .header-area .default-button:hover{
	color: white;
}
#file.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
