   
/*********** Footer ********/
footer {
    background: #f3f5f9;
    padding-top: 60px;
}

/*.footer-container {
    background:var(--blue-dark-color);
    padding: 35px 0 0;
    width: 100%;
}*/

.footer-container {
    background: var(--bg-light-color);
    padding: 35px 0 0;
    width: 100%;
}

.main-content-block {
    margin-top: -95px;
    padding-top: 0;
    margin-bottom: 50px;
    margin-left: 0px;
}

.main-content-block {
    margin-top: -95px;
    padding-top: 0;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-top: 11px;
}

.email_block {
    width: 100%;
    float: left;
    border-radius: 5px;
    background: rgba(62, 93, 122, .23);
    border: 1px solid rgba(0, 170, 248, .13);
    padding: 12px 15px;
    margin-bottom: 15px;
    color: #fff;
    transition: all 0.3s;
}

.email_block:hover {
    background: rgb(10 25 94);
}
.email_block a {
    color: #fff;
}

.email_block a:hover { color:var(--blue-darklight); }

.email_block h4 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.3px;
    margin-bottom: 2px;
}

.email_block p {
    margin-bottom: 0;
    color: #fff;
}


.links {
    padding-bottom: 0;
}

.links_menu {
    float: left;
    width: 50%;
}
.link_new ul li {
    padding: 4px 0;
}

.link_new ul li a {
    font-size: 14px;
}

.links span {
    padding-right: 10px;
}

.links_menu {
    float: left;
    width: 50%;
}

.footer_form_bg {
    border-radius: 10px;
    margin-top: -120px;
    border: 8px solid rgba(0, 0, 0, 0.17);
}

.footer_form {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 20px 20px;
}

.footer_form label {
    font-weight: 400;
    margin-bottom: 4px;
}

.footer_form input, .footer_form textarea {
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0;
    outline: 0;
    border-bottom: 1px solid #7b97a4;
    border-radius: 0;
}

.errormessage {
    color: #ff0000;
    font-size: 13px;
}
.btn-custome:hover {
    background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 126 208) 100%) !important;
}

.footer_form select {
    border: none;
    outline: 0;
    border-bottom: 1px solid #7b97a4;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 0;
    margin: 0 0 20px;
    background-color: transparent;
    width: 100%;
}

/**/


.footer_bottom {
    background-color: var(--bg-light-color);
    padding: 40px 0 25px;
    border-top: 1px solid #ffffff12;
}

.f_logo {
    width: auto;
    margin-bottom: 8px;
}

.footer_bottom .footerTitle {
    color: #a6a9ab;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.footer_bottom .career a {
    font-size: 15px;
    color: #fff;
    letter-spacing: .6px;
}

.footer_bottom .career i {
    color: #20b1dd;
}
.footer_bottom .career span {
    margin-left: 10px;
}

.client-logos ul { padding: 40px 0 0 0; display:flex; align-items:center; justify-content:center; }

.footer_bottom .footerTitle {
    color: #a6a9ab;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 5px;
    text-transform: uppercase;
    padding: 0 0 6px 0;
}
.social_footer ul li {
    border: 1px solid #454545;
    width: 29px;
    height: 29px;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px 9px 6px 7px !important;
    margin: 0 1px;
}

.social_footer ul li a { color:#fff; }

.footer_bottom .client-logos li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.footer_bottom .client-logos li img {
    opacity: .4;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.footer_bottom .copyright_new {
    padding-top: 24px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: .45px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.social_footer ul { display:flex; align-items:center; justify-content:center; }

.social_footer ul li { display:flex; align-items:center; justify-content:center; }


footer .footer-container .links { margin: 0; padding: 0; }
footer .footer-container .links h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: var(--font-size-24);
    color: var(--white-color);
    line-height:30px;
    font-weight:500;
    }
footer .footer-container .links .links_menu {margin: 0;padding: 0;display: flex;align-items: start;justify-content: start;width: 100%;}
footer .footer-container .links .links_menu ul {margin: 0;padding: 0;width: 50%;}
footer .footer-container .links .links_menu li {margin: 0;padding: 5px 0;width: 100%;display: block;}
footer .footer-container .links .links_menu li a {margin: 0;padding: 0;font-size: 14px; 
    line-height: 22px;color:var(--white-color); transition:all 0.3s; }

footer .footer-container .links .links_menu li a:hover { color:#b0baff; }

footer .footer-container .links .links_menu li a span {margin: 0;padding: 0 4px 0 0;font-size: 18px;}


/*footer .footer-container .btn-custome {
    background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 126 208) 100%) !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%) !important;
    border-radius: 30px !important;
    border-color: #293270 !important;
    transition: 0.4s ease all;
    padding: 15px 30px;
    font-size: 16px;
    margin-top: 10px;

    color:var(--white-color);
}*/

footer .footer-container .btn-custome {
    background: var(--orange-color) !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%) !important;
    border-radius: 30px !important;
    /* border-color: #293270 !important; */
    transition: 0.4s ease all;
    padding: 13px 22px;
    font-size: 16px;
    margin-top: 10px;
    color: var(--white-color);
    font-weight: 500;
}

footer .footer-container .text-right-btn {
    display: flex;
    align-items: center;
    justify-content: end;
} 


footer .footer-container .btn-custome:hover {
     background: var(--blue-dark-color) !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%) !important;
    color:var(--white-color);

}


/*********** Top Scroll Arrow ********/
.scroll-top{bottom:35px;color:#fff !important;display:none;font-size:26px;padding:12px 9px;position:fixed;left:20px;height:52px;text-align:center;width:52px;background:#ec7323;border-radius:6px;overflow:hidden;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.4);box-shadow:0 2px 6px 0 rgba(0,0,0,.4);z-index:990;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;cursor:pointer;}
.scroll-top:after{content:'';width:2px;height:25px;background:#fff;position:absolute;left:50%;bottom:-50px;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;margin-left: -2px;}
.scroll-top:hover:after{bottom:8px;}
.scroll-top:hover:before{top:-8px;position:relative;color:#fff;font-size:30px;}
.scroll-top:before{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;position:relative;top:0;left:-1px;}
.scroll-top:hover{-webkit-box-shadow:0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);box-shadow:0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);}


/************/

.whatsapp-info-icon {
	/* width: 50px; */
	/* height: 50px; */
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 9999;
	border-radius: 100%;
	/* background-color: #293270; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -60px auto 20px;
	-webkit-box-shadow: 0 0 14px -4px rgb(41 50 112/83%);
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
	box-shadow: -1px 4px 33px -4px rgba(0, 0, 0, 0.83);
}

.whatsapp-info-icon svg {
	width: 50px;
	height: 50px;
}

/*down-arrow*/

#scroll {	position: fixed;right: 10px;	bottom: 10px;	cursor: pointer;
	width: 50px;	height: 50px;	text-indent: -9999px;	display: none;
	-webkit-border-radius: 60px;	-moz-border-radius: 60px;	border-radius: 50px;	z-index: 99999;	background: #05124c;
	box-shadow: 0 0 6px 3px rgb(178 178 178 / 50%); }



/*down-arrow*/


