@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;
    line-height: 1.5 !important;
}

::-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: #c91039;
}

:root {
    --blue: #3bc1d7;
    --black: #151515;
    --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: fixed;
    width: 100%;
    transition: .5s ease-in-out;
    padding: 20px 0 10px;
    z-index: 111;
}

.logo-main-sec img {
    width: 70%;
    /* height: 88px; */
    /* margin: auto; */
    transition: .5s ease-in-out;
}

.logo-main-sec {
    display: flex;
}

.logo-main-sec a {
    display: block;
    width: 40%;
    margin: auto;
}

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

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



.book_table ul li a.btn_custom {
    background: #1376bc;
    padding: 14px 30px;
    border-radius: 50px;
    color: var(--white);
    font-weight: 500;
    cursor: pointer;
}

.book_table ul li a.btn_custom:hover {
    background: var(--pink);
    color: var(--white);
}

.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: var(--black);
    font-size: 15px;
    font-weight: 600;
}

.book_table ul li a img {
    padding-right: 6px;
    filter: brightness(1) invert(1);
    width: 35px;
}

.banner_right_img img {
    max-width: 530px;
}

.book_table ul li a:hover {
    color: #af2933;
}

.counter_logo span {
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
}

.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 #af2933;
}

.counterlist h2 {
    display: inline-flex;
    font-size: 5.7vmin;
}

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

/* .banner_sec_main {
   
    min-height: 800px;
    display: flex;
    position: relative;
    background-position: right;
    overflow: hidden;
    background: #fbfbfb;
} */

.banner_content_sec h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -0.04em;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.banner_content_sec p {
    font-size: 18px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #ffffff;
    line-height: 35px;
}

.banner_right_img {
    text-align: center;
    /* background-color: #f3f3f3; */
    padding: 150px 0 0;
    position: relative;
    border-radius: 0 0 30px 30px;
}

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

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

.banner-btn ul li a {
    background: #1376bc;
    color: var(--white) ;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: .5s ease-in-out;
    cursor: pointer;
}

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

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

.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);
} */

/* .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;
}

.banner-btn ul li.chng_clr a:hover {
    background: #29a8e1;
}

.banner_content_sec h2 span {
    color: #1376bc;
}

.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;
   
}

.title_block {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 35px 0;
    color: #151515;
}

.title_block span {
    color: #c91039;
    font-weight: 600;
}

.title_block:after {
    content: "";
    width: 75px;
    height: 5px;
    background: #af2933;
    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: #c91039;
}

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: #151515;
    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: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.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: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
}

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: #151515;
}

.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: #151515;
    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: #151515;
}

.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: #af2933;
    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: #b10655;
    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, rgb(177 6 85) 0%, #b10655 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: 24%;
    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;
}

.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: black;
    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: #c91039;
    font-size: 20px;
}

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

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

.btn-1:hover {
    background: unset;
    color: white;
    border: 2px solid #af2933;
}

.btn-2 {
    background: #b1065500;
    padding: 13px 35px;
    color: #c91039;
    font-size: 16px;
    border-radius: 7px;
    margin: 0 0 0 20px;
    border: 2px solid;
    font-weight: 500;
}

.btn-2:hover {
    background: black;
    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: 7px;
    margin: 20px 0;
}

.pkagwerp .pakge-box:hover {
    box-shadow: 0 0 20px 1px #d2d2d2;
    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);
    border: 1px solid #af2933;
}

.pkagwerp .pakge-box .pkge-name h4 {
    color: #151515;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}

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

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

.pkagwerp .pakge-box .detailwrp ul {
    height: 230px;
    overflow-y: scroll;
}

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

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

.pkagwerp .pakge-box .detailwrp ul::-webkit-scrollbar-thumb {
    background: #c91039;
    margin-top: 30px;
}

.pkagwerp .pakge-box .detailwrp ul li {
    position: relative;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 2px 25px;
    font-size: 14px;
    margin-top: 10px;
  
}

.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: #c91039;
    top: 0;
}

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

.pkagwerp .pakge-box .btnwrp .btn-1 {
    padding: 13px 13px;
    font-size: 15px;
}

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

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

.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: #c91039;
    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-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
    color: #fff;
}

.portfoliowrp .btnwrp {
    display: block;
    text-align: center;
    padding: 50px 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: #151515;
}

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

.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: #c91039;
    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: #151515;
    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%;
    transition: 0.5s all ease !important;
}

.boxmain img {
    width: 100%;
    filter: invert(46%) sepia(113%) saturate(3907%) hue-rotate(332deg) brightness(72%) contrast(131%);
}

.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: black;
}

.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: #151515;
    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: #151515;
    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: #151515;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
}

.reviewsCard:hover {
    background: #fff;
    box-shadow: 4px 8px 25px #15151500038;
    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;
}

.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;
}

.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: #222;
    font-size: 38px;
    padding: 0 0 20px;
    font-weight: bold;
font-family: 'Ubuntu', sans-serif;
}

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

.selected-flag {
    outline: 0;
}

div.error {
    display: none;
}

.btmform {
    z-index: 2;
    position: relative;
    padding: 60px 0 ;
    /* margin: 0 0 -130px; */
}

