/*  
Theme Name: Zakegenesis Theme
Description: A WordPress theme for service website
Version: 1.1
Author: Zake
Author URI: https://zakegenesis.com
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

/*Presets*/
.contentContainer{
	max-width: 1200px;
	margin: 0 auto;
}
body{
	overflow-x: hidden;
}
body:not(.home){
	margin-top: 134px;
}
body.logged-in.admin-bar .main-header{
	top: 32px;
}
body.logged-in.admin-bar .main-header.scrolled {
	top: 0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em,  img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body, th, td, input, textarea{
	font-size:16px;
	line-height: 26px;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none !important;
	outline-style: none;
}
input:focus-visible{
	outline-width: 0px ;
}
textarea:focus-visible{
	outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.wpcf7-form label{
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
	line-height: 25px;
}
.wpcf7-form input{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form textarea{
	width: 100%;
	border-radius: 5px;
	height: 100px;
	resize: none;
	margin-top: 8px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form .has-spinner{
	width: fit-content;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 0px 30px;
	border: 0px;
	font-size: 16px;
	line-height: 26px;
}
a{
	text-decoration: none;
}
acronym, abbr, span.caps{
	cursor:help;
}
code{
	font-size:1.0em;
}
li{
	list-style: none;
}
input {
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.nav.navbar-nav{
	align-items: center;
}
.navbar-brand img,
.footer-logo-col img,
footer .social-media-icon{
	max-width: 210px;
	width: 100%;
}
.navbar-brand img,
.footer-logo-col img{
	height: auto;
	object-fit: cover;
}
.container{
	max-width: 100% !important;
	padding: 0px 50px;
}
header .container{
	max-width: 100% !important;
	padding: 40px 80px;
	position: relative;
}
body:not(.home) header .container,
body header .container{
	padding: 20px 80px;
}
.mobile-menu-wrapper{
	position: absolute;
    top: calc(100% - 30px);
    left: 30px;
    background-color: #49AB86;
    width: calc(100% - 60px);
    padding: 20px;
}
.mobile-menu-wrapper ul{
	gap: 10px;
}
.mobile-menu-wrapper ul li ul{
	display: none;
    flex-direction: column;
    padding-left: 20px;
    gap: 10px;
}
.mobile-menu-wrapper ul li a{
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}
.mobile-menu-wrapper ul.mobile-nav > li{
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.mobile-menu-wrapper ul.mobile-nav li.menu-item-has-children{
	gap: 10px;
}
header.scrolled .container{
	padding: 15px 50px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
}
.elementor-element {
    --widgets-spacing: 0px !important;
}

/*Header*/
.main-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.navbar{
	padding: 0;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	transition: .3s all ease-in-out;
}
header.scrolled .navbar{
	background-color: #fff;
}
.elementor-widget-zg-logo .logo a{
	display: flex;
}
.navbar-brand .logoImg{
	max-width: 260px;
    width: 100%;
	transition: .5s all ease-in-out;
}
body footer .navbar-brand .logoImg,
body.home .navbar-brand .logoImg{
	filter: brightness(0) invert(1);
}
.scrolled{
	position: fixed;
	background-color: #05072594;
}
body .scrolled .navbar-brand .logoImg{
	scale: .9;
	filter: brightness(1) invert(0);
}
.navbar-brand a{
	display: flex;
}
.navbar-toggler .icon-bar{
	width: 30px;
	height: 3px;
	margin-bottom: 4px;
	display: block;
	background-color: #fff;
}
.menu-item-has-children:hover .dropdown-menu{
	display: block !important;
}
.navbar-toggler {
	border: none;
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggler .icon-bar {
  	transition: all 0.2s;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
	width: 20px;
}
.navbar-toggler .middle-bar {
  	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 8% 66%;
	width: 25px;
}
.navbar-toggler.collapsed .top-bar {
  	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  	transform: rotate(0);
}
button:focus {
	outline: none;
	border:none;
}
.navbar-light .navbar-toggler{
	border:none;
	box-shadow: none;
	background-color: #49AB86;
	padding: 20px;
}
.navbar-toggler.menu-opened {
	padding: 20px 10px 20px 20px;
}
.navbar-toggler.menu-opened .top-bar{
	width: 28px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 100;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px;
	border-radius: 50px;
}
#myBtn img{
	filter: brightness(0)invert(1);
	transform: rotate(270deg);
	display: flex;
}
.dropdown-menu{
	left: -80px;
	padding: 10px 0px;
}
#navbarSupportedContent li{
	margin: 0px 15px;
}
body #navbarSupportedContent li.menu-button a.nav-link,
body.home .scrolled #navbarSupportedContent li.menu-button a.nav-link{
	background: linear-gradient(94.69deg, #068F5C 0.3%, #00C47B 100%);
	border: 1px solid;
	border-image-source: linear-gradient(94.37deg, rgba(0, 196, 123, 0.5) 2.96%, rgba(6, 143, 92, 0.5) 97.45%);
	color: #fff;
	padding: 20px 40px;
	border-radius: 16px;
}
body.home #navbarSupportedContent li.menu-button a.nav-link{
	background-color: #fff;
	color: #fff;
}
body #navbarSupportedContent li.menu-button:hover a.nav-link,
body .scrolled #navbarSupportedContent li.menu-button:hover a.nav-link{
	background: linear-gradient(94.69deg, #00C47B 0.3%, #068F5C 100%);
	color: #fff;
}
#navbarSupportedContent li a{
	padding: 0px;
	font-family: "Roboto", sans-serif;
}
#navbarSupportedContent li .nav-link{
	margin: 15px 0px;
	color: #5c5c5c;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	transition: .3s all ease-in-out;
}
body #navbarSupportedContent li .nav-link{
	color: #000;
	border-color: transparent;
	border-width: 0 0 2px 0;
	border-style: solid;
}
body #navbarSupportedContent li .nav-link.menu-with-image{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
body #navbarSupportedContent li .nav-link img{
	margin-left: 8px;
}
body #navbarSupportedContent li .nav-link img.menu-item-image{
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
}
body.home #navbarSupportedContent li .nav-link{
	color: #fff;
	border-width: 0 0 2px 0;
	border-style: solid;
}
body #navbarSupportedContent li .nav-link:hover,
body .scrolled #navbarSupportedContent li .nav-link:hover{
	border-color: #08905C;
}
header.scrolled #navbarSupportedContent li .nav-link{
	color: #5c5c5c;
}
header.scrolled #navbarSupportedContent li:hover > .nav-link{
	color: #49AB86;
}
#navbarSupportedContent{
	margin: 0px -15px;
}
.dropdown-menu li{
	margin-bottom: 10px !important;
}
.dropdown-menu li:last-child{
	margin-bottom: 0px !important;
}

