::selection {
    background: #9900e2;
    color: #fff;
    text-shadow: none
}

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

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

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

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-image: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%)
}

.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(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%)
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: Poppins!important;
    padding: 0!important
}

html {
    scroll-behavior: smooth
}

h5 {
    font-family: Poppins
}

.btn {
    font-family: Poppins
}

*,:focus,:hover {
    outline: 0!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 .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out
}

div#fancybox-1 {
    display: none
}

section {
    padding: 30px 0
}

.z9 {
    z-index: 9
}

html {
    scroll-behavior: smooth
}

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

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

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

.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-auto {
    margin: 0 auto
}

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

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

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

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

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

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

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

.btn-a {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition-duration: .4s;
    transition-duration: .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 .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.btn-sub {
    margin: 10px 0 0;
    background-color: #b400e7;
    border: 2px solid #b400e7;
    border-radius: 5px;
    color: #fff!important;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition-duration: .4s;
    transition-duration: .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
}

.packagestext h3 {
    font-size: 32px;
    font-weight: 600;
    color: #1f5598;
    margin: 0;
    text-transform: capitalize;
    text-align: center
}

.packagestext h4 {
    font-size: 48px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 50px;
    text-transform: capitalize;
    text-align: center
}

.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: .4s;
    transition-duration: .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: 700
}

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

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

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

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

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

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

.m3-h h5 {
    color: #000;
    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: .8px
}

.m7-h h5 {
    font-size: 32px;
    font-weight: 600;
    color: #2680f0;
    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
}

.p1 p {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    width: 100%;
    color: #2680f0!important
}

.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-16 {
    font-size: 16px!important
}

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

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    transition: .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 .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

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

.subMenu a::after {
    display: none
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #032c61;
    z-index: 99999;
    animation: smoothScroll 1s forwards;
    padding: 0;
    box-shadow: none
}

.sticky .blacklogo {
    display: none
}

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

.sticky .whitelogo {
    display: block;
    max-width: 120px;
    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(0)
    }
}

.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: .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 .back,.flipBtn .flip a .front {
    padding: 0 5px;
    width: 175px
}

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

ul.menu li.flip:last-child a .front {
    background-color: #ff3342;
    font-weight: 600;
    color: #fff;
    background-image: none
}

ul.menu:nth-child(1) li.flip a .front {
    background: #ff3342;
    color: #fff
}

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

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

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;
    display: block;
}

ul.menu>li.active>a:before,ul.menu>li>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 .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: -34px
}

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

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: .4s;
    transition-duration: .4s
}

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

ul.menu>li:hover .subMenu {
    opacity: 1;
    visibility: visible
}

.subMenu {
    position: absolute;
    left: 0;
    top: 150%;
    text-align: left;
    background-color: #fff;
    padding: 12px 0;
    z-index: 99999;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 1px 3px 10px #ccc;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .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 .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .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
}

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

.mainBanner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
    background: linear-gradient(90deg,#5d0001 0,#e60003 50%,#5d0001 100%)
}

.mainBanner .flip a .back,.servicesBanner .flip a .back {
    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: #000!important;
    background-image: none
}

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

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%;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: url(../images/banner/mainBannernew.png)
}

.socialIcon li {
    display: inline-block
}

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

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

.BannerForm {
    background: #ffffff94;
    padding: 120px 40px 30px;
    border-radius: 15px;
    box-shadow: 0 0 5px #00000054;
    position: relative
}

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

.BannerForm h5 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .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
}

.getyourForm input[type=email],.getyourForm input[type=number],.getyourForm input[type=rel],.getyourForm input[type=text],.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: #000;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 21px;
}

.bannerList li span {
    color: #032a61;
    margin: 0 10px 0 0;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

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

.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.html) 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: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
}

.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 .2s ease-In-out;
    -moz-transition: all .2s ease-In-out;
    -o-transition: all .2s ease-In-out;
    transition: all .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: .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: .1s
}

.hover-block:before {
    bottom: 0;
    left: 75%;
    transform: translate(-50%,-100%);
    background-color: #ffffff3b;
    z-index: 10;
    transition: all .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 .5s ease;
    width: 190px!important;
    height: 170px!important;
    display: none
}

.hover-block:after,.hover-block:before {
    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,#9e1717 20%,#8e06e6 100%);
    box-shadow: 0 0 45px #00000059;
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%)
}

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

.logobox ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.logobox ul li {
    margin: 0 19px
}

.logobox {
    position: absolute;
    bottom: 1%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 36px 10px rgb(0 0 0 / 6%);
    padding: 40px;
    border-radius: 40px;
    z-index: 1;
    left: 0;
    right: 0
}

.sec-home-down {
    position: relative;
    padding: 70px 0 50px 0
}

.sec-home-down .home-down-img .thumb {
    width: 100%;
    height: auto;
    display: block;
    margin: 0
}

.sec-home-down .home-down-desc .m-head {
    font-family: Outfit,sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding: 0
}

.sec-home-down .home-down-desc .s-head {
    text-transform: capitalize;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 48px;
    color: #000;
    font-weight: 600;
    line-height: 60px
}

.sec-home-down .home-down-desc .s-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
    margin: 0 0 25px 0;
    padding: 0;
    width: 95%;
    color: #616368
}

