/*one single page*/
@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/FreeSans.otf');
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    font-weight: bold;
    src: url('../fonts/FreeSansBold.otf');
    font-display: swap;
}

html {
    overflow-x: hidden;


}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: HelveticaNeue, sans-serif;
    padding-right: 0px !important;

}
.carousel-item.item1.item33 img{
object-position: center;
}

p.new_ln {
    display: inline-block;
        margin-bottom: 0px;
        margin-left: 3px;
}
.row.first_row {
    margin-bottom: 14px;
}
div#fileHelp {
  margin-top: 10px;
    margin-bottom: 0px;
}
.g-recaptcha {
    margin-right: -10px;
 float:right;

    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.async-recaptcha-spinner-ctn{
     -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.careers .form_contact{
    position:relative;
}
div#job-recaptcha{
    float:unset;
}
:root {
    scroll-behavior: inherit;
}

.navbar-brand a:hover {
    text-decoration: none;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    position: absolute;
    z-index: 999;
    bottom: 33%;
    width: 100%;
    right: 0%;
}

.alert-success {
    color: #e02928;
    background-color: #ffffff;
    border-color: #d6e9c6;
    position: absolute;
    width: 100%;
    z-index: 9999;
    right: 0%;
    bottom: 33%;
}

/*navbar*/
.navbar-toggler {

    border: 1px solid #ddd;
}

.navbar-default .me-auto {
    margin-right: 15px !important;
    margin-left: auto !important;
    margin-top: -20px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    padding: 0px;
    margin-left: 15px;
}

.navbar-brand>img {
    display: inline-block;
}

img.main_logo {
    width: 180px;
    display: inline-block;
    padding-right: 12px;
   border-right: 2px solid #aaa3a3;
}

img.cert {
    width: 133px;
}

section#main img.fixed {
    display: none;
    width: 45px;
    margin-top: -4px;
}

nav.navbar.navbar-default {
    position: fixed;
    z-index: 555;
    width: 100%;
    top: 7px;
    margin-top: 0px !important;
    background-color: unset;
    border: 0px;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-family: HelveticaNeue, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {

    background-color: unset;
    color: white;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: white;

}

/*end of navbar*/
nav.nav_top {
    -webkit-backface-visibility: hidden;
    z-index: 1000000;
    position: fixed;
    top: 50%;

    right: -30px;
    margin-top: -100px;
    /*  margin: auto;
    */
    width: 100px;
    opacity: 0.75;
}

nav.nav_top {
    opacity: 1;
}

/* Chrome, Safari */
::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

::-webkit-scrollbar-track-piece {
    background-color: #C2D2E4;
}

::-webkit-scrollbar-thumb:vertical {
    height: 15px;
    background-color: #e22725;
}

nav.nav_top li {
    height: 20px;
    margin: 10px 0px;
    list-style: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    -webkit-transition: none;
    transition: none;
}

.nav-link {
    -webkit-transition: none;
    transition: none;
}

nav.nav_top a {
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: transparent;
    border: 3px solid #D51C29;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    left: 0px;
    top: 0px;
}

nav.nav_top a:hover,
nav.nav_top a.active {
    background-color: #D51C29;
    width: 20px;
    height: 20px;
    left: -3px;
    top: -3px
}

.navbar-default .me-auto {

}

/*end of one single page*/
/*main section*/
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.4, 1.4);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
}

.carousel-inner .item>img {}

#main {
    height: auto;

}

.big_logo {
    position: relative;
}




#main:before {}




/*end of main section*/
.carousel-inner .mob {
    display: none;
}

/*carousel*/
.carousel-inner .carousel-item {
    height: 650px;
position: relative;
border-bottom: 1px solid #e32220;
}

.carousel-item.item1.item22 img {
    object-position: unset;
}

/*
.carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 1;
    /* background-image: linear-gradient( 
245deg
 ,#003F70, #ffffff ); */
/* background-image: url(../imgs/white-shape-bg.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-image: -webkit-linear-gradient(right, #123653a1, #0c395ea3, #163a5996, #2c4960ab, #ffffffe3);
    background-image: linear-gradient(to left, #123653a1, #0c395ea3, #163a5996, #2c4960ab, #ffffffe3);
}
*/
.carousel-inner .carousel-item img {
    height:650px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;

  

}

