/*#1f7cce*/

body {
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
}

#current_page_content p {
    margin-bottom: 10px;
}

#current_page_content img {
    max-width: 100%;
    height: auto;
}

#our_skills_section div.outer_div {
    padding: 14px;
    background-color: white;
    color: black;
    transition: 0.3s all;
    transform: scale(1);
}

#our_skills_section div.outer_div div.inner_div {
    padding: 10px;
    transition: 0.3s all;
}

#our_skills_section div.outer_div div.inner_div > div {
    margin-bottom: 9px;
}

#our_skills_section div.outer_div div.inner_div div.inner_div_icon {
    font-size: 35px;
    transition: 0.3s all;
}

#our_skills_section div.outer_div div.inner_div div.inner_div_heading {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 19px !important;
}

#our_skills_section div.outer_div div.inner_div div.inner_div_content {
    font-size: 14px;
}

h4,h3,h2,h5,h1 {
    font-family: 'Buenard', serif;
    font-weight: 600;
}

.theme_style {
    background-color: #004c8f;
    color: white;
}

.theme_style1 {
    background-color: #ed232a;
    color: white;
}

#navigation_menu {
    height: 100%;
    font-family: 'Buenard', serif;
}

#navigation_menu ul {
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#company_logo_img {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    
    #our_profile_content {
        text-align: justify;
    }
    
    #quick_link_div {
        padding-top: 30px;
    }
    
    #client_images_swiper div.next_prev_div::after {
        font-size: 30px;
    }
    
    #company_logo_img {
        padding: 10px 0;
        width: 400px !important;
    }
    
    #menu_toggle {
        cursor: pointer;
        margin: 15px 0 !important;
        line-height: 42px;
        font-size: 18px;
        width: 42px;
        height: 42px;
        float: left;
    }
    
    #non_home_page_section12 {
        padding: 20px 0 !important;
    }
    
    #non_home_page_section12 h3 {
        font-size: 22px !important;
        text-transform: uppercase;
    }
    
    #our_profile_section {
        padding: 40px 0 !important;
    }
    
    #navigation_menu_col {
        display: none;
        border-top: 1px solid black;
    }
    
    #navigation_menu ul {
        flex-direction: column;
    }
    
    #navigation_menu ul li {
        padding: 6px 0 !important;
        background-color: aliceblue;
        margin-bottom: 3px;
    }
    
    #navigation_menu ul li a {
        padding: 10px 10px !important;
        display: block;
    }
    
    #slideshow_section div.next_prev_div {
        display: none !important;
    }
    
    .border_h3 {
        border: 0 !important;
        width: 0 !important;
    }
    
}

@media only screen and (max-width: 576px) {
    #menu_toggle {
        line-height: 32px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1140px) {
    #navigation_menu ul li {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 768px) {
    #navigation_menu_col {
        display: block !important;
    }

    #our_skills_section div.outer_div:hover {
        background-color: aquamarine;
        transform: scale(1.3);
    }
    
    #our_skills_section div.outer_div:hover div.inner_div div.inner_div_icon {
        animation-name: rotate_icon;
        animation-duration: 1s;
    }
    
    #our_skills_section div.col_hover_z_index:hover {
        z-index: 99;
    }
}
    
@keyframes rotate_icon {
    0% {transform: rotate(0);}
    100% {transform: rotate(360deg);}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #navigation_menu ul a {
        padding: 32px 12px 9px 12px !important;
    }
    #navigation_menu ul li {
        padding: 30px 0 !important; 
    }
    #company_logo_img {
        width: 400px !important;
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 991px) {
    
    #navigation_menu ul {
        justify-content: center !important;
    }
    
    #phone_email_div {
        font-size: 12px;
    }
    
    #certificate_img {
        height: 300px;
    }
    
    #certification_h3 {
        margin-bottom: 43px !important;
    }
    #cetification_points {
        padding-top: 30px;
    }
}

#quick_link_div a {
    color: #969696;
}

#quick_link_div a:hover {
    color: #ffffff;
}

#certification_h3 {
    margin-bottom: 65px;
}

#navigation_menu ul li {
    padding: 42px 0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

#navigation_menu ul li:hover a{
    background-color: #ed232a;
    color: white !important;
}

 #navigation_menu ul li:hover::after {
    /*width: 100%;*/
 }

 #navigation_menu ul li::after {
    /*content: '';*/
    /*width: 0;*/
    /*height: 5px;*/
    /*background: #004c8f;*/
    /*transition: width .3s;*/
    /*position: absolute;*/
    /*bottom: 23px;*/
    /*left: 0;*/
}
    
#navigation_menu ul a {
    color: #004c8f;
    padding: 42px 12px 18px 12px;
    text-decoration: none;
}

#slideshow_section div.next_prev_div {
    padding: 28px 17px;
    background-color: #dc4b53;
    color: white;
}

#slideshow_section div.swiper-button-next, #client_images_swiper div.swiper-button-next {
    right: 0;
}

#slideshow_section div.swiper-button-prev, #client_images_swiper div.swiper-button-prev {
    left: 0;
}

#client_images_swiper {
    padding: 0 27px;
    overflow: hidden;
}

#client_images_swiper div.next_prev_div {
    cursor: pointer;
    color: #004c8f;
}

#slideshow_section .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 21px;
}

#slideshow_section .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 21px;
}

#client_images_swiper img  {
    height: 150px;
}

.border_h3 {
    border: 1px solid;
    display: inline-block;
    width: 30%;
    margin-right: 1%;
    margin-left: 1%;
    vertical-align: super;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#cetification_points li {
    margin-bottom: 10px;
}