* {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.content {
	width: 100%;
}
.topbar ul, .topbar {
    float: right;
    width: 100%;
}
.topbar ul {
    width: 490px;
    margin-top: 10px;
}
.topbar li a {
	display: inline !important;
	color: #3c429b !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}
.topbar li {
	display: inline;
	margin-right: 10px;
}
.topbar .bt {
	float: right;
}
.topbar li a.bt {
    background: #d16028 !important;
    color: #ffffff !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    display: inline-block !important;
    margin: 0px !important;
}
.mainmenu {
	float: right;
	width: 900px;
}
.mobile-navigation {
	display: none;
}
.primary-menu li {
    list-style: none;
    display: inline;
}
.mainmenu li a {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
	display: inline-block;
}
.current-menu-item a, .mainmenu li a:hover, .mainmen li a:focus {
	border-bottom: 2px solid #3c429b;
}
.primary-menu  li a:hover {
	text-decoration: none;
}
.primary-menu .sub-menu {
	font-size: 14px;
	position: absolute;
	z-index: 7000;
	display: none;
	top: auto;
	width: 200px;
	padding: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.primary-menu .sub-menu li {
	width: 100%;
}
.primary-menu .sub-menu li a {
	display: block;
	font-weight: 500;
	padding: 12px 16px;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
	color: #001A64;
}
.primary-menu .sub-menu li a:hover {
	text-decoration: none;
}
.primary-menu .sub-menu .menu-item-has-children {
	position: relative;
	display: block;
}
.primary-menu .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	top: 0;
	margin-top: 0;
	left: 200px;
	width: 200px;
	padding: 0;
}
#slider-main {
	width: 100%;
	background-size: cover;
	z-index: 0;
	height: 551px;
	overflow-y: hidden;
}
#slider-main .carousel-inner {
    overflow: hidden;
    position: relative;
    top: -30px;
    z-index: -10;
}
#slider-main .carousel-inner .item {
	min-height: 600px;
	background-size: cover;
}
#slider-main .picture {
	margin: 0 auto;
	width: 100%;
}
#slider-main .video {
	margin: 0 auto;
	width: 100% !important;
}
#slider-main .slider-bg-full {
	padding-top: 0 !important;
}
#slider-main .slider-bg-full .picture {
	width: 100%;
}
#slider-main .carousel-caption {
	display: block;
	padding: 0 40px;
	text-shadow: none;
	top: 200px;
	max-width: 1280px;
	width: 1280px;
	left: 10px;
	right: 10px;
	margin-left: auto;
	margin-right: auto;
}
#slider-main .carousel-caption h2 {
    margin-bottom: 0;
    color: #575757;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 65px;
    font-style: italic;
}
#slider-main .carousel-caption h2 span {
	display: inline-block;
	padding: 12px;
	font-size: 40px;
	font-weight: 600;
}
#slider-main .carousel-caption p {
	margin: 0;
}
#slider-main .carousel-caption p span {
	display: inline-block;
	padding: 12px 15px;
	color: #ffffff;
	font-size: 16px;
	max-width: 520px;
}
#slider-main .carousel-caption .button-big {
	margin: 20px 20px 0 0;
	border-radius: 5px;
	background: #002dad;
}

