body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.container-fluid {
	max-width: 1400px;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #000;
	top: 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
	font-size: 13px;
	font-weight: 600;
	height: 35px;
	padding: 10px 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.header_inner {
	background: rgba(0, 0, 0, 0.9);
	border-radius: 10px;
	padding-left: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_inner {
	padding-left: 0px;
}
.logo img {
	width: 260px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 15px;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	padding: 28px 0;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #7a9b3d;
}
.header_phone {
	display: flex;
	align-items: center;
	background: #fff;
	color: #222 !important;
	font-weight: 500;
	font-size: 15px;
	border-radius: 0 10px 10px 0;
	padding: 28px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_phone:hover {
	background: #7a9b3d;
	color: #fff !important;
}
.darkHeader .header_phone {
	border-radius: 0;
}
.header_phone img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 20px;
	margin-right: 10px;
}
.header_phone:hover img {
	filter: brightness(0) invert(1);
}
.banner_bottom_section {
	padding: 90px 0;
}
.banner_bottom_certificate {
	background: #ebffd0;
	padding: 20px 0;
}
.banner_bottom_certificate_text {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #111;
}
.banner_bottom_certificate_img img {
	width: 260px;
}
.home_service_section {
	padding: 70px 0;
}
.home_service_section_heading {
	color: #111;
	font-size: 33px;
	line-height: 1.2;
	font-weight: 500;
}
#service_slide {
	margin-top: 30px;
}
#service_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	background-size: 10px !important;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-size: 0 !important;
	border: 1px solid #7a9b3d;
}
#service_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	background-size: 10px !important;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-size: 0 !important;
	border: 1px solid #7a9b3d;
}
#service_slide .owl-dots {
	display: none !important;
}
.service_slide_box {
	border: 1px solid rgb(207, 224, 255);
	border-radius: 10px;
	background: url(../images/bg.png) no-repeat;
	background-position: 5% 85%;
	box-shadow: 0px 7px 20px 1px rgba(2, 17, 37, 0.16);
	padding: 25px 25px 55px;
	min-height: 100%;
	margin: 15px 15px 25px;
	position: relative;
}
.service_slide_box_heading {
	color: #041a44;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.service_slide_box_heading img {
	background: #ebffd0;
	border-radius: 50%;
	margin-right: 15px;
	width: 82px;
	border: 8px solid #fff;
	box-shadow: 0px 0px 2px #bcc5ac;
	padding: 8px;
}
.service_slide_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.service_slide_box_btn {
	display: inline-block;
	background: #061b47;
	color: #fff !important;
	font-size: 14px;
	padding: 11px 30px 11px 20px;
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_slide_box_btn::before {
	background: #fff;
	position: absolute;
	content: "";
	top: 17px;
	right: 15px;
	width: 8px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.service_slide_box_btn:hover {
	background: #7a9b3d;
}
.home_about_section {
	padding: 0 0 75px;
}
.home_about_section_img {
	border-radius: 10px;
}
.home_about_section_img:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: #061B46;
	background: linear-gradient(0deg, rgba(6, 27, 70, 1) 30%, rgba(6, 27, 70, 0) 100%);
}
.home_about_section_img_content {
	position: absolute;
	z-index: 9;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home_about_section_img_block {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	font-weight: 500;
}
.home_about_section_img_block img {
	width: 35px;
	margin-right: 15px;
}
.home_about_section_img_block:last-child {
	border-right: none;
}
.home_about_section_subheading {
	color: #061b47;
	font-weight: 500;
	font-size: 13px;
	border: 1px solid #ccc;
	padding: 3px 10px 3px 30px;
}
.home_about_section_subheading:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 8px;
	background: #72933c;
	border: 4px solid #e0f7ba;
	width: 15px;
	height: 15px;
	transform: translate(0, -50%);
	border-radius: 50%;
}
.home_about_section_line {
	background: #72933c;
	width: 40px;
	height: 4px;
	border-radius: 10px;
	margin-top: 15px;
}
.home_about_section_text {
	color: #666;
	font-size: 15px;
	margin-top: 25px;
}
.home_about_section_btn {
	display: inline-block;
	background: #7a9b3d;
	position: relative;
	color: #fff !important;
	font-size: 14px;
	margin-top: 25px;
	padding: 11px 60px 11px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_section_btn::before {
	background: #fff;
	position: absolute;
	content: "";
	top: 17px;
	right: 15px;
	width: 8px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.home_about_section_btn:hover {
	background: #061b47;
}
.home_why_section {
	background: url(../images/why_bg.jpg) #ddd no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0 50px;
}
#choose_slide .owl-stage, #sector_slide .owl-stage, #service_slide .owl-stage {
	display: flex;
	padding-bottom: 20px;
}
#choose_slide .owl-item, #sector_slide .owl-item, #service_slide .owl-item {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}
#choose_slide .item, #sector_slide .item, #service_slide .item {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
}
#choose_slide, #sector_slide {
	margin-top: 30px;
}
#choose_slide .owl-prev {
	background: url("../images/prev_icon2.png") #0a1d47 no-repeat center !important;
	background-size: 10px !important;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-size: 0 !important;
}
#choose_slide .owl-next {
	background: url("../images/next_icon2.png") #0a1d47 no-repeat center !important;
	background-size: 10px !important;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-size: 0 !important;
}
#choose_slide .owl-nav {
	position: absolute;
	top: -90px;
	right: 15px;
	margin: 0 !important;
}
#choose_slide .owl-dots {
	display: none !important;
}
.choose_slide_box {
	border: 1px solid rgb(207, 224, 255);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 7px 20px 1px rgba(2, 17, 37, 0.16);
	padding: 25px 25px;
	min-height: 100%;
	margin: 15px 15px 0;
	text-align: center;
}
.choose_slide_box img {
	background: #0a1d47;
	border: 8px solid #e5f4cc;
	width: 85px;
	border-radius: 50%;
	padding: 7px;
}
.choose_slide_box_heading {
	color: #041a44;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 20px;
}
.choose_slide_box_text {
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}
.home_sector_section {
	padding: 75px 0;
}
.sector_slide_box {
	border: 1px solid rgb(207, 224, 255);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 7px 20px 1px rgba(2, 17, 37, 0.16);
	padding: 0 0;
	min-height: 100%;
	margin: 15px 15px 0;
	overflow: hidden;
}
.sector_slide_box_text {
	font-weight: 500;
	font-size: 15px;
	padding: 20px 20% 5px;
	line-height: 1.2;
	color: #222;
}
#sector_slide .owl-nav {
	display: none;
}
#sector_slide .owl-dots .owl-dot span {
	background: #eeeeee;
	width: 100px;
	height: 5px;
	border-radius: 0;
	margin: 0;
}
#sector_slide .owl-dots .owl-dot.active span, #sector_slide .owl-dots .owl-dot:hover span {
	background: #091d43;
}
.home_contact_section {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.home_contact_section_right {
	padding: 40px 60px 20px 35px;
}
.home_contact_section_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.home_strategy_section {
	padding: 75px 0 50px;
}
.home_strategy_box_number {
	background: #041a44;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
}
.home_strategy_box_heading {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.3;
	margin-top: 20px;
}
.home_strategy_box_text {
	color: #666;
	font-size: 15px;
    max-height: 150px;
	margin-top: 20px;
    overflow: hidden;
    transition: max-height .4s ease;
    position: relative;
}
.home_strategy_box_text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    transition: opacity .3s;
}
.home_strategy_box_text.expanded {
    max-height: 1000px;
}
.home_strategy_box_text.expanded::after {
    opacity: 0;
}
.home_strategy_box_btn {
	display: inline-block;
	color: #052768 !important;
	border-bottom: 1px solid #052768;
	margin-top: 20px;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}