.sec-home-down .home-down-desc .dn-card {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 0 0 20px 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.sec-home-down .home-down-desc .dn-card .img {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff3342;
    border-radius: 50%;
    background-size: 326% 72%
}

.sec-home-down .home-down-desc .dn-card .img .thumb {
    width: 50%;
    display: block;
    margin: 0;
    height: auto
}

.iconbox1 {
    background-image: url(../images/sprite_icon.png);
    background-repeat: no-repeat;
    background-position: 5% 39%
}

.iconbox2 {
    background-image: url(../images/sprite_icon.png);
    background-repeat: no-repeat;
    background-position: 47% 39%
}

.iconbox3 {
    background-image: url(../images/sprite_icon.png);
    background-repeat: no-repeat;
    background-position: 102% 39%
}

.sec-home-down .home-down-desc .dn-card .dn-desc {
    width: 85%;
    margin: 0 0 20px 20px
}

.sec-home-down .home-down-desc .dn-card .dn-desc .head {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    padding: 0
}

.sec-home-down .home-down-desc .dn-card .dn-desc .para {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #616368;
    text-transform: none;
    margin: 0;
    padding: 0
}

.customH h5 {
    font-size: 32px;
    color: #235a9f;
    font-weight: 700;
    margin: 0 0 5px;
    letter-spacing: .5px
}

.packagesSec {
    padding-bottom: 120px
}

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

.packagesSec .nav-tabs li .nav-link {
    padding: 12px 10px;
    margin: 0;
    color: #1d5093;
    text-align: center;
    position: relative;
    z-index: 99;
    font-weight: 500;
    border: 1px solid #205698;
    border-radius: 0
}

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

.packagesSec .nav-tabs .nav-item.show .nav-link,.packagesSec .nav-tabs .nav-link.active {
    color: #fff!important;
    border: 1px solid #2680f0;
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%)
}

.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 .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    border-radius: 5px
}

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

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

.slider {
    width: 100%;
    margin: 100px auto
}

.slick-slide {
    margin: 0 15px
}

.slick-slide img {
    width: 100%
}

.slick-next:before,.slick-prev:before {
    color: #000
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2
}

.slick-active {
    opacity: 1
}

.slick-current {
    opacity: 1
}

.testfooter p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    clear: both;
    font-family: Jost,sans-serif;
    font-style: italic;
    width: 90%
}

.singlePackage {
    border: 1px solid transparent;
    box-shadow: 0 0 15px #00000047;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .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%);
    box-shadow: 0 0 20px #00000059
}

.singlePackage:hover .singlePackageBody,.singlePackage:hover .singlePackageHeader {
    background: 0 0
}

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

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

.singlePackage:before {
    bottom: 0;
    left: 75%;
    transform: translate(-70%,-160%);
    background-color: #ffffff3b;
    z-index: 10;
    transition: all .2s 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: -.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: -.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
}

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

.customQuoteForm h5 {
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1.2px;
    color: #1f5497;
    line-height: 50px
}

.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: .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%);
    box-shadow: 0 0 15px #0000003b;
    padding: 60px 0;
    overflow: hidden;
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%)
}

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

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

.BannerForm h5 {
    animation: off50 1s alternate infinite ease-in
}

@keyframes getQuote {
    0% {
        transform: scale(.7);
        animation-timing-function: ease-in
    }

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

    100% {
        transform: scale(.7)
    }
}

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

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

    100% {
        transform: scale(.7)
    }
}

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

    100% {
        font-size: 45px
    }
}

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

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

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

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

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

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

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

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

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

.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 img {
    -webkit-transition: all .2s ease-In-out;
    -moz-transition: all .2s ease-In-out;
    -o-transition: all .2s ease-In-out;
    transition: all .2s ease-In-out;
    height: 263px!important;
    object-fit: cover;
    object-position: top
}

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

.porfolioEffect {
    margin: 0 0 10px
}

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

.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: 400;
    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,#892689 0,#1c4ee4 100%)
}

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

.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 .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .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
}

.sec-new-packages {
    position: relative;
    overflow: hidden
}

.sec-new-packages .over-video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.sec-new-packages .main-packages-area .custom-tab-ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.sec-new-packages .main-packages-area .custom-tab-ul .c-tab-li .c-tab-a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    color: #616368;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 45px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: transparent;
    transition: all .1s ease-in-out;
    cursor: pointer
}

.sec-new-packages .main-packages-area .custom-tab-ul .c-tab-li .c-tab-a.current {
    font-weight: 600;
    border-bottom: 2px solid #21599c
}

.sec-new-packages .main-packages-area .view-main-tab .my-tab {
    display: none
}