/*
.carousel-inner .item1:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 1;
    /* background-image: linear-gradient( 
245deg
 ,#003F70, #ffffff ); 
   background-image: url(../imgs/before_photo.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  
}
*/
.carousel-inner .item1 img {
    width: 100%;
}

.carousel-inner .item1 {


}

.carousel-inner .item1 .overlay {}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;

}

.carousel-control-prev {
left: 4%;
}

.carousel-control-next {
    right: 4%;
}




.carousel-inner .item9 .carousel-caption {
    top: 38%;
}

.carousel-inner .carousel-caption {
 z-index:999;
    color: white;
    padding: 20px;
    padding-left: 0px;
    margin-left: 0%;

    position: absolute;
    /* margin-top: 17%; */
 
    top: 39%;
    text-align: left;
    text-shadow: none;
        left: 29%;
    width: 45%;
}
.carousel-inner .item1:before {
content:"";
z-index:1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-position: right;
    background-image: -webkit-linear-gradient(to left, #e32220a8, #e322205e, #001e689e, #001e689c, #001e68b3);
    background-image: linear-gradient(to left, #e32220a8, #e322205e, #001e689e, #001e689c, #001e68b3);
}
.carousel-inner .carousel-item img {
    -webkit-animation: zoom2 18s;
    animation: zoom2 18s;
}
.carousel-inner .slide2 .carousel-caption {
    left: 17%;
    width: 69%;
    top: 42%;
   text-align: center;
}
#main .carousel-control-next-icon, .carousel-control-prev-icon{
}
.carousel-inner .carousel-caption h1 {
    background-color: white;
    color: white;
    font-size: 34px;
    line-height: 1.4em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.9px;
    

}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-indicators {
    display: none;
}

/*end of caarousel*/
/*divider*/
.divider {
    margin: 0 auto;
    text-align: center;
}

.divider_inner {
    background-image: url(../imgs/1-01.png);
    background-size: contain;
    width: 90%;
    height: 60px;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 31px;

}

.carousel-inner .item2 {
    width: 100%;
    background-image: url(../imgs/pexels-andrea-piacquadio-38234882.jpg);
    height:650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}

.carousel-inner .item1 img:before {

    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 1;
    /* background-image: linear-gradient( 
245deg
 ,#003F70, #ffffff ); */
    /* background-image: url(../imgs/white-shape-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;

}

/*end divider*/
/*sub_logos*/
.sub_logos img{
    width: 100%;
}
 .gray_logos {
    background-color: #505050;
    height: 120px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 40px;
    text-align: center;
    margin: 0 auto;
}
.sub_logos .col-md-2 {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 0px;
    padding-right: 0px;
}
.gray_logos {
}
.gray1{
    background-color: #505050;

}
.colored_logo{
    display: none;
}
.gray1:hover{
    background-color: white;
    box-shadow: 0px 0px 15px #00000057;
    transform: scale(1.09);
}
.gray1:hover .colored_logo{
display: block;
}
.gray1:hover .gray_logo{
    display: none;
}
.gray2{
    background-color: #717171;
}
.gray2:hover{
    background-color: white;
    box-shadow: 0px 0px 15px #00000057;
    transform: scale(1.09);
}
.gray2:hover .colored_logo{
display: block;
}
.gray2:hover .gray_logo{
    display: none;
}
.gray3{
    background-color: #949494;
}
.gray3:hover{
    background-color: white;
    box-shadow: 0px 0px 15px #00000057;
    transform: scale(1.09);
}
.gray3:hover .colored_logo{
display: block;
}
.gray3:hover .gray_logo{
    display: none;
}
.gray4:hover .gray_logo{
    display: none;
}
.gray4{
    background-color: #B5B5B5;
}
.gray4:hover{
    background-color: white;
    box-shadow: 0px 0px 15px #00000057;
    transform: scale(1.09);
}
.gray4:hover .colored_logo{
display: block;
}
.gray4:hover .gray_logo{
    display: none;
}
.gray5{
    background-color: #CFCFCF;
}
.gray5:hover{
    background-color: white;
    box-shadow: 0px 0px 15px #00000057;
    transform: scale(1.09);
}
.gray5:hover .colored_logo{
display: block;
}
.gray5:hover .gray_logo{
    display: none;
}
.gray5 img{
    width: 100px;
    text-align: center;
    margin: 0 auto;
}
/*end of sublogos*/
/*financial*/

/*end financial*/
/*testimonials*/
.testimonials{
    padding: 60px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 80px;
    
}
.testimonials h2{
    color: #001E68;
    letter-spacing: 0.9px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    
}
/*news section*/
.news{
    margin-top: 30px;
}
#news .section_title {
    margin-bottom: 50px;
}

#news .news_txt {
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 30px;
}

