@charset "utf-8";

@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');

#cssmenu ul ul li a, #cssmenu>ul>li>a, * {
	text-decoration: none
}
* {
	margin: 0;
	padding: 0
}
nav {
	position: relative;
	margin: 0 auto
}
.mask {
	display: none
}
#cssmenu, #cssmenu #head-mobile, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	margin: 0;
	 font-family: "Poppins", sans-serif;
}

#cssmenu:after, #cssmenu>ul:after {
	content: unset;
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}


#cssmenu {
	float: none;
	margin-right: 7px;
	width: 100%;
}
#cssmenu>ul>li {
	float: left
}
#cssmenu > ul > li > a {
	padding: 12px 0px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.28px;
	font-family: "Poppins", sans-serif;
	line-height: 45px;
}
#cssmenu ul li.active > a {
	color: #dc2d1a !important;
	border-bottom: 4px solid #dc2d1a;
}
#cssmenu ul li.active > a:hover {
	color: #fff;
	border-bottom: 4px solid #508eb5;
}

#cssmenu > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cssmenu ul li.active > a {
	color: #135cfd;
	border-bottom: 4px solid #dc2d1a;
}
#cssmenu ul li > a:hover, #cssmenu ul li.active > a:hover {
	color: #dc2d1a;
	border-bottom: 4px solid #dc2d1a;
}
#cssmenu > ul > li.logo a:hover {
	border: 0;
	color: transparent;
}

#cssmenu ul li.active, #cssmenu ul li.active:hover, #cssmenu ul li.has-sub.active:hover, #cssmenu>ul>li:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease
}
#cssmenu ul ul li, #cssmenu>ul>li.has-sub>a:before {
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease
}
#cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before {
	display: block;
	background: #233040;
	content: '';
	position: absolute
}
#cssmenu>ul>li.has-sub>a {
	padding-right: 30px
}
#cssmenu > ul > li.has-sub > a::after {
	top: 27px;
	right: 10px;
	width: 10px;
	height: 2px;
}
#cssmenu > ul > li.has-sub > a::before {
	top: 23px;
	right: 14px;
	width: 2px;
	height: 10px;
	transition: all .25s ease;
}
#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}

/*#cssmenu > ul > li:nth-last-child(1) a {
	background: #135cfd;
	color: #fff;
	 font-family: "Poppins", sans-serif;
	background: url("../images/chat-icon.png") no-repeat scroll;
}*/

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	box-shadow: 3px 6px 8px #0000003b;
}
#cssmenu ul ul li {
	height: 0;
	background: #FFFFFF;
	transition: all .25s ease
}
#cssmenu li:hover>ul {
	left: auto
}
#cssmenu li:hover>ul>li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	padding: 11px 15px;
	width: auto;
	min-width: 270px;
	font-size: 17px;
	color: #233040;
	font-weight: 400;
}
#cssmenu ul ul li.last-item>a, #cssmenu ul ul li:last-child>a {
	border-bottom: 0
}
#cssmenu ul ul li a:hover, #cssmenu ul ul li:hover > a {
	color: #508eb5;
}
#cssmenu ul ul li.has-sub>a:after, #cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	display: block;
	background: #233040;
	content: ''
}
#cssmenu ul ul li.has-sub>a:after {
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px
}
#cssmenu ul ul li.has-sub>a:before {
	top: 13px;
	right: 14px;
	width: 2px;
	height: 8px;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}
#cssmenu ul li.has-sub ul li.has-sub ul li:hover, #cssmenu ul ul li.has-sub:hover {
	background: #31a047
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
.col-lg-12.col-md-12.align-self-center.navwrap {
	padding: 0px;
	box-shadow: inset 0 15px 21px -10px #dbdbdb;
}

.col-lg-12.col-md-12.align-self-center.navwrap #cssmenu {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 50px;
}

.footer-wrap .ftr-social_icon ul li a:hover {
	color: #135cfd;
}

@media screen and (max-width:1080px) {
#cssmenu ul, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before, #cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before {
	display: none
}
nav {
	width: 100%
}
#cssmenu {
	width: 100%;
	margin: 0;
	padding: 0 30px 0 0px;
}

#cssmenu > ul > li > a:hover {
	color: #fff;
}
#cssmenu ul {
	width: 100%;
	z-index: 111111111;
	clear:both;
}
#cssmenu ul li {
	width: 100%;
	text-align: center
}
#cssmenu ul li:hover {
	background: #508eb5;
}
#cssmenu li:hover>ul>li, #cssmenu ul ul li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	font-size: 16px!important
}
#cssmenu>ul>li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px;
	color: #000;
	background: 0 0;
}
#cssmenu ul ul li {
	background: #fff !important;
}
#cssmenu ul ul li:hover {
	background: #508eb5 !important;
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
.col-lg-12.col-md-12.align-self-center.navwrap #cssmenu {
	padding-bottom: 0px;
}


#cssmenu ul ul li.active > a, #cssmenu ul ul li:hover > a {
	color: #000;
}

#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #233040;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
	background-color: #508eb5;
	position: relative;
	float: right;
}
.button:after, .button:before {
	right: 17px;
	width: 20px;
	position: absolute;
	display: block;
	content: ''
}
.button::after {
	top: 23px;
	height: 6px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFFFFF;
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 16px;
	height: 2px;
	background: #FFFFFF
	}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #FFFFFF;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 40px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #508eb5;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 19px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #233040;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 16px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #233040;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu>ul ul>li.has-sub>ul>li.active>a, #cssmenu>ul>li.has-sub>ul>li.active>a {
	border-top: none
}
.navwrap {
	position: inherit
}
.menu-opened .mask {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.7);
	top: 0;
	z-index: -111;
	left: 0
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 15px
}
#cssmenu ul li.active > a:hover {
	color: #fff;
	border-bottom: 4px solid #508eb5;
}
.header-wrap .header .intro-call {
	margin-bottom: 30px;
}
#cssmenu ul li.active > a {
	color: #000;
	border-bottom: 4px solid #508eb5;
}
.footer-wrap .privacy-policy h2 {
	font-size: 14px;
}
#cssmenu > ul > li:nth-child(1) > a {
	color: #fff !important;
}
header #cssmenu ul {
	position: absolute;
	background-color: #0060aa;
	top: 80px;
}


}