.sec-new-packages .main-packages-area .view-main-tab .tab-view {
    display: block
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .owl-stage-outer {
    padding: 0 0 20px
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card {
    background: #e7eaeb;
    transition: .5s ease-in;
    color: rgba(0,0,0,.699);
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    padding: 16px;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card:hover {
    box-shadow: 4px 8px 25px #00000038;
    background-color: #fff
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .pk-h {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 10px;
    padding: 0;
    text-align: center;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .pk-s {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    padding: 0;
    text-align: center;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .pk-p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 70px;
    overflow-y: scroll;
    transition: .5s ease-in
}

.banner_sec_main {
    min-height: 100vh;
    display: flex;
    position: relative;
    background-position: right;
    overflow: hidden;
    padding: 0
}

.banner_content_sec h2 {
    color: #2680f0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -.04em;
    padding-bottom: 10px
}

.banner_content_sec p {
    font-size: 14px;
    letter-spacing: -.03em;
    font-weight: 500;
    color: #000;
    line-height: 35px
}

.banner_right_img {
    text-align: center;
    padding: 130px 0 0;
    position: relative;
    border-radius: 0 0 30px 30px;
    width: 440px
}

img.img-fluid.team_img {
    position: absolute;
    z-index: -1;
    left: -80px;
    top: 114px
}

.banner_content_sec {
    padding: 200px 50px 0 0
}

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

.banner-btn ul li a {
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%);
    color: #fff!important;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 2px solid #2661a5
}

.banner-btn ul li.chng_clr a {
    background: #ff3342;
    color: #fff!important;
    border: 2px solid
}

.banner-btn ul li a:hover {
    background: 0 0;
    transform: translate(0,-10px);
    color: #2661a5!important
}

.banner-btn ul li.chng_clr a:hover {
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%);
    color: #fff!important
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .pk-p::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    border-radius: 10px;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .pk-p::-webkit-scrollbar-track {
    width: 5px;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .pk-p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #444;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card:hover .pk-p::-webkit-scrollbar-thumb {
    background: #9100d7
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .price-row {
    text-align: center;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .price-row .price {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .price-row .delete-p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #1c4e91;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .packagesDetailUl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 30px 0 30px 0;
    padding: 0;
    height: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .packagesDetailUl::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    border-radius: 10px;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .packagesDetailUl::-webkit-scrollbar-track {
    width: 5px;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .packagesDetailUl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #444;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card:hover .packagesDetailUl::-webkit-scrollbar-thumb {
    background: #9100d7
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .packagesDetailUl .dot-before {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 21px;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .packagesDetailUl .dot-before::before {
    content: "\f111";
    display: block;
    font-size: 10px;
    top: 1px;
    left: 0;
    color: #1d5193;
    position: absolute;
    transition: .5s ease-in;
    font-family: 'Font Awesome 5 Pro'
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .cta-package .select-pkg {
    color: #fff;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    transition: .2s ease-in;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: .5s ease-in;
    cursor: pointer;
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%)
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .cta-package .anchor {
    font-family: Poppins;
    color: #3e3f15;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    display: block;
    margin: 10px 0 10px 0;
    padding: 0;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .cont-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .cont-ul .cta-li {
    font-family: Poppins;
    color: #3e3f15;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card .cont-ul .cta-li .ct-a {
    font-family: Poppins;
    color: #3e3f15;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    padding: 0;
    transition: .5s ease-in
}

.sec-new-packages .main-packages-area .view-main-tab .packages-slider .packages-card:hover .cont-ul .cta-li .ct-a {
    color: #2680f0
}

.pt-lg-5,.py-lg-5 {
    padding-top: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

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

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

.font-weight-bold {
    font-weight: 700!important
}

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

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

.font-weight-bold {
    font-weight: 700!important
}

.font-28 {
    font-size: 28px;
    line-height: 30px
}

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

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

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

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

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

.reviewCardHead {
    position: relative
}

.bg-gold {
    background: #f5b826
}

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

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

.light-pink {
    color: #ff8171
}

.gold {
    color: #f5b826
}

.light-green {
    color: #6ce0b8
}

p.starPara {
    font-size: 12PX
}

.reaviewBody li a {
    color: #d6d6d6
}

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

.m-neg-10 {
    margin-left: -20px
}

.iconImage-services {
    width: 41px;
    height: 44px
}

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

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

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

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

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

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

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

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

.testimonialvideosection.position-relative {
    position: relative
}

.testimonialvideosection video {
    object-fit: cover
}

.cta-sec {
    border-left-color: transparent;
    border-right-color: transparent;
    padding-bottom: 80px;
    background-color: #fff;
    padding-top: 50px
}

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

section#get_quote_f_ds {
    padding-top: 150px;
    padding-bottom: 150px
}

.cta-ctn h1 {
    color: #000;
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -2px
}

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

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

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

.btn-c {
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%);
    border: 1px solid rgb(29 82 148);
    transition: .5s all ease
}

.btn-c:hover {
    color: #000;
    border: 1px solid rgb(163 0 2);
    background: 0 0
}

.btn-g {
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #205699;
    line-height: 22px;
    border-radius: 999px;
    background: 0 0;
    border: 1px solid rgb(29 82 148);
    transition: .5s all ease
}

.btn-g:hover {
    color: #fff;
    background: linear-gradient(90deg,#5d0001 0,#e60003 50%,#5d0001 100%)
}

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

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

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

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

.box18 {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.box18:before {
    content: "";
    -o-transition: all .5s linear .3s;
    -moz-transition: all .5s linear .3s;
    -ms-transition: all .5s linear .3s;
    -webkit-transition: all .5s linear .3s;
    transition: all .5s linear .3s;
    background-color: #0000006b;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0
}

.box18 img {
    width: 100%;
    height: auto
}

.port-img img {
    width: 100%!important
}

.box18 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.box18:after {
    content: "";
    -o-transition: all .5s linear .6s;
    -moz-transition: all .5s linear .6s;
    -ms-transition: all .5s linear .6s;
    -webkit-transition: all .5s linear .6s;
    transition: all .5s linear .6s
}

.box18 {
    overflow: hidden
}

.box18:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.box18:hover:after,.box18:hover:before {
    content: "";
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400);
    opacity: 1
}

.box18:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.box18:hover .box-content i {
    font-size: 40px;
    color: #fff
}

.box18:hover:after {
    content: "";
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.holderCircle {
    width: 540px;
    height: 540px;
    border-radius: 100%;
    margin: 0 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: #fff;
    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.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 {
    font-size: 30px;
    font-weight: 600;
    color: #1e5397;
    line-height: 28px
}

.dotCircle .itemDot.active,.dotCircle .itemDot:hover {
    color: #fff;
    transition: .5s;
    background: #1e5397;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,.13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0,0,0,.13);
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.13)
}

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

.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;
    color: #20569b
}

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

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: .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: .5s
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000;
    opacity: .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;
    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: #1e5397;
    font-size: 22px
}

.clients-section {
    padding: 60px 0 90px
}

.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:after {
    position: absolute;
    content: '\f00c ';
    font-family: fontAwesome;
    color: #c80808;
    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
}

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

.qouteImg {
    margin: 0 0 15px
}

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

.testimonialSlider h5 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .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: .5px;
    margin: 30px 0 0
}

.testimonialSlider h6 span {
    font-weight: 700
}

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

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

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

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

.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 h2 {
    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: 700;
    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
}

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

.banner-btn.banner-btn-2 {
    padding: 25px 0
}

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

.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%);
    z-index: 0;
    position: relative;
    overflow: hidden;
    padding: 60px 0
}

.get_quote p {
    color: #fff;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0 0 30px 0;
    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: 0;
    border-radius: 0;
    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: 0 0 10px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.infoRow .infoCol a,.infoRow .infoCol p {
    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
}

.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;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-radius: 5px!important;
    padding: 14px 18px;
    width: 100%
}

.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: 0;
    border: none;
    min-width: 154px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    background: 0 0;
    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(max-width: 1680px) {
    .innerSolutions a.nav-link {
        width:370px
    }

    .formImage {
        right: -45%
    }
}

@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: 43%!important;
        transform: translateY(-32%)!important
    }

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

    .bannerFloatingimg3 {
        max-width: 670px
    }

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

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

    .callSidebtn {
        top: 18%!important
    }

    .toggle1 {
        top: 40%
    }

    .formImage {
        display: none
    }

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

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

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

    .mainBanner {
        background-size: 97%!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%)
    }

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

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

    .bannerFloatingimg2 {
        max-width: 320px
    }

    .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 {
        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: 0
    }

    .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 .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: 0;
        margin-right: 0;
        color: #fff;
        font-size: 25px
    }

    .container {
        position: relative
    }

    header .header-top {
        display: none
    }

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

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

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

    .toggle1 {
        top: 42%!important
    }

    .banner_sec_main {
        min-height: 132vh
    }

    .toggle {
        top: 4%!important
    }

    .logobox ul li {
        margin: 0 0
    }

    .logobox li a img {
        width: 70%
    }

    .logobox {
        margin-bottom: 30px;
        bottom: -3%
    }
}

@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
    }

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

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

    .subMenu {
        position: relative;
        opacity: 1;
        visibility: visible;
        background: 0 0;
        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 {
        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 {
        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 {
        font-size: 40px;
        line-height: 48px
    }

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

    .logobox ul li {
        margin: 0 0
    }

    .logobox ul li a img {
        width: 80%
    }
}

@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: 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 {
        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(0,0,0);
            animation-timing-function: ease-in
        }

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

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

    .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 {
        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 (max-width: 767px) {
    .callSidebtn,.img-fluid,.menuWrap ul.menu li a:hover::after,.qouteImg,.sidebar-contact,.sidebar-contact1,.tab-pane img.move-nw {
        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: 0
    }

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

    .reviews .p2 p {
        color: #fff
    }

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

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

    .packagesSec .nav-item.active,.tabspack .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: 0!important;
        transform: translateY(0)!important
    }

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

    .bannerFloating {
        display: none
    }

    .callSidebtn {
        top: 40%!important
    }

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

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

    .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(3),.popup-feild:nth-child(4) {
        margin: 0 0 30px!important
    }

    .subMenu {
        left: 0;
        height: auto;
        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: 0 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 {
        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: .5em 0;
        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 {
        top: -15px
    }

    .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: 0
    }

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

    .counter,.gotIdeaForm {
        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 {
        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: flex;
        border-radius: 5px!important;
        padding: 10px!important;
        /* background:linear-gradient(120deg,#5828fa 0,#7119f1 20%,#8e06e6 100%); */
        flex-wrap: wrap;
        /* margin: 10px 0px; */
        justify-content: center !important;
    }

    .packagesSec .nav-tabs .nav-item {
        text-align: center;
        margin: 10px 2px;
    }

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

    footer {
        text-align: center
    }

    .m1-h h5 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%;
        margin: 0 auto;
        display: table
    }

    .m1-h h5 {
        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 {
        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
    }

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

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

.carousel-caption,.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(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,.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,.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,.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,.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: .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 .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .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: .5;
    font-size: 20px;
    background-color: transparent
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

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

.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 .3s;
    cursor: pointer;
    border-radius: 5px
}

.flip a .back,.flip a .front {
    margin: 0;
    width: 160px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    font-weight: 600;
    letter-spacing: .4px
}

.flip a .front {
    color: #fff;
    box-shadow: 0 5px 10px #00000061;
    transform: rotateY(0) translateZ(24px);
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%)
}

.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 .5s ease;
    transition-delay: 0.15s
}

.flip a:hover {
    /* transform: translateZ(-24px) rotateX(-90deg); */
}

.flip a:hover .front {
    background: #000;
    transition: all .8s ease
}

.flip a:hover .back {
    color: #222;
    transition: color .4s linear;
    background: #fff
}

.flip a:hover .back:after {
    transform: rotate(6deg) translate(100px,-18px)
}

.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: .4
}

.demos {
    grid-area: demos;
    align-self: end
}

.demo {
    display: inline-block;
    position: relative;
    font-size: .85em;
    margin: 0 .25em .5em 0;
    padding: 1em
}

.demo .decoshape {
    display: none
}

.demo--current {
    color: #ccc;
    border-color: currentColor
}

.demo--current .decoshape {
    display: block;
    z-index: -1
}

.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 {
    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: .6s
}

.tabs a.active {
    color: #fff
}

.tabs a i {
    margin-right: 5px
}

.tabspack .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition-duration: .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%)
}

.tabs1 {
    position: relative
}

.tabs1 a {
    text-decoration: none;
    color: #777;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: .6s
}

.tabs1 a.active {
    color: #fff
}

.tabs1 a i {
    margin-right: 5px
}

.tabs1 .selector1 {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition-duration: .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%)
}

.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: .6s
}