#news .owl-carousel .owl-item {
    border: 1px solid #e9e9ee;
    box-shadow: rgb(10 10 10 / 6%) 0px 0px 30px;
    padding: 0px;

}

#news .post-slide {
    border: 1px solid #e9e9ee;
    box-shadow: rgb(10 10 10 / 6%) 0px 0px 30px;
    padding: 0px;
}
#news .owl-nav i.fa.fa-chevron-right {
    color: #c0d0e2;
    font-size: 49px;
    right: -5%;
    position: absolute;
    top: 40%;
}

#news .owl-nav i.fa.fa-chevron-left {
    position: absolute;

    color: #c0d0e2;
    font-size: 49px;
    left: -5%;
    top: 40%;

}

#news .post-slide {}

#news .post-slide .post-img {
    overflow: hidden;
    position: relative;
}

#news .post-slide .post-img img {
    width: 100%;
    height: auto;
    /* filter: grayscale(100%); */
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    object-fit: cover;
    object-position: center;

}

#news .post-slide:hover .post-img img {
 
}

#news .post-slide .post-content {
    padding: 15px 15px;
    position: relative;
    background: #fff;
    overflow-y: scroll;
    height: 180px;
}

#news .post-slide .post-date {
    min-width: 50px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    background: #183667;

    position: absolute;
    top: 0px;
    left: 6px;
}

#news .post-slide .month {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #e22725;

    text-transform: capitalize;
}

#news .post-slide .date {
    color: #fff;
    font-size: 12px;
    padding: 15px;
}
#news .post-slide:hover .post-img img {
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
#news .post-slide .post-title {
    margin: 5px 0;
}

#news .post-slide .post-title a {
    color: black;
    font-size: 17px;
   
    -webkit-transition: all 0.50s ease 0s;
    transition: all 0.50s ease 0s;
    text-decoration: none;
    text-align: justify;

}

#news .post-slide .post-title a:hover {
    color: #333;
    text-decoration: none;
}

#news .post-slide .post-description {
    color: #768492;
    font-size: 16px;
    line-height: 1.6em;

}

#news .post-slide .post-bar {
    padding: 15px 0;
    list-style: none;
    text-align: center;
    background: #14bf9b;
}

#news .post-slide .post-bar li {
    display: inline-block;
    margin-right: 5px;
}

#news .post-slide .post-bar li a {
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

#news .post-slide .post-bar li a:hover {
    text-decoration: none;
    color: #333;
}

.media {
    margin-top: 0px;
    padding-top: 44px;
    padding-bottom: 0px;
    box-shadow: 0px 20px 40px -12px rgb(0 0 0 / 8%);
}

/*end of news section*/
/*divider*/

.divider_se .color1{
background-color: #001E68;
height: 33px;
width: 100%;
}
.divider_se .color2{
    background-color: #132EBC;
    height: 33px;
    width: 100%;
    }
    .divider_se .color3{
        background-color: #279AF1;
        height: 33px;
        width: 100%;
        }
        .divider_se .col-4{
            padding-left: 0px;
            padding-right: 0px;
        }
/*end divider*/
/* contact us section*/
.add2 img {
    visibility: hidden;
}

.add2 span {
    margin-top: 3px;
    border-top: 1px dashed white;
    padding-top: 14px;
}

.contact_us_all {
    padding: 30px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 30px;
    background-color: #5186fe;
    color: white;
}

.contact_us_all h1 {
    font-weight: bold;
    font-size: 44px;
}

form#contact-form {
    position: relative;
    margin-top: -152px;
    background-color: white;
    box-shadow: 0 0 74px rgb(20 20 20 / 7%);
    -moz-box-shadow: 0 0 74px rgba(20, 20, 20, 0.07);
    -webkit-box-shadow: 0 0 74px rgb(20 20 20 / 7%);
    padding-top: 25px;
}

