/*
 * Copyright 2011-2023 M
*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
html {
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    b
}

a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}

m a:hover,
a:focus {
    color: #3d59e8;
    text-decoration: none;
}

p {
    color: #000000;
}

.bg-f7 {
    background-color: #F7F7F7
}

.section-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sub-h {
    color: #7d7d7d;
    margin-bottom: 2rem;
    font-size: 19px;
    font-weight: 400;
}

.m-heading {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.3em;
    margin-top: .5rem;
    color: #2b3990;
    letter-spacing: -0.8px;
}

.big-h {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

.btn:hover,
.btn:focus {
    outline: none;
    color: #fff;
}

.btn {
    letter-spacing: .5px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 500;
}

.btn:hover {
    color: #fff;
}

.m-btn {
    box-shadow: inset 0 0 0 0 #3b7097;
    -webkit-transition: ease-out 1s;
    -moz-transition: ease-out 1s;
    transition: ease-out 1s;
    text-align: center;
    font-weight: 700;
    padding: 9px 13px 10px;
    font-size: 12px;
    margin: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background-color: #2b3990;
    border: 2px solid #2b3990;
}

.m-btn:hover {
    box-shadow: inset 400px 0 0 0#3b7097;
    border: 2px solid #3b7097;
}

.m-btn2 {
    cursor: pointer;
    position: relative;
    background-color: #2b3990;
    border: 2px solid #2b3990;
    text-align: center;
    font-weight: 700;
    padding: 12px 13px 8px;
    -webkit-transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    transition: ease-out .4s;
    font-size: 12px;
}

.m-btn2:hover {
    border: 2px solid #3b7097;
    background-color: #3b7097;
}

.m-text-right {
    text-align: right
}

/* Price Table */

.bg-f4 {
    background-color: #f4f9ec;
}

.m-price-table {
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.m-price-table .m-btn {
    background: #00ade2;
    border-color: #00ade2;
}

.m-price-table:hover .m-price,
.m-price-table:hover .main-i {
    -webkit-transition: ease-out .5s;
    -moz-transition: ease-out .5s;
    transition: ease-out .5s;
}

.m-price-table .m-price-title {
    text-align: center;
    font-size: 1.3rem;
    padding: 15px 0px;
    font-weight: bold;
    color: #00ade2;
}

.m-price-table .main-i {
    text-align: center;
    display: block;
    font-size: 50px;
    color: #2b3990;
}

.front-pack .col-lg-4:nth-child(2) .m-price-title,
.front-pack .col-lg-4:nth-child(2) .m-term {
    color: #558B2F;
}

.front-pack .col-lg-4:nth-child(2) .m-btn {
    background: #558B2F;
    border-color: #558B2F;
}

.front-pack .col-lg-4:nth-child(3) .m-price-title,
.front-pack .col-lg-4:nth-child(3) .m-term {
    color: #6A1B9A;
}

.front-pack .col-lg-4:nth-child(3) .m-btn {
    background: #6A1B9A;
    border-color: #6A1B9A;
}

.front-pack .col-lg-4:nth-child(4) .m-price-title,
.front-pack .col-lg-4:nth-child(4) .m-term {
    color: #E65100;
}

.front-pack .col-lg-4:nth-child(4) .m-btn {
    background: #E65100;
    border-color: #E65100;
}

.front-pack .col-lg-4:nth-child(5) .m-price-title,
.front-pack .col-lg-4:nth-child(5) .m-term {
    color: #AD1457;
}

.front-pack .col-lg-4:nth-child(5) .m-btn {
    background: #AD1457;
    border-color: #AD1457;
}

.front-pack .col-lg-4:nth-child(6) .m-price-title,
.front-pack .col-lg-4:nth-child(6) .m-term {
    color: #283593;
}

.front-pack .col-lg-4:nth-child(6) .m-btn {
    background: #283593;
    border-color: #283593;
}

.m-price-table .m-price {
    text-align: center;
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0px 0px 10px;
    color: #020202;
    font-weight: 800;
}

.m-price-table .m-term {
    text-align: center;
    font-size: 1.3rem;
    color: #00ade2;
    font-weight: 400;
}

.m-price-table .table {
    margin-top: 40px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 4rem;
}

.m-price-table .table tr {}

.m-price-table .table tr th {
    color: #323232;
    font-weight: 600;
    width: 50%;
    border-top: 1px solid #6a6a6a;
}

.m-price-table .table tr td {
    color: #323232;
    width: 50%;
    font-weight: 600;
    border-top: 1px solid #6a6a6a;
}

.m-price-table .btn-price .btn {}

.m-price-table .ct-bt-g {
    display: block;
    position: absolute;
    bottom: 0;
    left: 32%;
}

.m-price-table-border {
    border-top: 7px solid #2b3990;
}

/* top bar */

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid rgba(132, 132, 132, .15);
}

