/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */


#jqcheck {
    background: #fff9d7;
    text-align: center;
    color: #333;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    z-index: 9991;
    width: 100%;
    font-family: "Syne", sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

/* text selection color */
::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0px;
    border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--primary-color);
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px !important;
    }
}

body {
    font-family: "Syne", sans-serif;
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative;
    overflow-x: hidden;
}

/* font family */
.ff-primary {
    font-family: "Syne", sans-serif;
}

.ff-secondary {
    font-family: "Syne", sans-serif;
}

/* font colors */
.fc-primary {
    color: var(--primary-color);
}

.fc-secondary {
    color: var(--secondary-color);
}

.fc-dark {
    color: var(--theme-dark);
}

.fc-lite {
    color: var(--theme-lite);
}

/* buttons */
.primary-btn,
.secondary-btn {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 15px;
    position: relative;
    display: table;
    border-radius: 3px;
}

.primary-btn:after,
.secondary-btn:after {
    content: "\e957";
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: white;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.primary-btn {
    background: var(--primary-color);
    color: white;
}

.primary-btn:hover {
    background: var(--primary-color-dark);
    color: white;
}

.secondary-btn {
    background: var(--secondary-color);
    color: white;
}

.secondary-btn:hover {
    background: var(--secondary-color-dark);
    color: white;
}

.banner-btn {
    text-transform: capitalize;
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
    background-color: transparent;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #fff !important;
}


.secpad-100 {
    padding: 100px 0;
}


.sm-btn {
    font-size: 14px;
}

.md-btn {
    font-size: 16px;
}

.lg-btn {
    font-size: 18px;
}

.xl-btn {
    font-size: 20px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

h1,
.h1,
h2,
.h2 {
    font-family: "Syne", sans-serif;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Syne", sans-serif;
    padding-bottom: 10px;
    color: var(--theme-dark);
}

h2,
.h2 {
    font-size: 6.7vmin;
}

h3,
.h3 {
    font-size: var(--font-size-h3);
    font-weight: 600;
}

h4,
.h4 {
    font-size: var(--font-size-h4);
}

h5,
.h5 {
    font-size: var(--font-size-h5);
}

h6,
.h6 {
    font-size: var(--font-size-h6);
}

p {
    /*font-size: var(--base-font-size);*/
}

p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0px;
    color: #687087;
}

/*** theme sections padding ***/
.sec-padding-100 {
    padding: 100px 0;
}

.sec-padding-90 {
    padding: 90px 0;
}

.sec-padding-80 {
    padding: 80px 0;
}

.sec-padding-70 {
    padding: 70px 0;
}

.sec-padding-60 {
    padding: 60px 0;
}

.sec-padding-xlarge {
    padding: 50px 0;
}

.sec-padding-large {
    padding: 40px 0;
}

.sec-padding-medium {
    padding: 30px 0;
}

.sec-padding-small {
    padding: 25px 0;
}

.sec-padding-xsmall {
    padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
    margin: 100px 0;
}

.sec-margin-90 {
    margin: 90px 0;
}

.sec-margin-80 {
    margin: 80px 0;
}

.sec-margin-70 {
    margin: 70px 0;
}

.sec-margin-60 {
    margin: 60px 0;
}

.sec-margin-xlarge {
    margin: 50px 0;
}

.sec-margin-large {
    margin: 40px 0;
}

.sec-margin-medium {
    margin: 30px 0;
}

.sec-margin-small {
    margin: 25px 0;
}

.sec-margin-xsmall {
    margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}




.tt-uppercase {
    text-transform: uppercase;
}

.tt-capitalize {
    text-transform: capitalize;
}




p strong {
    color: black;
}

p span {
    color: black;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    border: 0px;
    outline: none;
}

/*img { max-width: 100%;  }*/
ul,
li {
    list-style-type: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

h2,
.h2 {
    color: #171717;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
}

h2 span,
.h2 span {
    color: var(--primary-color);
}

a {
    text-decoration: none;
}

.list-simple {
    list-style: none;
    margin: 0 0 15px 0;
    width: 100%;
    display: inline-block;
}

.list-simple li {
    color: var(--default-color);
    padding: 0 0 10px 16px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.list-simple li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    color: var(--secondary-color);
    content: "\e93a";
    font-family: 'icomoon' !important;
}

/*** morefull block link ***/
.moreFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

/*** transition ***/
.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

/* header 
------------------------------------*/
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
}

header .mainboxwrp {
    border-radius: 15px;
    backdrop-filter: blur(30px);
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #ff8e5d66;
    padding: 7px 40px;
}

header .navwrp {}

header .navwrp ul {
    margin: 0;
}

header .navwrp ul li {
    display: inline-block;
    margin: 0 20px 0 0px;
}

header .navwrp ul li a {
    color: #000;
    font-weight: 500;
    color: #fff;
    padding-bottom: 40px;
}

header .logowrp {
    display: block;
    text-align: left;
}

header .logowrp img {
    width: 120px;
}

header .btnwrp {
    display: block;
    text-align: right;
}

header .btnwrp a {
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    font-weight: 600;
    color: #fff;
    padding: 13px 50px;
    border-radius: 7px;
}

header.showmenu .navwrp ul li a {
    color: #000;
}

header.showmenu .mainboxwrp {
    border: 1px solid #9d8e8e7d;
    box-shadow: -2px 3px 20px 0px #00000030;
}

header.showmenu .mainboxwrp {
    background: #fffcfc87;
}

header .drp-down {
    display: none;
    position: absolute;
    top: 38px;
}

header .drp-down ul {
    width: 300px;
    background: #ffffff;
    height: auto;
    border-radius: 6px;
    backdrop-filter: blur(30px);
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #ff8e5d66;
    border-top: 1px solid #0c52a4;
    border-bottom: 1px solid #c41325;
    border-left: 1px solid #8630b3;
    border-right: 1px solid #e12929;
}

header .drp-down ul:after {
    content: "";
}

header .drp-down ul:before {
    content: "";
    position: absolute;
    content: "";
    top: -9px;
    left: 17px;
    z-index: 0;
    width: 20px;
    height: 20px;
    background: #ffffff7d;
    -webkit-transform: rotate(45deg);
    transform: rotate(44deg);
    border-radius: 5px;
    border-top: 1px solid #ffffff7d;
    border-left: 1px solid #ffffff7d;
}

header .drp-down ul li {
    display: block !important;
    color: #000;
}

header .drp-down ul li a {
    color: #000 !important;
    text-align: start;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 17px 30px 13px !important;
    border-bottom: 1px solid #82849052;
}

header .navwrp ul li:hover .drp-down {
    display: block !important;
}




.home-bannerwrp {
    background-image: linear-gradient(#4e4e4e3b 1px, transparent 1px), linear-gradient(90deg, #4e4e4e3b 1px, transparent 1px);
    background-size: 100px 100px;
    color: white;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 13vw 0 7vw;
}

.home-bannerwrp video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    filter: hue-rotate(-47deg);
}

.home-bannerwrp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b3;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(5px);
}

