@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb {
    background: #3bc1d7;
}

:root {
--blue: #3bc1d7;
--black: #000;
--pink: #3bc1d7;
--white: #fff;
}

li,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

header {
    background: transparent;
    position: absolute;
    width: 100%;
    transition: .5s ease-in-out;
    padding: 20px 0 10px;
    z-index: 111;
}

.logo-main-sec img {
    width: 80%;
    transition: .5s ease-in-out;
}

.logo-main-sec {
    display: flex;
    gap: 20px;
}

.logo-main-sec a {
    display: block;
    width: 50%;
}

.counter_logo {
    display: inline-block;
    width: 65%;
    padding-left: 10px;
    position: relative;
    top: 0;
}

body.hompg.main-pg.bodyClass header {
    background: white;
}

.bg_header {
    background: #5a249a;
    box-shadow: 1px 1px 5px #0000001f;
}

.book_table ul {
    white-space: normal;
}
a.live_chat_btn {
    /* border: 2px solid #fff; */
    padding: 10px 21px;
    border-radius: 32px;
    color: #fff !important;
}
.book_table ul li a.btn_custom {
    padding: 11px 33px;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    background: #aeff00;
}

.book_table ul li a.btn_custom:hover {
    background: #aeff00;
    /* background: #CA3E40; */
    color: #000;
    transition: all .3s ease-in-Out;
}

.book_table {
    text-align: right;
}

.book_table ul li {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
}

.book_table ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
a.call_btn {
    font-size: 20px !important;
    color: #292929;
    font-weight: 700 !important;
}

.book_table ul li a img {
    padding-right: 6px;
    width: 32px;
}
.banner_right_img img {position: relative;left: 12%;max-width: 668px !important;}
.book_table ul li a:hover {
    color: #ffffff;
}

.counter_logo span {
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.banner_content_sec h2 span {
    color: #ffffff;
}


.counterlist h2 {
    display: inline-flex;
    font-size: 4vmin;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
}

.counterlist span {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
    font-size: 4vmin;
}

.banner_sec_main {
      background: url(../images/Mask_Group_8.jpg) no-repeat #160748 !important;
      min-height: 741px;
      display: flex;
      position: relative;
      background-position: right;
      overflow: hidden;
}
.banner_content_sec h3 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}

.banner_content_sec h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
    padding-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0px;
    }

.banner_content_sec p {
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
}

.banner_right_img {
    text-align: center;
    position: relative;
    border-radius: 0 0 30px 30px;
    right: 102px !important;
    top: 145px;
}

img.img-fluid.team_img {
    position: absolute;
    z-index: 99;
    left: -80px;
    bottom: 70px;
}

.banner_content_sec {
    padding: 180px 50px 0 0;
}

.banner-btn ul li a {
    background: #1376bc;
    color: #fff !important;
    padding: 10px 21px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: var(--pink);
    background: #5a249a;
    border: none;
    border: 1px solid #fff;
}

.banner-btn ul li {
    display: inline-block;
    padding: 0 15px 0 0;
}

.banner-btn {
    padding-top: 6px;
}

.banner-btn-2 {
    padding-left: 0;
}

.banner_sec_main:before {
    content: '';
    position: absolute;
    width: 35%;
    height: 100%;
    left: -50px;
    background-size: 100%;
    bottom: -30px;
    background-position: bottom;
}

.banner-btn ul li a:hover {
    /*! background: #29a8e1; */
    transform: translate(0px, -10px);
    background: var(--pink);
    background: #aeff00;
    color: #000 !important;
}

.banner_sec_main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 9999;
    bottom: -5px;
}

.banner-btn ul li.chng_clr a {
    /*! background: #1376bc; */
    background: var(--pink);
    background: transparent;
    border: transparent;
    color: #ffffff !important;
    border: 1px solid #fff;
}

.banner-btn ul li.chng_clr a:hover {
    /*! background: background: var(--pink); */
    background: #aeff00;
    color: #000 !important;
}
.banner_vector {
    padding-top: 20px;
    padding-bottom: 40px;
}

.banner_vector ul li {
    display: inline;
    padding-right: 20px;
}

.banner_vector {
    display: flex;
}

.banner_vector ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_vector ul li img {
    width: 100%;
}

.banner-btn {
    text-transform: capitalize;
    display: inline-block;
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff !important;
    background-color: transparent;
    /* padding: 20px 40px 10px 0px; */
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    /* border: 1px solid #fff !important; */
}
.button-pulse {
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 2px #3bc1d7;
}
.title_block {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 35px 0;
    color: #000;
}

.title_block span {
    color: #e80a89;
    font-weight: 600;
    /*! background: var(--pink); */
    /*! background: linear-gradient(to right,#f05a28 0,#e80a89 100%); */
}

.title_block:after {
    content: "";
    width: 75px;
    height: 5px;
    background: #3bc1d7;
    position: relative;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0;
    display: block;
}

.helpedTabSec {
    padding: 50px 0 00px;
}

.helpedTabSec .title_block {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 60px;
}

.ContentTab h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    margin-left: 15px;
    color: #e80a89;
    /*! background: var(--pink); */
    /*! background: linear-gradient(to right,#f05a28 0,#e80a89 100%); */
}

ul#tabNav {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#tabNav li {
    padding: 12px;
    position: relative;
    cursor: pointer;
    border: 2px solid #fff;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    box-shadow: 0 0 20px 4px #e7ebed;
}

ul#tabNav li:before {
    display: none;
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #ff6000;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-Out;
    transform: scale(0);
}

ul#tabNav:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    top: -1px;
    height: 3px;
    background-color: #ddd;
}

.cs-content {
    display: none;
}

.ContentTab .active {
    display: block !important;
}

ul#tabNav li span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-left: 12px;
}

.ContentTab {
    background-color: #fff;
    height: 440px;
    margin: 10px 0;
    border-radius: 8px;
    padding: 0 50px 50px;
    box-shadow: 0 0 20px 4px #e7ebed;
}

.cs-content .titlePart {
    display: flex;
    align-items: center;
    font-size: 0;
    margin-bottom: 25px;
}

.cs-content .titlePart .imgWrap {
    /*! background-color: #1376bc; */
    padding: 15px;
    border-radius: 0 0 4px 4px;
    background: var(--pink);
    background: linear-gradient(to right,#f05a28 0,#e80a89 100%);
}

.titlePart .imgWrap img {
    filter: brightness(0) invert(1);
}

.cs-content .titlePart .imgWrap img {
    transition: 0.9s ease-in-out;
    transform: scale(0);
}

.ContentTab p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

ul#tabNav li.active,
ul#tabNav li:hover {
    background-color: #e80a89;
    background: var(--pink);
    background: linear-gradient(to right,#f05a28 0,#e80a89 100%);
}

ul#tabNav li.active:before,
ul#tabNav li:hover:before {
    width: 100%;
    transform: scale(1);
}

