a:hover {
    color: #0056b3;
    text-decoration: none;
}

/*scroll*/
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

header#dynamic .container {
    width: 1350px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(#9900e2, #9900e2);
}

.listPackage::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.listPackage::-webkit-scrollbar-thumb:vertical {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px #eef2fc;
    background-image: linear-gradient(#eef2fc, #eef2fc);
}

/*body*/
.text-left p {
    text-align: left !important;
}

html {
    overflow-x: hidden;
    position: relative !important;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Poppins" !important;
    background: #f7f9fd;
    padding: 0 !important;
    position: relative !important;
}

html {
    scroll-behavior: smooth;
}

h5 {
    font-family: "Poppins";
}

.btn {
    font-family: "Poppins";
}

*:hover,
*:focus,
* {
    outline: none !important;
}

.overflw {
    overflow: hidden;
}

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

section {
    padding: 30px 0;
}

.z9 {
    z-index: 9;
}

.displayInline {
    display: inline-block;
    margin: 50px 15px 0 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="nubmer"] {
    -moz-appearance: textfield;
}

/*padding*/
.pad {
    padding: 0;
}

.pad-15 {
    padding: 0 15px;
}

.pad-30 {
    padding: 0 30px;
}

.padL {
    padding-left: 0;
}

.padR {
    padding-right: 0;
}

.pad-top-80 {
    padding-top: 80px !important;
}

.pad-top {
    padding-top: 60px;
}

.pad-btm-30 {
    padding-bottom: 30px;
}

.pad-btm {
    padding-bottom: 50px;
}

.pad-btm-70 {
    padding-bottom: 70px;
}

.pad-tb {
    padding: 80px 0;
}

.pad-tbm {
    padding: 50px 0;
}

.padRt-60 {
    padding-right: 60px;
}

.pad-LR30 {
    padding: 0 30px;
}

.padtb15-btm30 {
    padding: 0 15px 30px;
}

.pad-80-240 {
    padding: 80px 0 240px;
}

.padBtm-100 {
    padding-bottom: 100px;
}

/* Margin */
.margin-auto {
    margin: 0 auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-40 {
    margin: 40px 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt {}

.mt-35 {
    margin-top: 35px;
}

.font-38 h1 {
    font-size: 38px !important;
    font-weight: 600;
}

.font-38 h2 {
    font-size: 38px !important;
    font-weight: 600;
}

.font-38 h3 {
    font-size: 38px !important;
    font-weight: 600;
}

.font-38 h4 {
    font-size: 38px !important;
    font-weight: 600;
}

.font-38 h5 {
    font-size: 38px !important;
    font-weight: 600;
}

/*botton*/
.btn-a {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 1px 10px #0000006e;
}

.btn-a:hover {
    background: #fff;
    color: #b400e7;
    border-color: #fff;
}

.btn-a:hover::before {
    margin-right: 5px;
    width: 20px;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(120deg, #8e06e6 50%, #7119f1 85%, #5828fa 100%);
}

.btn-a::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-sub {
    margin: 10px 0 0;
    background-color: #b400e7;
    border: 2px solid #b400e7;
    border-radius: 5px;
    color: white !important;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 1px 10px #0000006e;
}

.btn-sub:hover {
    background: #fff;
    color: #b400e7 !important;
    border-color: #fff;
}

.btn-quote:hover {
    background: #2500f9;
    color: #fff;
    border-color: #2500f9;
}

.btn-quote {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #2500f9;
    width: 200px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 1px 10px #0000006e;
    margin: 0 15px 0 0;
}

.colorweb {
    color: #b400e7 !important;
}

.satisfiedCustomer h5 {
    color: #242f51;
    font-size: 16px;
    margin: 0 0 10px;
}

.satisfiedCustomer h5 strong {
    font-weight: bold;
}

.satisfiedCustomer h5 span {
    color: #ffe21e;
    margin: 0 2px 0;
}

.satisfiedCustomer h2 span {
    color: #ffe21e;
    margin: 0 2px 0;
}

select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

/*heading*/
.m1-h h5,
.m1-h h1 {
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 64px;
    text-shadow: 0 3px #b400e7;
}

.m1-p h5 {
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.m2-h h1 {
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.m2-h h5,
.m2-h h3,
.m2-h h1,
.m2-h h2 {
    font-size: 48px;
    color: #242f51;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

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

.m2-h h5 span,
.m2-h h1 span {
    border-bottom: 3px solid #c49c4f;
    text-transform: capitalize;
}

.m3-h h5 {
    color: #242f51;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 38px;
}

.new-heading h3 {
    color: #242f51 !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    font-size: 31px !important;
    line-height: 38px !important;
}

.m3-h h2 {
    color: #242f51;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 38px;
}

.m4-h h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 36px;
    margin: 25px 0 30px;
    font-weight: 600;
}

.m4-h h5 span {
    font-weight: 500;
    font-size: 26px;
    padding: 15px 0 0;
    display: block;
}

.m5-h h5 {
    font-weight: 600;
    color: #242f51;
    font-size: 20px;
    margin-top: 25px;
    text-transform: capitalize;
    text-align: center;
}

.m5-h h5 span {
    border-bottom: 3px solid #fff;
}

.m6-h h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin: 30px 0 50px;
    letter-spacing: 0.8px;
}

.m7-h h5 {
    font-size: 32px;
    font-weight: 600;
    color: #2500f9;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
}

.m7-h h3 {
    font-size: 32px;
    font-weight: 600;
    color: #2500f9;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
}

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

/*paragrape*/
.p1 p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
}

.p2 p {
    font-size: 16px;
    color: #616368;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto 30px;
}

.p3 p {
    color: #000;
    line-height: 22px;
    font-weight: 600;
    font-size: 16px;
}

.p4 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #616368;
}

.p5 p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
}

/* Font size */
.font-16 {
    font-size: 16px !important;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 999999;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

.menuWrap ul.menu li a:hover::after {
    opacity: 1;
    width: 100%;
}

.menuWrap ul.menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    background: #ffe21e;
    width: 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sticky .menuWrap ul.menu li a::after {
    background: #9100d7 !important;
}

.subMenu a::after {
    display: none;
}

/*top-header*/
/*header*/
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    animation: smoothScroll 1s forwards;
    padding: 0;
    box-shadow: 0 0 15px #ccc;
}

.sticky .blacklogo {
    display: none;
}

.blacklogo {
    display: block;
    max-width: 220px;
    margin: 5px 0;
    transform: none !important;
}

.sticky .whitelogo {
    display: block;
    max-width: 200px;
    margin: 5px 0;
}

.whitelogo {
    display: none;
    transform: none !important;
}

.sticky ul.menu>li>a {
    color: #242f51;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sticky .topBar {
    display: none;
}

.stickyCall {
    position: absolute;
    top: 0;
    right: -20%;
    z-index: 99999;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 28px);
}

.sticky .stickyCall {
    visibility: visible;
    opacity: 1;
}

header {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.topBar {
    text-align: right;
    border-bottom: 1px solid #fff;
    padding: 15px 0 25px;
}

.topBar li {
    display: inline-block;
    margin: 0 10px;
}

.topBar li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase !important;
    letter-spacing: 0.1px;
    padding: 15px !important;
}

.topBar li a.slide-hover-left-1 {
    text-transform: lowercase !important;
}

.topBar li a span {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.topBar li a span.fas.fa-phone {
    transform: rotate(90deg);
}

.menuWrap {
    display: flex;
    justify-content: flex-start;
}

ul.menu {
    display: block;
    text-align: left;
}

.flipBtn ul.menu {
    display: inline-block;
    margin: 0 20px 0 0;
}

.flipBtn .flip a .front,
.flipBtn .flip a .back {
    padding: 0 5px;
    width: 175px;
}

ul.menu li.flip:last-child {
    left: 0 !important;
}

ul.menu li.flip:last-child a .front {
    background-color: #ffe21e;
    font-weight: 600;
    color: #242f51;
}
/*
ul.menu li.flip:last-child a .front:hover {
    transform: scale(1.1);
} */
ul.menu li.flip:last-child a .front:hover {
    background: white;
    color: #8e06e6;
    font-weight: 700;
}

.sticky ul.menu li.flip:last-child a .front {
    background-color: #9100d7;
    color: #fff;
}

ul.menu li.flip:last-child .back {
    background-color: #fff !important;
    font-weight: 600;
}

ul.menu li.flip:last-child .back:after {
    background: #e7ca00;
}

.sticky ul.menu li.flip:last-child .back:after {
    background: #9100d7;
}

ul.menu>li {
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

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

ul.menu>li>a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

ul.menu>li>a:before,
ul.menu>li.active>a:before {
    content: "";
    display: none;
    height: 3px;
    width: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: -34px;
}

ul.menu>li>a:hover:before,
ul.menu>li.active>a:before {
    margin-right: 10px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background: #fff;
}

/* ul.menu>li:hover:after, ul.menu>li.active:after {
  content: "";
  position: absolute;
  top: -48px;
  width: 100%;
  background: #fff;
  height: 3px;
  left: 0;
} */
ul.menu>li a.getQuote {
    background: #fff;
    padding: 15px 25px;
    font-size: 16px;
    color: #b400e7;
    font-weight: 600;
    border-radius: 5px;
    text-transform: inherit;
    box-shadow: 0 1px 10px #0000006e;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

ul.menu>li a.getQuote:hover {
    background: #b400e7;
    color: #fff;
    border-color: #b400e7;
}

ul.menu>li.active a {}

ul.menu>li:hover .subMenu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    visibility: visible;
}

.subMenu {
    position: absolute;
    left: 0%;
    top: 150%;
    text-align: left;
    background-color: #fff;
    padding: 12px 0;
    z-index: 99999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 8px;
    box-shadow: 1px 3px 10px #ccc;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-width: 320px;
    max-width: max-content;
}

.subMenu li {
    background-color: #fff;
    padding: 10px 22px;
    border-bottom: 1px solid #fff;
    width: max-content;
    position: relative;
    max-width: 315px;
    border-radius: 8px;
    margin: 0 0 3px;
}

.subMenu li.last {
    border-bottom: none;
}

.subMenu li a:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.subMenu li a:hover:before {
    margin-right: 5px;
    width: 20px;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(120deg, #8e06e6 50%, #7119f1 85%, #5828fa 100%);
}

.subMenu a {
    font-size: 14px;
    font-weight: 400;
    color: #242f51;
    text-transform: capitalize;
}

.subMenu li a:hover {
    color: #2500f9;
}

/*main-banner*/
.bannerFloating {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    margin: 0 auto;
    text-align: right;
    transform: translate(15%, 25%);
}

.bannerFloatingimg1 {
    max-width: 735px;
    transform: translate(-5%, -30%);
}

.bannerFloatingimg2 {
    max-width: 420px;
}

.bannerFloatingimg3 {
    max-width: 750px;
    /*transform: translate(10%, 40%);*/
}

.mainBanner {
    background: linear-gradient(30deg, #2500f9 0, #2500f9 0%, #9100d7 70%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}

.mainBanner .flip a .back,
.servicesBanner .flip a .back {
    background-color: #ffe21e !important;
    color: #242f51 !important;
}

.mainBanner .flip a .back:after,
.servicesBanner .flip a .back:after {
    background: #fff !important;
}

.mainBanner .flip a .front,
.servicesBanner .flip a .front {
    background-color: #fff;
    color: #2500f9;
}

.innerBanner {
    display: flex;
    background-size: cover;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    padding: 250px 0 90px;
}

.innerBanner::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/footerBG.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    z-index: 99;
    padding: 250px 0 90px;
    transform: rotate(180deg);
}

.auto-typing {
    color: #ffe21e;
}

video#myVideo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99;
}

.z-9 {
    z-index: 999;
    position: relative;
}

.mainBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background: #00000059; */
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: url(../images/banner/mainBannernew.png);
}

/*main-banner End*/
/* Social Icons */
.socialIcon li {
    display: inline-block;
}

.socialIcon li span {
    padding: 9px 6px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #9900e2;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 5px 0 0;
}

.socialIcon li span:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/* Banner Form CSS */
.BannerForm {
    background: #ffffff94;
    padding: 85px 40px 30px;
    border-radius: 15px;
    box-shadow: 0 0 5px #00000054;
    position: relative;
}

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

.BannerForm h5 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-shadow: 0 0 12px #0000009c;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    font-family: "Oswald", sans-serif;
    margin: 0 auto;
}

.BannerForm h5 span {
    font-size: 104px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.BannerForm h5 span:last-child {
    font-size: 48px;
}

.BannerForm p {
    font-size: 20px;
    color: #242f51;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}

/* .BannerForm h5 .text50 span {
  display: inline-block;
  font-size: 45px;
} */
.getyourForm input[type="text"],
.getyourForm input[type="email"],
.getyourForm input[type="number"],
.getyourForm input[type="rel"],
.getyourForm textarea {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 5px #0000007d;
}

.getyourForm textarea {
    height: 150px;
    margin: 15px 0;
}

.satisfiedCustomer {
    padding: 120px 0 0;
}

.satisfiedCustomer img {
    transform: none !important;
}

.bannerList {
    margin: 15px 0 0;
}

.bannerList li {
    color: #fff;
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 22px;
}

.bannerList li span {
    color: #ffe21e;
    margin: 0 5px 0 0;
    font-size: 20px;
}

/*footer start*/
footer {
    /* background-size: 120% !important; */
    height: auto;
    position: relative;
    padding: 150px 0 0;
    overflow: hidden;
}

footer:after {
    position: absolute;
    content: "";
    background-image: url(../images/footerBG.png);
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    bottom: -20%;
}

.flogo {
    text-align: right;
}

.copyright {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    border-top: 1px solid #fff;
}

.copyright p {
    text-transform: capitalize;
    margin: 0;
}

.copyrightLink {
    margin: 0;
}

.servicesList .footerLinks {
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
}

.footerLinks a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px;
    display: block;
    line-height: 20px;
}

.emailLinks a {
    text-transform: lowercase;
}

.emailLinks li.last a {
    text-transform: capitalize;
}

.footerLinks a:hover {
    color: #fff;
}

.footerLinks li {
    margin: 0 0 10px;
}

.footerLinks li span {
    color: #fff;
    margin: 0 10px 0 0;
    height: 30px;
    float: left;
}

.ftr-md1 img {
    margin: 0 0 30px;
    max-width: 220px;
}

.ftr-md4 img {
    margin: 15px 0 0;
}

.copyrightLink li {
    display: inline-block;
    margin: 0 5px 0;
}

.copyrightLink li a {
    color: #fff;
    font-size: 12px;
}

.footerLinks span.fas.fa-phone {
    transform: rotate(90deg);
    margin: -7px 15px 0 -7px;
}

footer .payments {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

footer .payments a .fab {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    width: 44px;
    height: 40px;
    display: block;
}

footer .payments a:hover .fab {
    color: #fff;
}

footer .payments a+a {
    margin-left: 5px;
}

span.inclusive-black {
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
}

span.inclusive-black a {
    color: #fff;
    font-size: 12px;
}

/*footer end*/
/* Design Coporation css */
.topPanel {
    padding: 8px 0 0;
}

.topPanel .logoCrcl {
    max-width: 431px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.topPanel .logoCrcl figure {
    min-width: 574px;
    min-height: 640px;
    background: url(../images/design-BG.png) no-repeat 0 0;
    background-size: cover;
    text-align: center;
    padding: 57% 0 0;
}

.topPanel .logoCrcl figure img {
    max-width: 210px;
    margin: 0 0 0 -5%;
}

.topPanel .homeMenu {
    display: inline-block;
    margin: 0 0 0 -35px;
}

.topPanel .homeMenu ul li {
    font-size: 13px;
    margin: 40px 0 -20px -35px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.topPanel .homeMenu ul li a img {
    max-width: 40px;
}

.topPanel .homeMenu ul li:before {
    border: 2px solid #ff2e2c;
    content: "";
    display: block;
    position: absolute;
    top: 118px;
    left: -20px;
    width: 25px;
    height: 25px;
    background: #dde9f1;
    border-radius: 50%;
    box-shadow: 1px 3px 5px #828282;
}

.topPanel .homeMenu ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 120px;
    left: -18px;
    width: 21px;
    height: 21px;
    background: #dbd2cf;
    border: 1px solid #8a9390;
    border-radius: 50%;
}

.topPanel .homeMenu ul li.shpCls {
    margin-left: -22px;
    margin-top: 15px;
}

.topPanel .homeMenu ul li.sprtCls {
    margin-left: 90px;
    margin-top: 125px;
}

.topPanel .homeMenu ul li.sprtCls:before {
    left: -55px;
    top: 35px;
}

.topPanel .homeMenu ul li.sprtCls:after {
    top: 37px;
    left: -53px;
}

.topPanel .homeMenu ul li.patCls {
    margin-left: 150px;
    margin-top: 125px;
}

.topPanel .homeMenu ul li.patCls:before {
    left: -82px;
    top: 6px;
}

.topPanel .homeMenu ul li.patCls:after {
    left: -80px;
    top: 8px;
}

.topPanel .homeMenu ul li.wkCls {
    margin-left: 80px;
    margin-top: 110px;
}

.topPanel .homeMenu ul li.wkCls:before {
    left: -40px;
    top: -20px;
}

.topPanel .homeMenu ul li.wkCls:after {
    left: -38px;
    top: -18px;
}

.topPanel .homeMenu ul li.cntctCls {
    margin-left: -26px;
    margin-top: 138px;
}

.topPanel .homeMenu ul li.cntctCls:before {
    top: -100px;
    left: -20px;
}

.topPanel .homeMenu ul li.cntctCls:after {
    top: -98px;
    left: -18px;
}

.topPanel .homeMenu ul li a {
    display: inline-block;
    color: #e9eaf2;
    position: relative;
    text-shadow: 1px 1px 0 #000;
    font-size: 15px;
    font-weight: 600;
}

/* .topPanel .homeMenu ul li a:before { background: #ff2e2c; content: ""; display: block; position: absolute; top:20px; left:-53px; width:45px; height:2px; } */
.topPanel .homeMenu ul li:hover:after {
    background: #f74c54;
}

.topPanel .homeMenu ul li:hover:before {
    box-shadow: 0 0 6px 2px #f74c54;
}

.topPanel .topText {
    margin: 50% 0 0 0;
}

.topPanel .topText h4 {
    color: #fff;
    margin: 0;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 2px;
    text-align: justify;
    text-shadow: 1px 2px 0 #000;
}

.topPanel .topText h4 strong {
    display: block;
}

.topPanel .topText h4 small {
    font-size: 21px;
    color: #fff;
    margin: 0;
}

/* END */
/* Solution CSS */
.solutions {
    padding: 0 0 90px;
}

.solutions a.nav-link {
    background-color: #fff !important;
    border-color: transparent transparent transparent !important;
    color: #242f51 !important;
    font-size: 16px;
    font-weight: 600;
    min-height: 280px;
    width: 280px;
    padding: 25px;
    text-transform: uppercase;
    margin: 0 15px;
    text-align: left;
    line-height: 22px;
    box-shadow: 0 0 20px #00000040;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-In-out;
    -moz-transition: all 0.2s ease-In-out;
    -o-transition: all 0.2s ease-In-out;
    transition: all 0.2s ease-In-out;
}

.hover-block {
    transform: rotate(60deg);
}

.nav-tabs .nav-item a:hover .hover-block:before,
.nav-tabs .nav-item.active a .hover-block:before {
    transform: translate(-50%, 0%);
    transition-delay: 0.1s;
}

.nav-tabs .nav-item a:hover .hover-block:after,
.nav-tabs .nav-item.active a .hover-block:after {
    transform: translate(-50%, 10%);
    transition-delay: 0.1s;
}

.hover-block:before {
    bottom: 0%;
    left: 75%;
    transform: translate(-50%, -100%);
    background-color: #ffffff3b;
    z-index: 10;
    transition: all 0.2s ease;
    opacity: 1;
    box-shadow: 0 0 40px #ffffff21;
}

.hover-block:after {
    background-color: #ab00ca38;
    bottom: 0;
    left: 58%;
    transform: translate(-50%, -100%);
    background-color: #ab00ca38;
    z-index: 9;
    transition: all 0.5s ease;
    width: 190px !important;
    height: 170px !important;
    display: none;
}

.hover-block:before,
.hover-block:after {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
}

.solutions .nav-tabs .nav-item.active a,
.solutions a.nav-link:hover {
    background: #000823;
    background: -moz-linear-gradient(120deg,
            #5828fa 0,
            #7119f1 20%,
            #8e06e6 100%);
    background: -webkit-linear-gradient(120deg,
            #5828fa 0,
            #7119f1 20%,
            #8e06e6 100%);
    background: linear-gradient(120deg, #5828fa 0, #7119f1 20%, #8e06e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000823', endColorstr='#91298b', GradientType=1);
    box-shadow: 0px 0px 45px #00000059;
    /* transform: translateY(-0.625rem); */
}

.solutions .nav-tabs .nav-item.active a,
.solutions a.nav-link:hover {
    color: #fff !important;
}

.solutions .tab-content {
    padding: 90px 0 0;
}

.solutions .nav-tabs .nav-item.active a .onHover,
.solutions a.nav-link:hover .onHover {
    display: block;
}

.solutions .nav-tabs .nav-item.active a .offHover,
.solutions a.nav-link:hover .offHover {
    display: none;
}

.solutions a img {
    margin: 0 0 20px;
    display: block;
    position: relative;
    z-index: 999;
}

.solutions a .onHover {
    display: none;
}

.solutions a.nav-link p {
    font-weight: 400;
    margin: 10px 0 0;
    text-transform: initial;
}

.nav-tabs {
    justify-content: center;
    border-bottom: none;
}

.solutions li {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}

.tab-content>.tab-pane img.move-nw {
    margin: 15px 0 0;
}

/* Services Section */
.servicesSec {
    padding: 0;
}

.servicesSec .nav-link a {
    background: #fff;
    border-radius: 50% !important;
    border: 1px solid transparent !important;
    padding: 20px;
    margin: 0 15px 0;
    box-shadow: 0 0 10px #0000003d;
}

.p4 p a:hover {
    color: #9900e2 !important;
    /*box-shadow: 0px 0px 15px #00000085;*/
}

.servicesSec .nav-link a {
    width: 67px;
    background: url(../images/spite.png) !important;
    height: 67px;
}

.servicesSec a#logo-design-tab {
    background-position: -1% 0% !important;
}

.servicesSec a#brand-tab {
    background-position: 12% 0% !important;
}

.servicesSec a#webdesign-tab {
    background-position: 24.5% 0% !important;
}

.servicesSec a#ecomservice-tab {
    background-position: 37% 0% !important;
}

.servicesSec a#mobileservice-tab {
    background-position: 50% 0% !important;
}

.servicesSec a#motion-tab {
    background-position: 62.5% 0% !important;
}

.servicesSec a#contentservice-tab {
    background-position: 75.3% 0 !important;
}

.servicesSec a#seoservice-tab {
    background-position: 88.5% 0 !important;
}