.home-bannerwrp .txtwrp {
    display: block;
    text-align: center;
    padding: 0 0 20px;
}

.home-bannerwrp .txtwrp h1 {
    font-size: 57px;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 20px;
}

.home-bannerwrp .txtwrp h1 span {
    background: linear-gradient(to right, rgb(233, 154, 40) 0%, rgb(233, 39, 133) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-bannerwrp .txtwrp p {
    color: #fff;
    font-size: 18px;
}

.home-bannerwrp .formwrp {
    border-radiuheader .navwrp ul li a {
        color: #000;
    }

    s: 9px;
    position: relative;
    z-index: 5;
    border-radius: 15px;
    backdrop-filter: blur(30px);
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #ff8e5d66;
    padding: 27px 40px;
}

.home-bannerwrp .formwrp form {
    display: block;
    text-align: center;
}

.home-bannerwrp .formwrp form .lable {
    display: inline-block;
    width: 65%;
    margin: 0px -3px -10px;
    vertical-align: top;
}

.home-bannerwrp .formwrp form .lable input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 55px;
    font-weight: 400;
    outline: none !important;
    margin-bottom: 10px;
}

.home-bannerwrp .formwrp form .lable input.nmbr {
    border-right: 0;
}

.home-bannerwrp .formwrp form .lable input.fxtwrp {
    border-radius: 9px 0 0px 9px;
}

.home-bannerwrp .formwrp form .lable input.btn {
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    height: 55px;
    margin: 0px 0 0 1px;
    border-radius: 9px;
    width: 98%;
    margin: -1px 0 0 2px;
    padding: 0;
}

.home-bannerwrp .imgmain {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 1;
}

.home-bannerwrp .imgmain img {
    width: 80%;
    padding: 0 0 0;
}

.home-bannerwrp .formwrp form .lable #countryCode {
    width: 33%;
    height: 55px;
    float: left;
    outline: none;
    border: none;
    border-left: 1px solid #efefef;
    padding: 0 0 0 2px;
}

.home-bannerwrp .formwrp input#free_cons_phone1 {
    width: 67%;
}

.home-bannerwrp .btm-txtwrp {
    display: block;
    text-align: center;
    padding: 10px 0 0;
}

.home-bannerwrp .btm-txtwrp p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.home-bannerwrp .btm-txtwrp ul {
    margin: 0;
}

.home-bannerwrp .btm-txtwrp ul li {
    display: inline-block;
    margin: 0 20px;
}

.home-bannerwrp .btm-txtwrp ul li img {
    width: 90px;
}

.home-bannerwrp .formwrp h3 {
    color: #fff;
}


.home-bannerwrp.ser_wrp {
    justify-content: unset;
    height: auto;
    padding: 160px 0 90px;
}

.home-bannerwrp.ser_wrp .txtwrp h1 {
    font-size: 47px;
}

.home-bannerwrp.ser_wrp .txtwrp ul {}

.home-bannerwrp.ser_wrp .txtwrp ul li {
    padding: 0 0 6px 31px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 45%;
}

.home-bannerwrp.ser_wrp .txtwrp ul li:after {
    content: "";
    content: "\f14a";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 3px;
    color: #2cb15c;
}


.intro {
    padding: 100px 0;
    background: #e8e6f1;
}

.intro .txtwrp {}

.intro .txtwrp h3 {
    font-size: 40px;
    color: #22204F;
}

.intro .txtwrp p {
    font-size: 18px;
    color: #3C3863;
    font-weight: 500;
}

.intro .btnwrp {
    display: block;
    text-align: right;
}