#slider-main .carousel-indicators {
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	z-index: 99999;
}
#slider-main .carousel-indicators li.active {
	background-color: rgba(255,255,255,1);
	width: 16px;
	height: 16px;
	border: 1px solid #ffffff;
	border-radius: 99px;
}
#slider-main .carousel-indicators li {
	background-color: rgba(255,255,255,0.05);
	border: 2px solid #ffffff;
	border-radius: 99px;
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
}
#slider-main .slider-item-v-top {
	top: 80px;
}
#slider-main .slider-item-v-center {
	top: 50px;
}
#slider-main .slider-item-v-bottom {
	top: 280px;
}
#slider-main .slider-item-center {
	text-align: center;
}
#slider-main .slider-item-center p {
	margin: 0 auto;
	max-width: 800px;
}
#slider-main .slider-item-left {
	padding-left: 45px;
	text-align: left;
}
#slider-main .slider-item-right {
	padding-right: 45px;
	text-align: right;
}
#slider-main .slider-item-right p {
	float: right;
}
#slider-main .slider-item-right .button-main {
	float: right;
	margin: 30px 0 0 20px;
	clear: right;
}
#slider-main .slider-item-right .button-dark {
	float: right;
	margin: 30px 0 0 20px;
}
#slider-main .slider-prev {
	z-index: 9000;
	top: 75px;
	left: 30px;
	margin-top: 100px
}
#slider-main .slider-next {
	z-index: 9000;
	top: 75px;
	right: 30px;
	margin-top: 100px
}
#slider-main .slider-prev, #slider-main .slider-next {
    background: transparent;
    position: absolute;
    text-align: center;
    width: 48px;
    height: 48px;
    opacity: 1;
    top: 75px;
    border-radius: 50%;
}
#slider-main .slider-prev i, #slider-main .slider-next i {
    color: #2a3092;
    font-weight: 300;
    font-size: 20px;
    margin-top: 15px;
}
#slider-main .bt {
    background: #d16028 !important;
    color: #ffffff;
    font-weight: 900;
    font-size: 25px;
    padding: 15px 60px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-style: italic;
	text-decoration: none;
}
.services p {
	color: #575757;
	font-size: 24px;
	display: block;
}
.align-left {
	text-align: left;
	display: block;
	width: 100%;
}
.align-center {
	text-align: center;
	display: block;
	width: 100%;
}
.align-right {
	text-align: right;
	display: block;
	width: 100%;
}
.serblck p {
    background: #d16028 !important;
    border-bottom-left-radius: 20px;
    padding: 20px;
    display: block;
    margin-top: -30px;
    z-index: 10000000;
    position: relative;
    border-bottom-right-radius: 20px;
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
}
.serblck img {
	margin-right: 10px;
}
.serblck p a {
	text-decoration: none !important;
    color: #01499c !important;
}
.blcks img {
	width: 50px;
	display: block;
	margin: 30px auto;
}
.blcks h2 {
	color: #2a3092;
	font-style: italic;
	font-size: 65px;
	font-weight: 900;
	margin-top: 50px;
	display: block;
	text-transform: uppercase;
}
.blcks .bl {
	border: 2px solid #023896;
	border-radius: 23px;
	height: 630px;
	background: #e6ebf4;
	margin-top: 20px;
}
.blcks h3 {
    background: #023896;
    color: #FFFFFF;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 23px;
    font-style: italic;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
	display: block;
}
.blcks .bt {
    background: #d16028 !important;
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-style: italic;
	text-decoration: none;
	margin-bottom: 20px;
    position: absolute;
    bottom: 20px;
    left: 56px;
}
.blcks p {
	padding: 10px;
	font-size: 17px;
	color: #575757;
}
.blcks strong {
	font-size: 18px;
	font-weight: 900;
	font-style: italic;
}
.srvs .src {
	background: #e6ebf4;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
	height: 220px;
}
.srvs img {
	position: absolute;
	right: 30px;
	top: 8px;
}
.srvs h3 {
	color: #2a3092;
	font-size: 22px;
	font-weight: 900;
	text-align: left;
}
.srvs p {
	text-align: left;
	font-size: 17px;
}