.servicesSec a#digital-tab {
    background-position: 101% 0 !important;
}

.servicesSec li.nav-item.active a#logo-design-tab,
.servicesSec li.nav-item a#logo-design-tab:hover {
    background-position: -1% 92% !important;
}

.servicesSec li.nav-item.active a#brand-tab,
.servicesSec li.nav-item a#brand-tab:hover {
    background-position: 12% 92% !important;
}

.servicesSec li.nav-item.active a#webdesign-tab,
.servicesSec li.nav-item a#webdesign-tab:hover {
    background-position: 24.5% 92% !important;
}

.servicesSec li.nav-item.active a#ecomservice-tab,
.servicesSec li.nav-item a#ecomservice-tab:hover {
    background-position: 37% 92% !important;
}

.servicesSec li.nav-item.active a#mobileservice-tab,
.servicesSec li.nav-item a#mobileservice-tab:hover {
    background-position: 50% 92% !important;
}

.servicesSec li.nav-item.active a#motion-tab,
.servicesSec li.nav-item a#motion-tab:hover {
    background-position: 62.5% 92% !important;
}

.servicesSec li.nav-item.active a#contentservice-tab,
.servicesSec li.nav-item a#contentservice-tab:hover {
    background-position: 75.3% 92% !important;
}

.servicesSec li.nav-item.active a#seoservice-tab,
.servicesSec li.nav-item a#seoservice-tab:hover {
    background-position: 88.5% 92% !important;
}

.servicesSec li.nav-item.active a#digital-tab,
.servicesSec li.nav-item a#digital-tab:hover {
    background-position: 101% 92% !important;
}

.servicesSec li.nav-item.active a,
.servicesSec li.nav-item a:hover {
    background-color: #9900e2 !important;
    box-shadow: 0px 0px 15px #00000085;
}

/**/
.servicesSec .nav-link a.logo-design-tab {
    background-position: -1% 0% !important;
}

.servicesSec .nav-link a.brand-tab {
    background-position: 12% 0% !important;
}

.servicesSec .nav-link a.webdesign-tab {
    background-position: 24.5% 0% !important;
}

.servicesSec .nav-link a.ecomservice-tab {
    background-position: 37% 0% !important;
}

.servicesSec .nav-link a.mobileservice-tab {
    background-position: 50% 0% !important;
}

.servicesSec .nav-link a.motion-tab {
    background-position: 62.5% 0% !important;
}

.servicesSec .nav-link a.contentservice-tab {
    background-position: 75.3% 0 !important;
}

.servicesSec .nav-link a.seoservice-tab {
    background-position: 88.5% 0 !important;
}

.servicesSec .nav-link a.digital-tab {
    background-position: 101% 0 !important;
}

.servicesSec .nav-link a.logo-design-tab.active,
.servicesSec .nav-link a.logo-design-tab:hover {
    background-position: -1% 92% !important;
}

.servicesSec .nav-link a.brand-tab.active,
.servicesSec .nav-link a.brand-tab:hover {
    background-position: 12% 92% !important;
}

.servicesSec .nav-link a.webdesign-tab.active,
.servicesSec .nav-link a.webdesign-tab:hover {
    background-position: 24.5% 92% !important;
}

.servicesSec .nav-link a.ecomservice-tab.active,
.servicesSec .nav-link a.ecomservice-tab:hover {
    background-position: 37% 92% !important;
}

.servicesSec .nav-link a.mobileservice-tab.active,
.servicesSec .nav-link a.mobileservice-tab:hover {
    background-position: 50% 92% !important;
}

.servicesSec .nav-link a.motion-tab.active,
.servicesSec .nav-link a.motion-tab:hover {
    background-position: 62.5% 92% !important;
}

.servicesSec .nav-link a.contentservice-tab.active,
.servicesSec .nav-link a.contentservice-tab:hover {
    background-position: 75.3% 92% !important;
}

.servicesSec .nav-link a.seoservice-tab.active,
.servicesSec .nav-link a.seoservice-tab:hover {
    background-position: 88.5% 92% !important;
}

.servicesSec .nav-link a.digital-tab.active,
.servicesSec .nav-link a.digital-tab:hover {
    background-position: 101% 92% !important;
}

.servicesSec .nav-link .active,
.servicesSec .nav-link a:hover {
    background-color: #9900e2 !important;
    box-shadow: 0px 0px 15px #00000085;
}

/* .servicesSec a:hover .offHover, .servicesSec li.nav-item.active a .offHover, .bigsinglePackage .onHover {
  display: none;
}
.servicesSec a:hover .onHover, .servicesSec li.nav-item.active a .onHover {
  display: block;
}
.servicesSec .onHover{
  display: none;
} */
.customH h5,
.customH h2 {
    font-size: 32px;
    color: #b400e7;
    font-weight: 700;
    margin: 0 0 5px;
    letter-spacing: 0.5px;
}

.customH h3 {
    font-size: 32px;
    color: #b400e7;
    font-weight: 700;
    margin: 0 0 5px;
    letter-spacing: 0.5px;
}

.customH h2 {
    font-size: 32px;
    color: #b400e7;
    font-weight: 700;
    margin: 0 0 5px;
    letter-spacing: 0.5px;
}

/* Packages CSS */
.packagesSec {
    padding-bottom: 120px;
}

.packagesSec .nav-tabs {
    border: 1px solid #ccc;
    padding: 5px 0;
    width: fit-content;
    border-radius: 35px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.packagesSec .nav-tabs li .nav-link {
    border: none !important;
    padding: 12px 10px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #616368;
    text-align: center;
    position: relative;
    z-index: 99;
    font-weight: 500;
}

.packagesSec .nav-tabs li:first .nav-link {
    color: #fff;
}

/*.packagesSec .tabspack .selector {*/
/*  left: 18.0312px;*/
/*}*/
/* .packagesSec .nav-tabs .nav-item.show .nav-link, .packagesSec .nav-tabs .nav-link.active{
  color: #fff !important;
  background-color: #2500f9;
  border-radius: 5px;
  font-weight: 600 !important;
} */
.packagesSec .nav-tabs .nav-item.show .nav-link,
.packagesSec .nav-tabs .nav-link.active {
    background: transparent;
    color: #fff !important;
}

.packages {
    padding: 0 0 90px;
}

.fade.in {
    opacity: 1;
}

.listPackage.listPakcagesingle {
    max-height: initial;
    width: 33%;
    display: inline-block;
    padding: 0 15px;
    float: left;
    margin-bottom: 15px;
}

.orderBtn {
    display: flex;
    width: 100%;
    justify-content: center;
}

.bigsinglePackage {
    border: 1px solid transparent;
    box-shadow: 0 0 15px #00000047;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    border-radius: 5px;
}

.bigsinglePackage:hover {
    transform: scale(1.02);
}

.packagesSec .m7-h h5 {
    margin: 0 0 15px;
}

/* .packagesSec .tab-content .tab-pane.active{
  z-index: 999;
  opacity: 1;
}
.packagesSec .tab-content .tab-pane{
  opacity: 0;
  -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
} */
.slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 15px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}