.contactus_sec {
    padding: 30px;
    padding-left: 70px;
    padding-right: 0px;
    background-color: #183667;
    margin-top: 0px;
    /* margin-bottom: 50px; */
    /* margin-left: 4%; */
    /* margin-right: 4%; */
    position: relative;
    z-index: 999;
    color: white;
    padding-top: 14px;
    padding-bottom: 30px;
    padding-top: 40px;
    z-index: 1;
}
.middle3{

display: flex;
justify-content: center;

}
.contactus_sec .logos {}

.contactus_sec .logos img {
    width: 80%;

}
.contactus_sec:before {
    content: "";
    position: absolute;
    background-image: url(../imgs/dots3.png);
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.middle {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contactus_info h4 {
    line-height: 1.5em;
    margin-bottom: 17px;
    font-size: 16px;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.contactus_info i {
    /* margin-right: 10px; */
    font-size: 21px;
    display: block;
    margin-bottom: 10px;
    display: inline-block;
    width: 35px;
    color: white;
}

.form_contact {
    padding: 24px;
}

.form_contact input {
    margin-bottom: 23px;
    /*
    border: none;
    outline: none;
    border-bottom: 2px solid #5185fd;
    border-radius: 0px;
    */
}
.fi_logo_footer img{
    width:55%;
    margin-top: -35px;
    margin-left:20px;
}
.form-control:focus {
    box-shadow: unset;
}

.form_contact textarea {
    margin-bottom: 30px;
    /*
    border: none;
    border-bottom: 2px solid #5085fb;
    border-radius: 0px;
    */
}

.form_contact textarea:focus {
    box-shadow: unset;
}

.form_contact button.btn.btn-danger {
    margin-top: 20px;
    width: 100%;
    background-color: #e22725 !important;
    border-color: #e22725 !important;
}

.contact_us_title {
    font-weight: bold;
    color: #002b68;
    padding-left:0px;
    margin-bottom: 20px;
}

.title_fo {
    margin-bottom: 30px;
}

.info img {
    margin-right: 10px;
}

.soc {
    display: flex;
}

.soc h3 {
    display: inline-block;
    margin-right: 17px;
    margin-top: 4px;
    float: left;
}

.soc .social {
    display: inline-block;
}

.soc .social img {
    width: 33px;
    height: 33px;
}

/*end of contact us section*/
/*footer*/
.subscribe{
    margin-bottom: 50px;
}
.foo_menu h5{
margin-bottom: 14px;
font-size: 20px;
font-weight: bold;
}

.foo_menu ul {
padding-left: 0px;
}
.foo_menu ul li{
    list-style: none;
    font-size: 15px;
    color: white;
    line-height: 30px;

    cursor: pointer;
}
.foo_menu.getin ul li{
}
.foo_menu ul li img{
    width: 25px;
    margin-right: 10px;
}
.footer_sec {
    padding: 30px 70px;
    background-color:rgb(24 54 103 / 94%);
    color: white;
    padding-bottom: 23px;
}

.info {
    margin-top: 10px;
}

.contactus_info h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contactus_info .section_title h1 {
    color: white;
    margin-left: -10px;
}

.contactus_info .section_title h1.big-title {
    display: none;
}

.footer_sec p {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    font-size: 14px;
}


.social img {
    width: 40px;
    margin-right: 10px;
}
.footer_sec img{
    width: 190px;
}
.social_icons{
    margin-bottom: 20px;
}
.social_icons img{
    margin-left: 5px;
    width: 20px;
}
.subscribe_btn{
    width: 70%;
    float: right;
    border-radius: 0px;
}
.subscribe_btn input{
    border-radius: 0px;
}
.subscribe_btn button{
    border-radius: 0px;
}
/*end of footer*/
/*top button*/
.topbutton {
    color: white;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 2px 13px;
    position: fixed;
    right: 15px;
    bottom: 3%;
    z-index: 99999;
    /* border-radius: 50%; */
    cursor: pointer;
    font-size: 25px;
    display: none;
    background-repeat: no-repeat;
    background-color: #e22725;
    border-radius:2px;
    border: 1px solid white;
}
.topbutton img{
    width: 100%;
}
/*end of top button*/

.mg_top {
    margin-top: 30px;
}

.extract {
    margin-left: 20px;
    margin-bottom: 25px;
}



.navbar-default .navbar-brand {
    margin-top: -23px;
}

ul.nav.navbar-nav {
    padding: 10px;
}



@media (max-width:1200px) {

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 8px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {}

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .collapse.in {
        display: block !important;
    }

    ul.nav.navbar-nav {
        background-color: white;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        border: 0px;
        box-shadow: none;
        width: 100%;

    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {}
}


@media(min-width:700px) and (max-width:1100px) {
    .align_items .col-sm-2 {

        float: left;
    }
}

@media(max-width:1200px) {


}

@media (max-width:1024px) {

    #footer {

        padding-bottom: 20px;
        padding-left: 70px;


    }

   
}

@media (min-width:900px) and (max-width:1200px) {
    .g-recaptcha {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media (min-width:700px) and (max-width:800px) {

 .g-recaptcha{
        float:unset;
    }
}

@media(max-width:800px) {
  
    form#contact-form {
        margin-top: 15px;

    }

    

    .nav-tabs .nav-link {

        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;

    }

    
    .navbar-toggler {

        margin-top: -23px;
    }

    .nav-tabs .nav-link span {
        display: none;
    }

    .g-recaptcha {
        margin-top: 17px;

    }

    .nav-tabs .nav-link i {

        display: block;
    }

    

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 30%;

    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 30%;
    }

    

    #main .theme-gradient {
        font-size: 48px;
        line-height: 1.2em;
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-inner .carousel-caption {
        width: 76%;
    }

    section#main img.cert {
        top: 26%;
    }

    .navbar-default .navbar-nav>li>a {

        font-size: 12px;
        font-weight: bold;
    }

    section#main img.main_logo {
        width: 145px;



    }

    section#main img.cert {
        top: 19%;
        left: 8px;
    }

   
    .carousel-inner .carousel-caption {
        width: 46%;
    }

    #main .theme-gradient {
        font-size: 28px;

    }

    .carousel-inner .carousel-item {
        height: 650px;
    }

    .carousel-inner .carousel-item img {
        height: 650px;
    }

    .careers_img img {

        height: auto;
        margin-top: 32px;
    }

    .contactus_sec .logos img {
        width: 33%;
    }
}