.tabs2 a.active {
    color: #fff
}

.tabs2 a i {
    margin-right: 5px
}

.tabs2 .selector2 {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition-duration: .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%)
}

.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%;
    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: 0;
    border: 1px solid #fff
}

[class*=ctrl-][class*=fx-].active,[class*=ctrl-][class*=fx-]:hover {
    color: #231f20
}

[class*=ctrl-][class*=fx-].is-reversed {
    color: #231f20
}

[class*=fx-],[class*=fx-]:hover {
    transition: color .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 .5s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%
}

[class*=fx-bubble].active::after,[class*=fx-bubble]:hover::after {
    transition: height .5s ease-in-out;
    height: 300%
}

[class*=fx-bubble]:disabled:hover::after {
    height: 0
}

.fx-sliderIn::after {
    transition: width .5s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0
}

.fx-sliderIn.active::after,.fx-sliderIn:hover::after {
    transition: width .5s ease-in-out;
    width: 100%
}

.fx-sliderIn.active::after,:checked+.fx-sliderIn::after {
    width: 300%
}

input.slide-hover-left-1 {
    background-image: linear-gradient(0,#fff,#fff)!important;
    background-size: 0!important;
    transition: .3s;
    background-repeat: no-repeat!important;
    border-radius: 0;
    width: auto!important;
    padding: 15px 45px!important;
    color: #fff!important;
    text-transform: capitalize!important;
    font-weight: 600;
    letter-spacing: .4px;
    background-color: #21579c!important;
    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: .3s;
    background-repeat: no-repeat!important;
    border-radius: 0;
    width: auto!important;
    padding: 13px 18px!important;
    color: #fff!important;
    text-transform: lowercase!important;
    font-weight: 600;
    letter-spacing: .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: #21589b!important
}

input.slide-hover-left-2 {
    background-image: linear-gradient(0,#fff,#fff);
    background-size: 0;
    transition: .3s;
    background-repeat: no-repeat;
    border-radius: 0;
    width: auto!important;
    padding: 15px 60px!important;
    color: #fff;
    text-transform: uppercase!important;
    font-weight: 700;
    letter-spacing: .4px;
    box-shadow: 0 0 15px #00000059;
    cursor: pointer;
    border: none;
    background: #ff3342
}

input.slide-hover-left-2:hover {
    background-size: 100%;
    color: #000;
    background: #fff
}

.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;
    text-align: center;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    width: 90%;
    margin: 0 auto
}

.popup-form h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    width: 90px;
    height: 3px;
    background: #9900e2;
    background: #2680f0;
    margin: 0 auto
}