.top-bar .top-social {
    list-style: none;
    display: inline-flex;
    border-left: 1px solid rgba(132, 132, 132, .15);
    border-right: 1px solid rgba(132, 132, 132, .15);
}

.top-bar .top-social li a {
    padding: 7px 14px;
    line-height: 28px;
    display: block;
    transition: .25s;
    border-right: 1px solid rgba(132, 132, 132, .15);
    text-align: center;
    font-size: 13px;
}

.top-bar .top-social li a:hover {
    opacity: .8;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    color: #3EBDEB;
}

/* top-info */

.top-bar .top-info {
    list-style: none;
    display: inline-flex;
    border-left: 1px solid rgba(132, 132, 132, .15);
    border-right: 1px solid rgba(132, 132, 132, .15);
}

.top-bar .top-info li a {
    padding: 7px 14px;
    line-height: 28px;
    display: block;
    border-right: 1px solid rgba(132, 132, 132, .15);
    text-align: center;
    font-size: 17px;
}

.top-bar .top-info li a:hover {}

.top-bar .top-info li a span {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.top-bar .top-info li a:hover span {
    color: #3EBDEB;
}

.top-bar ul {
    margin-bottom: 0px;
}

.top-bar ul li a {
    color: #2b3990;
}

.top-bar ul li i {
    vertical-align: middle;
    padding-right: 4px;
}

/* Navbar */

.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #2b3990;
    font-weight: 500;
    padding: 20px 15px;
}

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

.navbar-light.is-sticky .navbar-brand img {
    width: 50px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3b7097;
}

.navbar-light .nav-item .dropdown-menu {
    padding: 12px;
}

.navbar-light .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #262626;
    opacity: 1;
}

.navbar-light .navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #2b3990;
    border-radius: 7px;
}

.dropdown-toggle::after {
    content: "\ea99";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    text-transform: none;
    white-space: nowrap;
    vertical-align: -.10em;
}

.navbar-light .nav-item .m-btn {
    margin-left: 15px;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

/* Main Banner */

.m-delay {
    animation-delay: 1s;
}

.main {
    position: relative;
}

.main .slider-content {
    position: relative;
    z-index: 5;
    margin-top: 25%;
    display: block;
    animation-duration: 2s;
}

.main .slider-content h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    line-height: 1.3;
}

.main .slider-content p {
    color: #fff;
    font-weight: 400;
}

.main .slider-content a {
    padding: 17px 24px 12px;
}

.main .owl-carousel {
    position: relative;
}

.main .owl-carousel .item {
    height: 679px;
}

.main .owl-carousel .slide-1 {
    background-image: url(../../site_assets/img/slide1.jpg);
}

.main .owl-carousel .slide-2 {
    background-image: url(../../site_assets/img/slide2.jpg);
}

.main .owl-carousel .slide-3 {
    background-image: url(../../site_assets/img/slide3.jpg);
}

.main .owl-carousel .item {
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: right; */
    background-position-y: center;
    position: relative;
}

.main .owl-carousel .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000052;
}

.main .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.main .owl-theme .owl-dots {
    position: absolute
}

.main .owl-theme .owl-nav {
    margin-top: 0px;
}

.main .owl-dots .owl-dot.active:before {
    border-color: #feb406;
    color: #fff
}

.main .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.main .owl-theme .owl-dots .owl-dot.active span {
    background: #3d59e8;
}

