body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    font-weight: 500;
}

*:focus {
    outline: 0 !important;
}

a,
a:hover {
    color: #333;
}

.all-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

input {
    font-size: 14px !important;
}

input::placeholder,
textarea::placeholder {
    font-size: 13px !important;
}

a,
a:hover {
    text-decoration: none;
}

p {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 0px !important;
}

h1 {
    font-size: 2.5rem;
}

h6 {
    font-size: 1rem;
}

.inverse {
    background-color: #fff !important;
    color: #084b9c !important;
}

.btn-isc {
    border: 0px;
    padding: 10px 15px 10px 15px;
    background-color: #53c0d0;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 10px 0px;
}

.btn-isc span {
    position: relative;
    z-index: 33;
}

.btn-isc:hover::after,
.btn-isc:hover::before {
    height: 100%;
    transition: 0.3s height ease-in;
}

.btn-isc::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #011659;
    opacity: 0.6;
    transition: 0.3s height ease-in;
}

.btn-isc::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #011659;
    opacity: 0.6;
    transition: 0.3s height ease-in;
}

.wrapper {
    padding: 10vh 0;
}

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    background: #f4f5f6;
    background-image: url(../img/loader.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.loader {
    background-position: center center;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* -----------------------------------------------header-start-----------------------------*/

.heading {
    margin: 0px auto;
    position: relative;
    ;
}

.white {
    margin: 0px auto !important;
}

.white h1,
.white h6 {
    color: #fff !important;
}

.heading h1 {
    color: #011659;
    font-weight: 700;
}

.heading h1 span {
    color: #50becf;
}

.heading .outline {
    font-size: 8vw;
    text-transform: inherit;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: transparent;
    margin-top: -8vw;
    opacity: 0.1;
}

.heading h6 {
    color: #767676;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.heading img {
    max-height: 10px;
}

header .top-navbar {
    background-color: #011659;
    padding: 10px 0px;
}

header .top-navbar .navbar-brand img {
    min-width: 300px;
}

header .top-navbar .container {
    padding: 0px;
}

header .top-navbar .navbar-expand-md {
    padding: 0px;
}

header .top-navbar .nav-item {
    position: relative;
    color: #fff;
}

header .navbar-light .navbar-nav .nav-link.active {
    color: #2a7abc !important;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fixed-top {
    background-color: #011659;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(224, 77, 152, 0.8);
    -moz-box-shadow: 0px 0px 15px 0px rgba(224, 77, 152, 0.8);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in;
    padding: 0px 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.fixed-top .navbar-brand img {
    max-width: 140px;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20000px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20000px 0
    }
}

header .navbar-toggler .icon-bar {
    height: 2px;
    background-color: #50bcce;
    width: 30px;
    display: block;
    margin-bottom: 7px;
}

header .navbar-toggler .icon-bar:nth-of-type(3) {
    top: 0px;
}

header .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

header .navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 9px;
    transform: rotate(45deg);
}

header .navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

header .navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -9px;
    transform: rotate(-45deg);
}

header .dropdown-toggle:hover~.dropdown-menu {
    display: block !important;
    padding: 0px;
    transition: 0s 180s;
}

.dropdown-menu {}

header .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-size: 12px;
    padding: 8px 20px;
    border-bottom: 1px dotted #6fbe44;
    text-transform: uppercase;
}

header .dropdown-toggle::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #6fbe44;
    left: 5px;
    top: 8px;
    opacity: 0;
    border: 0px;
    transition: all 0.3s ease-in;
}

header .top-navbar .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 0px 15px;
    font-size: 14px;
    position: relative;
    padding: 0px 20px;
}

header .top-navbar .nav-item {
    padding: 10px 0px;
}

header .top-navbar .nav-item:last-child button {
    background-color: #6fbe44;
    padding: 9px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    box-shadow: inherit;
}

header .top-navbar .nav-item:last-child button:active {
    box-shadow: inherit;
}

header .top-navbar .nav-item .nav-link::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #53c0d0;
    left: 5px;
    top: 6px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in;
}

header .top-navbar .nav-item .nav-link:hover::after {
    opacity: 1;
    transition: all 0.3s ease-in;
}

header .top-navbar .navbar-nav .active>.nav-link::after {
    opacity: 1;
    transition: all 0.3s ease-in;
}

.slider-wrapper {
    background-color: #011659;
}

.slider-wrapper .swiper-container {
    height: calc(100vh - 120px);
}

.slider-wrapper .swiper-slide {
    overflow: hidden;
}

.slider-wrapper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.slider-wrapper .copy {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    letter-spacing: 0.06em;
}

.slider-wrapper .slider-content {
    margin-top: 25vh;
    padding: 0vh 10vh;
}

