
.logo{
    width:250px;
    height:100px;
}
.logo_img_top{
    width:95px;
    height:150px;
    margin-top: 20px;
}
.logo_img{
    width: 300px;
    height: 90px;
}
.brand_text{
    color:#e60f1a;
}
.navbar{
    background-color:#343a40!important;
    padding: 1rem 0 .75rem;
    display: flex;
    position: fixed;
    /* width: 100vw; */
    z-index: 802;
    justify-content: flex-start;
    height:110px;
}
.navbar-nav {
    background-color:#343a40;
}
.navbar-nav li{
    margin-right:20px;
}
.navbar-nav li .nav-link{
    color: #212529;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 5px;
    background-color: #343a40;
    margin-top: 9px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    /* font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529; */
}

.navbar-nav li .nav-link:hover {
    background-color: #343a40;
    color: red !important;
}
.navbar-toggler span{
    display: block!important;
    background-color: #990000!important;
    height: 3px!important;
    width: 25px!important;
    margin-top: 4px!important;
    margin-bottom: 4px!important;
    -webkit-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
    position: relative!important;
    opacity: 1!important;
    right: 5px!important;
    font-size: 1.25rem!important;
    line-height: 1;
}
.brand-text{
    color:#e60f1a;
}
/* SECTION */
html, body{
    height: 100%;
}
#home_section {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 700px;
}

#home_section{
    background-image: url("../img/HOMEBACKGROUND.png");
    background-repeat: no-repeat;
    background-size: cover;
    height:700px;
    /* background-color:#e60f1a; */
    border-bottom:3px solid #fff;
}
.home_title{
    font-family:verdana;
    text-shadow: 0px 9px 38px rgb(12 38 122 / 58%);
    font-size: 3rem;
    color: #990000;
    font-weight:600;
    margin-bottom:15px;
    
}
.home_title_small{
    font-family:verdana;
    text-shadow: 0px 9px 38px rgb(12 38 122 / 58%);
    font-size: 2rem;
    color: #990000;
    font-weight:600;
    margin-bottom:15px;
    
}
.home_subtitle{
    color:#990000;
    font-weight:600;
    font-size:22px;
    margin-bottom:20px;
}
.read_more_btn{
    font-size: 1rem;
    color: #e60f1a;
    text-transform: uppercase;
    margin-bottom: 2rem;
    cursor: pointer;
    min-width: 10rem;
    min-height: 3rem;
    padding: 10px 20px;
    width:30px;
    border-radius: 25rem;
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
}
#home_div{
    margin:0 auto;
}
/* section */
.sub_row{
    padding-top:70px;
    padding-bottom:70px;
    height:auto;
}

.main_title{
    /* margin: 0px 0px 6px; */
        font-size: 32px;
        line-height: 48px;
        font-weight: 700;
        font-family: open-sans, sans-serif;
        color: #990000;
}
.main_paragraph{
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
    color: #383336;
}
.translation_img{
    width:450px;
    height:450px;
    float:center;
    text-align: center;
}
.it_services_image{
    width:400px;
    height:400px;
}
#all_services_row{
    /* background-image: url('../img/pattern_bg.jpg'); */
    background-color:#e3e5e4;
}
.multiple_service_title{
    color:#1c1a1b;
    font-size:26px;
}
.multiple_subtitles{
    color:grey;
    line-height:40px;
    font-weight:600;
    font-size:30px;
}
.multiple_services_img{
    width:70px;
    height:70px;
    margin-bottom:10px;
}
.underline{
    border-bottom:4px solid #990000;
    width:200px;
    margin:0 auto;
    margin-bottom:30px;
}
.small_title{
    font-weight:600;
    font-size:25px;
    margin-bottom:20px;
    color:#990000;
    margin-bottom:10px;
}
.small_paragraph{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    color: black;
}
#all_services_container_row{
    /* background-color:#fff; */
    background-color:#f4f5f5;
    padding:30px;
    margin-bottom:0px;
}