.main .owl-theme .owl-dots .owl-dot:hover span {
    background: #7c91ff;
}

.main .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    display: none;
}

.owl-theme .owl-nav {}

.main .owl-carousel .owl-nav button.owl-next,
.main .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    border: none;
    font: inherit;
    width: 41px;
    height: 41px;
    position: absolute;
    font-size: 26px;
    line-height: 36px;
    top: 40%;
    border: 2px solid rgba(255, 255, 255, .25);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.main .owl-carousel .owl-nav button.owl-prev {
    left: 3%
}

.main .owl-carousel .owl-nav button.owl-next {
    right: 3%
}

.main .owl-carousel .owl-nav button.owl-prev i {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.main .owl-carousel .owl-nav button.owl-prev:hover i {
    padding-right: 5px;
}

.main .owl-carousel .owl-nav button.owl-next:hover i {
    padding-left: 5px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.main .owl-carousel .owl-nav button.owl-next:hover,
.main .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
    border: 2px solid rgb(255 255 255);
}

.owl-dot:before {
    display: block;
    opacity: 0.3;
    border-bottom: 1px solid #919191;
    font-size: 12px;
    font-weight: 600;
    width: 50px;
    padding: 12px 5px;
}

.main-top {
    color: #3d59e8;
    font-size: 1.2rem;
}

.main-heading {
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 300;
    text-transform: capitalize;
}

.sub-heading {
    font-size: 1.2rem;
    color: gray;
    line-height: 1.8rem;
    font-weight: 100;
}

.left-gray-content {
    padding: 4rem 2rem
}

/* Feature */

.m-feature {
    border-bottom: 1px solid #eaeaea;
}

.m-feature .feature-box .media i {
    font-size: 20px;
    color: #262626;
}

.m-feature .feature-box {
    display: inline-flex;
    padding-top: 35px;
    padding-bottom: 35px;
}

.m-feature .feature-box .media-body {
    flex: inherit;
}

.m-feature .feature-box .media h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 3px;
    padding-top: 3px;
    color: #262626;
}

.m-coll .nav-link.active {
    border-bottom: 2px solid #2b3990;
}

#main_nav .nav-link:hover .feature-box .media h2,
#main_nav .nav-link:hover .feature-box .media i {
    color: #2b3990;
    transition: .2s ease;
}

/* Feature Section */

.video-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    width: 100px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    transition: .2s ease-out !important;
    margin-top: -50px;
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
    background: 0 0;
    border: 4px solid #fff;
    box-sizing: border-box;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.video-play-button:hover {
    border: 46px solid #fff !important;
}

.video-play-button:hover i {
    color: #000;
}

.video-play-button i {
    width: 26px;
    height: 31px;
    font-size: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .2s ease-out !important;
    transform: translate3d(-50%, -50%, 0);
}

.eclipse-1 {
    border-radius: 500px 500px 0px 0px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .1);
    float: right;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
}

.eclipse-1:hover {
    border-radius: 500px 500px 0px 0px;
}

.eclipse-2 {
    border-radius: 500px 500px 0px 0px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    float: left;
}

.eclipse-2:hover {
    border-radius: 500px 500px 0px 0px;
}

.right-con-div {
    width: 80%;
    margin-left: 10%;
}

.s-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.s-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: .5rem;
    font-size: 16px;
    color: #7E7E7E;
}

.s-list li:before {
    position: absolute;
    content: "\f00e";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    color: #2b3990;
    left: 0;
}

.icon-top-h {
    color: #2b3990;
    font-size: 3rem;
    margin-bottom: 2rem;
    display: block;
}

.m-feature-p {
    color: #000000;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    width: 90%;
}

/* Why Us Section */

.why-us {
    background-color: #f4f9ec;
}

.rgl-p {
    width: 80%;
    text-align: justify;
}

.why-us .sub-h {
    color: #7d7d7d;
    margin-bottom: 2rem;
    font-size: 19px;
    font-weight: 400;
}

.why-us .m-heading {
    margin-bottom: 50px;
}

.service-grid_v3.style1 .service-wrapper {
    padding: 40px;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    border-bottom: 3px solid #fff;
}