.slider-wrapper .slider-content h1 {
    font-size: 8vw;
    font-weight: 900;
    color: #fff;
}

.slider-wrapper .slider-content h1 span {
    color: #53c0d0;
}

.slider-wrapper .slider-content p {
    color: #fff;
    font-size: 18px;
}

.about-wrapper {}

.about-wrapper .container {
    position: relative;
}

.about-wrapper .container::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -40px;
    width: 174px;
    height: 100%;
    background-image: url("../img/dots.webp");
    background-repeat: no-repeat;
}

.about-wrapper .about-img {
    position: relative;
    -webkit-box-shadow: 0px 0px 38px 8px rgba(83, 191, 208, 0.3);
    -moz-box-shadow: 0px 0px 38px 8px rgba(83, 191, 208, 0.3);
    box-shadow: 0px 0px 38px 8px rgba(83, 191, 208, 0.3);
}

.about-wrapper .about-img::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    background-color: #011659;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.services-wrapper {
    background-color: #f5f6f8;
}

.services-wrapper .container {
    position: relative;
}

.services-wrapper .container::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -40px;
    width: 174px;
    height: 100%;
    background-image: url("../img/dots.webp");
    background-repeat: no-repeat;
}

.services-wrapper .services-box {
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(83, 192, 208, 0.2);
    -moz-box-shadow: 0px 0px 11px 0px rgba(83, 192, 208, 0.2);
    box-shadow: 0px 0px 11px 0px rgba(83, 192, 208, 0.2);
}

.services-wrapper .services-box .services-img {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
}

.services-wrapper .services-box .services-img img {
    transition: all 0.5s ease-in;
}

.services-wrapper .services-box:hover .services-img img {
    transform: scale(1.2);
    transition: all 0.5s ease-in;
    z-index: -999;
}

.services-wrapper .services-box .services-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 50%;
    background-color: #53c0d0;
    opacity: 0.5;
    transition: width 0.3s ease-in;
    z-index: 99;
}

.services-wrapper .services-box .services-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 50%;
    background-color: #53c0d0;
    opacity: 0.5;
    transition: width 0.3s ease-in;
    z-index: 99;
}

.services-wrapper .services-box:hover .services-img::before {
    width: 100%;
    transition: width 0.3s ease-in;
    z-index: 99;
}

.services-wrapper .services-box:hover .services-img::after {
    width: 100%;
    transition: width 0.3s ease-in;
    z-index: 99;
}

.services-wrapper .services-box:hover .services-content::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #53c0d0;
    opacity: 0.05;
    transition: height 0.3s ease-in;
}

.services-wrapper .services-box .services-content {
    padding: 15px;
    position: relative;
}

.services-content::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #53c0d0;
    opacity: 0.05;
    transition: height 0.3s ease-in;
}

.services-wrapper .services-box .services-content span.num {
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    left: 10px;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    color: #d9d9da;
}

.services-wrapper .services-box .services-content h3 {
    color: #011659;
    font-size: 18px;
    font-weight: 700;
}

.services-wrapper .services-box .services-content p {
    line-height: 20px;
    font-size: 14px !important;
}

.testimonial-wrapper {}

.testimonial-wrapper h4 {
    color: #011659;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.testimonial-wrapper .owl-carousel span {
    color: #202020;
    margin-left: 5px;
    font-weight: 400;
}

.testimonial-wrapper .owl-nav button {
    position: absolute;
    top: 0;
    background-color: #53c0d0;
    color: #53c0d0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.testimonial-wrapper .owl-nav button.owl-prev {
    left: 0;
    display: none;
}

.testimonial-wrapper .owl-nav button.owl-next {
    right: 0;
    display: none;
}

.testimonial-wrapper .owl-dots {
    padding-top: 15px;
}

.testimonial-wrapper .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #011659 !important;
    margin: 0 3px;
}

.testimonial-wrapper .owl-dots button.owl-dot.active {
    background-color: #53c0d0 !important;
}

.testimonial-wrapper .owl-dots button.owl-dot:focus {
    outline: none;
}

.testimonial-wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.testimonial-wrapper i {
    font-size: 30px;
    color: #dfdfdf;
}

.clients-wrapper {
    background-color: #f5f6f8;
}

.clients-wrapper .owl-nav button {
    position: absolute;
    top: 0;
    background-color: #53c0d0;
    color: #53c0d0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.clients-wrapper .owl-nav button.owl-prev {
    left: 0;
}

.clients-wrapper .owl-nav button.owl-next {
    right: 0;
}

.clients-wrapper .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.clients-wrapper .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #011659 !important;
    margin: 0 3px;
}

.clients-wrapper .owl-dots button.owl-dot.active {
    background-color: #53c0d0 !important;
}

