@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*, *::after, *::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html, body {font-family: 'Roboto', sans-serif;}
body {
    background-image: url('../images/bg-images/bg.png');
}
.main_content {
    box-shadow: 0 0 30px #d3d3d3;
    min-height: 100vh;
    background: #fff;
    padding: 0;
}
@media screen and (max-width: 992px) {
    .container {max-width: 100% !important;}
}

a,
a:link,
a:hover,
a:active,
a:visited {text-decoration: none;}
p:empty {display: none;}
p {
    font-size: 14px;
    color: #313131;
}
img {width: 100%;}
ul, ol {list-style-type: none;}
img[src=""] {display: none;}
/* navber style start */
.banner_area {
    justify-content: space-between;
    align-content: center;
    padding: 12px 15px;
    display: flex;
    flex-wrap: wrap;
}
.banner_area .banner_logo {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    min-width: 300px;
}
.banner_area .banner_logo img {
    max-width: 75px;
    width: 100%;
    margin-right: 12px;
}
.banner_area .banner_logo .company_title {
    width: calc(100% - 85px);
    position: relative;
}
.banner_area .banner_logo .company_title:after {
    display: inline-block;
    background: #8593d7;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 26px;
    left: 0;
}
.banner_area .banner_logo h4 {
    text-transform: uppercase;
    font-size: 17px;
    color: #304193;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.banner_area .banner_logo h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 0 0;
    font-size: 27px;
    color: #304193;
}
.banner_area .contact_info {
    align-content: space-between;
    flex-wrap: wrap;
    display: flex;
    color: #304193;
    padding: 3px 0;
    max-width: 375px;
    justify-content: flex-end;
}
.banner_area .contact_info .call_info a:first-child {margin-left: 0;}
.banner_area .contact_info .call_info a {
    text-decoration: none;
    font-size: 16px;
    color: #304193;
    margin-left: 10px;
}
.banner_area .contact_info .call_info a span {font-size: 15px;}
.banner_area .contact_info .call_info a i {
    vertical-align: middle;
    margin-right: 2px;
    font-size: 20px;
    margin-top: -2px;
    display: inline-block;
}
.banner_area .contact_info .social {
    justify-content: flex-end;
    margin-bottom: 0;
    display: flex;
    width: 100%;
}
.banner_area .contact_info .social a {
    border: 1px solid #304193;
    line-height: 23px;
    margin-left: 8px;
    display: flex;
    width: 23px;
    height: 23px;
    padding: 0;
    color: #304193;
    font-size: 14px;
    transition: all .2s;
    align-items: center;
    justify-content: center;
}
.banner_area .contact_info .social a:hover {
    background: #304193;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .banner_area .contact_info {
        max-width: 100%;
        width: 100%;
    }
}

