:root {
    --sea-deep: #034362;
    --sea-mid: #0B8AB8;
    --sea-mid-hover: #09729A;
    --sea-bright: #28ABE3;
    --sea-lagoon: #38BDF8;
    --sea-mist: #E8F5F9;
    --sea-foam: #F0F9FC;
    --sea-ink: #1A2F3A;
}

html {
    scroll-behavior: smooth !important;
}

body {
    font-family: "Open Sans", serif;
    color: #3A4F5C;
    font-size: 14px;
}

a {
    /* color: #034362; */
    color: #034362;
    font-weight: 600;
}

    a:hover {
        /* color: #034362; */
        color: #020307;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Muli", sans-serif;
}



.card-header {
    border-top: 1px solid #ccc;
    background: #ddd;
}

.navbar-hide {
    /* background: rgb(255, 255, 255)!important;  */
    background: rgb(232 245 249) !important;
    position: absolute;
    top: 43px;
    width: 100%;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

/*@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}*/

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.navbar-transpharent {
    background: #ddd;
}
/*---------------delay on mobile---------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*-----------------Top Bar--------------------------------*/
.contact-info {
    color: #fff;
    font-size: 13px;
    margin: 5px;
}

#topbar {
    /* background: #034362; */
    background: #0B8AB8;
    padding: 4px 0;
    font-size: 13px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #fff;
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: #ddd;
        }

    #topbar .contact-info i {
        color: #fff;
        padding: 4px;
    }

    #topbar .contact-info .icofont-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #topbar .social-links a {
        color: #0B8AB8;
        padding: 5px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
        border-radius: 50%;
        border: 1px solid white;
        background: white;
        margin-right: 5px;
    }

        #topbar .social-links a:hover {
            color: #ddd;
        }

/*-------------------Header-----------*/
#header {
    height: 45px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 5px 0;
    background: #fff;
}

    #header.header-scrolled {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 5px 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #1A2F3A;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }


section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f3f2;
}

.section-title {
    padding-bottom: 30px;
    text-align: center;
}

    .section-title h2 {
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #3D5A6C;
    }

        .section-title h2 strong {
            font-weight: 700;
        }

    .section-title p {
        margin-bottom: 0;
    }


/*-------------Portfolio------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 20px 10px 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        color: #3A4F5C;
        transition: all 0.3s;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            background: #034362;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #1A2F3A;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #3D5A6C;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #483b36;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #034362;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-links a:hover {
                color: #034362;
            }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }


@media (max-width: 991px) {
    .about-us .image {
        text-align: center;
    }

        .about-us .image img {
            max-width: 80%;
        }
}

@media (max-width: 667px;) {
    .about-us .image img {
        max-width: 100%;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.navbar {
    background: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #fff;
    box-shadow: -webkit-box-shadow: 0px 8px 6px -6px #666565;
    -moz-box-shadow: 0 8px 6px -6px #666565;
    box-shadow: 0 8px 6px -6px #666565;
}

.navbar-light .navbar-brand {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border-radius: 0.25rem;
    margin-right: 3px;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        background: #034362;
        transition: 0.8s;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #034362 !important;
    border-radius: 5px;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #2196F3;
    }

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #034362;
}

.megamenu-li {
    position: static;
}

@media (min-width: 992px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px 15px 0px 15px;
    }

    .megamenu h6 {
        margin-left: 21px;
    }

    .megamenu i {
        width: 20px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        width: 80%;
        height: 100%;
        background: #034362;
        overflow: auto;
    }

        .navbar-collapse.collapsing {
            left: -75%;
            transition: height 60ms ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }


    .mobMenuIconBar {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-bottom: 5px;
    }

    .navTopHeading {
        background: #034362;
        padding: 10px;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: bold;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 0.25rem;
    }
}

.blog {
    padding-bottom: 110px;
    padding-top: 70px;
    background: #F6F6F6;
}

.post-item {
    background: #fff;
    margin-bottom: 20px;
}

    .post-item .content {
        padding: 20px;
    }

        .post-item .content h3 a {
            color: #000;
        }

        .post-item .content p {
            color: #757575;
            font-size: 14px;
            margin: 10px 0;
        }

        .post-item .content .btn-main {
            padding: 12px 25px;
            margin: 15px 0;
        }

/* 8.2.1 Blog Details */
.blog-details h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
    margin-bottom: 20px;
}

    .post-content ul li {
        color: #aaa;
    }

        .post-content ul li a {
            color: #aaa;
        }