.home_strategy_box {
	margin-top: 50px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 25px;
}
.home_strategy_box:last-child {
	border-right: none;
}
.footer {
	background: url("../images/footer_bg2.jpg") #020d25 no-repeat bottom;
	background-size: 100%;
	padding: 2px 0 300px;
}
.footer_cta_section {
	background: url("../images/footer_guard.png") #7a9b3d no-repeat right top;
	padding: 40px 30px;
	border-radius: 10px;
	margin-top: -100px;
	position: relative;
}
.footer_cta_section_heading {
	color: #111;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}
.footer_cta_section_text {
	font-size: 15px;
	margin-top: 10px;
}
.footer_cta_section_btn1 {
	display: inline-block;
	background: #fff;
	position: relative;
	color: #222 !important;
	font-size: 14px;
	width: 100%;
	padding: 11px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_cta_section_btn1::before {
	background: #222;
	position: absolute;
	content: "";
	top: 17px;
	right: 15px;
	width: 8px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_cta_section_btn1:hover {
	background: #061b47;
	color: #fff !important;
}
.footer_cta_section_btn1:hover:before {
	background: #fff;
}
.footer_cta_section_btn2 {
	display: inline-block;
	border: 1px solid #fff;
	position: relative;
	color: #fff !important;
	font-size: 14px;
	width: 100%;
	padding: 11px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_cta_section_btn2:hover {
	background: #fff;
	color: #222 !important;
}
.footer_top_heading {
    font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: #7a9b3d;
	line-height: 1.2;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #d9d9d9;
	position: relative;
	list-style: none;
	font-size: 14px;
	margin-top: 10px;
	padding-left: 45px;
}
.footer_contact_info ul li strong {
	color: #7a9b3d;
	text-transform: uppercase;
	font-weight: 500;
}
.footer_contact_info ul li img {
	position: absolute;
	background: #ebffd0;
	top: 4px;
	left: 0;
	max-width: 35px;
	border-radius: 50%;
	padding: 5px;
}
.footer_contact_info ul li a {
	color: #d9d9d9;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
}
.footer_menu ul li a {
	color: #d8d8d8;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #7a9b3d;
	padding-left: 2px;
}
.footer_logo img {
	width: 250px;
}
.footer_about {
	color: #d8d8d8;
	font-size: 14px;
	margin-top: 25px;
}
.footer_social {
	margin-top: 25px;
}
.footer_social img {
	width: 35px;
}
.footer_social a {
	margin-right: 8px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 12px 50px 30px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_certificate_section {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 0;
}
.footer_certificate_section img {
	height: 75px !important;
	margin: 0 5px;
}
.footer_certificate_section_text {
	color: #d8d8d8;
	font-size: 13px;
	margin: 30px auto 0;
	padding: 0 20%;
}
.footer_certificate_section_text img {
	margin: 0 auto 15px;
	width: 120px;
	height: auto !important;
	display: block;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	color: #d8d8d8;
	font-size: 13px;
}
.footer_bottom a {
	color: #d8d8d8;
}
#back-to-top {
	background: #ebffd0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide-info {
	position: absolute !important;
	top: 30%;
	left: 9%;
	width: auto !important;
	max-width: 500px;
	margin-top: 0 !important;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 60%;
	z-index: 9;
	background: #02112e;
	background: linear-gradient(90deg, rgba(2, 17, 46, 1) 0%, rgba(4, 26, 68, 0) 100%);
}
.banner_subheading {
	color: #7a9b3d;
	font-weight: 500;
	font-size: 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 3px 10px 3px 30px;
}
.banner_subheading:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 8px;
	background: #cdfbda;
	border: 4px solid #707371;
	width: 15px;
	height: 15px;
	transform: translate(0, -50%);
	border-radius: 50%;
}
.banner_heading {
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.1;
	margin-top: 20px;
}
.banner_text {
	color: #ededed;
	font-size: 15px;
	margin-top: 20px;
}
.banner_btn1 {
	display: inline-block;
	background: #fff;
	position: relative;
	color: #001128 !important;
	font-size: 14px;
	margin: 25px 10px 0 0;
	padding: 12px 40px 12px 18px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn1::before {
	background: #001128;
	position: absolute;
	content: "";
	top: 17px;
	right: 15px;
	width: 8px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
	background: #7a9b3d;
	color: #fff !important;
}
.banner_btn1:hover:before {
	background: #fff;
}
.banner_btn2 {
	display: inline-block;
	border: 1px solid #7a9b3d;
	position: relative;
	color: #7a9b3d !important;
	font-size: 14px;
	margin: 25px 0 0;
	padding: 11px 18px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn2:hover {
	background: #7a9b3d;
	color: #fff !important;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50%;
}
.ms-nav-next {
	background: url("../images/next_icon.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50%;
}
.home_form {
	margin-top: 10px;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #b3b3b3 !important;
	min-height: 45px;
	font-size: 15px;
}
.home_form textarea {
	margin-top: 15px;
	resize: none;
	border: 1px solid #b3b3b3 !important;
	height: 120px;
	font-size: 15px;
}
.home_form .contact_btn input {
	background: #7a9b3d !important;
	margin-top: 15px;
	width: auto;
	border: none !important;
	min-height: 45px;
	border-radius: 0;
	font-weight: 500;
	font-size: 14px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_form .contact_btn input:hover {
	background: #061b47 !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #111 no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 240px 0 140px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 33px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #7a9b3d;
	position: relative;
	font-size: 14px;
}
.breadcrumb-container a {
	color: #7a9b3d;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #041a44;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 4px solid #7a9b3d;
	border-radius: 10px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
	font-size: 15px;
}
.inner_page_text strong {
	color: #333;
	font-weight: 600;
}
.inner_page_mid_section {
	background: #e8eaee;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	font-weight: 600;
	color: #444;
}
.inner_page_list ul li:before {
	background: #e0f7ba;
	border: 4px solid #72933c;
	width: 15px;
	height: 15px;
	position: absolute;
	border-radius: 50%;
	content: "";
	top: 4px;
	left: 0;
}
.inner_page_bottom_section {
	background: #061b47;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_btn {
	display: inline-block;
	background: #7a9b3d;
	position: relative;
	color: #fff !important;
	font-size: 14px;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 11px 40px 11px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_btn::before {
	background: #fff;
	position: absolute;
	content: "";
	top: 17px;
	right: 15px;
	width: 8px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.inner_page_btn:hover {
	background: #061b47;
}
.service_page_box {
	margin-top: 30px;
}
.service_page_box_inner {
	background: #fff;
	border-radius: 10px;
	min-height: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	padding: 30px 20px;
}
.service_page_box_number {
	background: #7a9b3d;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 15px;
}
.service_page_box_heading {
	font-weight: 600;
	color: #061b47;
	font-size: 18px;
	line-height: 1.2;
}
.service_page_box_text {
	color: #666;
	margin-top: 15px;
	font-size: 15px;
}
.inner_page_bottom_section .inner_page_list ul li {
	color: #d8d8d8;
}
.inner_page_bottom_section .inner_page_list ul li strong {
	color: #fff;
}
.contact_page_info {
	position:relative;
	padding-left:52px;
	color:#666;
	font-size: 15px;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:17px;
}
.contact_page_info img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 40px;
	background: #7a9b3d;
	border-radius: 50%;
	padding: 5px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
	font-size: 15px;
    border: 1px solid #c0c0c0 !important;
    width: 100%;
	border-radius: 0;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
	font-size: 15px;
    border: 1px solid #c0c0c0 !important;
	resize: none;
	border-radius: 0;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #7a9b3d !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe {
	border-radius: 10px;
}
#main {
  padding-bottom: 150px;
}
.inner_page_img img {
	border-radius: 10px;
}
.service_page_box_inner img {
	background: #7a9b3d;
	border-radius: 50%;
	width: 65px;
	padding: 10px;
}
.industries_page_box {
	margin-bottom: 30px;
}
.industries_page_box_inner {
	border: 1px solid rgb(207, 224, 255);
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgba(2, 17, 37, 0.16);
	padding: 0 0 25px;
	min-height: 100%;
	overflow: hidden;
}
.industries_page_box_heading {
	color: #041a44;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	padding: 0 20px;
}
.industries_page_box_text {
	color: #666;
	font-size: 15px;
	padding: 15px 20px 0;
}
/* .ref_form_box {
	border: 1px solid rgb(207, 224, 255);
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgba(2, 17, 37, 0.16);
	padding: 40px 30px;
} */
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box .wpcf7-spinner {
	display: block !important;
}
.ref_form_box_label {
	text-align: left;
	color: #666;
	font-size: 15px;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	background: #fff;
	min-height: 44px;
	margin-top: 2px;
	font-size: 15px;
	border-radius: 0;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	font-size: 15px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	border-radius: 0;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 140px;
	margin-top: 2px;
	font-size: 15px;
	border-radius: 0;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 500;
	background: #7a9b3d !important;
	font-size: 15px;
	margin-top: 20px;
	border-radius: 0;
	padding: 10px 30px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
	font-size: 15px;
}
.more-link {
	display: block;
	background: #061b47;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 0 10px 15px;
	margin-top: 20px;
	width: 180px;
}
#content-sidebar .wp-block-heading {
	background: #72933c;
	color: #fff;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
	padding: 12px 15px;
	font-weight: 500;
}
#block-7, #block-9, #block-11 {
	margin-bottom: 0;
}
#block-7 .wp-block-heading {
	margin-top: 0;
}
.wp-block-categories, .wp-block-latest-posts, .wp-block-archives {
	background: #061b4712;
	padding: 15px;
	border-radius: 0 0 10px 10px;
}
.service_list_page_box {
	margin-bottom: 30px;
}
.service_list_page_box_inner {
	border: 1px solid rgb(207, 224, 255);
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgba(2, 17, 37, 0.16);
	padding: 0 0 65px;
	min-height: 100%;
	position: relative;
}
.service_list_page_box_heading {
	font-weight: 600;
	color: #061b47;
	font-size: 18px;
	line-height: 1.2;
	padding: 20px 20px 0;
}
.service_list_page_box_text {
	color: #666;
	font-size: 15px;
	padding: 15px 20px 0;
}
.service_list_page_box_btn {
	display: inline-block;
	background: #7a9b3d;
	position: absolute;
	bottom: 25px;
	left: 20px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 40px 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_list_page_box_btn::before {
	background: #fff;
	position: absolute;
	content: "";
	top: 17px;
	right: 15px;
	width: 8px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.service_list_page_box_btn:hover {
	background: #061b47;
}
.footer_licence_text {
	color: #d8d8d8;
	font-size: 14px;
	margin-top: 8px;
}
.footer_licence_btn {
	display: inline-block;
	background: url("../images/download_icon.png") #041e50 no-repeat center right 13px;
	background-size: 13px;
	color: #fff !important;
	font-size: 13px;
	padding: 7px 35px 7px 15px;
	border: 1px solid #072b70;
	margin-top: 12px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_licence_btn:hover {
	background-color: #7a9b3d;
	border-color: #7a9b3d;
}
.career_left_box {
	border: 1px solid rgb(207, 224, 255);
	border-radius: 10px;
	box-shadow: 0px 7px 10px 1px rgba(2, 17, 37, 0.05);
	padding: 30px 25px;
	min-height: 100%;
}
.career_list_box {
	background: rgb(207, 224, 255, 0.6);
	border-radius: 10px;
	padding: 15px 20px;
	margin-top: 25px;
}
.career_list_box_heading {
	color: #041a44;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}
.career_list_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}
.career_list_box_btn {
	display: inline-block;
	background: #7a9b3d;
	position: relative;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.career_list_box_list ul {
	padding: 0;
	margin: 0;
}
.career_list_box_list ul li {
	display: inline-flex;
	align-items: center;
	color: #555;
	font-size: 13px;
	margin: 6px 5px 0 0;
}
.career_list_box_list ul li img {
	width: 15px;
	margin-right: 5px;
}
.career_right_box {
	background: #041a44;
	padding: 30px 25px;
	border-radius: 10px;
	margin-bottom: 25px;
}
.career_right_box_heading {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.inner_page_list.text-white ul li {
	color: rgba(255, 255, 255, 0.9);
}
.career_right_box_btn {
	display: inline-block;
	background: #7a9b3d;
	position: relative;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.modal-header p {
	margin-bottom: 0 !important;
}
.modal-header {
	background: #041a44;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.modal-header .btn-close {
	margin: 0;
	filter: brightness(0) invert(1);
	box-shadow: none !important;
	opacity: 1 !important;
	background-color: transparent !important;
}
.modal {
  z-index: 9999999;
}
.modal-backdrop {
  z-index: 999999;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #7a9b3d;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 9px 8px 0;
}
.footer_btn3 {
	background: #061b47;
	color: #fff !important;
	width: 50%;
	font-size: 15px;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
	font-size: 15px;
}
.thankyou_btn {
	display: inline-block;
	background: #7a9b3d;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #061b47;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.policy_page_heading {
	color: #041a44;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	margin-top: 30px;
}
.policy_page_text {
	color: #666;
	margin-top: 20px;
	font-size: 15px;
}
.policy_page_text strong {
	color: #555;
	font-weight: 600;
}
.policy_page_table {
	margin-top: 20px;
}
.policy_page_table tr td {
	color: #666;
	font-size: 15px;
	padding: 10px;
}
.policy_page_table tr td strong, .policy_page_table tr td b {
	color: #666;
	font-weight: 600;
}



/*============= Responsive ============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .header_right {
  display: none;
}
.header {
  background: rgba(0, 0, 0, 1);
  padding: 11px 0;
}
.header_inner {
  background: no-repeat;
  border-radius: 0;
  padding-left: 0;
}
.logo img {
  width: 182px;
}
.ms-view, .ms-slide {
   min-height: 400px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.ms-slide-info {
  top: auto;
  left: 4%;
  right: 4%;
  bottom: 30px;
}
.banner_btn1 {
  margin: 20px 5px 0 0;
  padding: 10px 25px 10px 13px;
}
.banner_btn2 {
  margin: 20px 0 0;
  padding: 9px 13px;
}
.banner_btn1::before {
  right: 9px;
}
.banner_heading {
  font-size: 27px;
  margin-top: 15px;
}
.banner_text {
  margin-top: 15px;
}
.home_banner_section {
  margin-top: 60px;
}
.banner_subheading {
  font-size: 11px;
}
.banner_bottom_certificate_img img {
  width: 200px;
  margin-top: 10px;
}
.home_service_section, .home_why_section, .home_sector_section, .home_strategy_section {
  padding: 40px 0;
}
.home_about_section {
  padding: 0 0 40px;
}
.home_service_section_heading {
  font-size: 25px;
}
#service_slide {
  margin-top: 10px;
}
.service_slide_box_heading img {
  width: 70px;
  border: 6px solid #fff;
  padding: 8px;
}
.home_about_section_img_block img {
  width: 20px;
  margin-right: 10px;
}
.home_about_section_img_block {
  margin-top: 7px;
  font-size: 13px;
}
.home_about_section_img {
  margin-bottom: 30px;
}
#choose_slide .owl-nav {
  position: static;
}
#choose_slide, #sector_slide {
  margin-top: 10px;
}
.home_about_section_btn {
  margin-top: 20px;
  padding: 11px 35px 11px 20px;
}
#sector_slide .owl-dots .owl-dot span {
  width: 35px;
}
.home_contact_section_right {
  padding: 40px 35px 30px 35px;
}
.home_strategy_box {
  margin-top: 40px;
  border-right: none;
}
.footer_cta_section_heading {
  font-size: 24px;
}
.footer_cta_section {
  padding: 30px 20px;
}
.footer_cta_section_btn1 {
  width: auto;
  font-size: 13px;
  padding: 10px 25px 10px 13px;
}
.footer_cta_section_btn2 {
  font-size: 13px;
  width: auto;
  padding: 9px 9px;
}
.footer_cta_section_btn1::before {
  top: 16px;
  right: 9px;
}
.footer_top_block {
  border-left: none;
  padding: 40px 12px 0 12px;
}
.footer_logo img {
  width: 180px;
}
.footer_certificate_section img {
  height: 45px !important;
  margin: 0 2px;
}
.footer_certificate_section {
  padding: 30px 0;
  margin-top: 30px;
}
.footer_certificate_section_text img {
  width: 100px;
    height: auto !important;
    margin: 0 auto 10px;
}
.footer_certificate_section_text {
  padding: 0;
}
.footer {
  padding: 2px 0 100px;
  margin-bottom: 40px;
}
.rmp-menu-title-image {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.page .entry-title, .blog_page_title {
  font-size: 28px;
}
.page .entry-header, .blog_page_header {
  padding: 140px 0 80px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading {
  font-size: 24px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_mid_section, .inner_page_bottom_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_btn {
  padding: 10px 35px 10px 15px;
}
.service_page_box_inner img {
  width: 55px;
}
.career_list_box_btn {
  margin-top: 15px;
}
.contact_right {
  margin-top: 40px;
}
.contact_form input, .contact_form .contact_btn input {
  min-height: 42px;
}
#back-to-top {
  bottom: 52px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
    bottom: 18%;
}
.ms-slide-info {
    left: 12%;
    right: 12%;
    bottom: 18%;
}
.footer {
    padding: 2px 0 170px;
}
.contact_right {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  font-size: 12px;
}
.header_menu ul li {
  margin-right: 5px;
}
.header_phone {
  font-size: 13px;
  padding: 28px 8px;
}
.header_phone img {
  width: 13px;
  margin-right: 6px;
}
.logo img {
  width: 200px;
}
.service_slide_box_heading img {
  margin-right: 10px;
  width: 55px;
  border: 5px solid #fff;
}
.service_slide_box_heading {
  font-size: 15px;
  font-weight: 500;
}
.service_slide_box {
  padding: 25px 15px 55px;
}
.home_about_section_img_block img {
  width: 25px;
  margin-top: 6px;
}
}

@media only screen and (min-width : 1025px) and (max-width : 1320px) {
.header_menu ul li a {
  font-size: 12px;
}
.header_menu ul li {
  margin-right: 5px;
}
.header_phone {
  font-size: 13px;
  padding: 28px 8px;
}
.header_phone img {
  width: 13px;
  margin-right: 6px;
}
.logo img {
  width: 200px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  left: 16%;
}
.footer {
  padding-bottom: 430px;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  left: 18%;
}
.footer {
  padding-bottom: 430px;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  left: 24%;
}
.footer {
  padding-bottom: 430px;
}
}