.services h2, .srvs h2, .abt h2, .test h2, .new-testimonials h2 {
	color: #2a3092;
	font-style: italic;
	font-size: 65px;
	font-weight: 900;
	margin-top: 50px;
	display: block;
	margin-bottom: 50px;
	
}
.abt h2 {
	text-transform: uppercase;
	text-align: left;	
}
.abt p {
	text-align: left;
	margin-top: -20px;
	display: block;
	font-size: 18px;
	width: 100%;
}
.abt a.bt {
    background: #d16028 !important;
    padding: 5px 30px;
    font-size: 22px;
    float: left;
    display: block;
    margin-top: 30px;
    color: #ffffff !important;
    font-weight: 900;
    border-radius: 10px;
	margin-bottom: 80px;
}
.br {
	background: #d16028 !important;
	padding: 80px 0px;
}
.br img {
    position: absolute;
    right: 130;
    z-index: 99999999999999999;
}
.br h2 {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 65px;
	font-style: italic;
}
.br p {
	color: #FFFFFF;
	font-size: 20px;
	display: block;
    width: 600px;
}
.br .bt {
	color: #ffffff !important;
	background: #d16028;
	font-size: 28px;
	font-weight: 900;
	text-decoration: none;
	font-style: italic;
	padding: 10px 30px;
	border-radius: 8px;
	display: block;
	margin-top: 20px;
}
.test h2 {
	text-transform: uppercase;
	text-align: center;	
}
.test .blck {
	padding: 20px;
	background: #e6ebf4;
	height: 485px;
}
.test p.tst {
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
}

.test p:not(.tst) {
	color: #575757;
	font-weight: 600;
	font-size: 17px;
}
.test .testname {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	float: left;
}
.test img:not(.cs) {
	margin-right: 10px;
	width: 60px;
	float: left;
}
.test .cs {
	width: 149px;
	display: inline-block;
}
.map {
	background: #d16028;
	padding: 30px;
	padding-bottom: 50px;
	border-radius: 20px;
	margin: 100px 0px;
	width: 100%
}
.map p, .map a {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none !important;
}
.map .emails {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none !important;
}
.map .maps {
	width: 100%;
}
body {
	overflow-x: hidden;
}
.map .bt {
	background: #d16028;
	border-radius: 100px;
	padding: 15px;
	padding-left: 50px;
	color: #ffffff;
	font-weight: 900;
	font-size: 20px;
	font-style: italic;
	text-decoration: none !important;
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-top: 60px;
}
.map .addresses img, .map .emails img, .map .cls img {
	margin-right: 10px;
	display: inline-block;
	float: left;
	width: 20px;
	position: relative;
	top: 10px;
}
.map .cls a {
	font-size: 30px;
	font-weight: 900;
	font-style: italic;
}
.ft {
    background: #2a3092;
    padding: 20px;
    height: 90px;
}
.ft li {
	display: inline;
	margin-right: 50px;
}
.ft li a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
.brand {
	padding: 20px;
}
.mp {
	width: 400px;
	display: block;
	margin: 20px auto auto auto;
}
.mp {
	width: 400px;
	display: block;
	margin: 20px auto auto auto;
}
.copyright p {
	color: #575757 !important;
	text-transform: uppercase;
}
.copyright a {
	color: #575757 !important;
	text-transform: uppercase;
}
.services-main .col-md-4 > img {
    width: 100%;
}
button.carousel-control-prev, .carousel-control-next {
    background: unset;
    border: unset !important;

}
span.visually-hidden {
    display: none;
}

div#carouselBasicExample {
    margin: -1px 0px 0px 0px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.carousel-caption {
    right: 4%;
}
.carousel-caption.d-md-block h2 {
    margin-bottom: 0;
    color: #575757;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
    margin-top: 65px;
    font-style: italic;
}
a.bt {
    background: #00009f !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 60px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 0px;
    text-transform: none;
    font-style: inherit;
    text-decoration: none;
}
/* span.carousel-control-prev-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    background-size: contain;
    height: 30px;
    background-image: url(../images/left-icon.png);
}
span.carousel-control-next-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    background-size: contain;
    height: 30px;
    background-image: url(../images/right-icon.png);
} */
/* .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
    background: no-repeat 50% / 100% 100%;
} */
/* ----------NEW TESTIMONIALS----------- */
.owl-carousel .owl-item img {
    display: block;
    width: 15%;
    float: left;
}
.blck {
    display: flex;
    flex-direction: column;
}
.new-testimonials h2 {
    text-transform: uppercase;
    text-align: center;
}
.new-testimonials {
    padding: 60px 0px;
}
p.tst {
    color: #2a3092;
    font-weight: 600;
    font-size: 17px;
    margin: 0px 0px 5px 0px;
}
.blck p:nth-child(3) {
    color: #575757;
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0px 5px 0px;
    min-height: 408px;
}
.blck .user-cont .testname {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin: 0px !important;
}
.new-testimonials .item {
    padding: 20px;
    background: #FFFFFF;
}
.owl-nav button {
    font-size: 56px !important;
    color: #2a3092 !important;
	border: unset !important;
    margin: 0px 15px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: unset;
    color: #FFF;
    border: unset !important;
    text-decoration: none;
	outline: unset !important;
}
.owl-theme .owl-dots .owl-dot{
	outline: unset !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2a3092 !important;

}
.owl-nav button {
    font-size: 56px !important;
    color: #2a3092 !important;
	border: unset !important;
    margin: 0px 15px !important;
}