ul#tabNav li.active img,
ul#tabNav li:hover img {
    filter: brightness(0) invert(1);
}

ul#tabNav li.active span,
ul#tabNav li:hover span {
    color: #fff;
}

.cs-content.active .titlePart .imgWrap img {
    transition: 0.9s ease-In-out;
    transform: scale(1);
}

.logo_heading {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}

.logo_heading span {
    color: #0f4494;
}

.cta_section {
    position: relative;
    padding: 50px 0px;
    margin: 35px 0px;
}

.cta_section:before {
    content: '';
    position: absolute;
    background-image: url(../images/meeting-banner.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
    top: 0;
    right: 0;
    left: 35%;
    bottom: 0;
    border-radius: 25px;
    z-index: -1;
}

.cta_main {
    background: #000;
    border-radius: 25px;
    padding: 60px;
}

.cta_main h2 {
    font-weight: 700;
    color: #fff;
    font-size: 38px;
}

.cta_main p {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.cta_button ul {
    display: flex;
    align-items: center;
margin-bottom: 0px;}

.cta_button ul {}

.cta_button ul li {
    padding: 20px 20px 0px 0px;
}

.cta_button ul li a {
    transition: 0.5s all ease;
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 15px 40px;
    font-size: 16px;
}

.cta_button ul li a.quote_button {
    background: #fff;
    color: #000;
}

.cta_button ul li a.quote_button:hover {
    background: transparent;
    color: #fff;
}

.cta_button ul li a.chat_button {
    color: #fff;
}

.cta_button ul li a.chat_button:hover {
    background: #104494;
    color: #fff;
}

.portfoliowrp {
    padding: 70px 0;
    background: #f8f8f8a6;
}

.portfoliowrp .txtwrp {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
}

.portfoliowrp .navwrp {
    display: block;
    text-align: center;
    padding: 0 0 50px;
}

.portfoliowrp .navwrp ul {
    margin: 0;
    display: block;
    text-align: center;
}

.portfoliowrp .navwrp ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #292929;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid;
    cursor: pointer;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    font-family: 'Poppins', sans-serif !important;
}

.portfoliowrp .navwrp ul li.current {
    background: linear-gradient(to right, #B77BFF 0%, #B77BFF 100%);
    color: #fff;
    border: unset;
}

.portfoliowrp .port-box ul {
    margin: 0;
    display: block;
    text-align: center;
}

.portfoliowrp .port-box ul li {
    display: inline-block;
    width: 26%;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0/16%);
    border-radius: 20px;
    margin: 0 4px;
    height: 400px;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 18px;
    margin-right: 18px;
}

.portfoliowrp .port-box ul li:hover {
    transform: scale(1.1);
}

li.hk_web_height.lazy.tabs-web-dsgn:hover {
    background-position: 100%;
    transition: 3s !important;
    transform: none;
}

.tabs {
    display: none;
}

.tabs.current {
    display: block;
}

.portfoliowrp .navwrp ul li:hover {
    background: #5a249a;
    color: #fff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.upr-heading {
    color: #ec2d5e;
    font-size: 20px;
}

.main-pera {
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

.btn-1 {
    background: transparent;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    border: 1px solid;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    border-radius: 7px;
}

.btn-1:hover {
    background: unset;
    /* color: #1376bc; */
    /* border: 2px solid; */
}

.btn-2 {
    background: #b1065500;
    padding: 2px 2px;
    color: #000000;
    font-size: 18px;
    border-radius: 7px;
    /* border: 2px solid; */
    font-weight: 600;
}

.btn-2:hover {
    background: transparent;
    color: #fff !important;
}

.tabs {
    display: none;
}

.tabs.current {
    display: block;
}

.pkagwerp {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.pkagwerp .pakge-box {
    transition: all .2s ease-in;
    padding: 30px 20px 50px;
    /* border: 1px solid; */
    border-radius: 33px;
    margin: 20px 0;
    background: #F9F9F9;
    box-shadow: 0 0 10px 0px #9c93936b;
}

.pkagwerp .pakge-box:hover {
    box-shadow: 0 0 12px 1px #d2d2d2a8;
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.05);
    transition: all .2s ease-in;
    transform: scale(1.05);
    background: #5a249a !important;
}

.pkagwerp .pakge-box .pkge-name h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.pkagwerp .pakge-box .pkge-name h2 {
    font-size: 40px;
    color: #000000;
}

.pkagwerp .pakge-box .pkge-name p {
    font-size: 13px;
    /* display: none; */
}

.pkagwerp .pakge-box .detailwrp ul {
    height: 200px;
    overflow-y: scroll;
    background: #ffffff;
    padding: 12px;
    border-radius: 10px;
}

.pkagwerp .pakge-box .detailwrp ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.pkagwerp .pakge-box .detailwrp ul::-webkit-scrollbar-track-piece {
    background-color: #F1EBFF;
    -webkit-border-radius: 0;
    border-left: 1px solid #b10655;
    border: none;
}

.pkagwerp .pakge-box .detailwrp ul::-webkit-scrollbar-thumb {
    background: #B77BFF;
}

.pkagwerp .pakge-box .detailwrp ul li {
    position: relative;
    padding: 0 0 2px 25px;
    font-size: 14px;
    color: #000;
}

.pkagwerp .pakge-box .detailwrp ul li.heading {
    font-size: 18px;
    color: #b10655;
    padding: 7px 0 10px 0;
    font-weight: 500;
}

.pkagwerp .pakge-box .detailwrp ul li.heading:after {
    display: none;
}

.pkagwerp .pakge-box .detailwrp ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    color: #5a249a;
    top: 0;
}

.pkagwerp .pakge-box .btnwrp {
    display: block;
    text-align: center;
}

.pkagwerp .pakge-box .btnwrp .btn-1 {
    padding: 10px 109px;
    font-size: 15px;
    border-radius: 60px;
    background: #5a249a !important;
}

.pkagwerp .pakge-box .btnwrp .btn-2 {
    padding: 12px 13px;
    font-size: 15px;
    transition: 0.5s all ease;
}

.portfoliowrp {
    padding: 70px 0;
    background: #F9F5FF;
}

.portfoliowrp .txtwrp {
    display: block;
    text-align: center;
}

.portfoliowrp .navwrp {
    display: block;
    text-align: center;
    padding: 0 0 50px;
}

.portfoliowrp .navwrp ul {
    margin: 0;
    display: block;
    text-align: center;
}

.portfoliowrp .navwrp ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    /*! color: #1376bc; */
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid;
    cursor: pointer;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
}