@media(max-width:700px) {
    .sub_logos .col-md-2 {
     
        width: 49%;
      
    }
 
    .testimonials {
        padding-left: 40px;
        padding-right: 40px;
    }
    .owl-nav i.fa.fa-chevron-left{
        left: 30%;
    }
    .owl-nav i.fa.fa-chevron-right{
        right: 30%;
    }
    .contactus_sec{
        padding-left: 20px;
        padding-right: 20px;
    }
    .subscribe_btn{
        margin-bottom: 20px;
    }
    .subscribe {
        margin-bottom: 20px;
    }
    .subscribe p{
        font-size: 16px;
    }
div#recaptchaHelp2 {
    margin-bottom: 5px;
}
    .info img{
        width:20px;
    }
    p.new_ln {
    display: block;
    margin-left:0px;
}
    .careers .g-recaptcha {
        margin-top: 15px;
    }

    .careers .form_contact button.btn.btn-danger {
        margin-top: 8px;
    }
.post-slide .post-title a{
        font-size: 16px;
}
    .post-slide .post-description {
        font-size: 15px;
    }

   

    .carousel-inner .carousel-item {
        height: 650px;
    }

    .carousel-inner .carousel-item img {
        height: 650px;
    }

    
    .g-recaptcha {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        float: unset;
        margin-right: unset;
    }

  

    .carousel-inner .mob {
        display: block;
    }
    .carousel-inner .item1:before {

     
    


        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        opacity: 1;
        background-repeat: no-repeat;
        background-size: cover;

    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }

    .carousel-inner .item1.item22 img {
        object-position: center;
    }

    .carousel-inner .item1.item33 img {
        object-position: 80%;
    }

    .carousel-inner .item1.item44 img {
        object-position: 70%;
    }

  
    .topbutton {
      width: 40px;
    height: 40px;
    padding: 0px 10px;
        line-height: initial;
    }

    .info {
        margin-top: 0px;
    }

    .right_side {
        padding: 0px;
    }

    .g-recaptcha {
        margin-top: 0px;

    }

    #footer {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        border-top: 1px solid #5186fe;

    }

    .async-recaptcha-spinner-ctn {
        min-width: unset !important;
    }

    .footer_sec p {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .careers_img img {

        height: auto;
        margin-top: 10px;
    }

    .form_contact {

        margin-top: 25px;
    }

    .social img {
        width: 20px;
        margin-right: 9px;
    }

    .contactus_info h4 {
        line-height: 1.5em;
        margin-bottom: 11px;
        font-size: 14px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        font-weight: bold;
        color: #002e6e;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        border: 0px;
        box-shadow: none;
    }



    section#main .content {
        width: 96%;

        margin-top: 47%;
        margin-left: 6%;
    }



    nav.nav_top {
        width: 70px;
    }

    #main .theme-gradient {
        font-size: 35px;
        line-height: 50px;
    }


    .countfect {
        font-size: 20px;
    }



    section#main img.cert {
        top: -1%;
        left: 166px;
        width: 120px;
    }



    #main .theme-gradient {
        font-size: 26px;
        line-height: 1.3em;
    }




    section#africa_map .title_he {}

    img.logo_footer_one {
        width: 55%;

    }

    img.logo_footer_two {
        width: 55%;
        margin-left: -7px;
    }


    .carousel-control.right {
        right: 10px;
    }

    .carousel-control.left {
        right: 10px;
    }

    div#bs-example-navbar-collapse-1 {
        width: 100%;
        float: none;
        margin: 0px;
    }

    ul.nav.navbar-nav {
        padding: 10px;
    }

    ul.nav.navbar-nav {
        background-color: white;
    }

    .navbar-default .navbar-nav>li>a {
        color: #002e6e;

    }

    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #002e6e;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #002e6e;
    }

    .carousel-inner .carousel-caption {
   left: 0%;
    width: 100%;
    padding-right: 0px;
    }

    nav.nav_top {
        display: none;
    }



    section#main img.fixed {

        width: 45px;
        margin-top: 0px;
    }

    .careers {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .contactus_sec .logos img {
        width: 55%;
    }
}

