@import url("font-awesome.min.css");
body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
}

.layout_padding {
    padding-top: 130px;
    padding-bottom: 80px;
}

.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.heading_container h2::before {
    content: "";
    width: 60px;
    height: 7px;
    background-color: #0693c9;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.heading_container.heading_center h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*header section*/

.hero_area {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sub_page .hero_area {
    height: auto;
}

.sub_page .hero_bg_box::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.45));
}

.sub_page .header_section {
    border: none;
}

.hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_bg_box .img-box {
    width: 100%;
}

.hero_bg_box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.25)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.25));
}

.sub_page .hero_area {
    min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 21px;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section {
    padding: 0;
    background-color: rgba(7, 26, 82, 0.25);
    border-bottom: 1px solid rgba(185, 198, 235, 0.25);
    position: fixed;
    width: 100%;
    z-index: 10;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.header_top {
    background-color: #071a52;
    padding: 15px 0;
}

.header_top .contact_link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_top .contact_link-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
}

.header_top .contact_link-container a i {
    font-size: 18px;
    /* color: #8eec69; */
    color: #0693c9;
    margin-right: 5px;
}

.header_bottom {
    padding: 10px 0;
    background-color: #fff!important;
}

#navbarSupportedContent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom_nav-container {
    z-index: 99999;
    padding: 0;
}

.custom_nav-container .navbar-nav {
    margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding: 10px 15px;
    color: #071a52;
    /* color: #ffffff; */
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand span {
    font-weight: lighter;
    color: #ffffff;
    font-size: 22px;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    border-radius: 15px;
    top: -10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}
.navbar-brand .logo{
    width: 330px;
}
/*end header section*/

/* slider section */

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .detail-box {
    width: 100%;
    margin: 0 auto;
}

.slider_section .detail-box h1 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #ffffff;
    font-weight: 600;
}

.slider_section .detail-box h1 span {
    color: #0693c9;
}

.slider_section .detail-box p {
    margin-top: 25px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
    width: 180px;
    text-align: center;
    margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #0693c9;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
    background-color: transparent;
    border-color: #0693c9;
    color: #0693c9;
}

.slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .idicator_container {
    position: relative;
}

.slider_section ol.carousel-indicators {
    margin: 0;
    bottom: -75px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
}

.slider_section ol.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background-color: #0693c9;
    opacity: 1;
    border: none;
    margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
    background-color: #ffffff;
}

.service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 45px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service_section .box img {
    width: 75px;
}

.service_section .box:hover {
    background-color: #071a52;
    color: #ffffff;
    -webkit-box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
}

.service_section .box:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service_section .detail-box {
    margin-left: 25px;
}

.service_section .detail-box h6 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service_section .detail-box a {
    display: inline-block;
    padding: 8px 35px;
    background-color: #0693c9;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 10px;
}

.service_section .detail-box a:hover {
    background-color: transparent;
    border-color: #0693c9;
    color: #0693c9;
}

/* .about_section {
    background-color: #071a52;
} */

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img_container .img-box img {
    width: 100%;
}

.about_section .detail-box {
    background-color: #ffffff;
    padding: 45px 25px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-left: -45px;
}

.about_section .detail-box p {
    margin-top: 5px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #0693c9;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.about_section .detail-box a:hover {
    background-color: transparent;
    border-color: #0693c9;
    color: #0693c9;
}

.country_section .box {
    display: block;
    position: relative;
    margin-top: 45px;
    overflow: hidden;
    border-radius: 5px;
}

.country_section .box img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.country_section .box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.country_section .detail-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.country_section .detail-box h3 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}

.client_section .client_container {
    margin-top: 45px;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 5px;
    position: relative;
}

.client_section .box .img-box {
    position: relative;
    width: 105px;
    margin-bottom: -45px;
    margin-left: 25px;
    position: relative;
    z-index: 3;
}

.client_section .box .img-box img {
    width: 100%;
    border-radius: 100%;
    border: 5px solid #ffffff;
}

