img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}




a {
    text-decoration: none
}

.owl-nav {
    margin-top: 0 !important
}

.owl-dots {
    margin-top: 0 !important
}













@keyframes sphereSpin {
    0% {
        transform: rotateX(360deg) rotateY(0deg)
    }

    100% {
        transform: rotateX(0deg) rotateY(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotateDisc2 {
    from {
        transform: rotateX(90deg) rotateZ(0deg)
    }

    to {
        transform: rotateX(90deg) rotateZ(360deg)
    }
}

@keyframes rotateDisc3 {
    from {
        transform: rotateY(90deg) rotateZ(0deg)
    }

    to {
        transform: rotateY(90deg) rotateZ(360deg)
    }
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    transform: translate3d(0%, 0, 0)
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: none;
    border-radius: 0
}

.modal.right .modal-content button.close {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: transparent;
    border: none;
    text-shadow: unset;
    box-shadow: unset;
    z-index: 99;
    opacity: 1
}

.modal.right .modal-content button.close i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #e32845;
    color: #fff;
    font-size: 20px;
    transition: all ease .5s;
    border-radius: 50%
}

.modal.right .modal-content button.close i:hover {
    background-color: #111d5e
}

.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.right.fade.show .modal-dialog {
    right: 0
}

.sidebarModal.modal .modal-body {
    padding: 25px
}

.sidebarModal.modal .modal-body .white-logo {
    display: none
}

.sidebarModal.modal .modal-body .sidebar-content {
    margin-top: 35px;
    margin-bottom: 40px
}

.sidebarModal.modal .modal-body .sidebar-content p {
    margin-bottom: 40px
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
    margin-top: 25px
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
    margin-top: 30px
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
    font-size: 22px;
    margin-bottom: 0
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
    list-style-type: none;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 22px
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
    margin-bottom: 0
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
    color: #555
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
    color: #e32845
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #e32845
}

.sidebarModal.modal .modal-body .sidebar-social-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
    display: inline-block;
    margin-right: 8px
}

.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
    margin-right: 0
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 40px;
    font-size: 16px;
    background: #e32845;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all ease .5s
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
    transform: translateY(-5px);
    background-color: #111d5e;
    color: #fff
}

.sidebarModal.modal .modal-body .contact-form {
    margin-top: 30px
}

.sidebarModal.modal .modal-body .contact-form h3 {
    font-size: 22px;
    margin-bottom: 25px
}

.sidebarModal.modal .modal-body .contact-form #contactForm .form-group {
    margin-bottom: 20px
}

.sidebarModal.modal .modal-body .contact-form #contactForm .form-group .form-control {
    padding: 15px
}

.sidebarModal.modal .modal-body .contact-form #contactForm .default-btn {
    border: none
}

.sidebarModal.modal .modal-body .contact-form #contactForm .list-unstyled {
    color: #ee1010;
    font-size: 14px;
    margin-top: 8px
}

.sidebarModal.modal .modal-body .contact-form #contactForm #msgSubmit {
    font-size: 15px
}

.default-btn {
    background-color: #e32845;
    color: #fff;
    font-size: 16px;
    padding: 13px 35px;
    border-radius: 0;
    position: relative;
    transition: all ease .5s;
    border: 1px solid #e32845;
    z-index: 1
}

.default-btn i {
    position: relative;
    top: 3px;
    padding-left: 5px
}

.default-btn::before {
    position: absolute;
    content: "";
    background-color: #111d5e;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: all ease .5s;
    z-index: -1
}

.default-btn:hover {
    color: #fff
}

.default-btn:hover::before {
    transform: scaleX(1)
}

.default-btn:focus {
    box-shadow: none
}

.read-more-btn {
    color: #111d5e;
    font-weight: 500;
    font-size: 15px;
    transition: all ease .5s;
    position: relative
}



.read-more-btn:hover {
    color: #e32845
}

.read-more-btn.active {
    color: #e32845;
    letter-spacing: 0
}








.banner-area .hero-slider {
    position: relative;
}
.banner-area .overlay {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(3, 25, 98,0.8) 2%, transparent);
    z-index: 1;
}
.slider-content{
    position: relative;
    z-index: 2;
}
.banner-area .container-fluid {
    padding: 0;
    padding-left: 30px;
    max-width: 1720px;
    margin-right: 0;
    margin-left: auto
}