.popup-feild {
    margin: 0 0 30px
}

.popup-feild:nth-child(3),.popup-feild:nth-child(4) {
    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: .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: 35px 0 0
}

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)
}

.sidebar-contact {
    position: fixed;
    top: 55%;
    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: 999999999;
    transition: .4s
}

.sidebar-contact1 {
    position: fixed;
    top: 58%;
    left: -352px;
    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: .4s
}

.sidebar-contact.active {
    left: 0
}

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

.sidebar-contact1.active {
    left: 0
}

.sidebar-contact input,.sidebar-contact textarea,.sidebar-contact1 input,.sidebar-contact1 textarea {
    height: 36px;
    margin-bottom: 10px;
    box-sizing: border-box;
    outline: 0;
    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 {
    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: #ce0000;
    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: 0 0;
    top: 0;
    right: 0;
    line-height: 0
}

.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #ff3342;
    top: 0;
    right: -48px;
    line-height: 48px;
    transition: .5s;
    box-shadow: 0 1px 10px rgb(0 0 0 / 34%);
    overflow: hidden
}

h2.logotext {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase
}

.ftr-md1 h2 {
    margin-bottom: 30px
}

.toggle.active {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #9100d7;
    top: 0;
    right: -48px;
    line-height: 48px
}

.toggle.active:before {
    content: '\f00d';
    font-family: fontAwesome
}

.toggle1 {
    position: absolute;
    height: 47px;
    width: 260px;
    text-align: center;
    cursor: pointer;
    background: #ff3342;
    top: 35%;
    right: -155px;
    line-height: 47px;
    transform: rotate(-90deg);
    transition: .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: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 700
}

.toggle1.active:before {
    content: '\f00d'!important;
    font-family: fontAwesome!important;
    font-size: 18px;
    color: #fff
}

.callSidebtn {
    top: 22%;
    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: #ff3342;
    transition: .5s
}

.callSidebtn:before {
    content: '\f879';
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: 'Font Awesome 5 Pro'
}

@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: .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
    }
}

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

.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=tel],.intl-tel-input input[type=text] {
    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,.2);
    background-color: #fff;
    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,.05)
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text] {
    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,.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,.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=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    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=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    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=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    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=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    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=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    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=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    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=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    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=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    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: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #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%402x.html")
    }
}

.iti-flag.np {
    background-color: transparent
}

.footer_text {
    color: #fff;
    line-height: 22px;
    font-size: 13px
}

.modal_text {
    margin: 16px auto 0;
    color: #fff;
    text-align: center;
    line-height: 25px
}

.toggle a {
    position: relative;
    display: block
}

.toggle a:before {
    content: '\f003';
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: fontAwesome
}

.btn-c:hover img {
    filter: invert(1)
}

.imgmidium {
    height: 540px!important;
    object-fit: cover;
    width: 100%;
    object-position: top
}

.imgmidium1 {
    height: 253px!important;
    object-fit: cover;
    object-position: top
}

img.imgmidium2 {
    height: 263px!important;
    object-fit: cover;
    object-position: top
}