.post-content p {
    margin-bottom: 30px;
}

.post-content blockquote {
    border-left: 2px solid #28ABE3;
    padding: 40px 35px;
    margin-bottom: 30px;
    background: #eeeeee;
}

.post-content-share {
    margin-bottom: 100px;
}

    .post-content-share li {
        height: 45px;
        width: 45px;
        border: 1px solid #ddd;
        text-align: center;
        background: #fff;
        transition: .3s ease;
        margin-right: 10px;
    }

        .post-content-share li a i {
            line-height: 45px;
            color: #000;
            transition: .3s ease;
        }

        .post-content-share li:hover {
            background: #28ABE3;
            border-color: #28ABE3;
        }

            .post-content-share li:hover i {
                color: #fff;
            }

/* 8.2.3 Comment List */
.comment-list {
    padding-left: 0;
    margin-bottom: 70px;
}

.comment-list-item {
    padding: 25px 0;
    position: relative;
    display: flex;
    border-bottom: 1px solid #ddd;
}

    .comment-list-item:last-child {
        border: 0;
    }

.comment-list-item-image {
    margin-right: 20px;
}

.comment-list-item-content h5 {
    color: #000;
    margin-bottom: 5px;
}

.comment-list-item-content h6 {
    color: #000;
    margin-bottom: 10px;
}

.comment-list-item-content p {
    margin-bottom: 5px;
}

.comment-list-item .comment-btn {
    position: absolute;
    top: 25px;
    right: 0;
    background: #fff;
    padding: 10px 30px;
    border: 1px solid #ddd;
    text-transform: capitalize;
    color: #000;
    font-size: 15px;
}

@media (max-width: 575px) {
    .comment-list-item .comment-btn {
        position: unset;
    }
}

.comment-list-item .comment-btn:hover {
    background: #28ABE3;
    color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
    margin-top: 40px;
}

    .comment-form .form-control {
        background-color: transparent;
        border: 1px solid #dedede;
        box-shadow: none;
        height: 45px !important;
        color: #0c0c0c;
        height: 38px;
        font-size: 14px;
        border-radius: 0;
        margin-bottom: 20px;
    }

    .comment-form textarea.form-control {
        height: 200px !important;
    }

    .comment-form .btn-primary {
        background: #28ABE3;
        border-radius: 0;
        padding: 10px 20px;
        border: 0;
    }

/* 8.2.5 Widget Style */
.widget {
    margin-bottom: 30px;
}

    .widget h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

.widget-search {
    position: relative;
}

    .widget-search .form-control {
        border: 1px solid #dedede;
        border-radius: 0;
        height: 50px;
    }

.widget-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: #28ABE3;
    border: 0;
}

    .widget-search-btn i {
        color: #fff;
    }

.widget-categories-list {
    padding-left: 0px;
}

    .widget-categories-list li {
        border-bottom: 1px solid #ddd;
    }

        .widget-categories-list li:last-child {
            border: 0;
        }

        .widget-categories-list li a {
            display: block;
            padding: 15px 0;
            color: #000;
            font-size: 15px;
            transition: .3s ease;
        }

            .widget-categories-list li a i {
                font-size: 10px;
                margin-right: 10px;
            }

            .widget-categories-list li a:hover {
                background: #28ABE3;
                color: #fff;
                padding-left: 20px;
            }

.widget-post-list {
    padding-left: 0;
}

.widget-post-list-item {
    padding: 15px 0;
    display: flex;
}

.widget-post-image {
    margin-right: 10px;
    height: 90px;
    width: 130px;
    overflow: hidden;
}

    .widget-post-image img {
        height: 90px;
        width: auto;
    }

.widget-post-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
    transition: .3s ease;
    color: #000;
}

    .widget-post-content h5:hover {
        color: #28ABE3;
    }

/***********Service Section*****/

section {
    padding: 60px 0;
    /*min-height: 100vh;*/
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 28px;
}

.site-heading p {
    color: #464545;
    font-size: 16px;
}