.slider-item {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 60px;
    overflow: hidden;
}

.slider-item.banner-bg-1 {
    background-image: url("../images/bg/bg-1111.jpg");
}

.slider-item.banner-bg-2 {
    background-image: url("../images/bg/bg-2222.jpg");

}

.slider-item.banner-bg-3 {
    background-image: url("../images/bg/bg-3333.jpg");

}


@keyframes scale {
    0%{
        transform: scale(1.3);
    }
    100%{
        transform: scale(1);
    }
    
}
.slider-content {
    max-width: 740px;
    margin-left: 0;
    margin-right: auto
}

.slider-content h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 20px
}

.slider-content p {
    color: #fff;
    margin-bottom: 30px
}

.slider-content.style2 {
    background-color: #fff;
    padding: 50px
}

.slider-content.style2 h1 {
    color: #111d5e
}

.slider-content.style2 p {
    color: #555
}

.hero-slider {
    position: relative
}

.hero-slider.owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px
}

.hero-slider.owl-theme .owl-dots .owl-dot {
    display: block
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: 0 0;
    display: block;
    transition: .5s;
    border-radius: 50%;
    position: relative;
    color: #fff
}

.hero-slider.owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    content: "01";
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px
}

.hero-slider.owl-theme .owl-dots .owl-dot:hover span,
.hero-slider.owl-theme .owl-dots .owl-dot.active span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative
}

.hero-slider.owl-theme .owl-dots .owl-dot:hover span::after,
.hero-slider.owl-theme .owl-dots .owl-dot.active span::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background-color: #fff;
    left: -30px;
    top: 22px
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
    content: "02"
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
    content: "03"
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
    content: "04"
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
    content: "05"
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
    content: "06"
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
    content: "07"
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
    content: "08"
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 30px;
    left: 30px;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease .5s;
    font-size: 24px;
    text-align: center!important;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    /* top: -2px; */
    /* left: -1px */
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 100px
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    /* right: -1px; */
    left: auto;
    /* top: -2px */
}

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

.hero-slider2 .slider-item {
    padding-left: 0
}

.hero-slider2.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 30px;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease .5s;
    font-size: 24px;
    opacity: 0;
    transition: all ease .5s
}

.hero-slider2.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -2px;
    left: -1px;
    color: #fff
}

.hero-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 100px;
    left: auto
}

.hero-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px
}

.hero-slider2.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845
}

.hero-slider2:hover.owl-theme .owl-nav [class*=owl-] {
    opacity: 1
}

.hero-slider2.style2.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, .15)
}

.hero-slider2.style2.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #e32845
}

.owl-thumbs {
    text-align: right;
    position: relative;
    margin-top: -75px;
    z-index: 1
}

.owl-thumbs button {
    padding: 0;
    border: none;
    transition: all ease .5s
}

.owl-thumbs button:hover,
.owl-thumbs button.active {
    filter: blur(2px)
}

.owl-thumbs .owl-thumb-item {
    width: 200px;
    height: 150px
}

.banner-area.banner-area-five {
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1
}

.banner-area.banner-area-five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(9, 0, 51, 0), rgb(8, 1, 77))
}

.banner-area.banner-area-five video {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -2
}

.banner-area.banner-area-five .slider-item {
    position: relative;
    padding-left: 175px;
    overflow: hidden;
    z-index: 3
}












.page-banner-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px
}

.page-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(17, 29, 94, .8)
}

.page-banner-area.bg-1 {
    background-image: url(../images/page-banner/page-bnner-1.jpg)
}

.page-banner-area.bg-2 {
    background-image: url(../images/page-banner/page-bnner-2.jpg)
}

.page-banner-area .container-fluid {
    max-width: 1520px;
    margin: auto
}

.page-banner-content {
    position: relative
}

.page-banner-content h1 {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff
}

.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0
}

.page-banner-content ul li {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.page-banner-content ul li a {
    text-decoration: none;
    color: #fff
}

.page-banner-content ul li::before {
    position: absolute;
    content: "/";
    right: 2px;
    top: 0
}

.page-banner-content ul li:last-child {
    color: #e32845;
    padding-right: 0
}

.page-banner-content ul li:last-child::before {
    display: none
}