.btnwrp .btn-1 {
    padding: 15px 30px 0 0;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.btn-1 {
    transition: all 250ms ease;
    background-color: unset !important;
}

.btn-1:hover span {
    background: #fff;
}

.btn-1 span {
    display: inline-block !important;
    width: 65px;
    height: 65px;
    border: 1px solid #7e7e7e;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 250ms ease;
}

.btn-1:hover p {
    left: 10px;
}

.btn-1 p {
    padding: 0;
    display: inline-block;
    color: #d39f00;
    letter-spacing: 2px;
    font-size: 16px;
    background: linear-gradient(to right, rgb(233, 154, 40) 0%, rgb(233, 39, 133) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: relative;
    left: -22px;
    transition: all 250ms ease;
    font-weight: 700;
}

.btn-1 span i {
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px 0 0;
    font-size: 22px;
    font-weight: 200;
    opacity: 0;
    transition: all 250ms ease;
}

.btnwrp .btn-1:hover i {
    opacity: 1;
    color: #000;
}



.counterwrprrr {
    padding: 80px 0 0;
    background: #f7f7f7;
}

.counterwrprrr .maindiv .counterwrp {
    display: block;
    text-align: center;
}

.counterwrprrr .maindiv .counterwrp h6 {
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
}

.counterwrprrr .maindiv .counterwrp span {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    text-align: left;
    margin: 0;
}

.counterwrprrr .maindiv .revwrp {
    display: block;
    text-align: right;
}

.counterwrprrr .maindiv .revwrp img {
    width: 120px;
}

.counterwrprrr .maindiv .revwrp span {
    display: block;
    font-size: 18px;
}

.counterwrprrr .bdrwrp {
    width: 100%;
    margin: 20px 0 0;
}

.counterwrprrr .maindiv .btnwrp a {
    font-size: 16px;
    color: #22204F;
    font-weight: 600;
}

.counterwrprrr .maindiv .btnwrp a img {
    width: 110px;
    margin: 0 13px 0 0;
}

.counterwrprrr .maindiv .btnwrp a i {
    margin: 0 0 0 10px;
}


.main-heading {
    color: #22204F;
    font-size: 38px;
}

.main-pera {
    font-size: 18px;
    color: #22204F;
}

.upr-head {
    color: #c79600;
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(29 76 152) 0%, rgb(197 19 37) 73%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 6px;
}

.btn-11 {
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    padding: 13px 50px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
}

.btn-22 {
    background: unset;
    padding: 14px 50px;
    border-radius: 15px;
    font-weight: 600;
    padding: 13px 50px;
    border-radius: 5px;
    color: #194e9b;
    margin: 0 0 0 20px;
    border-top: 2px solid #0c52a4;
    border-bottom: 2px solid #c41325;
    border-left: 2px solid #8630b3;
    border-right: 2px solid #e12929;
}

a.btn-line {
    color: #22204F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 2px solid #ff6e6e;
    padding: 0 0 4px;
}



.company-count-wrp {
    background: #f7f7f7;
    padding: 90px 00px 90px;
}

.company-count-wrp .txtwrp {
    position: sticky;
    top: 140px;
    padding: 0 00px 0 10px;
    width: 100%;
}

.company-count-wrp .txtwrp h2 {}

.company-count-wrp .txtwrp h2 span {
    color: #000;
}

.company-count-wrp .txtwrp p {}

.company-count-wrp .txtwrp .progress-wrp {}

.company-count-wrp .txtwrp .progress-wrp p {
    padding: 0 !important;
}

.company-count-wrp .txtwrp .imgwrp-main {}

.company-count-wrp .txtwrp .imgwrp-main img {
    width: 100%;
    margin-top: 70px;
}

.company-count-wrp .col-md-5.bodr-line {
    position: relative;
}

.company-count-wrp .col-md-5.bodr-line:after {
    content: "";
    position: absolute;
    /*border-right: 1px solid #dadada;*/
    width: 1px;
    height: 118%;
    top: -160px;
    right: 50px;
}

.company-count-wrp .mainwrp {
    height: 360px;
    width: 100%;
    display: block;
    padding: 110px 20px 0;
    margin: -40px 0 0;
    position: relative;
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    transition: all 250ms ease;
    background-color: #ffffff;
}

.company-count-wrp .mainwrp h4 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 20px;
    color: #22204F;
}

.company-count-wrp .mainwrp p {
    color: #22204F;
    font-size: 14px;
    height: 120px;
    font-weight: 400;
}

.company-count-wrp .mainwrp img {
    filter: invert(1);
    /* height: 100px; */
    position: absolute;
    left: 20px;
    top: 30px;
    width: 50px;
}

.company-count-wrp .mainwrp.box-2 {
    margin: 40px 0 0;
}

.company-count-wrp .mainwrp:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.company-count-wrp .bodr-line .txtwrp p {
    padding: 0 0 50px;
}

.company-count-wrp .col-md-6.extrawrp {
    position: relative;
    left: 113px;
    padding: 0 0 80px;
}

.company-count-wrp .imgbox img {
    width: 100%;
}

.company-count-wrp .txtwrp ul {
    margin: -30px 0 30px;
}

.company-count-wrp .txtwrp ul li {
    width: 45%;
    display: inline-block;
    padding: 0 0 6px 31px;
    font-size: 18px;
    position: relative;
    color: #4C4C4C;
}

.company-count-wrp .txtwrp ul li:after {
    content: "";
    content: "\f14a";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 3px;
    color: #2cb15c;
}



.boxsectionwrp {
    padding: 90px 0 90px;
    background: #efefef;
}

.boxsectionwrp .txtwrp {
    display: block;
    padding: 0 0 70px;
}

.boxsectionwrp .txtwrp ul {
    display: block;
    margin: 0 0 20px;
}

.boxsectionwrp .txtwrp ul li {
    display: block;
    padding: 0 0 6px 31px;
    font-size: 18px;
    position: relative;
    color: #4C4C4C;
}

.boxsectionwrp .txtwrp ul li:after {
    content: "\f14a";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 3px;
    color: #2cb15c;
}

.boxsectionwrp .mainwrp {
    border: 1px solid #E2E2E2;
    padding: 70px 40px;
    border-radius: 20px;
    position: relative;
    margin: 0 0 35px;
    height: 410px;
    background: #fff;
    transition: 1s all;
}

.boxsectionwrp .mainwrp h4 {
    font-size: 26px;
    color: #22204F;
    font-weight: 600;
    padding: 0 0 50px;
}

.boxsectionwrp .mainwrp img {
    position: absolute;
    right: 50px;
    top: 10px;
    width: 120px;
}

.boxsectionwrp .mainwrp p {
    font-size: 18px;
    width: 92%;
    color: #4C4C4C;
}

.boxsectionwrp .mainwrp:hover {
    border-top: 2px solid #0c52a4;
    border-bottom: 2px solid #c41325;
    border-left: 2px solid #8630b3;
    border-right: 2px solid #e12929;
    /* transition: 1s all; */
}

.boxsectionwrp .mainwrp a {
    font-size: 16px;
    color: #22204F;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    background: linear-gradient(to right, rgb(29 76 152) 0%, rgb(197 19 37) 73%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.boxsectionwrp .mainwrp a i {
    margin: 0 0 0 5px;
}




.tabs {
    display: none !important;
}

.tabs.current {
    display: block;
}

.packagewrp {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    /* background-image: url(../images/bg-section.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background: #e8e6f1;
}

.packagewrp:after {
    content: "";
}

.packagewrp .tabingwrp {}

.packagewrp .tabingwrp ul {
    margin: 20px 0 50px;
    display: block;
    text-align: center;
}

.packagewrp .tabingwrp ul li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 23px;
    font-family: 'Cairo', sans-serif !important;
    background: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .4s;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 111;
    border-top: 2px solid #0c52a4;
    border-bottom: 2px solid #c41325;
    border-left: 2px solid #8630b3;
    border-right: 2px solid #e12929;
}

.packagewrp .tabingwrp ul li.current {
    background: linear-gradient(246deg, #db1a25 -25%, #184681 80%);
    color: #fff;
    transition: .4s;
    /* border: 2px solid #F95F57; */
    font-weight: 600;
}

.packagewrp .txtwrp {
    display: block;
    padding: 0 0 20px;
    width: 80%;
    margin: 0 auto;
}

.packagewrp .btnwrp {}

.packagewrp .btnwrp a {
    font-size: 18px;
    margin: 0 0 0 30px;
    color: #222;
    font-weight: 600;
}

.packagewrp .btnwrp a i {
    color: #fa130d;
}

.titlebox {
    color: #fff;
    padding: 20px 20px 50px;
    border-radius: 14px;
    position: relative;
    top: 20px;
}

.titlebox h4 span {
    display: block;
    font-size: 28px;
    margin: 10px 0 0;
}

.titlebox h4 {
    display: inline-block;
    margin: 0 11px 0 0;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

section.packagewrp .titlebox h4+p {
    width: auto;
    text-align: left;
    margin: inherit;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox {
    padding: 20px 0px 0;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px solid #f95f57;
    width: 86%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    margin-top: -30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin: -20px auto 0;
}

.pkgbox {}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Cairo', sans-serif !important;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #e80101;
    top: -1px;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox h3 {
    display: inline-block;
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color: #184681;
    padding-right: 10px;
    font-family: 'Cairo', sans-serif !important;
}

.package-off {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    display: inline-flex;
    flex-direction: column;
    /* width: 150px; */
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.package-off {
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    color: #fff;
    position: absolute;
    top: 0;
    right: -26px;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    display: inline-flex;
    flex-direction: column;
    /* width: 150px; */
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.package-off strike {
    position: initial;
    right: initial;
    color: #fff;
}

section.packagewrp .col-md-4 {
    margin: 20px 10px;
    float: none;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
    max-width: 31%;
    position: relative;
    z-index: 1;
    /* border: 1.5px solid #f95f57; */
    background: #fff;
    position: relative;
    z-index: 11;
    border-top: 2px solid #0c52a4;
    border-bottom: 2px solid #c41325;
    border-left: 2px solid #8630b3;
    border-right: 2px solid #e12929;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul {
    margin-bottom: 11px;
    margin-top: 5px;
    padding: 0;
    height: 293px;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
    margin-bottom: 9px;
    line-height: 17px;
    font-family: 'Cairo', sans-serif !important;
    list-style: none;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 5px;
    position: absolute;
    left: 0;
    content: \f00c;
    color: #F95F57;
    font-size: 12px;
    top: 5px;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #F95F57;
    top: -1px;
}

a.vm-btn {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: -20px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    cursor: context-menu;
}

section.packagewrp a.grad-btn {
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 6px;
    margin-right: 0;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    padding: 9px 9px;
    font-size: 14px;
    background: -moz-linear-gradient(left, #fa6d34 0%, #f95e48 100%);
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34', endColorstr='#f95e48', GradientType=1);
}

section.packagewrp a.grad-btn:hover {
    color: #000;
}

section.packagewrp a.chat {
    display: inline-block;
    vertical-align: middle;
}

section.packagewrp a.chat span {
    display: block;
    color: #f95f57;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    padding-left: 20px;
    animation: blinker 1s step-start infinite;
    text-align: ri;
}

section.packagewrp a.chat span small {
    display: block;
    font-size: 10px;
    color: #8a8a8a;
    font-weight: 600;
}

a.vm-btn:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 1px;
    background: #f95f57;
}

.packagewrp:after {
    content: "";
    position: absolute;
    background-image: url(../images/circle-shade.png);
    position: absolute;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -220px;
    right: 0px;
    z-index: -1;
    filter: hue-rotate(20deg);
    z-index: 1;
}

.packagewrp:before {
    content: "";
    position: absolute;
    background-image: url(../images/vect-8.png);
    width: 200px;
    height: 250px;
    background-repeat: no-repeat;
    left: 0;
    top: 90px;
}

.tabs.current {
    display: block !important;
}



.portfoliowrp {
    padding: 90px 0 70px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.portfoliowrp.img-ani-1 {
    background: #e8e6f1;
}

.portfoliowrp.img-ani-1.showmenu img.animateimg {
    left: -10%;
}

.portfoliowrp.img-ani-1 img.animateimg {
    position: absolute;
    width: 35%;
    z-index: 1;
    left: -50%;
    transition: all 250ms ease;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

.portfoliowrp .txtwrp {
    display: block;
    text-align: left;
}

.portfoliowrp .txtwrp h2 span {
    color: #6c38ef;
}

.portfoliowrp .img-portion {
    /* transform: rotate(-2deg); */
    padding: 60px 0 00px;
}

.portfoliowrp .img-portion ul {}

.portfoliowrp .img-portion ul li {
    margin: 0 10px;
}

.portfoliowrp .img-portion ul li img {
    width: 100%;
}

.portfoliowrp .long-imgwrp {}

.portfoliowrp .long-imgwrp img {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 37%;
    left: -140px;
    display: none;
}

.portfoliowrp .btnwrp {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

.portfoliowrp .txtwrp ul {
    display: none;
    margin: 0 0 20px;
}

.portfoliowrp .txtwrp ul li {
    display: block;
    padding: 0 0 6px 31px;
    font-size: 18px;
    position: relative;
    color: #4C4C4C;
}

.portfoliowrp .txtwrp ul li:after {
    content: "\f14a";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 3px;
    color: #2cb15c;
}



.proofbox {
    background: #061b3c;
    padding: 60px 0 90px;
    position: relative;
    /* background: #090831; */
}

.proofbox h3 {
    color: #fff;
    font-size: 40px;
}

.proofbox p {
    color: #fff;
    font-size: 18px;
}

.proofbox .btnwrap {
    display: block;
    padding: 40px 0 0px;
}

.proofbox .btnwrap .btn-1 {
    background: #fff;
    color: #220632;
}

.proofbox:after {
    content: "";
    background-image: url(../images/element-6.png);
    position: absolute;
    width: 220px;
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -20px;
    right: -100px;
    filter: contrast(0.5);
}

.proofbox:before {
    content: "";
    height: 130%;
    width: 20%;
    background-image: url(../images/triangle.svg), url(../images/planet2x.png);
    background-size: 40px, 180px, 60px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 120px 0px, -55px 49px, 83px 54%;
    left: 0px;
    top: 160px;
    z-index: 1;
}

.proofbox .txtwrp {
    width: 90%;
    margin: 0 auto;
}




.proof-numberwrp {
    padding: 90px 0 0;
    display: none;
}

.proof-numberwrp .mainwrp {
    background: #e8e6f166;
    padding: 80px 40px;
    border-radius: 50px 50px 0 0;
}

.proof-numberwrp .txtdiv {
    display: block;
    padding: 0 0 40px;
}

.proof-numberwrp .txtdiv h4 {
    color: #22204F;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0 50px;
}

.proof-numberwrp .txtdiv ul {
    display: block;
    margin: 20px 0 0;
}

.proof-numberwrp .txtdiv ul li {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.proof-numberwrp .txtdiv ul li span {
    color: #22204F;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
    display: block;
    width: 120px;
    height: 120px;
    border: 1px solid #8d7de5;
    border-radius: 50%;
    padding: 28px 0 0;
    margin: 0 auto;
}

.proof-numberwrp .txtdiv ul li i {
    display: block;
    font-size: 14px;
    color: #0c0c7c;
}

.proof-numberwrp .txtdiv ul li p {
    color: #22204F;
    font-size: 15px;
    padding: 10px 0 0;
    width: 70%;
    margin: 0 auto;
    line-height: 1;
}

.proof-numberwrp .mainbox {
    display: block;
    text-align: center;
    background: #fbfbfb;
    height: 100%;
    border-radius: 50px;
    padding: 40px 0 0;
}

.proof-numberwrp .mainbox h4 {
    color: #22204F;
    font-size: 42px;
    font-weight: 600;
    padding: 0;
}

.proof-numberwrp .mainbox p {
    color: #22204F;
    font-size: 16px;
    padding: 0 0 30px;
}




.storiessection {
    padding: 110px 0;
}

.storiessection .txtwrp {}

.storiessection .txtwrp h2 {
    height: fit-content;
}

.storiessection .storieswrp {}

.storiessection .storieswrp ul {}

.storiessection .storieswrp ul li {
    width: 37%;
    display: inline-block;
    margin: 0 10px 0;
}

.storiessection .storieswrp ul li .imgwrp {
    position: relative;
    width: 100%;
    height: 100%;
}

.storiessection .storieswrp ul li .imgwrp video {
    width: 100%;
    border-radius: 40px;
}




.testimonialwrp {
    background: #e8e6f1;
    padding: 90px 0;
}

.testimonialwrp .mainwrp {
    background: #ffffff;
    padding: 80px 60px 60px;
    border-radius: 18px;
    border: 1px solid #9d8e8e7d;
    box-shadow: -2px 3px 20px 0px #00000030;
}

.testimonialwrp .testiwrp {}

.testimonialwrp .testiwrp ul {}

.testimonialwrp .testiwrp ul li {}

.testimonialwrp .testiwrp ul li img {
    filter: hue-rotate(85deg);
}

.testimonialwrp .testiwrp ul li p {
    font-size: 18px;
    margin: 29px 0 0;
    line-height: 1.4;
}

.testimonialwrp .testiwrp ul li h6 {
    font-weight: 700;
    padding: 0;
}

.testimonialwrp .testiwrp ul li span {
    font-size: 17px;
}

.testimonialwrp .testi-btn {
    margin: 60px 0 0 -25px;
}

.testimonialwrp .testi-btn a {
    font-size: 24px;
    color: #6754e9;
    margin: 0 0 0 29px;
}

.testimonialwrp .testi-btn a i {}

.testimonialwrp .testiwrp-img {
    text-align: center;
}

.testimonialwrp .testiwrp-img .testi-main-img {
    width: 33%;
}

.testimonialwrp .testiwrp-img .maindiv {
    padding: 40px 0 0;
}

.testimonialwrp .testiwrp-img .maindiv .revwrp {}

.testimonialwrp .testiwrp-img .maindiv .revwrp img {
    width: 37%;
}

.testimonialwrp .testiwrp-img .maindiv .revwrp span {
    font-size: 20px;
}

.testimonialwrp .testiwrp-img .maindiv .btnwrp {}

.testimonialwrp .testiwrp-img .maindiv .btnwrp a {
    font-size: 16px;
    color: #22204F;
    font-weight: 600;
}


.contactfrom {
    background: #061b3c;
    padding: 90px 0;
}

.contactfrom .formwrp {}

.contactfrom .formwrp .formwrap {
    border-radius: 10px;
    margin: 0 auto 0 0;
}

.contactfrom .formwrp form {}

.contactfrom .formwrp form .txtwrp {
    display: block;
    text-align: left;
}

.contactfrom .formwrp form .txtwrp h2 {
    color: #fff;
    padding: 0 0 20px;
    width: 120%;
}

.contactfrom .formwrp form .txtwrp h4 {}

.contactfrom .formwrp form .txtwrp span {
    color: #ff647a;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 9px;
    top: 3px;
    z-index: 10;
}

.contactfrom .formwrp .lablewrp {
    position: relative;
}

.contactfrom .formwrp .lablewrp input {
    width: 100%;
    height: 57px;
    padding: 0 0 0 20px;
    border: 2px solid #dedede8f;
    border-radius: 10px;
    outline: none;
    margin-bottom: 10px !important;
}

.contactfrom .formwrp .lablewrp select {
    width: 100%;
    height: 54px;
    color: #777;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 20px;
    border: 2px solid #dedede8f;
    border-radius: 10px;
    outline: navajowhite;
}

.contactfrom .formwrp .lablewrp input.btnm {
    transition: all 250ms ease;
    cursor: pointer;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    color: #fff;
    width: 100%;
    padding: 0;
    border: none;
    display: block;
}

.contactfrom .formwrp .lablewrp input.btnm:hover {
    transition: all 250ms ease;
    transform: translateY(-0.625rem);
}

.contactfrom .img-pp {
    background-size: cover;
    background-repeat: no-repeat;
}

.contactfrom .formwrp .lablewrp input#file {
    border: none;
    height: auto;
    margin: 0 0 20px 0px;
    padding: 10px 0 10px;
    color: #c5c9ead9;
    position: relative;
}

.contactfrom .mmaindiv {
    width: 100%;
    background: #F0FCF888;
}

.contactfrom .mmaindiv a {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.contactfrom .formwrp .lablewrp textarea {
    color: #757a7e;
    width: 100%;
    height: 115px;
    margin: 10px 0 10px;
    position: relative;
    padding: 0 0 0 10px;
    border: 2px solid #dedede8f;
    border-radius: 10px;
    resize: none;
    padding: 10px 0 0 20px;
    outline: navajowhite;
}

.contactfrom .formwrp .lablewrp textarea::placeholder {
    color: #757a7e;
}

.contactfrom .mmaindiv a span {
    color: #357782;
}

.contactfrom .formwrp .lablewrp i {
    position: absolute;
    top: 15px;
    z-index: 11;
    color: #777780;
    right: 20px;
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 11px;
    margin-top: -2.5px;
    border-radius: 5px;
    position: absolute;
    border: 4px solid #FFF;
    background: #FFF;
}

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
    margin: 0 0 17px;
}

.rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
    background: linear-gradient(to right, rgb(17 94 234) 0%, #9e1b62 100%) !important;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    top: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: -14px;
    background: white;
    position: absolute;
    background: #ff637b;
    border-radius: 10px;
    display: inline-block;
    background: #087984;
}

.rangeslider__handle:active {}

.rangeslider__handle:after {
    content: "$";
    position: absolute;
    color: #0b0b1c;
    left: 8px;
    top: 4px;
}

.rangeslider__fill,
.rangeslider__handle {
    z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 11px;
    margin-top: -2.5px;
}

/* Budget */
.budget-wrap {}

.budget-wrap .header .title {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.budget-wrap .header .title .pull-right {
    color: #2959da;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #8b2475;
    padding: 2px 20px;
    border-radius: 7px;
    margin: -5px 8px 0 0;
}

.budget-wrap .footer {
    margin-top: 30px;
}

.budget-wrap .footer .btn {
    color: inherit;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
}

.budget-wrap .footer .btn.btn-def {
    color: #525263;
    display: none;
}

.budget-wrap .footer .btn.btn-pri {
    color: #eee;
    background: #ff5a84;
    display: none;
}

.rangeslider__handle {
    top: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: -14px;
    background: white;
    position: absolute;
    background: #ff637b;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    background: #fcfcfc;
    box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 72%);
    border: 1px solid #efdcdc;
}

.contactfrom .mainboxwrp {
    /* background-image: url(../images/NPTC_Group_of_Colleges.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 350px 0 0px 70px;
    background-position: center;
    border-radius: 70px;
    width: 83%;
    float: right;
    position: relative;
    z-index: 3;
    overflow: hidden;
    height: 710px;
    margin: 54px 0 0;
}

.contactfrom .mainboxwrp:after {
    content: "";
    position: absolute;
    background-image: url(../images/lines-01.svg);
    background-repeat: no-repeat;
    background-size: 98%;
    width: 100%;
    height: 520px;
    z-index: 1;
    left: 328px;
    right: 0;
    margin: auto;
    top: 250px;
}

.contactfrom .main-curclewrp {
    position: absolute;
    border: 1px solid #dcdcdc;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    right: -110px;
    border-left: 0;
    z-index: 1;
    border-top: 0;
    /* border-bottom: 0; */
    transform: rotate(279deg);
    bottom: 70px;
}

.contactfrom .mainboxwrp .videowrp {}

.contactfrom .mainboxwrp .videowrp video {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -4;
}

.contactfrom .mainboxwrp .side-from-txt {
    width: 60%;
    position: relative;
    z-index: 10;
}

.contactfrom .mainboxwrp .side-from-txt p {
    color: #fff;
}

.contactfrom .mainboxwrp .side-from-txt h6 {
    color: #fff;
}

.contactfrom .mainboxwrp .side-from-txt span {
    color: #d39f00;
}

.contactfrom .mainboxwrp .playwrp {}

.contactfrom .box-1 {
    position: absolute;
    right: -150px;
    background: #fff;
    padding: 0;
    box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 29%);
    border-radius: 15px;
    top: 120px;
    z-index: 11;
}

.contactfrom .box-1 .box-img {
    display: inline-block;
    position: relative;
    left: -30px;
}

.contactfrom .box-1 .box-img i {
    color: #d9d9d9;
    font-size: 30px;
}

.contactfrom .box-1 .box-txt {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    position: relative;
    left: -30px;
    padding: 10px 0;
}

.contactfrom .box-1 .box-txt span {
    color: #bfbaba;
}

.contactfrom .box-1 .box-txt h4 {
    color: #22204F;
    font-size: 18px;
    padding: 1px 0 2px;
}

.contactfrom .box-1 .box-txt p {
    color: #d39f00;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.contactfrom .box-2 {
    position: absolute;
    right: -200px;
    background: #fff;
    padding: 15px 30px 15px 20px;
    box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 29%);
    border-radius: 10px;
    z-index: 11;
    bottom: 280px;
}

.contactfrom .box-2 .box-img {
    display: inline-block;
}

.contactfrom .box-2 .box-img i {
    color: #48e116;
    font-size: 22px;
}

.contactfrom .box-1 .box-img img {
    width: 83px;
    border-radius: 15px 0 0 15px;
}

.contactfrom .box-2 .box-txt {
    display: inline-block;
    color: #bfbaba;
    margin: 0 0 0 10px;
}

.contactfrom .box-2 .box-txt span {}

.contactfrom .box-2 .box-txt h4 {}

.contactfrom .box-2 .box-txt p {}

.contactfrom .playwrp span {
    position: absolute;
    left: 70px;
    background: #e75a5b;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    top: 250px;
    z-index: 110;
}

.contactfrom .playwrp span i {
    color: #fff;
    display: block;
    text-align: center;
    padding: 38% 0 0 7px;
    font-size: 24px;
}

.contactfrom .formwrap .txtwrp p {
    color: #fff;
}

.contactfrom .formwrp .lablewrp input.emilwrp {
    margin: 0 0 0 15px;
    border-right: 0;
    width: 91%;
    border-radius: 10px 0px 0px 10px;
}

.contactfrom .formwrp .lablewrp input.nmbrwrp {
    border-radius: 0px 10px 10px 2px;
    width: 95%;
}

.contactfrom .mainboxwrp .img-box-wrp {}

.contactfrom .mainboxwrp .img-box-wrp img {
    position: absolute;
    box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 29%);
}

.contactfrom .mainboxwrp .img-box-wrp img.img-1 {
    top: 120px;
    right: -130px;
}

.contactfrom .mainboxwrp .img-box-wrp img.img-2 {
    right: -200px;
}

.contactfrom .chat-box {
    float: right;
    display: block;
    padding: 30px 0 0;
    margin: 20px 30px 0 0;
    position: relative;
    z-index: 10;
}

.contactfrom .chat-box .txtdiv {
    width: 83%;
    margin: 0 -110px 0 0;
}

.contactfrom .chat-box .txtdiv p {
    color: #22204F;
    font-size: 16px;
}

.contactfrom .chat-box .chatmain {
    float: right;
    margin: -80px -30px 0 0;
    position: relative;
    z-index: 1;
}

.contactfrom .chat-box .chatmain span {
    height: 70px;
    width: 70px;
    box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 48%);
    border-radius: 50%;
    padding: 24px 6px 0 0;
    display: block;
    text-align: center;
}

.contactfrom .intl-tel-input {
    width: 100%;
}

.contactfrom .imgwrp img {
    position: absolute;
    bottom: -90px;
}




.footer-section {
    position: relative;
    background: #060610;
}

.footer-cta {
    border-bottom: 1px solid #8b8a8638;
}

.single-cta i {
    color: #df0913;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    width: 70%;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    margin: 0;
    padding: 0;
}

.cta-text span a {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 150px;
    filter: drop-shadow(2px 4px 6px black);
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #7e7e7b;
    font-size: 14px;
    margin-right: 0;
}

.footer-social-icon i {
    height: 40px;
    width: auto;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.footer-social-icon ul {
    margin: 0;
    display: inline-block;
    width: 39%;
}

.footer-social-icon ul li {}

.footer-social-icon ul li img {
    height: 20px;
    margin: 0 10px 2px 0px;
}

.footer-social-icon {}

.footer-social-icon h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-social-icon h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #d00e1c;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #c61224;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
    outline: none;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    padding: 13px 20px;
    border: 1px solid #1e58de;
    top: 0;
    cursor: pointer;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.ftr-btm {
    background: #030406;
    padding: 20px 0 10px;
}

.ftr-btm .btmnav {
    display: inline-block;
}

.ftr-btm .visawrp {
    display: block;
    text-align: right;
}

.ftr-btm .visawrp img {
    height: 25px;
}

.ftr-btm .btmnav p {
    padding: 0;
    color: #ffffff57;
    display: inline-block;
    font-size: 12px;
}

.ftr-btm .btmnav ul {}

.ftr-btm .btmnav ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.ftr-btm .btmnav ul li a {
    color: #abb6c5;
    font-size: 12px;
}





.baner-formwrp {
    background: #64627c14;
    width: 80%;
    float: right;
    padding: 50px 40px;
    position: relative;
    border: 1px solid #184681;
    border-radius: 8px;
    border-top: 1px solid #0c52a4;
    border-bottom: 1px solid #c41325;
    border-left: 1px solid #8630b3;
    border-right: 1px solid #e12929;
}

.baner-formwrp h4 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700;
}

.baner-formwrp h4 span {
    color: #9f2842;
}

.baner-formwrp input {
    width: 100%;
    background: #f3f5fe;
    font-size: 13px;
    color: #767676;
    font-weight: 600;
    border: 0px;
    padding: 11px 24px;
    border: 1px solid transparent;
    margin: 0 0 15px;
    outline: none;
}

.baner-formwrp input.btnmain {
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    /* width: 50%; */
    margin: 20px 0 0;
    color: #fff;
}

.baner-formwrp textarea {
    width: 100%;
    background: #f3f5fe;
    font-size: 15px;
    color: #767676;
    font-weight: 600;
    border: 0px;
    padding: 13px 24px;
    border: 1px solid transparent;
    height: 120px;
    resize: none;
}

.baner-formwrp .intl-tel-input {
    width: 100%;
    margin: 0 0 15px;
}



.contacts {
    height: auto;
    padding: 200px 0 100px 0px;
}

.form input {
    width: 100%;
    height: 50px;
    outline: none;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
    text-decoration: none;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    font-size: 15px;
    border: 1px solid #d4d4d4;
}

.form select {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    border-radius: 10px;
    padding: 0 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    font-size: 15px;
    color: #aba9a9;
    background: white;
    border: 1px solid #d4d4d4;
    -webkit-appearance: none;
}

.form textarea {
    width: 100%;
    height: 160px;
    padding: 10px 0 0 10px;
    resize: unset;
    margin: 0 0 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
    border-radius: 7px;
    font-size: 13px;
    border: 1px solid #d4d4d4;
}

.contactpage .form .frmbtn [type=submit] {
    text-align: center;
    border: none;
    height: 50px;
    text-transform: uppercase;
    padding: 12px 30px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    color: #fff;
    border-radius: 8px;
}

.get-pg .navwrp ul li a {
    color: #fff !important
}

.contactpage .intl-tel-input {
    width: 100%;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    color: #000 !important;
}

.get_pg header .mainboxwrp {
    background: #060610;
}

.get_pg header.showmenu .navwrp ul li a {
    color: #fff;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #000;
    font-size: 12px;
    padding-left: 18px;
}




.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 1%;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 0px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
}

.whatsapp:hover {
    color: #fff;
}

.whatsapp:focus {
    color: #fff;
}

.whatsapp i {}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}








/*------------------------------------------------------------------------------------*/
.stepformwrps .step-form {
    height: 600px;
    margin: 0 auto;
    background: #ffffff36;
    padding: 80px 70px 60px 58px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid hsla(0, 0%, 100%, .16);
}

.stepformwrps .step {
    display: none;
}

.stepformwrps .step.active {
    display: block;
}

.stepformwrps .buttons {
    margin-top: 20px;
    text-align: right;
}

.stepformwrps .buttons button {
    padding: 10px 20px;
    margin: 0 5px;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
    color: #fff;
}

.stepformwrps input,
textarea,
select {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    box-sizing: border-box;
    height: 70px;
    font-size: 22px;
}

.stepformwrps label {
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #000;
}

.stepformwrps {
    padding: 160px 0 90px;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%) !important;
}


.stepformwrps .check-list {
    position: relative;
    border: 2px solid #ebdede;
    padding: 40px 30px 0;
    border-radius: 20px;
    margin: 0 15px 30px;
    max-width: 47%;
}

.stepformwrps input[type=checkbox],
input[type=radio] {
    position: absolute;
    width: 95%;
    height: 85%;
    z-index: 1;
    opacity: 0;
}

.stepformwrps form .check-list img {
    width: 90%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.stepformwrps .check-list.current {
    box-shadow: -1px 7px 15px -3px rgb(110 20 20 / 75%);
    border: 2px solid #dc0a14;
}

.stepformwrps .maincolor input {
    width: 100%;
    /* height: 60px; */
    border-radius: 11px;
    border: none;
    background: rgb(0 46 93 / 0.22) !important;
    border-image-source: none;
    border: 1px solid #4539c1 !important;
}

.stepformwrps select {
    height: 60px !important;
    font-size: 22px;
}

.service-faqs {
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(250, 0, 0, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(1, 86, 172, 0.12), transparent 32%),
        #f5f7fb;
}

.service-faqs__head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.service-faqs__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(1, 86, 172, 0.08);
    color: #0156ac;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-faqs__head h2 {
    color: #111827;
    margin-bottom: 14px;
}

.service-faqs__head p {
    padding-bottom: 0;
    color: #687087;
    font-size: 17px;
    line-height: 1.7;
}

.service-faqs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-faqs__item {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: fit-content;
}

.service-faqs__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.service-faqs__item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.service-faqs__item summary::-webkit-details-marker {
    display: none;
}

.service-faqs__icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.service-faqs__icon:before,
.service-faqs__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.service-faqs__icon:before {
    width: 18px;
    height: 2px;
}

.service-faqs__icon:after {
    width: 2px;
    height: 18px;
}

.service-faqs__item[open] .service-faqs__icon:after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.service-faqs__content {
    padding: 0 26px 24px;
}

.service-faqs__content p {
    padding-bottom: 0;
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .service-faqs {
        padding: 70px 0;
    }

    .service-faqs__grid {
        grid-template-columns: 1fr;
    }

    .service-faqs__item summary {
        font-size: 19px;
        padding: 20px 20px;
    }

    .service-faqs__content {
        padding: 0 20px 20px;
    }
}

@media (max-width: 575px) {
    .service-faqs__eyebrow {
        font-size: 12px;
    }

    .service-faqs__head p,
    .service-faqs__content p {
        font-size: 15px;
    }
}

/* Process section refresh */
.process-works-sec {
    background: radial-gradient(circle at top left, #ffffff 0%, #f5f8ff 45%, #eef2ff 100%);
    padding: 95px 0;
}

.process-works-sec .process-intro {
    max-width: 880px;
    margin: 0 auto 34px;
}

.process-works-sec .process-intro .upr-head {
    margin-bottom: 12px;
}

.process-works-sec .process-intro .main-heading {
    margin-bottom: 14px;
}

.process-works-sec .process-intro .main-pera {
    color: #4e556f;
    font-size: 17px;
    line-height: 1.8;
}

.process-works-sec .process-grid {
    row-gap: 22px;
}

.process-works-sec .process-step-card {
    background: #ffffff;
    border: 1px solid #e8ecff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(34, 32, 79, 0.08);
    padding: 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-works-sec .process-step-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%);
}

.process-works-sec .process-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(34, 32, 79, 0.14);
}

.process-works-sec .process-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #fff;
    background: linear-gradient(to right, rgb(1 86 172) 0%, #fa0000 105%);
}

.process-works-sec .process-step-card h3 {
    color: #22204F;
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.process-works-sec .process-step-card .main-pera {
    margin: 0;
    color: #4e556f;
    font-size: 16px;
    line-height: 1.7;
}

.process-works-sec .txtwrp,
.process-works-sec .process-step-card {
    position: relative;
    top: auto;
}

@media (max-width: 991px) {
    .process-works-sec {
        padding: 70px 0;
    }

    .process-works-sec .process-step-card {
        padding: 20px;
    }

    .process-works-sec .process-step-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .process-works-sec .process-intro .main-pera {
        font-size: 15px;
    }

    .process-works-sec .process-step-card h3 {
        font-size: 22px;
    }

    .process-works-sec .process-step-card .main-pera {
        font-size: 15px;
    }
}