@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary-color: #1bb1e4;
    --secondary-color: #1e2c5d;
    --black: #081120;
}


* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Figtree", sans-serif;
}

a {
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    color: var(--primary-color);
}

a:active {
    background-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

p,a {
    color: #77787B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}
.sec-title.left {
    text-align: left;
}

.sec-title h2 {
    font-size: 44px;
    color: var(--secondary-color);
    font-weight: 700;
}
.sec-title .sub-title {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 4px;
    background-color: var(--primary-color);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.sec-title p {
    font-size: 18px;
    color: #363636;
    font-weight: 500;
}


/* .header {
    position: absolute;
    width: 100%;
    z-index: 9;
} */

/* -----------------
Top Bar
--------------------*/

.top-bar {
    background-color: transparent;
    padding: 0px 0;
    border-bottom: 1px solid #ffffff33;
}

.top-bar .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.top-bar .wrapper.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.top-bar .wrapper ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 13px 20px 11px 0;
}

.top-bar .wrapper.left ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 13px 20px 11px 0;
    border-right: 1px solid #ffffff33;
    color: #fff;
    font-size: 14px;
}
.top-bar .wrapper.left ul li:last-child {
    border-right: none;
}
.top-bar .wrapper.left ul li i {
    margin-right: 7px;
    color: #ffffff;
}
.top-bar .wrapper.left ul li a {
    transition: all 0.3s ease;
    color: #fff;
}

.top-bar .wrapper.right ul {
    display: flex;
}
.top-bar .wrapper.right ul li.opening {
    color: #ffffff;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffffff33;
}
.top-bar .wrapper.right ul li.opening i {
    margin-right: 5px;
}
.top-bar .wrapper.right ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    padding: 11px 0;
}
.top-bar .wrapper.right ul li a {
    color: #fff;
    text-transform: capitalize;
    float: right;
    font-size: 13px;
}
.top-bar .wrapper.right ul li a:hover {
    color: var(--primary-color);
}



/* -----------------
Navbar
--------------------*/

.navbar {
    padding: 0;
    background-color: #fff !important;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #fff;
}

.fixed-header {
    background-color: #fff !important;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: -1px;
    -webkit-box-shadow: 0 -2px 18px 0 #0000001c;
            box-shadow: 0 -2px 18px 0 #0000001c;
}

.navbar-brand {
    width: 250px;
    margin: 0;
}

.navbar-brand.dark {
    display: none;
}

.fixed-header .navbar-brand.dark {
    display: block;
}
.fixed-header .navbar-brand.light {
    display: none;
}

/* .navbar {
  padding: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #e7e7e7;
} */

/* Menu Lines */
.navbar .navbar-toggler {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar .navbar-toggler-icon {
    width: 24px;
    height: 0px;
    position: relative;
    padding: 0;
    float: left;
    margin: 14px 0;
    border-top: 2px solid var(--primary-color);
}
.navbar .navbar-toggler-icon::before,
.navbar .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: -0.75px 1px;
    -ms-transform-origin: -.75px 1px;
    transform-origin: -0.75px 1px;
    border-top-color: var(--primary-color);
}
.navbar .navbar-toggler-icon::before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navbar .navbar-toggler-icon::after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}


.navbar .navbar-collapse {
    position: relative !important;
}

.menu-opened {
    background-color: #fff !important;
    padding-bottom: 40px;
}

.menu-opened .navbar-toggler-icon,
.menu-opened .navbar-toggler-icon::before,
.menu-opened .navbar-toggler-icon::after,
.fixed-header .navbar-toggler-icon,
.fixed-header .navbar-toggler-icon::before,
.fixed-header .navbar-toggler-icon::after {
    border-color: #000;
}


.navbar .dropdown {
    position: inherit;
}

.navbar-nav>li {
    padding: 0 50px 0 0;
}
.navbar-nav>li:last-child {
    padding-right: 0;
}

/* .navbar-nav>li:last-child {
    margin-right: 0;
} */

