/*	font-family: 'Poppins', sans-serif;	*/
@media (min-width: 767px) {
	.padding-full {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.no-padding {
		padding-left: 0;
		padding-right: 0;
	}
	
	.no-padding-left {
		padding-left: 0;
	}
	
	.no-padding-right {
		padding-right: 0;
	}
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p,
ul li {
	color: #616368;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.max-width-has > div
{
max-width: 1920px;
    margin: 0 auto !important;
    position: static !important;
}
/*Menu css*/
@media (min-width: 767px) {
	.collapse:not(.show) {
		display: block;
	}
	
	.menu-icon {
		display: none !important;
	}
}
.header-main .row {
	width: 100%;
	display: flex;
	align-items: center;
}

.menu-has ul li a {
	color: #242f51;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
}

.menu-has ul li {
	float: left !important;
	width: auto;
}

.menu-has ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.menu-has ul li + li {
	margin-left: 50px;
}

.menu-has ul li.try-for-free a {
	background: #00529c;
	color: #fff;
	padding: 10px 30px;
	display: block;
	border-radius: 50px;
}

.menu-has ul li:hover a {
	color: #ff7600;
}

.menu-has ul li.try-for-free:hover a {
	background: #ff7600;
	color: #fff;
}
/*Menu Css end*/
header {
	background: #fdfdfe;
}
.has-sec-1 {
	background-size: cover !important;
	background-position: bottom center !important;
}
.has-banner-content h4 {
	color: #242f51;
	font-size: 18px;
	line-height: 23px;
	margin: 0;
	font-weight: 700;
	background: #e2eaed;
	display: inline-block;
	padding: 6px 30px 6px 50px;
	border-radius: 24px;
	position: relative;
}
.has-banner-content h4:before {
	content: "";
	background: url("../images/banner-check.png") no-repeat;
	width: 39px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
}
.has-banner-content h2 {
	color: #00529c;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	margin: 20px 0;
}

.try-for-free a {
	background-color: #00529c !important;
	color: #fff !important;
	padding: 12px 30px !important;
	display: block !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	font-weight: 500;
	text-decoration: none !important;
	transition: 0.3s !important;
	border: none !important;
}
.try-for-free:hover a {
	background: #ff7600 !important;
	color: #fff !important;
}
.watch-demo a {
	background-color: transparent !important;
	box-shadow: none !important;
	background-image: none !important;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 24px !important;
	transition: 0.3s;
}
.watch-demo:hover a {
	color: #00529c !important;
}
.sec-2-content h3 {
	color: #242f51;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	margin: 0 0 10px;
}
.box-main-has {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.ico-content h4 {
	font-size: 20px;
	font-weight: 600;
	color: #242f51;
	line-height: 26px;
}
.sec-3-left {
	padding-right: 80px !important;
}

.sec-3-right {
	padding-left: 80px !important;
	border-left: 1px solid #b9b9b8;
}

.sec-3-left .has-banner-content {
	margin-bottom: 0;
}

.sec-3-left .has-banner-content h2 {
	font-size: 40px;
	line-height: 44px;
	margin: 0px 0;
	font-weight: 600;
}

.sec-3-right .wpb_content_element {
	margin-bottom: 0;
}
.has-sec-3 {
	padding: 20px 15px 60px !important;
}
.has-content-orange-ico h4 {
	color: #ff7600;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 10px;
}
.has-sec-4 {
	padding: 30px 15px 50px;
}
.sec-5-content h3 {
	color: #00529c;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	padding-right: 80px;
	margin: 0 0 20px;
}
.slick-slide img {
	display: table;
	margin: 0 auto;
	opacity: 0.6;
}
.slick-slide.slick-center img {
	transform: scale(1.3);
	border-radius: 20px;
	opacity: 1;
}
.app-slider .slick-list {
	padding: 80px 0 !important;
}
.app-slider {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.app-slider-mobile {
	content: "";
	background: url(../images/phone-frame2.png) no-repeat;
	width: 338px;
	height: 598px;
	position: absolute;
	z-index: 999;
	left: calc(51% - 4px);
	transform: translateX(-50%);
	background-size: contain;
	top: -16px;
}
.amaz-content h2 {
	color: #00529c;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	margin: 0 0 12px;
}

.amaz-content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.has-fea-content h4 {
	color: #242f51;
	font-size: 20px;
	line-height: 26px;
	margin-top: 0;
	font-weight: 600;
}
.has-featured-main {
	padding: 0 0 0 200px !important;
}

.has-featured-main .has-fea-content {
	padding-right: 80px !important;
}
.test-content h3 {
	color: #00529c;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	padding-right: 80px;
	margin: 0 0 20px;
}
.test-content {
	max-width: 600px;
}
.test-rating i.fa {
	color: #dee2e6;
	font-size: 24px;
}
.test-rating i.fa.yellow {
	color: #ffcc00;
}
.test-title h3 {
	color: #ff7600;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin: 10px 0 8px;
}
.image-name {
	display: flex;
	align-items: center;
}

.test-img img {
	border-radius: 100%;
	overflow: hidden;
	width: 80px;
	height: 80px;
	object-position: center;
}

.test-img img {
	object-fit: cover;
}

.test-name-desig h4 {
	color: #00529c;
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 10px;
}

.test-name-desig h5 {
	font-size: 16px;
	color: #616368;
	margin: 0;
	line-height: 16px;
}

.test-name-desig {
	margin-left: 20px;
}

.testimoninal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonial-main {
	max-width: 600px;
	position: relative;
}
.slide-tes {
	border: 1px solid #dee1e6;
	border-radius: 100%;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #dee1e6;
	cursor: pointer;
	transition: 0.3s;
	background: #fff;
}

.slide-tes:hover {
	color: #fff;
	border: 1px solid #00529c;
	background: #00529c;
}
.slider-nav {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.slide-right-tes {
	margin-left: 20px;
	position: relative;
}

.slide-right-tes:after {
	content: "";
	width: 1px;
	height: 30px;
	background: #e4e6ea;
	position: absolute;
	left: -12px;
	top: 11px;
}
.testimonial-main .slick-prev, .testimonial-main .slick-next {
	display: none;
}
.has-download-main .wpb_single_image {
	float: left;
}

.has-download-main .wpb_single_image + .wpb_single_image {
	margin-left: 20px;
}
.has-right-img-download .wpb_single_image {
	margin-bottom: 0;
	overflow: hidden;
}

.has-right-img-download .wpb_single_image img {
	margin-bottom: -120px;
}
footer {
	/*background: #00529c;*/
	/*padding: 0 0 50px;*/
}

footer .row {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-logo {
	background: #fff;
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
	margin-top: -75px;
	position: relative;
	z-index: 999;
	box-shadow: 0 0 9px rgb(0 0 0 / 22%);
}

.footer-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	transition: 0.3s;
}

.footer-menu ul {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 30px;
}

.footer-menu ul li {
	margin: 0 12px;
}

.social-links ul li a {
	color: #fff;
	font-size: 28px;
	transition: 0.3s;
}

.social-links ul {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.social-links ul li {
	margin: 0 10px;
}

.copy-right p {
	color: #fff;
	margin: 0;
	font-size: 14px;
	opacity: 0.5;
	line-height: 24px;
}

.copy-right {
	margin-top: 15px;
}
.footer-menu ul li:hover a,
.social-links ul li:hover a{
	color: #f60;
}
.form-has-field input, .form-has-field textarea {
    background: #f6f7fa;
    margin-top: 12px;
    height: 48px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    width: 100%;
    outline: none;
}
.form-has-field input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0 !important;
    float: left;
    background-color: #00529c !important;
    color: #fff !important;
    padding: 14px 30px !important;
    display: block !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none !important;
    transition: 0.3s !important;
    border: none !important;
    height: auto !important;
    outline: none;
    width: auto;
}
.form-has-field {
    display: table;
    width: 100%;
    text-align: left;
}
.form-has-field textarea {
    height: 200px;
    resize: none;
    width: 100%;
}
.contact-has-main {
    padding: 50px 15px 120px;
}
.form-has-field:nth-child(2) input {
    margin-top: 0 !important;
}
.faqs-has h4.vc_tta-panel-title {
    font-size: 16px !important;
    line-height:26px !important;
}


/* new home */

body.page-id-173{  
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/main_banner.png); 
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: -8px;
    padding: 0px;    
    overflow-x: hidden;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
}


header {
		position: relative;
		background:#fff;
}

ul.call_info li span {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-left: 5px;
}
.social_info {
    float: right;
    display: flex;
    display: -webkit-flex;
}
ul.header_social {
    display: flex;
    display: -webkit-flex;
    margin-left: 5px;
}
ul.header_social li {
    margin: 0px 8px;
}
ul.header_social li a {
    text-decoration: none;
}
ul.header_social li a i {
    color: #000;
    font-size: 13px;
}
ul.call_info li a {
    text-decoration: none;
    color: #000;
    margin-left: 5px;
}
section.top_info {
	display: none;
    border-bottom: solid 1px #cccccc;
    padding: 10px 0px;
}

ul#menu-top-menu {
    display: table;
    /* display: -webkit-flex; */
    float: right;
}

ul#menu-top-menu li {
    margin: 0px 15px;
    display: inline-block;
}

.home ul#menu-top-menu li a{ 
    color:#fff;
}

.home section.menu_section{
    
    position: absolute; 
}

ul#menu-top-menu li a {
	font-family:  'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
	text-decoration:none;
	transition: all 0.3s linear;
}

ul#menu-top-menu li a:hover
{
    transition: 1s;
    font-weight: 600;
}

ul#menu-top-menu li:last-child {
    margin-right: 0px;
}