.clients-wrapper .owl-dots button.owl-dot:focus {
    outline: none;
}

.clients-wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.clients-wrapper .owl-carousel span {
    font-size: 70px;
    position: relative;
    top: -25px;
}

.clients-wrapper .owl-nav button:focus {
    outline: none;
}

footer {
    background-image: url("../img/footer.webp");
    color: #fff;
}

footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer a,
footer a:hover {
    color: #fff;
}

footer .social-icons {
    padding-left: 0px;
    margin-top: 15px;
}

footer .social-icons li {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    padding-top: 9px;
    padding-left: 1px;
    border-radius: 50%;
    background-color: #53c0d0;
    list-style: none;
    margin-right: 5px;
}

footer .quick-links ul {
    padding-left: 0px;
}

footer .quick-links ul li {
    list-style: none;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 15px;
}

footer .quick-links ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #53c0d0;
}

footer .quick-contact ul {
    padding-left: 0px;
}

footer .quick-contact ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    list-style: none;
}

footer .quick-contact ul li i {
    position: absolute;
    left: -5px;
    top: 4px;
    color: #53c0d0;
}

footer .quick-contact ul li:last-child {
    margin-bottom: 0px;
}

.inner-header {
    background-image: url(../img/inner-header.webp);
    background-size: cover;
    padding: 10vh 0vh 13vh 0vh;
    text-align: center;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.inner-header h1 {
    color: #011659;
    font-weight: 800;
}

.inner-header h1 span {
    color: #53c0d0;
}

.bg-overlay {
    margin-top: -4.4vw;
    position: relative;
    z-index: 99;
}

.contact-wrapper {}

.contact-wrapper .contact-area {
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 11px 0px rgb(83 192 208 / 20%);
    -moz-box-shadow: 0px 0px 11px 0px rgba(83, 192, 208, 0.2);
    box-shadow: 0px 0px 11px 0px rgb(83 192 208 / 20%);
}

.contact-wrapper h4 {
    font-weight: 800;
    color: #011659;
}

.contact-wrapper h4 span {
    color: #53c0d0;
}

.contact-wrapper .contact-details h4 {
    color: #fff;
}

.contact-wrapper .contact-details {
    color: #fff;
}

.contact-wrapper .contact-details {
    background-color: #011659;
    padding: 40px 30px;
}

.contact-wrapper .contact-details ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.contact-wrapper .contact-details ul li:last-child {
    border: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.contact-wrapper .contact-details ul li {
    list-style: none;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #8a8a8a;
    padding-left: 40px;
    position: relative;
}

.contact-wrapper .contact-details ul li .icon i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    top: 20px;
    color: #53c0d0;
}

.contact-wrapper .contact-details ul li h5 {
    font-size: 17px;
}

.contact-wrapper .contact-details ul li p {
    font-size: 15px;
    line-height: 22px;
}

.contact-wrapper .contact-details ul li a,
.contact-wrapper .contact-details ul li a:hover {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.contact-wrapper .contact-details ul li .social-icons li {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    padding-top: 9px;
    padding-left: 1px;
    border-radius: 50%;
    background-color: #53c0d0;
    list-style: none;
    margin-right: 5px;
}

.contact-wrapper .contact-form {
    padding: 40px 30px;
}

.contact-wrapper .contact-form .form-control {
    border-radius: 0px;
    padding: 25px 15px;
    font-size: 14px;
}

.contact-wrapper .contact-form textarea {
    padding: 15px 15px !important;
    font-size: 14px;
}

.inner {
    background-color: #fff;
}

.services-detail-wrapper {}

.services-detail-wrapper .services-img {
    position: relative;
    -webkit-box-shadow: 0px 0px 38px 8px rgba(83, 191, 208, 0.3);
    -moz-box-shadow: 0px 0px 38px 8px rgba(83, 191, 208, 0.3);
    box-shadow: 0px 0px 38px 8px rgba(83, 191, 208, 0.3);
}

.services-detail-wrapper .services-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #011659;
    top: -30px;
    left: -30px;
}

.services-detail-wrapper .services-img::before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -25px;
    width: 100px;
    height: 100px;
    background-image: url('../img/dots.png');
    z-index: 999;
}

.services-detail-wrapper .services-img img {
    z-index: 99;
    position: relative;
}

.services-detail-wrapper h4 {
    font-weight: 800;
    color: #011659;
}

.services-detail-wrapper h4 span {
    color: #53c0d0;
}

.services-detail-wrapper h5 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.services-detail-wrapper ul {
    padding-left: 0px;
    list-style: none;
}

.services-detail-wrapper ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}

.services-detail-wrapper ul li i {
    position: absolute;
    top: 3px;
    left: -5px;
    color: #19cce6;
}