.navbar-nav li .nav-link {
    padding: 30px 0px !important;
    color: var(--black) !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
}
.fixed-header .navbar-nav li .nav-link {
    color: var(--black) !important;
}

.navbar-nav li .nav-link.active,
.navbar-nav li:hover .nav-link {
    color: var(--primary-color) !important;
}


.dropdown-menu {
    width: 220px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.dropdown-menu li a {
    padding: 8px 15px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
}
.dropdown-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--primary-color);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}
.dropdown-menu li a:hover::after {
    background-color: var(--primary-color);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.dropdown-menu,
.sub-dropdown-menu {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #fff;
    border-radius: 0;
    padding: 10px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
            box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
}

.dropdown-menu li a,
.sub-dropdown-menu li a {
    border-bottom: 1px solid #ffffff1c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover,
.sub-dropdown-menu li a:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.dropdown-menu li:last-child a {
    border-bottom: 0px solid;
}

.dropdown .dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    border: none;
}



@media only screen and (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
    }

    .sub-dropdown:hover .sub-dropdown-menu {
        display: block;
    }
}



.theme-btn1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    background-color: var(--primary-color);
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 0;
}
.theme-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #077cc0;
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}
.theme-btn1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--secondary-color);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}
.theme-btn1 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}
.theme-btn1:hover {
    color: #fff;
}
.theme-btn1:hover::before {
    transform: scaleX(1);
}
.theme-btn1:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
}


.theme-btn2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--black);
    border: 2px solid var(--black);
    text-transform: capitalize;
    padding: 16px 22px 16px 22px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
    transition: all 0.4s;
    margin-left: 20px;
    margin-bottom: 0;
}
.theme-btn2:hover {
    color: #fff;
    border-color: var(--secondary-color);
}
.theme-btn2 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}
.theme-btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #077cc0;
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}
.theme-btn2:hover::before {
    transform: scaleX(1);
}
.theme-btn2:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
}
.theme-btn2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--secondary-color);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s linear;
    transform-origin: right center;
    z-index: -1;
}

/* -----------------
Banner Area
--------------------*/
.banner-slider {
    background: #f3f4f5;
    position: relative;
    overflow: hidden;
}

.banner-slider .slide-content {
    padding: 30px 0 80px;
    position: relative;
}

.banner-slider .slide-content .content h4 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 4px;
    background-color: var(--primary-color);
    padding: 8px 12px;
    margin-bottom: 16px;
}
.banner-slider .slide-content .content h2 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: capitalize;
    margin-bottom: 25px;
}
.banner-slider .slide-content .content .btns {
    margin-top: 30px;
}

.banner-slider .slide-content .images {
    height: 530px;
    text-align: end;
    margin-right: -100px;
    position: relative;
    margin-top: 0px;
}
.banner-slider .slide-content .images img {
    width: auto;
}
.banner-slider .slide-content .images .image1 {
    position: absolute;
    right: 0;
}
.banner-slider .slide-content .images .image2 {
    position: absolute;
    top: 10px;
    right: 63px;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
    }
    .overlay-anim:hover:after {
        height: 100%;
        opacity: 0;
        transition: all 400ms linear;
    }
}
.banner-slider .slide-content .images .image3 {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.shape-animaiton2 {
    position: relative;
    animation-name: shape-animaiton2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes shape-animaiton2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}
.banner-slider .slide-content .images .image4 {
    position: absolute;
    top: 70px;
    right: 100px;
}
.shape-animaiton3 {
    position: relative;
    animation-name: shape-animaiton3;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes shape-animaiton3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}


.banner-slider .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    background-color: #00000080 !important;
    border-radius: 50px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.banner-slider .owl-nav button i {
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner-slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.banner-slider .owl-nav .owl-prev {
    left: 0px;
}
.banner-slider .owl-nav .owl-next {
    right: 0px;
}
.banner-slider:hover .owl-nav .owl-prev {
    left: 50px;
}
.banner-slider:hover .owl-nav .owl-next {
    right: 50px;
}




/* banner-bottom */
.banner-bottom {
    background: var(--secondary-color);
    padding: 50px 0;
}
.banner-bottom .item {
    text-align: center;
    padding: 0 15px;
}
.banner-bottom img {
    width: auto;
}



/* .why-choose */
.why-choose {
    padding: 100px 0;
}
.why-choose .sec-title {
    margin-bottom: 20px;
}
.why-choose .icon-box {
    background-color: #F5F3F4;
    border-radius: 4px;
    padding: 24px;
    text-align: center;
    transition: all 0.4s;
    margin-bottom: 15px;
}
.why-choose .icon-box:hover {
    background-color: var(--primary-color);
    transition: all 0.4s;
    transform: translateY(-10px);
}
.why-choose .icon-box .icon {
    margin-bottom: 20px;
    transition: all 0.4s;
}
.why-choose .icon-box .icon img {
    width: auto;
    transition: all 0.4s;
    margin: auto;
}
.why-choose .icon-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
    filter: brightness(40);
}
.why-choose .icon-box h3 {
    font-size: 32px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 0;
}
.why-choose .icon-box:hover h3,
.why-choose .icon-box:hover p {
    transition: all 0.4s;
    color: #fff;
}
.why-choose .icon-box p {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .overlay-anim {
        position: relative;
    }
    .reveal {
        position: relative;
        display: inline-flex;
        overflow: hidden;
    }
    .reveal img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform-origin: left;
    }
}