@media(max-width:375px) {
    #main .theme-gradient {
        font-size: 25px;
        line-height: 1.3em;
    }

    .social img {
        width: 22px;
    }

    .copyright p {

        font-size: 11px;
        ;
    }

    .align_items img {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }

    .title_he h1 {
        font-size: 19px;

    }

    .title_he {
        height: 50px;
    }

    section#main img.main_logo {
        width: 130px;
    }

    section#main img.cert {
        top: 1%;
        left: 145px;
        width: 101px;
    }

    #main .theme-gradient {
        font-size: 25px;
        line-height: 1.3em;
    }

    .navbar-default .navbar-brand {
        margin-top: -20px;
    }
nav.navbar.navbar-default.sticky a{
    font-weight:bold;
}
}

@media(max-width:385px) {}

@media(max-width:350px) {

    .g-recaptcha {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        float: unset;
        margin-right: unset;
    }

    section#main img.main_logo {
        width: 120px;
    }

    #main .theme-gradient {
        font-size: 24px;
        line-height: 1.3em;
    }
}

@media(max-width:320px) {

}

/*fixed meni added*/

nav.navbar.navbar-default.sticky {
    
    background-color: rgb(255 255 255 / 94%);
    border: 1px solid #e0e0e0;
    top: 0px;
    z-index: 999999;
    padding-top: 3px;
    padding-bottom: 4px;

}
nav.navbar.navbar-default.sticky #main_menu {

        display: none;
    
}
nav.navbar.navbar-default.sticky .display_togg {
    display: flex;
}


nav.navbar.navbar-default.sticky .navbar-toggler {
    margin-top: 0px;
}

.navbar-default.sticky .me-auto {
    margin-top: 0px;
    background-color: unset;
}

nav.navbar.navbar-default.sticky a {
    color: #e22725;
    font-size: 16px;
    padding-right: 14px;
    padding-left: 14px;
 
}

nav.navbar.navbar-default.sticky .navbar-brand {
    display: block;
    margin-top: 8px
}

nav.navbar.navbar-default.sticky img.cert {
    display: none;
}

nav.navbar.navbar-default.sticky .main_logo {
    border: 0px;
    display: none;
}

nav.navbar.navbar-default.sticky section#main img.main_logo {
    width: 160px
}

nav.navbar.navbar-default.sticky .navbar-brand {
    padding-left: 0px;
}

.navbar-default.sticky .me-auto {
    margin-top: 0px;
}