.portfoliowrp .navwrp ul li.current {
    /*! background: #1376bc; */
    color: #fff;
    background: #5a249a;
}

.portfoliowrp .btnwrp {
    display: block;
    text-align: center;
    padding: 16px 0 0;
}

.tabs {
    display: none;
}

.tabs.current {
    display: block;
}

.custom_h4 {
    font-size: 33px;
    line-height: 1.55;
    font-weight: 600;
    margin-bottom: 20px;
}

.custom_p {
    font: 400 20px/1.9 sofia-pro, sans-serif;
    width: 90%;
    margin: 0 auto;
    color: #000;
}

.background_custom {
    /* background-image: url(../images/DDbanner.jpg); */
    padding-bottom: 0;
    background-color: #fff;
}

.padding-top-0 {
    padding-top: 0px;
}

.pkagwerp .pakge-box .btnwrp {
    display: flex;
    text-align: center;
    justify-content: center;
}

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

section .container {
    width: 1200px;
}

.servicestext h5 {
    font-weight: 400;
    font-size: 20px;
    color: #ea1a76;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0;
}

.servicestext h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -.04em;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: center;
    margin: 5px 0 10px;
}

.servicestext p {
    max-width: 58.5vw;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #383838;
    margin: 0 auto 4%;
    display: table;
    text-align: center;
}

.boxmain {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: -1px 0 14px 3px #ccc;
    margin: 10px 0;
    border-radius: 20px;
    padding: 7px 10px;
    align-items: center;
    justify-content: center;
    min-height: 195px;
    display: flex;
    align-items: center;
    width: 100%;
}

.boxmain img {
    width: 100%;
    
filter: brightness(0) saturate(100%) invert(75%) sepia(83%) saturate(1254%) hue-rotate(152deg) brightness(90%) contrast(87%);}

.boxmain:hover img {
    filter: brightness(0) invert(1);
}

.box4 {
    position: relative;
    top: 6px;
}

.box5 {
    position: relative;
    top: 10px;
}

.box6 {
    position: relative;
    top: 11px;
}