.why-choose .image img {
    width: 100%;
    border-radius: 4px;
}
.why-choose .right-content {
    padding-left: 30px;
}
.why-choose .right-content .icon-list {
    margin-top: 20px;
}
.why-choose .right-content .icon-list h3 span {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.why-choose .right-content .icon-list h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0;
}
.why-choose .right-content .btn-box {
    margin-top: 40px;
}





/* .services-section */
.services-section {
    padding: 100px 0;
    background-color: var(--secondary-color);
}
.services-section .sec-title {
    margin-bottom: 20px;
}
.services-section .sec-title .sub-title {
    background-color: #ffffff2d;
    color: #fff;
}
.services-section .sec-title h2 {
    color: #fff;
}
.services-section .sec-title p {
    color: #CCCCD5;
}

.services-section .item {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: all 0.4s;
}
.services-section .item::after {
    content: "";
    position: absolute;
    bottom: -500px;
    right: -30px;
    height: 600px;
    width: 600px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s;
}
@media screen and (min-width: 768px) {
    .overlay-anim {
        position: relative;
    }
}

.services-section .item .img-box img {
    width: 100%;
    transition: all 0.4s;
}
.services-section .item:hover .img-box img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}
.services-section .item .hover-area {
    position: absolute;
    bottom: 0;
    margin: 24px;
    transform: translateY(60px);
    opacity: 0;
    transition: all 0.4s;
    z-index: 2;
}
.services-section .item:hover .hover-area {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s;
}
.services-section .item.active .hover-area {
    position: absolute;
    bottom: 0;
    margin: 24px;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s;
    z-index: 2;
}
.services-section .item:hover::after {
    opacity: 1;
    transition: all 0.4s;
    bottom: -350px;
}
.services-section .item.active::after {
    content: "";
    position: absolute;
    bottom: -500px;
    right: -30px;
    height: 600px;
    width: 600px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.4s;
}
.services-section .item .hover-area img {
    width: auto;
}
.services-section .item .hover-area .icon {
    margin-bottom: 10px;
}
.services-section .item .hover-area .content h4 {
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}
.services-section .item .hover-area .content p {
    color: #fff;
    margin-bottom: 0;
}
.services-section .btn-box {
    text-align: center;
}



/* .visa-section */
.visa-section {
    background-color: var(--secondary-color);
    padding: 100px 0;
}
.visa-section .sec-title h2,
.visa-section .sec-title p {
    color: #fff;
}

.visa-section .content p {
    color: #fff;
}
.visa-section .content h4 {
    color: #4bd1ff;
}