/*Home*/
.image-slider img{
	object-fit: cover;
}

/*Blog*/
.blog-head{
	margin-bottom: 60px;
	height: 520px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.blog .container-fluid{
	padding: 0px;
	margin-top: -60px;
}
.blog-head:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(./images/bg-img.png);
	opacity: .5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.blog-head h1{
	text-align: center;
	font-size: 50px;
	line-height: 60px;
}
.blog-posts{
	display: flex;
	row-gap: 30px;
}
.blog .post .feat-img{
	display: flex;
}
.blog .post .feat-img img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.blog h2{
	text-transform: capitalize;
}
.blog .meta{
	margin: 15px 0px 5px 0px ;
}
.blog .info{
	margin: 10px 0px 0px 0px ;
}

/*Single Page*/
.single-post .container-fluid{
	padding: 0px;
	margin-top: -60px;
}
.comment-section{
	margin-top: 50px;
	margin-bottom: 60px;
}
.comment-section .comment-reply-title{
	font-size: 24px;
	line-height: 30px;
}
.comment-section .logged-in-as{
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0px 5px 0px;
}
.comment-section .comment-notes{
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0px 5px 0px;
}
.comment-section form p label{
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0px 8px 0px;
}
.comment-section form p textarea{
	resize: none;
	padding: 10px;
	height: 100px;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
}
.comment-section form p input{
	padding: 10px;
	height: 50px;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
	display: flex;
	align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.comment-section form .form-submit input{
	width: fit-content;
	font-size: 14px;
	line-height: 17.81px;
	display: flex;
	padding: 16.2px 37px;
	border-radius: 5px;
	border: 0px;
	margin-top: 20px;
	height: fit-content;
}
.comment-section .comments-title{
	display: none;
}
.comment-section h3{
	font-size: 25px;
	margin-bottom: 30px;
}
.comment-section .comment-list .children{
	margin-left: 40px;
	margin-top: 15px;
}
.comment-section .comment-list .comment{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.comment-section .comment-respond{
	margin-top: 30px;
}
.social-share{
	text-align: center;
	margin-top: 40px;
}
.social-share ul{
	display: flex;
	justify-content: space-evenly;
	column-gap: 20px;
	margin-top: 20px;
}
.social-share ul i{
	font-size: 22px;
	color: #214185;
}
.social-share ul i:hover{
	color: #08905c;
}

/*Error*/
.error404{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.error404 .error .container{
	padding: 0px 15px;
}
.error404 h1{
	text-align: center;
    padding: 60px 0px;
    font-size: 50px;
    line-height: 60px;
    max-width: 460px;
    margin: auto;
}


/*Archive*/
.archive .container-fluid{
	padding: 0px;
}

/*Search Page*/
.search-results .container-fluid{
	padding: 0px;
	margin-top: -60px;
}
.nosearch-result p{
	margin: 15px 0px 10px 0px;
}
.nosearch-result form >div{
	display: flex;
	max-width: 500px;
}
.nosearch-result form input{
	border-radius: 5px;
}
.nosearch-result form #s{
	width: 70%;
	margin-right: 15px;
}
.nosearch-result form #searchsubmit{
	width: 30%;
	margin-top: 0px !important;
	border: 0px;
}

/*Footer*/
footer p{
	margin-bottom: 5px;
}
footer p a{
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}
footer ul a{
	padding: 5px 0px;
	display: flex;
}
footer h3{
	margin-bottom: 20px;
}
footer .navbar-brand{
	margin: 0px;
}
.footer-top{
	padding: 60px;
}
.social-media-icon{
	display: flex;
	column-gap: 15px;
	row-gap: 15px;
	margin-top: 20px;
	justify-content: space-around;
}
.social-media-icon a{
	display: flex;
}
.social-media-icon i{
	font-size: 25px;
}
.footer-contact-col i{
	margin-right: 10px;
}
.footer_copy{
	text-align: center;
	padding: 10px 0px;
	margin-top: 60px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
}
.wpcf7-form-control{
	margin-bottom: 20px;
}
.wpcf7-not-valid-tip{
    margin-top: -10px;
    margin-bottom: 15px;
}

/* Additional */
.elementor-custom-nav-menu {
  width: 100%;
}
.elementor-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.elementor-menu li {
  display: inline-block;
}
.elementor-menu a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.main-banner-section .slick-slider{
	width: 55%;
	opacity: .3;
	position: absolute;
    top: 33%;
}
.main-banner-section .slick-slider .slick-list{
	position: relative;
}
.main-banner-section .slick-slider .slick-list:before{
	content: "";
	position: absolute;
	top: 0;
	width: 25%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg, #00000000 0%, #04052479 25%, #040524 75%);
}
.main-banner-section .slick-slider.right-slider .slick-list:before{
	background: linear-gradient(90deg, #040524 25%, #04052479 75%, #00000000 100%);
}
.main-banner-section .slick-slider .slick-slide{
	padding: 0 53px;
}
.main-banner-section .slick-slider.left-slider{
    transform: perspective(1000px) rotateY(45deg);
	direction: rtl;
    left: 0px;
}
.main-banner-section .slick-slider.right-slider{
    transform: perspective(1000px) rotateY(-45deg);
    right: 0px;
}
.main-banner-section .text-block{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
	max-width: 1024px;
	max-width: 1024px;
    margin: auto;
}
.main-banner-section .text-block img{
	margin: 0 2vw;
}
.main-banner-section .text-block a{
	transition: all .3s ease-in-out;
}
.main-banner-section .text-block .green-title{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
.main-title h2.title-2 {
	color: transparent;
	display: inline-block;
	white-space: nowrap;
	-webkit-text-stroke-width: 1px;
}
.main-title h2.title-2 span {
	color: transparent;
	display: inline-block;
	animation: fillColor 5s linear infinite;
	animation-delay: calc(var(--i) * 0.5s);
	-webkit-text-stroke-width: 1px;
}
.main-banner-section .text-block .title-3{
	letter-spacing: -5px;
    text-align: center;
}
.main-banner-section .text-block p{
	max-width: 960px;
    text-align: center;
	margin: 32px 0 48px;
}
.main-banner-section .text-block .green-title img{
	height: 100%;
	object-fit: contain;
}
.text-slider-widget .text-slide{
	display: flex;
	justify-content: center;
    align-items: center;
	-webkit-text-stroke-width: 1px;
	transition: all .3s ease-in-out;
	color: transparent;
}
.text-slider-widget .text-slide img{
	margin: 0 44px;
}

/* Harleys */
.HwinH,
.HwinH div,
.HwinH figure,
.HwinH img{
	height: 100% !important;
	object-fit: cover;
}
li.menu-item-object-custom > .nav-link.menu-with-image,
body.home .scrolled li.menu-item-object-custom > .nav-link.menu-with-image{
	padding: 10px !important;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 2px 2px 2px 2px !important;
	background-color: #08905c;
}
li.menu-item-object-custom > .nav-link.menu-with-image img,
body.home .scrolled li.menu-item-object-custom > .nav-link.menu-with-image img{
	filter: brightness(0) invert(1);
}
body.home li.menu-item-object-custom > .nav-link.menu-with-image{
	background-color: #fff;
}
body.home li.menu-item-object-custom:hover > .nav-link.menu-with-image{
	background-color: transparent;
}
body.home li.menu-item-object-custom > .nav-link.menu-with-image img,
body.home .scrolled li.menu-item-object-custom:hover > .nav-link.menu-with-image img{
	filter: brightness(1) invert(0);
}
li.menu-item-object-custom:hover > .nav-link.menu-with-image{
	border-color: #08905c !important;
}
li.menu-item-object-custom > .nav-link img{
	width: 24px;
	height: 24px;
	object-fit: contain;
}
li.menu-item-object-custom:hover > .nav-link{
	background: transparent;
}
li.menu-item-object-custom:hover > .nav-link img{
	filter: brightness(1)invert(0);
}
#navbarSupportedContent ul li .dropdown-menu{
	width: 200px;
	border-radius: 0;
	transform: translateX(-50%);
	display: none;
	padding: 20px;
}
body #navbarSupportedContent ul li .dropdown-menu a.nav-link{
	font-weight: 500;
    font-size: 17px;
	line-height: 27px;
    color: #5c5c5c;
    transition: all 0.02s ease;
	text-transform: capitalize;
	transition: .3s all ease-in-out;
    width: fit-content;
}
body #navbarSupportedContent ul li .dropdown-menu a.nav-link:hover{
	color: #2a307d;
}
#navbarSupportedContent .dropdown-menu li{
	margin: 12px 0;
}
#navbarSupportedContent .dropdown-menu li:last-child{
	border-bottom: 0;
}
#navbarSupportedContent ul li .dropdown-menu li:hover a{
	color: #49AB86;
}
#navbarSupportedContent ul li > .dropdown-menu.view-a-submenu-wrapper{
	width: 900px;
	min-height: 492px;
	padding: 19px;
    border-radius: 35px;
}
#navbarSupportedContent ul li:hover > .dropdown-menu.view-a-submenu-wrapper{
	display: flex !important;
	justify-content: space-between;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .left-submenu{
	width: 60%;
	max-width: 440px;
	padding: 30px 30px 60px;
}
#navbarSupportedContent ul li .menu-parent-title{
	font-size: 41px;
    line-height: 41px;
    font-family: 'Gotham';
    font-weight: 900;
    color: #49AB86;
    margin-bottom: 41px;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .left-submenu li{
	margin: 0;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image{
	width: 40%;
	height: auto;
    display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview{
	position: relative;
	width: 100%;
	align-items: center;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview .preview-bg{
	opacity: 0;
	transition: .3s all ease-in-out;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview[style="z-index: 10;"] .preview-bg{
	opacity: 1;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview:after,
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image:after{
	content: "";
	background: linear-gradient(180deg, rgba(0, 5, 62, 0) -40%, #00053E 90%);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview .preview-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview .submenu-container{
	height: 100%;
	display: flex;
	align-items: end;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview .submenu-container .dropdown-menu{
	display: flex;
	position: relative;
	left: 0px;
	transform: none;
	flex-direction: column;
	padding: 26px 23px;
	background-color: transparent;
	position: relative;
	z-index: 1;
	border: 0;
	width: 100%;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview .submenu-container .dropdown-menu li{
	margin: 0;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview .submenu-container .dropdown-menu li a{
	color: #bfc2c2;
	transition: .3s all ease-in-out;
	font-weight: 800;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding: 16px 10px 16px 20px;
	border-radius: 8px;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper .right-featured-image .menu-preview .submenu-container .dropdown-menu li:hover a{
	color: #fff;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper li{
	border-bottom: 0;
	margin-bottom: 0 !important;
}
body #navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper a.nav-link{
	font-weight: 700;
    font-size: 22px;
	line-height: 28px;
    color: #2A307B;
	transition: .3s all ease-in-out;
	width: 100%;
	margin: 0;
	padding: 23px 13px 23px 25px;
	border-radius: 22px;
	border: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body #navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper a.nav-link img{
	width: 21px;
	height: 21px;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper li:hover a{
	background-color: #2A307B;
	color: #fff;
	border: 0;
}
#navbarSupportedContent ul li .dropdown-menu.view-a-submenu-wrapper li:hover a img{
	filter: invert(1);
}
.proGallery .gallery{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.proGallery .gallery img{
	border: none !important;
}
.bgGreen figure{
	position: relative;
}
.bgGreen figure img{
	z-index: 1;
	position: relative;
}
.bgGreen figure:after{
	content: "";
	background-color: #49AB86;
	position: absolute;
	top: 25%;
	left: -8px;
	width: calc( 100% + 16px );
	height: 50%;
	z-index: 0;
}
.blog-page{
	font-family: 'Roboto';
}
.blog-page .container{
	padding-top: 20px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	background-color: #e5e5e5;
}
.blog-page .go-back{
	font-size: 24px;
	line-height: 34px;
	font-family: 'Roboto';
	font-weight: 700;
	color: #28346E;
	width: fit-content !important;
	display: flex;
    gap: 10px;
    align-items: center;
}
.blog-page .go-back img{
	transform: rotate(180deg);
}
.blog-page .go-back:hover{
	color: #08905c;
}
.blog-page .blog-categories .category-list{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	background-color: #08905c;
    padding: 15px 0;
}
.blog-page .blog-categories .category-list a{
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	transition: .3s all ease-in-out;
}
.blog-page .blog-categories .category-list a:hover{
	color: #214185;
	text-decoration: underline;
}
.blog-page .blog-posts{
	flex-wrap: wrap;
	gap: 30px 2%;
}
.blog-page .blog-posts h2{
	font-size: 50px;
	line-height: 60px;
	color: #2A307D;
}
.blog-page .blog-posts h2,
.blog-page .blog-posts .post,
.blog-page .blog-posts a,
.blog-page .blog-posts .feat-img,
.blog-page .blog-posts .feat-img img{
	width: 100%;
	height: 100%;
}
.blog-page .blog-posts.all-posts .post{
	width: 49%;
}
.blog-page .blog-posts .left-box{
	width: 70%;
	display: flex;
}
.blog-page .blog-posts .right-box{
	width: 28%;
	display: flex;
	flex-direction: column;
}
.blog-page .blog-posts .left-box,
.blog-page .blog-posts .right-box{
	gap: 30px 3%;
}
.blog-page .blog-posts .feat-img{
	position: relative;
	background-color: #000;
	display: flex;
}
.blog-page .blog-posts .feat-img img{
	object-fit: cover;
}
.blog-page .blog-posts a img{
	transition: .3s all ease-in-out;
}
.blog-page .blog-posts a:hover img{
	opacity: .6;
}
.blog-page .blog-posts .feat-img h3{
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 80%;
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	height: auto;
}
.blog-page .blog-posts .feat-img h3{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-page .blog-posts .left-box .feat-img h3{
	bottom: 40px;
	left: 40px;
	font-size: 40px;
	line-height: 50px;
}
.blog-page .blog-posts .feat-img .blog-cat{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding: 8px 15px;
}
.blog-page .blog-posts .left-box .feat-img .blog-cat{
	font-size: 16px;
	line-height: 26px;
}
.single-post .container{
	flex-direction: row;
}
.single-post .container .post{
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	font-family: 'Roboto';
}
.single-post .container .left-box .post{
	background-color: #fff;
	align-items: center;
}
.single-post .container .left-box .post .blog-cat{
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 30px;
	border-radius: 30px;
	margin-right: 30px;
}
.single-post .container .left-box .post .post-date{
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.single-post .container .left-box .post h1{
	font-size: 40px;
	line-height: 50px;
	color: #000;
	width: 100%;
	margin: 20px 0;
}
.single-post .container .left-box .post .feat-img{
	height: auto;
	width: 100%;
}
.single-post .container .left-box .post .entry p{
	font-size: 18px;
	line-height: 28px;
	color: #797979;
	margin: 18px 0;
}
.single-post .container .left-box .post .entry h3{
	font-size: 24px;
	line-height: 34px;
	color: #2A307D;
	margin: 15px 0;
}
.single-post .container .left-box .post .social-share{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}
.cf-contact-us{
	display: flex;
	flex-wrap: wrap;
	gap: 32px 16px;
}
.cf-contact-us .cf-field,
.cf-contact-us .cf-field p{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.cf-contact-us .cf-field label{
	color: #0C111D;
	font-size: 18px;
	line-height: 24px;
	color: #0C111D;
}
.cf-contact-us .cf-field label,
.cf-contact-us .cf-field input,
.cf-contact-us .cf-field textarea{
	margin: 0;
}
.cf-contact-us .cf-field input,
.cf-contact-us .cf-field textarea{
	border: 1px solid #E7E8EC;
	background-color: #F6F6F8;
	border-radius: 7px;
}
.cf-contact-us .cf-field input{
	height: 60px;
	width: 100%;
}
.cf-contact-us .cf-field textarea{
	height: 284px;
}
.cf-contact-us .cf-field span{
	margin: 15px 0 0;
}
.cf-contact-us .cf-field.wid-50{
	width: calc( 50% - 8px );
}
.cf-contact-us .cf-field.button input{
	height: 72px;
	background-color: #068F5C;
	color: #fff;
	transition: .3s all ease-in-out;
	border-radius: 12px;
	border: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
}
.cf-contact-us .cf-field.button input:hover{
	background-color: #214185;
}