.boxmain:hover {
    background: background: var(--pink);
    background: linear-gradient(to right,#f05a28 0,#e80a89 100%);
}

.boxmain:hover .p-medium.is--caps {
    color: #fff;
}

.boxmain:hover .p-normal.pt-3 {
    color: #fff;
}

.is--service-item {
    width: 100%;
}

.accordion-header img {
    display: none;
}

.m1-h h5 {
    font-size: 44px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 64px;
    text-shadow: 0 3px #ce0000;
}

.m2-h h5 {
    font-size: 48px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.cta-sec {
    border-left-color: transparent;
    border-right-color: transparent;
    padding-bottom: 0px;
}

.cta-ctn h5 {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #000;
    padding-bottom: 0;
    line-height: 55px;
    text-shadow: none;
}

.cta-ctn p {
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 400;
}

.cta-sec .btn-lst {
    display: flex;
    align-items: flex-end;
}

ul.btn-lst>li {
    display: inline;
    margin-right: 25px;
    vertical-align: middle;
}

.btn-c {
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    border-radius: 999px;
    background: #1376bc;
    border: 1px solid #1376bc;
    transition: 0.5s all ease;
}

.btn-c:hover {
    color: #3bc1d7;
    border: 1px solid #3bc1d7;
    background: 0 0;
}

.btn-g {
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #1376bc;
    line-height: 22px;
    border-radius: 999px;
    background: 0 0;
    border: 1px solid #1376bc;
    transition: .5s all ease;
}

.btn-g:hover {
    color: #fff;
    background: #3bc1d7;
}

ul.btn-lst>li:last-child {
    margin-right: 0;
}

ul.btn-lst>li {
    display: inline;
    margin-right: 25px;
    vertical-align: middle;
}

video.vid {
    width: 100%;
    mix-blend-mode: multiply;
}

.btn-c img {
    width: 22px;
    transform: translateY(3px);
    margin-right: 10px;
}

.btn-c:hover img {
    filter: invert(1);
    filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(5786%) hue-rotate(328deg) brightness(102%) contrast(96%);
filter: brightness(0) saturate(100%) invert(75%) sepia(83%) saturate(1254%) hue-rotate(152deg) brightness(90%) contrast(87%);}

.reviewsCard {
    background: #f0f0f0;
    color: #989fa9;
    transition: .5s ease-in;
    margin-top: 20px;
}

.reaviewBody ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
}

.reviewsCard:hover {
    background: #fff;
    /* box-shadow: 4px 8px 25px #00000038; */
    transition: .5s ease-in;
    color: var(--five-color);
}

.reviewsCard p {
    color: var(--five-color);
}

.reviewButton {
    color: var(--five-color);
    font-weight: 700;
    border-radius: 50px;
    font-size: 11px;
    padding: 8px;
    text-align: center;
    width: 120px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.reviewCardHead {
    position: relative;
}

.bg-gold {
    background: #f5b826;
}

.bg-light-pink {
    background: #ff8171;
}

.bg-light-green {
    background: #6ce0b8;
}

.light-pink {
    color: #ff8171;
}

.gold {
    color: #f5b826;
}

.light-green {
    color: #6ce0b8;
}

p.starPara {
    font-size: 12PX;
}

.reaviewBody li a {
    color: #d6d6d6;
}

.reaviewBody li.active a {
    color: var(--five-color);
}

.mt-4 {
    margin-top: 1.5rem !important;
}

section.section6.pt-0.pt-lg-5 p {
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 15px;
}

.reviewButton {
    color: var(--five-color);
    font-weight: 700;
    border-radius: 50px;
    font-size: 11px;
    padding: 8px;
    text-align: center;
    /* width: 120px; */
    position: absolute;
    /* bottom: 10px; */
    left: 10px;
}

p.font-12 {
    color: #3e3f15;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.categoryTesti {
    margin-top: -6px;
    margin-bottom: 6px;
}

.reviewProfile img {
    width: auto !important;
    margin-top: -31px;
}

p.m-0 {
    padding-bottom: 7px;
}

.testimonialvideo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.testimonialvideosection.position-relative {
    position: relative;
}

.testimonialvideosection video {
    object-fit: cover;
}

.line-height-30px {
    line-height: 30px;
}

.font-28 {
    font-size: 28px;
}

.font-14 {
    font-size: 14px;
}

button.owl-prev,
button.owl-next {
    border: none;
    box-shadow: none;
    outline: none;
}

.main-heading {
    color: #000;
    font-size: 40px;
    padding: 0 0 30px;
    font-weight: 700;
}

.main-pera {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.selected-flag {
    outline: 0;
}

div.error {
    display: none;
}

.btmform {
    z-index: 2;
    position: relative;
    padding: 62px 0 0;
    /*! margin: 0 0 -130px; */
    /*! background: #000; */
    background: #F9F5FF;
}

.btmform .wrapper {
    /*! box-shadow: 1px 1px 18px 0 rgb(0 0 0 / 20%), 0 2px 25px -5px rgb(0 0 0 / 10%), 1px 5px 1px rgb(0 0 0 / 5%); */
    /*height: 95%;*/
    width: 100%;
    padding: 1px 0 0 0px;
    background: #F9F5FF;
    margin: 0 0 80px 0;
    position: relative;
}

.ver-cta {
    height: 100%;
    /*! background-image: linear-gradient(to right, #3bc1d72b, #3bc1d754); */
}

.ver-cta .box {
    width: 500px;
    position: absolute;
    display: flex;
    transform: rotate(90deg);
    right: -120px;
    top: 245px;
    display: none;
}

.ver-cta p {
    color: #fff;
    display: inline;
    margin: auto;
    font-size: 17px;
    padding: 0;
}

.ver-cta span {
    color: #ffc800;
    font-size: 21px;
    display: inline;
    margin: auto;
    font-weight: 500;
}

.sec-left {
    width: 83%;
}

.sec-right {
    width: 20%;
    /*! position: absolute; */
    top: 30px;
    width: 70%;
    height: 95%;
    right: 0;
    /*background-image: url(../images/laptop.png);*/
    background-repeat: no-repeat;
    left: auto;
    background-size: cover;
    /* position: relative; */
    top: -124px;
}

.second-sec-cont {
    position: relative;
}

.field {
    padding: 5px 0 10px 5px;
}

.field input,
.field select {
    background-color: #f0f0f0;
    width: 100%;
    padding: 15px 15px;
    border: 0;
    color: #9b9fa6;
}

.second-sec-cont {
    position: relative;
}

.field {
    padding: 5px 0 10px 5px;
}

.field input,
.field select {
    background-color: #FFF;
    width: 100%;
    padding: 15px 15px;
    border: 0;
    border-radius: 35px;
    color: #9b9fa6;
    border: 1px solid #9b9fa673;
    border: 1px solid #9b9fa640;
    outline: 0;
}

.field-msg {
    padding: 5px 5px 5px 0;
}

.field-msg textarea {
    background-color: #FFF;
    width: 108%;
    padding: 15px 15px;
    border: 0;
    color: #9b9fa6;
    overflow: hidden;
    border-radius: 15px;
    height: 122px;
    margin: 0;
    border: 1px solid #9b9fa640;
    resize: none;
    outline: 0;
}

.field-msg textarea:focus {
    border: 0;
}

.field-btn input[type=submit] {
    color: #fff !important;
    font-size: 16px;
    background-color: #5a249a;
    border-radius: 35px !important;
    padding: 15px 50px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    border: 0;
    margin: 10px 0 0;
    width: 100%;
    height: auto;
    padding: 14px 50px;
}

.btmform .imgwrp i {
    color: #075ac6;
    font-size: 30px;
    padding: 8px 0 0 11px;
}

.btmform .imgwrp {
    background-color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.btmform .second-sec-cont h2 {
    font-size: 32px;
    margin: -15px 0 0;
}

.intl-tel-input {
    width: 100% !important;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    color: #777 !important;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: 0 !important;
}

footer {
    background-color: #292929;
    padding: 90px 0 20px;
}

footer .logowrp ul {
    margin: 0;
    display: block;
}

footer .logowrp ul li {
    display: inline-block;
    margin-right: 20px;
}

footer .logowrp ul li a {
    color: #fff;
    font-size: 17px;
}

footer .logowrp ul li a i {
    /*! background: #3bc1d7; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 12px 0 0 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
    background: #5a249a;
    /*! background: linear-gradient(to right,#f05a28 0,#e80a89 100%); */
}

footer .logowrp img {
    width: 40%;
    margin: 0 0 30px;
}

footer .logowrp p {
    color: #fff;
    font-size: 15px;
}

footer .navwrp h4 {
    color: #fff;
    padding: 0 0 30px;
    font-size: 24px;
    position: relative;
}

footer .navwrp h4:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    bottom: 20px;
    left: 0;
}

footer .navwrp ul li {
    display: block;
    padding: 0 0 3px;
}

footer .navwrp ul li a {
    color: #fff;
    font-size: 15px;
}

footer .navwrp ul li img {
    margin: 20px 0 0;
    width: 100%;
}

.ftr-btm {
    background: #292929;
    padding: 20px 0;
}

.ftr-btm .txtwrp p {
    /*! padding: 0; */
    color: #fff;
    font-size: 16px;
    padding-bottom: 0 !important;
}

.ftr-btm .txtwrp ul {
    margin: 0;
    text-align: right;
    display: block;
}

.ftr-btm .txtwrp ul li {
    display: inline-block;
    margin: 0 0 0 30px;
}

.ftr-btm .txtwrp ul li a {
    color: #fff;
}

.logo_heading_white {
    color: #fff;
}

/*modal*/
.modal-dialog {
    max-width: 956px;
    top: 40px;
}
.m-main-div{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}
.modal-form-div .m-main-div{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
}
.modal-img img{
    width: 512px;
}
.modal-form-div label {
    margin: 5px 0;
    color: #fff;
}
.form-col-st {
    margin: 10px 30px 0 0px;
}
.col-form-div-m{
    /*background: #049033;*/
    padding: 50px 40px 10px 40px;
    min-height: 700px;
    margin: 0px 0 0 1px;
}

.modal-body{
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    height: 550px !important;
    border: 10px solid;
    border-radius: 25px;
}
.modal-form-div .btn.form-btn {
    /* height: 55px; */
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    margin-top: 11px;
    position: relative;
    width: 34%;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #5a249a;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid #ffffffad;
    }
.sub-btn-m{
    position: relative;
}
.sub-btn-m:before {
    content: '';
    background: url(../images/modal-mirror.html);
    width: 35px;
    height: 46px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 55px;
    top: -46px;
}
.modal-form-txt:after {
    content: '';
    background: url(../images/modal-pencil.html);
    width: 68px;
    height: 68px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 100px;
    top: 70px;
}
.m-main-div .form-control {
    /* height: 39px; */
    width: 365px;
    border-radius: 10px;
}
.modal-form-txt p {
    color: #fff;
    margin-bottom: 25px;
}
.modal-form-txt h2 {
    color: #fff;
}
.m-main-div input[type="checkbox"] {
    margin-top: 20px;
    /* color: #ffff; */
}
.form-col-st.check-txt a {
    color: #fff;
}
.form-col-st.check-txt {
    color: #fff;
}


#Mymodal .modal-header {
    position: absolute;
    width: 100%;
    z-index: 111;
    border: 0;
    top: -27px;
    left: 417px;
}

#Mymodal h5#exampleModalLabel {
    display: none;
}
#Mymodal button.close:focus{
    outline: none;
}
#Mymodal button.close {
    color: #02bcd4;
    opacity: 1;
    /* border: 1px solid; */
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #fff;
    font-size: 35px;
}
button.close span {
    top: -10px;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 41px;
    font-weight: 300;
    color: black;
}
div#Mymodal {
    background: rgb(232 231 246 / 32%);
}
/*modal*/
p.p-medium.is--caps {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.orangeButton{
    /* background: var(--pink); */
    background: transparent;
    border: 2px solid #fff;
}
.banner_pointer_list ul.banner_pointer_list_ul{
}

.banner_pointer_list ul.banner_pointer_list_ul li{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    }

.banner_pointer_list ul.banner_pointer_list_ul li i{
    padding-right: 10px;
    color: #ffffff;
    font-size: 17px;
    }


/*independence day modal css start*/
.independenedaymodal .modal-header {
    border: 0;
    padding: 0;
}
.independenedaymodal .modal-body {
    padding: 0 15px 0;
}
.independenedaymodal .modal-header .close {
    position: absolute;
    right: -5px;
    background-image: linear-gradient(to left, #3546b4, #2f3ea2, #293791, #232f80, #1d2870);
    z-index: 999;
    border-radius: 50px;
    opacity: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
}
.independenedaymodal .modal-dialog {
    max-width: 900px;
}
.independenedaymodal .modal-content {
    flex-direction: row;
    background-color: #ccc;
}
.independencedaybackground {
    background-image: url(../images/independence_left-img.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
}
.independenceform {
    padding: 50px 0;
}
.independenceform img {
    width: 90%;
    margin: 0 auto 3%;
    display: table;
}
.independencebox {
    background-image: url(../images/path-2.html);
    background-repeat: no-repeat;
    padding: 13px 0 14px;
    background-position: center center;
    background-size: 95% 86%;
}
.independencebox p {
    margin: 0 auto;
    display: table;
    letter-spacing: 0.66px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    width: 85%;
    font-weight: 500;
}
.independendeceform {
    padding: 0 40px 0;
}
.independencelist input {
    border: 2px solid #BFBFBF;
    border-radius: 22px 22px 0px 22px;
    width: 100%;
    height: 50px;
    padding: 0 14px;
    margin: 10px 0 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
}
.independencelist textarea {
    border: 2px solid #BFBFBF;
    border-radius: 22px 22px 0px 22px;
    width: 100%;
    height: 90px;
    padding: 9px 14px;
    margin: 10px 0 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
}
.independencelist button {
    border: 3px solid #1F309B;
    border-radius: 22px 22px 0px 22px;
    opacity: 1;
    background-image: linear-gradient(to left, #3546b4, #2f3ea2, #293791, #232f80, #1d2870);
    width: 100%;
    display: block;
    padding: 11px 0;
    letter-spacing: 1.55px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0 0;
}
.independenceimg img {
    height: 600px;
    object-fit: cover;
}
.independenedaymodal button.close span {
    top: 0;
}
.column-1 {
  width: 100%;
  padding: 10px;
}
.column-1 img {
    width: 74%;
    margin: 0 auto;
    display: block;
    /* margin-top: -90px; */
    position: relative;
    border-radius: 12px;
}
.banner_content_sec-2 h2 {
    color: #292929;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.04em;
    padding-bottom: 10px;
    text-transform: capitalize;
    }

.banner_content_sec-2 h2 span {
    color: #5a249a;
}

.banner_content_sec-2 p {
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: var(--black);
    line-height: 24px;
}

.banner_content_sec-2 {
    padding: 55px 50px 50px 0;
}
.banner_left_img {
    right: 0;
}
.banner_left_img img{
    width: 800px;
    width: 113vmin;
    padding-top: 11em;
}
.container-list-1 {display: flex;align-items: center;}

.container-list-1 ul.banner_pointer_list_ul li.first img {margin: 0 !important;width: 61px;}

.container-list-1 ul.banner_pointer_list_ul li.first {
    padding-right: 22px;
}
h3.main-heading.wow.fadeInDown {
    font-size: 18px;
    font-weight: 600;
    color: #5a249a;
}
.main-pera-2 {
    font-size: 16px;
    color: #292929;
    font-weight: 500;
    line-height: 1.3;
}
.col-img-1:before {
    content: '';
    position: absolute;
    background-image: url(images/Mask_Group_2.html);
    width: 20%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
}
.col-img-1:after {
    content: '';
    position: absolute;
    background-image: url(images/Mask_Group_3.html);
    width: 20%;
    height: 100%;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 42%;
    margin-top: -97px;
}
.container-fluid-2 {
    margin: 0 auto;
    width: 84%;
}

.container-fluid-2 .col-sm-9 {
    padding: 14px;
}

.container-fluid-2 .col-sm-3 {
    padding: 14px;
}

.container-fluid-2 .col-sm-3 a {
    background: #5a249a;
    position: absolute;
    margin: 0 auto;
    right: 0;
    padding: 10px 33px;
    color: #fff;
    border-radius: 34px;
}

.container-fluid-2 h2 {
    font-size: 40px;
}
.pkagwerp .pakge-box .pkge-name h2 span {
    font-size: 26px;
    color: #636363;
    padding-left: 10px;
    text-decoration: line-through;
}
.callus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0!important;
}
.speak h6 {
    color: #707070;
    font-size: 14px;
    padding-top: 16px;
    margin: 0;
    font-weight: 400;
}

.speak a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.pkagwerp .pakge-box:hover h4, .pkagwerp .pakge-box:hover p, .pkagwerp .pakge-box:hover h2, .pkagwerp .pakge-box:hover h2 span, .pkagwerp .pakge-box:hover h6, .pkagwerp .pakge-box:hover a,.pkagwerp .pakge-box:hover .btn-2  {
    color: #fff;
}
.banner_content_sec-3 {
    padding: 10px 50px 0 0;
}
.sec-03 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.sec-03 .row {
    justify-content: space-between;
    align-items: center;
}

.sec-03 .row .col-06 {
    flex: 0 0 45% !important;
    max-width: 45% !important;
}
.sec-05 {
    padding: 72px 10px 40px 70px;
    display: flex;
    align-items: center;
}

.sec-05 h2 {
    font-size: 40px;
    color: #292929;
    font-weight: 700;
    width: 70%;
    padding-top: 28px;
    padding-left: 33px;
    margin: 0 auto;
    text-align: center;
}

.sec-05 a {
    background: #5a249a;
    color: #fff !important;
    padding: 10px 21px;
    border-radius: 43px;
    /* position: absolute; */
    /* margin-top: 90px; */
    border: none;
}
.container-fluid-4 {
    height: 216px;
    width: 95%;
}
.item img {
    width: auto !important;
    margin: 0 auto;
}

.reviewsCard {
    background: transparent !important;
    position: relative;
}
.item h2 {
    color: #292929;
    text-align: center;
    padding-top: 13px;
    font-size: 18px;
}

.item p {
    color: #292929;
    font-size: 17px;
    text-align: center;
    width: 49%;
    margin: 0 auto;
}
section.section6.pt-0.pt-lg-5 h3 {
    color: #292929;
    font-size: 40px;
    text-align: center;
    padding-top: 40px;
    font-weight: 700;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.banner_content_sec .banner-btn {
    /* padding-bottom: 120px !important; */
}
.portfoliowrp .txtwrp p.main-pera-2 {
    font-size: 15px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}
section.portfoliowrp {
    margin-bottom: 0;
    padding-bottom: 50px;
}
.banner_content_sec-3 h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #292929;
}
.reviewsCard img {
     width: 80px !important; 
    height: 80px !important;
    margin-bottom: 15px;
}
.testimonialvideosection  .container.py-5 {
    padding-top: 20px !important;
}

.reviewsCard:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #F4F4F4;
  width: 270px;
  height: 318px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 23px;
  bottom: -20px;
}

section.portfoliowrp h3 {
  color: #FFF;
  padding-bottom: 0;
  font-weight: 500;
}
section.portfoliowrp h2 {
  color: #292929;
  font-weight: 700;
  padding-bottom: 8px;
  font-size: 40px;
  padding: 0 0 3px;
}

.portfoliowrp.background_custom h2 {
  color: #292929;
}

/*.orangeButton.inquirybtncta {*/
/*  background: #aeff00;*/
/*}*/

/*independence day modal css end*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner_right_img img {
    /* max-width: 450px; */
}

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {}



@media only screen and (min-width: 768px) and (max-width: 991px) {}



@media only screen and (min-width: 520px) and (max-width: 767px) {
    .reviewProfile img {margin: -31px auto 0 !important;}
    .list-inline-testi{text-align: center;}
    .form-col-st {margin: 10px 0px 0 0px;}
    .modal-dialog{width: 85%; margin: 50px auto 0;}
    .modal-form-div .m-main-div{flex-direction: column;}
       section {overflow: hidden !important;}
    .logo-main-sec {display: block;text-align: center;}
    .logo-main-sec img {width: 100%;margin: 0 auto;display: table;}
    .counter_logo {text-align: center;}
   .book_table {text-align: center;margin: 0;}
   header {position: absolute;z-index: 1;}
  .logo-main-sec a {margin: 0 auto;}
  .book_table ul li {margin-bottom: 20px;}
  .book_table ul li a {font-size: 12px;}
  .book_table ul li a.btn_custom {padding: 11px 24px;}
  .banner_content_sec h2 {font-size: 30px;line-height: 45px;}
  section .container {width: 100%;}
  .banner_content_sec {padding: 290px 0 0 0;}
  .banner_content_sec p {font-size: 14px;}
  .banner_pointer_list ul.banner_pointer_list_ul li {font-size: 14px;}
  .banner-btn ul li a {padding: 15px 20px;font-size: 13px;}
  .banner-btn ul {display: flex;}
  .bg_header {box-shadow: none;}
  .banner_vector ul li img {width: 85%;}
  .banner_right_img img {max-width: 100%;}
  .banner_right_img {padding: 0 0 0;}
  .helpedTabSec .title_block {font-size: 25px;}
 .ContentTab {height: 550px;padding: 0 18px 50px;}
  .ContentTab p {font-size: 14px;}
  .main-heading {font-size: 25px;line-height: 30px;}
  .portfoliowrp .txtwrp {width: 100%;}
  .main-pera {font-size: 14px;}
  .portfoliowrp .navwrp ul li {padding: 10px 10px;font-size: 12px;margin: 8px 5px;}
  .portfoliowrp {padding: 35px 0;}
  .custom_h4 {font-size: 20px;line-height: 30px;}
  .pkagwerp .pakge-box .btnwrp .btn-1 {font-size: 12px;}
  .pkagwerp .pakge-box .btnwrp .btn-2 {font-size: 12px;}
  .servicestext p {max-width: 100%;font-size: 13px;}
  .servicestext h5 {font-size: 16px;}
  .boxmain img {width: 80%;margin: 0 auto;display: table;}
  .is--service-item {margin: 0 auto;}
  p.p-normal.pt-3 {font-size: 12px;}
  .cta_section {margin: 0;}
  .cta_section:before{display:none;}
  .accordion-header img {display: none !important;}
  .cta_main h2 {font-size: 20px;line-height: 40px;}
  .cta_main {padding: 35px;}
  .cta_main p {font-size: 14px;}
  .cta_button ul li a {padding: 15px 14px;font-size: 13px;margin: 0 4px;}
  .sec-left {width: 100%;}
  .sec-right {display: none;}
  .btmform .second-sec-cont h2 {font-size: 20px;margin: 0 0 15px;line-height: 30px;}
  .btmform {margin: 0 0 0;padding: 0;}
  .field input, .field select {width: 95%;}
  .field-msg textarea {width: 98%;}
  footer {padding: 30px 0 60px;}
  footer .logowrp ul {margin: 0 0 15px;}
  .ftr-btm .txtwrp ul {text-align: center;}
  .ftr-btm .txtwrp p {font-size: 14px;text-align: center;}
   .portfoliowrp .port-box ul li {width: 100%;}
    .cta_button ul {justify-content: center;}
    .helpedTabSec.full-section {display: none;}

section.servicessec {display: none;}

section.cta_section {display: none;}
header.darkHeader {
    /*position: fixed;*/
    background: #fff;
    padding-top: 0px;
    z-index: 999;
}
header.darkHeader .logo-main-sec img {
    width: 60%;
}
.book_table ul {
    margin: 0;
}
}




@media only screen and (min-width: 300px) and (max-width: 519px) {
    .reviewProfile img {margin: -31px auto 0 !important;}
    .list-inline-testi{text-align: center;}
    .form-col-st {margin: 10px 0px 0 0px;}
    .modal-dialog{width: 85%; margin: 50px auto 0;}
    .modal-form-div .m-main-div{flex-direction: column;}
   section {overflow: hidden !important;}
    .logo-main-sec {display: block;text-align: center;}
    .logo-main-sec img {width: 100%;margin: 0 auto;display: table;}
    .counter_logo {text-align: center;width: 65%;}
   .book_table {text-align: center;margin: 0;}
   header {position: absolute;z-index: 1;}
  .logo-main-sec a {margin: 0 auto;}
  .book_table ul li {margin-bottom: 20px;}
  .book_table ul li a {font-size: 18px;}
  .book_table ul li a.btn_custom {padding: 11px 24px;}
  .banner_content_sec h2 {font-size: 22px;line-height: 34px;text-align: center;}
  section .container {width: 100%;}
  .banner_content_sec {padding: 290px 0 0 0;}
  .banner_content_sec p {font-size: 14px;text-align: center;}
  .banner_pointer_list ul.banner_pointer_list_ul li {font-size: 12px;margin: 0 auto;text-align: center;}
  .banner-btn ul li a {padding: 9px 15px;font-size: 13px;}
  .banner-btn ul {display: flex;}
  .bg_header {box-shadow: none;}
  .banner_vector ul li img {width: 85%;}
  .banner_right_img img {max-width: 100%;}
  .banner_right_img {padding: 0 0 0;}
  .helpedTabSec .title_block {font-size: 25px;}
 .ContentTab {height: 550px;padding: 0 18px 50px;}
  .ContentTab p {font-size: 14px;}
  .main-heading {font-size: 25px;line-height: 30px;}
  .portfoliowrp .txtwrp {width: 100%;}
  .main-pera {font-size: 14px;}
 .portfoliowrp .navwrp ul li {padding: 10px 10px;font-size: 12px;margin: 8px 2px;}
  .portfoliowrp {padding: 35px 0;}
  .custom_h4 {font-size: 20px;line-height: 30px;}
  .pkagwerp .pakge-box .btnwrp .btn-1 {font-size: 15px;padding: 10px 80px;}
  .pkagwerp .pakge-box .btnwrp .btn-2 {font-size: 12px;}
  .servicestext p {max-width: 100%;font-size: 13px;}
  .servicestext h5 {font-size: 16px;}
  .boxmain img {
    width: 50%;
    margin: 0 auto;
    display: table;
}
  .is--service-item {margin: 0 auto;}
  p.p-normal.pt-3 {font-size: 12px;}
  .cta_section {margin: 0;padding: 0px 0px;}
  .cta_section:before{display:none;}
  .accordion-header img {display: none !important;}
  .cta_main h2 {font-size: 20px;line-height: 40px;}
  .cta_main {padding: 35px;}
  .cta_main p {font-size: 14px;}
 .cta_button ul li a {padding: 15px 5px;font-size: 13px;margin: 0 2px;}
  .sec-left {width: 100%;}
  .sec-right {display: none;}
  .btmform .second-sec-cont h2 {font-size: 20px;margin: 0 0 15px;line-height: 30px;}
  .btmform {margin: 0 0 0;padding: 0px;}
  .field input, .field select {width: 95%;}
  .field-msg textarea {width: 98%;}
  footer {padding: 30px 0 60px;}
  footer .logowrp ul {margin: 0 0 15px;}
  .ftr-btm .txtwrp ul {text-align: center;}
  .ftr-btm .txtwrp p {font-size: 14px;text-align: center;}
  .portfoliowrp .port-box ul li {width: 100%;}
  .cta_button ul {justify-content: center;}
  .helpedTabSec.full-section {display: none;}

section.servicessec {display: none;}

section.cta_section {display: none;}
header.darkHeader {
    position: fixed;
    background: #fff;
    padding-top: 0px;
    z-index: 999;
}
header.darkHeader .logo-main-sec img {
    width: 60%;
}
.book_table ul {
    margin: 0;
}
}


.header_banner {
    /* align-items: end; */
}

.banner_left_img {
    /* position: relative; */
    /* right: 53px; */
    /* bottom: 125px; */
}

.ecom_point {
    justify-content: space-around;
}

.ecom_banner_left_img img {
    width: 100vmin;
    margin: 0 auto;
    display: block;
}

.banner_pointer_list_ul .point_details {
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: var(--black);
    line-height: 24px;
}

.banner_content_sec-3 p {
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: var(--black);
    line-height: 24px;
}

.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 5%;
    font-size: 0;
    width: 420px;
    z-index: 9;
    /* display: block; */
    /* visibility: hidden; */
}