.carousel-control-prev-icon {

	position: relative;
}
.carousel-control-next-icon {
   
	position: relative;
}



.user-cont {
    display: flex;
    align-items: center;
}
 .owl-carousel .owl-nav.disabled {
    display: block;
}
@media(max-width: 1566px) and (min-width: 1200px){
	.blck p:nth-child(3) {
		min-height: 335px;
	}
	a.bt {
		font-size: 15px;
		padding: 10px 40px;
	}
	.carousel-caption.d-md-block h2 {
		font-size: 23px;
	}
	
	
}
@media(max-width: 1199px) and (min-width: 768px){
	.blck p:nth-child(3) {
		font-size: 15px;
		min-height: 290px;
	}
	.blck .user-cont .testname {
		font-size: 13px;
	}
	div#carouselBasicExample img {
		height: 365px;
		object-fit: cover;
	}
	a.bt {
		font-size: 13px;
		padding: 9px 35px;
	}
	.carousel-caption.d-md-block h2 {
		font-size: 21px;
	}
	.carousel-caption {
		right: 0%;
	}
	
	
}
@media(min-width: 1200px){
	.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }
}
@media(max-width: 1199px) and (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media(min-width: 992px){
	.navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}
@media(max-width: 992px){
	.mainmenu {
        float: none;
        width: 100%;
        text-align: center;
        margin: 30px 0px 0px 0px;
    }
}
@media(max-width: 767px){
	div#navbarNav li {
		text-align: left;
	}
	.services h2, .srvs h2, .abt h2, .test h2, .new-testimonials h2 {
		color: #2a3092;
		font-style: italic;
		font-size: 36px;
		font-weight: 900;
		margin-top: 50px;
		display: block;
		margin-bottom: 50px;
	}
	.blck p:nth-child(3) {
		color: #575757;
		font-weight: 600;
		font-size: 17px;
		margin: 5px 0px 5px 0px;
		min-height: 350px;
	}
	.head .logo {
        margin: auto 0 0 0;
        display: block;
        text-align: center;
    }
	div#carouselBasicExample img {
		height: 230px;
		object-fit: cover;
	}
	a.bt {
		font-size: 13px;
		padding: 9px 20px;
	}
    .carousel-caption {
        width: 100%;
        left: 0px;
    }
    .carousel-caption.d-md-block h2 {
        width: 100%;
        -webkit-text-stroke: 1.3px black;
        font-size: 23px;
        font-weight: 800 !important;
    }
	
	
}