/* .usp-section */
.usp-section {
    padding: 100px 0;
    background-color: #eef8fb;
}
.usp-section .box {
    background-color: #fff;
    border-radius: 4px;
    padding: 32px;
    margin-bottom: 30px;
    transition: all 0.4s;
}
.usp-section .box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    background-color: #e0f7ff;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.usp-section .box:hover .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--primary-color);
    margin-bottom: 30px;
    transition: all 0.4s;
}
.usp-section .box .icon img {
    transition: all 0.4s linear;
    width: 45px;
    filter: invert(72%) sepia(43%) saturate(7304%) hue-rotate(161deg) brightness(105%) contrast(79%);
}
.usp-section .box:hover .icon img {
    transition: all 0.4s linear;
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}
.usp-section .box .content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
}
.usp-section .box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px 0 #0000001a;
}

.usp-section .box {
    max-height: 300px;
}
.usp-section .box3 .content .text {
    max-height: 96px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}





/* cruise-division-section */
.cruise-division-section {
    padding: 100px 0;
}
.cruise-division-section .item {
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 20px 0;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 #0000001a;
    transition: all 0.4s;
}








/* project-section */
.project-section {
    padding: 0 0 100px 0;
}
/* .project-section ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.project-section li {
    position: relative;
    flex: 0 0 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}
.project-section li {
    position: relative;
    flex: 0 0 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
} */
/* @media (min-width: 768px) {
    .project-section li {
        flex: 1.66;
    }
    .project-section li:hover {
        flex: 1.66;
    }
} */
.project-section .box {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 464px;
    z-index: 1;
}
.project-section .img-box {
    position: relative;
}
.project-section .img-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000000);
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.project-section .box .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 5px;
}

@media (min-width: 768px) {
    /* .project-section .box:hover .bg {
        opacity: 0.8;
        transform: perspective(540px) rotateX(0deg);
    } */
}
.project-section .box .content {
    position: absolute;
    display: block;
    padding: 37px 20px;
    width: 89%;
    bottom: 30px;
    bottom: 30px;
    height: 120px;
    margin: 0px 30px;
    opacity: 1;
    /* transform: perspective(540px) rotateY(0deg) translateY(-100px); */
    transform-origin: top;
    transition: all 500ms ease;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color);
    border-radius: 4px;
}
/* @media (min-width: 768px) {
    .project-section .box:hover .content {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
    }
    .project-section .owl-item.active .inner .box .content {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
    }
} */
.project-section .box .content .inner-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}
.project-section .box .content .inner-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.project-section .box .content .icon a {
    display: inline-block;
    color: var(--primary-color);
    height: 48px;
    width: 48px;
    background-color: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    transform: rotate(-45deg);
}
@media (min-width: 768px) {
    .project-section .box .content .icon a {
        display: inline-block;
        color: var(--primary-color);
        height: 48px;
        width: 48px;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
        transform: rotate(-45deg);
    }
}
.project-section .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.project-section .owl-dots button {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 16px;
    line-height: 10px;
    width: 16px;
    margin: 0 0px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    background-color: #CECFD2 !important;
}
.project-section .owl-dots button {
    position: relative;
    border: 3px solid #fff !important;
}
.project-section .owl-dots button.active {
    background: var(--primary-color) !important;
}
.project-section .owl-dots button:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 50%;
    left: -4px;
    top: -4px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}
.project-section .owl-dots button.active:after {
    visibility: visible;
    opacity: 1;
}



/* achivements-section */
.achivements-section {
    padding: 0 0 100px 0;
}
.achivements-section .img-box {
    overflow: hidden;
    border-radius: 10px;
}
.achivements-section .content {
    background-color: #fff;
    position: relative;
    padding-top: 30px;
}
.achivements-section .content .badge-text {
    background: var(--primary-color);
    padding: 6px 20px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.achivements-section .content .badge-text h5 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.achivements-section .content .logo {
    width: 180px;
    margin: auto;
    margin-bottom: 10px;
}
.achivements-section .content p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0;
}