ul.header_social li:last-child {
    margin-right: 0px;
}

section.menu_section {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}  


.nav_box ul.menu     {
    margin-bottom: 15px;
}
.nav_box ul.menu  li a {
	line-height: 30px;
	font-size: 17px;
    color: #ffffff;
    font-weight: 500;
}
.nav_box ul.menu  li {
	transform: translateX(0px);
    transition: 1s;
}
.nav_box ul.menu   li:hover {
    transform: translateX(50px);
    transition: 1s;
}
.nav_box ul.menu  li:hover a:before {
 	content: '';
    position: absolute;
    background-image: url(../images/narrow.png);
    left: -45px;
    right: 0;
    background-repeat: no-repeat;
    top: 14px;
    background-size: auto;
    bottom: 0;
    padding: 0;
    transition: 1s;
    background-position: inherit;
}
 

section.copyright {
    text-align: center;
    padding: 30px 0px;
}

section.copyright p {
	font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.copyright p a {
	color: #fe5b00;
    border-bottom: 1px solid;
}  


.copy_wrap {
	align-items: center;
    display: flex;
    justify-content: space-between;
}
.copy_wrap ul {
    display: inline-flex;
}
.copy_wrap ul li {
    margin: 0 10px 0;
}

.copy_wrap ul li a {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 15px;
}  

.logo_link a {
    background: #fff;
    padding: 12px 13px;
    display: table;
    border-radius: 0 0 20px 20px;
}  
.wpb_single_image.gr_link {
    margin-bottom: 10px;
}
.home .inner_head {
    display: none !important;
}  
  
  
  .inner_head {
    background: #eee;
    text-align: center;
    padding: 3em 0;
    width: 100%;
    margin-bottom:3em; 
}

.inner_head h1 {
    color: #00529c;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}        

body .wpcf7-not-valid-tip { 
    background: #dc3232;
    color: #fff;
    font-size: 13px;
    padding: 7px;
}

body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
}
body .wpcf7 form.sent .wpcf7-response-output {
    background: green;
    border-color: green;
    text-align: center;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
}
