.all_services_cols_container .inner_grid {
    box-shadow: 0 0 5px 2px #bdc2bf;
}
.all_services_cols_container .inner_grid{
    border:1px solid #d2d5d4;
    height:270px;
    margin-bottom:30px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

/* SECTION */
#sponsors_row{
    height:800px;
    background-image: url('../img/red_silver_globe.png');
    background-repeat:no-repeat;
    /* background-position: center; */
    background-color:#e3e5e4;
}

.flags_mega_container span img{
    width:42px;
    height:42px;
    margin-left:70px;
}
#our_sponsors_row{
    padding-top:60px;
    padding-bottom:60px;
}
#contact_us_section{
    padding-top:60px;
    padding-bottom:60px;
    border-top:2px solid #dfe2e0;
    border-bottom:2px solid #dfe2e0;
    /* background-color:#e3e5e4; */
}
#contact_us_right_col{
    background-color:#e3e5e4;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.contact_input{
    width: 100%!important;
    height: 55px!important;
    padding: 5px 10px!important;
    /* border:1px solid #d7dad9; */
    border-radius: 10px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.contact_textarea{
    width: 100%!important;
    /* border:1px solid #d7dad9; */
    border-radius: 10px!important;
}
#contact_us_section label{
    font-weight:600;
    font-size:14px;
    color:black;
}
.submit_large_button{
    width:100%;
    border:1px solid #990000;
    border-radius:30px;
    color:#fff;
    font-size:22px;
    font-weight:600;
    text-align: center;
    padding:7px;
    vertical-align:middle;
    background-color:#990000;
}
/* Section */
#whole_contact_section{
    padding-bottom:30px;
    height:600px;
    margin-top:0px;
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
}
#whole_contact_section input, #whole_contact_section textarea {
    border-color:silver;
}
#whole_contact_section ::placeholder {
    font-size:22px;
    font-weight:700;
    color:silver;
    text-transform: uppercase;
  }
#contact_left_col{
    background-image: url('../img/c_l_bg.png');
    background-size: cover;
    height:600px;
    padding:30px;
}
#right_col_top_div{
    background-color:#e3e5e4;
    border:1px solid #e3e5e4;
    border-radius:20px;
    height:80px!important;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 600px) {
    .home_container{
        padding-top:10px;
        text-align:center;
        font-weight: 500;
        line-height: 1.2;
    }
    #second_row{
        text-align:center;
    }
    .home_title{
        font-family:verdana;
        text-shadow: 0px 9px 38px rgb(12 38 122 / 58%);
        font-size: 2rem;
        color: #990000;
        font-weight:600;
    }
    #sponsors_row{
        text-align: center;
    }
    #sponsors_row img{
        margin-bottom:15px;
        border-bottom:1px solid #e3e5e4;
        padding-bottom:5px;
    }
    #home_section {
        height: 500px;
    }
    #to_be_centered_on_small{
        text-align:center;
    }
    #about_top{
        text-align:center;
    }
    .services_we_offered_grey{
        float:center;
    }
    #sponsors_row{
        background-image:none;
        background-color:#e3e5e4;
    }
    .flags_mega_container span img{
        width:42px;
        height:42px;
        margin-left:3px;
    }
    .translation_img {
        width:250px;
        height:250px;
    }
    .sponsors_logos_container img{
        margin-bottom:20px;
    }
    #our_sponsors_row{
        padding-top:20px;
        padding-bottom:20px;
    }
    #sponsors_row{
        height:700px;
    }
    #contact_us_section{
        padding-top:20px;
        padding-bottom:20px;
    }
    #footer{
        color:#fff;
        background-color:#990000;
        padding:30px;
    }
    #all_services_container_row{
        /* background-color:#fff; */
        background-color:#f2f3f2;
        padding:5px;
    }
    .navbar-nav {
        margin-top: -18px;
        width: 100%;
    }
    img {
        width: 100%;
        height: 100%;
    }
    #whole_contact_section{
        height:auto;
    }
    .all_services_cols_container .inner_grid{
        height:auto;
        padding-top:20px;
        padding-bottom:20px;
    }
}
#footer{
    color:#fff;
    background-color:#990000;
    padding:30px;
    border-top:3px solid #fff;
    margin-top:2px;
}
.footer_first_row{
    margin-bottom:10px;
    padding-bottom:15px;
}
#footer_links_div a{
    display:block;
    color:#fff;
    text-decoration: none;
    margin-bottom:10px;
}
#footer_links_div a:hover{
    text-decoration: underline;
    text-decoration-color: #fff;
}
.important_links{
    font-size:18px;
    font-weight:600;
}
.service_inner_row .service_inner_col{
    box-shadow: 0 0 5px 2px #bdc2bf;
    text-align:center;
}
.services_we_offered_bottom{
    color:#102540;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    text-align:center;
}

