/*Custom Styles*/

@font-face {
    font-family: 'bauhaus bold';
    src: url('/wp-content/themes/onepress/assets/fonts/bauhaus-bold-bt.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/onepress/assets/fonts/bauhaus-bold-bt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/wp-content/themes/onepress/assets/fonts/bauhaus-bold-bt.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/onepress/assets/fonts/bauhaus-bold-bt.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/wp-content/themes/onepress/assets/fonts/bauhaus-bold-bt.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/*Default - major styles*/
.section-meta{
}
.section-padding {
	padding: 6.25% 0 4.375rem !important;
}
.section-title-area .section-title{
	line-height:1.2;
	font-family: 'bauhaus bold';
	letter-spacing: 2px;
}
.followWrap{
	height:auto !important;
}

/*Logo Styles*/
.custom-logo{
	width: 300px;
}
.site-branding .site-logo-div{
	line-height:85px;
}
/*Header Styles*/
.header-full-width .container{
	/*display:flex;
	justify-content:space-between;*/
}
#header-section{
	height:90px;
}
/*Header Contact details*/
.header-contact-info{
	float: left;
    padding: 15px 0 0 20px;
}
.header-contact-info a{
	font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0 15px 0 0;
	display: block;
    line-height: 30px;
}
.header-contact-info a:last-child{
	margin:0;
}
.header-contact-info a:hover{
	color: #3760b0;
}
.header-contact-info a i{
	padding-right: 10px;
    font-size: 18px;
	color:#3760b0;
}
/*Menu Section*/
.onepress-menu > li:first-child > a{
	padding-left:0;
}
.onepress-menu a{
	padding: 34px 17px 0px;
	font-size: 14px;
    font-weight: 700;
}

/*About us Section*/
#about .section-desc p{
	font-size:1.15rem;
}
#about h3{
	font-weight: 700;
    font-size: 1.5rem;
}
.mission-vision p{
	font-size:1.05rem;
	font-weight:500;
	position:relative;
	padding-left:50px;
}
.mission-vision p:before{
	content: "\201C";
	font-size: 4.25rem;
    position: absolute;
    top: -35px;
    left: 0;
    font-family: "Arial";
    font-weight: 700;
}

/*Features Section*/
.feature-item .icon-background-default{
	color: #3760b0;
}
.feature-item:hover .icon-background-default{
	color:#03c4eb;
}
.feature-item h4{
	font-weight: 700;
    font-size: 1.5rem;
}
.feature-item-content p{
	font-size: 1.15rem;
    font-weight: 500;
}

/*Service Section
.service-item .service-head{
	display:flex;
	align-items: center;
}*/
.section-title-area{
	margin-top: 25px;
	margin-bottom:35px;
}
.section-services .service-item{
	padding:0;
	box-shadow:none;
}
.section-services .service-item:hover {
    box-shadow: none;
}
.section-services .service-item .service-image{
	margin: 0 auto 15px !important;
    width: 100%;
    text-align: center;
}
.section-services .service-item .service-image i{
	color: #3760b0;
}
.section-services .service-item:hover .service-image i{
	color: #03c4eb;
}
.section-services .service-item .service-title{
	font-size: 1.55rem;
    font-weight: 700;
	text-align:center;
	margin: 15px 0;
}
.section-services .service-item .service-content{	
    width: 100%;
    margin: 0;
}
.section-services .service-item .service-content p{	
	font-size:1.15rem;
}
.service-inner-row{
	display:flex;
	align-content:center;
	justify-content:space-between;
	margin: 25px 0;
}
.service-inner-row .last-box{
	width: calc((96% / 3) - 0.1px);
	display:inline-block;
}
.service-inner-row .service-inner-box{
	border:2px solid #3760b0;
	width: calc(( 96% / 3 ) - 0.1px);
	display:inline-block;
	margin-right:20px;
	padding: 15px;
    border-radius: 5px;
	z-index: 0;
    position: relative;
    overflow: hidden;
	cursor:pointer;
}
.service-inner-row .service-inner-box:last-child{
	margin-right:0;
}
.service-inner-row .left-side::before{
	left:-60px;
}
.service-inner-row .service-inner-box::before {
    content: '';
    position: absolute;
    background: #e1f0fa;
    right: -60px;
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -4;
}
.service-inner-row .service-inner-box:hover::before {
    background: #3498db;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.service-inner-row .left-side:hover::before{
	left:0;
}
.service-inner-row .service-inner-box h5{
	text-align:center;
	line-height:25px;
	font-size:1.125rem;
}
.service-inner-row .service-inner-box p,.service-inner-row .service-inner-box li{
	font-size:1rem !important;
}
.service-inner-row .service-inner-box:hover h5,.service-inner-row .service-inner-box:hover p,.service-inner-row .service-inner-box:hover ul li{
	color:#fff;
}
/*Jobs Section*/
.job-item:hover .job-image i{
	color:#03c4eb;
}
.job-image{
	text-align: center;
    margin: 0 0 15px 0;
}
.job-image i{
	color: #3760b0;
}
.job-title{
	text-align: center;
    line-height: 25px;
    font-size: 1.35rem;
}
.job-content p{
	font-size: 1.05rem;
	text-align:justify;
}