.achivements-section .content p span {
    color: var(--primary-color);
    font-weight: 800;
}
.achivements-section .bottom-text {
    margin-top: 30px;
}
.achivements-section .bottom-text h4 {
    font-size: 30px;
    color: var(--secondary-color);
    font-weight: 700;
    text-align: center;
}


.readon2 {
    outline: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    letter-spacing: 1px;
}






@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}





.work-section {
    background-color: var(--secondary-color);
    padding: 80px 0;
}
.work-section .sec-title h2 {
    color: #fff;
}
.work-section .sec-title {
    margin-bottom: 20px;
}
.work-section .icon-box {
    padding: 24px;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    min-height: 180px;
    flex-direction: column;
    gap: 10px;
}
.work-section .icon-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: var(--primary-color);
}
.work-section .icon-box .icon {
    background-color: var(--primary-color);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 0;
    transition: all 0.4s;
    display: flex    ;
    justify-content: center;
    align-items: center;
}
.work-section .icon-box:hover .icon {
    background-color: #fff;
    transition: all 0.4s;
}
.work-section .icon-box .icon img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
    width: auto;
}
.work-section .icon-box:hover .icon img {
    transition: all 0.4s;
    filter: none;
}
.work-section .icon-box .text h4 {
    font-size: 25px;
    font-weight: 700;
    color: #081120;
    display: inline-block;
    text-align: center;
    transition: all 0.4s;
    margin-bottom: 0;
}
.work-section .icon-box:hover .text h4 {
    color: #fff;
}
.work-section .icon-box .text p {
    margin-bottom: 0;
}
.work-section .icon-box:hover .text a,
.work-section .icon-box:hover .text p {
    color: #fff;
}







/* testimonials-section */
.testimonials-section {
    padding: 80px 0;
}
.testimonials-section .sec-title {
    margin-bottom: 0px;
}   
.testimonials-section .owl-carousel {
    margin-top: 0px;
}
.testimonials-section .owl-nav {
    float: right;
}
.testimonials-section .owl-nav button {
    height: 48px;
    width: 48px;
    border: none;
    border-radius: 4px;
    background-color: #FFF2E6;
    margin-right: 10px;
    color: #081120;
    transition: all 0.4s;
}
.testimonials-section .owl-nav button:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.testimonials-section .item {
    padding: 32px;
    background-color: #F5F3F4;
    border-radius: 4px;
    margin: 0 10px;
}
.testimonials-section .item ul.stars li {
    display: inline-block;
    background-color: #ff7c0121;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 5px;
}

.testimonials-section .item .text p {
    color: #696B6D;
    font-size: 20px;
    font-weight: 500;
    padding: 24px 0px;
}

.testimonials-section .item h4 {
    font-size: 24px;
    color: #081120;
    font-weight: 700;
}




/* ----------------------
Contact Section
------------------------*/
.contact-section {
    background: #fff;
    padding: 0 0 100px 0;
}

.contact-section .sec-title > * {
    text-align: left;
}
.contact-section .inner {
    padding-right: 50px;
}

.contact-section .wrap {
    padding: 32px;
    background: #ffffff;
    border-radius: 4px;
}
.contact-section .wrap .heading h4 {
    font-size: 24px;
    font-weight: 700;
    color: #081120;
}
.contact-section .contact-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-section .contact-form {
    padding: 40px;
    border-radius: 30px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 16px;
    border: 1px solid #E6E7E9;
    background-color: transparent;
    border: 1px solid #E6E7E9;
    width: 100%;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.contact-form fieldset {
    margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--primary-color);
}
/* 
.contact-form button {
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    background-color: #070F3A;
    padding: 17px 30px 17px 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    display: block;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */

.contact-form button:hover {
    background-color: var(--primary-color);
}

.contact-form textarea {
    padding: 20px;
    height: 120px;
}

.contact-form::-webkit-input-placeholder {
    /* Edge */
    color: #cacaca;
}

.contact-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cacaca;
}

.contact-form::-moz-placeholder {
    color: #cacaca;
}

.contact-form::-ms-input-placeholder {
    color: #cacaca;
}

.contact-form::placeholder {
    color: #cacaca;
}