.navbar {
    transition: all 0.2s;
    position: relative;
    background: #304193;
    margin-bottom: 5px;
    user-select: none;
    padding: 0;
}
.navbar .container {padding: 0;}
.navbar .navbar-nav a.nav-link,
.navbar .navbar-nav span.nav-link {
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s;
    position: relative;
    line-height: 45px;
    cursor: pointer;
    font-size: 13px;
    padding: 0 12px;
    color: #fff;
    height: 45px;
}
.navbar .dropdown .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
}
.navbar .dropdown .dropdown-menu a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 32px;
    font-size: 12px;
    padding: 0 12px;
    height: 32px;
    color: #fff;
    width: 100%;
}
.navbar .dropdown .dropdown-menu li:last-child a {border: none;}
@media screen and (min-width: 992px) {
    .navbar .dropdown .dropdown-menu a {
        border-bottom: 1px solid #414141;
        transition: all .2s;
        line-height: 40px;
        height: 40px;
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .navbar .dropdown .dropdown-menu a:hover {
        padding: 0 12px 0 15px;
        background: #3C3C3C;
    }
    .navbar .navbar-nav > li:first-child a {padding-left: 15px;}
    .navbar .navbar-nav > li:last-child a {padding-right: 15px;}
    .navbar .navbar-nav > li:hover {background: #2E2E2E;}
    .navbar .dropdown .dropdown-menu {
        box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 1px 0px, rgba(120, 120, 120, 0.25) 0px 1px 7px;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        background: #2E2E2E;
        position: absolute;
        overflow: hidden;
        display: block;
        min-width: 180px;
        padding: 0;
        top: 43px;
        left: 0;
    }
    .navbar .dropdown:hover .dropdown-menu {transform: scaleY(1);}
}
@media screen and (max-width: 991px) {
    .navbar-expand-lg > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar::after {
        background: rgba(255, 255, 255, 0.1);
        display: inline-block;
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 50px;
        left: 0;
        z-index: 999;
    }
    .navbar .brand {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
    }
    .navbar .navbar-toggler {
        display: inline-block;
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
        outline: none;
        border: none;
        height: 50px;
        color: #fff;
        padding: 0;
    }
    .navbar-collapse {
        background: #304193;
        position: absolute;
        padding: 0px 15px;
        z-index: 999;
        width: 100%;
        top: 50px;
        left: 0px;
    }
    .navbar .navbar-nav span.nav-link,
    .navbar .navbar-nav a.nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 40px;
        height: 40px;
        width: 100%;
        color: #eee;
        padding: 0;
    }
    .navbar .navbar-nav span.nav-link.active,
    .navbar .navbar-nav a.nav-link.active,
	.navbar .navbar-nav a.nav-link:hover,
    .navbar .navbar-nav span.nav-link:hover {color: #fff;}
    .navbar .dropdown span.nav-link::before {
        display: inline-block;
        top: calc(50% - 1px);
        position: absolute;
        background: #ddd;
        content: "";
        width: 14px;
        height: 2px;
        right: 0;
    }
    .navbar .dropdown span.nav-link::after {
        display: inline-block;
        position: absolute;
        background: #ddd;
        height: 13px;
        content: "";
        width: 2px;
        right: 6px;
        top: 13px;
    }
    .navbar .dropdown span.nav-link:hover:before,
    .navbar .dropdown span.nav-link:hover:after {background: #fff;}
    .navbar .dropdown.show span.nav-link {color: #fff;}
}
/* navber style end */


.latest_news {display: none;}
.page_title {
    /*box-shadow: 0 2px 4px rgba(60,60,60,0.3);*/
    border-bottom: 2px solid #304193;
    padding: 12px 12px 10px;
    margin-bottom: 20px;
    /*text-align: center;*/
    position: relative;
    background: #fff;
    color: #304193;
}
/*.page_title::after {*/
/*    transform: translate(-50%,-50%) rotate(45deg);*/
/*    border: 5px solid #304193;*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: "";*/
/*    left: 50%;*/
/*    top: 103%;*/
/*}*/
.page_title h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}


/* main section start */
.main_section {
    background: #fff;
    min-height: 20vh;
    padding: 0 15px;
}
.main_section > .row {
    margin-right: -5px;
    margin-left: -5px;
}
.main_section > .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* page content */
.main_section .page_content {
    box-shadow: 0 0 5px #e3e3e3;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
    min-height: 120px;
}

/* aside content */
.main_section .aside_content {
    box-shadow: 0 0 5px #e3e3e3;
    border: 1px solid #e3e3e3;
    margin-bottom: 5px;
    background: #F7F7F7;
}
.main_section .aside_content h4 {
    background: #304193;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0;
    width: calc(100% + 2px);
    margin-left: -1px;
}
.main_section .aside_content ul {
    padding: 5px;
    margin: 0;
}
.main_section .aside_content ul a {
    border: 1px solid #E0E0E0;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 8px;
    font-size: 14px;
    width: 100%;
    color: #292929;
    transition: all .2s;
}
.main_section .aside_content ul a i {
    vertical-align: middle;
    font-size: 16px;
    color: #292929;
    transition: all .2s;
}
.main_section .aside_content .news_up a:hover i,
.main_section .aside_content > ul a:hover i {margin-right: 5px;}
.main_section .aside_content .news_up a:hover {color: #304193;}
.main_section .news_up {max-height: 260px;}
.main_section .panel {position: relative;}
.main_section .panel-footer {
    position: absolute;
    top: -5px;
    right: 0;
}
.main_section .panel-footer li {
    line-height: 60px;
    height: 50px;
}
.main_section .panel-footer li a {
    display: inline-block;
    position: relative;
    background: #FFF;
    margin-left: 5px;
    font-size: 12px;
    color: #E11B22;
    height: 18px;
    width: 20px;
}
.main_section .panel-footer li a.prev::after {
    transform: rotate(45deg);
    bottom: 6px;
}
.main_section .panel-footer li a.next::after {
    transform: rotate(-135deg);
    top: 7px;
}
.main_section .panel-footer li a::after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    display: inline-block;
    border-color: #683091;
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 5px;
}
/* main section end */



/* lightbox style start hear */
.lb-image {
    max-width: 1106px !important;
    object-fit: cover !important;
	position: relative;
}
.lb-close {
    background-position: center !important;
    background-color: #304193 !important;
    background-size: 50% 50% !important;
    position: relative !important;
    z-index: 9999 !important;
    margin: -24px -15px 0 0;
    opacity: 1 !important;
    border-radius: 50%;
}
@media screen and (max-width: 1200px) {
    .lb-image {max-width: 926px !important;}
}
@media screen and (max-width: 992px) {
    .lb-image {max-width: 686px !important;}
}
@media screen and (min-width: 768px) {
    .product_section .product_grid .col-lg-4:nth-child(1),
    .product_section .product_grid .col-lg-4:nth-child(2) {
        max-width: 50% !important;
        flex: 50% !important;
    }
    .product_section .product_grid .col-lg-4:nth-child(1) .product_box,
    .product_section .product_grid .col-lg-4:nth-child(2) .product_box {
        height: 300px;
    }
}
@media screen and (max-width: 768px) {
    .product_section {padding: 55px 0 45px;}
    .lb-image {max-width: 506px !important;}
}


/* YouTubePopUp style start hear */
.YouTubePopUp-Close {
    background: url('../vendors/youtube_popup/images/close.png');
    background-position: center !important;
    background-color: #304193 !important;
    background-size: 50% 50% !important;
	background-repeat: no-repeat;
    z-index: 9999 !important;
    margin-right: -15px;
    top: 7% !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.YouTubePopUp-Close:hover {opacity: 1 !important;}



/* contact footer start */
.contact_footer {
    padding: 30px 15px 25px;
    background: #161616;
    color: #fff;
}
.contact_footer > .container > .row > div {margin: 15px 0;}
.contact_footer > .container > .row > div:last-child .contact_info::after {display: none;}
.contact_footer .contact_info {
    align-items: flex-start;
    position: relative;
    display: flex;
    height: 100%;
    padding-right: 15px;
}
.contact_footer .contact_info::after {
    height: calc(100% + 20px);
    display: inline-block;
    background: #717171;
    position: absolute;
    content: '';
    width: 1px;
    top: -10px;
    right: 0;
}
.contact_footer .contact_info h5 {color: #eee}
.contact_footer .contact_info i.ion-ios-mail {margin-top: -3px;}
.contact_footer .contact_info i {
    display: inline-flex;
    margin-right: 20px;
    font-size: 36px;
    color: #eee;
}
.contact_footer .contact_info p,
.contact_footer .contact_info a {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .contact_footer .contact_info::after {display: none;}
}
@media screen and (max-width: 576px) {
    .contact_footer {padding: 45px 0 40px;}
}
/* contact footer end */


/* footer style start */
.footer_section {
    padding: 25px 15px 30px;
    background: #222222;
}
.footer_section .contact_info {
    margin-top: 15px;
    height: 100%;
    width: 100%;
}
.footer_section .contact_info h3 {
    border-bottom: 1px solid #3e3d3d;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #ddd;
}
.footer_section .contact_info p a {color: #9c9c9c;}
.footer_section .contact_info p a:hover {color: #304193;}
.footer_section .contact_info p {
    line-height: 20px;
    margin-bottom: 0;
    font-size: 12px;
    color: #9c9c9c;
}
.footer_section .contact_brand {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.footer_section .contact_brand img {max-width: 145px;}
.footer_section .contact_brand h5 {
    line-height: 28px;
    margin-top: 20px;
    font-weight: 400;
    color: #ddd;
}
.footer_section .important_link {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.footer_section .important_link li {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 15px;
    min-width: 50%;
}
.footer_section .important_link li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s;
    margin-right: 12px;
    position: relative;
    font-size: 14px;
}
.footer_section .important_link li a:hover {color: #eee;}
.footer_section .important_link li a:hover i {margin-right: 8px;}
.footer_section .important_link li a i {
    transition: all 0.2s;
    margin-right: 4px;
}
.footer_section .form-group {margin-bottom: 10px;}
.footer_section .form-group .form-control {
    color: rgba(255, 255, 255, 0.4);
    border-color: #444444;
    background: #232323;
    letter-spacing: 1px;
    box-shadow: none;
    padding: 6px 8px;
    border-radius: 0;
    font-size: 13px;
    width: 100%;
}
.footer_section .contact_form .btn {
    text-transform: uppercase;
    transition: all 0.2s;
    letter-spacing: 1px;
    line-height: 32px;
    border-radius: 0;
    background: #304193;
    font-size: 13px;
    padding: 0 18px;
    height: 32px;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
}
.footer_section .contact_form .btn:hover {background: #23306d;}
@media screen and (max-width: 576px) {
    .footer_section {padding: 25px 0;}
}
/* footer style end */


/* second footer start */
.second_footer {
    background: #1C1C1C;
    padding: 15px 15px;
}
.second_footer .footer-content {
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}
.second_footer .footer-content p a {
    margin-left: 2px;
    color: #fff;
}
.second_footer .footer-content p {
    line-height: 22px;
    font-size: 14px;
    margin: 8px 0;
    color: #aaa;
}
.second_footer .footer-content .copyright {
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    font-size: 15px;
}
@media screen and (max-width: 576px) {
    .second_footer {padding: 15px 0;}
}
/* second footer end */