.site-heading h2 span {
    color: #034362;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 18px;
}

    .site-heading h4::before {
        background: #034362 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }

.site-heading {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .item {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin: 10px 0;
    color: #172033;
    text-align: left;
}

    .we-offer-area .item p {
        padding: 3px 20px;
    }

/* .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #034362 none repeat scroll 0 0;
  border-color: #0B8AB8;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #0B8AB8;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  
  padding: 27px 20px 24px;
  border: 1px solid #8d8989;
  border-radius: 10px;
  height: 100%;
}

.we-offer-area.text-center .item i {
  background: #034362 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #034362;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 50px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
 
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #034362 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #034362;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize; font-size:1.0rem;
}

.we-offer-area .item p {
  margin: 0;  font-size:0.9rem;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #034362 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #034362 !important;
}

.we-offer-area.text-left .item i {
  background: #034362 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #034362;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
} */


/*-----------------Portfolio------------------*/
.portfolio {
    background: #fff !important;
}

    .portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 50px auto;
        list-style: none;
        text-align: center;
    }

        .portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 8px 20px 10px 20px;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            text-transform: uppercase;
            color: #3A4F5C;
            transition: all 0.3s;
            border-radius: 50px;
        }

            .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
                color: #fff;
                /* background: #034362; */
                background: #0B8AB8;
            }

            .portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        border-radius: 10px;
    }

    .portfolio .portfolio-container.isotope {
        display: block;
    }

        .portfolio .portfolio-item .portfolio-info {
            opacity: 1;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: rgba(185, 185, 185, 0.1);
            padding: 5px;
            width: 100%;
            height: 100%;
        }

            .portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                font-weight: 600;
                color: #ffffff;
                transition: all 0.5s ease;
                padding-top: 25%;
                text-align: center;
                text-shadow: 2px 2px 1px black;
            }

            .portfolio .portfolio-item .portfolio-info p {
                color: #fcfcfc;
                font-size: 16px;
                margin-bottom: 0;
                text-shadow: 1px 1px 1px rgb(68, 68, 68);
            }

            .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 40px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: #483b36;
            }

                .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #000608;
                }

            .portfolio .portfolio-item .portfolio-info .details-link {
                right: 10px;
            }

        .portfolio .portfolio-item .portfolio-links {
            opacity: 0;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 3;
            position: absolute;
            transition: all ease-in-out 0.3s;
            text-align: center;
        }

            .portfolio .portfolio-item .portfolio-links a {
                color: #000000;
                margin: 0 2px;
                font-size: 28px;
                display: inline-block;
                transition: 0.3s;
            }

                .portfolio .portfolio-item .portfolio-links a:hover {
                    color: #e2e2e2;
                }

        .portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            bottom: 0;
            /* border: 1px solid rgb(228, 227, 227);
  background: rgba(184, 184, 184, 0.048); */
        }

            .portfolio .portfolio-item:hover .portfolio-info h4 {
                text-align: center;
                /* padding-top: 50%; */
                color: #ffffff;
                text-shadow: 2px 2px 1px black;
            }

            .portfolio .portfolio-item:hover .portfolio-info p {
                text-align: center;
                /* padding-top: 50%; */
                color: #ffffff;
                text-shadow: 1px 1px 1px rgb(68, 68, 68);
            }

        .portfolio .portfolio-item a {
            display: block;
            position: relative;
        }

        .portfolio .portfolio-item img {
            border-radius: 20px;
            transition: all 0.5s ease;
            width: 100%;
            aspect-ratio: 16 / 10;
            object-fit: cover;
            min-height: 180px;
        }

        .portfolio .portfolio-item:hover img {
            border-radius: 20px;
            transform: scale(1.2);
            /* transform: rotate(3deg); */
        }

/* .portfolio .portfolio-item:hover{
  
  border-radius: 20px;
  transform: rotate(2deg)!important;
  padding: 0;
  
} */



.btn-primaryCustom {
    background: #034362;
    padding: 0px 8px;
    border: none;
}

    .btn-primaryCustom:hover {
        background: #6ebdc2;
        border: 1px solid #999;
    }

.borderColor {
    border: 1px solid #03436200;
    border-radius: 20px;
}

    .borderColor img {
        border-radius: 20px;
    }

.btn-primaryCustom i {
    width: 12px;
    height: 12px;
}

/*-----------------Footer-----------------------------------*/
#footer {
    color: #000000;
    font-size: 14px;
    /* background: #14100f; */
    /* background: #dddddd; */
    background: url(../images/bannerNew/footer--1-Small.jpg) no-repeat center bottom;
    /* background-size: cover; */
    background-attachment: fixed;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        /* background: black; */
        /* background: #dddddd; */
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 22px;
                margin: 0 0 10px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 500;
                letter-spacing: 1px;
                text-transform: uppercase;
                /* color: #fff; */
                color: black;
            }

            #footer .footer-top .footer-contact p {
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Muli", sans-serif;
                /* color: #8AA3B0; */
                color: black;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            /* color: #fff; */
            color: black;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #034362;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    /* color: #8AA3B0; */
                    color: black;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                    font-size: 13px;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #034362;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            /* color: #fff; */
            color: black;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px 0 0 4px;
            text-align: left;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: -4px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                /* background: #034362; */
                background: #0B8AB8;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #034362;
                }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #8AA3B0;
    }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #0B8AB8;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: #034362 !important;
            color: #fff;
            text-decoration: none;
        }