form fieldset .radio {
    margin-top: 10px;
    position: relative;
}

form fieldset .radio li {
    margin: 0 10px;
}

.contact-form input[type="radio"] {
    width: auto;
    margin-bottom: 0;
}

form fieldset .radio li label {
    width: auto;
}


.contact-section .contact-box {
    background: url("../images/contact.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #070F3A;
    padding: 70px 50px 50px 50px;
    height: 100%;
}

.contact-section .contact-box .sec-title > * {
    color: #fff;
}

.contact-section .contact-box .address-box {
    display: flex;
    margin-bottom: 35px;
}

.contact-section .contact-box .address-box .icon {
    margin-right: 25px;
    width: 40px;
    height: 40px;
}

.contact-section .contact-box .address-box .text span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.contact-section .contact-box .address-box .text p {
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.contact-section .contact-box .address-box .text a {
    color: #ffffff;
}




.contact-section .inner .icon-box {
    padding: 24px;
    border-radius: 4px;
    background-color: #ffffff;
    margin-top: 20px;    
    display: flex;
    transition: all 0.4s;
}
.contact-section .inner .icon-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.contact-section .inner .icon-box .icon {
    background-color: #FFF2E6;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 16px;
    transition: all 0.4s;
    display: flex    ;
    justify-content: center;
    align-items: center;
}
.contact-section .inner .icon-box .icon img {
    transition: all 0.4s;
    width: auto;
}
.contact-section .inner .icon-box:hover .icon img {
    transition: all 0.4s;
    filter: none;
}
.contact-section .inner .icon-box .text a {
    font-size: 20px;
    font-weight: 700;
    color: #081120;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 0;
}
.contact-section .inner .icon-box .text p {
    margin-bottom: 0;
}





/* team-section */
.team-section {
    padding: 100px 0;
    background-color: #F5F3F4;
}
.team-section .item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 350px;
    margin-bottom: 30px;
}
.team-section .item .img-box {
    border-radius: 4px;
    overflow: hidden;
}
.team-section .item .img-box img {
    transition: all 0.4s;
}
.team-section .item:hover .img-box img {
    transform: scale(1.1) rotate(2deg);
}
.team-section .item .content {
    padding: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -65px;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    transition: all 0.4s;
}
.team-section .item:hover .content {
    bottom: 0;
    transition: all 0.4s;
}
.team-section .item .content .text h4 {
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 6px;
    transition: all 0.4s;
}
.team-section .item .content .text p {
    color: #77787B;
}
.team-section .item .content .icons {
    opacity: 0;
    transition: all 0.4s;
}
.team-section .item:hover .content .icons  {
    transition: all 0.4s;
    opacity: 1;
}
.team-section .item .content .icons ul {
    margin-top: 20px;
}
.team-section .item .content .icons ul li {
    display: inline-block;
}
.team-section .item .content .icons ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin: 0px 3px;
    color: #fff;
    transition: all 0.4s;
}
.team-section .item .content .icons ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
@media screen and (min-width: 768px) {
    .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
    }
    .overlay-anim:hover:after {
        height: 100%;
        opacity: 0;
        transition: all 400ms linear;
    }
}






/* blog-section */
.blog-section {
    padding: 100px 0;
}
.blog-section .item {
    position: relative;
    margin-top: 30px;
}
.blog-section .item .content {
    background-color: #F5F3F4;
    border-radius: 4px;
    padding: 24px;
    margin-left: 160px;
    position: absolute;
    bottom: 30px;
}
.blog-section .item img {
    width: auto;
}
.blog-section .item .content .meta {
    margin-bottom: 10px;
}
.blog-section .item .content .meta a {
    display: inline-block;
    color: #77787B;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s;
    margin-right: 30px;
    margin-bottom: 0;
}
.blog-section .item .content .meta a img {
    margin-top: -3px;
    margin-right: 3px;
    display: inline-block;
}
.blog-section .item .content .text h4 a {
    color: #081120;
    font-size: 20px;
    font-weight: 700;
}
.blog-section .item .content .text h4 a:hover {
    color: var(--primary-color);
}
.blog-section .item .content .text p {
    margin-top: 20px;
}
.blog-section .item .content .blog1-border {
    background-color: rgba(255, 124, 1, 0.1647058824);
    width: 100%;
    height: 1px;
    margin-top: 20px;
}

