html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #6D767F;
    /* color: #182027; */
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 0.4em;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    /* color: #f25f6d; */
    color: #015e63;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #7eb39d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
    line-height: 3rem;
}

h4,
.h4 {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
}

.display-1 {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.display-2 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.5;
}

.display-3 {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.5;
}

.display-4 {
    font-size: 1.6275rem;
    font-weight: 600;
    line-height: 1.5;
}

.display-5 {
    font-size: 1.2rem;
    /* font-weight: 500; */
    line-height: 1.6;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: .0625rem solid rgba(0, 0, 0, .1);
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: 10px 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn-primary {
    color: #fff;
    background-color: #015e63;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-primary:hover {
    color: #0c242f;
    border-color: #0c242f;
    background-color: transparent;
    transition: all 0.25s ease 0s;
}

.btn-secondary {
    color: #182027 !important;
    background-color: #fff;
    border: 1px solid #182027;
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
}

.btn-secondary:hover {
    color: #f25f6d !important;
    border-color: #f25f6d;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    border-color: #00C06C;
    background-color: #00C06C;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-success:hover {
    color: #fff;
    border-color: #00C06C;
    background-color: #00C06C;
}

.btn-warning {
    color: #fff;
    border-color: #ff9000;
    background-color: #ff9000;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-warning:hover {
    color: #fff;
    border-color: #ff9000;
    background-color: #ff9000;
}

.btn-danger {
    color: #fff;
    border-color: #ff9000;
    background-color: #ff9000;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-danger:hover {
    color: #fff;
    border-color: #FF3824;
    background-color: #FF3824;
}

a.underline-btn {
    text-decoration: underline;
    text-underline-position: under;
    color: #ff9000;
    border-color: #ff9000;
}

.bg-dark {
    background-color: #182027 !important;
}

.text-primary {
    /* color: #5234b7 !important; */
    color: #0c242f !important;
    text-shadow: 10px 10px 30px rgba(82, 52, 183, .3);
}

.text-default {
    color: #6D767F !important;
}

.text-black {
    color: #182027;
    text-shadow: 10px 10px 30px rgba(24, 32, 39, .2);
}

.text-green {
    color: #2FDF84;
    text-shadow: 10px 10px 30px rgba(0, 192, 108, .2);
}

.text-white {
    color: #fff;
    text-shadow: 10px 10px 30px rgba(0, 0, 0, .4);
}

.text-uppercase {
    text-transform: capitalize;
}

.fw-700 {
    font-weight: 700;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

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

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

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

.pb-80 {
    padding-bottom: 80px;
}

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

.pl-15 {
    padding-left: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

img {
    width: 100%;
}

.d-flex {
    display: flex!important;
}


/* Mega  */

.header-global .nav {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.header-global .nav li {
    padding-right: 10px;
    color: #CCD1E1;
    padding-left: 10px;
    cursor: pointer;
    border-right: 0.5px solid #6d767f;
}

.header-global .nav li:last-child {
    border-right: none;
}

.header-global .nav li a {
    color: #CCD1E1;
}

.header-global .social-handles .fa {
    font-size: 18px;
}


/* Navbar  */

.navbar-brand img {
    width: 250px;
}

.fixed-top {
    background: #fff;
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.navbar-nav .nav-item a {
    color: #6D767F!important;
    font-weight: 400;
}

.navbar-nav .nav-item a.active {
    color: #ff9000 !important;
    text-decoration: underline;
    text-underline-position: under;
}

.navbar-nav .nav-item li {
    border-bottom: 1px solid #f5f5f5;
    padding: 7px 15px;
}

.navbar-nav .nav-item li:last-child {
    border-bottom: none;
}

.navbar-nav .nav-item .dropdown-item:focus,
.navbar-nav .nav-item .dropdown-item:hover {
    background-color: #fff !important;
    color: #182027 !important;
}

.nav-link {
    padding: 8px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        border-radius: 0;
        border: none;
        border: 1px solid #f5f5f5;
        background: #ffffff;
        box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }
    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.section {
    padding: 150px 0 50px 0;
}

.icon img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 60px 30px 55px 40px;
    position: relative;
    z-index: 5;
    border: none;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}


/***  Footer ***/

.main-footer.taurus-footer {
    background: #0c242f;
    padding: 0;
}

.main-footer.taurus-footer .widgets-section {
    padding-top: 114px;
    padding-bottom: 40px;
}

.main-footer.taurus-footer .widget-title {
    color: #4c4754;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
}

.footer-bottom a {
    color: #fff;
}

.main-footer.taurus-footer .social-icon-one {
    margin-bottom: 40px;
}

.main-footer.taurus-footer .list li,
.main-footer.taurus-footer .list a {
    color: #758191;
    font-weight: 500;
}

.main-footer.taurus-footer .list a:hover {
    color: #7478fa;
}

.main-footer.taurus-footer .list a:before {
    background-color: #7478fa;
}

.main-footer .contact-info-list {
    position: relative;
}

.main-footer .contact-info-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #758191;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-footer .contact-info-list li a {
    color: #758191;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-info-list li a:hover {
    color: #7478fa;
}

.main-footer .contact-info-list li.number {
    color: #7478fa;
    margin-bottom: 15px;
}

.main-footer .downloads-widget {
    position: relative;
}

.main-footer .downloads-widget .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #e9ebff;
    font-weight: 500;
    margin-bottom: 40px;
}

.main-footer .app-btn {
    position: relative;
    float: left;
    margin-right: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #7478fa;
    font-weight: 600;
    padding: 10px 25px;
    background-color: #e5e9fb;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .app-btn i {
    position: relative;
    vertical-align: middle;
    top: -2px;
    font-size: 20px;
    margin-right: 10px;
}

.main-footer .app-btn:hover {
    background-color: #7478fa;
    color: #e5e9fb;
}

.main-footer .app-btn:last-child {
    margin-right: 0;
}

.main-footer .footer-bottom {
    position: relative;
}

.main-footer .footer-bottom .outer-box {
    position: relative;
    border-top: 1px solid #e0e6ee;
    padding: 25px 0;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #92a2b6;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    color: #758191;
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .privacy {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .privacy {
    font-size: 16px;
    line-height: 25px;
    color: #92a2b6;
    font-weight: 400;
}

.main-footer .footer-bottom .privacy a {
    color: #92a2b6;
    margin-left: 10px;
}

.main-footer .footer-bottom .privacy a:hover {
    text-decoration: underline;
}

.footer-widget a {
    color: #e9ebff !important;
}

.footer-logo .image a img {
    width: 15rem;
}

.footer-bottom {
    color: #e9ebff;
}

.footer-text {
    color: #e9ebff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #333333;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

#myBtn:hover {
    background-color: #000;
}

.carousel-inner,
.page-title {
    padding-bottom: 80px;
    /* background: linear-gradient(to right top, #194189 0%, #3B4980 25%, #8738A7 100%); */
    /* background: linear-gradient( 215deg, #c52d47 0%, #a5325c 30%, #8b366d 100%); */
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-title .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -99;
}


/*Swiper*/

.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-slider .slider-bg-position {
    background-size: cover!important;
    background-position: center center!important;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    background-image: none!important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.main-slider h2 {
    color: #fff;
    font-size: 54px;
    line-height: 59px;
    padding: 0 19%;
    text-transform: uppercase;
}

.main-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.9)
}

.main-slider .swiper-pagination-bullet-active {
    background: #0297ff
}

.service .card {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 0px 20px 20px;
    position: relative;
    z-index: 5;
    border: none;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}

.tab {
    float: left;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    width: 30%;
    /* height: 300px; */
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 700;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #e9ebff;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #e9ebff;
}


/* Style the tab content */

.tabcontent {
    padding-left: 50px;
    float: left;
    /* padding: 0px 12px; */
    /* border: 1px solid #ccc; */
    width: 70%;
    border-left: none;
}

.tabcontent img {
    border-radius: 10px;
}

#clients {
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    #clients {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    #clients {
        padding-bottom: 0;
        margin-top: 60px;
    }
}

#clients img {
    max-height: 110px;
    filter: grayscale(100%);
    transition: .2s ease-in;
    opacity: .4;
}

#clients img:hover {
    opacity: 1;
    filter: grayscale(0);
}

.clients-2 h2 {
    position: relative;
    font-size: 40px;
    line-height: 1.4em;
    color: #4c4754;
    font-weight: 600;
}

#clients.clients-2 h2 {
    padding-bottom: 30px;
    color: #454789;
}

#clients.clients-2 .text {
    margin-bottom: 20px;
    color: #6b7c93;
}

#clients.clients-2 .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #75717b;
    font-weight: 500;
    margin-bottom: 100px;
}

#clients.clients-2 img {
    max-height: 110px;
    filter: grayscale(100%);
    transition: .2s ease-in;
    opacity: .4;
}

#clients.clients-2 img:hover {
    opacity: 1;
    filter: grayscale(0);
}


/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */

@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.extending .fa-check {
    padding-right: 10px;
    color: #28425e;
}