section#main nav.navbar.navbar-default.sticky img.fixed {
    display: block
}

.navbar-default.sticky .navbar-nav>.active>a,
.navbar-default.sticky .navbar-nav>.active>a:focus,
.navbar-default.sticky .navbar-nav>.active>a:hover {
    background-color: unset;
    color: #D51C29;
}

.navbar-toggler {
    width: 45px;
}

.navbar-toggler-icon {
    background-image: url(../imgs/menu.png);
    width: 100%;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url(../imgs/close.png);
    width: 100%;
}
.navbar-toggler:focus {
    color: rgb(255 251 251 / 0%);
  /*  background-color: #f5f5f5;*/
}

.navbar-toggler {
    color: rgb(255 251 251 / 0%) !important;

}

.carousel-control-prev,
.carousel-control-next {

    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {


}

@media(min-width:1000px) and (max-width:1120px) {


    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
    }

}

@media(max-width:1000px) {
    .navbar-default .me-auto {

        background-color: rgb(255 255 255 / 94%);
        width: 100%;
    }

    .navbar-default .navbar-nav>li>a {
        color: #e22725;
    }
}

@media(max-width:1220px) {
    nav.navbar.navbar-default a {
        font-size: 17px;
    }

    nav.navbar.navbar-default.sticky a {
        font-size: 15px;
    }
}

@media(max-width:1200px) {
    .navbar-toggle {
        margin-top: 8px;
    }

    ul.nav.navbar-nav {
        padding: 10px;
    }

    .big_logo {
        display: block;
    }

    .navbar {
        background-color: unset;
        top: 30px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;

    }

    nav.navbar.navbar-default.sticky .main_logo {
        display: "none";
    }

    section#main nav.navbar.navbar-default.sticky img.fixed {
        display: block
    }

    nav.navbar.navbar-default.sticky img.cert {
        display: none;
    }

    .sticky ul.nav.navbar-nav {
        padding: 0px;
    }

    nav.navbar.navbar-default.sticky img.main_logo {
        width: 150px;
    }

    nav.navbar.navbar-default.sticky .navbar-toggle {
        margin-top: 17px;
    }

    nav.navbar.navbar-default.sticky .navbar-header {
        padding-bottom: 10px;
    }

}

@media(max-width:700px) {
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:14px;
}
:-ms-input-placeholder { /* IE 10+ */
font-size:14px;
}
:-moz-placeholder { /* Firefox 18- */
font-size:14px;
}
    .carousel-inner .item9 .carousel-caption {
        top: 41%;
    }

    nav.navbar.navbar-default img.main_logo {
        width: 145px;
    }

    nav.navbar.navbar-default img.cert {
        width: 101px;
    }

    nav.navbar.navbar-default .navbar-brand {
        margin-top: 10px;
    }

    nav.navbar.navbar-default {
        margin-top: 4px;
    }

    section#main nav.navbar.navbar-default img.fixed {
        display: none;
    }

    nav.navbar.navbar-default.sticky img.main_logo {
        display: none;
    }

    nav.navbar.navbar-default.sticky img.cert {
        display: none;
    }

    section#main nav.navbar.navbar-default.sticky img.fixed {
        display: block;
    }

    nav.navbar.navbar-default .navbar-brand {
        margin-top: 8px;
    }

}

@media (min-width: 992px) and (max-width:1100px) {
    #footer .col-lg-9 {

        width: 100%;
    }

    .right_side button {
        margin-top: 14%;
        width: 132%;
    }
}

@media(max-width:700px) {
    input#formFile {
    margin-bottom: 10px;
    margin-top: 10px;
}
    input#profilelink {
        margin-bottom: 10px;
    }

    nav.navbar.navbar-default .navbar-brand {
        margin-top: -23px;
        margin-left: 0px;
    }

    nav.navbar.navbar-default .navbar-toggle {
        margin-top: 8px;
    }
}

@media(max-width:375px) {
    nav.navbar.navbar-default img.main_logo {
        width: 130px;
    }

    nav.navbar.navbar-default img.cert {
        width: 101px;
    }

    section#main nav.navbar.navbar-default.sticky img.fixed {
        width: 45px;
    }

    nav.navbar.navbar-default .navbar-toggle {
        margin-top: 4px;
    }
}

/*end of fixed menu added */