.service-grid_v3.style1 .service-wrapper:hover {
    box-shadow: 0 44px 98px 0 rgba(0, 0, 0, .12);
    border-bottom: 3px solid #2b3990;
}

.service-grid_v3.style1 .service-wrapper>div {
    margin: 0;
}

.service-grid_v3.style1 .service-wrapper>div .service-description {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 24px;
}

.service-grid_v3.style1 .service-wrapper h4 {
    color: #262626;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.service-grid_v3.style1 .service-wrapper h4 a {
    color: #142e5d;
}

.service-grid_v3.style1 .service-wrapper .service-box-icon {
    margin-bottom: 30px;
}

.service-grid_v3.style1 .service-wrapper .service-box-icon i {
    color: #2b3990;
    font-size: 2.5rem;
}

.services-box .list-inline {
    margin-bottom: 10px;
    margin-top: 0px;
}

.services-box .list-inline li a i {
    font-size: 16px;
    color: #2b3990;
    vertical-align: baseline;
}

.services-box .list-inline li a {
    font-size: 15px;
    color: #2b3990;
}

.services-box .list-inline li a:hover {
    color: #2b3990;
}

.service-grid_v3.style1 .service-wrapper .service-box-icon,
.service-grid_v3.style1 .service-wrapper .service-readmore {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.service-grid_v3.style1 .service-wrapper .service-readmore a {
    font-size: 14px;
    text-transform: uppercase;
    color: #e4353a;
    font-weight: 700;
    position: relative;
}

.service-grid_v3.style1 .service-wrapper .service-readmore a:before {
    background: #e4353a;
    content: "";
    width: 20px;
    height: 1px;
    right: -40px;
    position: absolute;
    top: 10px;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    z-index: 1;
}

.service-grid_v3.style1 .service-wrapper .service-readmore a:hover:before {
    width: 30px;
}

.m-service-margin {
    margin-bottom: 0px;
}

/* service sec */

.service-sec {}

.sub-h2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #7d7d7d;
    font-size: 19px;
    font-weight: 400;
}

.services-box {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.services-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-box .icon {
    border-radius: 6px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 215px;
    width: 100%;
}

.services-box .icon a {
    height: 215px;
    display: block;
    width: 100%;
}

.services-box .icon img {
    border-radius: 6px;
    object-fit: cover;
    height: 215px;
    width: 100%;
}

.services-box h3 a {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: .5px;
    color: #262626;
    font-weight: 700;
}

.services-box h3 a:hover {
    color: #2b3990
}

.services-box p {
    margin-bottom: 20px;
}

.services-box .read-more-btn {
    color: #262626;
    font-weight: 500;
}

.services-box .read-more-btn:hover {
    color: #2b3990
}

.services-box .read-more-btn:hover i {
    padding-left: 3px;
    transition: -webkit- .2s cubic-bezier(.38, .32, .36, .98) 0s;
    -o-transition: .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: .2s cubic-bezier(.38, .32, .36, .98) 0s, -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
}

.services-box a i {
    vertical-align: middle;
    font-size: 25px;
}

.m-service-margin {
    margin-bottom: 0px;
}

.services-box .se-content {
    padding: 15px;
    padding-top: 20px;
}

/* testimonial */

.featured-prop {
    background-color: #f4f9ec;
}

.client-review {
    background: #fff;
    padding: 50px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.client-review .user-image {}

.client-review .user-image img {
    width: 45px !important;
    height: 45px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

.client-review .user-title-content {}

.client-review .user-title-content h6 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 700;
}

.client-review .user-title-content p {
    color: #7d7d7d;
    font-size: 15px;
}

.client-review .client-des {
    color: #7d7d7d;
    font-size: 15px;
}

.featured-slider .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}

.owl-stage-outer {
    overflow: visible;
}

.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-item.active {
    opacity: 1;
}

.featured-slider .owl-nav {
    display: block !important;
}

button:focus {
    outline: 0px dotted;
    outline: none;
}

.featured-slider .owl-nav button {
    display: block;
    font-size: 1.5rem !important;
    line-height: 1.7em !important;
    padding-top: 7px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent !important;
    z-index: 99;
    border: 2px solid rgba(0, 0, 0, .2) !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.featured-slider .owl-nav button:hover .icofont-long-arrow-left {
    padding-right: 5px;
}

.featured-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: #262626;
}

.featured-sliders .owl-nav .owl-next,
.featured-slider .owl-nav .owl-prev {
    top: 58%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.featured-slider .owl-nav button:hover {
    border: 2px solid #262626 !important;
}

.featured-slider .owl-nav .owl-prev {
    left: 15px;
}

.featured-slider .owl-nav .owl-next {
    right: 15px;
}

.featured-slider .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -100px;
    right: -1.5em;
    margin-top: -1.65em;
}

.featured-slider .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -100px;
    margin-top: -1.65em;
}