/* Single Package */
.singlePackage {
    border: 1px solid transparent;
    box-shadow: 0 0 15px #00000047;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

.singlePackage:hover {
    transform: scale(1.05);
    background: #000823;
    background: -moz-linear-gradient(120deg,
            #5828fa 0,
            #7119f1 20%,
            #8e06e6 100%);
    background: -webkit-linear-gradient(120deg,
            #5828fa 0,
            #7119f1 20%,
            #8e06e6 100%);
    background: linear-gradient(120deg, #5828fa 0, #7119f1 20%, #8e06e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000823', endColorstr='#91298b', GradientType=1);
    box-shadow: 0px 0px 20px #00000059;
}

.singlePackage:hover .singlePackageHeader,
.singlePackage:hover .singlePackageBody {
    background: transparent;
}

.singlePackage:hover .price h5,
.singlePackage:hover .freelist,
.singlePackage:hover .m5-h h5,
.singlePackage:hover .priceDiscount h5,
.singlePackage:hover .listPackage li,
.singlePackage:hover .listPackage li span,
.singlePackage:hover .bottomList li a {
    color: #fff;
}

.singlePackage:hover:before {
    transform: translate(-70%, -96%);
    transition-delay: 0.1s;
}

.singlePackage:before {
    bottom: 0%;
    left: 75%;
    transform: translate(-70%, -160%);
    background-color: #ffffff3b;
    z-index: 10;
    transition: all 0.2s ease;
    opacity: 1;
    box-shadow: 0 0 40px #ffffff21;
    content: "";
    width: 470px;
    height: 470px;
    border-radius: 50%;
    position: absolute;
}

/* .singlePackage:hover:after {
  transform: translate(-70%,-97%);
  transition-delay: .1s;
}
.singlePackage:after {
  bottom: 0%;
  left: 75%;
  transform: translate(-70%,-160%);
  background-color: #ffffff21;
  z-index: 10;
  transition: all .1s ease;
  opacity: 1;
  box-shadow: 0 0 40px #ffffff21;
  content: "";
  width: 470px;
  height: 470px;
  border-radius: 50%;
  position: absolute;
} */
.singlePackageHeader {
    background: #f5f7f9;
    padding: 20px 10px 30px;
    border-radius: 5px;
}

.singlePackageBody {
    padding: 30px 20px;
    background: #fff;
}

.listPackage li span {
    color: #2500f9;
    font-size: 16px;
    margin: 2px 10px 0 0;
}

.listPackage li span::before {
    content: "\f058";
}

.listPackage li {
    color: #1d1d1d;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
    margin: 0 0 15px;
    position: relative;
    display: flex;
    line-height: 22px;
}

.listPackage {
    max-height: 250px;
    overflow-x: hidden;
}

.freelist {
    color: #2500f9;
}

.singlePackageFooter {
    border-top: 1px solid #ccc;
    padding: 5px 0 35px;
}

.price h5 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #242f51;
    text-align: center;
}

.price h5 sub {
    font-size: 60px;
}

.priceDiscount h5 {
    color: #616368;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 0;
}

.priceDiscount h5 span {
    text-decoration: line-through;
}

.hours h5 {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    color: #181846;
    text-align: center;
}

.orderBtn .btn-a {
    background: #2500f9;
    border-color: transparent;
    border-radius: 5px;
    width: auto;
    box-shadow: none;
}

.orderBtn .btn-a:hover {
    background: #2500f9;
    box-shadow: 0 1px 10px #0000006e;
}

.bottomList li {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 20px 0 0;
    text-align: left;
}

.bottomList li.last {
    text-align: right;
}

.bottomList li h5 {
    font-size: 11px;
    font-weight: 500;
    color: #181846;
}

.bottomList li a {
    font-size: 15px;
    font-weight: 500;
    color: #242f51;
    vertical-align: middle;
    display: inline-flex;
}

.singlePackage .onHover {
    display: none;
}

.singlePackage:hover .onHover {
    display: block;
}

.singlePackage:hover .offHover {
    display: none;
}

.bigsinglePackage img.onHover {
    display: none;
}

.singlePackage:hover .orderBtn .btn-a {
    background: #fff !important;
    color: #2500f9 !important;
}

.bottomList li a img {
    margin-right: 5px;
}

/* Get Quote */
.customQuoteForm {
    background: #fff;
    padding: 40px 40px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 15px #0000004f;
}

/*.customQuoteForm span {*/
/*  margin-bottom: 40px;*/
/*  font-size: 38px;*/
/*  font-weight: 600;*/
/*  letter-spacing: -1.2px;*/
/*  color: #2500f9;*/
/*}*/
.customQuoteForm h5,
.customQuoteForm p {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1.2px;
    color: #2500f9;
}

/*.formQuote .col-md-12 {*/
/*  display: contents;*/
/*}*/
.formQuote input {
    width: 100%;
    border: 1px solid #f0f4fd;
    border-radius: 6px;
    padding: 15px;
    margin: 0 0 25px;
    background: #f0f4fd;
}

.formQuote textarea {
    width: 100%;
    background: #f0f4fd;
    border: 1px solid #f0f4fd;
    border-radius: 6px;
    padding: 15px;
    height: 15vh;
    margin: 15px 0 0;
}

.btn-submit {
    background: #2500f9 !important;
    border-radius: 5px;
    width: auto !important;
    padding: 12px 45px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.btn-submit:hover {
    background: #fff !important;
    color: #2500f9 !important;
    border: 1px solid #2500f9 !important;
}

.gotIdeaForm {
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.gotIdea {
    background: #9900e2;
    border: 1px solid #9900e2 !important;
    background: #000823;
    background: -moz-linear-gradient(120deg,
            #5828fa 0,
            #7119f1 20%,
            #8e06e6 100%);
    background: -webkit-linear-gradient(120deg,
            #5828fa 0,
            #7119f1 20%,
            #8e06e6 100%);
    background: linear-gradient(10deg, #5828fa 0, #7119f1 20%, #8e06e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000823', endColorstr='#91298b', GradientType=1);
    box-shadow: 0px 0px 15px #0000003b;
    padding: 60px 0;
}

.gotIdeaDis h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.gotIdeaDis h5 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.gotIdeaDis p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.formImage {
    position: absolute;
    right: -60%;
    top: 25%;
}

/* Consultancy CSS */
.formconsultancy input {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    margin: 0 0 25px;
}

.formconsultancyH h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1d;
    margin: 0 0 15px;
}

.formconsultancy textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    height: 15vh;
}

.form-check-label {
    margin-bottom: 5px;
}

/* Animation */
.BannerForm h5 {
    animation: off50 1s alternate infinite ease-in;
}

/* ul.menu li.flip:last-child a{
  animation: getQuote 1.5s alternate infinite ease-in;
} */
@keyframes getQuote {
    0% {
        transform: scale(0.7);
        animation-timing-function: ease-in;
    }

    50% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    100% {
        transform: scale(0.7);
    }
}

@keyframes off50 {
    0% {
        transform: scale(0.5);
        animation-timing-function: ease-in;
    }

    50% {
        transform: scale(0.7);
        animation-timing-function: ease-out;
    }

    100% {
        transform: scale(0.5);
    }
}

@keyframes scaletext1 {
    0% {
        font-size: 35px;
    }

    100% {
        font-size: 45px;
    }
}

@keyframes move-se {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(15px, 0px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes move-s {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(0px, -30px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes move-nw {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(-10px, -10px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.move-se {
    animation-name: move-se;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}

.move-s {
    animation-name: move-s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.move-nw {
    animation-name: move-nw;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/* Portfolio CSS */
#portFolio img {
    /* filter: grayscale(.4);   */
    -webkit-transition: all 0.2s ease-In-out;
    -moz-transition: all 0.2s ease-In-out;
    -o-transition: all 0.2s ease-In-out;
    transition: all 0.2s ease-In-out;
    cursor: pointer;
}

#portFolio img:hover {
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-In-out;
    -moz-transition: all 0.2s ease-In-out;
    -o-transition: all 0.2s ease-In-out;
    transition: all 0.2s ease-In-out;
}

.porfolioEffect {
    margin: 0 0 10px;
    /*height:400px;*/
}

#portFolio .porfolioEffect {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-In-out;
    -moz-transition: all 0.2s ease-In-out;
    -o-transition: all 0.2s ease-In-out;
    transition: all 0.2s ease-In-out;
}

/* Portfolio Single Page
------------------------------------*/
.secPfsingle {
    background-color: #f8f8f8;
    padding: 80px 0 60px;
}

.secPfsingle .navpfolio {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto 30px;
}

.secPfsingle .navpfolio a {
    border-radius: 4px;
    border: 1px solid #4169e1;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    padding: 10px 30px;
    margin: 6px;
    cursor: pointer;
    text-decoration: none;
}

.secPfsingle .navpfolio a.current {
    color: #fff;
    text-decoration: none;
    background: rgba(137, 38, 137);
    background: -moz-linear-gradient(left,
            rgba(137, 38, 137) 0%,
            rgba(28, 78, 228) 100%);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(137, 38, 137)),
            color-stop(100%, rgba(28, 78, 228)));
    background: -webkit-linear-gradient(left,
            rgba(137, 38, 137) 0%,
            rgba(28, 78, 228) 100%);
    background: -o-linear-gradient(left,
            rgba(137, 38, 137) 0%,
            rgba(28, 78, 228) 100%);
    background: -ms-linear-gradient(left,
            rgba(137, 38, 137) 0%,
            rgba(28, 78, 228) 100%);
    background: linear-gradient(to right,
            rgba(137, 38, 137) 0%,
            rgba(28, 78, 228) 100%);
    background: linear-gradient(to right,
            rgb(137, 38, 137) 0%,
            rgb(28, 78, 228) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c4ee4', endColorstr='#892689', GradientType=1);
}

.pfRow [class^="col-"]:nth-child(n + 4),
.pfRow [class*=" col-"]:nth-child(n + 4) {
    margin-top: 30px;
}

.pfItem {
    position: relative;
    width: 100%;
    padding-top: 100%;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
    /* -webkit-box-shadow: 0 6px 10px #0000006b;
     -moz-box-shadow: 0 6px 10px #0000006b;
          box-shadow: 0 6px 10px #0000006b; */
}

.pfItem .pfImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.pfItem .pfWrap {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.pfItem:hover .pfWrap {
    transform: scale(1.1);
}

.initial {
    background: #4169e1;
    color: #fff;
    width: 78px;
    height: 78px;
    line-height: 78px;
    font-size: 2.8em;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-weight: 700;
}

.pfCarousel {
    padding: 0 0 30px;
}

/* Comprehensive CSS */
/*Comprehensive SLIDER*/
.holderCircle {
    width: 540px;
    height: 540px;
    border-radius: 100%;
    margin: 0px auto;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: #ffffff;
    color: #7d4ac7;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ccc;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

/* .dotCircle .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #7d4ac7; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #a733bb; right: -39px; } */
.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 35px;
    top: 40px;
    width: 470px;
    height: 470px;
    border: 8px dashed #e1e6fa;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.itemDot.active i {
    color: #fff !important;
}

h2.title,
p.title {
    font-size: 30px !important;
    font-weight: 600;
    color: #9a02e2;
    line-height: 28px !important;
}

h3.title,
p.title {
    font-size: 30px !important;
    font-weight: 600;
    color: #9a02e2;
    line-height: 28px !important;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #9900e2;
    /* Old browsers  background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%); /* FF3.6-15  background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%); /* Chrome10-25,Safari5.1-6  background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.dotCircle .itemDot i {
    height: 96px;
    width: 96px;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 40px;
    line-height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}

.contentCircle {
    width: 300px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 50px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

.title-box p {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 110px auto;
    }

    .holderCircle::after {
        width: 100%;
        height: 100%;
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.clients-section li {
    color: #242f51;
    list-style: disc;
    /* padding-left: 15px; */
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.clients-section ul {
    padding-left: 25px;
    margin: 30px 0 0;
}

.clients-section ul li::marker {
    color: #b400e7;
    font-size: 22px;
}

/* Branding Solution CSS */
.clients-section {
    padding: 90px 0;
}

.dl-ban {
    background-size: contain;
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding: 90px 0;
}

.dl-img {
    margin-bottom: 30px;
}

.dl-ctn p {
    font-size: 16px;
    color: #616368;
    margin-bottom: 29px;
    line-height: 22px;
}

ul.dl-lst {
    column-count: 2;
    width: 97%;
    margin-bottom: 5px;
    padding-left: 20px;
}

ul.dl-lst>li {
    position: relative;
    margin-bottom: 14px;
}

ul.dl-lst>li a {
    font-size: 20px;
    font-style: italic;
    color: #242f51;
    font-weight: 600;
    padding-left: 7px;
}

ul.dl-lst>li {
    font-size: 20px;
    font-style: italic;
    color: #242f51;
    font-weight: 600;
    padding-left: 7px;
}

ul.dl-lst>li:after {
    position: absolute;
    content: "\f00c ";
    font-family: "fontAwesome";
    color: #9900e2;
    font-size: 15px;
    left: -15px;
    vertical-align: middle;
    top: 0;
    bottom: 0;
}

ul.dl-btn {
    display: block;
}

ul.dl-btn>li {
    display: inline-block;
    margin-right: 55px;
}

ul.dl-btn>li a {
    background: #fff;
    text-transform: capitalize;
    color: #9900e2;
    border: 1px solid #e9e9e9;
}

/*ul.dl-btn>li a:hover::before {*/
/*  background: #fff;*/
/*}*/
/*ul.dl-btn>li a:hover {*/
/*  background: #9900e2;*/
/*  color: #fff;*/
/*  border: 1px solid #9900e2 !important;*/
/*  background: #000823;*/
/*  background: -moz-linear-gradient(120deg, #5828fa 0,#7119f1 20%,#8e06e6 100%);*/
/*  background: -webkit-linear-gradient(120deg, #5828fa 0,#7119f1 20%,#8e06e6 100%);*/
/*  background: linear-gradient(120deg, #5828fa 0,#7119f1 20%,#8e06e6 100%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000823', endColorstr='#91298b',GradientType=1 );*/
/*  box-shadow: 0px 0px 15px #0000003b;*/
/*}*/
.dll-wrap img {
    animation: bannerImgBounce 5s ease-in-out 0s infinite alternate;
}

@keyframes bannerImgBounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    100% {
        -webkit-transform: translateY(-20px) translateX(-20px);
        transform: translateY(-20px) translateX(-20px);
    }
}

/* Reviews Section */
.qouteImg {
    margin: 0 0 15px;
}

.reviews {
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0px 0 50px;
    background-size: contain;
    margin: 90px 0 0;
}

.testimonialSlider h5 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 44px;
}

.testimonialSlider p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 20px 0 0;
}

.testimonialSlider h6 {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 30px 0 0;
}

.testimonialSlider h6 span {
    font-weight: bold;
}

.testimonialSlider .carousel-indicators {
    bottom: -10px;
}

.testimonialSlider .carousel-indicators li {
    max-width: 10px;
    background-color: #db9cf7;
    border-color: #db9cf7;
    height: 10px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.testimonialSlider .carousel-indicators li.active {
    width: 40px;
    max-width: 40px;
    margin: 1px 2px 0;
}

/* Let's Call Section */
.letsCall {
    padding: 0;
    transform: translate(0, 50%);
    z-index: 999;
    position: relative;
}

.letsCall ul {
    display: flex;
    justify-content: center;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.letsCall .container {
    background: #fff;
    padding: 40px 30px 20px 70px;
    box-shadow: 0 0 15px #00000042;
    border-radius: 20px;
}

.letsCall h5 {
    font-weight: 600;
    color: #2500f9;
    font-size: 26px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.letsCall p {
    font-size: 16px;
    color: #616368;
    margin-bottom: 29px;
    line-height: 22px;
}

.letsCall li .letButtons {
    color: #2500f9;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.letsCall li .letButtons:hover {
    color: #242f51;
}

.letsCall li .letButtons img {
    float: left;
    margin: 0 10px 0 0;
}

.letsCall li {
    display: inline-block;
    width: 35%;
    margin: 0 auto;
}

.letsCall li.first {
    width: 25%;
}

/* Inner page Services */
.servicesBanner {
    padding: 11% 0 5%;
    position: relative;
}

.servicesBanner:after {
    background-image: url(../images/innerBaner.png),
        linear-gradient(120deg, #8e06e6 50%, #7119f1 85%, #5828fa 100%) !important;
    background-size: cover !important;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background-blend-mode: screen;
}

.secSvcdetail {
    border-top: 1px solid #e8e8e8;
    padding: 90px 0;
}

.secSvcdetail h1 {
    font-size: 48px;
    color: #242f51;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.secSvcdetail h2 {
    font-size: 48px;
    color: #242f51;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.secSvcdetail h1 {
    font-size: 48px;
    color: #242f51;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.secSvcdetail p {
    font-family: "Poppins";
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f;
    margin: 0 0 20px;
    padding: 0;
}

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

.secSvcdetail ul li {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #4f4f4f;
    margin: 0;
    padding: 0;
    display: flex;
}

.secSvcdetail ul li+li {
    margin-top: 10px;
}

.secSvcdetail ul li .fas {
    margin: 3px 5px 0 0;
    color: #2500f9;
}

/* inner page Portfolio Section */
.portfolioSec img {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #ccc;
}

.popup {
    width: 900px;
    margin: auto;
    text-align: center;
}

.popup img {
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.show {
    z-index: 999;
    display: none;
}

.show .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    left: 0;
}

.show .img-show {
    width: 600px;
    height: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.img-show span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.img-show img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*End style*/
/* Portfolio style */
.secPortfolio {
    padding: 90px 0;
}

.secPortfolio .portfolio-item {
    position: relative;
}

.secPortfolio .pfnav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 50px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.secPortfolio .pfnav li {
    padding: 12px 10px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #616368;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}

/* .secPortfolio .pfnav li.active {
  color: #fff !important;
  background-color: #2500f9;
  border-radius: 5px;
  font-weight: 600 !important;
} */
.secPortfolio .buttonMore {
    border-radius: 6px;
    border: 1px solid #4169e1;
    background: rgba(28, 78, 228);
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.secPortfolio .buttonMore:hover {
    background: #91298b;
    border-color: #4169e1;
    text-decoration: none;
}

.pfCarousel {
    padding: 0 0 30px;
}

.carousel-inner>.item {
    padding: 0 30px;
}

.carousel-inner>.item img {
    margin: 30px 0 0;
    box-shadow: none;
    width: 100%;
}

.innerSolutions a.nav-link {
    width: 430px;
}

/* consultancy form */
.get_quote {
    background: #000823;
    background: -moz-linear-gradient(45deg,
            #000823 0%,
            #2c0776 42%,
            #91298b 100%);
    background: -webkit-linear-gradient(45deg,
            #000823 0%,
            #2c0776 42%,
            #91298b 100%);
    background: linear-gradient(120deg, #8e06e6 50%, #7119f1 85%, #5828fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000823', endColorstr='#91298b', GradientType=1);
    z-index: 0;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.get_quote p {
    color: #fff;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    line-height: 22px;
}

.get_quote .form-control {
    border: 1px solid #fff;
    background-color: transparent;
    height: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    border-radius: 5px !important;
}

.get_quote .btn-fill {
    height: 50px;
    padding: 18px 15px;
}

.get_quote textarea.form-control {
    resize: none;
    min-height: 105px;
    padding-top: 14px;
    border-radius: 5px !important;
}

.get_quote .form-control {
    height: 35px;
    padding: 5px 18px;
    text-align: left !important;
}

.get_quote {
    padding-bottom: 30px;
}

.gray_bg h3 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin: 0px 0px 10px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gray_bg h6 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin: 0px 0px 10px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.infoRow .infoCol p,
.infoRow .infoCol a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.infoRow .infoCol i {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    width: 48px;
    height: 48px;
    display: block;
    text-align: left;
    margin: 0 10px 0 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.field-mergedleft {
    /*padding-left: 15px;*/
}

.get_quote .form-control::placeholder,
.get_quote select::placeholder {
    color: #fff;
}

.get_quote .form-control {
    line-height: 1.6;
    height: 44px;
}

.get_quote .form-control,
.get_quote select {
    border: 1px solid #fff;
    background-color: transparent;
    /* height: 50px; */
    color: #fff;
    font-size: 14px;
    text-transform: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    border-radius: 5px !important;
    padding: 14px 18px;
    width: 100%;
    /* line-height: 1.6; */
}

.get_quote select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 60%),
        linear-gradient(135deg, #fff 45%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 10px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.get_quote select option {
    color: #242f51;
}

.infoRow .infoWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.infoRow .infoCol {
    padding: 30px 0;
}

.infoRow .infoCol:first-child {
    padding-top: 0;
}

.infoRow .infoCol+.infoCol {
    border-top: 1px solid #fff;
}

.btn-fill-white {
    text-decoration: none;
    height: 45px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "poppins";
    display: inline-block;
    padding: 15px 15px;
    line-height: 100% !important;
    outline: none;
    border: none;
    min-width: 154px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-fill-white:hover {
    background-color: #fff;
    color: #2500f9;
}

.controls {
    display: inline-block !important;
}

.solutions .nav-link.show {
    display: block !important;
}

/*media-quries*/
@media (max-width: 1980px) {
    /* .mainBanner{
    background-size: 100%;
  } */
}

@media (max-width: 1680px) {
    .innerSolutions a.nav-link {
        width: 370px;
    }

    .formImage {
        right: -45%;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .mainBanner {
        background-size: 100% !important;
    }
}

@media (max-width: 1366px) {
    .mainBanner:after {
        background-size: cover;
    }

    .modal-content {
        padding: 20px 70px;
    }

    .servicesBanner .satisfiedCustomer {
        padding: 60px 0 0 !important;
    }

    .servicesBanner {
        padding: 15% 0 5%;
    }

    .innerSolutions a.nav-link img {
        margin: 25px 10px 25px 0 !important;
        max-width: 60px !important;
    }

    .innerSolutions a.nav-link {
        width: 290px !important;
    }

    .sidebar-contact {
        top: 50% !important;
        transform: translateY(-38%) !important;
    }

    ul.menu>li>a:before,
    ul.menu>li.active>a:before {
        top: -42px;
    }

    .bannerFloatingimg3 {
        max-width: 670px;
    }

    .bannerFloating {
        transform: translate(5%, 35%);
    }

    .satisfiedCustomer {
        padding: 190px 0 0 !important;
    }

    .callSidebtn {
        top: 22% !important;
    }

    .formImage {
        display: none;
    }

    .letsCall {
        transform: translate(0, 30%);
    }

    .mobileResponsive .container.z-9 {
        padding: 15.111% 15px 0% !important;
    }

    .solutions a.nav-link {
        width: 250px;
    }

    .mainBanner {
        background-size: 100% !important;
    }

    .reviews {
        background-size: 85%;
    }

    .formImage {
        right: -50%;
    }

    .formImage img {
        max-width: 80%;
    }

    a.logo {
        margin: 0;
        position: relative;
        z-index: 999;
    }

    footer {
        background-position: center center !important;
    }

    .copyright {
        padding-top: 40px !important;
        padding-bottom: 25px !important;
    }

    .shape-4 {
        border-top: 200px solid transparent !important;
        border-bottom: 200px solid transparent !important;
        border-left: 200px solid #f8474f !important;
    }

    .shape-3 {
        border-top: 150px solid transparent;
        border-bottom: 150px solid transparent;
        border-left: 150px solid #ff7d4f;
    }
}

@media (max-width: 1440px) {
    .innerSolutions a.nav-link {
        width: 320px;
    }

    .letsCall {
        transform: translate(0, 30%);
    }

    .mainBanner {
        background-size: 95%;
    }

    .mobileResponsive .container.z-9 {
        padding: 15.111% 0 0%;
    }

    .shape-1 {
        border-top: 150px solid transparent;
        border-bottom: 150px solid transparent;
        border-left: 150px solid #f8474f;
    }

    .shape-2 {
        top: 10%;
        left: -1%;
    }

    .shape-4 {
        border-top: 250px solid transparent;
        border-bottom: 250px solid transparent;
        border-left: 250px solid #f8474f;
    }

    .shape-5 {
        top: 88%;
        left: -3%;
    }

    footer {
        padding: 145px 0 0;
    }

    .copyright {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .topPanel {
        padding: 50px 0 0;
        text-align: center;
    }
}

@media (max-width: 1300px) {
    .mainBanner {
        background-size: 105% !important;
    }
}

@media (max-width: 1200px) {
    .copyright {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .nav-link {
        padding: 0;
    }

    .satisfiedCustomer {
        padding: 80px 0 0 !important;
    }

    ul.menu li.flip:last-child {
        display: none;
    }

    .bannerFloatingimg1 {
        max-width: 465px;
        transform: translate(-40%, -35%);
    }

    .bannerFloatingimg2 {
        max-width: 320px;
    }

    /*.bannerFloatingimg3 {*/
    /*    max-width: 140px;*/
    /*    transform: translate(-15%, 25%);*/
    /*}*/
    .sticky {
        position: absolute;
    }

    .sticky .menu-Bar {
        top: 0;
    }

    .sticky .menu-Bar span {
        background: #242f51;
    }

    .formImage {
        right: -50%;
        top: 60%;
    }

    .formImage img {
        max-width: 60%;
    }

    .reviews {
        background-size: 95%;
    }

    .mobileResponsive .container.z-9 {
        padding: 15.111% 15px 0% !important;
    }

    .mainBanner {
        background-size: 100%;
    }

    .getQuote {
        display: none;
    }

    .topPanel {
        padding: 50px 0 0;
        text-align: center;
    }

    ul.menu>li:last-child {
        margin-right: 30px;
    }

    .m2-h h5 br,
    .m2-h h1 br .m2-h h2 br {
        display: none;
    }

    .m6-h h5 {
        font-size: 18px;
    }

    .p4 p {
        font-size: 16px;
    }

    .solutions li {
        margin: 0 0 20px;
        font-size: 15px;
    }

    footer {
        background-position: 60% 0% !important;
        padding: 115px 0 0;
    }

    .copyright {
        padding-top: 35px;
    }

    .secPortfolio .pfnav li {
        padding: 10px 30px !important;
    }

    .formQuote label {
        margin: 0 0 22px;
        font-size: 13px;
    }

    .solutions .nav-tabs {
        margin-top: 0;
    }

    .solutions a img {
        margin: 22px auto 10px;
        max-width: 45px;
    }

    .solutions a.nav-link {
        height: 130px;
        width: 220px;
        font-size: 15px;
        line-height: 20px;
        min-height: 230px;
    }

    .shape-1 {
        left: -8%;
    }

    .shape-2 {
        top: 6%;
        left: -2%;
    }

    .logo {
        margin: 0 0 0 35%;
    }

    .shape-3 {
        right: -15px;
        border-top: 140px solid transparent;
        border-bottom: 140px solid transparent;
        border-left: 140px solid #ff7d4f;
    }

    .shape-4 {
        border-top: 150px solid transparent;
        border-bottom: 150px solid transparent;
        border-left: 150px solid #f8474f;
    }

    .globalCoporation .col-md-5,
    .globalCoporation .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-Bar {
        display: block;
        top: 50px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: linear-gradient(280deg, #5828fa 0, #7119f1 20%, #8e06e6 100%);
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 99999;
        width: 100vw;
    }

    .menuWrap .menu li {
        display: block;
        padding: 0;
    }

    .menuWrap .menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        margin-bottom: 30px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 25px;
    }

    .container {
        position: relative;
    }

    header .header-top {
        display: none;
    }

    header .main-header ul.menu>li {
        display: block;
        padding: 0px;
    }

    header .main-header ul.menu>li a {
        color: #fff;
        padding: 0px;
        text-align: center;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }
}

@media (max-width: 1024px) {
    footer .payments a+a {
        margin-left: 2px;
    }

    .tabspack .selector {
        display: none !important;
    }

    .tabspack .nav-item.active {
        background: #2500f9;
        border-radius: 50px;
    }

    .bannerFloatingimg3 {
        max-width: 480px;
    }

    .bannerFloating {
        transform: translate(5%, 30%);
    }

    .sidebar-contact {
        transform: translateY(-70%) !important;
    }

    .bannerFloatingimg1 {
        max-width: 400px;
        transform: translate(-30%, -30%);
    }

    .bannerFloatingimg2 {
        max-width: 320px;
    }

    /*.bannerFloatingimg3 {*/
    /*    max-width: 140px;*/
    /*    transform: translate(-15%, 25%);*/
    /*}*/
    .subMenu li a {
        color: #fff !important;
        margin: 0 !important;
    }

    .subMenu li {
        background-color: transparent;
        padding: 0px 0 15px;
        border-bottom: none;
        width: 100%;
        position: relative;
        padding: 0;
        max-width: initial;
        border-radius: 8px;
        margin: 0;
    }

    .subMenu {
        position: relative;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        opacity: 1;
        visibility: visible;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    header .main-header ul.menu>li a {
        margin-bottom: 20px !important;
    }

    .callSidebtn {
        top: 22% !important;
    }

    .servicesBanner {
        padding: 20% 0 5%;
    }

    footer {
        padding: 90px 0 0;
        background-image: linear-gradient(120deg,
                #5828fa 0,
                #7119f1 20%,
                #8e06e6 100%) !important;
        height: 100%;
        background-size: cover !important;
    }

    ul.menu li.flip:last-child {
        display: none;
    }

    .m2-h h5,
    .m2-h h1,
    .m2-h h2 {
        font-size: 40px;
    }

    .customH {
        margin: 30px 0 0;
    }

    .dl-ban {
        background-size: cover;
    }

    .socialIcon li span {
        padding: 6px;
        width: 30px;
        height: 30px;
        margin: 0;
    }

    .footerLinks a {
        display: flex;
    }

    .customQuoteForm {
        padding: 30px 30px 10px;
    }

    .formQuote .col-md-12 {
        display: block;
    }

    .customQuoteForm h5,
    .customQuoteForm p {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .bottomList li a {
        font-size: 11px;
        font-weight: 700;
        display: flex;
        justify-content: flex-end;
    }

    .listPackage li {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0;
        display: flex;
    }

    .secPortfolio {
        padding: 90px 0 30px;
    }

    .clients-section ul {
        list-style-position: inside;
        display: inline-block;
    }

    .iq-features {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .formImage {
        display: none;
    }

    .gotIdeaDis h5 {
        font-size: 38px;
        line-height: 46px;
    }

    .secPortfolio .pfnav li {
        padding: 10px 12px !important;
    }

    .letsCall li .letButtons {
        font-size: 11px;
        line-height: 14px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .letsCall li a:hover {
        color: #242f51 !important;
    }

    .letsCall li .letButtons img {
        float: none;
    }

    .letsCall .container {
        padding: 40px 60px 10px;
    }

    .reviews {
        background-size: 140%;
        background-position: -30% 70%;
    }

    .packagesSec .nav-tabs li .nav-link {
        padding: 10px 10px;
        font-size: 15px;
        font-weight: 600;
        color: #ccc;
        position: relative;
        z-index: 99;
    }

    .btn-quote {
        width: 190px;
        font-size: 18px;
    }

    .servicesSec a.nav-link {
        margin: 0 5px 0;
    }

    .mainBanner {
        background-size: cover !important;
    }

    .m1-h h5,
    .m1-h h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .p1 p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.2px;
    }
}

@media (max-width: 980px) {
    .letsCall {
        transform: translate(0, 0);
    }

    .letsCall li .letButtons img {
        float: none;
        max-width: 25px;
        max-height: 25px;
    }

    .letsCall .container {
        padding: 30px 0 15px;
        background-size: 250%;
        background-position: 2%;
        background-image: none !important;
    }

    .menu-Bar {
        top: 50px;
    }

    .mobileResponsive .container.z-9 {
        padding: 20.111% 15px 0% !important;
    }

    .topPanel {
        padding: 50px 0 0;
        text-align: center;
    }

    .btn-a {
        margin-bottom: 20px;
    }

    footer {
        padding-bottom: 60px;
    }
}

@media (min-width: 1400px) and (max-width: 1580px) {
    .sidebar-contact {
        top: 58% !important;
    }
}

@media (min-width: 1600px) and (max-width: 1780px) {
    .sidebar-contact {
        top: 55% !important;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .sidebar-contact {
        transform: translateY(-25%) !important;
    }

    .bannerFloatingimg3 {
        max-width: 380px;
    }

    .bannerFloating {
        transform: translate(10%, 75%);
    }

    .displayInline {
        display: inline-block;
        margin: 15px 5px 0 0 !important;
    }

    .servicesSec .pfnav.tabs {
        display: inline-block;
        text-align: center;
    }

    .servicesSec .nav-link {
        display: inline-block;
        text-align: center;
    }

    .letsCall {
        transform: translate(0, 30%);
    }

    ul.dl-btn>li {
        margin-right: 2px;
    }

    ul.dl-btn>li .flip {
        margin-top: 10px !important;
    }

    .m1-h h5,
    .m1-h h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .gotIdeaDis h5 {
        font-size: 28px;
        line-height: 36px;
    }

    .tabspack .selector {
        display: none;
    }

    .tabspack .nav-item.active {
        background: #2500f9;
        border-radius: 50px;
    }
}

@media (max-width: 824px) {
    @keyframes move-s {
        0% {
            transform: translate3d(0px, 0px, 0px);
            animation-timing-function: ease-in;
        }

        50% {
            transform: translate3d(0px, -10px, 0px);
            animation-timing-function: ease-out;
        }

        100% {
            transform: translate3d(0px, 0px, 0px);
        }
    }

    .secPortfolio .pfnav {
        flex-wrap: initial !important;
    }

    footer .col-sm-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .letsCall li {
        width: 100% !important;
        margin: 0 0 15px;
        display: block !important;
    }

    .letsCall .container {
        padding: 40px 30px 15px;
        background-size: cover;
    }

    .reviews {
        background-size: cover;
        background-position: 0;
    }

    ul.dl-lst>li a {
        font-size: 12px;
    }

    .BannerForm {
        padding: 100px 10px 30px;
        border-radius: 15px;
    }

    .topPanel {
        padding: 50px 0 0;
        text-align: center;
    }

    .gotIdeaForm {
        background-position: center center !important;
    }

    .customQuoteForm h5 .customQuoteForm p {
        margin-bottom: 40px;
        font-size: 30px;
    }

    .secPortfolio .pfnav li {
        padding: 5px 20px !important;
        font-size: 15px !important;
    }

    footer {
        background-position: 60% 0% !important;
        padding: 125px 0 0;
        height: 100%;
        background-repeat: no-repeat !important;
    }

    .formQuote label {
        margin: 0 0 14px;
    }

    .customQuoteForm {
        padding: 50px 20px 40px;
    }

    .price h5 {
        font-size: 26px;
    }

    .packages .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    section {
        padding: 30px 0;
    }

    .solutions .tab-content .mt-50 {
        margin-top: 20px;
    }

    .servicesSec a.nav-link {
        margin: 0 5px 0;
        padding: 6px;
    }

    .btn-quote {
        width: 135px;
        font-size: 14px;
        padding: 12px 5px;
    }

    .solutions a img {
        margin: 0 auto 10px;
        max-width: 35px;
    }

    .p4 p {
        font-size: 14px;
        line-height: 22px;
    }

    .solutions a.nav-link {
        width: 150px;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        min-height: 130px;
        font-weight: 700;
        padding: 10px;
    }

    .shape-5 {
        left: -5%;
    }

    .logo {
        position: relative;
        z-index: 999;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .mobileResponsive .container.z-9 {
        padding: 12.111% 15px 0% !important;
    }
}

@media (min-width: 1120px) and (max-width: 1200px) {}

@media (min-width: 1021px) and (max-width: 1200px) {
    .bannerFloatingimg3 {
        max-width: 465px;
    }

    .subMenu {
        left: 0;
        height: auto;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        opacity: 1;
        visibility: visible;
        position: inherit;
        background-color: transparent;
        text-align: center;
        padding: 0;
        box-shadow: none;
        margin: 0 0 5px;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .subMenu li {
        background-color: transparent;
        padding: 0px 0 15px;
        border-bottom: none;
        width: 100%;
        position: relative;
        max-width: initial;
        border-radius: 8px;
        margin: 0;
    }

    .subMenu li a {
        color: #fff !important;
    }

    .subMenu::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    header .main-header ul.menu>li a {
        margin-bottom: 20px !important;
    }

    .subMenu li a {
        margin: 0 !important;
    }

    .menuWrap ul.menu li a::after {
        background: transparent !important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
    .menu-Bar {
        right: 22.333%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 413px) {
    .menu-Bar {
        right: 22.333%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 358px) {
    .menu-Bar {
        right: 29.333%;
    }
}

@media only screen and (min-width: 359px) and (max-width: 364px) {
    .menu-Bar {
        right: 26.333%;
    }
}

@media only screen and (min-width: 365px) and (max-width: 375px) {
    .menu-Bar {
        right: 25.333%;
    }
}

@media (max-width: 767px) {

    .mobileView .m1-h h5,
    .mobileView .m1-h h1 {
        text-align: center;
    }

    .mobileView .mt-30.flip {
        margin: 30px auto 0 !important;
    }

    #refundBtn {
        top: inherit !important;
        left: 15px !important;
        bottom: 15px !important;
        transform: rotate(0deg) !important;
        line-height: 32px !important;
    }

    #refundBtn a::before {
        content: "Request a Refund" !important;
        padding: 10px !important;
        font-size: 14px !important;
    }

    .sidebar-contact1,
    .sidebar-contact,
    .callSidebtn,
    .tab-pane img.move-nw,
    .menuWrap ul.menu li a:hover::after,
    .qouteImg,
    .img-fluid {
        display: none;
    }

    .iti-mobile .intl-tel-input.iti-container {
        left: 0 !important;
        right: 0 !important;
        z-index: 999999;
    }

    .popup-feild .intl-tel-input .selected-flag .iti-arrow {
        right: 0px;
    }

    .satisfiedCustomer .col-md-3 {
        display: inline-block;
        max-width: 25%;
        padding: 0 10px;
    }

    .secSvcdetail h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .nav-link.show {
        display: block !important;
    }

    .satisfiedCustomer h5 {
        color: #fff;
        line-height: 24px;
        padding: 0 0 20px;
        text-align: center;
    }

    .reviews .p2 p {
        color: #fff;
    }

    .carousel-inner.pfCarousel {
        text-align: center;
    }

    .tab-pane img.move-nw {
        margin: 30px 0 0;
    }

    .tabspack .nav-item.active,
    .packagesSec .nav-item.active {
        background: #fff;
        border-radius: 50px;
    }

    .tabspack .nav-item.active a {
        color: #242f51;
    }

    .packagesSec .nav-tabs .nav-item.show .nav-link,
    .packagesSec .nav-tabs .nav-link.active {
        color: #242f51 !important;
    }

    .mainBanner {
        background-size: 100% 80% !important;
    }

    .mobileResponsive .container.z-9 {
        padding: 10% 15px 5% !important;
    }

    .satisfiedCustomer {
        padding: 15px 0 10px !important;
    }

    .sidebar-contact.active {
        top: 0px !important;
        transform: translateY(0) !important;
    }

    .sidebar-contact {
        top: 50% !important;
        transform: translateY(-2%) !important;
        transition: 0.5s;
    }

    .bannerFloating {
        display: none;
    }

    .callSidebtn {
        top: 40% !important;
    }

    .servicesSec .m2-h h5,
    .servicesSec .m2-h h1 {
        font-size: 26px;
    }

    .customH h5 {
        font-size: 20px;
    }

    .servicesSec img.move-se {
        display: none;
    }

    .footerLinks li {
        justify-content: center;
    }

    .field-mergedleft .text-left {
        text-align: center;
    }

    .get_quote p {
        display: block !important;
    }

    .field-mergedleft .checkbx-btn {
        margin: 4px 5px 15px 6px !important;
        float: left;
    }

    .dotCircle .itemDot .forActive::before {
        right: -10px;
    }

    .dotCircle .itemDot .forActive::after {
        bottom: -12px;
    }

    .servicesSec .nav-tabs .nav-item {
        margin-bottom: -1px;
        text-align: center;
        margin: -1px auto 15px;
        display: inline-flex;
        justify-content: center;
    }

    .servicesSec .nav-tabs {
        text-align: center;
        border-bottom: none;
        display: block;
    }

    .listPackage.listPakcagesingle {
        max-height: initial;
        width: 100%;
        display: inline-block;
        padding: 0;
        float: none;
    }

    .mt-100 {
        margin-top: 0;
    }

    .solutions {
        padding: 0 0 0;
        text-align: center;
    }

    .displayInline {
        display: block;
    }

    .servicesBanner {
        padding: 30% 0 15%;
    }

    .modal-content {
        padding: 30px 15px !important;
    }

    .popup-feild:nth-child(4),
    .popup-feild:nth-child(3) {
        margin: 0 0 30px !important;
    }

    /*.subMenu {*/
    /*  left: -150%;*/
    /*  height: 290px;*/
    /*  overflow-y: scroll;*/
    /*}*/
    .subMenu {
        left: 0;
        height: auto;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        opacity: 1;
        visibility: visible;
        position: inherit;
        background-color: transparent;
        text-align: center;
        padding: 0;
        box-shadow: none;
        margin: 0 0 5px;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .subMenu li {
        background-color: transparent;
        padding: 0px 0 15px;
        border-bottom: none;
        width: 100%;
        position: relative;
        max-width: initial;
        border-radius: 8px;
        margin: 0;
    }

    .subMenu li a {
        color: #fff !important;
    }

    .subMenu::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    .subMenu li a {
        margin: 0 !important;
    }

    ul.dl-btn>li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 30px;
    }

    .letsCall ul {
        text-align: center;
        display: grid;
    }

    footer:after {
        bottom: -70%;
    }

    #custom_carousel .carousel-inner>.item img {
        max-width: 100%;
    }

    .singlePackageHeader {
        padding: 30px 0 30px;
    }

    .letsCall .container {
        padding: 15px 30px 15px;
        background-size: 250%;
        background-position: 2%;
        background-image: none !important;
    }

    .letsCall {
        transform: translate(0, 0%);
        text-align: center;
    }

    footer .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .carousel-inner img {
        max-width: 60%;
        margin: 30px auto 0;
        height: auto;
    }

    .reviews {
        background-size: cover;
        background-position: 50%;
        margin: 30px 0 0;
        padding: 40px 0 40px !important;
        background: linear-gradient(120deg,
                #5828fa 0,
                #7119f1 50%,
                #8e06e6 100%) !important;
    }

    .reviews .m2-h h5,
    .reviews .m2-h h1 {
        color: #fff;
        line-height: 28px;
        font-size: 24px;
        text-align: center;
    }

    .solutions .tab-content {
        padding: 0;
    }

    .p2 p {
        width: 100%;
    }

    .gotIdeaDis h5 {
        font-size: 34px;
        line-height: 38px;
    }

    .controls {
        width: 100%;
        display: block !important;
    }

    .servicesSec .pfnav.tabs {
        display: block !important;
        text-align: center;
    }

    .servicesSec .nav-link {
        display: inline-block;
        padding: 0.5em 0em;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }

    .secPortfolio .pfnav {
        display: block !important;
        width: 100%;
    }

    .singlePackage:hover:before {
        transform: translate(-70%, -100%);
    }

    .bottomList li a {
        font-size: 13px;
        font-weight: 500;
        display: inline-flex;
        justify-content: center;
    }

    section {
        padding: 30px 0 !important;
    }

    .contentCircle {
        top: 120%;
    }

    .holderCircle {
        margin: 30px auto 300px;
        display: none;
    }

    .tabs2 .selector2 {
        display: none !important;
    }

    .dotCircle .itemDot i {
        height: 56px;
        width: 56px;
        font-size: 26px;
        line-height: 54px;
    }

    .round {
        width: 270px;
        left: 15px;
        top: 20px;
        height: 270px;
    }

    .dotCircle .itemDot {
        width: 60px;
        height: 60px;
    }

    .topBar {
        display: none;
    }

    .menu-Bar {
        left: inherit;
        top: 50px;
        position: relative;
    }

    .topBar li {
        margin: 0 5px;
    }

    .topBar li a {
        font-size: 12px;
    }

    .customQuoteForm {
        padding: 50px 25px 40px;
    }

    .topPanel .homeMenu ul li:before {
        top: 92px;
        left: -12px;
        width: 15px;
        height: 15px;
    }

    .topPanel .homeMenu ul li:after {
        top: 94px;
        left: -10px;
        width: 11px;
        height: 11px;
    }

    .topPanel .homeMenu ul li.sprtCls:before {
        left: -36px;
    }

    .topPanel .homeMenu ul li.sprtCls:after {
        top: 37px;
        left: -34px;
    }

    .topPanel .homeMenu ul li.patCls:before {
        left: -52px;
        top: 9px;
    }

    .topPanel .homeMenu ul li.patCls:after {
        left: -50px;
        top: 11px;
    }

    .topPanel .homeMenu ul li.wkCls:before {
        left: -31px;
        top: -11px;
    }

    .topPanel .homeMenu ul li.wkCls:after {
        left: -29px;
        top: -9px;
    }

    .topPanel .homeMenu ul li.cntctCls:before {
        top: -68px;
        left: -15px;
    }

    .topPanel .homeMenu ul li.cntctCls:after {
        top: -66px;
        left: -13px;
    }

    .topPanel .logoCrcl figure {
        min-width: 384px;
        background-size: contain;
        padding: 45% 0 0;
        min-height: 440px;
        margin: 0 0 0 -55px;
    }

    .topPanel .homeMenu {
        position: absolute;
        margin: 0 0 0 -190px;
    }

    .topPanel .homeMenu ul li.shpCls {
        margin-left: 10px;
        margin-top: 0px;
    }

    .topPanel .homeMenu ul li.sprtCls {
        margin-left: 85px;
        margin-top: 80px;
    }

    .topPanel .homeMenu ul li.patCls {
        margin-left: 125px;
        margin-top: 85px;
    }

    .topPanel .homeMenu ul li.wkCls {
        margin-left: 85px;
        margin-top: 70px;
    }

    .topPanel .homeMenu ul li.cntctCls {
        margin-left: 15px;
        margin-top: 90px;
    }

    .gotIdeaForm,
    .counter {
        background-size: cover !important;
    }

    .counter {
        padding: 35px 0;
    }

    .singleCouner {
        border-bottom: 2px solid #fff;
        padding: 10px 0 15px;
        border-right: none;
    }

    .p3 p {
        line-height: 16px;
        font-size: 10px;
    }

    .m3-h h5,
    .m3-h h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .contentSec {
        margin: 0 35% 0 auto;
    }

    .solutions .nav-tabs {
        margin-top: -60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 40px 0;
        text-align: center;
        justify-content: center;
    }

    .solutions.nav-tabs .nav-item {
        margin: 0 2% 0;
        width: 50%;
        display: inline-block;
        float: none;
    }

    .solutions a.nav-link {
        width: 150px;
        height: 134px;
        margin-bottom: 30px;
        margin: 0 5px 30px;
    }

    .flip {
        margin: 15px 0 0 !important;
    }

    .solutions .flip {
        margin: 15px auto 0 !important;
        text-align: left;
    }

    .owl-carousel .owl-item img {
        max-width: 70%;
    }

    .packagesSec .nav-tabs {
        display: block !important;
        border-radius: 5px !important;
        padding: 10px !important;
        background: linear-gradient(120deg, #5828fa 0, #7119f1 20%, #8e06e6 100%);
    }

    .packagesSec .nav-tabs .nav-item {
        text-align: center;
    }

    .tabs1 .selector1 {
        display: none !important;
    }

    ul.dl-lst {
        margin-bottom: 0;
    }

    .packagesSec .tabspack .selector {
        display: none;
    }

    .solutions .mainBanner {
        height: 100% !important;
    }

    .packages .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header {
        padding: 0;
        margin: -20px 0 0;
    }

    footer {
        text-align: center;
    }

    .m1-h h5 span,
    .m1-h h1 span {
        font-size: 22px;
    }

    .at-h {
        padding-bottom: 0;
    }

    .padRt-60 {
        padding-right: 0 !important;
    }

    .btn {
        border: 1px solid #000;
    }

    ul.menu>li:last-child {
        margin: 0;
    }

    a.logo {
        z-index: 99;
        position: relative;
        margin: 0;
    }

    a.logo img {
        width: 50%;
    }

    .m1-h h5,
    .m1-h h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .mobileResponsive .container {
        padding: 32.1111% 15px !important;
    }

    .mainBanner.mobileResponsive {
        height: 100%;
        background-size: cover;
        padding-top: 50px;
    }

    .BannerForm h5 {
        font-size: 26px;
        top: -35px;
    }

    .BannerForm h5 span {
        font-size: 90px;
    }

    .BannerForm h5 span:last-child {
        font-size: 40px;
    }

    .satisfiedCustomer img {
        max-width: 100% !important;
        margin: 0 0 10px;
    }

    ul.menu>li a.getQuote {
        display: none;
    }

    .mobileResponsive .mt-50 {
        margin-top: 20px;
    }

    .mobileResponsive img {
        max-width: 245px;
        margin: 0 auto 15px;
    }

    .BannerForm {
        margin: 50px 0 0;
    }

    .pfItem {
        margin: 0 0 30px;
    }

    .m2-h h5,
    .m2-h h1,
    .m2-h h2 {
        font-size: 20px;
    }

    .pad-tb {
        padding: 40px 0;
    }

    .bannerList li {
        font-size: 14px;
        margin: 0 0 5px;
        line-height: 14px;
    }

    .p1 p {
        font-size: 14px;
        line-height: 20px;
    }

    .flogo img {
        width: 50%;
    }

    .flogo {
        text-align: left;
        margin-bottom: 20px;
    }

    .copyright.text-center {
        font-size: 16px;
    }

    .footerLinks a {
        display: contents;
    }

    .footerLinks li span {
        margin: 0 5px 10px 0 !important;
        height: auto;
        float: none;
    }

    .innerSolutions a.nav-link {
        min-height: 130px !important;
        height: 130px;
    }

    .innerSolutions a.nav-link img {
        float: none;
        text-align: center;
        margin: 0 auto 10px !important;
    }

    .letsCall li.flip a {
        display: block;
        left: 0;
    }

    footer {
        padding: 30px 0 0;
        background-image: linear-gradient(120deg,
                #5828fa 0,
                #7119f1 20%,
                #8e06e6 100%) !important;
        height: 100%;
        background-size: cover !important;
    }

    .copyrightLink {
        text-align: center;
        margin: 15px 0 0;
    }

    .copyright p {
        text-align: center !important;
    }

    .ftr-md4 {
        text-align: left !important;
    }

    .m6-h h5 {
        text-align: left;
    }

    .ftr-md1 {
        margin: 0 0 30px;
    }

    .copyright {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        border-top: 1px solid #fff;
    }

    .m6-h h5 {
        padding-bottom: 10px;
        margin: 10px 0;
    }

    footer .payments {
        display: inline-flex;
    }

    .footerLinks {
        padding-top: 0 !important;
    }

    ul.menu>li.active a {
        border-bottom: 0;
    }

    ul.menu>li {
        margin-right: 0;
    }

    .menuWrap .menu li a {
        margin-bottom: 15px;
        font-size: 15px;
    }

    ul.menu>li>a {
        border-bottom: none;
    }

    ul.menu>li.active a {
        border-bottom: none;
    }

    ul.menu>li>a:hover {
        border-bottom: none;
    }

    .inner-ban .ban_hdn h5::after {
        width: 90px;
    }

    .inner-ban {
        height: 20vh;
    }

    .Tec-ctn h5::after {
        width: 270px;
    }
}

@media (min-width: 1201px) and (max-width: 1500px) {
    #refundBtn {
        top: 50% !important;
    }
}

@media (min-width: 341px) and (max-width: 365px) {}

@media (min-width: 366px) and (max-width: 380px) {}

@media (min-width: 381px) and (max-width: 415px) {}

/* UL style */
.listStyle {
    list-style: disc;
    display: inline-block;
    list-style-position: inside;
}

.listStyle li {
    margin: 30px 0;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    /* position: relative;
   */
}

/* APP CSS */
.carousel-caption,
.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.carousel,
.carousel-inner {
    position: relative;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent;
}

.carousel-control.left {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.0001) 0,
            rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #0009;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none;
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.tab-content>.tab-pane {
    margin: 30px 0 0;
}

/* Custom Button Effect */
.flip {
    width: 160px;
    height: 48px;
    perspective: 500px;
    top: 50%;
    left: 50%;
}

.flip a {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transform: translateZ(-25px);
    transition: transform 0.3s;
    cursor: pointer;
    border-radius: 5px;
}

.flip a .front,
.flip a .back {
    margin: 0;
    width: 160px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.flip a .front {
    background-color: #2500f9;
    color: #fff;
    box-shadow: 0 5px 10px #00000061;
    transform: rotateY(0) translateZ(24px);
}

.flip a .back {
    background-color: #fff;
    color: rgba(34, 34, 34, 0);
    transform: rotateX(90deg) translateZ(24px);
    overflow: hidden;
    box-shadow: 0 5px 10px #00000061;
}

.flip a .back:after {
    content: "";
    position: absolute;
    top: -32%;
    left: -10%;
    width: 120%;
    height: 50%;
    background: #2500f9;
    transform: rotate(8deg);
    transition: all 0.5s ease;
    transition-delay: 0.15s;
}

.flip a:hover {
    transform: translate(1.1);

}

.flip a:hover .front {
   
    transition: all 0.3s ease;
}
.flip a:hover .front:hover{

}

.flip a:hover .back {
    color: #222;
    transition: color 0.4s linear;
    background: #fff;
}

.flip a:hover .back:after {


}

/* SVG Morph */
.morph-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.morph {
    position: relative;
    height: 100%;
    fill: #ccc;
    flex: none;
    opacity: 0.4;
}

/* Demos */
.demos {
    grid-area: demos;
    align-self: end;
}

.demo {
    display: inline-block;
    position: relative;
    font-size: 0.85em;
    margin: 0 0.25em 0.5em 0;
    padding: 1em;
}

.demo .decoshape {
    display: none;
}

.demo--current {
    color: #ccc;
    border-color: currentColor;
}

.demo--current .decoshape {
    display: block;
    z-index: -1;
}

/* Demo themes */
.demo-2 {
    --background-color: #1d1b22;
    --background-color-2: #342560;
    --background-color-3: #553e9a;
    --text-color: #fff;
    --link-color: #f9ed8a;
    --link-hover-color: #fff;
}

.demo-3 {
    --background-color: #56cccf;
    --background-color-2: #41e0e4;
    --background-color-3: #1747c0;
    --text-color: #fff;
    --link-color: #fff;
    --link-hover-color: #17b1b5;
}

.demo-3 .morph {
    fill: none;
    stroke-width: 12px;
    stroke: #22bcc0;
}

/* Tabs Css */
.tabs {
    /* margin-top:50px;
  font-size:15px;
  padding:0px;
  list-style:none;
  background:#fff;
  box-shadow:0px 5px 20px rgba(0,0,0,0.1);
  display:inline-block;
  border-radius:50px; */
    position: relative;
}

.tabs a {
    text-decoration: none;
    color: #777;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
}

.tabs a.active {
    color: #fff;
}

.tabs a i {
    margin-right: 5px;
}

.tabspack .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #2500f9;
    background: -webkit-linear-gradient(45deg,
            #2500f9 0,
            #2500f9 30%,
            #2500f9 70%);
    background: -moz-linear-gradient(45deg, #2500f9 0, #2500f9 30%, #2500f9 70%);
    background: linear-gradient(45deg, #2500f9 0, #2500f9 30%, #2500f9 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

/* Tabs1 Css */
.tabs1 {
    position: relative;
}

.tabs1 a {
    text-decoration: none;
    color: #777;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
}

.tabs1 a.active {
    color: #fff;
}

.tabs1 a i {
    margin-right: 5px;
}

.tabs1 .selector1 {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #2500f9;
    background: -webkit-linear-gradient(45deg,
            #2500f9 0,
            #2500f9 30%,
            #2500f9 70%);
    background: -moz-linear-gradient(45deg, #9900e2 0, #9900e2 30%, #2500f9 70%);
    background: linear-gradient(45deg, #2500f9 0, #2500f9 30%, #2500f9 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

/* Tabs2 Css */
.tabs2 {
    position: relative;
}

.tabs2 a {
    text-decoration: none;
    color: #777;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
}

.tabs2 a.active {
    color: #fff;
}

.tabs2 a i {
    margin-right: 5px;
}

.tabs2 .selector2 {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #2500f9;
    background: -webkit-linear-gradient(45deg,
            #2500f9 0,
            #2500f9 30%,
            #2500f9 70%);
    background: -moz-linear-gradient(45deg, #2500f9 0, #2500f9 30%, #2500f9 70%);
    background: linear-gradient(45deg, #2500f9 0, #2500f9 30%, #2500f9 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

/* Button Css */
.typ-subhed {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    background: #2500f9;
    border-color: #2500f9;
    border-radius: 5px;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 5px 10px #00000061;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
}

.typ-subhed:hover {
    border-color: #fff !important;
}

.ctrl-standard.fx-bubbleDown {
    color: #fff;
    border-color: #2500f9;
}

.ctrl-standard.fx-bubbleDown::after {
    bottom: auto;
    border-radius: 0 0 50% 50%/0 0 50% 50%;
    background: #fff;
    border-color: #fff;
}

.ctrl-standard.fx-bubbleDown.is-reversed::after {
    height: 300%;
}

.ctrl-standard.fx-bubbleDown.is-reversed:hover {
    color: #f0b81f;
}

.ctrl-standard.fx-bubbleDown.is-reversed:hover::after {
    height: 0;
}

[class*="ctrl-"] {
    padding: 5ox 10px;
    border-radius: 0px;
    border: 1px solid #fff;
}

[class*="ctrl-"][class*="fx-"]:hover,
[class*="ctrl-"][class*="fx-"].active {
    color: #231f20;
}

[class*="ctrl-"][class*="fx-"].is-reversed {
    color: #231f20;
}

[class*="fx-"],
[class*="fx-"]:hover {
    transition: color 0.5s ease-in-out;
}

[class*="fx-"]:not(.fx-dyna) {
    position: relative;
    z-index: 1;
    transition-delay: 0.2s !important;
    overflow: hidden;
}

[class*="fx-"]:not(.fx-dyna)::after,
[class*="fx-"]:not(.fx-dyna)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

[class*="fx-bubble"]::after {
    transition: height 0.5s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
}

[class*="fx-bubble"]:hover::after,
[class*="fx-bubble"].active::after {
    transition: height 0.5s ease-in-out;
    height: 300%;
}

[class*="fx-bubble"]:disabled:hover::after {
    height: 0;
}

.fx-sliderIn::after {
    transition: width 0.5s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
}

.fx-sliderIn:hover::after,
.fx-sliderIn.active::after {
    transition: width 0.5s ease-in-out;
    width: 100%;
}

:checked+.fx-sliderIn::after,
.fx-sliderIn.active::after {
    width: 300%;
}

input.slide-hover-left-1 {
    background-image: linear-gradient(0, #fff, #fff) !important;
    background-size: 0 !important;
    transition: 0.3s;
    background-repeat: no-repeat !important;
    border-radius: 0px;
    width: auto !important;
    padding: 15px 45px !important;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    background-color: #2500f9;
    box-shadow: 0 0 15px #00000059;
    cursor: pointer !important;
    border: none !important;
    height: auto !important;
    border-radius: 0 !important;
}

.slide-hover-left-top {
    background-image: linear-gradient(0, #fff, #fff) !important;
    background-size: 0 !important;
    transition: 0.3s;
    background-repeat: no-repeat !important;
    border-radius: 0px;
    width: auto !important;
    padding: 13px 18px !important;
    color: #fff !important;
    text-transform: lowercase !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    background-color: #2500f9 !important;
    box-shadow: 0 0 15px #00000059;
    cursor: pointer !important;
    border: none !important;
    height: auto !important;
    border-radius: 0 !important;
}

.slide-hover-left-top:hover {
    background-size: 100% !important;
    color: #2500f9 !important;
}

input.slide-hover-left-1:hover {
    background-size: 100% !important;
    color: #2500f9 !important;
}

input.slide-hover-left-2 {
    background-image: linear-gradient(0, #fff, #fff);
    background-size: 0;
    transition: 0.3s;
    background-repeat: no-repeat;
    border-radius: 0px;
    width: auto !important;
    padding: 15px 60px !important;
    color: #fff;
    text-transform: uppercase !important;
    font-weight: 700;
    letter-spacing: 0.4px;
    background-color: #9900e2;
    box-shadow: 0 0 15px #00000059;
    cursor: pointer;
    border: none;
}

input.slide-hover-left-2:hover {
    background-size: 100%;
    color: #9900e2;
}

.modal-backdrop.fade.in {
    display: none;
}

.modal-backdrop.fade.show {
    display: none;
}

.modal {
    background: #00000078;
}

.modal-open .modal {
    z-index: 109999;
}

.modal-content {
    background-color: #1e1e37;
    padding: 110px;
}

.modal-title {
    color: #fff;
}

.modal-header {
    padding: 0 30px;
    border: none;
}

.modal-footer {
    border: none;
    padding: 0;
}

.popup-form h3 {
    color: #fff;
    /* margin: 0 0 60px; */
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    width: 100%;
}

.popup-form h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    width: 90px;
    height: 3px;
    background: #9900e2;
    margin: 0 auto;
}

.popup-feild {
    margin: 0 0 30px;
}

.popup-feild:nth-child(4),
.popup-feild:nth-child(3) {
    margin: 0;
}

.popup-feild input {
    width: 100%;
    padding: 15px;
    color: #616368;
    border: none;
    text-transform: capitalize;
}

.popup-feild textarea {
    width: 100%;
    padding: 15px;
    color: #616368;
    height: 150px;
    border: none;
    text-transform: capitalize;
}

.popup-feild input::placeholder {
    color: #a1a1a1;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.modal-dialog-centered {
    margin: 1.75rem auto;
    transform: none;
    min-height: calc(100% - 3.5rem);
    align-items: center;
    display: flex;
}

button.close,
button.close:hover {
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

button.close i {
    font-size: 40px;
    color: #fff;
    opacity: 1;
}

.modal-body {
    padding: 60px 0px 0px;
}

i.fas.fa-phone-volume {
    font-size: 30px;
    transform: rotate(-30deg);
    margin: -8px 0 0;
}

i.fas.fa-comment-alt-lines {
    margin: -8px 5px 0 0;
    font-size: 30px;
    transform: scaleX(-1);
}

/* Side Contact CSS */
.sidebar-contact {
    position: fixed;
    top: 53%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 25px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 38%);
    box-sizing: border-box;
    z-index: 9999999999;
    transition: 0.4s;
}

.sidebar-contact1 {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 25px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 38%);
    box-sizing: border-box;
    z-index: 999999999;
    transition: 0.4s;
}

.sidebar-contact.active {
    left: 0;
}

.sidebar-contact1.active {
    right: 0;
}

.sidebar-contact input,
.sidebar-contact1 input,
.sidebar-contact textarea,
.sidebar-contact1 textarea {
    height: 36px;
    margin-bottom: 10px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 5px #0000007d;
}

.sidebar-contact h2,
.sidebar-contact1 h2,
.sidebar-contact h6,
.sidebar-contact1 h6 {
    margin: 0 0 10px;
    padding: 0;
    color: #242f51;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
    font-size: 26px;
}

.sidebar-contact textarea,
.sidebar-contact1 textarea {
    height: 60px;
    resize: none;
    margin: 15px 0;
}

.sidebar-contact input[type="submit"],
.sidebar-contact1 input[type="submit"] {
    background: #9100d7;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.letsCall li.flip a.toggle.active {
    position: relative;
    height: auto;
    width: auto;
    text-align: center;
    cursor: pointer;
    background: transparent;
    top: 0;
    right: 0;
    line-height: 0;
}

.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #9100d7;
    top: 50px;
    right: -48px;
    line-height: 48px;
    transition: 0.5s;
    box-shadow: 0 1px 10px rgb(0 0 0 / 34%);
    overflow: hidden;
}

.toggle.active {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #9100d7;
    top: 0;
    right: -48px;
    line-height: 48px;
}

.toggle:before {
    content: "\f003";
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: fontAwesome;
}

.toggle.active:before {
    content: "\f00d";
    font-family: fontAwesome;
}

.toggle1 {
    position: absolute;
    height: 300px;
    width: 300px;
    text-align: center;
    cursor: pointer;
    background: #9100d7;
    top: 0;
    left: -48px;
    line-height: 48px;
    transform: rotate(-90deg);
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 1px 10px rgb(0 0 0 / 34%);
}

.toggle1.active {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #9100d7;
    top: 0;
    left: -48px;
    line-height: 48px;
}

.toggle1::before {
    content: "Avail 50% Discount" !important;
    font-family: "Poppins" !important;
}

.toggle1:before {
    content: "\f003";
    font-size: 22px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.toggle1.active:before {
    content: "\f00d" !important;
    font-family: fontAwesome !important;
    font-size: 18px;
    color: #fff;
}

.callSidebtn {
    top: 25%;
    left: 0;
    transform: translateY(-50%);
    padding: 15px 10px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 34%);
    box-sizing: border-box;
    z-index: 999999999;
    position: fixed;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #9100d7;
    transition: 0.5s;
}

.callSidebtn:before {
     content: "\f879";
    font-family: "Font Awesome 5 Free"; /* Free version */
    font-weight: 900; /* solid ke liye */
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }

    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .sidebar-contact1 {
        width: 100%;
        height: 100%;
        right: -100%;
    }

    .sidebar-contact1 .toggle1 {
        top: 30%;
        transition: 0.5s;
        height: 240px;
        width: 250px;
    }

    .sidebar-contact1.active .toggle1 {
        transform: translateY(0);
        width: auto;
        height: auto;
        padding: 2px 15px;
        z-index: 999;
    }

    .toggle1:before {
        font-size: 15px;
    }

    .sidebar-contact1.active .toggle1 {
        top: 0;
        left: 0;
        transform: translateY(0);
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .content {
        padding: 50px 50px;
    }
}

/* Home Services New CSS */
.secPortfolio {
    padding: 90px 0;
}

.secPortfolio .portfolio-item {
    position: relative;
}

.secPortfolio .pfnav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 50px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.secPortfolio .pfnav li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #616368;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}

.secPortfolio .pfnav li a.active {
    color: #fff !important;
}

/* .secPortfolio .pfnav li.active {
  color: #fff !important;
  background-color: #2500f9;
  border-radius: 5px;
  font-weight: 600 !important;
} */
.secPortfolio .buttonMore {
    border-radius: 6px;
    border: 1px solid #4169e1;
    background: rgba(28, 78, 228);
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.secPortfolio .buttonMore:hover {
    background: #91298b;
    border-color: #4169e1;
    text-decoration: none;
}

.pfCarousel {
    padding: 0 0 30px;
}

.carousel-inner>.item {
    padding: 0 30px;
}

.carousel-inner>.item img {
    margin: 30px 0 0;
    box-shadow: none;
    width: 100%;
}

.secPortfolio .pfnav.tabs .selector {
    left: 20px;
}

.servicesSec .pfnav.tabs {
    display: inline-flex;
}

span.fas.fa-phone {
    transform: rotate(90deg);
}

/* External CSS */
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
    display: none;
}

.intl-tel-input .v-hide {
    visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
    color: #999;
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
    padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
    padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
    padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
    padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
    padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
    padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
    padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
    padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

.intl-tel-input.iti-container:hover {
    cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti-flag {
    width: 20px;
}

.iti-flag.be {
    width: 18px;
}

.iti-flag.ch {
    width: 15px;
}

.iti-flag.mc {
    width: 19px;
}

.iti-flag.ne {
    width: 18px;
}

.iti-flag.np {
    width: 13px;
}

.iti-flag.va {
    width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px;
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px;
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px;
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px;
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px;
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px;
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px;
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px;
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px;
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px;
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px;
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px;
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px;
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px;
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px;
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px;
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px;
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px;
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px;
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px;
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px;
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px;
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px;
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px;
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px;
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px;
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px;
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px;
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px;
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../images/flags.png") !important;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../images/flags@2x.png");
    }
}

.iti-flag.np {
    background-color: transparent;
}

#refundBtn {
    position: fixed;
    top: 44%;
    left: -62px;
    width: auto;
    height: auto;
    box-shadow: 0 5px 15px rgb(0 0 0 / 38%);
    box-sizing: border-box;
    z-index: 999999999;
    transition: 0.4s;
    background: #ffe21e;
    line-height: 48px;
    transform: rotate(-90deg);
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 1px 10px rgb(0 0 0 / 34%);
}

#refundBtn a::before {
    content: "Request a Refund" !important;
    font-family: "Poppins" !important;
    color: #fff;
    padding: 15px;
    color: #222;
}

.officeAddress {
    color: #fff !important;
    margin: 15px 0 5px;
    font-weight: 600;
}

.addressOffice {
    display: block !important;
}

.w3-modal {
    z-index: 99999 !important;
    background-color: rgb(0 0 0 / 80%) !important;
    /*padding-top: 0 !important;*/
}

.w3-button {
    color: #fff !important;
    background-color: #9100d7 !important;
}

.w3-button:hover {
    color: #fff !important;
    background-color: #ffe21e !important;
}

.w3-image {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

a {
    color: inherit;
}

.w3-table,
.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

.w3-table-all {
    border: 1px solid #ccc;
}

.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc;
}

.w3-centered tr th,
.w3-centered tr td {
    text-align: center;
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left: 16px;
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.w3-disabled *,
:disabled * {
    pointer-events: none;
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none;
}

.w3-badge,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.w3-badge {
    border-radius: 50%;
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

.w3-ul li:last-child {
    border-bottom: none;
}

.w3-tooltip,
.w3-display-container {
    position: relative;
}

.w3-tooltip .w3-text {
    display: none;
}

.w3-tooltip:hover .w3-text {
    display: inline-block;
}

.w3-ripple:active {
    opacity: 0.5;
}

.w3-ripple {
    transition: opacity 0s;
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block;
}

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000;
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000;
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.w3-check,
.w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%;
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%;
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
}

.w3-main,
#main {
    transition: margin-left 0.4s;
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
    margin: auto;
    background-color: transparent;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100%;*/
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto;
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left;
}

.w3-bar .w3-button {
    white-space: normal;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center;
}

.w3-block {
    display: block;
    width: 100%;
}

.w3-responsive {
    display: block;
    overflow-x: auto;
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both;
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
    float: left;
    width: 100%;
}

.w3-col.s1 {
    width: 8.33333%;
}

.w3-col.s2 {
    width: 16.66666%;
}

.w3-col.s3 {
    width: 24.99999%;
}

.w3-col.s4 {
    width: 33.33333%;
}

.w3-col.s5 {
    width: 41.66666%;
}

.w3-col.s6 {
    width: 49.99999%;
}

.w3-col.s7 {
    width: 58.33333%;
}

.w3-col.s8 {
    width: 66.66666%;
}

.w3-col.s9 {
    width: 74.99999%;
}

.w3-col.s10 {
    width: 83.33333%;
}

.w3-col.s11 {
    width: 91.66666%;
}

.w3-col.s12 {
    width: 99.99999%;
}

@media (min-width: 601px) {
    .w3-col.m1 {
        width: 8.33333%;
    }

    .w3-col.m2 {
        width: 16.66666%;
    }

    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%;
    }

    .w3-col.m4,
    .w3-third {
        width: 33.33333%;
    }

    .w3-col.m5 {
        width: 41.66666%;
    }

    .w3-col.m6,
    .w3-half {
        width: 49.99999%;
    }

    .w3-col.m7 {
        width: 58.33333%;
    }

    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%;
    }

    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%;
    }

    .w3-col.m10 {
        width: 83.33333%;
    }

    .w3-col.m11 {
        width: 91.66666%;
    }

    .w3-col.m12 {
        width: 99.99999%;
    }
}

@media (min-width: 993px) {
    .w3-col.l1 {
        width: 8.33333%;
    }

    .w3-col.l2 {
        width: 16.66666%;
    }

    .w3-col.l3 {
        width: 24.99999%;
    }

    .w3-col.l4 {
        width: 33.33333%;
    }

    .w3-col.l5 {
        width: 41.66666%;
    }

    .w3-col.l6 {
        width: 49.99999%;
    }

    .w3-col.l7 {
        width: 58.33333%;
    }

    .w3-col.l8 {
        width: 66.66666%;
    }

    .w3-col.l9 {
        width: 74.99999%;
    }

    .w3-col.l10 {
        width: 83.33333%;
    }

    .w3-col.l11 {
        width: 91.66666%;
    }

    .w3-col.l12 {
        width: 99.99999%;
    }
}

.w3-rest {
    overflow: hidden;
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px;
}

.w3-content,
.w3-auto {
    margin-left: auto;
    margin-right: auto;
}

.w3-content {
    max-width: 980px;
}

.w3-auto {
    max-width: 1140px;
}

.w3-cell-row {
    display: table;
    width: 100%;
}

.w3-cell {
    display: table-cell;
}

.w3-cell-top {
    vertical-align: top;
}

.w3-cell-middle {
    vertical-align: middle;
}

.w3-cell-bottom {
    vertical-align: bottom;
}

.w3-hide {
    display: none !important;
}

.w3-show-block,
.w3-show {
    display: block !important;
}

.w3-show-inline-block {
    display: inline-block !important;
}

@media (max-width: 1205px) {
    .w3-auto {
        max-width: 95%;
    }
}

@media (max-width: 600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important;
    }

    .w3-modal {
        padding-top: 30px;
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
    .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative;
    }

    .w3-hide-small {
        display: none !important;
    }

    .w3-mobile {
        display: block;
        width: 100% !important;
    }

    .w3-bar-item.w3-mobile,
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-click.w3-mobile {
        text-align: center;
    }

    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-hover.w3-mobile .w3-btn,
    .w3-dropdown-hover.w3-mobile .w3-button,
    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-click.w3-mobile .w3-btn,
    .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .w3-modal-content {
        width: 500px;
    }

    .w3-modal {
        padding-top: 50px;
    }
}

@media (min-width: 993px) {
    .w3-modal-content {
        width: 900px;
    }

    .w3-hide-large {
        display: none !important;
    }

    .w3-sidebar.w3-collapse {
        display: block !important;
    }
}

@media (max-width: 992px) and (min-width: 601px) {
    .w3-hide-medium {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .w3-sidebar.w3-collapse {
        display: none;
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w3-auto {
        max-width: 100%;
    }
}

.w3-top,
.w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.w3-top {
    top: 0;
}

.w3-bottom {
    bottom: 0;
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.w3-display-container:hover .w3-display-hover {
    display: block;
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block;
}

.w3-display-hover {
    display: none;
}

.w3-display-position {
    position: absolute;
}

.w3-circle {
    border-radius: 50%;
}

.w3-round-small {
    border-radius: 2px;
}

.w3-round,
.w3-round-medium {
    border-radius: 4px;
}

.w3-round-large {
    border-radius: 8px;
}

.w3-round-xlarge {
    border-radius: 16px;
}

.w3-round-xxlarge {
    border-radius: 32px;
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
    padding: 0 8px;
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px;
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.w3-code,
.w3-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px;
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4caf50;
    word-wrap: break-word;
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%;
}

.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-spin {
    animation: w3-spin 2s infinite linear;
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.w3-animate-fading {
    animation: fading 10s infinite;
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.w3-animate-opacity {
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
    width: 100% !important;
}

.w3-opacity,
.w3-hover-opacity:hover {
    opacity: 0.6;
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
    opacity: 1;
}

.w3-opacity-max {
    opacity: 0.25;
}

.w3-opacity-min {
    opacity: 0.75;
}

.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
    filter: grayscale(100%);
}

.w3-greyscale,
.w3-grayscale {
    filter: grayscale(75%);
}

.w3-greyscale-min,
.w3-grayscale-min {
    filter: grayscale(50%);
}

.w3-sepia {
    filter: sepia(75%);
}

.w3-sepia-max,
.w3-hover-sepia:hover {
    filter: sepia(100%);
}

.w3-sepia-min {
    filter: sepia(50%);
}

.w3-tiny {
    font-size: 10px !important;
}

.w3-small {
    font-size: 12px !important;
}

.w3-medium {
    font-size: 15px !important;
}

.w3-large {
    font-size: 18px !important;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-xxlarge {
    font-size: 36px !important;
}

.w3-xxxlarge {
    font-size: 48px !important;
}

.w3-jumbo {
    font-size: 64px !important;
}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-justify {
    text-align: justify !important;
}

.w3-center {
    text-align: center !important;
}

.w3-border-0 {
    border: 0 !important;
}

.w3-border {
    border: 1px solid #ccc !important;
}

.w3-border-top {
    border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
    border-left: 1px solid #ccc !important;
}

.w3-border-right {
    border-right: 1px solid #ccc !important;
}

.w3-topbar {
    border-top: 6px solid #ccc !important;
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
    border-left: 6px solid #ccc !important;
}

.w3-rightbar {
    border-right: 6px solid #ccc !important;
}

.w3-section,
.w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.w3-margin {
    margin: 16px !important;
}

.w3-margin-top {
    margin-top: 16px !important;
}

.w3-margin-bottom {
    margin-bottom: 16px !important;
}

.w3-margin-left {
    margin-left: 16px !important;
}

.w3-margin-right {
    margin-right: 16px !important;
}

.w3-padding-small {
    padding: 4px 8px !important;
}

.w3-padding {
    padding: 8px 16px !important;
}

.w3-padding-large {
    padding: 12px 24px !important;
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.w3-padding-top-64 {
    padding-top: 64px !important;
}

.w3-padding-top-48 {
    padding-top: 48px !important;
}

.w3-padding-top-32 {
    padding-top: 32px !important;
}

.w3-padding-top-24 {
    padding-top: 24px !important;
}

.w3-left {
    float: left !important;
}

.w3-right {
    float: right !important;
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.w3-transparent,
.w3-hover-none:hover {
    background-color: transparent !important;
}

.w3-hover-none:hover {
    box-shadow: none !important;
}

/* Colors */
.w3-amber,
.w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
}

.w3-aqua,
.w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important;
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196f3 !important;
}

.w3-light-blue,
.w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87ceeb !important;
}

.w3-brown,
.w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important;
}

.w3-cyan,
.w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important;
}

.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important;
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4caf50 !important;
}

.w3-light-green,
.w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important;
}

.w3-indigo,
.w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.w3-khaki,
.w3-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important;
}

.w3-lime,
.w3-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important;
}

.w3-orange,
.w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important;
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important;
}

.w3-pink,
.w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important;
}

.w3-purple,
.w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important;
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important;
}

.w3-red,
.w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}

.w3-sand,
.w3-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important;
}

.w3-teal,
.w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important;
}

.w3-yellow,
.w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important;
}

.w3-white,
.w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.w3-black,
.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important;
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

.w3-pale-red,
.w3-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important;
}

.w3-pale-green,
.w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important;
}

.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important;
}

.w3-pale-blue,
.w3-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important;
}

.w3-text-amber,
.w3-hover-text-amber:hover {
    color: #ffc107 !important;
}

.w3-text-aqua,
.w3-hover-text-aqua:hover {
    color: #00ffff !important;
}

.w3-text-blue,
.w3-hover-text-blue:hover {
    color: #2196f3 !important;
}

.w3-text-light-blue,
.w3-hover-text-light-blue:hover {
    color: #87ceeb !important;
}

.w3-text-brown,
.w3-hover-text-brown:hover {
    color: #795548 !important;
}

.w3-text-cyan,
.w3-hover-text-cyan:hover {
    color: #00bcd4 !important;
}

.w3-text-blue-grey,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-hover-text-blue-gray:hover {
    color: #607d8b !important;
}

.w3-text-green,
.w3-hover-text-green:hover {
    color: #4caf50 !important;
}

.w3-text-light-green,
.w3-hover-text-light-green:hover {
    color: #8bc34a !important;
}

.w3-text-indigo,
.w3-hover-text-indigo:hover {
    color: #3f51b5 !important;
}

.w3-text-khaki,
.w3-hover-text-khaki:hover {
    color: #b4aa50 !important;
}

.w3-text-lime,
.w3-hover-text-lime:hover {
    color: #cddc39 !important;
}

.w3-text-orange,
.w3-hover-text-orange:hover {
    color: #ff9800 !important;
}

.w3-text-deep-orange,
.w3-hover-text-deep-orange:hover {
    color: #ff5722 !important;
}

.w3-text-pink,
.w3-hover-text-pink:hover {
    color: #e91e63 !important;
}

.w3-text-purple,
.w3-hover-text-purple:hover {
    color: #9c27b0 !important;
}

.w3-text-deep-purple,
.w3-hover-text-deep-purple:hover {
    color: #673ab7 !important;
}

.w3-text-red,
.w3-hover-text-red:hover {
    color: #f44336 !important;
}

.w3-text-sand,
.w3-hover-text-sand:hover {
    color: #fdf5e6 !important;
}

.w3-text-teal,
.w3-hover-text-teal:hover {
    color: #009688 !important;
}

.w3-text-yellow,
.w3-hover-text-yellow:hover {
    color: #d2be0e !important;
}

.w3-text-white,
.w3-hover-text-white:hover {
    color: #fff !important;
}

.w3-text-black,
.w3-hover-text-black:hover {
    color: #000 !important;
}

.w3-text-grey,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-hover-text-gray:hover {
    color: #757575 !important;
}

.w3-text-light-grey,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important;
}

.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-hover-text-dark-gray:hover {
    color: #3a3a3a !important;
}

.w3-border-amber,
.w3-hover-border-amber:hover {
    border-color: #ffc107 !important;
}

.w3-border-aqua,
.w3-hover-border-aqua:hover {
    border-color: #00ffff !important;
}

.w3-border-blue,
.w3-hover-border-blue:hover {
    border-color: #2196f3 !important;
}

.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
    border-color: #87ceeb !important;
}

.w3-border-brown,
.w3-hover-border-brown:hover {
    border-color: #795548 !important;
}

.w3-border-cyan,
.w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important;
}

.w3-border-blue-grey,
.w3-hover-border-blue-grey:hover,
.w3-border-blue-gray,
.w3-hover-border-blue-gray:hover {
    border-color: #607d8b !important;
}

.w3-border-green,
.w3-hover-border-green:hover {
    border-color: #4caf50 !important;
}

.w3-border-light-green,
.w3-hover-border-light-green:hover {
    border-color: #8bc34a !important;
}

.w3-border-indigo,
.w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important;
}

.w3-border-khaki,
.w3-hover-border-khaki:hover {
    border-color: #f0e68c !important;
}

.w3-border-lime,
.w3-hover-border-lime:hover {
    border-color: #cddc39 !important;
}

.w3-border-orange,
.w3-hover-border-orange:hover {
    border-color: #ff9800 !important;
}

.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important;
}

.w3-border-pink,
.w3-hover-border-pink:hover {
    border-color: #e91e63 !important;
}

.w3-border-purple,
.w3-hover-border-purple:hover {
    border-color: #9c27b0 !important;
}

.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important;
}

.w3-border-red,
.w3-hover-border-red:hover {
    border-color: #f44336 !important;
}

.w3-border-sand,
.w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important;
}

.w3-border-teal,
.w3-hover-border-teal:hover {
    border-color: #009688 !important;
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important;
}

.w3-border-white,
.w3-hover-border-white:hover {
    border-color: #fff !important;
}

.w3-border-black,
.w3-hover-border-black:hover {
    border-color: #000 !important;
}

.w3-border-grey,
.w3-hover-border-grey:hover,
.w3-border-gray,
.w3-hover-border-gray:hover {
    border-color: #9e9e9e !important;
}

.w3-border-light-grey,
.w3-hover-border-light-grey:hover,
.w3-border-light-gray,
.w3-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important;
}

.w3-border-dark-grey,
.w3-hover-border-dark-grey:hover,
.w3-border-dark-gray,
.w3-hover-border-dark-gray:hover {
    border-color: #616161 !important;
}

.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important;
}

.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important;
}

.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important;
}

.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important;
}

/*.w3-modal::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{*/
/*  display:none;*/
/*}*/
.w3-modal::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}

.w3-modal::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(#000, #000);
}

.plus-float {
    -webkit-animation: animation_rotate 3s infinite linear;
    -webkit-animation: animation_rotate 3s infinite linear;
}

.banner-animation_rotate {
    -webkit-animation: animation_rotate 20s infinite linear;
    position: absolute;
    left: 62%;
    font-size: 72px;
    color: #d14031cc;
    top: 80%;
    width: 33%;
    z-index: -11;
}

.float-circle.float {
    color: #ffffff;
    font-size: 44px;
    position: absolute;
    top: 620px;
    z-index: 1;
    left: 31%;
}

@-webkit-keyframes animation_rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transfsdorm: rotate(3das59deg);
        transform: rotate(359deg);
    }
}

.banner-animation_rotate1 {
    -webkit-animation: animation_rotate 20s infinite linear;
    position: absolute;
    left: 4%;
    font-size: 72px;
    color: #d14031cc;
    top: 80%;
    width: 33%;
    z-index: -11;
}

.float-circle.float1 {
    color: #ffffff;
    font-size: 44px;
    position: absolute;
    top: 620px;
    z-index: 1;
    left: 31%;
}

.last-banner-form-span {
    font-size: 48px !important;
}

@-webkit-keyframes animation_rotate1 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transfsdorm: rotate(3das59deg);
        transform: rotate(359deg);
    }
}

@media screen and (max-width: 767px) {
    .ftr-md1 {
        text-align: left;
    }
}

.bg-white.mt4 .services_links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 4px solid #b400e71a;
    height: 100%;
    padding: 5px 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.bg-white.mt-4 .services_links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 4px solid #b400e71a;
    height: 100%;
    padding: 5px 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.services_links.single-service {
    border: none;
    height: 100%;
    padding: 0px 10px;
}

.services_links.single-service p {
    height: revert;
    overflow-y: auto;
}

.secSvcdetails {
    border-top: 0px solid #e8e8e8 !important;
    padding: 0px 0 !important;
}

/* mega menu */

.sub-menu-main {
    position: absolute;
    top: 100%;
    right: -640%;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 1000px;
    border-radius: 8px;
}

.sub-menu-main li {
    display: block;
    width: 100%;
    position: relative;
}

.sub-menu-main li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f1f1;
    margin-right: 5px;
    position: relative;
}

.sub-menu-main .sub-menu li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-bottom: 0px solid #f1f1f1;
}

/* .sub-menu-main li a:hover {
  background: #f1f1f1;
} */
.sub-menu-main li a i {
    margin-right: 10px;
}

.sub-menu-main {
    display: none;
    justify-content: space-between;
    padding: 0px 10px;
}

#menu-item-6973:hover .sub-menu-main {
    display: flex;
}

.sub-menu-main ul li a:hover {
    padding-left: 30px;
}

.menuWrap ul.sub-menu-main li a:hover::after {
    opacity: 0;
    width: 100%;
}

.menuWrap .sub-menu-main ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    background: transparent;
    width: 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sub-menu-main ul li a:hover:before {
    margin-right: 5px;
    width: 20px;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(120deg, #8e06e6 50%, #7119f1 85%, #5828fa 100%);
}

.sub-menu-main li a:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}







.serv_m-t {
    margin-top: 90px !important;
    margin-bottom: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