/*Contact Form*/
.contact-form input[type="submit"]{
	background: #3760b0;
}
.contact-form input[type="submit"]:hover{
	background-color:#03c4eb;
}
.contact-form input[type="submit"]:focus{
	border:none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #3760b0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #3760b0;
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    margin: 0;
}
.wpcf7-not-valid-tip{
	font-weight:700;
}
/*Footer Address Section*/
.address-boxes{
	display: flex;
    align-items: start;
    justify-content: space-between;
}
.section-contact .address-contact .fa-inverse {
    font-size: 14px;
    top: 4px;
    left: 1px;
}
.section-contact .address-contact .fa-stack-2x {
    font-size: 2.5em;
}
.job-content a, .address-content a{
	color:#3760b0;
	font-weight: 600;
}
.job-content a:hover, .address-content a:hover{
	color: #03c4eb;
}
#map-code{
	width:100%;
}
#custom-map{
	margin-top:18px;
	width: 100%; 
	overflow: hidden; 
	height: 265px;
}
.site-footer .site-info{
	line-height: 70px;
	padding:0;
}
.site-footer .btt a{
	border-radius: 15px;
    color: #fff;
    background: #333;
	transition: all 0.1s ease-in 0s;
	position: fixed;
    right: 30px;
    bottom: 10%;
	top:unset;
	text-align: center;
}
.site-footer .btt a:hover {
	background-color: #3661ae;
	text-decoration:none;
	color:#fff;
}
.site-footer .btt a i{
	margin-left:0px;
}
.site-info .container{
	display:flex;
}
.copyrights-section{
	text-align:left;
	padding-left:0;
	color:#fff;
}
.footer-links{
	text-align:right;
	padding-right:0;
}
.footer-links a{
	padding-right:10px;
}
.site-footer .site-info a{
	color:#fff;
}
#terms-of-use{
	padding-right:0;
}
/*Privacy Policy*/
.privacy-policy,.terms-of-use{
	background-color: #03c4eb;
    color: #ffffff;
	position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;    
    z-index: 999999;
    display: none;
	margin: 5px;
    overflow-y: auto;
    text-align: left;
    padding: 30px;
}
.privacy-policy h3,.terms-of-use h3{
	font-size:26px;
	text-align:center;
	font-weight:700;
	margin:15px 0;
	color: #ffffff;
	font-family: 'ITC Bauhaus';
}
.privacy-policy p,.terms-of-use p{
	line-height:26px;	
}
.privacy-policy p strong, .terms-of-use p strong{
	font-size: 16px;
}
.privacy-policy p a,.terms-of-use p a{
	padding:0;
	text-decoration:underline;
	font-weight:600;
}
.privacy-policy ul li,.terms-of-use ul li{
	line-height: 30px;
}
.close-privacy-policy,.close-terms-of-use{
	position: absolute;
    font-size: 40px;
    top: 2%;
    right: 2%;
    cursor: pointer;
}


/* Reponsiveness styles - Mobile view */
@media only screen and (min-width: 320px) and (max-width: 450px) {
	#header-section{
		height:129px; 
	}
	.site-header {
    	line-height: 45px;
	}
	.header-full-width .container{
		display:block;
	}	
	.header-contact-info{
		padding: 0px 0 10px;
	}
	.header-contact-info a{
		font-size:14px;
		line-height:22px;
	}
	.header-contact-info a i {
    	padding-right: 8px;
		font-size: 14px;
	}
	.site-branding .site-logo-div{
		line-height:75px;
	}
	#nav-toggle span{
		top: 45%;
		margin-top: 0px;
	}
	.onepress-menu > li:first-child > a{
		padding-left:20px;
	}
	.n2-ss-slide-backgrounds{
		height:380px !important;
	}
	div#n2-ss-1 .n2-font-d931cf6e3b6e761dde0aeefacb98f569-hover{
		font-size:180.5% !important;
	}
	.section-padding {
		padding: 130px 0 3.5rem !important;
	}	
	#about h3{
		text-align:center;
	}
	.service-inner-row{
		display:block;
	}
	.service-inner-row .last-box{
		display:none;
	}
	.service-inner-row .service-inner-box{
		width:100%;
		display:block;
		margin-right: 0;
    	margin-bottom: 20px;
	}
	.section-services .service-item .service-content ul li{
		text-align:left;
	}
	.site-footer .btt a{
		right: 15px;
    	bottom: 5%;
    	left: unset;
		width: 40px;
		height: 40px;
		font-size: 25px;
		line-height: 38px;
	}
	.site-footer .site-info{
	    line-height: 20px;
        padding: 20px 0;
	}
	.copyrights-section{
	    text-align: center;
	}
	.footer-links {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        margin-top: 15px;
    }
	.address-boxes{
		display:block;
	}
	.address-box{
		margin-bottom: 30px;
	}
	.address-box h3{
		font-size: 1.35rem;
	}
	.section-contact .address-contact{
		font-size: 14px;
	}
	.site-info .container{
		display:block;
	}
	.privacy-policy h3,.terms-of-use h3{
		font-size:22px;
	}
	.privacy-policy p,.terms-of-use p{
		line-height:22px;
		font-size:14px;
	}
} /*End of responsivess section - 320px to 450px*/
@media only screen and (min-width: 451px) and (max-width: 768px) {
	#header-section{
		height:auto;
	}
	.header-full-width .container{
		display:block;
	}
	.header-contact-info{
		padding: 25px;
	}
	.onepress-menu > li:first-child > a{
		padding-left:20px;
	}
	.copyrights-section{
		font-size:13px;
	}
	.site-footer .btt a{
		right: 15px;
    	bottom: 2%;
    	left: unset;
		width: 40px;
		height: 40px;
		font-size: 25px;
		line-height: 38px;
	}
} /*End of responsivess section - 451px to 768px*/
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	#header-section{
		height:auto;
	}
    .header-full-width .container {
        width: 100%;
    }
    .onepress-menu > li:first-child > a{
		padding-left:20px;
	}
}