/* GOOGLE FONTS */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* Global properties ======================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-weight: 500;
    background-color: #ffffff;
    font-style: normal;
    margin: 0;
    font: 14px 'Open Sans', sans-serif;
    line-height: 24px;
    color: #777777;
}

a {
    color: #6e767c;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

h1 {
    font-size: 30px;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
    font-weight: 400;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    line-height: 24px;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}



/* ============================= header ====================== */

.top_bar {
    position: relative;
    background: #282f72;
    padding: 15px 0;
}

.phone_wrapper,
.mail_wrapper {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.phone_wrapper {
    text-align: end;
}

.phone_wrapper a,
.mail_wrapper a {
    color: #fff;
}

.nav-link {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #282f72;
}

.navbar-nav>li:not(:first-child) {
    margin-left: 25px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #000000 !important;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 30px;
}

.owl-nav img {
    width: 60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.banner_sec {
    overflow: hidden;
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.4, 1.4);
    }
}

.item {
    overflow: hidden;
}

.owl-item.active .item img {
    animation: zoom 35s linear infinite;
}

.about_sec .about_text {
    padding: 0 35px;
}

.title5 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
    color: #212121;
    text-align: left;
    text-transform: uppercase;
    padding-top: 40px;
    margin-bottom: 10px;
    /*padding-bottom: 30px;
     background: url(../images/line1.png) left bottom no-repeat; */
}

.heading {
    position: relative;
    margin-bottom: 30px;
}

.heading .dot-divider {
    margin-left: 0;
}

.btn-default.btn1 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    background: #282f72;
    position: relative;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.btn-default.btn1:hover {
    color: #fff;
    background: #072342;
}

.why_choose {
    padding: 60px 0;
    /* background-image: url(../images/abstract-city-map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
}

/* .why_choose::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #282f72;
    opacity: 0.8;
} */

.tittle2 {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.tittle2 h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dot-divider {
    width: 50px;
    height: 2px;
    background-color: #000000;
    margin: 0 auto;
    position: relative;
}

.dot-divider:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #282f72;
    border-radius: 50%;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}

.iwithtext {
    background: #282f72;
    text-align: center;
    padding: 30px 10px;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    transition: all .4s ease-out;
    margin-top: 30px;
}

.iwithtext:hover {
    transform: translateY(-10px);
}

.iwithtext .iwt-icon {
    width: 35px;
    margin: 0 auto 15px;
    height: 40px;
    display: flex;
    align-items: center;
}

.iwt-text {
    color: #fff;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.main_footer {
    padding: 60px 0 20px;
}

.footer-logo {
    width: 250px;
}

.textwidget p {
    color: #333333;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
}

.footer h3 {
    color: #333333;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

.textwidget ul li {
    margin-bottom: 10px;
    color: #333333;
}

.widget2 p {
    display: inline-flex;
    align-items: baseline;
}

.textwidget ul li a {
    color: #333333;
    display: inline-flex;
    align-items: baseline;
    font-weight: 400;
}

.widget3 ul {
    column-count: 2;
}

.widget3 ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #6a6969;
    padding-bottom: 10px;
}

.copyright_footer {
    padding: 10px 0;
}

.copyright_footer p {
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 12px;
}

.copyright_footer a {
    color: #000000;
}

.contact-form p {
    font-size: 16px;

}

/* .modal-backdrop.show{
    opacity: 0 !important;
}
 */
.about_img img {
    width: 100%;
}

.bottom_contact {
    position: fixed;
    bottom: 26px;
    z-index: 9999;
    right: 15px;
}

.bottom_contact img {
    width: 50px;
}

.about_content {
    background-color: #f5f5f5;
    padding: 50px 0;

}

.navbar-toggler,
.btn-close {
    border: 0;
    padding: 0;
    box-shadow: unset !important;
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../images/back.jpg) center center no-repeat;
    background-size: cover;
    height: 450px;

}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.fadeIn p {
    font-weight: 400;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.bg-light {
    border-radius: 10px;
}

.contact_buton {
    background-color: #282f72 !important;
    color: #fff;
    font-size: 20px;
}

.contact_buton:hover {
    color: #fff !important;

}
section{
    overflow: hidden;
    position: relative;
}
header{
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
}
header.on-scroll {
    display: block;
    background-color: #fff;
    position: fixed !important;
    animation: smoothScroll 1s;
}
.on-scroll .top_bar{
    display: none;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}