.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 rgba(87,184,151,.09);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    background: #5a249a !important;
    background: linear-gradient(to right,#f05a28 0,#e80a89 100%);
    margin-top: 198px;
    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
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transform: rotate(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    font-size: 16px;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    left: -55px;
    white-space: pre;
    bottom: 122px;
    font-weight: 700;
    line-height: .5px;
}

.floatbutton .clickbutton .crossplus.rotate {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0!important;
    margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
    width: 100%
}

.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px
}

.ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    background: #5a249a !important;
    border-radius: 3px;
    text-align: center;
    /* background-image: linear-gradient(to right top,#0569d7,#0858c3,#0948af,#07389c,#042888); */
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    background-color: #CA3E40;
    cursor: pointer;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0!important;
    margin: 15px 0 0 0
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap a:hover {
    text-decoration: none!important;
    right: 0
}

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 41vh;
    padding: 0;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    background: #fff;
    top: 50vh;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px 0 0 50px
}

.btns_wrap .call_wrap span.icoo,.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: #5a249a;
    /* background: linear-gradient(to right,#f05a28 0,#e80a89 100%); */
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0 0 50px
}

.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px
}

.sec-05 .container-fluid-4 {
    border-radius: 25px;
}

.form-col-st textarea {
    height: 127px !important;
}