/* Product section */

.product-box {
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    text-align: center;
}

.product-box img {}

.product-des {
    padding: 30px;
    padding-top: 20px
}

.product-des h5 a {
    color: #262626;
    font-weight: 700;
    font-size: 20px;
}

.product-des h5 a:hover {
    color: #2b3990;
}

.product-des p {
    color: #262626;
    font-size: 22px;
    font-weight: 400;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.product-des .m-btn {
    background-color: #fff;
    color: #2b3990
}

.product-des .m-btn:hover {
    color: #fff;
}

/* Step section */

.step-sec {}

.step-box {
    text-align: center;
    position: relative;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.step-box h5 {
    color: #3b7097;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    padding-top: 50px;
}

.step-box p {
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}

.divider-line:before {
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(132, 132, 132, .2);
    top: 22px;
    right: 75%;
}

.divider-line:after {
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(132, 132, 132, .2);
    top: 22px;
    left: 75%;
}

.step-box:hover .pss-step-number {
    transform: scale(1.2);
}

.pss-step-number {
    display: block;
    margin-bottom: 0;
    top: 10px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #2b3990;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.pss-step-number:after {
    width: 60px;
    height: 60px;
    top: -10px;
    margin-left: -28px;
    opacity: .4;
    background-color: #2b3990;
    z-index: 1;
    margin-left: -9px;
    top: -10px;
    background: #2b3990;
    position: absolute;
    border-radius: 100%;
}

.pss-step-number:before {
    content: '';
    width: 36px;
    height: 36px;
    background: #2b3990;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    -webkit-transition: .3s cubic-bezier(.3, .58, .55, 1);
    transition: .3s cubic-bezier(.3, .58, .55, 1);
    width: 80px;
    height: 80px;
    opacity: .2;
    margin-left: -40px;
    top: -19px;
    z-index: 0;
}

.pss-step-number span {
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #fff;
    line-height: 41px;
    display: block;
    background: #2b3990;
    border-radius: 100%;
    z-index: 2;
    font-size: 17px;
}

/* form section */

.m-form .form-control {
    background-color: #f4f9ec;
    border: 0;
    outline: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    font-size: 14px;
}

.m-textarea {
    height: 100px !important;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none
}

.logo-slider {
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo-slider .item img {
    width: auto !important;
    margin-top: 30px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: .4;
    cursor: pointer
}

.logo-slider .item img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

/* footer */

.ft-logo {
    width: 100px;
}

.ft-slog {
    margin-top: 15px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
}

.mani-s {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 408.2px;
}

.m-footer {
    background-color: #fbfbfb;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.m-footer .footer-middle {
    padding-top: 75px;
    padding-bottom: 50px;
}

.m-footer .footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m-footer .footer-link-list li a {
    position: relative;
    color: #00ade2;
    margin-right: 30px;
    font-size: 15px;
    margin-bottom: 10px;
}

.m-footer p {
    color: #213a8f;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}

.m-footer h6 {
    color: #213a8f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right
}

.footer-social-list a {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    transition: .2s;
}

.footer-social-list a:hover {
    color: #2b3990
}

.footer-widget .footer-link-list li a {
    padding-bottom: 6px;
}

.footer-widget {
    margin-top: 10px;
    padding-bottom: 25px;
}

.footer-bottom {
    margin-bottom: 0px;
    margin-top: 0;
    padding: 22px 0;
    width: 100%;
    border-top: 1px solid rgb(33 58 143);
}

.footer-bottom p {
    margin-bottom: 0px
}

.footer-bar {
    border-bottom: 1px solid rgba(132, 132, 132, .17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}

.m-footer .footer-link-list li a:after {
    content: "";
    transition: .2s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    height: 2px;
    width: 0;
    bottom: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
}

.m-footer .footer-link-list li a:hover:after {
    width: 100%;
    background: #2b3990;
}

/* inner jumbo */

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

.video-heading {
    font-weight: 900;
    font-size: 3rem;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.abt-bx hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.abt-bx .sub-h {
    font-size: 17px;
}

.abf-box {
    margin-top: 1rem;
}

.abf-box i {
    color: #2b3990;
    font-size: 3rem;
}

.abf-box p {
    font-size: 1.1rem;
    margin-top: 1.2rem;
    font-weight: 700;
}

/* about left-right img section */

.empty-box {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: center center;
}

.bg-img-left {
    background-image: url(../../site_assets/img/bg-left.jpg);
}

.bg-img-right {
    background-image: url(../../site_assets/img/bg-right.jpg);
}

.europe {
    background-image: url(../../site_assets/img/europe.jpg);
}

.bg-text-right {
    padding-top: 100px;
    padding-bottom: 100px;
}

.left-icon-box {
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.left-icon-box i {
    position: absolute;
    left: 25px;
    font-size: 48px;
    color: #2b3990;
}

.left-icon-box .left-icon-content {
    position: relative;
    padding-left: 60px;
}

.left-icon-box .left-icon-content h5 {
    font-weight: 700;
}

.left-icon-box .left-icon-content p {
    color: #7d7d7d;
    font-size: 17px;
    line-height: 1.4;
}

.left-icon-box:hover {
    background-color: #2b3990;
}

.left-icon-box:hover i,
.left-icon-box:hover h5,
.left-icon-box:hover p {
    color: #fff;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('../../site_assets/img/inn-jumbo.jpg') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}

.inn-jumbo {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inn-jumbo.news-jumbo {
    background-image: url(../../site_assets/img/news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-jumbo h4 {
    margin-top: 20px;
    color: #2b3990;
    font-weight: 700;
}

.inn-jumbo.news-jumbo img {
    position: relative;
    z-index: 4;
}

.inn-jumbo h1 {
    font-size: 3rem;
    font-weight: 700;
}

.inn-jumbo p {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.inn-jumbo .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

.inn-jumbo .breadcrumb {
    background-color: transparent;
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.inn-jumbo .breadcrumb a {
    color: #6c757d;
}

.inn-jumbo .breadcrumb-item.active {
    color: #000;
}

.contact-jumbo {
    background-image: url(../../site_assets/img/contact-classic.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.contact-jumbo h1,
.contact-jumbo p,
.contact-jumbo .breadcrumb a,
.contact-jumbo .breadcrumb-item.active {
    color: #fff;
}

.contact-jumbo .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

/*login & register */

.login-page {
    background-color: rgb(121 121 100);
    padding: 100px 50px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.login-page:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background-image: url('https://tri-pocket.in/web_assets/img/about/bannerss.png')!important;
    background-size: cover;
    /*background-color: #000000;*/
    opacity: 0.8;
    z-index: 2;
}

.login-page .container {
    z-index: 5;
    position: relative
}

.login-page video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.login-h {
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.3;
}

.login-form {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.login-form .form-check-label {
    color: #fff;
}

.login-form h1 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.login-form a {
    color: #00ade2;
}

.login-form p {
    color: #fff;
    margin-bottom: 2rem;
}

.login-form .form-control {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
    border: 0;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: inherit;
    letter-spacing: 0;
    outline: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    text-align: left;
    font-family: inherit;
    color: #2b3990;
    background-color: #F5F5F5;
    border-radius: 6px;
}

.login-form .m-btn {
    border-radius: 6px;
    padding: 12px 40px 10px;
    font-size: 13px;
}

.link-p {
    margin-bottom: 0px !important;
}

/* Accordian */

.faq-tab .nav-pills {
    display: flex;
    justify-content: center;
}

.faq-tab .nav-pills .nav-link.active,
.faq-tab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2b3990;
    box-shadow: 1px 3px 8px #c7c7c7;
}

.faq-tab .nav-pills .nav-item {
    width: 19.2%;
    text-align: center;
    margin-right: 1%;
}

.faq-tab .nav-pills .nav-link {
    background-color: #fafafa;
    padding-bottom: 20px;
    color: #484848;
    padding-top: 20px;
    box-shadow: 1px 3px 8px #dcdcdc;
}

.faq-tab .nav-pills .nav-link i {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: 0;
}

.accordion .card {
    margin-bottom: 1.3rem;
    border-radius: .25rem;
    box-shadow: 0 25px 98px rgba(0, 0, 0, .1);
    border: 0px solid;
}

.accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.grid-margin {
    margin-bottom: 0.625rem;
}

.accordion .card .card-header h5 {
    font-size: 16px
}

.accordion .card .card-header a {
    position: relative;
    display: block;
    padding: 1.5rem;
    cursor: pointer;
}

.accordion .card .card-header:hover a {
    color: #2b3990
}

.accordion .card .card-header h5 {
    position: relative
}

.accordion .card .m-ico {
    position: absolute;
    right: 20px;
    top: 40%;
    font-size: 14px;
}

.accordion .card .card-body p {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
}

.accordion .card .card-body {
    padding-top: 0px;
}

.faq-side {
    padding: 20px;
}

/* trading slider */

.tv-widget-ticker__item:after {
    background: #a3a3a3 !important;
}

:root {
    --tl: calc(960px - 100%);
    /* transition length */
}

.container-outer {
    max-width: 100%;
    /* update the width of the display contaier as per your requirement */
}

.container-width {
    width: 3000px;
    /* Total width of the whole iframe, based on the number of tickers displaying */
    animation: marquee 20s linear infinite;
}

.container-width:hover {
    animation-play-state: paused
}

.container-outer {
    margin: 0 auto;
    position: relative;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
}

.container-inner {
    /*
  overflow-x: auto;
  overflow-y: hidden;
  */
    height: 100px;
    margin-top: -1px;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(var(--tl), 0);
    }
}

/* advantages sec */

#advantages {
    background-color: #fbf8f9;
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
}

#advantages .teaser {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    position: relative;
    margin-bottom: 35px;
}

.teaser i {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 32px;
    margin-bottom: 20px;
}

#advantages .teaser:hover i {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.3s cubic-bezier(0.52, 1.25, 0.61, 1.89) 0s;
    transition: all 0.3s cubic-bezier(0.52, 1.25, 0.61, 1.89) 0s;
}

.teaser .highlight i {
    color: #bf3654;
}

.teaser .highlight2 i {
    color: #fab915;
}

.teaser .highlight3 i {
    color: #f58770;
}

#advantages .teaser a {
    color: #3b7097;
}

/* team page */

.subt-h {
    color: #00ade2;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.ceo-pd li i {
    color: #2b3990;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 4px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
}

.ceo-pd li {
    color: #00ade2;
    font-weight: 500;
}

.c-des {
    font-weight: 500;
    color: #00ade2;
    font-size: 17px;
}

.ceo-name {
    font-size: 27px;
    margin-bottom: 15px;
    color: #2b3990;
}

.t-title {
    font-size: 27px;
    margin-bottom: 10px;
    color: #2b3990;
}

.ceo-img {
    border: 10px solid #e8e8e8;
}

.ceo-img img {
    width: 100%;
}

.our-team {
    padding: 15px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    box-shadow: 1px 1px 10px #e1e1e1;
    margin-bottom: 30px;
    width: 100%;
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e3e3e3;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team P {
    font-size: 13px;
    margin-bottom: 0px;
    color: #4e5052;
}

.our-team:hover .pic:before {
    height: 100%;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #213a8f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 0px;
}

.our-team .title {
    font-size: 20px;
    font-weight: 700;
    color: #213a8f;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #00ade2;
    text-transform: capitalize;
    margin-bottom: 6px;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.blog-pagination .pagination {
    display: inline-flex
}

.pagination li span,
.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li.active span {
    background: #2b3990;
    color: #fff;
    border: 1px solid #2b3990;
}

.pagination li.disabled span {
    background: #fff;
    color: gray;
}

.blog-pagination .pagination .page-link {
    color: #2b3990;
}

.blog-pagination .pagination .page-item.active .page-link {
    background-color: #2b3990;
    border-color: #2b3990;
    color: #fff;
}

.blog-detail .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

.blog-detail img {
    width: 100%
}

.blog-detail .breadcrumb {
    background-color: transparent;
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.blog-detail .breadcrumb a {
    color: #6c757d !important;
}

.blog-detail .breadcrumb-item.active {
    color: #000;
}

.blog-detail .blog-heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.blog-detail-inline .list-inline {
    margin-bottom: 3rem;
    margin-top: 0px;
}

.blog-detail-inline .list-inline li a i {
    font-size: 16px;
    color: #2b3990;
    vertical-align: baseline;
}

.blog-detail-inline .list-inline li a {
    font-size: 15px;
    color: #00ade2;
}

.blog-detail-inline .list-inline li a:hover {
    color: #232323;
}

.blog-detail .main-img {
    margin-bottom: 2rem
}

.blog-detail p {
    color: #1e1e1e;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
}

.roadmap-sec {
    border-bottom: 10px solid #f1f2f2;
}

.fb-button {
    position: fixed;
    bottom: 50%;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-size: 32px;
    border-radius: 100px;
    background: #4267B2;
    color: #fff;
    z-index: 5;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 1px 1px 6px gray;
}

.fb-button:hover {
    background: #26488d;
    color: #fff;
}

/* Media Queries */

@media (min-width: 991px) {
    .service-grid_v3.style1 .service-wrapper .service-content {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        margin-bottom: -100px;
    }
    .service-grid_v3.style1 .service-wrapper>div {
        -webkit-transition: transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .service-grid_v3.style1 .service-wrapper:hover>div {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    .service-grid_v3.style1 .service-wrapper:hover>div .service-box-icon {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .service-grid_v3.style1 .service-wrapper:hover>div .service-content {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: translateY(225%);
        -moz-transform: translateY(-6%);
        -ms-transform: translateY(-6%);
        -o-transform: translateY(-6%);
        transform: translateY(-6%);
    }
}

@media only screen and (max-width: 1195px) {
    .featured-slider .owl-nav .owl-next {
        right: -20px
    }
    .featured-slider .owl-nav .owl-prev {
        left: -20px
    }
    .main .owl-carousel .owl-nav button.owl-next,
    .main .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        bottom: 3%;
    }
    .main .owl-carousel .owl-nav button.owl-prev {
        right: 14%;
        left: auto
    }
    .mani-s {
        margin-bottom: auto;
    }
    .m-footer {
        position: initial;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-brand img {
        width: 50px;
    }
    #advantages {
        background: #f7f7f7;
    }
    .navbar-light .nav-item .m-btn {
        margin-bottom: 10px;
    }
    .top-bar .top-info li a span {
        display: none;
    }
    .m-footer .footer-link-list li a {
        margin-right: 15px;
    }
    .faq-tab .nav-pills .nav-item {
        width: -webkit-fill-available;
        text-align: left;
    }
    .faq-tab .nav-pills .nav-link i {
        display: initial;
        text-align: center;
        font-size: initial;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .main .slider-content h1 {
        font-size: 2.2rem;
    }
    .main .owl-carousel .item {
        height: 500px;
    }
    .sub-h2 {
        width: 100%
    }
    .logo-slider .owl-nav {
        display: none !important;
    }
}

@media only screen and (max-width: 767.5px) {
    .login-page {
        padding: 100px 0px;
    }
    .login-form {
        padding: 20px;
    }
    .featured-slider .owl-nav .owl-next {
        right: -10px
    }
    .featured-slider .owl-nav .owl-prev {
        left: -10px
    }
    .main .owl-carousel .owl-nav button.owl-prev {
        right: 25%;
        left: auto
    }
    .divider-line:before,
    .divider-line:after {
        display: none;
    }
    .footer-social-list {
        float: left;
        margin-left: 0;
        margin-top: 10px
    }
}