@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden !important;
}

div,
header,
li,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}

.mainHeader .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("../../assets/images/menu.png");
}

.mainHeader .navbar {
    background-color: #222e3a;
    padding: 10px 0px;
}

.mainHeader .navbar .navbar-toggler {
    float: right;
    background-color: #e05834;
    font-size: 14px;
    margin-top: 10px;
}

.our-banner img {
    width: 100%;
    padding-top: 30px;
}

.mainHeader .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: white;
    text-align: justify;
}

.mainHeader .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #001d35;
}

.mainHeader .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    background-color: #e05734;
    text-align: center;
    padding: 10px 0px;
    margin: 0px;
}

/* footer .set{
    display: flex;
    border: none;
    background: #FBFCFE;
    justify-content: space-between;
}

.santa {
    position: relative;
    bottom: -70px;
    right: -1350px;
    z-index: 1;
}

.xmas-tree {
    position: relative;
    bottom: -15px;
    right: 5px;
} */


header,
nav {
    display: block;
}

ul {
    list-style: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

header,
nav {
    display: block;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0f6ce2;
    text-decoration: underline;
}

a:focus,
a:hover {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

header ul li {
    display: inline-block;
    margin-right: 30px;
}

header ul li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
}

header .second-menu {
    background: #d73338;
    text-align: center;
    padding: 10px 0 12px;
    margin: 0;
    position: relative;
    z-index: 1;
}

header .second-menu li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

header .main-menu {
    margin: 5px 0 0 62px;
}

header ul.info {
    margin-top: 5px;
    position: relative;
    /* right: 0; */
}

a {
    color: #232f3b;
}

header ul li:last-child {
    margin-right: 0;
}

/* header ul.info li {
    margin-right: 10px;
} */

header ul.info li+li img {
    max-width: 12px;
}

header ul.info li a {
    font-size: 13px;
    font-weight: 600;
    vertical-align: baseline;
}

header ul.info li.chat a {
    font-size: 13px;
    font-weight: 700;
}

header ul.info li img {
    margin-right: 7px;
    max-width: 17px;
}

a:hover {
    color: #f1414d;
}

header .top {

    background: #fff;
}

header ul.info li.chat {
    position: relative;
    top: 2px;
}

header ul.info li.chat {
    position: relative;
    top: 0;
}

header .logo img {
    max-width: 80%;
}

ul {
    padding: 0;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
}

.bx-viewport {
    -webkit-transform: translateZ(0);
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
    position: RELATIVE;
    bottom: 55px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000;
}

.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(assets/images/controls.webp) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(assets/images/controls.webp) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

section {
    /* padding: 40px 0; */
    clear: both;
}

.our-banner {
    position: relative;
    margin-top: 55px;
    padding: 0;
    overflow: hidden;
}

.our-banner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.our-banner p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.our-banner.home-banner {
    align-items: center;
    clear: both;
}

a:hover {
    color: #f1414d;
}

.bxslider {
    width: 100%;
}

.our-banner .caption {
    position: absolute;
    top: 29%;
    width: 100%;
}

.bx-wrapper {
    border: 0;
    box-shadow: none;
    background: 0 0;
    width: 100%;
    margin: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: 0 0;
    border: 2px solid #fff;
}

.bx-wrapper .bx-controls-direction a {
    display: none !important;
}

p {
    color: #8a8a8a;
}

.example_c {
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border: 3px solid #ffa800;
    display: inline-block;
    transition: all .4s ease 0s;
    border-radius: 10px;
    background: #ffa800;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
}

.example_d {
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border: 3px solid #fff !important;
    display: inline-block;
    transition: all .4s ease 0s;
    border-radius: 10px;
    background: #ffa80000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.example_c:hover {
    color: #fff;
    background: #ffaa07f2;
}

.bx-pager.bx-default-pager {
    position: absolute;
    bottom: 15px;
}

.example_d:hover {
    color: #ffffffe8;
}

.caption h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.logoListing ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.logoListing ul li img {
    width: 80%;
    height: 60px;
    object-fit: contain;
}

.listingBorder {
    border-right: 1px solid #ccc;
}

.listingBorder h3 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

section.logo-bar {
    padding: 15px;
}

.logoListing ul li label {
    text-align: center;
    display: block;
    margin: 15px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.logoListing ul li {
    width: 20%;
}

.gowing_section {
    padding: 25px 0px;
}

.gowing_section .heading_growing h1 {
    font-size: 36pxpx;
    line-height: 40px;
    color: #211C5D;
    font-weight: 600;
    margin-bottom: 25px;
}

.gowing_section .content_growing p {
    font-size: 17px;
    line-height: 31px;
    color: rgb(33, 28, 93);
    font-weight: 300;
    margin-bottom: 30px;
}

.gowing_section {
    background-image: url(../images/vc_foundation.png);
    background-size: cover;
}

.growing_image img {
    animation: upDown 5s infinite;
    position: relative;
}

@keyframes upDown {
    0% {
        top: 0px;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0px;
    }
}

.growing_anchor a {
    padding-top: 21px;
    border: none !important;
    font-size: 21px;
    line-height: 21px;
    background: linear-gradient(to right, #024efe 0%, #1d9ef3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
}

.growing_anchor a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    background: transparent !important;
    -webkit-text-fill-color: #211C5D;
}

.growing_anchor a:after {
    content: '';
    width: 21px;
    height: 14px;
    background: url(../images/arrow_blue.svg);
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    right: -35px;
    bottom: 6px;
    display: flex;
    align-items: center;
}

.growing_anchor a:hover:after {
    right: -45px;
}

.growing_anchor a:after {
    transition: all 0.3s ease-in-out !important;
}

.services_section {
    padding: 20px 0px;
}

.services_section .service_heading {}

.services_section .service_heading h1 {
    font-size: 50pxpx;
    line-height: 52px;
    color: #d83637;
    font-weight: 600;
}

.services_section .service_heading p {
    font-size: 17px;
    line-height: 31px;
    color: rgb(33, 28, 93);
    font-weight: 300;
}

.services_section .home_services_slider_item {
    height: 230px;
    padding: 0px;
    border-radius: 10px;
    margin: 20px 0px;
}

.services_section .home_services_slider_item .home_services_slider_item_inner {
    height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services_section .home_services_slider_item .home_services_slider_item_inner img.bottom {
    bottom: -85%;
    left: 0;
    position: absolute;
    transition: all .3s ease-in-out;
}

.services_section .home_services_slider_item .home_slider_image {
    position: relative;
    height: 50px;
}

.services_section .home_services_slider_item .home_slider_image img {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services_section .home_services_slider_item:hover .home_services_slider_item_inner img.bottom {
    bottom: -95%;
    left: 0;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.services_section .home_services_slider_item .home_services_slider_item_inner img.top {
    top: -30%;
    right: -30%;
    position: absolute;
    transition: all .3s ease-in-out;
}

.services_section .home_services_slider_item:hover .home_services_slider_item_inner img.top {
    top: -50%;
    right: -50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services_section .home_services_slider_item .home_services_slider_item_inner img.left {
    bottom: -30%;
    left: -30%;
}

.services_section .home_services_slider_item .home_services_slider_item_inner img.top {
    top: -30%;
    right: -30%;
}

.services_section .home_services_slider_item:hover .home_services_slider_item_inner img.top {
    top: -50%;
    right: -50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services_section .home_services_slider_item:hover .home_services_slider_item_inner img.left {
    bottom: -50%;
    left: -50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services_section .home_services_slider_item .home_services_slider_item_inner img {
    position: absolute;
    transition: all .3s ease-in-out;
}

.services_section .home_services_slider_item:hover .home_slider_image img {
    bottom: 30px;
    width: 105%;
}

.home_services_slider_item_inner span {
    color: #fff;
    z-index: 40;
    position: relative;
}

.services_box_black {
    background-color: #000;
}

.services_box_blue {
    background-color: #18a3f2;
    padding: 0 !important;
}

.services_box_green {
    background-color: #32a350;
}

.services_box_red {
    background-color: #c60000;
}

.services_box_pink {
    background-color: #ff003d;
}

.services_box_darkblue {
    background-color: #0087d2;
}

.services_box_yellow {
    background-color: #fe8f2b;
}

.services_box_seagreen {
    background-color: #00bfb8;
}

.lending-img {
    max-width: 88%;
    max-height: 88%;
    margin-left: 25px;
}

.btn-dark {
    background: #27273d;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 34px;
    text-align: center;
    max-height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 24px;
    color: #fff;
    font-family: Lato, Roboto, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    transition: background-color .3s ease;
    z-index: 1000;
}

.col-half {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.js-start {
    justify-content: flex-start;
}

.js-center {
    justify-content: center;
}

.al-start {
    align-items: flex-start;
}

.btn-dark:hover {
    background: #454554 !important;
}

.btn-grey {
    background: #dd4c35;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 34px;
    text-align: center;
    max-height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 24px;
    color: #fff;
    font-family: Lato, Roboto, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
}

p.small-text {
    font-family: Lato, Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: .97222vw;
    line-height: 1.66667vw;
    letter-spacing: .2px;
    text-align: left;
    color: #373737;
}

.lines-wrap {
    background: url(../images/lines-left.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position-x: -100px;
    background-position-y: -250px;
    padding: 0px;
}

.mt0 {
    margin-top: 0;
}

#cases .col-half:last-child {
    padding-top: 80px;
}

#cases .col-half:last-child h3 {
    margin-top: 35px;
}

#cases .col-half:last-child>.small-text {
    margin-top: 19px;
    margin-bottom: 14px;
}

#cases .col-half:last-child .btn-dark {
    margin-right: 24px;
}

.main-text {
    max-width: 31.94444vw;
}

.row-author {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.row-author .small-text {
    color: #80809e;
    height: 28px;
    margin: 0 0 0 3.33333vw;
}

.row-tags {
    width: 20.83333vw;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.tag {
    background: #f3f3ff;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 12px;
    text-align: center;
    max-height: 100%;
    border-radius: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 6px;
    margin-bottom: 6px;
}

.tag a {
    font-family: Lato, Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #211C5D;
}

.swiper {
    width: 90vw;
    height: 750px;
}

.swiper-button-next,
.swiper-button-prev {
    outline: 0;
    border-radius: 20px;
    background-color: #27273d;
    width: 50px !important;
    height: 50px !important;
}

.lines-wrap .swiper-button-next:after,
.lines-wrap .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: initial !important;
}

.lines-wrap .swiper-button-prev:after {
    content: url(../images/prev.svg) !important;
}

.lines-wrap .swiper-button-next:after {
    content: url(../images/next.svg) !important;
}

.lines-wrap .swiper-button-prev {
    left: 0px;
}

.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.common-heading h2 {
    margin-bottom: 60px;
}

.common-heading>span {
    color: #211C5D;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}

.single-card-item {
    margin-top: 60px;
}

.pad-tb {
    padding-top: 75px;
    /* padding-bottom: 30px; */
}

html .mb0 {
    margin-bottom: 0;
}

.swan_span_color {
    color: #673ab7;
}

.grid .grid-item .content {
    background: -webkit-linear-gradient(315deg, #32c6f0, #00ff71);
    background: -o-linear-gradient(315deg, #32c6f0, #00ff71);
    background: linear-gradient(135deg, #32c6f0, #00ff71);
}

.grid .grid-item .content .inner-content {
    background: #fff;
}

.grid {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.grid .grid-item {
    width: 100%;
    float: left;
    padding: 0;
    box-shadow: 2px 0 55px grey;
    border-radius: 20px;
}

.grid .grid-item .content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 60px;
    padding: 2px;
    position: relative;
    z-index: 1;
}

.grid .grid-item .content::before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: -1;
}

.grid .grid-item .content .inner-content {
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    z-index: 2;
}

.grid .grid-item .content .inner-content .img-container {
    height: 390px;
    overflow: hidden;
    display: block;
    background: #f3f3f3;
}

.grid .grid-item .content .inner-content .img-container img {
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 12s;
    -o-transition: 12s;
    transition: 12s;
}

.grid .grid-item .content .inner-content .text-content {
    padding: 17px 15px 16px;
    padding-bottom: 0 !important;
}

.grid .grid-item .content:hover .img-container img {
    -webkit-transform: translateY(calc(-100% + 435px));
    -ms-transform: translateY(calc(-100% + 435px));
    transform: translateY(calc(-100% + 435px));
}

.grid .grid-item:hover .content::before {
    opacity: 0;
}

.swanky_large_heading {
    font-size: 61px;
    line-height: 70px;
    font-weight: 600;
}

.common-heading span {
    color: #d93a37;
}

section.boxsection {
    background-image: url('../images/box-section-bg.png');
    padding: 6em 0;
    text-align: center;
    background-repeat: repeat-x;
}

section.boxsection h5 {
    font-weight: bold;
    font-size: 24px;
    color: #211c5d;
    text-transform: uppercase;
}

section.boxsection h2 {
    color: #d93a37;
    font-weight: bold;
    font-size: 40px;
}

section.boxsection .box {
    margin: 15px 0px;
}

section.boxsection .boxicon {
    margin: 0 auto;
    clear: both;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.boxsection .box strong {
    font-size: 22px;
    padding: 10px 0 15px;
    display: block;
}

section.boxsection .box p {
    font-size: 17px;
    color: #000;
}

section.boxsection .box {
    background-color: #ffe7df;
    padding: 20px 26px 20px;
    min-height: 320px;
    border-radius: 5px;
}

section.boxsection .row>div:nth-child(2) .box {
    background-color: #d7f7f9;
}

section.boxsection .row>div:nth-child(3) .box {
    background-color: #d7f9e7;
}

section.boxsection .row>div:nth-child(4) .box {
    background-color: #f0f9d7;
}

section.boxsection.webserv .box {
    background-color: transparent !important;
    padding: 20px 10px;
    position: relative;
}

section.boxsection.webserv .box p {
    font-weight: 500;
}

section.boxsection.webserv .box:after {
    content: "";
    width: 140px;
    position: absolute;
    height: 50px;
    top: 18%;
    left: 80%;
    z-index: 0;
    background-image: url('../images/box-arrow-after.png');
    background-position: center;
    background-repeat: no-repeat;
}

section.boxsection.webserv .col-md-3:nth-child(4) .box:after {
    display: none;
}

.cta_section {}

.cta_section_bg {
    background-image: url('../images/cta_bg.jpg');
    background-size: cover;
    padding: 50px 50px;
    border-radius: 30px;
    background-position: right;
}

.cta_section_bg .cta_heading h2 {
    font-size: 30px;
    color: black;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 50px;
    font-weight: 400;
}

.cta_section_bg .cta_heading h2 span {
    font-weight: 700;
    display: block;
}

.cta_section_bg .cta_heading p {
    font-size: 24px;
    color: black;
    font-weight: 300;
    line-height: 40px;
}

.cta_section_bg .cta_button {}

.cta_section_bg .cta_button a {
    max-width: 354px;
    width: 100%;
    height: 52px;
    margin-top: 100px;
    margin-bottom: 10px;
    background: #1877f2;
    -webkit-box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cta_section_bg .cta_button a:hover {
    -webkit-box-shadow: 0 15px 15px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 15px 5px rgb(0 0 0 / 10%);
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.h6-line>span {
    position: relative;
    display: inline-block;
    color: #db3340;
}

.h6-line>span:before {
    position: absolute;
    content: "";
    left: -66px;
    top: 9px;
    width: 40px;
    height: 1px;
    background: #abacb2;
}

.h6-line {
    margin-bottom: 0;
    font-size: 19px;
}

section.happy-clients {
    position: relative;
    color: #585858;
    font-size: 15px;
    padding: 50px 0 140px;
}

section.happy-clients:after {
    background: url(../images/purple-vctr-cr.png) no-repeat left top;
    width: 340px;
    height: 644px;
    content: "";
    position: absolute;
    right: 0;
    top: -450px;
    z-index: 0;
}

section.happy-clients h2 {
    font-size: 50px;
    font-weight: 600;
}

section.happy-clients p {
    margin-bottom: 42px;
}

span.hd-border {
    font-size: 390px;
    color: #fff;
    text-shadow: #00000085 0px 0px 1px;
    position: absolute;
    z-index: -1;
    top: -240px;
    right: 30px;
    opacity: 0.5;
}

section.happy-clients span.hd-border {
    font-size: 250px;
    top: -100px;
}

section.happy-clients {
    padding: 5em 0;
}

section.happy-clients h6.h6-line {
    color: #ec0752;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

section.happy-clients h6.h6-line span:before {
    display: none;
}

section.happy-clients h2 {
    font-weight: bold;
    color: #000;
}

section.happy-clients p {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}

.h6-line>span {
    font-weight: bold;
    font-size: 24px;
    color: #211c5d;
    text-transform: uppercase;
}

.h6-line>span:before {
    display: none;
}

span.hd-border {
    text-shadow: #000000ba 0px 0px 3px;
}

.circle {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

span.circle {
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.text-second {
    color: #673ab7;
}

.text-l {
    text-align: left !important;
}

.common-heading>span {
    color: #211c5d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}

.light-bgs {
    background: rgba(255, 255, 255, 0.52);
    padding: 0px 30px 0px 30px;
    border-radius: 8px;
    position: relative;
}

.enquire-form {
    background: #D6FFFC;
    background: -moz-linear-gradient(top, #D6FFFC 0%, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #D6FFFC 0%, #ffeff5 100%);
    background: linear-gradient(to bottom, #D6FFFC 0%, #ffeff5 100%);
}

.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 2px solid #4f6ce1;
}

.form-block input {
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    margin: 0px 0 10px 0;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-block textarea {
    height: 100px;
    width: 100%;
    padding: 10px 15px 15px;
    margin: 0px 0 10px 0;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.help-block.with-errors {
    color: #ff5050;
    margin: 0px 0 0 10px;
    font-size: 13px;
    position: relative;
    bottom: 12px;
}

.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

.form-block p.trm i {
    padding: 5px 5px 0 0;
}

.form-block button:hover {
    background-color: #222e3a;
}

.form-block button {
    width: 100%;
}

html .mt20 {
    margin-top: 20px;
}

html .mb30 {
    margin-bottom: 30px;
}

.lady-bg {
    background: url("../images/lady1.png") no-repeat;
    position: absolute;
    top: -156px;
    height: 180px;
    width: 150px;
}

.blue-txt {
    color: #211c5d;
}

.bg4 {
    background: #f7f9fd;
    ;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.cube {
    position: absolute;
    top: 100vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #D7D4E4;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite;
}

.cube:nth-child(2n) {
    border-color: #FFF;
}

.cube:nth-child(2) {
    animation-delay: 2s;
    left: 25vw;
    top: 40vh;
}

.cube:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh;
}

.cube:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh;
}

.cube:nth-child(5) {
    animation-delay: 8s;
    left: 10vw;
    top: 85vh;
}

.holderCircle {
    margin: 0px auto;
    position: relative;
    width: 460px;
    height: 460px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 30px;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 15;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    background: #ffffff;
    color: #3A3782;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    padding: 10px 15px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ccc;
}

.dotCircle .itemDot img {
    width: 80%;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 40px;
    bottom: 40px;
    width: 80%;
    height: 80%;
    border: 8px dashed #e1e6fa;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

h2.title {
    font-size: 26px;
    font-weight: 600;
    color: #d73338;
    line-height: 28px;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: #d93b37;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 160px !important;
    height: 160px;
    position: relative;
    border-radius: 50px;
    color: #222222;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    flex-direction: column;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.title-box p {
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0;
}

.puzzle_input {
    font-size: 17px !important;
}

.swanky_btn {
    display: inline-block;
    padding: 15px 20px;
    border: none;
    outline: 0;
    border-radius: 4rem;
    color: #fff;
    font-size: 18px;
    transition: all .8s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swanky_btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    background: #d93b37;
    border-radius: 10rem;
    z-index: -2;
}

.swanky_btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: -moz-linear-gradient(left, #2825a6 0, #601aa1 100%);
    background: -webkit-linear-gradient(left, #2825a6 0, #601aa1 100%);
    background: #222e3a;
    transition: all .8s;
    border-radius: 10rem;
    z-index: -1;
}

.swanky_btn:hover {
    color: #fff !important;
}

.swanky_btn:hover:before {
    width: 100%;
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

.mainHeadingContact {
    font-weight: 700;
}


/*********************** footer ***********************/

footer {
    position: relative;
    overflow: hidden;
}

footer .footer-mid {
    position: relative;
    padding: 40px 20px 0px 20px;
    background-color: #222e3a;
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
}

footer .footer-mid .footer-logo .footer-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

footer .footer-mid .services {}

footer .footer-mid .services .ul-head {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #D83737;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

footer .footer-mid .services p {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    padding: 0;
    display: block;
    transition: all 0.2s ease-in-out;
    width: 78%;
    line-height: 28px;
}

footer .footer-mid .ftr-ul {
    padding: 0;
    margin: 0;
}

footer .footer-mid .ftr-ul .ul-head {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

footer .footer-mid .ftr-ul .li {
    position: relative;
    padding: 0x;
}

footer .footer-mid .ftr-ul .li .anchor {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    /* text-transform: capitalize; */
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    transition: all 0.2s ease-in-out;
}

footer .footer-mid .ftr-ul .li .anchor:hover {
    color: #cc0c19;
}

footer .footer-mid .ftr-contact {
    padding: 0;
    margin: 0;
}

footer .footer-mid .ftr-contact img {
    width: 70%;
    /* padding-bottom: 25px; */
}

footer .footer-mid .ftr-contact p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding-top: 25px;
}

footer .footer-mid .ftr-contact .ul-head {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

footer .footer-mid .ftr-contact .cont-li {
    position: relative;
    padding: 0;
}

footer .footer-mid .ftr-contact .cont-li .contact {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 8px 0;
    padding: 0;
    display: block;
    transition: all 0.2s ease-in-out;
}

footer .footer-mid .ftr-contact .cont-li .contact:hover {
    color: #ff7f00;
}

footer .footer-mid .same-uli li {
    padding-bottom: 13px;
    /* line-height: 40px; */
}

footer .footer-mid .same-uli li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

footer .footer-mid .follow-us li h4 {
    font-size: 16px;
    color: #D83737;
    font-weight: 700;
}

footer .footer-mid .follow-us li a {
    margin-left: 15px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    background-color: rgb(155 157 162);
}

footer .footer-mid .follow-us li a i {
    font-weight: 400;
    color: #001d35;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 17px;
    background-color: white;
    border-radius: 50%;
}

footer .footer-mid .footer-last-col {
    margin-top: 20px;
    /* border-top: 1px solid white; */
}

footer .footer-mid .footer-last-col li a i {
    font-size: 20px;
    font-weight: 900;
    padding-right: 20px;
}

footer .footer-mid .ftr-ul .li .anchor {
    font-size: 16px;
    padding-bottom: 10px;
    font-family: var(--poppins-font);
}

footer .footer-mid .follow-us {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-left: -35px;
}

.last-bottom {
    border-top: 1px solid #5B5B5B;
    background-color: #222e3a;
    padding: 17px 0px 30px 0px;
}

.last-bottom p {
    color: white;
    padding: 0px;
    margin: 0px;
    font-family: var(--poppins-font);
    font-size: 13px;
}

footer li.soical-icons-footer {
    position: relative;
    top: -5px;
}


/*********************** footer close ***********************/

.logo_heading {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 65px;
}

.logo_heading span {
    font-size: 25px;
    display: block;
}

.logo_heading_black {
    color: #000;
    font-size: 35px;
}

.logo_heading_black span {
    font-size: 25px;
}

.fixedHeader .second-menu {
    display: none;
}

.flx-box {
    height: 500px;
    display: flex;
    align-items: center;
}

.mn-hd {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    line-height: 50px;
    margin: 0 0 16px;
}

.slide {
    height: 500px;
}

.slide p {
    line-height: 1.4em;
    letter-spacing: 1px;
    color: #fff;
    width: 550px;
}

.slide .right-bg {
    background-size: cover;
    background-position: center;
}

/* section.mn-bann.ovr-hidden {
    margin-top: 70px;
} */

.line-height28 {
    line-height: 28px;
}

.mn-hd2 {
    font-size: 29px;
    color: #333;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px;
}

.mn-hd2:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #2196f3;
    display: block;
    margin: 20px 0 0;
}

.mn-btn2 {
    display: inline-block;
    background: #041d35;
    padding: 19px 40px;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 11px 1px #00000061;
    margin: 0 5px;
    transition: all .4s ease;
}

.mn-btn2:hover {
    background: #ff234c;
    color: #fff;
}

.contactDetail {
    display: block;
    width: 100%;
    font-size: 0;
    display: block;
    background: #fff;
    box-shadow: 0 17px 32px 0 rgba(0, 0, 0, .1);
    margin: 0px 0 50px;
    background-color: #E05834;
}

.contactDetail li {
    display: inline-block;
    position: relative;
    padding: 35px 0;
    vertical-align: top;
    text-align: center;
    width: 25%;
    border-radius: 7px;
    overflow: hidden;
}

.contactDetail li:after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 102px;
    position: absolute;
    right: 0;
    top: 50px;
}

.contactDetail li:last-child:after {
    display: none;
}

.contactDetail li h6 {
    font-size: 24px;
    font-weight: 600;
    color: #222E3A;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}

.contactDetail li h6:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 3px;
    background: #222E3A;
}

.contactDetail li p,
.contactDetail li a {
    color: white;
    font-size: 18px;
}

.contactDetail li a.socialIcons {
    margin: 0 7px;
}

.contactDetail li a:hover {
    /* color: white; */
}

.formDetail {
    padding: 40px 0 0px;
}

.formDetail textarea {
    width: 100%;
    height: 170px;
    resize: unset;
    margin-bottom: 54px;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    padding: 20px;
}

.formDetail .mn-btn2 {
    color: #fff;
    text-transform: uppercase;
}

.formDetail .field-box input {
    font-size: 16px;
    color: #5e5c68;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.formDetail .field-box input[type=submit] {
    font-size: 25px;
    color: #fff;
    height: auto;
    padding: 4px 75px;
    display: inline-block;
    width: auto;
    font-weight: 700;
    cursor: pointer;
}

.field-box {
    margin-bottom: 30px;
    font-size: 0;
}

.mn-hd2 {
    font-size: 29px;
    color: #222e3a;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px;
}

.mn-hd2:after {
    content: "";
    width: 200px;
    height: 4px;
    display: block;
    margin: 5px 0 0;
    background: #E05834;
}

.sec-pad {
    padding: 60px 0;
}

.sec-pad .extra-cntent .important-info {
    margin: 50px 0px;
}

.extra-cntent h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.extra-cntent p {
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 22px;
    color: #000;
}

ul.circle-bullet {
    margin-bottom: 40px;
}

ul.circle-bullet li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

ul.circle-bullet li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4em;
}

section.inner-banner.innerrev-banner {
    max-height: none;
    padding: 0;
    float: left;
    width: 100%;
    clear: both;
    overflow: unset;
    min-height: 280px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 110px;
}

section.inner-banner.innerrev-banner>img {
    height: 100%;
    position: relative;
    z-index: 0;
    width: 100%;
}

section.inner-banner.tin-banner.innerrev-banner .caption.inner-caption {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
}

.tin-banner .bann-head {
    top: 0;
    text-align: center;
}

.caption h1 {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #222e3a;
}


/*pricing page css start*/

.myinnersection {
    background-image: url("../../assets/images/portfolio.jpg");
    width: 100%;
    margin-top: 100px;
}

.myinnersection {
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 50px;
    height: 500px;
}

.myinnersection .textwrap h1 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 20px;
}

.myinnersection .textwrap p {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 0;
}

.myinnersection .textwrap {
    padding-top: 14%;
    text-align: center;
    position: relative;
}

section.pricingsec {
    padding: 100px 0 100px;
}

.pricingtext h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    /*font-family: var(--montserrat);*/
    letter-spacing: 1px;
    color: rgb(56 56 56);
    line-height: 40px;
}

.pricingtext h5 {
    color: #120f62;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.pricingtext p {
    /*font-family: var(--montserrat);*/
    font-size: 14px;
    line-height: 26px;
    color: #585858;
    width: 70%;
    margin: 0 auto 3%;
    display: table;
    text-align: center;
}

.pricingbox {
    background-color: #ffffff;
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    transition: 0.5s;
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
    margin: 10px 10px;
}

.pricingbox h4 {
    font-size: 26px;
    font-weight: 700;
    color: #222222;
    padding: 0% 10% 0% 0%;
    /* font-family: var(--montserrat); */
}

.pricing_price {
    font-size: 34px;
    font-weight: 700;
    color: #d62a39;
    padding: 1px 0px 26px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #d62a39;
    margin-left: 13px;
    /* font-family: 'Montserrat', sans-serif; */
}

.pricinglist {
    position: relative;
}

span.pricing_currency {
    display: inline-block;
    margin-right: 0;
    font-size: 20px;
    color: inherit;
    vertical-align: super;
    position: absolute;
    top: 6px;
    color: #d62a39;
}

span.price_decimal {
    z-index: 1;
    padding-left: 0.15em;
    vertical-align: super;
    position: relative;
    top: 0.04em;
    font-family: inherit;
    font-size: 0.625em;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}

ul.zikzag_next_bottom.zikzag_arrow-bottom {
    display: flex;
    flex-direction: column;
    padding-bottom: 19px;
    word-break: break-word;
    height: 264px;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul.zikzag_next_bottom.zikzag_arrow-bottom li {
    line-height: 2.7em;
    padding-left: calc(1em + 17px);
    /*font-family: var(--montserrat);*/
    font-size: 14px;
    color: #585858;
}

.pricing_footer {
    margin-top: 30px;
}

.pricing_content {
    color: #222222;
    padding-top: 15px;
    padding-bottom: 5px;
}

.pricingbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #d93837
        /*font-family: 'Montserrat', sans-serif;*/
        font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 20px 0 30px;
    padding: 0;
    /* background-image: linear-gradient(to right top, #e3402b, #df3f2b, #db3f2a, #d83e2a, #d43d29); */
    padding: 12px 0;
    width: 80%;
    background-color: #d93837;
}

section.pricingsec {
    padding: 100px 0 100px;
    background-image: url(../images/pricing_banner.webp);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    background-size: cover;
    background-color: #F5F5F5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-attachment: fixed;
}

ul.zikzag_next_bottom.zikzag_arrow-bottom li i {
    position: relative;
    left: -9px;
    top: 0;
    color: #211c5d;
}

ul.zikzag_next_bottom.zikzag_arrow-bottom::-webkit-scrollbar {
    width: 2px;

}

ul.zikzag_next_bottom.zikzag_arrow-bottom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

ul.zikzag_next_bottom.zikzag_arrow-bottom::-webkit-scrollbar-thumb {
    background-color: #211c5d;
    outline: 1px solid slategrey;
}

.pricingbox:hover {
    /* background-image: linear-gradient(to right top, #e3402b, #df3f2b, #db3f2a, #d83e2a, #d43d29); */
    background: linear-gradient(to right, #d93a37 0%, #e16033 100%)
}

.pricingbox:hover h4 {
    color: #fff;
}

.pricingbox:hover ul.zikzag_next_bottom.zikzag_arrow-bottom::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.pricingbox:hover .pricing_price {
    color: #fff;
    border-color: #fff;
}

.pricingbox:hover span.pricing_currency {
    color: #fff;
}

.pricingbox:hover ul.zikzag_next_bottom.zikzag_arrow-bottom li {
    color: #fff;
}

.pricingbox:hover ul.zikzag_next_bottom.zikzag_arrow-bottom li i {
    color: #fff;
}

.pricingbox:hover .pricingbtn a {
    background-color: #fff;
    background-image: none;
    color: #222e3a;
}

.pricingbox h4 span {
    display: block;
}

ul.rec-ul-sec-main li img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

/*pricing page css end*/



/*portfolio page css start*/

.websitelist ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.websitelist ul li a {
    font-size: 13px;
    border: 2px solid #de5235;
    padding: 0px 18px;
    font-weight: 500;
    color: #222e3a !important font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}

.websitelist ul li {
    margin: 0 10px;
}

.websitelist ul li a.active {
    background-color: #de5235;
    color: #fff !important;
}

.tabbox {
    display: none;
}

ul.portfolio-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

}

section.portfolio p {
    font-family: var(--montserrat);
    font-size: 14px;
    line-height: 26px;
    color: #585858;
    width: 70%;
    margin: 0 auto 10%;
    display: table;
}

li.portfolio-box {
    flex: 0 0 auto;
    width: 23.333333%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    overflow: hidden;
}

ul.portfolio-box-wrapper li img {
    width: 100%;

}

ul.portfolio-box-wrapper li a {}

ul.portfolio-box-wrapper li a:hover .overlay {
    opacity: 1;
}

ul.portfolio-box-wrapper:hover li img {
    /*object-position: bottom;*/
    /*transition: 1s all ease;*/
}

ul.portfolio-box-wrapper li a .overlay {
    /* background-color: #00000066; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 5;
    border-radius: 8px;
    opacity: 0;
    transition: all .4s ease;
    background-image: linear-gradient(to right top, #e3402bba, #df3f2bb8, #db3f2ad9, #d83e2ab8, #d43d29b3);
}

ul.portfolio-box-wrapper li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    transition: .9s all ease;
    display: block;
    cursor: pointer;
}

ul.portfolio-box-wrapper li:hover a {
    top: -100%;
    transition: .9s all ease;
}

ul.portfolio-box-wrapper {
    margin-top: 10px;
    margin-bottom: 0;
}

ul.portfolio-box-wrapper li a .overlay i {
    font-size: 30px;
    color: #fff;
}

.myinnersection {
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 50px;
    height: 500px;
}

.myinnersection .textwrap h1 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 20px;
}

.myinnersection .textwrap p {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 0;
}

.myinnersection .textwrap {
    padding-top: 17%;
    text-align: center;
    position: relative;
}

.section-heading h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--montserrat);
    letter-spacing: 1px;
    color: rgb(56 56 56);
    line-height: 40px;
}

ul.circle-bullet1 li {
    list-style: disc;
    font-size: 15px;
    line-height: 30px;
}

section.portfolio {
    padding: 100px 0 100px;
}

ul.circle-bullet1 {
    margin: 18px 20px 18px 0;
}

.mcta {
    padding: 80px 0;
    text-align: left;
    /* background: #2c214a; */
    background-image: url(../images/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-image: linear-gradient(to right top, #3e61c98a, #4636bbd1, #ec00938c, #5008ab94, #120f6257), url(../images/cta.jpg);
}

.container-custom {
    max-width: 1285px;
    margin: auto;
    padding: 0 15px;
}

.mcta h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 15px;
    font-family: var(--montserrat);
    letter-spacing: 1px;
}

.mcta p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 40px;
}

.btn-wrap a {
    background-color: #fff;
    color: #120f62;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 14px 25px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    margin: 0 8px;
}

h4.subheading {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}


/*privacy sec css start*/

.privacymain {
    position: relative;
}

.privacymain:before {
    content: "";
    position: absolute;
    background-color: #00000082;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
}

.privacymain .textwrap h2 {
    color: #fff;
}

li.li a span {
    margin: 0 41px;
}

/*privacy sec css end*/

/*portfolio page css end*/

.banner_Sec_main {
    height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.banner-btn ul li a {
    background: #f4a30a;
    color: var(--white) !important;
    padding: 5px 18px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.banner-btn ul li {
    display: inline-block;
    /* padding: 0 15px 0 0; */
}

.situation_box_sec .banner-btn ul li.chng_clr a {
    background: #222e3a !important;
    color: var(--white) !important;
}

.banner-btn ul li a:hover {
    background: var(--light_gray);
    transform: translate(0, -10px);
}

.banner_vector {
    display: flex;
}

.banner_vector {
    padding-top: 20px;
    padding-bottom: 40px;
}

.banner_vector ul li {
    display: inline;
    padding-right: 20px;
}

.banner_Sec_main .container-fluid {
    padding: 0 40px 0 290px;
}

.banner_content_sec {
    position: relative;
    top: 70px;
}

.banner_img_tab img {
    width: 100%;
}

.banner_Sec_main .container-fluid .row {
    align-items: center;
}

.banner_right_img {
    padding-top: 50px;
}

.banner_content_sec h2 span {
    color: #ce0b3c;
}

.padding_70 {
    padding: 70px 0;
}






.started_popup_sec .modal-content {
    background: #fff;
    background-size: cover;
    padding: 30px 20px 50px;
    position: relative;
    border: 0;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
}

.started_popup_sec .modal-header {
    padding: 0;
    border: 0;
}

.started_popup_sec .modal-header button {
    position: absolute;
    background: #ce0b3c;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 45px;
    opacity: 1;
    text-shadow: none;
    font-weight: 200;
    line-height: 21px;
    border-radius: 50px;
    right: 0;
    top: 0;
}

.started_popup_sec .modal-header button span {
    position: relative;
    left: -2px;
}

.started_popup_sec .modal-content:before {
    content: "";
    background: rgb(255 255 255 / 75%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    right: 0;
}


.form_head_Sec {
    text-align: center;
}

.form_head_Sec span a {
    color: #ce0b3c;
}

.form_head_Sec h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--white);
    margin-bottom: 0;
    background: #ce0b3c;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 50px;
}

.form_head_Sec h4 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.form_head_Sec h3 {
    color: #ce0b3c;
    font-size: 29px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.started_popup_sec input {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #002a6e;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec select {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #002a6e;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec textarea {
    height: 130px;
    font-size: 13px;
    padding: 15px 10px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #002a6e;
}

.started_popup_sec form {
    padding-top: 20px;
}

.btn_form input {
    background: #ce0b3c;
    color: var(--white);
    font-size: 19px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    margin-top: 20px;
}

.btn_form input:hover {
    background: var(--heading_color);
    border: 0;
}

.floating_widget {
    padding: 15px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 0 4px 4px 0;
    border-left: medium;
    box-shadow: 0 5px 17px -3px rgb(0 0 0 / 12%);
    transform: translateX(-5%);
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: auto;
    background-color: #fff;
    text-align: center;
    max-width: 100px;
    cursor: pointer;
    z-index: 1020;
    margin-top: auto;
    bottom: 0;
    height: 160px;
    display: inline-block;
    position: fixed;
    top: 0;
}

.numbers {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}

.number_big {
    font-weight: 600;
}

.number_small {
    color: #000000cc;
    font-size: 12px;
}

.ratingStars {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.ratingStars img {
    width: 100%;
}

.subheading_small {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.subheading_big {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.reviewsLogo_text {
    color: #333;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.reviewsLogo_star img {
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.reviewsLogo {
    float: left;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.reviewsLogo_star {
    display: inline-block;
    vertical-align: middle;
}

.floating_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid #ccc;
    padding-top: 3px;
}

.callusnow {
    width: 50px;
    height: 50px;
    color: #002b76;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 33px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 6px 0 12px 0;
    animation: scrollDownAnimation 0.5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
    background: #fff;
    border: solid 3px #ff402d;
}

.callusnow:hover {
    color: #ff402d;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

.footer_logo img {
    width: 50%;
    margin-bottom: 30px;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    left: -371px;
    top: -27%;
    font-size: 0;
    width: 370px;
    z-index: 9999;
}

.btns_wrap {
    position: fixed;
    left: 0;
    top: 77px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    left: -173px;
    width: 233px;
    padding: 0;
    background: #fff;
    top: 55px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 50px 50px 0;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 16px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    background: #f6402d;
    border-radius: 0 50px 50px 0;
}

.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

.btns_wrap .call_wrap {
    width: 256px;
    position: absolute;
    left: -201px;
    background: #fff;
    top: 127px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 50px 50px 0;
}

.btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

.floatbutton .clickbutton {
    border-radius: 30px 0 0 30px;
    background: #fff;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 126px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    background: linear-gradient(360deg, #d0133b, #f1492f) right: -367px;
    transform: rotate(180deg);
    top: 375px;
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    display: block;
    transform: rotate(-270deg);
    -webkit-transition: 0.4s;
    font-size: 16px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    left: -79px;
    white-space: pre;
    bottom: 122px;
    font-weight: 700;
}