.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: 60px 0 0 30px;
    background: #fff;
    margin: 30px 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: 80%;
}

.sec-right {
    width: 20%;
    position: absolute;
    top: 30px;
    width: 20%;
    height: 95%;
    right: 9px;
    background-image: url(../images/form.png);
}

.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: #f0f0f0;
    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: #f0f0f0;
    width: 90%;
    padding: 15px 15px;
    border: 0;
    color: #9b9fa6;
    overflow: hidden;
    border-radius: 15px;
    height: 193px;
    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: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
    border-radius: 35px !important;
    padding: 15px 50px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    border: 0;
    margin: 10px 0 0;
    width: 90%;
    height: auto;
    padding: 15px 50px;
    transition: all 400ms ease;
    border: 1px solid #c91039;
}

.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;
    font-family: 'Ubuntu', sans-serif;
    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: #1b1b1b;
    padding: 230px 0 60px;
}

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: #c91039;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 12px 3px 0 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

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: #db3340;
    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: #151515;
    padding: 20px 0;
}

.ftr-btm .txtwrp p {
    padding: 0;
    color: #fff;
    font-size: 16px;
}

.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: 1170px;
}

.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;
}

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

.modal-form-div label {
    margin: 5px 0;
    color: #fff;
}

.form-col-st {
    margin: 10px 30px 0 0px;
}

.col-form-div-m {
    background: #c91039;
    padding: 50px 40px 10px 40px;
    min-height: 700px;
    margin: 0px 0 0 1px;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}

.modal-form-div .btn.form-btn {
    height: 55px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #02bcd4;

    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 600;
}

.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.png);
    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: 47px;
}

.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: 10px;
    right: 10px;
}

#Mymodal h5#exampleModalLabel {
    display: none;
}

#Mymodal button.close:focus {
    outline: none;
}

#Mymodal button.close {
    color: #c91039;
    opacity: 1;
    border: 1px solid;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #fff;
    font-size: 35px;
}

button.close span {
    top: -12px;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

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: #ffffff !important;
    color: #151515 !important;
}

.banner_pointer_list ul.banner_pointer_list_ul {}

.banner_pointer_list ul.banner_pointer_list_ul li {

    font-size: 16px;

    font-weight: 600;
    color: #fffcfc;
    line-height: 35px;
}

.banner_pointer_list ul.banner_pointer_list_ul li i {

    padding-right: 10px;
    color: #ffffff;
}


/*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.png);
    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;
   
}

.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;
   
}

.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;
}

/*independence day modal css end*/
@media only screen and (min-width: 1921px) and (max-width: 7368px) {}



@media only screen and (min-width: 1600px) and (max-width: 1920px) {}



@media only screen and (min-width: 1445px) and (max-width: 1599px) {}



@media only screen and (min-width: 1366px) and (max-width: 1444px) {}



@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: 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 11px;
        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: 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: 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;
    }
}

.field-btn input[type=submit]:hover {
    background: transparent;
    border: 1px solid #af2933;
    color: #af2933 !important;
}


/* modal on load */

.get-a-quote-custom button.close.head-top {
    position: absolute;
    color: #fff;
    opacity: 1;
    right: 8px;
    top: 5px;
}

form.customRadio.customCheckbox {
    margin: 18px;
}

form.customRadio.customCheckbox div#form5 input,
form.customRadio.customCheckbox div#form4 input,
form.customRadio.customCheckbox div#form3 input,
form.customRadio.customCheckbox div#form2 input,
form.customRadio.customCheckbox div#form1 input {
    margin: 5px 8px 0 0;
    align-self: baseline;
}

form.customRadio.customCheckbox div#form5 label,
form.customRadio.customCheckbox div#form4 label,
form.customRadio.customCheckbox div#form3 label,
form.customRadio.customCheckbox div#form2 label,
form.customRadio.customCheckbox div#form1 label {
    cursor: pointer;
}

.get-a-quote-custom .modal-footer {
    border-top: 0;
}

/* button.back-btn-main-wrap {
    background: #151515000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
} */

button.continue-btn-main-wrap {
    background: #c91039;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.get-a-quote-custom.modal.show .modal-dialog {
    max-width: 870px;
}

div#form6 input {
    margin: 10px 0 10px 0px !important;
}

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

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

h2#changetopic {
    font-weight: 800;
    padding-top: 20px;
}