.blog-section .item .content a.learn {
    display: inline-block;
    color: #081120;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    transition: all 0.4s;
    margin-bottom: 0;
}
.blog-section .item .content a.learn:hover {
    color: var(--primary-color);
}
.blog-section .item .content a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
}






/* -----------------
Footer Section
--------------------*/
footer {
    background-color: var(--secondary-color);
}

footer .footer-newsletter {
    padding: 80px 0 40px;
    border-bottom: 2px solid #ffffff4d;
}
footer .footer-newsletter .title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}
footer .footer-newsletter p {
    color: #CCCCD5;
}

footer .footer-newsletter .btn-box {
    float: right;
}


footer .footer-content {
    padding: 70px 0;
}

footer .widget h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 15px;
    padding-bottom: 0px;
    position: relative;
}


footer .widget p {
    color: #e3e3e3;
    margin: 0;
}
footer .widget-about .logo-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
footer .widget-about p {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

footer .widget-links .nav-links ul {
    padding: 0;
    list-style-type: none;
}

footer .widget-links .nav-links ul li {
    margin-bottom: 0;
}

footer .widget-links .nav-links ul li a {
    color: #e3e3e3;
    font-size: 16px;
    padding: 4px 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    margin-bottom: 5px;
}

/* footer .widget-links .nav-links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #7ed200;
    font-size: 12px;
} */

footer .widget-links .nav-links ul li a:hover {
    color: var(--primary-color);
    padding-left: 12px;
    background-color: transparent;
}
footer .widget-links .nav-links ul li a::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: var(--primary-color);
    opacity: 0;
    transition: all 0.4s;
}
footer .widget-links .nav-links ul li a:hover::after {
    width: 3px;
    opacity: 1;
}

footer .widget-contact .contact-info ul {
    padding: 0;
}

footer .widget-contact .contact-info ul li {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
}
footer .widget-contact .contact-info ul li:first-child {
    align-items: flex-start;
}
footer .widget-contact .contact-info ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.199);
    border-radius: 50%;
    transition: all 0.4s;
}
footer .widget-contact .contact-info ul li i {
    color: #ffffff;
    font-size: 12px;
    margin-right: 0px;
    text-align: center;
    border-radius: 60px;
    line-height: 30px;
}

footer .widget-contact .contact-info ul li p {
    display: -ms-grid;
    display: grid;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
}

footer .widget-contact .contact-info ul li a {
    color: #e3e3e3;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 10px;
}

footer .widget-contact .contact-info ul li a.email {
    margin-top: 10px;
}

/* footer .widget-contact .contact-info h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
} */

/* ----------------------
Footer Bottom Section
------------------------*/
.footer-bottom {
    padding: 36px 0;
    border-top: 2px solid rgb(255 255 255 / 27%);
}

.footer-bottom p,
.footer-bottom p a {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.footer-bottom .copyrights {
    float: left;
}

.footer-bottom .design {
    float: right;
}

.social-icons {
    margin-top: 40px;
    margin-bottom: 0px;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px;
}

.social-icons li a {
    width: 35px;
    height: 35px;
    display: block;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 600ms ease all;
    -o-transition: 600ms ease all;
    transition: 600ms ease all;
}
.social-icons li a:hover {
    background-color: var(--primary-color);
}
.social-icons li a:hover i {
    color: #fff;
}

.social-icons li a i {
    color: #fff;
    font-size: 16px;
}

/* ----------------------
Go To Top
------------------------*/

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: none;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 22px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .scroll-top .fa {
    color: #fff;
  }
  .scroll-top:hover{
    background: var(--secondary-color);
  }
  .scroll-top.show {
    bottom: 45px;
  }
  .scroll-top span{
    color: #fff;
  }
  .scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  }
  