.colorIcon {
    background: #034362 !important;
    padding: 2px;
    width: 38px;
    height: 34px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}

.custamCallBackBtn {
    background: #0B8AB8 !important;
    border: 1px solid #0B8AB8 !important;
    padding: 5px 10px;
    font-size: 14px;
    color: #f1eded;
    margin-top: 12px;
    margin-right: 10px;
}

    .custamCallBackBtn:hover {
        background: #fdfeff;
        border: 1px solid #ffffff !important;
        color: #000000 !important;
    }

.contactCallBackBtn {
    border: 1px solid #0B8AB8 !important;
    padding: 5px 10px;
    font-size: 14px;
    color: #000000;
    margin-top: 12px;
}

    .contactCallBackBtn:hover {
        background: #0B8AB8 !important;
        border: 1px solid #0B8AB8 !important;
        color: #000000;
    }

#mobile_nav {
    padding: 0;
}

.captionCarouselCustam {
    bottom: 20%;
}

    .captionCarouselCustam span {
        color: #034362;
    }

.popupCloseBg {
    background: #fff;
    width: 50px;
    height: 40px;
    padding: 10px;
    border-radius: 50px;
    border: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 12px;
}

.modal-header {
    background: #0B8AB8 !important;
    color: #fff;
}

.sectioncustomBG {
    background: #fff;
    color: #000;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 40px;
}

.captionCarouselCustam h1 {
    font-size: 50px !important;
    font-weight: 800;
}

.captionCarouselCustam h5 {
    font-size: 25px !important;
    color: #ececec;
    font-weight: 600;
}

.captionCarouselCustam a {
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 992px) {
    .captionCarouselCustam h1 {
        font-size: 25px !important;
    }

    .captionCarouselCustam h5 {
        font-size: 1rem !important;
    }

    .captionCarouselCustam {
        bottom: 5% !important;
    }
}


/* FontAwesome for working BootSnippet :> */

#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0B8AB8;
    border-color: #0B8AB8;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #034362;
    border-color: #034362;
}

section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #034362;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .card,
    .backside .card {
        min-height: 312px;
    }

        .backside .card a {
            font-size: 18px;
            color: #034362 !important;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #034362 !important;
        }

        .frontside .card .card-body img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }


/************Testimoniels Section********/



.testim {
    padding: 20px;
}

    .testim .wrap {
        position: relative;
        width: 100%;
        padding: 0;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #000;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #ea830e;
        }


        .testim .arrow.left {
            left: 10px;
        }

        .testim .arrow.right {
            right: 10px;
        }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 333;
        height: 12px;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #eee;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #034362;
                border-color: #034362;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 90px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }


            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }


        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: #034362;
            font-size: 1em;
            margin: 15px 0;
        }

        .testim .cont div p {
            font-size: 1em;
            color: #000;
            width: 80%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #034362;
        box-shadow: 0px 0px 10px 5px #034362;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #034362;
        box-shadow: 0px 0px 0px 0px #034362;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #034362;
        box-shadow: 0px 0px 10px 5px #034362;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #034362;
        box-shadow: 0px 0px 0px 0px #034362;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #034362;
        box-shadow: 0px 0px 10px 5px #034362;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #034362;
        box-shadow: 0px 0px 0px 0px #034362;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #034362;
        box-shadow: 0px 0px 10px 5px #034362;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #034362;
        box-shadow: 0px 0px 0px 0px #034362;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #034362;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #034362;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.copyright {
    line-height: 40px;
    font-size: 13px;
}

.testim .arrow.right, .testim .arrow.left {
    display: none;
}