img.imgmidium3 {
    height: 533px!important;
    object-fit: cover;
    object-position: top
}

img.imgmidium4 {
    width: 554px!important;
    height: 254px!important;
    object-fit: cover;
    object-position: top
}

@media(min-width: 1367px) {
    .bannerFloating {
        transform:translate(29%,35%)
    }
}

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

.sec-new-packages .main-packages-area .custom-tab-ul .c-tab-li .c-tab-a:hover {
    border-bottom: 2px solid #1b4d8f;
    color: #1c4e91
}

.comboPkgSecList {
    list-style: disc;
    margin: 0 0 0 15px;
    width: 47%
}

.comboPkgSecList li {
    font-size: 15px;
    color: #fff;
    margin: 0 15px 10px 0;
    line-height: 23px;
    list-style: none
}

.comboPkgSec h6 {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    line-height: 35px
}

.comboPkgSec h3 {
    color: #ffff;
    font-size: 50px;
    font-weight: 700;
    padding: 30px 0
}

.comboPkgSec p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 25px 0
}

.comboPkgSecBtn {
    margin: 50px 0 0 0
}

.comboPkgSecBtn {
    display: flex;
    align-items: center
}

ul.comboPkgSecList li span {
    margin-right: 12px;
    color: #910303
}

.price-box {
    position: absolute;
    background: url(../images/price-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2%;
    right: 30%;
    width: 288px;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column
}

.comboPkgSec {
    background: url('../images/pkg-banner.jpg');
    position: relative
}

.comboPkgSec {
    padding: 70px 0
}

.comboPkgSec::before {
    background: url('../images/pkg-img-1.png');
    position: absolute;
    content: "";
    width: 44%;
    height: 592px;
    right: 0
}

.price-box p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #edb119
}

.price-box h4 {
    font-size: 52px;
    font-weight: 700;
    color: #f5b718
}

.comboPkgSecBtn li.first a {
    background-color: rgb(243 34 36);
    border-radius: 22px;
    padding: 15px 36px;
    font-weight: 700;
    color: #fff;
    transition: 0.;
    transition: .5s
}

.comboPkgSecBtn {
    display: flex;
    align-items: center
}

.comboPkgSecBtn li.last a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 0 19px
}

.comboPkgSecBtn {
    margin: 50px 0 0 0
}

.comboPkgSecBtn li.first a:hover {
    background: #000
}

.comboPkgSecBtn li.last i {
    padding: 0 10px 0 0
}

.blinking {
    animation: blinkingText 2s infinite
}

@keyframes blinkingText {
    0% {
        color: #edb119
    }

    49% {
        color: #fff
    }

    60% {
        color: #edb119
    }

    99% {
        color: #fff
    }

    100% {
        color: #edb119
    }
}

@media (min-width: 1200px) and (max-width:1440px) {
    .comboPkgSec::before {
        background-size:100%;
        background-repeat: no-repeat;
        background-position: right;
        width: 60%;
        right: -220px
    }

    .comboPkgSec {
        overflow: hidden
    }

    .price-box {
        right: 20%
    }
}

section.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.textOfSection3 p {
    font-size: 32px;
    color: #000;
    font-weight: 700
}

.pricingtext {
    font-size: 20px!important
}

.let-space-2 {
    letter-spacing: 2px
}

.text-uppercase {
    text-transform: uppercase
}

.line-bot-green-225 {
    background-color: #3a86c9;
    width: 225px;
    margin: 1rem auto;
}

.myCard2 {
    border: 1px solid #051d38;
    border-radius: 0;
    box-shadow: 10px 10px 30px #999;
    margin-bottom: 20px;
    margin-top: 50px;
    height: 615px;
}

.myCard2 {
    border-radius: 12px!important;
    padding: 30px 20px;
    word-break: break-word
}

.myCard2 .font-32 {
    font-size: 25px;
    color: #000!important;
    line-height: 30px;
    font-weight: 600;
    position: relative;
}

.font-w800 {
    font-weight: 800
}

.myCard2 p {
    color: #012840!important;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 45px
}

.contentScroll ul {
    height: 210px;
    margin: 20px 0 0;
    font-size: 13px;
    overflow-y: scroll;
    overflow-x: hidden
}

.textOfSection3 p {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

span.price {
    padding-right: .5rem;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    color: #000
}

span.text-dec-line-thro.text-red.font-24 {
    font-size: 24px
}

.text-dec-line-thro {
    text-decoration: line-through
}

.text-red {
    color: #eb0000!important
}

.contentScroll ul li {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 20px
}

.text-blue-new {
    color: #1d5193!important
}

.contentScroll-upper {
    height: 46px;
    margin-bottom: 15px;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 24px
}

.myCard2 img {
    filter: brightness(1)!important;
    float: right;
    width: 20%
}

.dot-before {
    position: relative;
    padding-left: 25px
}

.dot-before:before {
    content: ".";
    color: #032c61;
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 50px;
    line-height: 6px
}

.dot-before {
    position: relative;
    padding-left: 25px
}

.myCard2 .btn-yellow {
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 15px!important;
    color: #fff;
    background: linear-gradient(360deg,#ff3342,#ff3342);
    width: 70%
}

.border-right,.myCard2 .view-detail {
    border-color: #013d93!important
}

.myCard2 .view-detail {
    display: block;
    text-align: center;
    color: #10142b;
    padding: 15px 0;
    border-bottom: 1px solid #68bef1;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.myCard2 .view-detail {
    font-weight: 700!important
}

.text-yellow {
    color: #032c61;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 7px
}

.myCard2 .liveChat,.myCard2 .mob {
    color: #10142b;
    font-size: 15px;
    font-weight: 600
}

p.text-secondary.font-w300.line-height-32.font-22.p-5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 25px;
    text-align: center;
    padding: 0 !important;
    width: 75%;
    margin: 0 auto;
}

section.ctabanner {
    background-image: linear-gradient(to right,#032c61,#032c61,#032c61,#032c61,#032c61db),url(../images/cta-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 0 25px;
}

.ctatext h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    margin-bottom: 20px
}

.ctatext h3 span {
    display: block
}

.ctatext p {
    font-weight: 500;
    color: #fff;
    font-size: 19px;
    line-height: 35px
}

.calllsit h4 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: Poppins,sans-serif
}