.client_section .box .detail-box {
    background-color: #071a52;
    color: #ffffff;
    border: 1px solid #dddddd;
    padding: 40px 25px 40px 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.client_section .box .detail-box h5 {
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.client_section .box .detail-box h6 {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.client_section .box .detail-box p {
    margin: 0;
    font-size: 15px;
    position: relative;
    z-index: 2;
}

.client_section .box .detail-box::before {
    content: "\f10e";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    bottom: -10px;
    font-size: 8rem;
    z-index: 1;
    opacity: .1;
}

.client_section .carousel-wrap {
    margin: 0 auto;
    position: relative;
}

.client_section .carousel-wrap .active+.active .box {
    margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 10px 0 0;
    outline: none;
    background-color: #0693c9;
    color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
    background-color: #071a52;
}

/* contact section */

.contact_section {
    position: relative;
}

.contact_section .heading_container {
    margin-bottom: 45px;
    color: #ffffff;
}

.contact_section .form_container .form-group {
    margin-bottom: 25px;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 25px;
    background-color: transparent;
    outline: none;
    color: #000000;
    border-radius: 5px;
    background-color: #ffffff;
}

.contact_section .form_container input::-webkit-input-placeholder {
    color: #222222;
    opacity: 1;
}

.contact_section .form_container input:-ms-input-placeholder {
    color: #222222;
    opacity: 1;
}

.contact_section .form_container input::-ms-input-placeholder {
    color: #222222;
    opacity: 1;
}

.contact_section .form_container input::placeholder {
    color: #222222;
    opacity: 1;
}

.contact_section .form_container input.message-box {
    height: 120px;
    border-radius: 5px;
}

.contact_section .form_container .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_section .form_container button {
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #0693c9;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.contact_section .form_container button:hover {
    background-color: transparent;
    border-color: #0693c9;
    color: #0693c9;
}

.contact_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_bg_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
}

.contact_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
}

/* end contact section */


/* start Service section */

.service_nav{
    background-color: #111458;
    position: relative;
    z-index: 0;
}
.service_nav::before{
    content: '';
    position: relative;
    background-image: url(https://lab.modostd.com/visgo/wp-content/uploads/sites/4/2024/01/Section-BG.png);
    background-position: center center;
    background-size: cover;
}
.service_nav h2{
    font-size: 3rem;
    color: #fff;
}
.card.service_card {
    height: auto;
    padding: 15px 25px 45px 25px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    margin-bottom: 15px;
}
.service_card .icon {
    display: flex;
    align-items: center;
    height: 188px;
    justify-content: center;
    position: relative;
    margin: auto;
}
.service_card .icon:before {
    content: "";
    width: 207px;
    height: 188px;
    position: absolute;
    top: 8px;
    left: -54px;
    background: url(../images/serice_box_shape.png) no-repeat top center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.ele{
    position: relative!important;
}
.card.service_card:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.home_section2 .card:hover {
    background: #f7f7f7;
}
.font-18 {
    font-size: 17px !important;
    line-height: 27px;
    /* font-family: Roboto, sans-serif; */
}
.font-w-500,.about_page .card-header  {
    font-weight: 600 !important;
}
.font-6{
    font-size: 15.2px!important;
}
.about_page .card-header ,.font-26 {
    font-size: 22px;
}
.about_page .card-body p{

}
/* end Service section */

.info_section {
    background-color: #04062E;
    color: #ffffff;
    padding: 80px 0 30px 0;
    border-bottom: 1px solid #0693c9;
    /* background: url(../images/blue-map.jpg)center ; */
}

.info_section .row>div {
    margin-bottom: 25px;
}

.info_section h5 {
    margin-bottom: 25px;
    font-size: 24px;
}

.info_section .info_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
    padding: 0;
    margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
    font-size: 24px;
    color: #ffffff;
}

.info_section .info_links ul {
    padding: 0;
}

.info_section .info_links ul li {
    list-style-type: none;
}

.info_section .info_links ul li a {
    color: #ffffff;
}

.info_section .info_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info_section .info_contact a {
    color: #ffffff;
    margin-bottom: 10px;
}

.info_section .info_contact a i {
    font-size: 18px;
    margin-right: 5px;
}

.info_section .info_form form input {
    outline: none;
    border: none;
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
}

.info_section .info_form form button {
    padding: 8px 35px;
    outline: none;
    border: none;
    color: #ffffff;
    background: #0693c9;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}

.info_section .info_form .social_box {
    margin-top: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .info_form .social_box a {
    margin-right: 10px;
    color: #ffffff;
    font-size: 20px;
}

/* footer section*/

/*.footer_section {*/
/*    font-weight: 500;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    padding: 10px;*/
/*    background-color: #04062E;*/
/*}*/

/*.footer_section p {*/
/*    color: rgba(254, 254, 255, 0.7);*/
    /*margin-left:-50px;*/
/*    text-align: left;*/
/*}*/

/*.footer_section p a {*/
/*    color: inherit;*/
/*}*/

/* end footer section*/

/*# sourceMappingURL=style.css.map */
