.title_div{
	text-align: left;
    margin-bottom: 0px;
}
.title_h1{
    font-size: 3em;
    line-height: 1.4;
    color: #1e1863;
    letter-spacing: 1.5px;
    font-family: 'mnt';
    margin-bottom: 4em;
    text-transform: capitalize !important;
}
.ourteam{
    height: 50em;
}
.ourteam .bg-img{
    background-position-y: -40px;
}
.ourteam_title{
	margin-top: 60px;
}
.ss_img{
	max-width: 138%;
}
.logo_sticky{
	width: 200px;
	max-height: 45px !important;
    margin-top: 7px !important;	
}

.gnt_btn{
	background: rgb(51, 86, 217);
    box-shadow: 0 1px 4px rgba(0,0,0,.12), 0 1px 4px rgba(0,0,0,.12);
    border-radius: 2px;
    padding: 0 16px;
    display: inline-block;
    font-family: 'mnt';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    height: 40px;
    width: 200px;
    text-align: center;
    line-height: 2.3;
}
.gnt_btn:hover{
    opacity: 0.9;
    cursor: pointer;
    background-color: white;
}
.gnt_btn_a{
    color: #fff;
    font-size: 18px;
}
.gnt_btn_a:hover{
    color: #374fd8;
}
.gt_btn{
    background: #ffffff;
    color: #1e8bea;
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    font-weight: 600;
    font-family: 'mnt';
}
.gt_btn:hover {
   opacity: 1;
   color: #ffffff;
   background: transparent;
   border: 2px solid #fff;
}
.gt_btn:focus {
   opacity: 1;
}
.ss_content{
	text-align: justify;
}
.title_product{
	color: #1e1863;
}
.title_product:hover{
	color: #1e1863;
}
.title_product:focus{
    color: #1e1863;
}
.ss_div{
    border-bottom: unset;
}
.border_top_none{
    border-top: unset;
}
.product_btn{
    margin-top: 2em;
}
.img_ch{
    position: absolute;
    right: 0;
    max-width: 138%;
}
.ch_feature{
    font-size: 14px;
}
.contact_inp_gru{
    width: 100%;
}
.contact_border{
	border: 1px solid rgb(121, 121, 121) !important;
}
.contact_message{
    width: 100% !important;
    margin-bottom: unset !important;
}
#success_message, #err_message{
    display: none;
}

.hiring_btn{
    margin-top: 5px;
    background-color: #135893;
    border-radius: 5px;
    padding: 10px !important;
    color: #fff !important;
    font-weight: 500;
}
.hiring_btn:hover,.hiring_btn:focus{
    background-color: #135893 !important;
    color: #fff !important;
}
.hiring_btn:after {
   content: none !important;
}
.apply_btn{
    font-size: 20px;    
    font-weight: 600;
}
.apply_btn:hover,.apply_btn:focus{
    color: #fff;
}
.slider_container{
    padding: 5em;
    padding-top: 1em;
    padding-bottom: 2em;
}

.header_reason{
	margin-bottom: 22px;
}
.feature_reason{
	background: #ffffff;
    padding: 20px 10px 4px 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
.title_reason:after{
	width: 280px;
}
.title_h3_reason{
	margin-bottom: 10px;
}
.about_title_div{
	margin-bottom: 5em;
}
.about_ss_div{
	padding-top: 70px;
	padding-bottom: 100px;
}
.about_ch_div{
	border-top: none;
	padding-top: 0;
	padding-bottom: 100px;
}
.header_reason_div{
	padding-top: 60px;
}
small.help-block{
    text-align: left;
}
#freshteam-widget{
    margin-bottom: 40px;
}
.aligncenter {
    text-align: center;
    margin-bottom: 30px;
}
.appit_btn_p{
    font-size: 16px;
    color: white;
    background: #6195FF;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    margin-top: 14px;
    width: 195px;
    margin: 0 auto;
    margin-top: 20px;
    
}
.widlogmg {
	width: 350px;
}

.appit_row_margin{
    margin-top: 0px;
    margin-bottom: 40px;
}
.ourteam_iframe_div{
    text-align: center;
    padding: 70px 0;
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.ourteam_iframe_div h2.title{
    margin-bottom: 50px;
}
.contact-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 1200px){
    .appit_width_con {
        width: 1024px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .ss_img{
        max-width: 100%;
    }
    .ch_feature {
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .ipad_ch_div{
        padding-bottom: 30em;
    }
    .img_ch {
        top: 26em;
        max-width: 100%;
    }
    .ss_img{
        max-width: 100%;
    }
    .ourteam_iframe_div iframe{
        width: 100%;
        height: 400px;
    }
    .our_pro_home {
        padding: 120px 18px;
    }
}
@media only screen and (max-width: 767px) {
    .ipad_ch_div{
        padding-bottom: 25em;
    }
    .img_ch {
        top: 40em;
    }
    .ss_img{
        max-width: 100%;
        padding-top: 3em;
    }
    .footer-follow li {
        margin-right: unset;
    }
    .home-content h1{
        font-size: 29.4px;
        margin-bottom: 6em;
    }
    .slider_container{
        padding: 0;
    }
    .ourteam_iframe_div iframe{
        width: auto;
        height: auto;
    }
    .ourteam_iframe_div h2.title{
        font-size: 25px;
    }   

}
@media only screen and (width: 1280px) {
	#home .home_title_div{
		top: 35%;
	}
	.title_h1{
		margin-bottom: 0;
	}
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));
}
.hmchmnbackrtc {
	width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/fn_bgr.jpg);
    background-position: 0em 2em;
    height: 40em;
}
@media (min-width: 320px) and (max-width: 480px) {
  
.hmchmnbackrtc {
	width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/fn_bgr.jpg);
    background-position: 0em 2em;
    height: 28em;
}  
}