html {
    scroll-behavior: smooth;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../css/fonts/fontawesome-webfont.eot);
    src: url(../css/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(../css/fonts/fontawesome-webfont.woff2) format('woff2'),url(../css/fonts/fontawesome-webfont.woff) format('woff'),url(../css/fonts/fontawesome-webfont.ttf);
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3Gw2QIAFg.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3Gw2QIAFg.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3Gw2QIAFg.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fontsfaimly/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/QdVUSTchPBm7nuUeVf70sSFlq20.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/QdVUSTchPBm7nuUeVf70sCFlq20.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/QdVUSTchPBm7nuUeVf70viFl.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fontsfaimly/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fontsfaimly/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

#jqcheck {
    background: #fff9d7;
    text-align: center;
    color: #333;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    z-index: 9991;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

/* text selection color */
::-moz-selection {
    background: #d8d4d4;
}

::selection {
    background: #d8d4d4;
}

/* browser scroller style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0px;
    border-left: 1px solid #000;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: #c39d35;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px;
    }
}

body {
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative;
    background-color: #fff;
}

/* font colors */
.fc-primary {
    color: var(--primary-color);
}

.fc-secondary {
    color: var(--secondary-color);
}

.fc-dark {
    color: var(--theme-dark);
}

.fc-lite {
    color: var(--theme-lite);
}

/* buttons */
.primary-btn {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 15px;
    position: relative;
    display: table;
    border-radius: 5px;
}

.primary-btn:after {
    content: "\e957";
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: white;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.primary-btn {
    background: var(--primary-color);
    color: white;
}

.primary-btn:hover {
    background: #e41a72;
    color: white;
}

.secondary-btn {
    color: #000!important;
    font-weight: 800;
    display: inline-block;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    margin: 10px 0 0 0;
    border-radius: 5px;
    padding: 15px 25px!important;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}

.secondary-btn:hover {
    transform: translateY(-0.625rem);
    transition: all 700ms;
    color: #fff;
}

.new-back {
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    color: #fff!important;
}

.pane__heading__title.reveal.show {
    color: #db8b44;
    /* font-size: 72px; */
    background: -webkit-linear-gradient(43deg , #dd0e7c 0%, #ef4e36 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-new .buttons a {
    padding: 15px 25px!important;
}

.banner-btn {
    text-transform: capitalize;
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
    background-color: transparent;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #fff !important;
}

.trnsprnt-butn {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 0 0 20px;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    border: 1px solid #fff;
}

.trnsprnt-butn:hover {
    transform: translateY(-0.625rem);
    transition: all 700ms;
    color: #fff;
}

.secpad-100 {
    padding: 100px 0;
}

.sm-btn {
    font-size: 14px;
}

.md-btn {
    font-size: 16px;
}

.lg-btn {
    font-size: 18px;
}

.xl-btn {
    font-size: 20px;
}

@font-face {
    font-family: 'AvenirNext';
    font-display: swap;
    src: url(fonts/3A5754_0_0.cb098aaa.eot);
    src: url(fonts/3A5754_0_0.cb098aaa.eot?#iefix) format('embedded-opentype'), url(fonts/3A5754_0_0.ab04b3f0.woff2) format('woff2'), url(fonts/3A5754_0_0.c2082707.woff) format('woff'), url(fonts/3A5754_0_0.93932f6b.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url(../fonts/MaisonNeue-Book.woff2) format("woff2"), url(../fonts/MaisonNeue-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url(../fonts/MaisonNeue-Book.woff2) format("woff2"), url(../fonts/MaisonNeue-Book.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url(../fonts/MaisonNeue-Bold.woff2) format("woff2"), url(../fonts/MaisonNeue-Bold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    margin: 0;
    padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Mark Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 800;
}

p, a, li, input, span, textarea, select {
    font-family: 'Poppins', sans-serif;
}

p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0px;
    color: #4f4f4f;
    font-size: 15px;
}

img {
    width: 100%;
}

/*** theme sections padding ***/
.sec-padding-100 {
    padding: 100px 0;
}

.sec-padding-90 {
    padding: 90px 0;
}

.sec-padding-80 {
    padding: 80px 0;
}

.sec-padding-70 {
    padding: 70px 0;
}

.sec-padding-60 {
    padding: 60px 0;
}

.sec-padding-xlarge {
    padding: 50px 0;
}

.sec-padding-large {
    padding: 40px 0;
}

.sec-padding-medium {
    padding: 30px 0;
}

.sec-padding-small {
    padding: 25px 0;
}

.sec-padding-xsmall {
    padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
    margin: 100px 0;
}

.sec-margin-90 {
    margin: 90px 0;
}

.sec-margin-80 {
    margin: 80px 0;
}

.sec-margin-70 {
    margin: 70px 0;
}

.sec-margin-60 {
    margin: 60px 0;
}

.sec-margin-xlarge {
    margin: 50px 0;
}

.sec-margin-large {
    margin: 40px 0;
}

.sec-margin-medium {
    margin: 30px 0;
}

.sec-margin-small {
    margin: 25px 0;
}

.sec-margin-xsmall {
    margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
    padding: 0;
}

.p-15 {
    padding: 0 8px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.tt-uppercase {
    text-transform: uppercase;
}

.tt-capitalize {
    text-transform: capitalize;
}

.pad-left-7 {
    padding-left: 7px;
}

.pad-right-7 {
    padding-right: 7px;
}

p strong {
    color: black;
}

p span {
    color: black;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    border: 0px;
    outline: none;
}

/*img { max-width: 100%;  }*/
ul,li {
    list-style-type: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

h2,.h2 {
    color: #180d28;
    line-height: 1;
    font-weight: 700;
    padding: 0 0 10px 0;
    position: relative;
    letter-spacing: 0;
}

h2 span,.h2 span {
    color: var(--primary-color);
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #c39d35;
}

.list-simple {
    list-style: none;
    margin: 0 0 15px 0;
    width: 100%;
    display: inline-block;
}

.list-simple li {
    color: var(--default-color);
    padding: 0 0 10px 16px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.list-simple li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    color: var(--secondary-color);
    content: "\e93a";
    font-family: 'icomoon' !important;
}

/*** morefull block link ***/
.moreFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

/*** transition ***/
.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.topBar {
    background: #280968;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.topBar p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}

.topBar p span {
    background: #f00;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 7px;
}

.topBar p a {
}

header {
    background: #ffffff;
    padding: 0;
    position: relative;
    transition: 0.5s;
    z-index: 2;
}

header.fixed-header {
    position: fixed;
    background: #ffffff;
    z-index: 99;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0px 14px 12px -8px rgba(168,168,168,1);
    -moz-box-shadow: 0px 14px 12px -8px rgba(168,168,168,1);
    box-shadow: 0px 10px 12px -8px rgb(233 233 233);
}

header.fixed-header .topBar {
    display: none;
}

header.fixed-header .dropDown {
    top: 75px;
}

header .logo {
}

header .logo img {
    width: 270px;
    margin: 0px 0 0;
}

header .menu {
    margin: 0px 0;
    padding: 0;
    text-align: center;
}

header .menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

header .menu ul li {
    display: inline-block;
    margin: 0 4px;
    padding: 28px 0;
}

header .menu ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    /* text-transform: capitalize; */
}

header .menu ul li a i {
    margin-left: 2px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    position: relative;
    top: 1px;
}

header .menu ul li a:hover {
    background: #fff;
}

header .menu ul li.hasmenu:hover .dropDown {
    height: auto;
    padding: 0;
    opacity: 1;
}

header .menu ul li.hiratime {
    border: solid 1px;
    padding: 7px 10px;
    border-radius: 4px;
    position: relative;
    background: #f1f1f1;
    transition: 0.5s;
}

header .menu ul li.hiratime a {
}

header .menu ul li.hiratime a i {
}

header .menu ul li.hiratime ul {
    position: absolute;
    top: 51px;
    left: 0;
    width: 190px;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 1px 10px;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

header .menu ul li.hiratime ul li {
    display: block;
    padding: 7px 0;
    border-bottom: solid 1px #ccc;
}

header .menu ul li.hiratime ul li a {
    text-transform: capitalize;
}

header .menu ul li.hiratime ul li a:hover {
    color: #c39d35;
}

header .menu ul li.hiratime ul.act {
    height: auto;
    opacity: 1;
}

header .dropDown {
    /* background-image: url(../images/navigation-background.png); */
    position: fixed;
    /* left:0; */
    display: -ms-flexbox;
    display: flex;
    top: 83px !important;
    width: 300px;
    background-color: #f1f1f1;
    z-index: 9;
    padding: 0px 40px;
    border-top: solid 1px #dedede;
    height: 0;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
}

header .dropDown ul {
    text-align: left;
    width: 100%;
}

header .dropDown ul li {
    width: 100%;
    display: block;
    padding: 0 30px;
    vertical-align: top;
    margin: 0px !important;
}

header .dropDown ul li a {
    color: #333;
    display: block;
    line-height: 30px;
    /* border-bottom: 1px solid #ccc; */
    padding: 10px 15px;
}

header .dropDown ul li a img {
    max-width: 100%;
}

header .dropDown ul li a span.head {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 15px 0 10px;
}

header .dropDown ul li a span.discp {
    font-size: 12px;
}

header .dropDown ul li a.link {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

header .dropDown ul li.last {
    padding: 0;
}

section h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #180d28;
    padding-bottom: 12px;
}

section {
    padding: 40px 0
}

section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #180d28;
}

section p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.digcnt h2 {
    font-size: 24px;
    line-height: inherit;
}

.top-info-list {
    float: right;
    margin: 16px 0 0px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.top-info-list li {
    color: #171717;
    font-size: 14px;
    padding: 0 0px;
    display: inline-block;
}

.top-info-list li:first-child {
    padding-left: 0px;
    display: inline-block;
}

.top-info-list li:last-child {
    padding-right: 0px;
}

.top-info-list li span {
    margin-right: 8px;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    /* display:none; */
}

.top-info-list li span.icon-phone2 {
    font-size: 15px;
    top: 1px;
    position: relative;
}

.top-info-list li a.phnenmbr {
    background: transparent;
    border-radius: 5px;
    padding: 10px 4px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
}

.top-info-list li a.phnenmbr i {
    margin-right: 5px;
}

.top-info-list li a.phnenmbr:hover {
    transform: translateY(-0.625rem);
    transition: all 700ms;
    color: #4f4f4f;
}

.top-info-list li a.phnenmbr img {
    width: auto;
    display: inline-block;
    margin: 0 7px 0 0;
}

.showmenu .top-info-list li a.phnenmbr:hover {
    color: #4f4f4f;
}

.top-info-list li+li {
    /* border-left: 1px solid #171717; */
}

.top-info-list li a {
    color: #4f4f4f;
    transition: all 700ms;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}

.top-info-list li a.btn-main-top-bar {
    color: #fff;
}

.top-info-list li a:hover {
    transition: all 700ms;
}

.nav-area-full {
    position: fixed;
    padding: 17px 0px;
    width: 100%;
    margin-top: -55px;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px #01010130;
    -moz-box-shadow: 0 2px 20px #01010130;
    -o-box-shadow: 0 2px 20px #01010130;
    box-shadow: 0 2px 20px #01010130;
}

.navbg-clr .nav-area-full {
    margin-top: 5px;
}

.btn-main-top-bar {
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-main-top-bar:hover {
    color: #fff;
    transform: translateY(-0.625rem);
    transition: all 700ms;
    color: #fff;
}

.banner {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
}

.banner .slide {
    position: relative;
}

.banner .slide:before {
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
}

.banner .slide figure {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.banner .slide .videowrap {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.banner .slide .videowrap video {
}

.banner .slide .cont {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner .slide article {
    width: 43%;
}

.banner .slide article h2 {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
}

.banner .slide article h2 span {
    display: block;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 0px;
    line-height: 30px;
}

.banner .slide article p {
    color: #fff;
    font-size: 18px;
}

.banner .slide img {
    /* margin-top: 30px; */
    height: fit-content;
}

.banner .slide ul.clntlgs {
    padding: 0px 0 0 0;
}

.banner .slide ul.clntlgs li {
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: top
}

.banner .slide ul.clntlgs li img {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}

.banner-client-slider {
    text-align: center;
    padding: 30px 0 0;
    margin: 0;
}

.banner-client-slider p {
    color: #333;
    font-size: 16px;
    width: 100%;
    margin: auto;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    display: inline;
}

.banner-client-slider p i {
    color: #c39d35;
}

.banner-client-slider ul {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100px;
}

.banner-client-slider ul li {
    display: inline-block;
    width: 15%;
}

.banner-client-slider ul li img {
    width: 130px;
    margin: 0 auto;
}

.banner-client-slider ul li:first-child img {
    width: 170px;
}

.firstsection {
    padding: 0px 0 40px;
}

.firstsection h2 {
}

.firstsection p {
}

.svc-btn {
    text-transform: uppercase;
    text-decoration: none;
    color: #c39d35;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.read-btn hr {
    width: 20%;
    color: red;
    background: #c39d35;
    margin-top: 0px;
    height: 1px;
}

.item-svc {
    margin-top: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #f3f0f0;
    box-shadow: 0px 0px 35px 0px rgba(199, 193, 193, 0.11);
}

.item-svc img {
    width: 50px;
}

.item-svc .item-data {
    padding-top: 20px;
}

.item-svc .item-data span {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

.item-svc .item-data p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #888787;
    height: 120px;
    text-align: left;
    padding: 0px;
    width: 100%;
}

.img-svc .mobile {
    height: 50px;
    width: auto;
}

.img-svc {
    height: 50px;
}

.sec-bg {
    background-size: cover !important;
    padding-bottom: 120px;
}

.item-svc:hover {
    background: linear-gradient(90deg, #f9895f, #ff6226);
}

.icon-section {
    width: 40px;
    margin: 20px auto;
}

.img-white {
    display: none;
}

.item-svc:hover span, .item-svc:hover a, .item-svc:hover p {
    color: #fff;
}

.item-svc:hover hr {
    background-color: #fff;
}

.item-svc:hover .img-color {
    display: none;
}

.item-svc:hover .img-white {
    display: block;
}

div#google_recaptcha {
    margin: 0 0 20px 0;
}

/*==================================================================================================*/
.package-box .package-item .list ul {
    height: 200px;
    padding-bottom: 10px;
    padding: 15PX 0;
    border-top: dotted 2px #989898;
    border-bottom: dotted 2px #989898;
    margin-bottom: 15px;
}

section.porfolio-secs {
    padding: 40px 0 0 0;
}

.pkgs_bd:hover {
    color: #333;
}

.pkgs_bd {
    justify-content: center;
    display: flex;
    color: #ec3654;
    margin: 10px 0px 10px 0px;
    display: block;
}

.actions.row.web {
    border-top: 1px solid #eaeaea;
    position: relative;
}

.actions.row.web::before {
    position: absolute;
    content: "";
    height: 150px;
    background-color: #eaeaea;
    width: 1px;
    left: 49%;
}

.actions.row.web {
    border-top: 1px solid #eaeaea;
    position: relative;
}

.ourpackages .tab-custom .tabs ul li .packwrap a {
    margin: 15px 0;
}

.numster {
    font-size: 11px;
    color: #333
}

.numster:hover {
    color: #333;
    color: #df1179;
}

.viewdetails {
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0px;
}

.numster span small {
    font-size: 90%;
}

.viewDetailsPkg .aboutcompany .bx {
    margin: 20px 0 0;
}

.viewDetailsPkg .aboutcompany .bx article {
    width: 100%;
}

.viewDetailsPkg .aboutcompany .bx {
    height: auto;
}

.viewDetailsPkg .old-price span {
    color: #777777;
    text-decoration: line-through;
    font-size: 18px;
}

.viewDetailsPkg .pkg-price {
}

.viewDetailsPkg .pkg-price span {
    font-size: 30px;
    color: #C39D35;
    font-weight: 700;
    color: #DB8B44;
    background: -webkit-linear-gradient( 43deg, #DD0E7C 0%, #EF4E36 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.viewDetailsPkg .ticklist {
    height: 300px;
    overflow: auto;
}

.viewDetailsPkg .ticklist li {
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #EAEAEA;
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.viewDetailsPkg .ticklist li h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #000;
}

.viewDetailsPkg .ticklist li span {
    font-size: 20px;
    color: #E80E83;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 32px;
    line-height: 1.6;
    float: right;
}

.viewDetailsPkg .ticklist li span::before {
    font-family: "fontawesome";
    content: "\f00c";
    position: absolute;
    top: -7px;
}

.banner-client-slider .stars {
    display: inline-block;
    height: auto;
}

.banner-client-slider .stars li {
    width: 9px;
}

.banner-client-slider .stars li .sta {
    width: 10px;
}

.btn-icons span img {
    width: 12px;
}

.slect-packgs {
    position: relative;
}

.slect-packgs:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow_service.svg);
    right: 20px;
    bottom: 16px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transform: rotate(90deg );
}

.btns-woo {
    margin-top: 10px;
}

.testi-content img {
    width: 100px;
    margin: 0 auto;
}

.btn-sty .phnenmbr {
    margin: 0 0 0 20px;
    border: 2px solid;
    padding: 14px 25px;
    transition: 0.4s;
    border-radius: 5px;
    background-color: unset;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
}

.btn-sty .phnenmbr:hover {
    transform: translateY(-0.625rem);
    transition: all 700ms;
}

/*==============packages tabbing css start============== */
.pkg-img-1::before {
    position: absolute;
    content: "";
    background: url("../images/pkg-icons/basic.svg") no-repeat;
    background-size: cover;
    top: 10px;
    right: 16px;
    width: 70px;
    height: 70px;
}

.pkg-img-2::before {
    position: absolute;
    content: "";
    background: url("../images/pkg-icons/startup.svg") no-repeat;
    background-size: cover;
    top: 10px;
    right: 19px;
    width: 80px;
    height: 80px;
}

.pkg-img-4::before {
    position: absolute;
    content: "";
    background: url("../images/firework.svg") no-repeat;
    background-size: cover;
    top: 13px;
    right: 13px;
    width: 70px;
    height: 70px;
}

.pkg-img-3::before {
    position: absolute;
    content: "";
    background: url("../images/pkg-icons/elite.svg") no-repeat;
    background-size: cover;
    top: 16px;
    right: 20px;
    width: 65px;
    height: 65px;
}

.pkg-img-5::before {
    position: absolute;
    content: "";
    background: url("../images/pkg-icons/business.svg") no-repeat;
    background-size: cover;
    top: 20px;
    right: 18px;
    width: 70px;
    height: 70px;
}

.pkg-img-6::before {
    position: absolute;
    content: "";
    background: url("../images/pkg-icons/professional.svg") no-repeat;
    background-size: cover;
    top: 14px;
    right: 18px;
    width: 80px;
    height: 80px;
}

.pkg-img-7::before {
    position: absolute;
    content: "";
    background: url("../images/pkg-icons/conference_portal.svg") no-repeat;
    background-size: cover;
    top: 14px;
    right: 12px;
    width: 80px;
    height: 80px;
}

.porfolio-sec ul.tbing li {
    background: #eee;
}

.pkgs_sd {
    background: -webkit-linear-gradient( 43deg , #dd0e7c 0%, #ef4e36 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pull-right {
    float: right;
    padding-top: 7px;
}

.pkgs_sd small {
    display: block;
    background: -webkit-linear-gradient( 43deg , #000000 0%, #000000 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pull-right {
    float: right;
    width: 100%;
    font-weight: 900;
    padding: 22px 0 0;
}

.new-packages-sec {
}

.new-packages-sec {
    background: #cccccc24;
}

.new-packages-sec ul.tbing {
    padding: 0px;
    text-align: center;
    margin: 0 0 30px 0;
    display: block;
}

.new-packages-sec ul.tbing li {
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    color: #6e6d7a;
    font-weight: 600;
    margin: 10px 3px 5px 3px;
    border-radius: 5px;
    background: #eee;
    padding: 15px 23px !important;
    border: 1px solid #e94343;
}

.new-packages-sec ul.tbing li a {
    color: #9a9a9a;
}

.new-packages-sec ul.tbing li:hover a {
    color: #fff;
}

.new-packages-sec ul.tbing li a {
}

.new-packages-sec ul.tbing li.current {
    color: #fff;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    border-radius: 6px;
}

.new-packages-sec ul.tbing li.current a {
    color: #fff;
}

.new-packages-sec ul.tbing li:hover {
    color: #0d0c22;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    border-radius: 6px;
    color: #fff;
}

.new-packages-sec .packg-tabs {
    display: none;
}

.new-packages-sec .packg-tabs.current {
    display: block;
    text-align: center;
}

.new-packages-sec ul.pkg-ul {
    text-align: center;
}

.porfolio-sec .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.new-packages-sec .slick-track {
    margin: 0 auto;
}

.new-packages-sec ul.pkg-ul li {
    display: inline-block;
    width: 30%;
    max-width: 100%;
    vertical-align: top;
    margin: 0 7px;
    float: none;
}

.package-box {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    transition: 0.5s;
    border: 2px solid #f1f1f1;
    height: 520px;
}

/*.package-box.bst-selr:after{content: "BEST SELLER"; color: #fff; font-size: 12px; font-weight: bold; vertical-align: middle; padding: 7px 10px; text-indent: 35px; display: block; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); height: 35px; width: 180px; background-color: red; position: absolute; border: 2px solid #b70000; box-shadow: 2px 1px 7px -1px #b70000; right: -62px; top: 23px; }*/
.package-box:hover {
    background: #ffffff;
    box-shadow: 0px 2px 10px #0000001a;
}

.package-box .package-item {
}

.package-box .package-item .heading {
}

.package-box .package-item .heading h4.pkge-name {
    font-size: 20px;
    color: #180d28;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    width: 80%;
}

.package-box .package-item .heading h4.pkge-name span {
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 20px;
}

/*.package-box .package-item .heading h2.pkge-name{font-size: 22px;color: #180d28;font-weight: 500;line-height: 28px;text-align: left;}*/
/*.package-box .package-item .heading h2.pkge-name span{color: #000;font-weight: 500;display: block;font-size: 20px;}*/
.package-box .package-item .old-price {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.package-box .package-item .old-price p {
    color: #777777;
    margin: -10px 3px 0 0;
    padding: 0;
    text-align: left;
}

.package-box .package-item .old-price p span {
    color: #777777;
    text-decoration: line-through;
    font-size: 18px;
}

.package-box .package-item .pkg-price {
    display: inline-block;
    float: left;
}

.package-box .package-item .pkg-price span {
    font-size: 30px;
    color: #c39d35;
    font-weight: 700;
}

.package-box .package-item .btn-wrap {
    text-align: center;
    margin: 20px 0 0;
}

.package-box .package-item .btn-wrap a {
    display: block;
    background: black;
    color: #fff;
    border-radius: 6px;
    padding: 10px 60px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.package-box .package-item .btn-wrap a:hover {
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%)
}

.package-box .package-item .suit {
}

.package-box .package-item .suit p {
    font-size: 12px;
    display: none;
}

.package-box .package-item .list {
}

.package-box .package-item .list ul {
    height: 255px;
    padding-bottom: 10px;
}

.package-box .package-item .list ul li {
    font-size: 14px;
    padding: 3px 0px 3px 25px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 500;
}

.package-box .package-item .list ul li i {
    color: #36c55f;
    font-size: 12px;
    margin-right: 10px;
    display: none;
}

.package-box .package-item .list ul li.heading {
    color: #ec4245;
}

.package-box .package-item .list ul li:before {
    content: "\f00c";
    color: #e01377;
    font-size: 12px;
    margin-right: 10px;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.slick-prev:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
}

.slick-next:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px;
    color: #fff;
}

.new-packages-sec .slick-prev:before, .new-packages-sec .slick-next:before {
    color: #c39d35;
}

.services-page .package-box .package-item .heading h2.pkge-name {
    font-size: 18px;
}

.services-page .package-box .package-item .old-price p span {
    font-size: 16px;
}

.services-page .package-box .package-item .pkg-price span {
    font-size: 25px;
}

/*==============portolio tabbing css start============== */
.tbing .abcd {
    display: block!important;
    float: right;
    width: 90%;
}

.porfolio-sec {
    overflow: hidden;
    background: #cccccc24;
    padding: 40px 0 100px;
}

.porfolio-sec ul.tbing {
    padding: 0px;
    text-align: center;
    margin: 0 0 30px 0;
    display: block;
}

.porfolio-sec ul.tbing li {
    display: inline-block;
    padding: 15px 45px;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    color: #6e6d7a;
    font-weight: 600;
    margin: 10px 3px 5px 3px;
    border-radius: 5px;
    border: 1px solid #e94343;
}

.porfolio-sec ul.tbing li a {
    color: #9a9a9a;
}

.porfolio-sec ul.tbing li:hover a {
    color: #fff;
}

.porfolio-sec ul.tbing li a {
}

.porfolio-sec ul.tbing li.current {
    color: #fff;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    border-radius: 6px;
}

.porfolio-sec ul.tbing li.current a {
    color: #fff;
}

.porfolio-sec ul.tbing li:hover {
    color: #fff;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    border-radius: 6px;
}

.porfolio-sec .mytabs {
    display: none;
}

.porfolio-sec .mytabs.current {
    display: block;
    text-align: center;
}

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
    display: block;
    margin: 0;
    border-radius: 0;
    text-align: left;
}

.content .content-overlay {
    box-shadow: -1px -19px 74px 26px #020202;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    border-radius: 0;
    height: auto;
}

.content {
    height: 300px;
}

#brands li {
    width: 25%;
}

#brands .abstr {
    height: 354px;
}

.content-details {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 0 19px;
}

.content:hover .content-details {
    bottom: 0;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    display: inline;
    font-size: 16px;
}

.content-details .buttons {
    display: inline;
    vertical-align: super;
    margin-left: 10px;
    float: right;
}

.content-details .buttons span {
    background: #f3f3f4;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 2px;
}

.content-details .buttons a span i {
    color: #c39d35;
    font-size: 15px;
}

.content-details .buttons span i {
    color: #6e6d7a;
    font-size: 20px;
}

.fadeIn-bottom {
    top: 90%;
}

/*============== porfolio tabbing css end============== */
/*==============combo Packages css Start Here============== */
.packages-sec {
}

.packages-sec h1 {
    text-align: center;
    width: 40%;
    margin: auto;
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
}

.packages-sec h1 span {
    display: block;
    color: orange;
    font-size: 25px;
}

.comparison {
    max-width: 940px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid #fff;
    box-shadow: 5px 7px 50px 17px #b9b6b60d;
}

.comparison td, .comparison th {
    border: 1px solid #efefef;
    empty-cells: show;
    padding: 20px;
    color: #000;
    font-size: 15px;
}

.pkg-head {
    font-size: 25px !important;
    text-transform: capitalize;
    vertical-align: top;
    padding: 10px 20px!important;
    text-align: left;
    padding-top: 40px !important;
}

.comparison tbody tr:nth-child(odd) {
}

.comparison .full-row {
    background: #fbfbfb;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.comparison td span {
    display: block;
    font-size: 11px;
}

.comparison .tickgreen {
}

.comparison .tickgreen i {
    color: #44c66a;
    background: #ebfaef;
    padding: 10px;
    border-radius: 50%;
}

.comparison th {
    font-weight: 700;
    padding: 0;
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .price-info {
    padding: 5px 15px 15px 15px;
}

.comparison .price-info.popular {
}

.comparison .price-info.popular .heading {
    margin-top: 0px;
}

.comparison .price-info .heading {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 36px;
}

.comparison .price-info .sub-heading {
    color: #b75a6b;
    background: pink;
    display: inline-block;
    font-size: 15px;
    padding: 2px 10px;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.comparison .price-now, .comparison .price-now span {
    color: #000;
}

.comparison .price-now span {
    font-size: 32px;
}

.comparison .price-buy {
    background: #065eff;
    padding: 10px 50px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

@media (max-width: 767px) {
    .packages-sec h1 {
        width: 100%
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td, .comparison th {
        border: 1px solid #CCC;
    }

    .price-info {
        border-top: 0 !important;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding:5px 10px;
    }

    .comparison td, .comparison th {
        padding: 10px 5px;
    }

    .comparison .price-now span {
        font-size: 16px;
    }

    .comparison .price-buy {
        margin-top: 10px;
    }

    .compare-heading {
        font-size: 13px;
    }
}

/*============== Packages css Start Here============== */
.cta-new {
}

.bgcolor:before {
    display: none;
    position: absolute;
    content: '';
    /* top: 159px; */
    left: -89px;
    width: 300px;
    background: url(../images/cta-icon.webp);
    height: 350px;
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: -147px;
    transform: scale(0.8);
}

.cta-new img {
    position: absolute;
    left: 210px;
    top: 60%;
    -webkit-transform: translate(-50%,-50%);
    width: 570px !important;
    height: auto;
}

.cta-new .bgcolor {
    padding: 60px 80px 60px 60px;
    border-radius: 1.25rem;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    background-image: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}

.cta-new h4 {
    color: #fff;
    font-size: 32px;
    padding: 10px 0;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: capitalize;
}

.cta-new p {
    color: #fff;
    padding: 0;
}

.cta-new .buttons {
    margin-top: 20px;
}

.cta-new .buttons a {
    margin: 0 10px 0 0;
    font-size: 14px !important;
    color: #fff;
}

.cta-new .trnsprnt-butn {
    color: #fff !important;
}

.ltsbtn-frm {
    margin: 0 0 30px 0;
    position: relative;
}

.ltsbtn-frm input, .ltsbtn-frm textarea, .ltsbtn-frm select {
    width: 100%;
    border: 1px solid #bbb5b5;
    border-radius: 5px;
    /* box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39); */
    background: #f0f2f4;
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    outline: none;
    transition: all 700ms;
    color: #20292f;
}

form#contactForm {
    margin: 30px 60px 0;
}

.cfo form#contactForm {
    margin: 0;
}

.contactpg form#contactForm {
    margin: 0 0px;
}

.ltsbtn-frm select {
}

.ltsbtn-frm.slect-arrow {
    position: relative;
}

.ltsbtn-frm.slect-arrow:after {
    content: "\f107";
    font-family: fontawesome;
    right: 15px;
    top: 15px;
    font-size: 16px;
    position: absolute;
}

.ltsbtn-frm input[type=text]:focus, .ltsbtn-frm input[type=email]:focus, .ltsbtn-frm input[type=number]:focus, .ltsbtn-frm input[type=tel]:focus, .ltsbtn-frm textarea[type=text]:focus {
    transition: all 700ms;
}

.main-lets-frm-sec input[type=submit] {
    cursor: pointer;
    width: 100%;
    color: #fff;
    /* text-transform: uppercase; */
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 14px;
    height: 60px;
    border: none;
    font-weight: 600;
    transform: translateY(0rem);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7ee5+0,1169cd+100 */
    background: #c39d35;
    /* Old browsers */
    /* FF3.6-15 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7ee5', endColorstr='#1169cd',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

.ltsbtn-frm input[type=submit]:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 20px 38px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 20px 38px rgba(0,0,0,.16);
    -o-box-shadow: 0 20px 38px rgba(0,0,0,.16);
}

.ltsbtn-fmrm input[type=checkbox] {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.ltsbtn-fmrm label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.ltsbtn-fmrm {
    text-align: left;
}

.ltsbtn-fmrm p {
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px 0;
}

.ltsbtn-fmrm p a {
    color: #141315;
    font-weight: 600;
    font-size: 16px;
}

.ltsbtn-frm textarea {
    resize: none;
    height: 120px;
    border-bottom: 2px solid #e0e0e0;
    padding: 12px 20px;
}

.packages-sec ul {
    text-align: center;
}

.packages-sec ul li {
    display: inline-block;
    width: 32%;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
}

.packages-sec ul li i {
    color: #44c66a;
    background: #ebfaef;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
}

/*============== Every Plan css Start Here============== */
.everyPlan-sec {
}

.everyPlan-sec h1 {
    text-align: center;
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.everyPlan-sec ul {
    text-align: center;
}

.everyPlan-sec ul li {
    display: inline-block;
    width: 32%;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
}

.everyPlan-sec ul li i {
    color: #44c66a;
    background: #ebfaef;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

/*============== Every Plan css end Here============== */
/*============== We offer css Start Here============== */
.weofffer-sec {
    padding: 40px 0 40px;
    background: #50abff0f;
}

.weofffer-sec h1 {
}

.weofffer-sec p {
    padding: 0px 0 40px 0;
}

.offer-box-side .inner-content {
    width: 28%;
    min-height: 190px;
    padding: 26px 26px;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-size: 100%;
    border-radius: 5px;
}

.offer-box-side .inner-content:first-child {
    width: 38%;
    height: 402px;
    padding: 30px 26px;
}

.offer-box-side .inner-content:first-child h5 {
    color: #fff;
}

.offer-box-side h5 {
    color: #fff;
    font-size: 20px;
}

.offer-box-side .inner-content:hover {
    background-size: 110%;
}

/*============== We offer css end Here============== */
/*testimonial start*/
.testmonial-sec {
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-image: url(../images/testi-bg.webp);
    margin-top: 0;
    padding: 90px 0;
    background-size: cover;
}

.testmonial-sec:before {
    content: '';
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: -.972222vw;
    width: 100%;
    height: 5vw;
}

.testi-author {
    width: 100%;
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
    text-align: center;
}

.testi-author img {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    border: 2px solid #34c2d0;
    margin: 0 auto;
    display: block;
}

.testi-content {
    min-height: 130px;
    margin-bottom: 0;
}

.testi-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    margin-bottom: 0!important;
    max-width: 60%;
    margin: 0 auto;
}

.testimonials-stars {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
}

.testimonials-stars .fa-star {
    position: relative;
    margin-right: 2.5px;
    margin-left: 2.5px;
    display: inline-block;
    color: orange;
}

.slider-brand-logo {
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 130px;
}

.w-100 {
    width: 100%;
}

.slider-signature-wrapper {
    display: block;
    width: 100%;
    color: #fff;
    margin: auto;
    font-size: 16px;
    text-align: center;
}

.slider-signature-wrapper span:first-child {
    padding-right: 20px;
    border-right: 2px solid #ed3d4c;
    font-weight: 600;
}

.slider-signature-wrapper span:nth-child(2) {
    padding-left: 20px;
    font-weight: 600;
}

.testmonial-sec .slick-dots {
    bottom: 0;
}

.tech-heading-box h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 0 30px 0;
    color: #141315;
}

.tech-heading-box p {
    color: #888787;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

.tech-img-box img {
    transition: all 700ms;
    overflow: hidden;
    width: 100%;
}

.tech-img-box:hover img {
    transform: scale(.95);
    border-radius: 0 0 60px;
    transition: all 700ms;
    filter: grayscale(0%);
    opacity: 1;
}

.slick-dots li button:before {
    background: #c39d35;
}

.listsec {
    padding: 60px 0;
    background: #ffffff;
}

.listsec h2 {
    text-align: center;
}

.listsec .wrap {
    margin: 0 auto;
    width: 85%;
}

.listsec .wrap ul {
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0;
    border: 1px solid #BBBECC;
    margin-top: 40px;
}

.listsec .wrap ul li {
    width: 33.33%;
    float: left;
    /*border-bottom: 1px solid #BBBECC;*/
    padding: 20px 35px;
}

.listsec .wrap ul li.bb {
    border-bottom: 1px solid #BBBECC;
}

.listsec .wrap ul li.br {
    border-right: 1px solid #BBBECC;
}

.listsec .wrap ul li p {
    padding-left: 30px;
    font-size: 16px;
    position: relative;
    padding-bottom: 0;
}

.listsec .wrap ul li p:before {
    content: "\f058";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 18px;
    color: #c39d35;
    display: inline-block;
    top: 0;
}

.aboutcompany {
    position: relative;
    overflow: hidden;
}

.aboutcompany:before {
    content: '';
    width: 100%;
    height: 69vw;
    position: absolute;
    bottom: 0;
    background-image: url("../images/aboutcompany.webp");
    background-size: 100% 69vw;
    background-repeat: no-repeat;
    background-position: 0 -110px;
}

.aboutcompany img {
    margin-top: 60px;
}

.aboutcompany .bx {
    background-color: #fff;
    box-shadow: 11px 9px 20px 0 rgba(80, 80, 80, 0.1);
    padding: 30px 40px;
    height: 340px;
    margin: 100px 0 0;
    border-radius: 5px;
}

.aboutcompany .bx article {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}

.aboutcompany .bx article h3 {
    font-size: 26px;
    color: #180d28;
}

.aboutcompany .bx article p {
    font-size: 16px;
    margin: 13px 0 30px;
    padding: 0;
}

.aboutcompany .bx article a.link {
    font-size: 18px;
    position: relative;
    padding: 0 13px 0 0;
    margin-right: 11px;
    color: #e11775;
}

.aboutcompany .bx article a.link:after {
    content: '';
    width: 2px;
    height: 22px;
    background: #e11674;
    display: inline-block;
    position: absolute;
    right: 0;
    vertical-align: middle;
    top: 2px;
}

.aboutcompany .bx figure {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
}

.aboutcompany .bx figure img {
    margin: 0;
}

.services-sec {
}

.services-sec h2 {
    font-size: 35px;
    line-height: 1;
    padding: 0;
    color: #180d28;
}

.services-sec h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 10px;
    color: #333333;
}

.services-sec p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 10px 0;
    margin: 0
}

.services-sec ul {
}

.services-sec ul li {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 0 0 30px;
}

.services-sec ul li i {
    margin-right: 10px;
    font-size: 12px;
    color: #000;
    display: none;
}

.services-sec ul li:before {
    content: "\f00c";
    font-size: 14px;
    margin-right: 0;
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    color: #df127a;
    background: #e2187224;
    padding: 3px 5px 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.services-sec .dark-btn {
    color: #000;
    border: 1px solid #000;
    background: #fff;
    margin-left: 20px;
}

.services-sec a {
    margin-top: 10px;
    display: inline-block;
}

.services-sec a:hover {
    /* color: unset; */
}

.services-sec figure {
}

.services-sec figure img {
    position: relative;
    top: 0;
    width: 650px;
}

.services-sec ul.teamlist {
    margin: 0px 0 20px 15px;
}

.services-sec ul.teamlist li {
    display: inline-block;
    margin-left: -15px;
}

.services-sec ul.teamlist li:before {
    display: none;
}

.services-sec ul.teamlist li figure {
    width: 100px;
    height: 100px;
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.services-sec .video-wrap video {
    position: relative;
    left: 0;
    width: 700px;
    top: 0;
}

/*Footer start*/
.footer-container {
    background: url(../images/footer-bg-white.png)no-repeat top right;
    height: auto;
    padding: 220px 0 0;
    background-color: #24082c!important;
}

.footer-info {
    margin-top: 52px;
}

.footer-info img {
    width: 300px;
    margin: 10px 0 0;
}

.footer-info p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 0;
}

.para-info {
    margin: 18px 0;
}

.contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

.contact-info span {
    margin-right: 18px;
}

.contact-info span a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .15s all ease-in-out;
}

.footer-column {
    display: inline-flex;
    padding-top: 50px;
    padding-left: 50px;
}

.menu-column {
    width: 100%;
    color: #fff;
    padding: 0 18px;
}

.menu-column span {
    margin-bottom: 18px;
    padding-bottom: 9px;
    display: block;
    color: #e11674;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    border-bottom: solid 1px #a884863b;
}

.menu-column .menu li {
    padding: 6px 0;
}

.menu-column .menu li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: .15s all ease-in-out;
}

.btm-footer {
    padding: 18px 0 0 0;
}

.btm-footer hr {
    border-top: solid 1px #a884863b;
    width: 100%;
}

.btm-footer .item {
    margin-right: 30px;
    margin-top: 20px;
    display: inline-block;
}

.btm-footer .item.c-plus {
    width: 20%;
}

.btm-footer .item.gold-500 {
    width: 10%;
}

.btm-footer .item.social {
    width: 40%;
}

.btm-footer .item img {
    height: 40px;
    width: auto;
}

.btm-footer .item.social span {
    background: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    margin: auto 5px;
    color: #000;
}

.btm-footer .item.social span a {
    color: #000;
}

.extraclass {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff!important;
    margin: 0 0 0 20px;
}

.main-abut-img-sec {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 60px 0 0;
}

/* Contact (page) 
------------------------------------*/
.form-box-main {
    background: #ffffff;
    padding: 30px 15px;
    /* border: 1px solid #e5e5e5; */
}

.form-box-main h2 {
    /* padding: 0 0 25px 0; */
    /* text-align: left; */
    /* font-size: 36px; */
    /* width: 100%; */
    /* font-weight: 700; */
    /* line-height: 1.2; */
    color: #180d28;
}

.form-box-main form {
    width: 80%;
    margin: 0 auto;
}

.form-box-main form .col-md-6, .form-box-main form .col-md-12 {
    padding-bottom: 30px;
}

.form-box-main form label.field-txt {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    margin: 0 0 5px;
    width: 100%;
    display: block;
}

.form-box-main form label.field-txt span {
    color: #ec1d23;
}

.form-box-main form input[type="text"], .form-box-main form input[type="email"], .form-box-main form input[type="number"], .form-box-main form input[type="tel"], .form-box-main form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #B2B9C1;
    background: white;
    padding: 18px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    border-radius: 5px;
}

.form-box-main form select {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #B2B9C1;
    background: white;
    padding: 12px 15px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.form-box-main form select[name="ddlMonth"], .form-box-main form select[name="ddlDay"], .form-box-main form select[name="ddlYear"] {
    float: left;
    width: 32.5%;
    margin: 0 1% 0 0;
}

.form-box-main form select[name="ddlYear"] {
    margin: 0;
}

.form-box-main form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px;
}

.check-list {
    float: left;
    /* margin:0 15px 0 0; */
}

.form-box-main form input[type=checkbox]:not(old), .form-box-main form input[type=radio ]:not(old) {
    width: 18px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: -10px;
    top: 0px;
    height: 20px;
}

.form-box-main form input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url('../images/checks.png') no-repeat 0 0;
    line-height : 24px;
    font-weight: 500;
    font-size: 14px;
    color: #5B6B7F;
}

.form-box-main form input[type=checkbox]:not(old):checked + label {
    background-position : 0 -24px;
}

.form-box-main form input[type=radio]:not(old):checked + label {
    background-position : 0 -48px;
}

.form-box-main form input[type="submit"] {
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    border: 1px solid #e01478;
    padding: 20px 60px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.form-box-main form input[type="submit"]:after {
    content: "\e93a";
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: white;
    padding-left: 10px;
}

.form-box-main form input[type="submit"]:hover {
    display: inline-block;
    color: #fff;
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.dmca {
}

.dmca a img {
    border: 1px solid;
    width: 150px;
}

.form-box-main form input::-webkit-input-placeholder {
    color: gray;
    opacity: 1 !important;
}

.form-box-main form input:-moz-placeholder {
    color: gray;
}

.form-box-main form input::-moz-placeholder {
    color: gray;
}

.form-box-main form input:-ms-input-placeholder {
    color: gray;
}

.form-box-main form textarea::-webkit-input-placeholder {
    color: gray;
    opacity: 1 !important;
}

.form-box-main form textarea:-moz-placeholder {
    color: gray;
}

.form-box-main form textarea::-moz-placeholder {
    color: gray;
}

.form-box-main form textarea:-ms-input-placeholder {
    color: gray;
}

.form-box-main form input:focus, .form-box-main form textarea:focus, .form-box-main form select:focus, .form-box-main form option:focus, .selected-flag {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-box-main form .intl-tel-input {
    width: 100%;
}

.form-box-main form .intl-tel-input .country-list {
    width: 380px;
}

.form-box-main form .intl-tel-input .country-list .country {
    font-size: 13px;
}

/*.forarrowselect:after {*/
/*    position: absolute;*/
/*    content: "\e955";*/
/*    font-family: 'icomoon' !important;*/
/*    bottom: 41px;*/
/*    right: 36px;*/
/*    font-size: 24px;*/
/*}*/
.form-box-main form label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic;
    margin-bottom: 0px;
    display: none !important;
}

div.error {
    display: none;
}

input.checkbox {
    border: none
}

input.error {
    border: 1px solid red !important;
}

form.cmxform .gray * {
    color: gray;
}

.banner {
    background: url('../images/new-single-banner-bg.webp');
    background-position: center;
}

.banner .slide article h3 span {
    display: block;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 0px;
    line-height: 30px;
}

.banner .slide article h3 {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
}

.banner .slide article h1 {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
    padding: 0 0 10px;
}

section h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #180d28;
}

section h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #180d28;
}

.extra-css {
    padding-bottom: 0px;
}

.new-ss {
    display: inline;
}

.css {
    padding-bottom: 10px;
}

.dif-css {
    font-size: 36px;
}

.services-sec h3 {
    font-size: 35px;
    line-height: 1;
    padding: 0;
    color: #180d28;
}

.callusnow {
    width: 50px;
    height: 50px;
    color: #c39d35;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    box-shadow: 11px 9px 20px 0 rgba(80, 80, 80, 0.1);
    padding: 12px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #ffffff;
    border: solid 3px #c39d35;
    line-height: 0;
}

.callusnow:hover {
    color: #c39d35;
}

.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 99;
    box-shadow: 11px 9px 20px 0 rgba(80, 80, 80, 0.1);
    padding: 9px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
    padding: 0;
    line-height: normal;
}

.whatsapp:hover {
    color: #fff;
}

.facebook:hover, .linkedin:hover, .twitter:hover {
    color: #000;
    border: 1px solid #000
}

.facebook {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    position: fixed;
    bottom: 300px;
    left: 20px;
    z-index: 99;
    box-shadow: 11px 9px 20px 0 rgba(80, 80, 80, 0.1);
    padding: 11px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #4b69b1;
    line-height: normal;
}

.facebook:hover {
    background: #ffffff;
    color: #000;
}

.twitter {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    position: fixed;
    bottom: 230px;
    left: 20px;
    z-index: 99;
    box-shadow: 11px 9px 20px 0 rgba(80, 80, 80, 0.1);
    padding: 11px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #2bb2e1;
    line-height: normal;
}

.twitter:hover {
    background: #ffffff;
    color: #000;
}

.linkedin {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    position: fixed;
    bottom: 160px;
    left: 20px;
    z-index: 99;
    box-shadow: 11px 9px 20px 0 rgba(80, 80, 80, 0.1);
    padding: 11px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #1278b6;
    line-height: normal;
}

.linkedin:hover {
    background: #ffffff;
    color: #000;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

.innerbanner {
    background: #fff;
    height: 350px;
}

.innerbanner article {
}

.innerbanner article h2 {
    color: #000;
}

.innerbanner article p {
}

.innerbanner img {
    max-width: 70%;
    width: 100%;
    text-align: right;
    float: right;
}

.innerbanner .top-info-list {
    float: left;
    text-align: left;
}

.innerbanner .top-info-list a {
}

/*==============floating strips css start============== */
.floatbutton.active {
    right: 0px;
    top: 90px;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 90px;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    border-radius: 10px 0px 0px 10px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 0px;
    top: 123px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    right: 0px;
    transform: rotate(360deg);
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -55px;
    white-space: pre;
    bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
    top: 125px;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #3bafb9;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 60px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
    background: #f05a28;
    background: -moz-linear-gradient(-45deg, #f05a28 0%, #f05a28 11%, #e80a89 28%, #f05a28 52%, #e80a89 76%);
    background: -webkit-linear-gradient(-45deg , #f05a28 0%,#f05a28 11%,#e80a89 28%,#f05a28 52%,#e80a89 76%);
    background: linear-gradient( 135deg , #f05a28 0%,#f05a28 11%,#e80a89 28%,#f05a28 52%,#e80a89 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a28', endColorstr='#e80a89',GradientType=1 );
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
    background: #f05a28;
    background: -moz-linear-gradient(-45deg, #f05a28 0%, #f05a28 11%, #e80a89 28%, #f05a28 52%, #e80a89 76%);
    background: -webkit-linear-gradient(-45deg , #f05a28 0%,#f05a28 11%,#e80a89 28%,#f05a28 52%,#e80a89 76%);
    background: linear-gradient(135deg , #f05a28 0%,#f05a28 11%,#e80a89 28%,#f05a28 52%,#e80a89 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a28', endColorstr='#e80a89',GradientType=1 );
}

.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}

.floatPhoneIcon {
    width: 18px;
    margin-top: 4px;
    margin-right: 0px;
    filter: invert(1);
}

.floatChatIcon {
    width: 30px;
    margin-left: -4px;
    filter: invert(1);
}

/*===================floating strips css end =================*/
/*========================= Right Side Chat ==================*/
.floatbutton.ChatRight {
    right: 50px !important;
    left: unset;
    width: 60px;
    z-index: 9999;
    top: 90px;
}

.ChatRight .clickbutton {
    transform: rotate(0deg);
    right: -60px;
    display: none;
}

.ChatRight .clickbutton .crossplus {
    left: -50px;
}

/*========================= Right Side Chat ==================*/
.blinkYellow {
    animation: blinkerYellow 1s step-start infinite;
}

.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        color: #fa130d;
    }
}

@keyframes blinkerYellow {
    50% {
        color: #FFE700;
    }
}

span.blinkYellow.clr-white {
    color: #fff;
}

.extra-class {
    border: 1px solid #fff!important;
    color: #fff!important;
}

.basd {
    filter: invert(1);
}

.main-services-banner-sec .ban-form select {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39);
    padding: 15px 10px;
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    border: none;
    outline: none;
    transition: all 700ms;
    color: #7d758e;
    line-height: inherit;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: 'Poppins', sans-serif;
}

.overlayfloatingform {
    background: #000000a8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.overlayfloatingform.show {
    opacity: 1;
    visibility: visible;
}

.services-cta {
    text-align: center;
}

.services-cta .col-lg-9 {
    /* background: #f1f1f1; */
    border-radius: 8px;
    /* padding: 40px 10px; */
}

.services-cta .col-lg-9 h2 {
    font-size: 44px;
    font-weight: 800;
    margin: 0 0 5px;
}

.services-cta .col-lg-9 p {
    font-size: 24px;
}

.services-cta .col-lg-9 ul {
    background: #f5f5f5;
    border-radius: 8px;
    margin: 20px 0 0;
}

.services-cta .col-lg-9 ul li {
    display: inline-block;
    vertical-align: top;
    margin: 30px 40px;
    text-align: left;
}

.services-cta .col-lg-9 ul li a {
    font-size: 24px;
    color: #5d5d5d;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.services-cta .col-lg-9 ul li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    margin-right: 15px;
    color: #280968;
}

.services-cta .col-lg-9 ul li a span {
    display: block;
    color: #280968;
}

.mobile-topBar {
    display: none;
}

#arman .content {
    height: auto;
}

#arman li {
    width: 50%;
}

.extrac .content-image {
    height: 354px!important;
}

.galleryx {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.galleryx li {
    display: none;
    width: 33.33%;
    display: inline-block;
    padding: 0;
}

.load-more__btn {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    margin: 30px auto;
    display: none;
}

.load-more__btn:hover {
    color: #fff;
}

.about-scnd-sec {
    padding: 30px 0;
}

.about-scnd-sec .img-wrap {
}

.about-scnd-sec .img-wrap img {
}

.about-scnd-sec .textwrap {
}

.about-scnd-sec .textwrap h4 {
    color: #c39d35;
    font-size: 20px;
    padding-bottom: 10px;
}

.about-scnd-sec .textwrap h2 {
    color: #000;
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.about-scnd-sec .textwrap p {
    padding: 10px 0 25px 0;
    margin: 0;
}

.about-scnd-sec .textwrap h3 {
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.about-thrd-sec {
    padding: 30px 0;
}

.about-thrd-sec .images img {
    width: 100%;
}

.about-thrd-sec .textwrap {
    background-color: #fff;
    margin: -100px 0 0 0;
    padding: 30px 80px;
}

.about-thrd-sec h3 {
    color: #000;
}

.about-thrd-sec p {
    padding: 30px 0;
}

.about-thrd-sec .mainwrp {
    padding: 100px 80px 0;
}

.testimonails-sec {
    position: relative;
    background-color: #160c28;
    height: auto;
    background-image: url(../images/testimonial-quote-left.png),url(../images/testimonial-quote-right.png);
    background-repeat: no-repeat;
    background-position: 0 24px,100% calc(100% - 24px);
    align-items: center;
    padding: 60 0px;
}

.testimonails-sec ul {
    margin: 0;
}

.testimonails-sec ul li {
}

.testimonails-sec ul li .lft {
    width: 25%;
    display: inline-block;
    text-align: right;
    position: relative;
}

.testimonails-sec ul li .lft span {
    background: #c09a34;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -77px;
    left: 100px;
    padding: 20px 25px;
    font-size: 35px;
}

.testimonails-sec ul li .rht {
    width: 70%;
    display: inline-block;
}

.testimonails-sec ul li .rht p {
    color: #fff;
    padding-bottom: 10px;
}

.testimonails-sec ul li .rht p.author {
    text-align: right;
    margin-right: 30px;
    margin-top: 10px;
}

.testimonails-sec ul li .rht p.author span {
    text-decoration: underline;
}

.testimonails-sec .testi-content {
    min-height: 0;
}

.testimonails-sec .slider-signature-wrapper {
    margin-top: 20px;
}

.testimonails-sec .slider-signature-wrapper span:first-child {
    border-right: 0px;
}

.testimonails-sec .slick-dots li button:before {
    background: #c09a34;
}

.mobile-nav-btn span, .mobile-nav-btn span:before, .mobile-nav-btn span:after {
    background-color: #c39d35;
}

.aboutcompany .bx article a.link:last-child:after {
    display: none;
}

/*hire page start*/
.inner-banner {
    padding: 0 !important;
    height: 400px;
    animation: colorchange 20s ease infinite;
    -webkit-animation: colorchange 20s ease infinite;
    font-family: 'Poppins';
}

.inner-banner:before {
    position: absolute;
    width: 100%;
    height: 400px;
    /*background: #3b5f87;*/
    z-index: 0;
    content: "";
}

.inner-banner .banner-heading {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.inner-banner .top-heading {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
}

.inner-banner .headline {
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.hire-fold1 {
    padding-top: 70px;
    padding-bottom: 70px;
    font-family: 'Poppins';
}

.hire-content h1 {
    font-size: 18px;
    padding-bottom: 5px;
    color: #6b6b6b;
}

.hire-content h2 {
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 100%;
    color: #180d28;
    font-size: 40px;
}

.hire-content h2:before {
    position: absolute;
    content: "";
    background: #3a3e54;
    height: 5px;
    width: 60px;
    left: 0px;
    bottom: 0px;
}

.hire-content p {
    color: #616884;
    font-weight: 400;
    padding: 0 0 20px;
    font-size: 20px;
    margin: 0px;
}

.hire-content .tick-list {
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
}

.hire-content .tick-list li {
    position: relative;
    color: #616884;
    font-size: 18px;
    display: flex;
    padding-left: 40px;
}

.hire-content .tick-list li .cirlce {
    left: -2px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    position: absolute;
    background: #2bcc15;
    top: 4px;
}

.hire-content .tick-list li .checkmark {
    font-size: 14px;
    display: inline-block;
    top: -2.5px;
    -ms-transform: scaleX(-1) rotate(-35deg);
    -webkit-transform: scaleX(-1) rotate(-35deg);
    transform: scaleX(-1) rotate(-35deg);
    position: absolute;
    left: 5px;
    color: #fff;
}

.hire-content form label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #6b6b6b;
    font-weight: 600;
}

.hire-content form input, textarea, select {
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, 0.5);
    padding: 14px 20px;
    color: #535971;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400;
    outline: none !important;
}

.hire-content form.form .input {
    width: 62%;
    margin-right: 14px;
}

.hire-content form.form input.cta_button {
    color: #fff;
    background: #9000f8;
    width: 27%;
}

.hire-fold-img img {
    width: 80%;
}

.inner-banner {
    height: 400px;
    animation: colorchange 20s ease infinite;
    /* animation-name followed by duration in seconds*/
    /* you could also use milliseconds (ms) or something like 2.5s */
    -webkit-animation: colorchange 20s ease infinite;
    /* Chrome and Safari */
}

@keyframes colorchange {
    0% {
        background: #ee342c;
    }

    25% {
        background: #33c1e5;
    }

    50% {
        background: #334de6;
    }

    75% {
        background: #e733c2;
    }

    100% {
        background: #ee342c;
    }
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
    0% {
        background: #ee342c;
    }

    25% {
        background: #33c1e5;
    }

    50% {
        background: #334de6;
    }

    75% {
        background: #e733c2;
    }

    100% {
        background: #ee342c;
    }
}

.wedeliver {
    text-align: center;
}

.wedeliver h2 {
    text-align: center;
    width: 100%;
    color: #180d28;
    font-size: 42px;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.wedeliver h2:before {
    position: absolute;
    content: "";
    background: #3a3e54;
    height: 5px;
    width: 60px;
    left: 0px;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
}

.wedeliver .items {
    margin-top: 60px;
}

.features-item {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.dot-vert, .dot-rotate {
    position: absolute;
    z-index: -1;
    left: 47%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ebfbf5;
}

.dot-rotate {
    top: -10px;
    transform-origin: 50% 50px;
    animation: circleclock 30s linear infinite;
}

.dot-vert {
    top: -10px;
    transform-origin: 50% 45px;
    animation: circleanticlock 9s linear infinite;
}

@keyframes circleclock {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes circleanticlock {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.features-item img {
    height: 60px;
    width: 62px;
}

.features-item .features-title {
    color: #3a3e54;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 20px;
}

.features-item .features-desc {
    font-family: var(--secondary-font-family);
    color: #616884;
    font-size: 18px;
    line-height: 1.4;
}

.hire-cta {
    padding-bottom: 70px;
    padding-top: 70px;
    background: #fbfbfb;
}

.hire-cta h2 {
    text-align: center;
    width: 100%;
    color: #180d28;
    font-size: 42px;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.hire-cta h2:before {
    position: absolute;
    content: "";
    background: #3a3e54;
    height: 5px;
    width: 60px;
    left: 0px;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
}

.cta-colored {
    font-size: 0;
    width: 85%;
    position: relative;
    margin: 15px auto;
    border-radius: 6px;
    padding: 42px 30px 30px;
    background: #9000f8;
    height: 130px;
}

.cta-colored .left {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.cta-colored .right {
    width: 35%;
    text-align: right;
    display: inline-block;
}

.cta-colored .left h3 {
    color: #fff;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    width: 80%;
}

.cta-colored .right a {
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 30px;
    font-size: 18px;
    border-radius: 6px;
}

.desc-inf {
    text-align: center;
}

.desc-inf img {
    padding-top: 10px;
    width: 150px;
}

.desc-inf p {
    padding-top: 10px;
}

.faq {
    padding-bottom: 70px;
    padding-top: 70px;
}

.faq h2 {
    text-align: center;
    width: 100%;
    color: #180d28;
    font-size: 42px;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.faq h2:before {
    position: absolute;
    content: "";
    background: #3a3e54;
    height: 5px;
    width: 60px;
    left: 0px;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
}

.faq .accordwrap {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
}

.accordion {
    margin-bottom: 30px;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 0px 0 1px;
}

.accordion {
    overflow: hidden;
    background: none;
}

.quest-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    display: inline-block;
    transition: all linear 0.15s;
    text-decoration: none;
    padding: 25px 50px 25px 10px;
    color: #393e54;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0 0;
    font-family: var(--secondary-font-family);
}

.quest-content {
    padding: 0px 10px 15px 50px;
    display: none;
    background: #ffffff;
    margin-bottom: 0px;
    float: left;
    padding-bottom: 0;
    width: 100%;
}

.quest-content p {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    font-family: var(--secondary-font-family);
    color: #616884;
}

.quest-title:before {
    position: absolute;
    content: "\e908";
    width: 20px;
    height: 20px;
    right: 15px;
    font-weight: 300;
    top: 12px;
    font-family: 'icomoon' !important;
    color: #ccc;
    font-size: 28px;
}

.quest-title:hover {
    color: #3a3e54;
}

.quest-title.active:before {
    content: "\e907";
}

/*hire page end*/
/*services*/
.services-scnd-fold {
    background: #f8f8f8;
    padding: 0;
}

.services-scnd-fold .side-img-length {
    background-position: bottom;
    background-repeat: no-repeat;
    height: 420px;
}

.services-scnd-fold .box-wrap {
    padding: 20px 20px 50px;
    /* border-radius: 5px; */
    /* border: 1px solid #e7e3e3; */
}

.services-scnd-fold .box-wrap h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}

.services-scnd-fold .box-wrap p {
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
}

.services-scnd-fold .box-wrap a {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 8px 10px;
    font-size: 12px;
    background: white;
    color: #000;
}

.services-scnd-fold .box-wrap img {
    position: relative;
    top: 30px;
}

.services-scnd-fold .wrap {
    position: relative;
    height: 200px;
    margin: 0 0 0;
    top: 40px;
}

.services-scnd-fold .wrap .lft {
    width: 100%;
}

.services-scnd-fold .wrap .lft img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    border: 1px solid #c3bdbd;
    box-shadow: 1px 4px 9px 0px #0000001f;
}

.services-scnd-fold .wrap .rht {
    position: absolute;
    left: 110px;
}

.services-scnd-fold .wrap .rht h4 {
    font-size: 18px;
    color: #000;
    padding-bottom: 0px;
}

.services-scnd-fold .wrap .rht h4 span {
    background: #c3bdbd;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    padding: 2px;
    border-radius: 6px;
}

.services-scnd-fold .wrap .rht h6 {
    font-weight: 300;
    color: #8c8989;
}

.services-scnd-fold .wrap .rht p {
    padding: 0px 0;
    font-size: 12px;
    color: #000;
    height: 55px;
}

.services-scnd-fold .wrap .rht ul {
}

.services-scnd-fold .wrap .rht ul li {
    display: inline-block;
    margin: 0 2px;
}

.services-scnd-fold .wrap .rht ul li a {
    display: inline-block;
    margin-top: 10px;
}

.services-scnd-fold .wrap .rht ul li a.trans-btn {
    background: #c3bdbd;
    color: #000;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.services-scnd-fold .wrap .rht ul li a.trans-btn:hover {
    color: unset;
}

.services-scnd-fold .wrap .rht ul li a.btn-main-top-bar {
    padding: 8px 10px;
    font-size: 12px;
}

.services-scnd-fold .wrap .rht ul li a.menu-button {
    background: #1278b6;
    padding: 8px 11px;
    border-radius: 5px;
}

.services-scnd-fold .wrap .rht ul li a.menu-button i {
    color: #fff;
}

.services-scnd-fold .wrap .rht ul li a:hover {
    color: #fff;
}

.services-scnd-fold .wrap .rht ul li p {
    position: relative;
    padding: 0;
}

.services-scnd-fold .wrap .rht ul li p span {
    position: absolute;
    top: 30px;
    color: #8c8989;
    font-size: 10px;
}

body {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.new-packages-sec .slick-prev, .new-packages-sec .slick-next {
    top: 40%;
}

.new-packages-sec .slick-prev {
    left: -60px;
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    transform: rotate(-54deg) skew(-20deg);
    height: 60px;
    width: 60px;
}

.new-packages-sec .slick-next {
    right: -60px;
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    transform: rotate(-54deg) skew(-20deg);
    height: 60px;
    width: 60px;
}

.new-packages-sec .slick-prev:before, .new-packages-sec .slick-next:before {
    display: none;
}

.new-packages-sec .slick-prev:before, .new-packages-sec .slick-next:before {
    display: none;
}

a.borderCstm {
    /*border: 1px solid #b7b7b7;*/
    padding: 7px;
    border-radius: 4px;
}

/*======================== INNER TESTI ====================*/
.inner-testimnl {
    padding: 20px 0 60px;
}

.inner-testimnl .mainwrp {
    transition: border-color .5s cubic-bezier(.39,.575,.565,1),box-shadow .2s cubic-bezier(.39,.575,.565,1);
    padding: 20px 20px;
    border-radius: 5px;
    border: solid 1px #e2e6ec;
}

.inner-testimnl .mainwrp:hover {
    box-shadow: 0 5px 30px 0 rgba(35,43,54,.15);
}

.inner-testimnl .mainwrp .name-wrp {
    padding-bottom: 20px;
}

.inner-testimnl .mainwrp .name-wrp span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #9ba3af;
}

.inner-testimnl .mainwrp .name-wrp img {
    width: 100px;
}

.inner-testimnl .testi-heading p {
    font-weight: 600;
    font-size: 20px;
}

.inner-testimnl .mainwrp .txt-wrp {
}

.inner-testimnl .mainwrp .txt-wrp p {
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 0px 0;
    height: 120px;
    overflow: auto;
}

.inner-testimnl .mainwrp .dtewrp {
}

.inner-testimnl .mainwrp .dtewrp h6 {
    color: #9ba3af;
    font-size: 12px;
    display: inline-block;
}

.inner-testimnl .mainwrp .dtewrp img {
    float: right;
    display: inline-block;
    width: 30%;
}

/*======================== INNER TESTI ====================*/
.w-30 {
    width: 33%;
}

.banner_form h5 {
    width: 100%;
    color: #ffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
}

.banner_form p {
    color: #fff;
}

.banner_form p a {
    padding-left: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

/*=========== arman css ==============*/
.actions.row.web {
    border-top: 1px solid #eaeaea;
    position: relative;
}

.ourpackages .tab-custom .tabs ul li .packwrap a {
    margin: 15px 0;
}

.numster {
    font-size: 11px;
    color: #333
}

.numster:hover {
    color: #333;
    color: #df1179;
}

.viewdetails {
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0px;
}

.numster span small {
    font-size: 90%;
}

.pkgs_vd {
    color: #e21872;
}

.cta-form .form-control {
    width: 100%;
    border: 1px solid #ea1a76;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.cta-form {
    box-shadow: 3px 11px 20px 6px #000000b0;
    background: #280968e0;
    padding: 18px 30px 40px;
    border-radius: 10px;
    border: 1px solid #DB0B7F;
    height: 560px;
    width: 100%;
    text-align: center;
}

.block-buy__heading.cta-text .paragraph {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding-top: 10px !important;
    color: #db8b44;
}

polygon.fill1 {
    fill: #00000024 !important;
    border: 1px solid #000;
}

.all-text-white ul li {
    color: #fff;
}

.all-text-white p.pane__heading__small.small.reveal.show, .all-text-white p {
    color: #fff;
}

.all-text-white h1 {
    color: #fff;
}

input.btn-line.frmbtn {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    margin-top: 0;
    border-radius: 5px !important;
    height: 50px;
    border-color: #ef4f34;
    color: #fff;
    cursor: pointer;
}

.conters {
    display: flex;
    justify-content: space-between;
}

.conters article {
    width: 100%!important;
}

.cta-form .form-control {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.cta-form textarea {
    height: 80px !important;
}

.servicesPages .cta-form {
    width: 90%;
    text-align: center;
    margin-left: auto;
}

.comboopack {
    background: #f6f6f8;
    padding-bottom: 90px;
    padding-top: 60px;
}

.container-custom {
    max-width: 1285px;
    margin: auto;
    padding: 0 15px;
}

.comboopack .combopackwrap {
    background: #fff;
    width: 100%;
    display: inline-block;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.06);
}

.comboopack .combopackwrap .headdd {
    padding: 20px 50px;
    background: #3d60a6;
    text-align: left;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.comboopack .combopackwrap .headdd figure {
    position: absolute;
    margin-bottom: 0;
    right: -20px;
    top: -30px;
}

.comboopack .combopackwrap .headdd h3 {
    text-align: center;
    padding-bottom: 0;
    color: #fff;
    font-size: 38px;
    text-transform: capitalize;
}

.comboopack .combopackwrap .headdd h3 span {
    display: block;
    font-size: 24px;
    margin-top: -3px;
}

.comboopack .combopackwrap .bodyyy {
    font-size: 0;
    padding: 30px 50px;
}

.comboopack .combopackwrap .bodyyy .coll {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading {
    font-weight: 700;
    color: #3d60a6;
    padding-left: 0;
    font-size: 20px;
}

.comboopack .combopackwrap .bodyyy .coll ul li {
    color: #5C5856;
    font-size: 16px;
    padding: 0 0px 10px 30px;
    position: relative;
    line-height: 1.4;
}

.comboopack .combopackwrap .bodyyy .coll ul li:before {
    content: "\f058";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    left: 5px;
    font-size: 18px;
    color: #6fb936;
    display: table-cell;
    vertical-align: middle;
    top: 1px;
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading:before {
    font-size: 0px;
}

.comboopack .combopackwrap .headdd figure img {
    width: 170px;
    position: absolute;
    left: -200px;
    top: 30px;
}

.comboopack .combopackwrap .footterr {
    padding: 20px 30px;
    font-size: 0;
    background: #3d60a6;
    border-top: 1px solid #f3f3f3;
    border-radius: 0 0 10px 10px;
}

.comboopack .combopackwrap .footterr .left {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 0;
}

.comboopack .combopackwrap .footterr .left .txtt {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.comboopack .combopackwrap .footterr .left .txtt h4 {
    color: #ffffff;
    font-size: 22px;
    /* margin-top: 10px; */
    padding-bottom: 0;
}

.comboopack .combopackwrap .footterr .left .btnwrap {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: middle;
}

.comboopack .combopackwrap .footterr .left .btnwrap .numbercta {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    padding: 14px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.comboopack .combopackwrap .footterr .left .btnwrap .chatcta {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 21px;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.comboopack .combopackwrap .footterr .right {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    position: relative;
}

.comboopack .combopackwrap .footterr .right figure {
    margin-bottom: 0;
    display: inline-block;
    width: 30%;
}

.comboopack .combopackwrap .footterr .right figure img {
    width: 230px;
    position: absolute;
    top: -355px;
    left: 200px;
}

.comboopack .combopackwrap .footterr .right .price {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    padding-left: 10px;
}

.comboopack .combopackwrap .footterr .price h2 {
    font-size: 44px;
    color: #3d60a6;
    padding-bottom: 12px;
    position: absolute;
    top: 430px;
    left: 1040px;
}

.comboopack .combopackwrap .footterr .right .price h6 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 0;
}

.comboopack .combopackwrap .footterr .right .orderbtn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.comboopack .combopackwrap .footterr .right .orderbtn .viewdetails {
    color: #a6b0ba;
    text-align: right;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 20px 0 0;
}

.comboopack .combopackwrap .footterr .price h2 span {
    position: relative;
    font-size: 18px;
    padding-bottom: 0;
    color: #b3b1b1;
    margin-left: 10px;
}

.comboopack .combopackwrap .footterr .price h2 span:before {
    content: "";
    width: 60px;
    height: 2px;
    display: block;
    background: #9e9c9c;
    position: absolute;
    left: 0px;
    top: 47%;
}

.img-price img {
    width: 150px;
    position: absolute;
    top: 380px;
    left: 870px;
}

a.numbercta {
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #fff;
    margin-right: 20px;
    border-radius: 10px;
    background: #000;
}

a.chatcta {
    font-size: 20px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 22px;
    color: #fff;
    margin-right: 20px;
    border-radius: 10px;
}

.btn-primary {
    border: 1px solid #fff !important;
    background-color: #3d60a6;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff !important;
    line-height: 1;
    border: none;
    padding: 18px 40px;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-block;
}

/*=========== arman css ==============*/
a.pkgs_vd {
    border: 1px solid #ccc;
    padding: 7px 12px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}

.testi-heading p {
    text-align: center;
}

.terms-policy li a {
    color: #fff;
}

.terms-policy li {
    display: inline-block;
    padding-left: 10px;
}

.terms-policy {
    text-align: right;
    margin: 0;
}

.inner-testimnl .mainwrp .txt-wrp p::-webkit-scrollbar {
    width: 0px !important;
}

.ctainner {
    font-size: 0;
    margin-top: 50px !important;
    position: relative;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    margin-bottom: 50px !important;
}

.ctainner h3 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 22px;
    vertical-align: middle;
    font-weight: 500;
    display: inline-block;
}

.ctainner .same {
    text-align: left;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    font-style: normal;
}

.ctainner .same a {
    font-size: 16px;
    font-weight: 300;
    color: #fdb116;
}

.ctainner h3 a {
    text-decoration: underline;
    color: #fdb116;
}

.ctainner h6 {
    text-align: right;
    padding-bottom: 0;
    display: block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 300;
}

.ctainner h6 a {
    color: #fdb116;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin: 0 0 0 20px;
    color: #fff;
    box-shadow: 0px 0px 25px #6d6d6d30;
    text-transform: capitalize!important;
    background: #FCB434;
    border-radius: 8px;
    padding: 20px!important;
    background: -moz-linear-gradient(left, #FCB434 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #FCB434 0%,#f67c02 90%);
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}

.ctainner h6 a:hover {
    transform: translateY(-0.625rem);
    transition: all 700ms;
}

.cta-left {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.cta-right {
    display: inline-block;
    width: 35%;
    text-align: right;
}

/********** Responsive **********/
@media only screen and (max-width: 1920px) and (min-width: 1600px) {
    a.chatcta {
        padding: 15px 50px;
    }

    .package-box {
        height: 570px!important;
    }

    .pull-right {
        padding-top: 12px!important;
    }

    .cta-new .buttons a {
        font-size: 14px!important;
    }

    .secondary-btn {
        padding: 15px 50px!important;
    }

    .new-packages-sec ul.tbing li {
        padding: 15px 50px;
    }

    .banner-form .header figure {
        width: 100%;
        height: 160px;
    }

    .ban-form .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ban-form input {
        height: 40px;
        font-size: 14px;
    }

    .ban-form select {
        height: 40px;
        font-size: 14px;
    }

    .ban-form textarea {
        width: 100%;
        font-size: 14px;
        height: 90px;
    }

    .floatingform-sec .outer-show {
        margin-top: 270px;
    }

    .ban-form .intl-tel-input.separate-dial-code .selected-dial-code {
        font-size: 14px;
    }

    .floatingform-sec .ban-form label {
        font-size: 13px;
    }

    header .menu ul li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    /*** theme sections padding ***/ .sec-padding-100 {
        padding:50px 0;
    }

    .sec-padding-90 {
        padding: 45px 0;
    }

    .sec-padding-80 {
        padding: 40px 0;
    }

    .sec-padding-70 {
        padding: 35px 0;
    }

    .sec-padding-60 {
        padding: 30px 0;
    }

    .sec-padding-xlarge {
        padding: 25px 0;
    }

    .sec-padding-large {
        padding: 20px 0;
    }

    .sec-padding-medium {
        padding: 15px 0;
    }

    .sec-padding-small {
        padding: 15px 0;
    }

    .sec-padding-xsmall {
        padding: 10px 0;
    }

    /*** theme sections margin ***/
    .sec-margin-100 {
        margin: 50px 0;
    }

    .sec-margin-90 {
        margin: 45px 0;
    }

    .sec-margin-80 {
        margin: 40px 0;
    }

    .sec-margin-70 {
        margin: 35px 0;
    }

    .sec-margin-60 {
        margin: 30px 0;
    }

    .sec-margin-xlarge {
        margin: 25px 0;
    }

    .sec-margin-large {
        margin: 20px 0;
    }

    .sec-margin-medium {
        margin: 15px 0;
    }

    .sec-margin-small {
        margin: 15px 0;
    }

    .sec-margin-xsmall {
        margin: 10px 0;
    }

    .mobile-nav-btn {
        z-index: 9999;
        top: 20px;
        right: 20px;
    }

    .floatbutton .banner-form {
        width: 300px;
    }

    .floatbutton.active {
        right: -70px;
    }

    .topBar p span {
        display: block;
    }

    .banner .slide article {
        width: 100%;
        padding-left: 10px;
    }

    /*.banner .slide figure{height: 600px;}*/
    .banner .slide article h2 {
        font-size: 30px;
        line-height: initial;
    }

    .banner .slide article p {
        font-size: 16px
    }

    .banner .slide ul.clntlgs li {
        margin: 0px;
        width: 60%;
        margin-left: 8px;
    }

    .banner-client-slider ul li img {
        width: 110px;
    }

    .offer-box-side .inner-content:first-child, .offer-box-side .inner-content {
        width: 100%;
    }

    .porfolio-sec ul.tbing {
        text-align: center;
    }

    .porfolio-sec ul.tbing li {
        font-size: 12px;
        padding: 10px;
    }

    .galleryx li {
        width: 100%;
    }

    .cta-new .bgcolor {
        padding: 20px;
    }

    .cta-new img {
        display: none;
    }

    .cta-new .buttons a {
        padding: 12px;
    }

    form#contactForm {
        margin: 0px
    }

    .form-box-main form {
        width: 100%;
    }

    .aboutcompany .bx {
        padding: 20px;
        margin-top: 20px;
        height: 360px;
    }

    .form-box-main {
        padding: 30px 15px 0;
    }

    .footer-column {
        padding-left: 0px;
        display: block;
    }

    .services-sec h2 {
        font-size: 30px;
    }

    .aboutcompany .bx article a.link {
        font-size: 15px;
        margin-right: 0px;
    }

    .aboutcompany .bx article a.link:after {
        height: 20px;
        top: 0px
    }

    .topBar {
        display: none;
    }

    header .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }

    header .logo img {
        width: 150px;
        margin: 15px 0 10px;
    }

    .floatingform-sec {
        display: none;
    }

    header.fixed-header {
        padding: 17px 0 0;
    }

    .menu-column {
        width: 100%;
    }

    .footer-container {
        padding-top: 40px;
    }

    section h2 {
        font-size: 34px;
    }

    .tbing .abcd {
        width: 100%;
    }

    .tbing .abcd:nth-child(7) {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .new-packages-sec ul.pkg-ul li {
        width: 100%!important;
    }

    .sea span {
        font-size: 12px!important;
    }

    .sea span small {
        font-size: 11px!important;
    }

    .pkg-img-2::before {
        top: 44px;
        right: 10px;
        width: 60px;
        height: 60px;
    }

    .pkg-img-1::before {
        top: 24px;
        right: 20px;
        width: 70px;
        height: 70px;
    }

    .pkg-img-5::before {
        top: 34px;
        right: 20px;
        width: 70px;
        height: 70px;
    }

    .floatbutton .clickbutton {
        display: none;
    }

    .floatbutton.ChatRight {
        display: none;
    }

    .cta-new .buttons a {
        padding: 10px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .slide article {
        margin: 0 40px;
    }

    .package-box .package-item .btn-wrap a {
        font-size: 13px;
    }

    .aboutcompany .bx article p {
        margin: 13px 0 13px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    .banner .slide article {
        padding: 0 120px 0 0;
    }

    .banner .slide ul.clntlgs li img {
        width: 60%;
    }

    .new-packages-sec ul.pkg-ul li {
        width: 47%;
    }

    .secondary-btn {
        padding: 15px 10px;
        font-size: 12px;
    }

    .testimonails-sec ul li .lft span {
        top: -90px;
        left: 30px;
    }

    .innerbanner img {
        display: none;
    }

    .listsec .wrap ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) and (min-width: 0px) {
    .package-box {
        height: 590px;
    }

    .sea span {
        font-size: 13px;
    }

    .sea span small {
        font-size: 15px!important;
    }

    .cta-new .buttons a {
        padding: 9px;
        font-size: 10px;
    }

    section {
        padding: 20px 0;
    }

    .slick-prev:before, .slick-next:before {
        display: none;
    }

    .btm-footer .item.social span {
        margin: auto 3px;
    }

    .testimonails-sec ul li .lft span {
        width: 80px;
        height: 80px;
        padding: 15px 19px;
        top: -140px;
        left: 0px;
    }

    .innerbanner img {
        display: none;
    }

    .listsec .wrap ul li {
        width: 100%;
    }

    .about-thrd-sec .mainwrp {
        padding: 10px 30px 0;
    }

    .about-thrd-sec .textwrap {
        padding: 10px 30px 0;
    }

    .aboutcompany .bx article a.link {
        margin-right: 6px;
    }

    .banner .slide ul.clntlgs li {
        margin-left: 0;
    }

    .aboutcompany br {
        display: none;
    }

    .aboutcompany .bx article p {
        font-size: 14px;
    }

    .aboutcompany .bx article h3 {
        font-size: 22px;
    }

    .aboutcompany .bx article a.link {
        font-size: 13px;
    }
}

@media only screen and (max-width: 414px) {
    .testimonails-sec ul li .lft span {
        left: 0px;
    }

    .slick-prev:before, .slick-next:before {
        display: none;
    }

    .banner .slide ul.clntlgs li {
        margin-left: 5px;
    }
}

@media not all and (min-resolution: .001dpcm) {
    .safari_only {
        color:#5B6B7F;
        background-color: #fff;
    }
}

/* Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio:0) {
    .safari_only {
        color:#5B6B7F;
        background-color: #fff;
    }
}

.col-md-4.footer-info ul {
    margin-left: 20px;
    margin-top: 30px;
}

.col-md-4.footer-info ul li {
    margin-bottom: 10px;
}

.col-md-4.footer-info ul li a {
    color: #fff;
}

.col-md-4.footer-info ul li a.locatationwrp {
    color: #fff;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 0;
}

.last-txt p {
    color: #fff;
    margin-top: 15px;
}

.col-md-12.col-lg-6.left-img img {
    width: 30%;
    margin-left: 50px;
}

.col-md-12.col-lg-6.right-img img {
    width: 80%;
    float: right;
}

@media only screen and (max-width: 375px) and (min-width: 0px) {
    .banner .vid-mbl {
        /* background-image: url(../images/video-poster.png); */height: 330px;
    }

    .col-md-12.col-lg-6.right-img img {
        width: 100%;
        margin-top: 30px;
    }

    .form-box-main form input[type="submit"] {
        padding: 10px 40px;
        font-size: 16px;
    }

    section h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .cta-new h2 {
        font-size: 28px;
    }

    .col-md-12.col-lg-6.left-img img {
        margin-left: 10px;
        width: 40%;
    }

    .new-packages-sec ul.pkg-ul li {
        max-width: unset;
    }
}

@media only screen and (max-width: 769px) and (min-width: 0px) {
    .testmonial-sec .slick-next {
        display: none !important;
    }

    .banner .slide ul.clntlgs {
        display: none !important;
    }

    .aboutcompany .bx article p {
        margin: 13px 0 0;
    }

    .banner .slide .videowrap video {
        display: none;
    }

    .cta-new h2 {
        font-size: 30px;
    }

    .services-scnd-fold .wrap .rht {
        left: 80px;
    }

    .aboutcompany .bx article a.link:after {
        right: 5px;
    }

    .services-scnd-fold .wrap .lft img {
        width: 65px;
        height: 65px;
    }

    .overlayfloatingform.show {
        display: none;
    }

    .services-sec figure img {
        width: 100%;
    }

    .testimonails-sec .slick-next {
        display: none !important;
    }

    .testimonails-sec {
        height: 410px;
    }

    .services-scnd-fold .side-img-length {
        margin: 0 0 30px;
        background-size: cover;
        height: auto;
        background-position: unset;
    }

    .about-thrd-sec .textwrap {
        padding: 30px 20px;
    }

    .about-thrd-sec .mainwrp {
        padding: 30px 20px;
    }

    .col-md-12.col-lg-6.right-img img {
        margin: 15px 0 0;
    }

    section h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .new-packages-sec ul.pkg-ul li {
        max-width: unset;
    }

    .clntlgs li img {
        display: none;
    }

    .socialwrp {
        display: none;
    }

    .services-scnd-fold .wrap {
        margin: 30px 0 0;
    }

    .services-scnd-fold .box-wrap {
        padding: 20px 20px 30px;
    }

    .btnwrp .phnenmbr {
        margin: 0 0 0 0px !important;
        padding: 14px 15px !important;
    }

    .form-box-main form input[type="file"] {
        overflow: hidden !important;
        width: 90%;
    }
}

@media screen and (min-width: 768px) {
    .cta-new img {
        display: block;
        width: 100%;
    }

    .cta-new .buttons a {
        padding: 10px;
        margin: 0 5px 0 0;
        font-size: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .btnwrp .phnenmbr {
        padding: 14px 5px !important;
        font-size: 10px;
    }

    .secondary-btn {
        padding: 14px 5px !important;
        font-size: 10px;
    }

    .services-scnd-fold .wrap .rht p {
        height: 85px;
    }

    .services-scnd-fold .wrap .rht ul li p {
        display: none;
    }

    section h2 {
        font-size: 24px;
        line-height: 27px;
    }

    section p {
        font-size: 14px;
    }

    .aboutcompany .bx article p {
        font-size: 12px;
    }

    .cta-new .bgcolor {
        padding: 10px;
    }

    .cta-new .buttons a {
        font-size: 9px;
        margin: 0 5px 0 0;
    }

    .cta-new h2 {
        font-size: 22px;
    }
}

.flgwrp {
    width: 40px !important;
    margin: 1px 0 0 0 !important;
}

.extra-pdng {
    padding-top: 15%;
}

.slide .clntlgs .secondary-btn {
    margin: 30px 0 0 0;
}

.testmonial-sec .testimonial-item span.namewrp {
    color: #fff;
    font-size: 37px;
    position: relative;
}

.testmonial-sec .testimonial-item span.namewrp:after {
    content: "";
    position: absolute;
    border: 4px solid #ec305f;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    left: -20px;
    top: -22px;
    right: 0;
    text-align: center;
    bottom: -18px;
    box-sizing: border-box;
}

.testimonails-sec .testimonial-item span.namewrp:after {
    content: "";
    position: absolute;
    border: 3px solid #38c1cf;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    left: -20px;
    right: 0;
    text-align: center;
    bottom: -18px;
    box-sizing: border-box;
}

.testimonails-sec .testimonial-item span.namewrp {
    color: #fff;
    font-size: 37px;
    position: relative;
}

.services-scnd-fold .col-lg-3.side-img-length {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.logo-sliderwrp .slick-prev:before, .logo-sliderwrp .slick-next:before {
    color: #e41a72;
}

.fancybox-content {
    width: 100% !important;
    height: 100% !important;
}

.btnwrp .phnenmbr {
    margin: 0 0 0 20px;
    border: 2px solid;
    padding: 14px 25px;
    transition: 0.4s;
    border-radius: 5px;
    background-color: unset;
    transform: translateY(0rem);
    color: #fff;
}

.btnwrp .phnenmbr:hover {
    transform: translateY(-0.625rem);
    transition: all 700ms;
}

.mobiletogle {
    width: 50px;
    height: 51px;
    color: #fff;
    display: none;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 99;
    box-shadow: 11px 9px 20px 0 rgba(80, 80, 80, 0.1);
    padding: 9px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #c39d35;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
    padding: 0;
    line-height: normal;
}

.mobiletogle:hover {
    color: #fff;
}

.slideup {
    width: 90px;
    height: 300px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 6px;
    font-size: 34px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    padding: 9px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: transparent;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
    padding: 0;
    line-height: normal;
}

.dtewrp {
    display: none;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .mobiletogle {
        display: none;
    }

    .slideup {
        display: none;
    }

    .callusnow {
        bottom: 100px;
    }

    .whatsapp {
        bottom: 160px;
    }

    .linkedin {
        bottom: 220px;
    }

    .twitter {
        bottom: 280px;
    }

    .facebook {
        bottom: 340px;
    }

    .mainwrp {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .cta-new .buttons a {
        font-size: 8px;
    }
}

.mrgn-logo {
    margin-left: 15px !important;
    width: 26% !important;
}

.logo-sliderwrp.slick-initialized.slick-slider {
    height: 200px;
}

.banner .slide img {
    height: auto;
}

.chatHEader {
    padding: 0px 0px !important;
    cursor: pointer;
}

.thankYou_page .icon-x-square:before {
    content: "x";
    font-family: monospace;
}

*, html {
    font-family: 'Bai Jamjuree', sans-serif !important;
}

.list-scroll::-webkit-scrollbar {
    width: 0.5em !important;
}

.list-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.list-scroll::-webkit-scrollbar-thumb {
    background-color: #e80a89 !important;
    outline: 0px solid slategrey !important;
}

/*for all landscape tablet*/
@media only screen and (max-width: 1370px) and (min-width: 1200px) {
    .top-info-list li a.phnenmbr {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1100px) {
    header .menu {
        margin: 0px 0;
        padding: 0;
        text-align: center;
        width: 120%;
    }

    header .logo img {
        width: 150px;
        margin: 20px 0 0px;
    }

    header .logo {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    header .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .topBar p {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    .top-info-list li a.phnenmbr {
        padding: 10px 0px;
    }

    .btn-main-top-bar {
        padding: 10px 6px;
    }

    header .menu {
        width: 120%;
    }

    .top-info-list li a.phnenmbr {
        display: none;
    }

    header .logo img {
        width: 160px;
    }

    .banner .slide img {
        margin-top: 30px;
        height: 100%;
    }

    .banner_form h5 {
        font-size: 27px;
    }

    .porfolio-sec .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ctainner h6 {
        text-align: center;
    }

    .cta-right, .cta-left {
        width: 100%;
    }

    .ctainner h3 {
        padding-bottom: 20px;
    }

    .new-packages-sec .slick-next {
        right: -47px;
    }

    .new-packages-sec .slick-prev {
        left: -45px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
    .banner .slide article {
        padding: 0 0px 0 0;
    }

    .banner .slide img {
        margin: 0px 7px 0px 6px;
    }

    .banner-client-slider ul li {
        width: 20%;
    }

    .banner_form h5 {
        font-size: 19px;
    }

    .servicesPages .cta-form {
        width: 100%;
    }

    .cta-form textarea {
        height: 50px !important;
    }

    .e_comm .banner .slide .cont {
        top: 43%;
    }

    .btnwrp .phnenmbr {
        margin: 0 0px 0 10px !important;
    }

    .cta-form {
        padding: 30px 20px;
        height: 440px;
    }

    .w-30 {
        width: 75%;
        padding: 0 15px 0 0;
    }

    .custom-web .btnwrp .phnenmbr {
        padding: 0px 15px !important;
    }

    .services-sec .video-wrap video {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .banner .slide article h2 {
        font-size: 26px;
        line-height: initial;
    }

    .banner .slide article h2 span {
        font-size: 14px;
        color: #c39d35;
    }

    .banner .slide article {
        padding: 0 0px 0 22px;
    }

    .banner .slide article {
        margin: 0px 10px;
    }

    .banner_form h5 {
        font-size: 15px;
    }

    .banner_form p {
        color: #fff;
        font-size: 11px;
    }

    .banner_form p a {
        font-size: 11px;
    }

    .cta-form .form-control {
        width: 100%;
        height: 30px;
    }

    .cta-form {
        padding: 10px 20px;
        height: 100%;
    }

    .cta-form .form-control {
        height: 45px!important;
    }

    .w-30 {
        width: 98%;
    }

    .secondary-btn {
        padding: 8px 7px;
        font-size: 11px;
        height: 31px;
        width: 89px;
    }

    .btnwrp .phnenmbr {
        padding: 8px 7px;
        font-size: 11px;
        height: 31px;
        width: 89px;
    }

    .btnwrp .phnenmbr {
        margin: 0 0 0 0px !important;
        padding: 7px 0px !important;
    }

    input.btn-line.frmbtn {
        width: 100%;
        margin: 0 0px 0px 2px;
        height: 40px;
    }

    .cta-new .buttons a {
        font-size: 8px;
    }

    .banner-client-slider {
        padding: 30px 10px 0;
    }

    .footer-info .menu-column {
        padding: 0;
    }

    footer .col-md-12.col-lg-6.left-img img {
        margin-left: 0;
    }

    .all_inner_pages .banner, .banner .slide:before {
        height: 600px;
    }

    .col-md-4.footer-info ul {
        margin-left: 0;
    }

    .servicesPages .cta-form {
        margin: auto;
    }

    .main-home.index_page .banner .slide .cont {
        top: 60%;
    }
}

@media only screen and (max-width: 480px) {
    /*=======================================mani=================================================*/ header.fixed-header {
        padding: 0px 0 0;
    }

    .mobile-topBar {
        display: block;
        padding: 10px 0 10px;
        background: #fff;
    }

    .mobilesd {
        display: inline-block;
        width: 33.33%;
        padding: 0;
    }

    .mobilesd a {
        font-size: 13px;
        color: #333;
    }

    .blink {
        animation: blinker 1s step-start infinite;
    }

    @keyframes blinker {
        50% {
            color: red;
        }
    }

    .mobile-nav-btn {
        top: 20px;
    }

    .baseh {
        position: relative;
    }

    .baseh:before {
        position: absolute;
        content: "";
        border: 1px solid #000;
        height: 5px;
        width: 5px;
        left: 20px;
        border-radius: 10px;
        background: #000;
        top: 10px;
    }

    /*=======================================mani=================================================*/
    .banner .slide .cont {
        flex-wrap: wrap;
    }

    .w-30 {
        width: 82%!important;
        margin: 20px auto;
    }

    .banner_form h5 {
        font-size: 20px!important;
    }

    .btnwrp .phnenmbr {
        padding: 10px 10px !important;
    }

    .secondary-btn {
        padding: 8px 7px;
        font-size: 12px;
        height: auto;
        width: 100px;
    }

    .banner .slide img {
        margin-top: 10px;
        width: 100%;
        object-fit: none;
        display: none;
    }

    .banner-client-slider ul li img {
        width: 90px;
    }

    .banner, .banner .slide:before, .banner .slide figure {
        height: 670px;
    }

    .main-home.index_page .banner, .main-home.index_page .banner .slide:before, .main-home.index_page .banner .slide figure {
        height: 340px;
    }

    .banner .btnwrp {
        display: none;
    }

    .banner .slide article {
        padding: 0 13px 0 10px;
    }

    .e_comm .banner .slide figure {
        height: 600px;
    }
}

@media only screen and (max-width: 375px) {
    .secondary-btn {
        width: 77px;
    }

    .cta-form {
        padding: 10px 10px;
        height: 320px;
    }

    .cta-new .buttons a {
        font-size: 7px;
    }

    .banner .slide img {
        margin-top: 30px;
        display: none;
    }

    .banner .slide .cont {
        flex-wrap: wrap;
    }

    .w-30 {
        width: 83%!important;
        margin: 20px auto;
    }

    .banner_form h5 {
        font-size: 22px!important;
    }

    .btnwrp .phnenmbr {
        margin: 0 0 0 0px !important;
        padding: 10px 10px !important;
    }

    .secondary-btn {
        padding: 10px 10px;
        font-size: 11px;
        width: 90px;
        height: auto;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    .banner_form h5 {
        font-size: 20px!important;
    }

    .secondary-btn {
        width: 88px;
    }
}

@media only screen and (max-width: 320px) {
    .banner_form h5 {
        font-size: 18px!important;
    }

    .testmonial-sec:before {
        width: 97%;
    }
}

@media only screen and (max-width: 411px) {
    .testmonial-sec:before {
        width: 97%;
    }
}

.btmfrmwrp {
    padding-bottom: 0;
    margin: 0 0 -100px 0;
}

.innserservice-commonfolds.animation {
}

.techicons {
    padding-top: 30px;
}

.techicons ul {
    font-size: 0;
    margin-bottom: 0;
}

.techicons ul li {
    display: inline-block;
    margin: 0 20px;
}

.techicons ul li figure {
    margin-bottom: 0px;
}

.techicons ul li figure img {
    width: 80px;
    border-radius: 8px;
    margin: 0 0 10px;
}

.services-scnd-fold h2 {
    text-align: center;
    padding: 50px 0 10px;
}

.services-scnd-fold .main-pera {
    text-align: center;
}

section.services-sec.brnd figure img {
    width: 100%;
}

.pkgpage footer {
}

.cookiealert {
    position: fixed;
    bottom: 65px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    opacity: 0;
    border-radius: 0;
    background: #280968;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ECF0F1;
    z-index: 999;
}

.coki-pera {
    color: #f0e8e8;
    display: inline-block;
    padding: 0 0 6px;
    font-size: 14px;
    font-weight: 400;
}

.coki-btn {
    cursor: pointer;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    color: #fff;
    width: 80px;
    border: none;
    height: 39px;
    border-radius: 6px;
}

.cokwrp {
    opacity: 1;
}

.cokwrp .mowrp {
    margin: 0 20px 0 20px;
    color: #AE0653;
    font-weight: 600;
}

.cokwrp .cookiealert-container {
    color: #fff;
}

.form-box-main form input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
    font-size: 11px;
}

.orderformwrp .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    border-radius: 0px !important;
}

.web-pg .form-wrap {
    background: #000000b8;
}

.form-wrap select option {
    color: #000;
}

.form-wrap select:after {
    content: "";
}

a.phnenmbr.white.secondary-btn.extraclass {
    margin: 0;
    color: #000 !important;
    border: 1px solid;
    padding: 10px 10px 10px 30px !important;
}

header .top-info-list li a.phnenmbr:hover {
    transform: translateY(0rem);
}

header .btn-main-top-bar:hover {
    transform: translateY(0rem);
}

.btmfrmwrp.contactwrp .form-box-main form {
    width: 100%;
}

.maparea {
    padding: 20px 0 0 0;
}

.maparea .mapwrap {
    font-size: 0px;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
}

.maparea .mapwrap .mappart {
    vertical-align: top;
    width: 60%;
    display: inline-block;
}

.maparea .mapwrap .mappart iframe {
    width: 100%;
    height: 500px;
}

.maparea .mapwrap .infopart {
    width: 40%;
    padding: 70px 90px 37px 50px;
    vertical-align: top;
    display: inline-block;
    height: 500px;
}

.maparea .mapwrap .infopart .chunk {
    padding-bottom: 40px;
}

.maparea .mapwrap .infopart .chunk h3 {
    color: #171717;
    font-size: 22px;
    padding-bottom: 15px;
}

.maparea .mapwrap .infopart .chunk p {
    font-size: 16px;
    line-height: 1.4;
}

.maparea .mapwrap .infopart .chunk a {
    color: #687087;
    font-size: 16px;
    display: block;
}

.maparea h2 {
    font-size: 36px;
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 40px;
    text-align: center;
}

.homebnrwrp {
    background-image: url(../images/new-single-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px;
    background-position: unset;
    position: relative;
    height: 590px !important;
    overflow: hidden;
}

.homebnrwrp .txtwrp {
    width: 90%;
}

.homebnrwrp .txtwrp h4 {
    display: block;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0;
    line-height: 30px;
}

.homebnrwrp .txtwrp h1 {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
}

.homebnrwrp .txtwrp p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 0;
}

.homebnrwrp .btnwp {
    display: block;
    padding: 20px 0 0;
}

.homebnrwrp .btnwp ul {
    margin: 30px 0 0;
}

.homebnrwrp .btnwp ul li {
    display: inline-block;
    margin: 0px 30px 0 0px;
}

.homebnrwrp .btnwp ul li img {
}

.homebnrwrp .imgwrap {
    position: relative;
}

.homebnrwrp .imgwrap img {
    position: absolute;
    width: 162% !important;
}

.homebnrwrp ul.clntlgs {
    padding: 0px 0 0 0;
}

.homebnrwrp ul.clntlgs li {
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: top
}

.homebnrwrp ul.clntlgs li img {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}

.homebnrwrp .btn-sty {
    margin: 10px 0 0;
}

.logo-bg {
    position: relative;
}

.logo-bg:after {
    position: absolute;
    content: '';
    background-image: url(../images/section-bg-img.webp);
    width: 590px;
    height: 630px;
    top: 80px;
    background-repeat: no-repeat;
}

.homebnrwrp canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.conbowrp {
    padding: 60px 0 0;
}

.conbowrp .mainpkge {
    display: block;
    background-image: url(../images/combo-bg.png);
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 50px;
    border-radius: 40px;
    box-shadow: 0px 6px 21px 11px rgb(0 0 0 / 8%);
    background-repeat: no-repeat;
    background-size: cover;
}

.conbowrp .mainpkge:before {
    content: "";
    position: absolute;
    background-color: #fffffff0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
}

.conbowrp .pkgehead {
    text-align: center;
    background-image: url(../images/pkge-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 66%;
    margin: 0 auto -20px;
    position: relative;
    z-index: 1;
}

.conbowrp .pkgehead h2 {
    color: #fff;
    padding: 15px 0 0;
}

.conbowrp .pkgehead p {
    color: #fff;
}

.conbowrp .mainpkge .navwrp {
}

.conbowrp .mainpkge .navwrp h4 {
    font-size: 20px;
    -webkit-background-clip: text;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    transform: scale(1.1);
    margin: 12px 0 0 14px;
}

.conbowrp .mainpkge .navwrp ul {
    margin: 0 0 0 30px;
}

.conbowrp .mainpkge .navwrp ul li {
    font-size: 14px;
    color: #a09c9ce3;
    font-weight: 300;
    padding: 0 0 3px;
    position: relative;
}

.conbowrp .mainpkge .btnwrp {
    padding: 28px 0 0;
}

.conbowrp .mainpkge .btnwrp .btn-main {
    display: block;
    margin: 0 0 13px;
    text-align: center;
    width: 80%;
    padding: 10px 0;
    padding: 15px 40px;
}

.conbowrp .mainpkge .btnwrp .btn-secnd {
    display: block;
    margin: 0;
    text-align: center;
    width: 80%;
    padding: 15px 40px;
}

.conbowrp .mainpkge .imgwrp {
    position: relative;
}

.conbowrp .mainpkge .imgwrp img {
    width: 130%;
    position: absolute;
    top: -10px;
    left: -70px;
}

.conbowrp .mainpkge ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: -26px;
    top: -4px;
    color: #ec3950;
    font-size: 16px;
}

.conbowrp a.phnenmbr.white.secondary-btn.extraclass {
    padding: 7px 50px !important;
    margin: 20px 0 0;
}

.conbowrp .btn-main-top-bar {
    margin: 40px 0 0;
    display: inline-block;
}

.pkge-pg .new-packages-sec {
    padding: 60px 0 130px;
    margin: 0 0 -220px;
    z-index: 1;
    position: relative;
}

p.mini-pera {
    font-size: 14px;
}

.privacy .privacyPolicy h3 {
    font-size: 22px;
}

.privacy .privacyPolicy p {
    color: #333333b8;
}

#countryCode {
    width: 25%;
    height: 100% !important;
    height: 54px !important;
    position: relative;
    float: left;
    padding: 0 13px 0px;
    -webkit-appearance: menulist !important;
}

input#free_cons_phone1 {
    width: 75%;
    margin: 0 0 0 0;
    border: 1px solid #E5E5E5;
    background: rgba(255, 255, 255, 0.5);
    padding: 14px 20px;
    color: #535971;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400;
    outline: none !important;
    float: left;
    border: 1px solid #B2B9C1;
}

.cta-form #countryCode {
    margin: 0 0 15px;
    border-radius: 3px;
    color: gray;
    border: 1px solid #E5E5E5;
    background: white;
}

.cta-form input#free_cons_phone1 {
    border-radius: 3px;
    color: gray;
    border: 1px solid #E5E5E5;
    background: white;
}

.form-box-main form #countryCode {
    padding: 0 5px 0 6px;
}

.ban-form #countryCode {
    height: 40px !important;
}

.ban-form input#free_cons_phone1 {
    border: 1px solid #E5E5E5;
}

.g-recaptcha {
    overflow: hidden;
    padding: 5px 0 13px;
}

.form-box-main .g-recaptcha {
    margin: -30px 0 10px;
}

/*================combo css====================*/
.mid-banner {
    position: relative;
    background: #cccccc24;
    font-family: var(--primary-font-family);
}

.banner-main {
    padding: 20px 10px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e94343;
    font-size: 0;
    position: relative;
}

.cmp-heading-sec p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.cmp-heading-sec {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.listsss ul {
    margin: 0;
    font-size: 0;
}

.listsss ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.packaging-lists {
    float: left;
    width: 90%;
}

.listsss ul li .packaging-lists {
    padding-top: 0 ;
}

.packaging-lists ul {
    list-style: none;
    padding: 10px;
}

.listsss ul li .packaging-lists>ul>li {
    display: block;
    font-size: 14px;
    margin: 0;
    width: 100%;
    vertical-align: top;
    font-family: var(--primary-font-family);
    padding: 0 20px 5px;
}

.listsss ul li:first-child .packaging-lists>ul>li.heading {
    background: #f96e1c2b;
    color: #e94343;
    border: none;
    font-weight: 600;
}

.listsss ul li:first-child .packaging-lists>ul>li.heading.head3.sochead {
    background: #e67e222b;
    color: #e67e22;
    border: none;
    font-weight: 600;
}

.listsss ul li .packaging-lists.part-new.lst-pack>ul>li:before {
    color: #e67e22;
}

.listsss ul li:nth-child(3) .packaging-lists.lstpagck>ul>li:before {
    color: #2ecc71;
}

.listsss ul li:first-child .packaging-lists>ul>li.heading:before, .listsss ul li:nth-child(2) .packaging-lists>ul>li.heading:before, .listsss ul li:nth-child(3) .packaging-lists>ul>li.heading:before {
    display: none;
}

.listsss ul li .packaging-lists>ul>li.heading {
    margin: 0 0 10px;
    background: #2ecc712b;
    color: #e90c87;
    border: none;
    font-weight: 600;
}

.packaging-lists ul li.heading {
    color: #666;
    font-weight: 800;
    font-size: 20px;
    border: 1px solid #666;
    text-align: center;
    border-radius: 3px;
    padding: 4px 2px;
    margin-bottom: 10px;
}

.packaging-lists ul li:after {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    font-size: 10px;
    color: #e80a88;
    top: 0;
}

.packaging-lists ul li {
    line-height: 24px;
    position: relative;
}

.midbanner-text.midbrand .off-percent {
    text-align: center;
    padding: 10px 0 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
}

.off-percent del {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 100%;
    padding-right: 0;
    display: block;
    line-height: 20px;
}

.cmp-heading-sec h1 {
    font-size: var(--font-size-h2);
    color: #171717;
    line-height: 48px;
    font-weight: 600;
    text-transform: none;
}

.mid-banner h2 {
    font-size: var(--font-size-h2);
    color: #171717;
    line-height: 48px;
    font-weight: 600;
    text-transform: none;
    padding: 0 0 15px;
}

.mid-banner h1 {
    font-size: var(--font-size-h2);
    color: #171717;
    line-height: 48px;
    font-weight: 600;
    text-transform: none;
}

.off-percent h1 .dollar {
    font-size: 27px;
    position: relative;
    top: -11px;
    float: none;
    font-weight: 800;
    color: #2c2c2c;
}

.off-percent .subh {
    width: 100%;
    text-align: center;
    color: #fc5545;
    font-size: 25px;
    font-weight: 600;
    float: left;
}

.listsss ul li .packaging-lists>ul>li.heading.heading2 {
    background: #f15e4f2b;
    color: #f15e4f;
    border: none;
}

div.bub-btn.brandpackage {
}

div.bub-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    height: 100%;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
}

.button.largefont {
    transform: translateY(0rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    background: -moz-linear-gradient(left, #f9ad1c 0%, #f9be36 100%);
    background: linear-gradient(to right,#f05a28 0,#e80a89 100%);
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #f96e1c;
    padding: 16px 30px;
    display: inline-block;
}

.button.largefont:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
}

.brandpackage .cmp-view-btn {
    transform: translateY(0rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #f96e1c;
    font-weight: 600;
    text-transform: capitalize;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #f96e1c;
    padding: 16px 15px;
    display: block;
    margin: 20px 0 10px;
}

.brandpackage .cmp-view-btn:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.listsss ul li .packaging-lists>ul>li.heading:after {
    display: none;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "X" !important;
    font-size: 35px;
    color: #e80a89;
}

.txtmain {
    display: inline-block;
    width: 86%;
}

.txtmain h4 {
    font-size: 19px;
}

.imgwrp {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}

.lisw ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: fontawesome;
    left: -31px;
    top: 0;
    color: #ce225c;
}

.lisw ul li {
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 0 0 2px;
    font-size: 18px;
    position: relative;
}

.porfolio-sec img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.porfolio-sec img {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.imgsa {
    position: relative;
}

.imgsa img {
    position: absolute;
    width: 735px !important;
    top: -280px;
    left: 10px;
}

optgroup option {
    color: #000;
    font-size: 25px;
    text-align: left;
}

.package-box .package-item .heading h4.pkge-desc {
    font-size: 16px;
    color: #e82a87;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    width: 79%;
}