.captcha-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.captcha-img img {
    width: 200px;
}

#captcha_reload i {
    color: #000000;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
}

#captcha-field {
    margin: 0;
}

#captcha-error {
    text-align: center;
}

#captcha-error p {
    margin: 0;
}

#captcha_reload i {
    color: #000;
    font-size: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#captcha-field {
    margin-top: 0px;
}

#captcha_image {
    width: 80%;
    height: 100%;
    margin: 0 0px 0 0;
    text-align: center;
}

#success_message {
    text-align: center;
    background-color: #dff2d5;
    padding: 5px 10px;
    border: 1px solid #399d04;
    margin-top: 20px;
}

#success_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.help-block.error,
#file-error p {
    color: #f00;
    font-size: 14px;
}

#employment_type-error {
    position: absolute;
    top: 100%;
}

#error_message {
    text-align: center;
    background-color: #f2d5d5;
    padding: 5px 10px;
    border: 1px solid #9d0404;
    margin-top: 20px;
}

#error_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}



@media only screen and (max-width: 1399px) {
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .top-bar {
        display: none;
    }
    .navbar {
        background-color: #fff !important;
        padding: 20px 0;
    }
    .navbar-brand.light {
        display: none;
    }
    .navbar-brand.dark {
        display: block;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    .navbar-nav li .nav-link {
        padding: 10px 0px !important;
        color: var(--black) !important;
    }
    .banner-slider .slide-content .content h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .dropdown .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }
    .navbar-nav li.dropdown:hover .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }
    .banner-slider .slide-content {
        padding: 100px 0 120px;
    }
    .banner-slider .slide-content .images {
        margin-right: 0;
    }
    .why-choose .right-content {
        padding-left: 0px;
        padding-top: 50px;
    }
    .banner-slider .slide-content .content {
        top: 60%;
    }
    .services-section .item {
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .services-section .item.active::after {
        left: -80px;
        right: auto;
    }
    .work-section .content {
        padding-left: 0px;
        padding-top: 50px;
    }
    .usp-section .box {
        max-height: max-content;
    }
    .visa-section .img-box {
        margin-top: 20px;
    }
    .contact-section .inner {
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .blog-section .item .img-box img {
        width: 100%;
    }
    .blog-section .item .content {
        margin-left: 0;
        position: static;
    }
    .contact-section .wrap {
        padding: 0px;
        background: #ffffff;
        border-radius: 4px;
    }
    footer .footer-newsletter .title {
        font-size: 26px;
    }
    footer .widget {
        margin-bottom: 40px;
    }
    .footer-bottom .copyrights,
    .footer-bottom .design {
        float: none;
    }
    .footer-bottom .copyrights p,
    .footer-bottom .design p {
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {
    .banner-slider .slide-content .image {
        display: none;
    }
    .banner-slider .slide-content {
        padding: 50px 0 100px;
    }
    .theme-btn2 {
        margin-left: 0;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .project-section li {
        flex: 0 0 100%;
    }
    .banner-slider .slide-content .images {
        height: 300px;
    }
    .project-section .owl-item.active .inner .box .content {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
        transition-delay: 500ms;
    }
    .services-section .bottom-link {
        font-size: 14px;
        margin-top: 0px;
    }
    .services2-section .sec-title h2 {
        font-size: 27px;
    }
    .projects-section .item .wrap .content .title {
        font-size: 18px;
    }
    .testi-section .content p {
        font-size: 20px;
        margin-bottom: 25px;
    }
    footer .footer-newsletter .btn-box {
        float: left;
    }
    .blog-section .sec-title {
        margin-bottom: 20px;
    }
    .blog-section .button {
        margin-bottom: 50px;
    }
    footer .footer-newsletter .newsletter-form {
        max-width: 498px;
        margin: 0 auto 0 0;
        position: relative;
    }
    footer .footer-newsletter .title {
        font-size: 26px;
        margin-bottom: 30px;
    }
}



@media only screen and (max-width: 425px) {
    .banner-slider .slide-content .images .image3 {
        bottom: 70px;
    }
}