#about_top{
    margin-top:20px;
}
.footer_logo_cont{
    margin-bottom:20px;
}
.social_links_conatiner{
    font-size:38px!important;
}
.social_links_conatiner a{
    text-decoration: none;
    color:#fff;
}
.social_links_conatiner a:hover{
    cursor: pointer;
    color:#fff;
    text-decoration: underline;
    text-decoration-color: #fff;
}
.languages_we_cover_paragraph{
    font-weight:400;
    color:#e60f1a;
    font-size:30px;
    line-height:30px;
    margin-bottom:30px;
}

/* **************************About US Section***************************** */
#home_section_services {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 500px;
}

#home_section_services{
    /* background-image: url("../img/prof_bg.jpg");
    background-repeat: no-repeat; */
    height:500px;
    background-image: url('../img/aboutusghero.png');
    border-top:2px solid #e3e5e4;
    border-bottom:2px solid #d2d5d4;
    box-shadow: 0 4px 2px -2px #d2d5d4;
}
.padded_container{
    padding-top:60px;
    padding-bottom:60px;
}
.service_title{
    font-family:verdana;
    text-shadow: 0px 9px 38px rgb(12 38 122 / 58%);
    font-size: 2.5rem;
    color: #e60f1a;
    font-weight:600;
    margin-bottom:15px;
}
.service_subtitle{
    color:#e60f1a;
    font-weight:500;
    margin-bottom:20px;
}
.aboutus_subtitle{
    font-size: 72px;
    line-height: 90px;
    color:#636a78;
    font-weight: 100;
}
.about_us_para{
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    font-family: open-sans,sans-serif;
    color: black;
}
#services_left_col{
    background-color:#f4f5f5;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
#contact_us_services{
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 500px;
}

#contact_us_services{
    /* background-image: url("../img/prof_bg.jpg");
    background-repeat: no-repeat; */
    height:500px;
    background-image: url('../img/contact_us.png');
    border-top:2px solid #e3e5e4;
    border-bottom:2px solid #d2d5d4;
    box-shadow: 0 4px 2px -2px #d2d5d4;
}
#services_home_section{
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 500px;
}
#services_home_section{
    /* background-image: url("../img/prof_bg.jpg");
    background-repeat: no-repeat; */
    height:500px;
    background-image: url('../img/service_hero.png');
    border-top:2px solid #e3e5e4;
    border-bottom:2px solid #d2d5d4;
    box-shadow: 0 4px 2px -2px #d2d5d4;
}
.service_row{
    padding-top:70px;
    padding-bottom:70px;
}
.srtbg{
    background-color:#f2f3f2;
}

@media only screen and (max-width: 600px) {
    .padded_container{
        padding-top:20px;
        padding-bottom:20px;
    }
    .service_row{
        padding-top:20px;
        padding-bottom:20px;
    }
}
#languages_home_section{
        /* background-image: url("../img/prof_bg.jpg");
    background-repeat: no-repeat; */
    height:500px;
    background-image: url('../img/languages_bg.png');
    border-top:2px solid #e3e5e4;
    border-bottom:2px solid #d2d5d4;
    box-shadow: 0 4px 2px -2px #d2d5d4;
}
#languages_spinning_globe_area{
    background-image:url('../img/globe_gif_three.gif');
    height:500px;
    background-repeat:no-repeat;
    background-position: center;
}