.sec-right img {
    width: 26%;
    position: absolute;
    right: 78px;
    top: -50px;
}

.btmform .container {
    height: 410px;
}

.navButtons .fa-arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
    color: #292929;
    background: transparent;
    padding: 18px;
    border-radius: 31px;
    border: 1px solid #292929;
}

.navButtons .fa-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    color: white;
    color: #292929;
    background: transparent;
    padding: 18px;
    border-radius: 31px;
    border: 1px solid #292929;
}

img.quotesymbol {
    width: 45px !important;
    height: 45px !important;
}

.modal-content {
    background-color: black;
    border-radius: 25px;
}

.modal-img img {
    border-radius: 25px;
    position: relative;
    right: 0;
}

@media (max-width: 767px) {
    section.section6.pt-0.pt-lg-5 h3 {
        width: 95%;
        font-size: 22px;
    }
    html, body {
        overflow-x: hidden;
      }
      /* body {
        position: relative
      } */
    .book_table ul {
        white-space: normal;
    }
    header.darkHeader {
        position: initial;
    }
    .row {
        flex-direction: column;
        align-items: center;
    }
    .ecom_banner_left_img img {
        width: 95%;
    }
    .banner_left_img {
        bottom: 0;
    }
    .banner_left_img img {
        padding-top: 0;
        width: 100vmin;
    }
    .navButtons {
        display: block;
        visibility: hidden;
    }
    .floatbutton {
        display: block;
        visibility: hidden;
    }
    .sec-05 h2 {
        font-size: 18px;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
    }
    .sec-05 a {
        margin-top: 0;
        left: 25%;
        padding: 9px 16px;
    }
    .banner_content_sec-2 {
        max-width: 90%;
        margin-left: auto;
    }
    .col-6 {
        max-width: 100%;
    }
    .sec-03 .row {
        align-items: center;
        width: 100%;
        margin-left: auto;
    }
    .ecom_point {
        /* gap: 24px; */
    }
    .sec-05 {
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*.pkagwerp {*/
    /*    margin-top : 50px;*/
    /*}*/
    
    .container-fluid-2 .col-sm-3 a {
        top: -6px;
        left: 0;
        display: table;
    }
    .btmform .container {
        height: 620px;
    }
    .btmform .wrapper {
        padding-top: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .banner_content_sec h3 {
        text-align: center;
        font-size: 16px;
    }
    header {
        position: relative;
        background: #170947;
    }
    .banner_sec_main {
        min-height: 465px;
    }
    .banner_content_sec {
        padding-top: 50px;
    }
    .counterlist h2 {
        font-size: 5.5vmin;
    }
    .counterlist span {
        font-size: 5.5vmin;
    }
    .column-1 img {
        /* margin-top: -32px; */
        width: 92%;
    }
    .banner_content_sec .banner-btn {
        padding-bottom: 10px !important;
        display: flex;
        justify-content: center;
        padding: 15px 0;
    }
    .banner_pointer_list ul.banner_pointer_list_ul {
        margin-left: 12px;
        width: 100%;
        white-space: nowrap;
    }
    .banner_content_sec-2 h2 {
        font-size: 22px;
        line-height: 29px;
        text-align: center;
    }
    .banner_content_sec-2 p {
        text-align: center;
    }
    .container-list-1 {
        flex-direction: column;
        text-align: center;
    }
    .banner-btn-2 {
        display: block !important;
    }
    .banner-btn ul {
        justify-content: center;
    }
    .banner_content_sec-3 h2 {
        text-align: center;
        font-size: 23px;
    }
    .portfoliowrp .port-box ul li {
        margin: 0;
        margin-bottom: 6px;
    }
    .banner_content_sec-3 p {
        text-align: center;
    }
    .banner_pointer_list ul.banner_pointer_list_ul li i {
        font-size: 14px;
    }
    section.portfoliowrp h2 {
        text-align: center;
        font-size: 22px;
        line-height: 29px;
    }
    h3.main-heading.wow.fadeInDown {
        font-size: 16px;
    }
    .container-list-1 ul.banner_pointer_list_ul li.first {
        padding-right: 0;
    }
    .pkagwerp .pakge-box {
        margin-top: 35px;
    }
    footer div.container {
        text-align: center;
    }
    footer .navwrp h4:after {
        left: 36%;
    }
    .m-main-div .form-control {
        width: 100%
    }
    .modal-body {
        height: 612px !important;
    }
    .modal-form-div .btn.form-btn {
        width: 58%;
        font-size: 14px;
    }
    .col-form-div-m {
        padding-left: 20px;
        padding-right: 20px;
    }
    #Mymodal .modal-header {
        /* right: 9px !important; */
        top: 7px !important;
        left: -9px;
    }
    
    .reviewsCard:before {
        height: 395px;
    }
}

.modal-img {
    position: relative;
    right: 97px;
    bottom: 37px;
}

.modal-form-txt {
    margin-left: 13px;
}
a.call_btn:before {
    content: 'FREE CALL 24/7';
    font-size: 13px;
    position: absolute;
    top: -15px;
    margin-left: 37px;
    display: none;
}
img.review_img {
    width: 54%;
    position: absolute;
    top: 100px;
}
span.head-color {
    color: #5a249a;
}
.Btn_sec ul {
    justify-content: center;
    margin-top: 32px;
    gap: 20px;
}
.sec-03 ul li {
    color: #292929 !important;
}

.sec-03 ul li i {
    color: #000 !important;
}
.banner_content_sec-2 .banner-btn.banner-btn-2.wow.fadeIn ul li+li a {
    background: #5a249a;
}
.banner_content_sec-2 .banner-btn.banner-btn-2.wow.fadeIn ul li+li a:hover {
    background: #aeff00;
}
.pkagwerp .pakge-box .btnwrp .btn-1:hover {
    background: #aeff00 !important;
    color: #000 !important;
    font-weight: 600;
}
.sec-05 a:hover {
    background: #aeff00;
    color: #000 !important;
    font-weight: 500;
    transition: all .3s ease-in-Out;
}
h2+p+.banner_pointer_list+.banner-btn.banner-btn-2.wow.fadeIn ul li:nth-child(1) a {
    background-color: #aeff00 !important;
color:#000 !important;
}

@media (max-width: 767px) {

.banner_pointer_list.ecom_point.d-flex {flex-direction: column !important;}

}