body, html {
    width: 100%;
    height: 100%;
    font-family: 'Gotham-Book';
}

body {
	width: 100%;
	overflow-x: hidden;
	padding: 0 !important;
}

button:focus,
input:focus {
	outline: none !important;
	box-shadow: none !important;
}

header.masthead {
    padding-top: 72px;
    padding-bottom: calc(10rem - 72px);
    background:url(/images/banner\ background.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    min-height: 1230px;
}

.header_content {
	margin-top: 50px;
}

.header_content h3 {
	font-size: 30px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 0;
}

.header_content h1 {
	font-size: 65px;
	font-weight: 500;
	margin-top: 5px;
	line-height: 75px;
}

.header_content p {
	font-size: 20px;
	margin-top: 15px;
}

.donload_btn {
	margin-top: 40px;
}

.donload_btn a {
	font-size: 16px;
	font-weight: 600;
	padding: 17px 75px;
	color: #fff;
	display: inline-block;
	border-radius: 17px;
	position: relative;
	text-transform: uppercase;
	background-image: linear-gradient(101deg, #c5a636, #e0cd5f 99%);
    transition: all 1s ease;
	text-decoration: none;
}

.donload_btn a:hover {
/*	color: #164485;
	text-decoration: none;
	box-shadow: 0 0 7px #FFF;*/

-webkit-box-shadow: 0 90px 150px 2px #c0c0c0;
    box-shadow: 0 90px 150px 2px #c0c0c0;
    color: #132c51;
    background-color: #fff;

}

.donload_btn a:before {
	position: absolute;
	height: 9px;
	width: 100%;
	content: "";
	bottom: -9px;
	left: 0;
	background: url(/images/btn-arrow.png) no-repeat center;
}

.header_screen {
	text-align: center;
	margin-top: -500px;
}

.primary_box {
	text-align: center;
	padding: 0 45px;
}

.home_boxes {
	padding-top: 170px;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 2px solid #f0f0f0;
}

.home_boxes:before {
	position: absolute;
	height: 614px;
	width: 262px;
	content: "";
	left: 168px;
	top: -70px;
	background: url("/images/plane_img.png");
	z-index: -1;
}

.home_boxes:after {
	position: absolute;
	height: 696px;
	width: 582px;
	content: "";
	right: 160px!important;
	top: -142px;
	background: url("/images/truck_img.png");
	z-index: -1;
}

.box_icon {
	height: 96px;
	width: 96px;
	margin: 0 auto;
	border-radius: 50%;
	border:2px solid #ededed;
	  display: flex;
  align-items: center;
  justify-content: center;
}

.primary_box h3 {
	font-size: 22px;
	color: #132c51;
	font-weight: 500;
	font-family: 'Gotham-Medium';
	margin: 30px 0;
}

.primary_box:hover .box_icon{
	border-color: #dcc759;
}

.primary_box p {
	font-size: 16px;
	color: #626262;
	line-height: 1.75;
	font-weight: 500;
	margin: 30px 0;
}

.bottom_line {
	position: absolute;
	height: 2px;
	width: 650px;
	content: "";
	background: #e2d39b;
	bottom: -2px;
	right: -680px;
}

.about_section {
	padding: 170px 0 150px;
	border-bottom: 2px solid #f0f0f0;
	position: relative;
}

.users_info {
	width: 240px;
	border-radius: 20px;
	background: #fff;
	position: absolute;
	bottom: -40px;
	right: -30px;
	text-align: center;
	box-shadow: 0 0 15px #e4e6e6;
}

.about_image {
	position: relative;
}

.user_counter h3 {
	font-size: 30px;
	color: #e0cd5f;
	font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 25px 0px 25px;
}

.user_counter h3 span {
	display: block;
	color: #132c51;
	font-size: 13px;
	margin-top: 5px;
	letter-spacing: 1.5px;
}

.bottom_border {
	border-bottom: 2px solid #f5f6f6;
}

.heading_line {
  font-size: 30px;
  position: relative;
  display: inline-block;
}

.heading_line:after {
	height: 1px;
	width: 100px;
	position: absolute;
	top: 15px;
	right: -120px;
	content: "";
	background: #c5a636;
}

.heading_main {
	font-size: 50px;
	font-family: 'Gotham-Medium';
	margin-bottom: 25px;
}

.about_content p {
	font-size: 18px;
	color: #626262;
	line-height: 30px;
}

.line_left {
	left: -680px;
}

.work_section{
	padding: 170px 0 150px;
	position: relative;
	border-bottom: 2px solid #f0f0f0;
}

.app_link {
	margin-top: 50px;
	display: block;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: left;
}

.work_slider .owl-prev,
.work_slider .owl-next {
	text-indent: -9999px;
	width: 30px;
	height: 15px;
}

.work_slider .owl-prev {
	background: url(/images/left-arrow.png) !important;
}

.work_slider .owl-prev:hover {
	background: url(/images/hover-left-arrow.png) !important;
}

.work_slider .owl-next {
	background: url(/images/right-arrow.png) !important;
}

.work_slider .owl-next:hover {
	background: url(/images/hover-right-arrow.png) !important;
}

.testimonial_section {
	padding: 0 0 40px;
}

.testi_box {
	width: 100%;
	height: 100%;
	min-height: 524px;
	padding: 0 80px 15px 80px;
	background: #f9f9f9;
	border-radius: 12px 90px 12px 12px;
}

.testi_box h3 {
	font-size: 18px;
	font-family: 'Gotham-Medium';
	color: #132c51;
	margin-bottom: 0;
}

.testi_box span {
	font-size: 14px;
	color: #a0a0a0;
}

.testi_box p {
	font-size: 14px;
	color: #626262;
	line-height: 23px;
	margin-top: 20px;
}

.user_img {
	height: 120px;
	width: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: -60px 0 35px;
	border: 7px solid #fff;
	display: inline-block;
}

.footer {
	background: #132c51;
	padding: 140px 0 50px;
}

.footer_links {
	padding: 0;
	margin: 0;
	text-align: right;
	color: #fff;
}

.footer_links li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #fff;
padding-right: 16px;
margin-right: 9px;}
.footer_links li:last-child { border:none; padding:0;}


.footer_links li a {
	color: #fff;
}

.copyRight p {
	color: #fff;
	margin: 0;
}

.footer_search {
	padding: 44px 0;
	background: #6b81fa;
	width: 90%;
	position: absolute;
	left: 0;
	margin: -106px 0 0;
	border-radius: 0 30px 30px 0;
}

.footer_search:before {
	height: 180px;
	width: 290px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url("/images/footer-bg_left.png") center no-repeat;
}

.footer_leftSide {
	padding-left: 50px;
}

.footer_leftSide h3 {
	font-size: 22px;
	color: #fff;
	font-family: 'Gotham-Medium';
	margin: 0;
}

.footer_rightSide .form-group {
	margin-top: 0.6rem;
}

.email_box, .emaillist {
	background: #fff;
	position: relative;
	border-radius: 25px;
}
.emaillist label { display: block;margin:0; }

 .emaillist .es_txt_email{
display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.email_box .form-control, .emaillist .es_txt_email {
	background: transparent;
	border: 0;
	height: 50px;
}



.email_btn, .emaillist .es_textbox_button {
	font-family: 'Gotham-Medium';
	color: #fff;
	position: absolute;
	background: #c5a636;
	border-radius: 25px;
	right: 5px;
	top: 4px;
	font-size: 14px;
	padding: 9.5px 20px;
	border:none;
}

.email_btn:hover, .emaillist .es_textbox_button:hover {
	color: #154281;
}

.trial_text {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

.trial_text li {
	list-style: none;
	font-size: 12px;
	color: #a7b4fc;
}

.slide_list {
	position: absolute;
	top: 20%;
	left: 0;
}

.slide_list ul {
	margin: 0 0 0 8px;
	padding: 0;
}

.slide_list ul li {
	list-style: none;
	font-family: 'Gotham-Medium';
	background: #f9f9f9;
	padding: 12px 21px 12px 55px;
	font-size: 16px;
	margin-bottom: 10px;
	border-radius: 10px;
	font-weight: bold;
	color: #2d4364;
	position: relative;
}

.slide_list ul li:before {
	position: absolute;
	content: "";
	height: 17px;
	background: url("/images/list_icon.png");
	width: 22px;
	left: 14px;
	top: 17px;
}

.btn-icon {
    width: 25px;
    float: left;
    height: 19px;
    margin-right: 16px;
    display: inline-block;
	transform: rotate(180deg);
    background: url(/images/envelope.png);
}

.fixed_btn {
    position: fixed;
    right: -90px;
    top: 40%;
    padding: 8px 37px;
    z-index: 99;
    text-align: center;
    color: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 15px;
    transform: rotate(90deg);
    background-color: rgb(58, 101, 164);
}
.fixed_btn p {
    float: left;
    margin: 0 0 0;
}

.fixed_btn:hover {
	text-decoration: none;
	color: #c9ac3c;
	border-color: #c9ac3c;
}

@media (max-width: 992px) {
/*	header.masthead {
	    height: 100vh;
	    min-height: 40rem;
	    padding-top: 72px;
	    padding-bottom: 0;
	}*/

.testi_box {
	margin-bottom: 100px;
	height: auto;
}

}

@media (max-width:767px){
	
/* 	.container{
		overflow-x:hidden;
		overflow-y:hidden;
	}
	
.masthead .container {
	padding-bottom:20px;
} */
	
	.donload_btn a:hover {
		box-shadow:none !important;
	}
	
.header_content h3 {     font-size: 26px; }
.header_content h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: inherit;
}
.header_screen {
    padding: 20px;
}
.about_section {
    padding: 70px 0 50px;
}
.users_info {
    width: 170px;
	right:0;
    bottom: -10px;}
    .about_content {
    margin-top: 30px;
}
.about_content {
    margin-top: 30px;
}
.pl-5.about_content{
    padding-left: 0rem!important;
}
.work_section {     padding: 26px 0 80px; }

.work_slider {
    margin-top: 30px;
}
.app_link {
    margin-top: 30px;
    text-align: center;
}
.owl-theme .owl-nav {
    text-align: center;
}
.testimonial_section {
    padding: 120px 0 130px;
}
.user_counter h3 {
    font-size: 20px;
    padding: 15px 0px 15px;
}
.testi_box {
    padding: 0 20px 15px 20px;
}
.testimonial_section .pl-4{
    margin-bottom: 20px;
}
.footer_search {
    width: 100%; 
    border-radius: 0;
	margin:-230px 0 0;
}
.footer {
    padding: 50px 0 30px;
}
.footer_leftSide h3 {
    font-size: 18px;
}
.footer_search:before {background:none;}
.footer_leftSide {
    padding-left: 0;
}
.copyRight p {
    font-size: 12px;
    text-align: center;
}
.footer_links {
    text-align: center;
}
.footer_links li a {
    font-size: 12px;
    text-align: center;
}

.bottom_line {
	display: none;
}

.home_boxes:before,
.home_boxes:after {
	position: static;
}

.heading_main {
    font-size: 29px;
}

.heading_line {
    font-size: 25px;
}

.about_content p {
    font-size: 16px;
    line-height: 24px;
}

.slide_list {
    top: 15%;
}
	
.slide_list ul li {
    padding: 6px 21px 6px 55px;
    font-size: 11px;
    margin-bottom: 5px;
}
	
.slide_list ul li:before {
    top: 8px;
	background-size: contain;
}
		.fixed_btn p {
    display: none;
}
/*.fixed_btn .btn-icon {
    width: 25px;
display: block !important;
height: 25px;
margin: 3px 0 0 0px;
transform: rotate(90deg);
background-repeat: no-repeat;
}
	.fixed_btn {
    right: 75px;
top: auto;
bottom: 0px;
padding: 0;
width: 32px;
height: 32px;
border-radius: 5px 0px 0px 5px;
border-right: 0;
	
	}*/
	
	.fixed_btn .btn-icon {
    width: 25px;
    display: block !important;
    height: 17px;
margin: 5px auto 0;
text-align: center;
transform: rotate(270deg);
padding: 0 0 0 47px;
	background-repeat: no-repeat;
}
	.fixed_btn {
    right: 12px;
    top: auto;
    bottom: 12px;
    padding: 0;
    width: 50px;
    height: 33px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
}

}


@media screen and (min-width: 2000px) {
	header.masthead {
		min-height: 1430px;
	}
}


@media screen and (width: 2000px) {
	.footer_search {
		width:85%;
	}
}


@media screen and (min-width: 768px) and (max-width:1900px) {
	.footer_leftSide {
		padding-left: 180px;
	}




}


@media screen and (min-width: 1400px) {
	.home_boxes:after {
    position: absolute;
    height: 615px;
    width: 582px;
    content: "";
    right: -103px;
    top: -69px;
    background: url(/images/truck_img.png);
    z-index: -1;
}
}



/* Inline styling */
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}


/* contact */

