@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: inherit !important;
}

*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: #636363;
	font-weight: 400;
	background: #fff;
	width: 100%;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

a {
	outline: none;
	text-decoration: none;
	color: #0F2056;
}

a:hover, a:focus {
	outline: none;
	text-decoration: none;
	color: #0F2056;
}

.btn:focus {
	box-shadow: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Inter', sans-serif;
}

a, input, button {
	outline:none !important;
}

button::-moz-focus-inner {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Inter', sans-serif;
	line-height: 1.3;
	color: #000;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.slick-slide {
	outline: none !important;
}

input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}

.search-dropdown input {
	-webkit-appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/


.form-control::-webkit-input-placeholder {opacity:1; color: #17181A;}
.form-control:-moz-placeholder {opacity:1; color: #17181A;}
.form-control::-moz-placeholder {opacity:1; color: #17181A;}
.form-control:-ms-input-placeholder {opacity:1; color: #17181A;}
input::-webkit-input-placeholder {opacity:1; color: #17181A;}
input:-moz-placeholder {opacity:1;}
input::-moz-placeholder {opacity:1;}
input:-ms-input-placeholder {opacity:1;}

/*==============================================================
	Custom Style
==============================================================*/
.container {
	max-width: 1210px;
	width:100%;
	padding: 0 20px;
}

.container-lg{
	max-width: 1760px;
	width:100%;
	padding: 0 20px;
}

.heading{
	font-size: 80px;
	line-height: 1.25;
	color: #FFFFFF;
	margin-bottom: 30px;
	font-weight: 900;
}

h1, .h1{
	font-size: 56px;
	line-height: 1.25;
	color: #0F2056;
	margin-bottom: 42px;
	font-weight: 900;
}

h1 span, .h1 span{
	color: #F2E92F;
}

h2, .h2{
	font-size: 46px;
	line-height: 1.25;
	color: #3785BD;
	margin-bottom: 30px;
	font-weight: 800;
}

h2 span, .h2 span{
	color: #0F2056;
}

h3, .h3{
	font-size: 42px;
	line-height: 1.25;
	color: #0F2056;
	margin-bottom: 25px;
	font-weight: 700;
}

h4, .h4{
	font-size: 38px;
	line-height: 1.25;
	color: #0F2056;
	margin-bottom: 25px;
	font-weight: 500;
}

h5, .h5{
	font-size: 28px;
	line-height: 1.25;
	color: #0F2056;
	margin-bottom: 20px;
	font-weight: 500;
}

h6, .h6{
	font-size: 22px;
	line-height: 1.25;
	color: #0F2056;
	margin-bottom: 15px;
	font-weight: 400;
}

p {
	font-size: 18px;
	line-height: 1.55;
}

.btn{
	padding: 0;
	margin: 0;
	border: 0;
}

.btn a{
	display: inline-block;
	background: #0F2056;
	border-radius: 15px !important;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 12px;
	transition: all 0.3s ease-in-out;
}

.btn a:hover{
	background: #F2E92F;
	color: #000000;
}

.btn.btn-lg a{
	padding: 16px 54px;
}

.btn.btn-sm a{
	padding: 8px 25px;
	font-size: 15px;
}

.btn.btn-white a{
	background: #fff;
	color: #000000;
}

.btn.btn-white a:hover{
	background: #0F2056;
	color: #FFFFFF;
}

.btn.btn-border a{
	border: 1px solid #0F2056;
}

.title-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.title-row h2{
	padding-right: 10px;
	margin-bottom: 0;
}

.title-row p{
	font-size: 16px;
}

.cross-shape{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12%), calc(100% - 14%) 100%, 0 100%, 0 12%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12%), calc(100% - 14%) 100%, 0 100%, 0 12%);
}

.header-wrap{
	height: 80px;
	position: relative;
}

header{
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	background: #E8F6FF;
	padding: 5px 0;
	z-index: 12;
}
.header-wrap.sticky header{
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.admin-bar .header-wrap header{
	top: 32px;
}

.admin-bar .header-wrap.sticky header{
	top: 0;
}

.logo a{
	display: block;
}

.menu > ul > li{
	padding: 25px 15px;
	position: relative;
}

.menu ul li a{
	font-size: 18px;
	line-height: 26px;
	color: #0F2056;
	transition: all 0.3s ease-in-out;
	display: block;
}

.menu ul li a:hover, .menu ul li.current-menu-item > a, .menu ul li.current-menu-parent > a{
	color: #3785BD;	
}

.menu ul li ul.sub-menu li a{
	padding: 10px 20px;
}

.menu ul li ul.sub-menu li + li{
	border-top: 1px solid #D1D7DC;
}

.menu-arrow{
	display: inline-block;
	position: absolute;
	top: 37px;
	right: 0px;
	width: 10px;
	height: 10px;
	text-align: center;
	z-index: 2;
}

.mobile-menu{
    width: 32px;
    margin-top: 0px;
    order: 2;
}
.mobile-menu a{
    display: block;
    position: relative;
}

.mobile-menu a .menu-close{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: #E8F6FF;
	transition: all 0.3s ease-in-out;
}

.mobile-menu.active a .menu-close{
	opacity: 1;
}

.search-box-wrap{
	position: relative;
	margin-right: 20px;
}

.search-box{
	position: absolute;
	right: 0px;
	top: 0;
	width: 243px;
	background: #0F2056;
	border-radius: 15px;
	width: 0;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 3;
}

.search-box.active{
	width: 243px;
	opacity: 1;
}

.search-box .form-group{
	margin-bottom: 0;
}

.search-box .container{
	padding: 0;
}

.search-box .form-control{
	background: transparent;
	font-size: 14px;
	color: #fff;
	border: 0;
	padding: 0;
	max-width: 145px;
}

.search-close{
	position: absolute;
	right: 20px;
	top: 18px;
	cursor: pointer;
	background: #0F2056;
	z-index: 4;
}

.search-box .form-control::-webkit-input-placeholder {opacity:1; color: #fff;}
.search-box .form-control:-moz-placeholder {opacity:1; color: #fff;}
.search-box .form-control::-moz-placeholder {opacity:1; color: #fff;}
.search-box .form-control:-ms-input-placeholder {opacity:1; color: #fff;}

.categories-search {
	margin-bottom: 22px;
  }
  
  .categories-search .form-group {
	margin-bottom: 0;
	position: relative;
  }
  .categories-search .form-group .form-control {
	background: url("../images/icons/search.svg") no-repeat right 10px top 7px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 19px;
	color: #636363;
	padding-right: 65px;
	height: 55px;
	background-color: #fff;
	border: 1px solid #d1d7dc;
	background-size: 40px 40px;
	filter: drop-shadow(-1px 2px 2px rgba(0, 0, 0, 0.1));
  }

  
  .categories-search .form-group .form-control::-webkit-input-placeholder {opacity:1; color: #636363;}
  .categories-search .form-group .form-control:-moz-placeholder {opacity:1; color: #636363;}
  .categories-search .form-group .form-control::-moz-placeholder {opacity:1; color: #636363;}
  .categories-search .form-group .form-control:-ms-input-placeholder {opacity:1; color: #636363;}

.banner-slider{
	margin-bottom: 50px;
	position: relative;
	background-color: #0F2056;
}

.banner-slider .slick-dots{
	position: absolute;
	transform: rotate(90deg);
	right: 100px;
	top: -50px;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
}

.banner-slide{
	position: relative;
	padding: 100px 0;
	background-size: cover !important;
	height: calc(100vh - 80px);
	min-height: 480px;
}

.banner-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#0f2056 0%, #596dac 50.2%, #0f2056 100%);
	opacity: 0.5;
	z-index: 1;
}

.banner-img{
	height: 100%;
	object-fit: cover;
}

.banner-content{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-content .container{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.banner-content-inner .btn{
	margin: 50px auto 0 auto;
	display: table;
	text-align: center;
}

.banner-text{
	max-width: 800px;
	font-size: 20px;
	line-height: 1.3;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

.products-home{
	padding-top: 50px;
	padding-bottom: 50px;
}

.product-slider .slick-track{
	display: flex;
}

.product-slider .slick-slide{
	padding: 0 15px;
	height: auto;
}

.product-slide{
	display: none;
}
.product-slide:first-child{
	display: block;
}

.products-home-list-box{
	 background: #E8F6FF;
	 transition: all 0.3s ease-in-out;
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 text-align: center;
	 height: 100%;
}

.products-home-list-box:hover{
	background: #0F2056;
}

.products-home-list-box a{
	display: block;
	padding: 30px 30px 22px;
/*	pointer-events: none;*/
}

.products-home-list-img{
	margin-bottom: 20px;
}

.products-home-list-img img{
	border-radius: 100%;
	display: table;
	margin: 0 auto;
	border: transparent solid 2px;
	transition: all 0.3s ease-in-out;
}

.products-home-list-box h4{
	font-size: 22px;
	color: #0F2056;
	line-height: 1.18;
	max-width: 210px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}

.products-home-list-box:hover h4{
	color: #fff	;
}

.products-home-list-box:hover .products-home-list-img img{
	border-radius: 100%;
	border: #fff solid 2px;
}

.testimonials-home-slider{
	background-size: cover !important;
	padding: 50px 100px;
	position: relative;
	z-index: 2;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14%), calc(100% - 8%) 100%, 0 100%, 0 14%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14%), calc(100% - 8%) 100%, 0 100%, 0 14%);
}

.about-home{
	padding: 50px 0 100px;
}

.about-home-img img{
	width: 100%;
}

.about-home .btn{
	margin-top: 30px;
}

.sub-text{
	font-size: 20px;
	font-weight: 700;
	color: #0F2056;
}

.our-solution-home{
	background: #E8F6FF;
	padding: 100px 0 70px;
}

.our-solution-home .title-row h2, .upcoming-training .title-row h2{
	padding-right: 0;
	margin-bottom: 20px;
}

.our-solution-home-box{
	background: url(../images/Home-Our-Solutions-Section-vector-image.png) left bottom repeat-x;
	padding: 30px 40px 116px;
	background-color: #fff;
	height: 100%;
	background-size: contain;
}

.our-solution-home-box ul li{
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.44;
	margin-bottom: 15px;
	color: #0F2056;
	position: relative;
}

.our-solution-home-box ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #0F2056;
	position: absolute;
	left: 0;
	top: 7px;
}

.our-solution-home-box .btn{
	margin-top: 50px;
	text-align: right;
	display: block;
}

.our-solution-home-list .col-md-6{
	margin-bottom: 30px;
}

.our-solution-home-list .col-md-6:nth-child(odd) .our-solution-home-box h4{
	color: #fff;
}

.our-solution-home-list .col-md-6:nth-child(odd) .our-solution-home-box{
	background-color: #3785BD;
}

.our-solution-home-list .col-md-6:nth-child(odd) .our-solution-home-box ul li{
	color: #fff;
}

.our-solution-home-list .col-md-6:nth-child(odd) .our-solution-home-box ul li:before{
	background-color: #fff;
}

.upcoming-training{
	background: rgba(79, 133, 41, 0.1);
	padding: 100px 0 70px;
}

.upcoming-training-inner-wrap{
	max-width: 1760px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.upcoming-training-inner-wrap .upcoming-event-bg-l{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.upcoming-training-inner-wrap .upcoming-event-bg-r{
	position: absolute;
	right: 15px;	
	top: 50%;
	transform: translateY(-50%);
}

.upcoming-training-inner-wrap .container{
	z-index: 2;
	position: relative;
}

.upcoming-training-slide{
	padding: 0 15px;
	display: none;
}

.upcoming-training-slide:first-child{
	display: block;
}

.upcoming-training-inner-wrap .col-md-4{
/*	margin-bottom: 30px;*/
}

.upcoming-event-time{
	background: rgba(0, 0, 0, 0.44);
	padding: 5px 10px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.upcoming-event-time span{
	display: block;
}

.upcoming-training-content{
	background: #E8F6FF;
	padding: 20px 10px;
	transition: all 0.3s ease-in-out;
	min-height: 180px;
}

.upcoming-training-content h6{
	margin-bottom: 10px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}

.upcoming-event-type{
	color: #0F2056;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.upcoming-event-type a{
	color: #0F2056;
}

.upcoming-training-inner-wrap .col-md-4:hover .upcoming-training-content{
	background: #0F2056;
}

.upcoming-training-inner-wrap .col-md-4:hover .upcoming-training-content h6 a,
.upcoming-training-inner-wrap .col-md-4:hover .upcoming-training-content .upcoming-event-type
.upcoming-training-inner-wrap .col-md-4:hover .upcoming-training-content .upcoming-event-type a{
	color: #FFFFFF;
}

.upcoming-training-inner-wrap .col-md-4:hover .upcoming-training-content .btn a{
	background: #3785BD;
	color: #fff;
}

.upcoming-training-img a{
	position: relative;
	display: block;
	overflow: hidden;
}

.upcoming-training-img img{
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.upcoming-training-box:hover .upcoming-training-img img{
	transform: scale(1.1);
}

.recent-blogs{
	padding: 100px 0;
}

.inner-banner + .blog-list-wrap .recent-blogs{
	padding-top: 50px;
}

.recent-blogs .title-row{
	margin-bottom: 30px;
}

.blog-img{
	overflow: hidden;
	border-radius: 10px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.blog-img img{
	width: 100%;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.recent-blogs .col-md-4 a{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.recent-blogs .col-md-4 h6 a:hover{
	color: #3785BD
}

.recent-blogs .col-md-4 a:hover .blog-img img{
	transform: scale(1.1);
}

.blog-date{
	background: url(../images/icons/calender.svg) no-repeat center left;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 16px;
	color: #0F2056;
	margin-top: 15px;
}

.recent-blogs h6{
	font-size: 20px;
	color: #0F2056;
	font-weight: 700;
	margin-bottom: 10px;
}

.recent-blogs p{
	color: #636363;
}

.recent-blog-devider{
	background: rgba(112, 112, 112, 0.3);
	height: 1px;
	margin-bottom: 30px;
}

.testimonials-home{
	margin-top: 50px;
}

.testimonials-home h4{
	color: #fff;
}

.testimonials-home-slide p{
	font-size: 20px;
	line-height: 1.3;
	max-width: 822px;
	color: #fff;
	font-weight: 700;
}

.testimonial-by{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 15px;
}

.testimonial-by-photo{
	margin-right: 20px;
	margin-bottom: 20px;
}

.testimonial-by-photo img{
	width: 100%;
	border-radius: 100%;
	object-fit: cover;
	border: 2px solid #fff;
}

.testimonial-by-name, .testimonial-by-name p{
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	line-height: 26px;
}


.testimonial-by-name span, .testimonial-by-name span p{
	font-size: 16px;
	line-height: 24px;
	display: block;
	font-weight: 400;
}

.company-logos{
}

.company-logos-inner-wrap{
	background: #0F2056;
	border-radius: 15px;
	padding: 150px 15px 50px;
	margin-top: -100px;
}

.company-logos-list{
	width: 12.5%;
	padding: 15px;
	text-align: center;
}

.slick-dots{
	display: table;
	margin: 50px auto 0;
	text-align: center;
}

.slick-dots li button{
	display: none;
}

.slick-dots li{
	width: 10px;
	height: 5px;
	background: #ABD9F9;
	border-radius: 5px;
	margin: 3px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: inline-block;
}

.slick-dots li.slick-active{
	width: 20px;
	background: #0F2056;
}

.footer-wrap{
	position: relative;
	padding: 100px 0;
	background-size: cover !important;
}

.footer-wrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 32, 86, 0.7);
}

.footer-wrap .container{
	position: relative;
}

.footer-wrap .col-md-6{
	margin-bottom: 30px;
}

.footer-logo{
	margin-bottom: 50px;
}

.footer-wrap h6{
	font-weight: 700;
	color: #F2E92F;
	margin-bottom: 30px;
}

.footer-wrap ul li{
	font-size: 18px;
	line-height: 1.44;
	margin-bottom: 15px;
	color: #fff;
	word-break: break-word;
}

.footer-wrap ul li a{
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.footer-wrap ul li a:hover{
	color: #F2E92F;
}

.footer-icon-links ul li a{
	display: flex;
	align-items: flex-start;
}

.footer-icon-links ul li a img{
	margin-right: 10px;
}

.footer-social ul{
	display: flex;
	flex-wrap: wrap;
}

.footer-social ul li{
	margin: 0 3px;
}

.footer-social ul li a{
	display: block;
	transition: all 0.3s ease-in-out;
}

.footer-social ul li a:hover{
	opacity: 0.7;
}

.copyright-links{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.44;
	color: #fff;
}

.copyright-links a{
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.copyright-links a:hover{
	color: #F2E92F;
}

.privacy-policy{
	text-align: right;
}

.view-more-mobile{
	display: none;
	text-align: center;
}

.inner-banner{
	padding: 100px 0;
	background-color: #0F2056;
	background-size: cover !important;
	margin-bottom: 50px;
	min-height: 598px;
	position: relative;
}

.inner-banner .container{
	position: relative;
	z-index: 2;
}

.inner-banner h1{
	color: #FFF;
	font-size: 54px;
}

.inner-banner h1 span{
	display: block;
}

.inner-banner p{
	color: #fff;
}

.inner-banner-full{
	text-align: center;
}

.inner-banner-full p{
	max-width: 670px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.inner-banner-img img{
	width: 100%;
}

.company-overview{
	margin-bottom: 50px;
	padding-top: 50px;
}

.company-overview-specification{
	padding-top: 50px;
	/* padding-bottom: 50px; */
}

.company-overview-specification .our-solution-home-box{
	background: none;
	padding: 30px;
}

.company-overview-specification .col-md-6:nth-child(even) .our-solution-home-box{
	background-color: #E8F6FF;
}

.our-value h4{
	color: #0F2056;
	margin-bottom: 20px;
}

.our-value p{
	color: #636363;
	margin-bottom: 30px;
}

.our-value-img img{
	width: 100%;
}

.award-accreditation{
	padding: 100px 0;
	margin: 50px 0;
	background: #E8F6FF;
}

.award-accreditation .title-row h2{
	margin-bottom: 15px;
}

.award-slider:after{
	content: "";
	width: 98px;
	height: 100%;
	background: linear-gradient(90deg, rgba(232, 246, 255, 0.1) 0%, #e8f6ff 32.92%, #e8f6ff 100%);
	position: absolute;
	right: 0;
	top: 0;
}

.award-slider .company-logos-list{
	padding: 0 30px;
}

.award-slider .slick-slide img{
	width: 100%;
}

.board-of-directors{
	padding: 50px 0 70px;
}

.board-of-directors-list-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.board-of-directors-list-content{
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 0 20px 0 30px;
	border-radius: 6px;
	z-index: 2;
	overflow: hidden;
}

.board-of-directors-list-box img{
	width: 100%;
}

.board-of-directors-list-content h6{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
}

.board-of-directors-list-content p{
	display: block;
	color: #fff;
	margin-bottom: 0;
}

.board-of-directors-list-box:after{
	content: "";
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-radius: 0px 0px 8px 8px;
	height: 134px;
	background: linear-gradient(rgba(163, 162, 157, 0) 0%, #0f2056 100%);
}

.blog-list-wrap .recent-blogs .col-md-4, .blog-list-wrap .recent-blogs .col-md-12{
	margin-bottom: 30px;
}

.blog-feature-th{
	padding-left: 30px;
}

.blog-pagination{
	padding-top: 20px;
}

.blog-pagination .btn{
	margin-top: 20px;
}

.news-detail-banner:before{
	content: "";
	background: rgba(15, 32, 86, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.blog-details{
	padding: 50px 0 100px;
}

.blog-details .container{
	max-width: 740px;
}

.blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6{
	color: #0F2056;
}

.blog-details{
	color: #636363;
}
.blog-details ul{
	margin-bottom: 30px;
}

.blog-details ul li{
	position: relative;
	padding-left: 27px;
	line-height: 1.44;
	font-size: 18px;
	color: #636363;
	margin-bottom: 15px;
}

.blog-details ul li:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #0F2056;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 10px;
}

.blog-details ul li ul{
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog-details ol{
	margin-bottom: 30px;
	counter-reset: item;
}

.blog-details ol ol{
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 0;
}

.blog-details ol li{
	position: relative;
	padding-left: 27px;
	line-height: 1.44;
	font-size: 18px;
	color: #636363;
	margin-bottom: 15px;
}

.blog-details ol li:before{
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 1.44;
	font-size: 18px;
	color: #0F2056;
}

.blog-details ol li ol li{
	padding-left: 27px;
}

.blog-details p{
	margin-bottom: 30px;
}

.blog-details a{
	color: #3785BD;
}

.blog-details img{
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 8px;
}

.contact-details{
	padding-bottom: 50px;
	padding-top: 50px;
	color: #636363;
	font-size: 18px;
	line-height: 1.44;
	padding-left: 10px;
	padding-right: 10px;
}

.contact-details span{
	display: block;
	color: #0F2056;
	font-weight: 500;
}

.contact-details .gx-10{
	--bs-gutter-x: 60px;
}

.contact-details-listing{
	position: relative;	
}

.contact-details a{
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.contact-details a:hover{
	color: #3785BD;
}

.contact-details a{
	word-break: break-word;
}

.contact-details-listing h5{
	margin-bottom: 40px;
}

.contact-details-listing + .contact-details-listing:before{
	content:"";
	position: absolute;
	left: 0;
	top: 60px;
	height: calc(100% - 60px);
	width: 1px;
	background: #ABD9F9;
}

.contact-form{
	padding: 100px 0 70px;
}

.form-group{
	margin-bottom: 20px;
}

.form-control{
	background: #F3FAFF;
	border: 1px solid #3785BD;
	height: 48px;
	font-size: 18px;
	color: #000000;
	outline: none !important;
	box-shadow: none !important;
}

form-control:focus {
	color: #000000;
	background: #F3FAFF;
	border: 1px solid #3785BD;
}

textarea.form-control{
	height: 120px;
}

.form-label{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 10px;
}

.form-label span{
	color: #FF0000;
}

.form-check{
	margin-right: 25px;
	margin-bottom: 15px;
	padding-left: 0;	
}

 .btn input{
	display: inline-block;
	background: #0F2056;
	border-radius: 16px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding: 13px 20px;
	transition: all 0.3s ease-in-out;
	border: 0;
}

.btn input:hover, .btn input:focus{
	background: #F2E92F;
	color: #000000;
}

.btn.btn-lg input{
	padding: 16px 54px;
	height: auto;
}

.captcha{
	margin: 10px 20px 20px 0;
}


.checkbox-wrap .form-check{
	width: 50%;
	padding-right: 15px;
	margin-right: 0;
}
.consultancy-and-service-details{
	padding: 100px 0;
}

.consultancy-and-service-details ul li{
	border: 1px solid #ECEDEF;
	margin-bottom: 30px;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02);;
}

.consultancy-and-service-details ul li h6{
	font-weight: 500;
}

.consultancy-and-service-details table{
	width: 100%;
	min-width: 500px;
}

.consultancy-and-service-details th{
	font-size: 18px;
	color: #0F2056;
	font-weight: 500;
	padding: 10px;
	border-bottom: 1px solid #D1D7DC;
	vertical-align: top;
}

.consultancy-and-service-details td{
	font-size: 18px;
	line-height: 1.44;
	color: #636363;
	padding: 15px 10px 10px;
	vertical-align: top;
}

.consultancy-and-service-details th:first-child, .consultancy-and-service-details td:first-child{
	padding-left: 0;
}

.service-available{
	padding: 50px 0 00px;
}

.service-available-listing ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px;
}

.service-available-listing li{
	max-width: 538px;
	width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
}

.service-available-listing-img{
	margin-bottom: 30px;
}

.service-available-listing-img img{
	width: 100%;
}

.service-available-listing li h5{
	margin-bottom: 15px;
}

.vegetation-harvesting{
	padding: 50px 0;
}

.vegetation-harvesting li{
	padding: 75px 85px;
	margin-bottom: 30px;
	background-size: cover !important;
	position: relative;
}

.vegetation-harvesting li *{
	position: relative;
	z-index: 2;
}

.vegetation-harvesting li:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.vegetation-harvesting li:hover:before{
	opacity: 1;
	visibility: visible;
}

.vegetation-harvesting li.vegetation-harvesting-list:before{
	background: #D39D64;
}

.vegetation-harvesting li.dredging-desilting-list:before{
	background: #BCBCBC;
}

.vegetation-harvesting li h4{
	max-width: 738px;
}

.vegetation-harvesting p{
	font-size: 20px;
	line-height: 1.5;
	color: #303030;
	max-width: 738px;
}

.services-list-globle-list{
	padding: 30px 50px;
	border: 1px solid #ECEDEF;
	border-radius: 8px;
	margin-bottom: 30px;
}

.services-list-globle-list ul li{
	position: relative;
	padding-left: 27px;
	line-height: 1.44;
	font-size: 18px;
	color: #636363;
	margin-bottom: 13px;
}

.services-list-globle-list ul li:last-child{
	margin-bottom: 0;
}

.services-list-globle-list ul li:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #0F2056;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 10px;
}

.services-list-globle-list ul.two-col-listing{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.services-list-globle{
	padding: 50px 0 30px;
}

.product-list{
	padding: 50px 0 50px;
}

.product-list ul li{
	margin-bottom: 50px;
}

.product-list ul li h6, .product-list ul li h6 a{
	color: #0F2056;
	font-weight: 600;
}

.product-list-img{
	margin-bottom: 20px;
}

.product-list-img img{
	width: 100%;
}

.product-price{
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}

.product-price strong{
	color: #0F2056;
}

.testimonials{
	padding: 50px 0 100px;
}

.testimonials h2{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.testimonials-list{
	padding-top: 20px;
}

.testimonials-list ul li{
	margin-bottom: 30px;
}

.testimonial-list-by-name p{
	margin-bottom: 0;
}

.testimonials-list-box{
	background: #0F2056;
	height: 100%;
	border-radius: 8px;
	padding: 30px 30px 18px 30px;
}

.testimonial-list-by{
	margin-bottom: 20px;
}

.testimonial-list-by-photo{
	width: 70px;
	margin-right: 20px;
	padding: 15px 0;
}

.testimonial-list-by-photo img{
	border-radius: 8px;
}

.testimonial-list-by-name h6{
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 3px;
}

.testimonial-list-by-name strong{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
	color: #F7F7FD;
	font-weight: 400;
}

.testimonial-list-by-name span{
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #F7F7FD;
}

.read-more-wrap{
	font-size: 18px;
	line-height: 26px;
	color: #F7F7FD;
}

.read-more-wrap .expand-content{
	display: none;
	padding-top: 15px;
}

.read-more-wrap a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 20px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.read-more-wrap a:hover{
	color: #F2E92F;
}

.read-more-wrap p{
	margin: 0;
}

.load-more-btn{
	margin-top: 70px;
}

.links{
	padding: 50px 0 100px;
}

.links h5{
	color: #3785BD;
	margin-bottom: 30px;
}

.links ul{
	margin-bottom: 30px;
}

.links ul li{
	margin-bottom: 30px;
}

.links-box{
	border: 1px solid #D1D7DC;
	border-radius: 8px;
	height: 100%;
}

.links-img{
	border-bottom: 1px solid #D1D7DC;
}

.links-img img{
	width: 100%;
}

.links-content{
	padding: 20px 20px 35px 20px;
}

.links-content .read-more-wrap{
	font-size: 16px;
	line-height: 24px;
	color: #0F2056;
}

.links-content .read-more-wrap strong{
	font-size: 16px;
	line-height: 24px;
	color: #0F2056;
	font-weight: 600;
}

.links-content .read-more-wrap a{
	color: #3785BD;
}

.links-content .read-more-wrap a:hover{
	color: #0F2056;
}

.products-details-th-gallery{
	margin-top: 50px;
}

.products-details{
	padding: 50px 0 50px;
}

.products-details-box{
	padding: 30px;
	border: 1px solid #ECEDEF;
	border-radius: 8px;
	margin-bottom: 30px;
}

.products-details-box ul li{
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.44;
	margin-bottom: 15px;
	color: #636363;
	font-weight: 500;
	position: relative;
}

.products-details-box ul li:before{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100px;
	background: #0F2056;
	position: absolute;
	left: 0;
	top: 9px;
}

.products-details-box img{
	margin-top: 30px;
}

.products-details-box table{
	width: 100%;
	min-width: 680px;
}

.single-our-products .products-details-box {
	overflow-x: auto;
}

.products-details-box table th{
	padding: 10px;
	font-size: 18px;
	color: #0F2056;
	line-height: 26px;
	font-weight: 500;
	border-bottom: 1px solid #D1D7DC;
	vertical-align: top;
}

.products-details-box table th strong{
	font-weight: 500;
}

.products-details-box table td{
	padding: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #636363;
	vertical-align: top;
}

.products-details-box table td p:empty{
	display: none;
}

.products-details-box table td img{
	max-width: 200px;
}

.products-details-sidebar{
	background: #FFFFFF;
	border: 1px solid #0F2056;
	top: 120px;
	margin-top: -600px;
	position: sticky;
	z-index: 2;
}

.products-details-right{
	position: relative;
}

.products-details-sidebar-content{
	padding: 30px;
	
}

.products-details-sidebar-img img{
	width: 100%;
}

.products-details-sidebar-price-label{
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	color: #3785BD;
	margin-bottom: 16px;
}

.products-details-sidebar-price{
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	color: #0F2056;
	margin-bottom: 30px;
}

.products-details-sidebar-btns .btn{
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.products-details-sidebar-btns-seperator{
	border-bottom: 1px solid #ABD9F9;
	margin: 30px 0;
}

.products-details + .recent-blogs{
	padding-top: 50px;
}

.search-result{
	padding: 50px 0 100px;
}

.search-result-list li{
	padding: 30px 0;
}

.search-result-list li + li{
	border-top: 1px solid #ABD9F9;
}

.search-result-list li h5{
	color: #0F2056;
}

.search-result-list li h5 a{
	transition: all 0.3s ease-in-out;
}

.search-result-list li h5 a:hover{
	color: #3785BD;
}

.search-result-tag{
	margin-bottom: 50px;
}

.search-result-tag span{
	padding: 17px 54px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	background-color: #3785BD;
	border-radius: 15px;
}

.default-page{
	padding: 50px 100px;
}

.page-not-found{
	background-size: cover !important;
	/* min-height: calc(100vh - 80px); */
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-not-found .container{
	max-width: 744px;
}

.page-not-found h5{
	margin-bottom: 20px;
	color: #3785BD;
	font-weight: 600;
}

.page-not-found .btn{
	margin-top: 30px;
}

.page-not-found p{
	font-size: 20px;
	font-weight: 700;
	color: #0F2056;
	margin-bottom: 10px;
}

.modal.enquire-now-popup .modal-dialog{
	max-width: 1170px;
}

.modal.enquire-now-popup .contact-form{
	padding: 50px;
}

.modal.enquire-now-popup .btn-close{
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	z-index: 2;
	box-shadow: none;
}

.input-icon-name{
	background-image: url(../images/user.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	padding-right: 40px;
}

.input-icon-number{
	background-image: url(../images/phone.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	padding-right: 40px;
}

.input-icon-email{
	background-image: url(../images/envelope-open-fill.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	padding-right: 40px;
}

.input-icon-city{
	background-image: url(../images/city.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	padding-right: 40px;
}

.training-capabilities ul{
	margin-bottom: 30px;
	margin-left: 15px;
}

.training-capabilities ul li{
	position: relative;
	padding-left: 27px;
	line-height: 1.44;
	font-size: 18px;
	color: #636363;
	margin-bottom: 13px;
}

.training-capabilities ul li:last-child{
	margin-bottom: 0;
}

.training-capabilities ul li:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #0F2056;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 10px;
}

.training-capabilities ul li span{
	color: #0F2056;
	text-transform: uppercase;
	font-weight: 600;
}

.caterogies-page-partner-training-logo{
	padding-left: 15px;
	padding-right: 15px;
}

.testimonials-home-slider-wrap{
	padding-right: 85px;
}

.testimonials-home-slider-wrap .slick-arrow{
	background-color: #F2E92F;
	border-radius: 15px;
	width: 51px;
	height: 51px;
	font-size: 0;
	border: 0;
	position: absolute;
	right: 00px;
	top: 0;
	background-image: url(../images/next-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}

.testimonials-home-slider-wrap .slick-arrow:hover{
	background-color: #fff;
}

.testimonials-home-slider-wrap .slick-arrow.slick-prev{
	top: 60px;
	transform: rotate(180deg);
}

.testimonials-home-slide{
	padding-right: 15px;
}

.slick-dots li:only-child{
	display: none;
}

.woocommerce.woocommerce-shop ul.products{
	max-width: 1210px !important;
	margin: 50px auto 0 !important;
	padding: 0 20px;
}

.woocommerce.woocommerce-shop ul.products .product-category > img{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%, 0 38px);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9%), calc(100% - 9%) 100%, 0 100%, 0 9%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12%), calc(100% - 14%) 100%, 0 100%, 0 12%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12%), calc(100% - 14%) 100%, 0 100%, 0 12%);
	margin-bottom: 20px;
	width: 100%;
}

.event-details-right .products-details-sidebar-img{
	margin-bottom: 20px;
}

.woocommerce.woocommerce-shop ul.products h2.woocommerce-loop-category__title{
	font-size: 22px;
	line-height: 1.25;
	font-weight: 400;
	color: #0F2056;
	font-weight: 600;
	padding: 0;
	margin-bottom: 14px;
}

.woocommerce.woocommerce-shop ul.products h2.woocommerce-loop-category__title a{
	color: #0F2056;
}

.woocommerce.woocommerce-shop ul.products li.product strong{
	display: inline-block;
}

.event-details-right .products-details-sidebar-price-label{
	color: #0F2056;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.event-details-right .products-details-sidebar-price{
	font-size: 16px;
	line-height: 24px;
	color: #0F2056;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
}

.event-details-right .products-details-sidebar-content{
	padding: 0 30px;
}

.tax-product_cat .woocommerce-ordering{
	display: none;
}

.tax-product_cat .products{
	max-width: 1210px !important;
	margin: 50px auto !important;
	padding: 0 20px !important;
}

.tax-product_cat .products .product{
	width: 100% !important;
	margin-right: 0 !important;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ecedef;
	padding: 30px !important;
}

.tax-product_cat .products .product h2.woocommerce-loop-product__title, .tax-product_cat .products .product .price{
	width: 100%;
}

.woocommerce.tax-product_cat ul.products li.product h2.woocommerce-loop-product__title{
	font-size: 22px;
	color: #0F2056;
	font-weight: 600;
	margin-bottom: 10px;
}

.tax-product_cat .products .product{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tax-product_cat .products .product .fooevents-date{
	width: 60%;
}

.tax-product_cat .products .product .fooevents-date ul{
	margin-bottom: 0;
}

.tax-product_cat .products .product .fooevents-date ul li{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 11px;
	font-weight: 500;
	color: #0F2056;
	padding-left: 31px;
}

.tax-product_cat .products .product .fooevents-date strong{
	display: inline-block;
	color: #636363;
	font-weight: 400;
	width: 40%;
	padding-right: 15px;
	font-weight: 400;
}
.woocommerce.tax-product_cat ul.products li.product .price{
	color: #0F2056;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
	margin-bottom: 30px;
}
.woocommerce ul.products li.product .price strong{
	display: inline-block;
	font-weight: 400;
	color: #636363;
}
.woocommerce.tax-product_cat ul.products li.product .price, .woocommerce.tax-product_cat ul.products li.product .price .woocommerce-Price-amount{
	display: inline-block !important;
	padding-right: 10px;
}

.tax-product_cat .products .product .fooevents-date ul li.event-start-date{
	background: url(../images/event-date.svg) no-repeat left center;
}

.tax-product_cat .products .product .fooevents-date ul li.event-time{
	background: url(../images/event-time.svg) no-repeat left center;
}

.tax-product_cat .products .product .fooevents-date ul li.event-registration-date{
	background: url(../images/event-registration.svg) no-repeat left center;
}

.tax-product_cat .products .product .fooevents-date ul li.event-cut-of-date{
	background: url(../images/event-cut-off.svg) no-repeat left center;
}

.tax-product_cat .products .product .fooevents-date ul li.event-capacity{
	background: url(../images/event-capacity.svg) no-repeat left center;
}

.tax-product_cat .products .product .fooevents-date ul li.event-location{
	background: url(../images/event-location.svg) no-repeat left center;
}

.tax-product_cat .products .product .add_to_cart_button, .tax-product_cat .products .product .wp-element-button{
	display: inline-block;
	background: #0F2056;
	border-radius: 16px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding: 13px 20px;
	transition: all 0.3s ease-in-out;
	margin-top: 0 !important;
}

.tax-product_cat .products .product .quantity{
	padding-right: 15px;
	padding-left: 50px;
	width: 20%;
	position: relative;
	min-width: 200px;
}

.tax-product_cat .products .product .add_to_cart_button:hover{
	background: #F2E92F;
	color: #000000;
}

.tax-product_cat .products .product .quantity{
  -webkit-appearance: none;
  margin: 0;
}

.tax-product_cat .products .product .quantity input[type=number]
{
  -moz-appearance: textfield;
}

.tax-product_cat .products .product .quantity input {
  width: calc(100% - 50px);
  height: 50px;
  float: left;
  display: block;
  padding: 0;
  margin: 0 0 0 0;
   border: 0;
  border-top: 1px solid #0F2056;
  border-bottom: 1px solid #0F2056;
}

.tax-product_cat .products .product .quantity input:focus {
  outline: 0;
}

.tax-product_cat .products .product .quantity button {
  position: relative;
  cursor: pointer;
  border: 1px solid #0F2056;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #3785BD;
  font-size: 20px;
  line-height: 1.2;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  top: 0;
}

.tax-product_cat .products .product .quantity .more {
  position: absolute;
  right: -32px;
}

.tax-product_cat .products .product .quantity .less {
  position: absolute;
  left: 50px;
}

.award-slider .slick-list{
	width: 100%;
}

.wpcf7-form .wpcf7-list-item,
.wpcf7-form label {
  display: flex;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.wpcf7-form label {
  cursor: pointer;
}

.wpcf7-form [type="radio"],
.wpcf7-form [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label,
.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label {
	position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
    color: #000;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label::before,
.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-form [type="radio"] + .wpcf7-list-item-label::after,
.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #3785BD;
    background: #F3FAFF;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label::before,
.wpcf7-form [type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 100%;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label::before,
.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::before {
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border: 1px solid #3785BD;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label::after,
.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::after {
	content: '';
    background: #273869;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 7px;
    left: 7px;
    border: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	border-radius: 4px;
}
.wpcf7-form [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.wpcf7-form [type="radio"]:checked + .wpcf7-list-item-label::after{
	border-radius: 100%;
}

.wpcf7-form [type="radio"]:checked + .wpcf7-list-item-label::after,
.wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label::after {
opacity: 1;
  transform: scale(1);
}

.wpcf7-form span.wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-form span.wpcf7-checkbox .wpcf7-list-item{
	margin-right: 20px;
	margin-bottom: 20px;
}

.woocommerce-checkout input{
	background: #F3FAFF;
	border: 1px solid #3785BD;
	height: 48px;
	font-size: 18px;
	color: #000000;
	padding: 10px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: .375rem;
}

.woocommerce-checkout textarea{
	background: #F3FAFF;
	border: 1px solid #3785BD;
	font-size: 18px;
	color: #000000;
	outline: none !important;
	box-shadow: none !important;
	height: 100px !important;
	padding: 10px;
	border-radius: .375rem;
}

.woocommerce-checkout select, .woocommerce-checkout .select2-container--default .select2-selection--single{
	background: #F3FAFF;
	border: 1px solid #3785BD;
	font-size: 18px;
	color: #000000;
	outline: none !important;
	box-shadow: none !important;
	height: 48px;
	line-height: 38px;
	padding: 10px;
	border-radius: .375rem;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px;
}

.woocommerce-checkout label{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 10px;
}

.woocommerce button.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	display: inline-block;
	background: #0F2056 !important;
	border-radius: 16px !important;
	color: #FFFFFF !important;
	font-size: 18px !important;
	line-height: 24px !important;
	padding: 13px 20px !important;
	transition: all 0.3s ease-in-out;
}

.woocommerce button.button:hover, .woocommerce button.button:focus{
	background: #F2E92F !important;
	color: #000000 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: #F3FAFF;
}

.woocommerce-checkout .inner-banner{
	min-height: 250px;
}

.woocommerce-checkout .inner-banner h1{
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-customer-details address{
	line-height: 1.8;	
}

.woocommerce-checkout .woocommerce-customer-details--phone, .woocommerce-checkout .woocommerce-customer-details--email{
	margin-bottom: 10px;
	margin-top: 10px;
}

.woocommerce-checkout #customer_details{
	margin-bottom: 30px;
}

.heateor_sss_sharing_container{
	background: #3785BD !important;
}

.heateor_sss_sharing_container span.heateor_sss_svg{
	background: #fff !important;
	border-radius: 5px !important;
}

div.heateor_sss_bottom_sharing a{
	padding: 3px !important;
}

.heateor_sss_sharing_container span.heateor_sss_svg svg path{
	fill: #0F2056 !important;
}

.heateorSssSharingArrow{
	background-color: rgb(55, 133, 189) !important;
	padding: 12px !important;
	border-radius: 5px 0px 0px 5px;
}

.inner-banner .training-banner-cta-btns .btn{
	margin-bottom: 20px;
}

.inner-banner .training-banner-cta-btns .btn a{
	margin-right: 20px;
	background: #F2E92F;
	color: #000000;
}

.inner-banner .training-banner-cta-btns .btn.btn-border a{
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.categories-search .search-submit{
	position: absolute;
	right: 11px;
	width: 40px;
	height: 40px;
	top: 8px;
	opacity: 0;
}

.woocommerce form .form-row .input-checkbox{
	width: 30px;
}

#add-products-posts{
	margin-bottom: 50px;
}

.product-category.product .btn.btn-manualy-divs{
	margin-top: 20px;
}

#primary.content-area + .company-overview h2{
	margin-top: 50px;
}