/* ------------------- */
@media(min-width: 100px) and (max-width: 550px) {
	.topbar ul, .topbar {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		padding: 20px !important;
		float: left !important;
	}
	.topbar li a.bt, .hidden {
		display: none !important;
	}
	.sec .topbar ul.topbars {
		width: 100% !important;
		
		text-align: center !important;
	}
	.topbar {
		text-align: center !important;
	}
	.topbar li a {
		display: inline !important;
		color: #3c429b !important;
		font-size: 13px !important;
		font-weight: 400 !important;
	}

	
	.abt img {
		width: 100%;
		text-align: center;
	}
	.services h2, .srvs h2, .abt h2, .test h2, .br h2, .blcks h2 {
			font-size: 28px;
			display: block;
			width: 100%;
			text-align: center;
		}
	.br p {
		width: 100%;
		clear: both;
		display: block;
		float: left;
		padding: 40px;
		text-align: center;
	}
	.br .bt {
		font-size: 16px;
		margin: auto;
	}
	.test .blck {
		margin-bottom: 20px;
	}
	.ft {
		height: auto;
	}
	.mp {
		width: 350px;
	}
	.br img {
		position: relative;
		width: 400px;
		margin: auto;
		right: 0px;
		margin-left: 33px;
		margin-top: 50px;
		margin-bottom: -40px;
	}
	.map .maps {
		margin-top: 20px;
	}
	.ft ul {
		width: 100%;
		text-align: center;
		margin-left: 20px;
	}
	.copyright a, .copyright p {
		color: #FFFFFF !important;
	}
	.map p, .map a {
		font-size: 17px;
	}
	.blcks .bt {
		position: relative;
		bottom: 20px;
		left: 0px;
	}
	.serblck img.image {
		margin-right: 0px;
		width: 100%;
	}
	.map .bt {
		display: block;
		margin-top: 60px;
		text-align: center;
		padding-left: 0px;
	}
	#slider-main .carousel-caption {
		max-width: 100%;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#slider-main .carousel-caption h2 {
		margin-bottom: 0;
		color: #FFFFFF;
		font-size: 40px;
		margin-top: -84px;
		font-style: italic;
		-webkit-text-stroke: 2px #000000;
	}
	#slider-main .bt {
		font-size: 17px;
		margin-top: 60px;
		text-transform: uppercase;
		font-style: italic;
		text-decoration: none;
	}
	#slider-main .carousel-inner .item {
		background-position: -355px !important;
	}
	.sec .topbar ul.topbars {
        margin-left: 10px;
    }
	html, body {
		overflow-x: hidden;
	}
	.ft {
		height: 165px;
	}
}
.accordion {
    background-color: #870000;
    color: #FFFFFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: auto;
    transition: 0.4s;
}
.actve, .accordion:hover {
  background-color: #6b0505;
}
.faq img {
    position: relative;
    float: right;
    top: 5px;
	transform: rotate(0deg);
}
.panel {
    padding: 30px;
    background-color: #00005c;
    display: none;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 20px;
}
.panel.actve {
	display: block;
}
.cs {
	display: inline !important;
	width: 15px !important;
	float: left !important;
}
.prnt {
	float: left !important;
}
.stars {
    float: none !important;
    position: relative !important;
    left: -95px !important;
    top: 10px !important;
}
.list-testi li img {
    display: block !important;
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
	position: relative !important;
	top: 10px !important;
}
.list-testi li {
    line-height: 34px !important;
    display: inline-block !important;
    width: 100% !important;
}
.footersection {
    background: url(/wp-content/uploads/2024/08/footerbg.png);
    background-size: cover;
    background-position: 0px 0px;
    padding: 80px 40px;
}
.btnew.gray {
	background: #676767 !important;
	display: inline-block;
	padding: 10px 40px;
	color: #FFFFFF;
}
.footersection h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #676767;
	font-size: 24px;
}
.footersection p {
	color: #676767;
	font-size: 20px;
}
.linkss {
    right: -85px;
}
.linkss li {
	display: inline;
}
.linkss li a {
	display: inline-block !important;
	color: #676767 !important;
	font-size: 20px !important;
	border: none !important;
	margin-right: 30px !important;
	text-transform: capitalize !important;
}
.social-ft img {
	margin-right: 20px !important;
}
.footersection .newcls a {
    color: #676767;
    float: left;
    margin-bottom: 20px;
    width: 100%;
	font-size: 17px;
}
.footersection .newcls a img {
    float: left;
    margin-right: 20px;
    width: 10%;
    position: relative;
    top: 8px;
}
.footersection .newcls.ex a {
	font-size: 30px !important;
}
.copyrightnew {
    float: right !important;
    text-align: right;
    width: 100%;
    right: -45px;
    position: relative;
}