.calllsit a {
    font-weight: 700;
    color: #fff;
    font-size: 46px;
    line-height: 20px;
    margin: 12px 0 32px
}

a.requestbtn {
    background-color: #ff3342;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 14px 50px;
    border-radius: 50px;
    margin: 0 28px 19px 0
}

a.chatbtn {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 14px 60px;
    border-radius: 50px;
    margin: 0 28px 19px 0;
    border: 2px solid #fff
}

a.chatbtn:hover {
    background-color: #ff3342;
    border: 2px solid #ff3342
}

.how3 img {
    position: relative;
    top: -16px;
    right: -86px
}

.calllsit {
    float: right;
    text-align: end
}

.marginleft {
    margin: 40px -34px
}

.bot-links {
    margin-top: 25px
}

section.clientsec {
    padding: 100px 0 35px
}

.clientext h3 {
    color: #000;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 50px
}

.testbox {
    background-color: #fff;
    padding: 30px 30px 30px;
    margin: 6px -5px 8px;
    box-shadow: 1px 3px 10px 1px #ccc;
    border-radius: 10px;
    height: 250px
}

.testbody {
    position: relative
}

.testbody img {
    justify-content: center;
    float: left;
    align-items: center;
    display: flex;
    margin: -14px 20px 0 0;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    object-fit: cover;
    object-position: top
}

.testbody img:nth-child(2) {
    border: 2px solid #91589d
}

.testbody h5 {
    color: #2c6cb8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.comma {
    position: absolute;
    right: -29px;
    top: 18px;
    opacity: 2.1
}

.testbody ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.testbody ul li {
    margin: 0 2px
}

.testbody ul li a i {
    color: #fec241;
    font-size: 12px
}

.testbody img {
    justify-content: center;
    float: left;
    align-items: center;
    display: flex;
    margin: -14px 20px 0 0;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    object-fit: cover;
    object-position: top
}

section.clientsec .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: #6e227c;
    font-size: 40px
}

section.clientsec .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: #6e227c;
    font-size: 40px
}

a.btn-main {
    padding: 15px 40px;
    border-radius: 35px;
    color: #2966aa;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff
}

.close {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: #21579c;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex!important
}

section.btmform {
    padding: 0 0 0px;
    position: relative;
    margin: 0px 0px -130px;
    z-index: 1;
}

.sec-left {
    width: 80%
}

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

p.main-pera {
    margin-top: 20px;
    width: 95%;
    font-size: 16px;
    margin-bottom: 25px
}

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

p.main-pera {
    font-weight: 400;
    line-height: 24px;
    color: #616368
}

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

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

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

.sec-right {
    position: absolute;
    top: 5%;
    width: 21%;
    height: 100%;
    right: 0;
    background-image: url(../images/form.png);
    background-repeat: no-repeat;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center
}

.ver-cta .box {
    display: none
}

.logoimg img {
    width: 40%
}

footer {
    padding: 170px 0 20px;
    position: relative;
    background: #000;
    z-index: 0
}

footer:before {
    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: .1;
    bottom: 0
}

.flexRowFooter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer_text {
    color: #fff;
    line-height: 22px;
    font-size: 15px
}

ul.socialIcon {
    margin-top: 20px
}

.socialIcon li {
    display: inline-block
}

.payments img {
    width: 75%
}

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

footer .payments a i {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    width: 55px;
    height: 40px;
    display: block
}

.footerLinks li {
    margin: 0 0 10px
}

.footerLinks span.fa.fa-phone {
    transform: rotate(5deg);
    margin: 5px 10px 0 0
}

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

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

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

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

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

.footerLinks li span {
    color: #fff;
    margin: 8px 15px 0 0;
    height: 20px;
    float: left;
    width: 9px
}

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

ul.copyrightLink {
    text-align: right
}

h3.wordpresstext {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px
}

.footer_contact h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
    font-family: Poppins,sans-serif;
    color: #000
}

.text-center h2+p {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000
}

.second-sec-cont h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 38px
}

.navwrp h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
    text-decoration: underline
}

.navwrp ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    transition: .5s all ease;
    text-transform: capitalize
}

section.clientsec .slick-dots li button:before {
    content: "\e122";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900
}

@media only screen and (min-width: 1200px) and (max-width:1300px) {
   .banner_content_sec {
    padding: 150px 50px 0 0;
} 
}