.contact3 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

    .contact3 h1,
    .contact3 h2,
    .contact3 h3,
    .contact3 h4,
    .contact3 h5,
    .contact3 h6 {
        color: #3e4555;
    }

    .contact3 .font-weight-medium {
        font-weight: 500;
    }

    .contact3 .card-shadow {
        -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
        box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    }

    .contact3 .btn-danger-gradiant {
        background: #0284C7;
        background: -webkit-linear-gradient(legacy-direction(to right), #0284C7 0%, #0EA5E9 100%);
        background: -webkit-gradient(linear, left top, right top, from(#0284C7), to(#0EA5E9));
        background: -webkit-linear-gradient(left, #0284C7 0%, #0EA5E9 100%);
        background: -o-linear-gradient(left, #0284C7 0%, #0EA5E9 100%);
        background: linear-gradient(to right, #0284C7 0%, #0EA5E9 100%);
    }

        .contact3 .btn-danger-gradiant:hover {
            background: #0EA5E9;
            background: -webkit-linear-gradient(legacy-direction(to right), #0EA5E9 0%, #0284C7 100%);
            background: -webkit-gradient(linear, left top, right top, from(#0EA5E9), to(#0284C7));
            background: -webkit-linear-gradient(left, #0EA5E9 0%, #0284C7 100%);
            background: -o-linear-gradient(left, #0EA5E9 0%, #0284C7 100%);
            background: linear-gradient(to right, #0EA5E9 0%, #0284C7 100%);
        }



/*--------------------------------------------------------------
# Blog Page CSS
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        background: #F0F9FC;
    }

        .blog .entry .entry-img {
            max-height: 400px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #1A2F3A;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #034362;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #5A7A8A;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 14px;
                padding-right: 4px;
            }

            .blog .entry .entry-meta a {
                color: #836a61;
                font-size: 14px;
                display: inline-block;
                line-height: 20px;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #034362;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #0B8AB8;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #3A4F5C;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote .quote-left {
                position: absolute;
                left: 20px;
                top: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote .quote-right {
                position: absolute;
                right: 20px;
                bottom: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #1A2F3A;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #836a61;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #ae9a92;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #034362;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
        }

        .blog .blog-author h4 {
            margin-left: 140px;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
        }

        .blog .blog-author .social-links {
            margin: 0 0 5px 140px;
        }

            .blog .blog-author .social-links a {
                color: #5A7A8A;
            }

        .blog .blog-author p {
            margin-left: 140px;
            font-style: italic;
            color: #bfb9b6;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                width: 50px;
            }

            .blog .blog-comments .comment h5 {
                margin-left: 65px;
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #3A4F5C;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #034362;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #1A2F3A;
                }

            .blog .blog-comments .comment time {
                margin-left: 65px;
                display: block;
                font-size: 14px;
                color: #5A7A8A;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment p {
                margin-left: 65px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 0;
                padding: 20px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #034362;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 0;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #034362;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                padding: 8px 20px;
                border: 0;
                border-radius: 4px;
                background-color: #1A2F3A;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #034362;
                }

    .blog .blog-pagination {
        color: #3D5A6C;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding-left: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            border: 1px solid white;
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li.active {
                background: white;
            }

            .blog .blog-pagination li a {
                color: #8AA3B0;
                padding: 7px 16px;
                display: inline-block;
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #034362;
                border: 1px solid #034362;
                border-radius: 4px;
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

            .blog .blog-pagination li.disabled {
                background: #fff;
                border: 1px solid white;
            }

                .blog .blog-pagination li.disabled i {
                    color: #f6f5f5;
                    padding: 10px 16px;
                    display: inline-block;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        background: #F0F9FC;
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #1A2F3A;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
            border-radius: 4px;
        }

            .blog .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #034362;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                .blog .sidebar .search-form form button:hover {
                    background: #034362;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #745f56;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #034362;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #5A7A8A;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: black;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #034362;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #5A7A8A;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #745f56;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #ded5d2;
                    display: inline-block;
                    transition: 0.3s;
                    border-radius: 4px;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #034362;
                        background: #034362;
                    }


/*----------------Breadcramb Start------------------*/

.total_view {
    background-color: #034362;
    bottom: 0;
    color: #000;
    display: table;
    font-size: 12px;
    padding: 2px 10px 2px 10px;
    position: fixed;
    left: 0px;
    width: 30%;
    z-index: 2;
    font-weight: bold;
    opacity: 0.9;
}

    .total_view a {
        color: #000;
        font-size: 12px;
        padding: 0px 10px;
        font-weight: bold;
    }

        .total_view a:hover {
            color: #999;
        }

    .total_view::before {
        border-bottom: 22px solid #034362;
        border-right: 20px solid rgba(0, 0, 0, 0);
        bottom: 0;
        content: "";
        position: absolute;
        left: 100%;
        z-index: 0;
    }

/*=================Scrool to top Start=================*/

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #0B8AB8;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #000;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

/*--------------Custom CSS For Only Mobile---------*/
@media only screen and (max-width: 600px) {
    .detail-header .highlight-list {
        font-size: 11px !important;
    }

    .detail-header ul.list-inline-block li:not(:last-child) {
        margin-right: 10px !important;
    }

    .detail-header .highlight-list .icon-font {
        font-size: 25px !important;
    }

    .custamCallBackBtn {
        background: #034362;
        border: 1px solid #034362;
        padding: 2px 10px;
        font-size: 12px;
        color: #fff;
        margin-top: 12px;
        margin-left: 10px;
    }

        .custamCallBackBtn:hover {
            background: #034362;
            border: 1px solid #034362;
        }

    .contactCallBackBtn {
        padding: 2px 10px;
        font-size: 12px;
        color: #000;
        margin-top: 12px;
        margin-left: 10px;
        background: #fff;
    }

        .contactCallBackBtn:hover {
            background: #034362;
            border: 1px solid #034362;
            color: #fff;
        }
}

/*-----------------Whats App Button------------*/
.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40%;
    right: 0px;
    background-color: #41bf0f;
    /* background: #0e0e0e; */
    color: #FFF;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    line-height: 30px;
}

.my-float {
    margin-top: 5px;
}

.float i span {
    font-size: 20px !important;
    padding-left: 5px;
}

a.float:hover {
    color: #ccc;
}

/* Enquiry Modal */
.my-modal {
    display: block;
}

.hide-modal {
    display: none;
}

h1, .h1 {
    font-size: 30px !important;
}

/*================================Mega Menu On Hover========================*/

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 0rem;
}

.navbar .dropdown-menu {
    border: none;
    /*background-color:#0060c8!important;*/
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        .navbar .nav-item {
            padding: 0rem 0rem;
            margin: 2px 8px;
            /*height: 55px;41px*/
        }

        /* makes the dropdown full width  */
        .navbar .dropdown {
            position: static;
        }

        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            /*  height of nav-item  */
            top: 61px;
            font-size: 13px;
            display: block;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s, opacity 0.3s linear;
        }

        /* shows the dropdown menu on hover */
        .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
            display: block;
            visibility: visible;
            opacity: 1;
            transition: visibility 0s, opacity 0.3s linear;
        }

        .navbar .dropdown-menu {
            border-bottom: 1px dashed #eee;
            /* background-color: #ddd; border-top:1px dashed #ccc!important; */
            /*background:url('../images/ladakh/ladakh-tour-package.webp');*/
            /*background:linear-gradient(rgba(242,242,242,.85),rgba(242,242,242,.85)),url('../images/maga-menu-bg.webp') 65% 50% !important*/
            background-color: rgb(232 245 249) !important;
        }
}

.border-right {
    border-right: 1px dashed #ccc !important;
}

/*---------------------New add by Sourav -------------------------- */
.bg-imagetest {
    width: 98%;
    margin: 10px auto;
}

    .bg-imagetest img {
        width: 100%;
        display: block;
    }

.btn-green {
    border: 1px solid #0B8AB8;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.5s ease;
    background: #0B8AB8;
}

    .btn-green:hover {
        border: 1px solid #0B8AB8;
        background: #0B8AB8;
        color: white;
    }

.welcome {
    position: relative;
}
    /*.welcome::after{
  content: ""; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 30%; 
  height: 2px; 
  background: #034362; 
  margin-top: 5px;
 } */
    .welcome p {
        color: #5f5f5f;
        font-size: 18px;
    }

.mt-100 {
    margin-top: 100px;
}

.bg-img-1 {
    background: url(../images/kashmir-trip-package.webp) no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

    .bg-img-1 .overlay {
        width: 100%;
        height: 100%;
        background-color: #06344a5e;
        color: rgb(255, 255, 255);
        padding: 80px 0;
    }

.lead {
    font-size: 1.25rem;
    font-weight: 400;
}

.color-1 {
    color: #0B8AB8;
}

.btn-white {
    background: white;
    color: #161835;
    text-decoration: none;
}

    .btn-white:hover {
        background: #0B8AB8;
        color: white;
    }

.contact-line-height {
    font-size: 13px;
    line-height: 27px;
}

.nav-link {
    display: block;
    padding: .75rem 1rem !important;
}