@media only screen and (min-width: 520px) and (max-width:767px) {
    .pakcgewrp .navwrp .pkgeport li {
        width:95%;
        margin: 0 10px 20px
    }

    .btn-main,.btn-secnd {
        padding: 10px 20px;
        font-size: 18px;
        display: block;
        margin: 0 0 10px;
        text-align: center
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp h2 {
        font-size: 20px
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h1 {
        font-size: 48px
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 {
        font-size: 18px
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul {
        margin: 20px 0 20px
    }

    .btnwrp {
        padding: 0 0 0
    }

    ul.tabbing-links li.current {
        font-size: 12px;
        padding: 10px 15px
    }

    .pakcgewrp .navwrp ul.tabbing-links {
        display: flex;
        justify-content: center
    }

    .banner_content_sec h2 {
        font-size: 30px
    }

    .banner_content_sec p {
        font-size: 14px;
        line-height: 30px
    }

    .banner-btn ul li a {
        padding: 15px 13px;
        display: flex;
        font-size: 14px
    }

    .banner_right_img {
        display: none
    }

    .price-box {
        display: none
    }

    .comboPkgSec::before {
        display: none
    }

    .comboPkgSec h3 {
        font-size: 30px;
        line-height: 35px
    }

    .comboPkgSec p {
        font-size: 14px
    }

    .comboPkgSecList {
        width: 100%
    }

    .comboPkgSecList li {
        font-size: 14px;
        line-height: 23px
    }

    .cta-pic {
        padding-top: 50px
    }

    .cta-ctn p {
        font-size: 14px
    }

    .gotIdeaDis p {
        font-size: 14px;
        margin-bottom: 50px
    }

    .banner_sec_main {
        background: 0 0;
        background-color: #fbfbfb
    }

    .menu-Bar {
        display: none
    }
}

@media only screen and (min-width: 300px) and (max-width:519px) {
    .pakcgewrp .navwrp .pkgeport li {
        width:95%;
        margin: 0 10px 20px
    }

    .btn-main,.btn-secnd {
        padding: 10px 20px;
        font-size: 18px;
        display: block;
        margin: 0 0 10px;
        text-align: center
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp h2 {
        font-size: 20px
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h1 {
        font-size: 48px
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 {
        font-size: 18px
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul {
        margin: 20px 0 20px
    }

    .btnwrp {
        padding: 0 0 0
    }

    ul.tabbing-links li.current {
        font-size: 12px;
        padding: 10px 15px
    }

    .pakcgewrp .navwrp ul.tabbing-links {
        display: flex;
        justify-content: center
    }

    .banner_content_sec h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: center
    }

    .banner_content_sec p {
        font-size: 14px;
        line-height: 30px;
        text-align: center
    }

    .banner-btn ul li a {
        padding: 15px 13px;
        display: flex;
        font-size: 14px
    }

    .banner_right_img {
        display: none
    }

    .price-box {
        display: none
    }

    .comboPkgSec::before {
        display: none
    }

    .comboPkgSec h3 {
        font-size: 30px;
        line-height: 35px
    }

    .comboPkgSec p {
        font-size: 14px
    }

    .comboPkgSecList {
        width: 100%
    }

    .comboPkgSecList li {
        font-size: 14px;
        line-height: 23px
    }

    .cta-pic {
        padding-top: 50px
    }

    .cta-ctn p {
        font-size: 14px
    }

    .gotIdeaDis p {
        font-size: 14px;
        margin-bottom: 50px
    }

    .banner_sec_main {
        background: 0 0;
        background-color: #fbfbfb;
        min-height: 80vh
    }

    .menu-Bar {
        display: none
    }
}

.banner_right_img img:nth-child(1) {
    z-index: 0;
    position: relative
}

@media only screen and (min-width: 520px) and (max-width:767px) {
    .banner-btn.banner-btn-2 ul {
        justify-content:center;
        text-align: center;
        padding: 0
    }

    img.whitelogo.lazy.loaded {
        display: none
    }

    .banner_content_sec {
        padding: 90px 0 0 0
    }

    .mt-50 {
        margin-top: 0
    }
}

@media only screen and (min-width: 300px) and (max-width:519px) {
    .banner-btn.banner-btn-2 ul {
        justify-content:center;
        text-align: center;
        padding: 0
    }

    img.whitelogo.lazy.loaded {
        display: none
    }

    .banner_content_sec {
        padding: 53px 0 0 0;
    }

    .mt-50 {
        margin-top: 0
    }
}

.home-down-img {
    padding-right: 25px;
}

.fold_two_button ul {
    display: flex;
}

.fold_two_button ul li a {
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 2px solid #ff3342;
    background: #ff3342;
    color: #fff !important;
    margin: 0px 10px;
}

.fold_two_button ul li a:hover {
    transform: translate(0,-10px);
    background: linear-gradient(90deg,rgb(28 79 146) 0,rgb(66 147 217) 50%,rgb(24 72 138) 100%100%);
    border: 2px solid rgb(66 147 217);
}

.load-more {
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 2px solid #ff3342;
    background: #ff3342;
    color: #fff !important;
    margin: 3% auto 0;
    display: table;
}

div#portWebsite .col-12.col-md-6.col-lg-4.col-xl-3 {
    display: none;
}

@media (max-width: 767px) {
    .logobox {
        display: none;
    }

    .myCard2 .liveChat, .myCard2 .mob {
        margin: 10px 0px;
        display: block;
    }

    .myCard2 img {
        position: absolute;
        right: 0;
        top: -10px;
    }

    .calllsit a {
        font-size: 20px;
        padding: 12px 8px;
    }

    .calllsit {
        text-align: left;
    }

    a.chatbtn {
        padding: 14px 8px;
    }

    .sec-right {
        display: none;
    }

    .sec-left {
        width: 100%;
    }

    .btmform .wrapper {
        padding: 50px 15px;
    }

    .field-msg textarea {
        width: 100%;
    }
    .sec-home-down .home-down-desc .s-head {
        font-size: 29px;
        line-height: 39px;
    }
    .sec-home-down .home-down-desc .dn-card {
        justify-content: center;
        gap: 5px 0;
        text-align: center;
    }
    .fold_two_button ul li a {
        padding: 13px 15px;
        font-size: 16px;
        margin: 0px 7px;
    }
    .myCard2 {
        margin-bottom: 0;
        margin-top: 26px;
    }
}
