body {
    margin: 0;
}


/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */


#jqcheck {
    background: #fff9d7;
    text-align: center;
    color: #333;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    z-index: 9991;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

/* text selection color */
::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

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

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0px;
    border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--primary-color);
}


body {
    font-family: var(--primary-font-family);
    color: #fcfdfd;
    font-size: var(--base-font-size);
}

/* font family */
.ff-primary {
    font-family: var(--primary-font-family);
}

.ff-secondary {
    font-family: var(--secondary-font-family);
}

/* font colors */
.fc-primary {
    color: var(--primary-color);
}

.fc-secondary {
    color: var(--secondary-color);
}

.fc-dark {
    color: var(--theme-dark);
}

.fc-lite {
    color: var(--theme-lite);
}

/* buttons */
.primary-btn,
.secondary-btn {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 15px;
    position: relative;
    display: table;
    border-radius: 8px;
}

.primary-btn:after,
.secondary-btn:after {
    content: "\e957";
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: white;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.primary-btn {
    background: var(--primary-color);
    color: white;
}

.primary-btn:hover {
    background: var(--primary-color-dark);
    color: white;
}

.secondary-btn {
    background: var(--secondary-color);
    color: white;
}

.secondary-btn:hover {
    background: var(--secondary-color-dark);
    color: white;
}

.sm-btn {
    font-size: 14px;
}

.md-btn {
    font-size: 16px;
}

.lg-btn {
    font-size: 18px;
}

.xl-btn {
    font-size: 20px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

h1,
.h1,
h2,
.h2 {
    font-family: var(--heading-font-family);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-transform: capitalize;
    font-family: var(--heading-font-family);
    padding-bottom: 10px;
    color: var(--theme-dark);
}

h2,
.h2 {
    font-size: 6.7vmin;
}

h3,
.h3 {
    font-size: var(--font-size-h3);
    font-weight: 600;
}

h4,
.h4 {
    font-size: var(--font-size-h4);
}

h5,
.h5 {
    font-size: var(--font-size-h5);
}

h6,
.h6 {
    font-size: var(--font-size-h6);
}

p {
    /*font-size: var(--base-font-size);*/
}

p {
    font-family: var(--secondary-font-family);
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 20px;
    margin: 0px;
    color: var(--default-color);
}

/*** theme sections padding ***/
.sec-padding-100 {
    padding: 100px 0;
}

.sec-padding-90 {
    padding: 90px 0;
}

.sec-padding-80 {
    padding: 80px 0;
}

.sec-padding-70 {
    padding: 70px 0;
}

.sec-padding-60 {
    padding: 60px 0;
}

.sec-padding-xlarge {
    padding: 50px 0;
}

.sec-padding-large {
    padding: 40px 0;
}

.sec-padding-medium {
    padding: 30px 0;
}

.sec-padding-small {
    padding: 25px 0;
}

.sec-padding-xsmall {
    padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
    margin: 100px 0;
}

.sec-margin-90 {
    margin: 90px 0;
}

.sec-margin-80 {
    margin: 80px 0;
}

.sec-margin-70 {
    margin: 70px 0;
}

.sec-margin-60 {
    margin: 60px 0;
}

.sec-margin-xlarge {
    margin: 50px 0;
}

.sec-margin-large {
    margin: 40px 0;
}

.sec-margin-medium {
    margin: 30px 0;
}

.sec-margin-small {
    margin: 25px 0;
}

.sec-margin-xsmall {
    margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.m-0 {
    margin: 0;
}

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

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

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}



/*architecture page slick css*/

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

.archie-main img {
    width: 100%;
}

.archie-thumb img {
    width: 100%;
}

.archie-thumb div {
    padding: 0px 10px 0 0;
}

.tt-uppercase {
    text-transform: uppercase;
}

.tt-capitalize {
    text-transform: capitalize;
}




p strong {
    color: black;
}

p span {
    color: black;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    border: 0px;
    outline: none;
}

/*img { max-width: 100%;  }*/
ul,
li {
    list-style-type: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

h2,
.h2 {
    color: #223235;
    line-height: 1;
    font-weight: 400;
    padding: 0 0 15px 0;
    position: relative;
    /* letter-spacing: -1px; */
}

h2 span,
.h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

a {
    text-decoration: none;
}

.list-simple {
    list-style: none;
    margin: 0 0 15px 0;
    width: 100%;
    display: inline-block;
}

.list-simple li {
    color: var(--default-color);
    padding: 0 0 10px 16px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.list-simple li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    color: var(--secondary-color);
    content: "\e93a";
    font-family: 'icomoon' !important;
}

/*** morefull block link ***/
.moreFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

/*** transition ***/
.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

/* header 
  ------------------------------------*/
.header-main {
    position: fixed;
    padding: 4px 0;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -ms-transition: all 0.3s ease-out, transform 0.5s ease;;
    -moz-transition: all 0.3s ease-out, transform 0.5s ease;;
    -webkit-transition: all 0.3s ease-out, transform 0.5s ease;;
    -o-transition: all 0.3s ease-out, transform 0.5s ease;;
    transition: all 0.3s ease-out, transform 0.5s ease;;
    transform: translateY(0);
    background: #fff;
    box-shadow: 0px 5px 20px #00000012;
    transition: all 0.6s ease-in-out !important;
}

.header-main.fixed {
    box-shadow: 0px 5px 20px #00000012;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translateY(0);
    position: fixed;
    background: #fff;
    z-index: 9999;
    animation: .3s linear sticky;
}
@keyframes sticky {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

.header-main.fixed .main-menu>ul>li>a {
    text-transform: capitalize;
    color: #5b6b7f;
}



.top-bar {
    color: white;
    background: var(--secondary-color);
    padding: 0;
}

.top-info-list {
    float: left;
    margin: 10px 0;
}

.top-info-list li {
    float: left;
    color: #ffffff;
    font-size: 13px;
    padding: 0 10px;
}

.top-info-list li:first-child {
    padding-left: 0px;
}

.top-info-list li:last-child {
    padding-right: 0px;
}

.top-info-list li span {
    margin-right: 8px;
    color: var(--primary-color);
    font-size: 13px;
    line-height: 20px;
}

.top-info-list li span.icon-phone2 {
    font-size: 15px;
    top: 1px;
    position: relative;
}

.top-info-list li+li {
    border-left: 1px solid #515151;
}

.top-info-list li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.top-info-list li a:hover {
    color: white;
}

.nav-area-full {
    position: relative;
    padding: 0px 0 0px;
    width: 100%;
    z-index: 99;
}





.top-area {
    display: inline-block;
    width: 100%;
}



.dropdown {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    padding: 0px;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 5px solid #21caa7;
}

.main-menu>ul>li:hover .dropdown {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    left: 0;
}

.dropdown>ul {
    list-style: none;
}

.dropdown>ul>li {}

.dropdown>ul>li:before {
    display: none;
}

.dropdown>ul>li+li {
    border-top: 1px dotted #17be99;
}

.dropdown>ul>li>a {
    color: #160d15;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 10px 8px 15px;
    display: block;
}

.dropdown>ul>li>a:hover {
    color: black;
    background: none;
}

.dropdown>ul>li>a:hover:before {
    display: none;
}

.double-drop {
    width: 400px !important;
}

.dropdown>ul>li>ul {
    /* display: none; */
}

.dropdown>ul>li.level2:hover>ul {
    display: block;
}

.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto;
}

.stickyheader .logo img {
    width: 80px;
}

.stickyheader .logo {
    margin: 5px 0;
}

.stickyheader .navbar-inverse {
    margin: 10px 0 0 0;
}

.stickyheader .top-info-list ul {
    margin: 5px 0;
}

/* sticky social icons
  ------------------------------------*/
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -155px;
    top: 180px;
    width: 200px;
    display: none;
    z-index: 999;
}

.sticky li {
    border-radius: 8px;
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 45px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li:hover {
    margin-left: -115px;
}

.sticky li img {
    float: left;
    border-radius: 5px 0 0px 5px;
    margin: 0;
    margin-right: 10px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
    line-height: 45px;
    color: white;
}

.sticky li a {
    border-radius: 8px;
    color: white;
}

/* sldier home 
  ------------------------------------*/
.slider-wrapper {
    width: 100%;
    /*margin-bottom: 20px;*/
    position: relative;
}

.home-banner {
    overflow: hidden;
    padding-top: 110px;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
}

@media (min-width: 577px) and (max-width: 820px) {
    .home-banner {
        overflow: hidden;
        padding-top: 110px;
        width: 100%;
        height: 67vh;
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: table;
    }

}

.home-banner-content {
    padding: 0;
    position: relative;
    z-index: 9;
}

.home-banner-content h1 {
    font-size: 50px;
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
    font-weight: 500;
    color: #323637;
    position: relative;
    /* letter-spacing: -2px; */
    /* text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7); */
    line-height: 1;
}

.home-banner-content h1:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    right: 0px;
    bottom: -5px;
    border-radius: 200px;
}

.home-banner-content h1 span {
    display: block;
    color: var(--primary-color);
}

.home-banner-content .subtitle {
    color: #4a4e51;
    font-size: 22px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 36px;
}

.home-banner-content a.home-banner-link {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    position: relative;
    display: table;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.home-banner-content a.home-banner-link:after {
    content: "\e93a";
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: white;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.home-banner-content a.home-banner-link:hover {
    background: var(--primary-color-dark);
}

/* slick Dots .home slider */
.home-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    display:
        block;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 8px;
    list-style: none;
    width: 1140px;
}

.home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
    cursor: pointer;
}

.home-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: white;
    border: none;
    border-radius: 200px;
}

.home-slider .slick-dots li.slick-active button {
    background: var(--primary-color);
    border: none;
}

/* slick arrows .home slider */
.home-slider .slick-prev,
.home-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.home-slider .slick-prev {
    left: 15px;
}

.home-slider .slick-next {
    right: 15px;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before {
    font-family: 'icomoon' !important;
    color: white;
    font-size: 50px;
    line-height: 1;
}

.home-slider .slick-prev:before {
    content: '\e958';
}

.home-slider .slick-next:before {
    content: '\e957';
}

.home-slider .slick-prev:hover:before,
.home-slider .slick-next:hover:before {
    color: var(--primary-color);
}

/* progress bar */
.slider-progress {
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: var(--primary-color);
}

/* inner banner
  ------------------------------------*/

.inner-banner-content h1 {
    font-size: var(--font-size-h1-inner-vmin);
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    letter-spacing: -2px;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
    line-height: 1.1;
    float: left;
}

.inner-banner-content h1:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    right: 0px;
    bottom: -5px;
    border-radius: 200px;
}

.inner-banner-content h1 span {
    color: var(--primary-color);
}

.inner-banner-content .subtitle {
    color: white;
    font-size: 16px;
}


/* slick Dots .number slider */
.number-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0px;
    left: 0px;
    display:
        block;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 8px;
    list-style: none;
    width: 1140px;
    text-align: left;
}

.number-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    cursor: pointer;
}

.number-slider .slick-dots li a {
    line-height: 35px;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    color: var(--theme-white);
    outline: none;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 200px;
    text-align: center;
    border: 1px solid var(--secondary-color-dark);
    transition: all 0.3s ease-in-out;
}

.number-slider .slick-dots li a:hover {
    color: var(--theme-white);
}

.number-slider .slick-dots li.slick-active a {
    background: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

/* slick arrows .number slider */
.buttons-main {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 100;
}

.prev-btn-main {
    position: absolute;
    left: -50px;
}

.next-btn-main {
    position: absolute;
    right: -50px;
}

.prev-btn,
.next-btn {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: var(--primary-color-dark);
}

.prev-btn:before,
.next-btn:before {
    font-family: 'icomoon' !important;
    color: white;
    font-size: 13px;
    line-height: 35px;
}

.prev-btn:before {
    content: "\e920";
}

.next-btn:before {
    content: "\e91f";
}


/* home boxes area
  ------------------------------------*/
.home-box-main {
    margin: 10px 0;
}

.home-box-main figure {
    margin-bottom: 15px;
}

.home-box-main figure img {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
}

.home-box-main h3 {
    color: black;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.home-box-main p {
    padding: 0 0 10px 0;
}

.home-box-main a.more-link {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 15px;
    background: var(--primary-color);
    color: white;
    display: inline-block;
    border-radius: 8px;
}

.home-box-main a.more-link:hover {
    background: var(--primary-color-dark);
    color: white;
}



/* accordion
  ------------------------------------*/
.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    background: none;
    margin-top: 30px;
}

.quest-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: #f7f9fc;
    color: #223235;
    padding: 0px 15px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    display: inline-block;
    transition: all linear 0.15s;
    text-decoration: none;
    border-bottom: 1px solid #dbdbdb;
}

.quest-title:before {
    position: absolute;
    content: "\e91e";
    width: 20px;
    height: 20px;
    right: 15px;
    top: 0px;
    font-family: 'icomoon' !important;
    color: #1e1e1e;
    font-size: 20px;
}

.quest-title.active,
.quest-title:hover {
    color: #241451;
    content: "\e91c";
}

.quest-title:after {
    width: 60px;
    height: 1px;
    left: -60px;
    bottom: -1px;
    background: #dbdbdb;
    position: absolute;
    content: "";
}

.quest-title.active:before {
    content: "\e91c";
}

.quest-title:hover:before {
    /*content: "\f056";*/
}

.quest-content {
    padding: 15px 20px;
    display: none;
    background: #ffffff;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.quest-content p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: #363636;
}



.pad-left-10 {
    padding-left: 10px;
}

.pad-right-10 {
    padding-right: 10px;
}



/* Contact (page) 
  ------------------------------------*/
.contactpg .form-box-main {
    border-radius: unset;
    padding: 10px 0;
}

.form-box-main {
    border-radius: 20px;
    padding: 30px 55px;
    /* border: 1px solid #e5e5e5; */
}

.form-box-main h2 {
    font-weight: 400;
    padding: 0 0 25px 0;
}

.form-box-main form {}

.form-box-main form .col-md-6,
.form-box-main form .col-md-12 {
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form-box-main form label.field-txt {
    font-weight: 400;
    font-size: 18px;
    color: #5B6B7F;
    margin: 0 0 5px;
    width: 100%;
    display: block;
    text-transform: none;
}

.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: transparent;
    color: gray;
    font-weight: 400;
    border-radius: 8px;
    padding: 0 1em;
    font-size: 20px;
    line-height: 2.5;
}

.form-box-main form select {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #B2B9C1;
    background: transparent;
    color: gray;
    font-weight: 400;
    border-radius: 8px;
    padding: 0 1em;
    font-size: 20px;
    line-height: 2.5;
    height: 52px;
}

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

.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;
    height: 20px;
    left: 19px;
    border-radius: 8px;
}

.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: 400;
    font-size: 11px;
    color: #223235;
}

.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;
    border: 1px solid transparent;
    padding: 14px 60px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}

.form-box-main form button {
    border: 0;
    border-radius: unset;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    color: #fff;
    padding: 14px 40px !important;
    border-radius: 8px;
}

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


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


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


/* sidebar 
  ------------------------------------*/
.sidebar {
    border-radius: 8px;
}

.sidebar h4 {
    border-radius: 8px 8px 0 0;
    color: #323637;
    line-height: 1;
    background: #d2d8e2;
    padding: 22px 15px;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
}

.sidebar-list {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #d9d9d9;
}

.sidebar-list li {
    border-top: 1px solid #d9d9d9;
}

.sidebar-list li:first-child {
    border-top: 0px;
}

.sidebar-list li a {
    background: #f5f5f5;
    color: #000810;
    text-transform: none;
    font-size: 14px;
    padding: 12px 15px 12px 30px;
    position: relative;
    display: block;
}

.sidebar-list li a:hover {
    color: var(--secondary-color);
}

.sidebar-list li a:before {
    position: absolute;
    content: "\e93a";
    font-family: 'icomoon' !important;
    font-size: 18px;
    color: var(--secondary-color);
    left: 15px;
    top: 10px;
}

.side-banner {
    margin: 10px 0;
}


/* footer 
  ------------------------------------*/
.footer-main {
    padding: 0;
    background: #fafbfd;
    /* margin: 25px 0 0 0; */
}

.footer-top {
    padding: 30px 0 10px;
}

.footer-top h4 {
    color: #d92994;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-family: var(--primary-font-family);
    padding: 0px;
}

/*  .footer-nav li a {  }*/
.address-main {}

.address-main ul {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.address-main ul li {
    line-height: 1.4;
    font-size: 14px;
    padding: 0 0 8px 25px;
    position: relative;
    color: #241451;
    font-weight: 600;
}

.address-main ul li a.goto {
    color: var(--primary-color);
}

.address-main ul li a {
    color: #241451;
    font-weight: 600;
}

.address-main ul li a:hover {
    color: var(--default-color);
}

.address-main ul li span {
    position: absolute;
    left: 0px;
    top: 2px;
    color: var(--primary-color);
    font-size: 15px;
}

.ftr-social {
    float: right;
    display: inline-block;
    margin: 12px 0 10px;
    width: 35%;
}

.ftr-social li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center;
}

.ftr-social li a {
    color: #000;
    display: block;
    padding: 0;
    text-align: center;
}

.ftr-social li a span {
    color: var(--default-color);
    font-size: 18px;
    margin: 0;
}

.ftr-social li a:hover span {
    color: lightgray;
}

.ftr-social li a:hover span.icon-facebook {
    color: #3b5998;
}

.ftr-social li a:hover span.icon-twitter {
    color: #1da1f2;
}

.ftr-social li a:hover span.icon-google-plus {
    color: #dd5044;
}

.ftr-social li a:hover span.icon-linkedin {
    color: #007bb6;
}

.ftr-social li a:hover span.icon-youtube-play {
    color: #c4302b;
}

.ftr-social li a:hover span.icon-pinterest-p {
    color: #C92228;
}

.ftr-social li a:hover span.icon-instagram {
    color: #fb3958;
}

.ftr-social li a:hover span.icon-vimeo {
    color: #4EBBFF;
}

.ftr-social li a:hover span.icon-medium {
    color: #347235;
}








.ftr-social2 {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.ftr-social2 li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center;
}

.ftr-social2 li a {
    display: block;
    padding: 0;
    text-align: center;
}

.ftr-social2 li a span {
    background: #3b5998;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: white;
    font-size: 15px;
    margin: 0;
    display: block;
}

.ftr-social2 li a:hover span {
    color: white;
}

.ftr-social2 li a span.icon-facebook {
    background: #3b5998;
}

.ftr-social2 li a span.icon-twitter {
    background: #1da1f2;
}

.ftr-social2 li a span.icon-google-plus {
    background: #dd5044;
}

.ftr-social2 li a span.icon-linkedin {
    background: #007bb6;
}

.ftr-social2 li a span.icon-youtube-play {
    background: #c4302b;
}

.ftr-social3 {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.ftr-social3 li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center;
}

.ftr-social3 li a {
    display: block;
    padding: 0;
    text-align: center;
}

.ftr-social3 li a span {
    color: white;
    font-size: 25px;
    margin: 0;
}

.ftr-social3 li a:hover span {
    color: lightgray;
}

.footer-nav {
    list-style-type: none;
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

.footer-nav li {
    line-height: 1.3;
    padding: 0 0 16px 0px;
    position: relative;
}

.footer-nav li:before {
    display: none;
    position: absolute;
    content: "\e93a";
    font-family: 'icomoon' !important;
    left: 0px;
    top: 3px;
    font-size: 13px;
    color: #96a0b8;
}

.footer-nav li a {
    font-size: 14px;
    color: #221b51;
    font-weight: 500;
    font-family: var(--secondary-font-family);
}

.footer-nav li a:hover {
    color: #241451;
}

.subscribe-main {
    margin: 30px 15px 10px;
    width: 45%;
    float: right;
    text-align: right;
    display: inline-block;
}

.subscribe-main input[type='text'] {
    background: white;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #9d9d9d;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 65%;
}

.subscribe-main input[type='submit'] {
    background: #241451;
    border: 0px;
    color: white;
    border-radius: 0px 5px 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 35%;
}

.subscribe-main input[type='submit']:hover {
    background: #23bb8f;
}

.subscribe-main input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1 !important;
}

.subscribe-main input:-moz-placeholder {
    color: #9d9d9d;
}

.subscribe-main input::-moz-placeholder {
    color: #9d9d9d;
}

.subscribe-main input:-ms-input-placeholder {
    color: #9d9d9d;
}

.footer-bottom {
    background: #fff;
    padding: 10px 0;
}

.footer-nav2 {
    list-style-type: none;
    ;
    margin: 10px 0 10px 0;
    float: right;
}

.footer-nav2 li {
    float: left;
    padding: 0 12px;
    position: relative;
}

.footer-nav2 li:first-child {
    padding-left: 0px;
}

.footer-nav2 li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: white;
    left: 0px;
    top: 30%;
}

.footer-nav2 li:first-child:before {
    display: none;
}

.footer-nav2 li a {
    font-size: 13px;
    font-weight: 700;
    color: #3c3c3c;
}

.footer-nav2 li a:hover {
    color: #241451;
}

.copyright {
    padding: 10px 0 10px 0;
    margin: 0px;
    font-size: 12px;
    color: #3c3c3c;
}

.copyright span {
    color: #3c3c3c;
}

.disclaimer-area {
    background: black;
    padding: 10px 0;
}

.disclaimer {
    font-size: 11px;
    font-weight: 400;
    color: white;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
}

.disclaimer strong {
    color: var(--primary-color);
    font-weight: 500;
}



/********** Responsive **********/
@media only screen and (min-width: 768px) {

    .home-banner-content h1 {}

    .number-banner-content h1 {
        font-size: var(--font-size-h1-home) !important;
    }

    .inner-banner-content h1 {
        font-size: var(--font-size-h1-inner) !important;
    }


    h2,
    .h2 {
        font-size: var(--font-size-h2);
    }
}

@media only screen and (max-width: 1200px) {
    .home-slider .slick-dots {
        width: auto;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .home-banner {
        background-position: center left;
    }

    .testimonials-slider-main .slick-prev {
        left: 0px;
    }

    .testimonials-slider-main .slick-next {
        right: 0px;
    }
}



@media only screen and (max-width: 767px) {

    .floating_wrap {
        display: none !important;
    }

    .ys-layer,
    .ys-container {
        display: none !important;
    }

    .home-banner {
        height: 380px;
    }

    .inner-banner {
        /* height: 300px; */
    }

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

    .sliderxs {
        padding-bottom: 30px;
    }

    .copyright {
        text-align: left;
    }
    .disclaimer {
        text-align: center;
    }
}

.analyzeform {
    /* margin-left: 15px; */
    /* margin-top: 30px; */
}

@media (max-width: 576px) {
    /* .analyzeform {
        margin-left: 15px;
        width: 100%;
            margin-top: 30px;
    } */
}

.analyzeform form label.error {
    display: none !important;
}

.analyzeform form input.error {
    border: 1px solid red !important;
}

.analyzeform form input[type="text"],
.analyzeform form input[type="email"],
.analyzeform form input[type="number"],
.analyzeform form input[type="tel"],
.analyzeform form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 17px 25px;
    color: gray;
    font-size: 13px;
    /* border-radius: 8px; */
    height: 55px;
    font-weight: 400;
    outline: none !important;
}

.round {
    border-radius: 30px 0 0px 30px;
}

.analyzeform form .intl-tel-input {
    width: 100%;
}

.analyzeform form .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 14px;
}

.analyzeform form .dtf {
    float: left;
    width: 33%;
    margin-bottom: 10px;
}

.analyzeform form input[type="submit"] {
    border: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 40px 19px;
    margin-left: -5px;
    text-align: left;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: var(--primary-font-family);
    background: #241451;
}

.analyzeform form button {
    background: #241451;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}

.analyzeform form button span {
    font-size: 20px;
    color: #fff;
}


.analyzeform form .finput:focus {
    outline: none !important;
}


.partners-cta {
    padding-bottom: 16px;
    margin-top: -76px;
    /* padding: 10px 0 0px; */
    /* background:#fb5740; */
}

.partners-cta .container-custom {
    width: 1270px;
    margin: 0 auto;
}

.partners-cta ul {
    z-index: 9;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.partners-cta ul li {
    /* margin: 0 30px 0; */
    display: inline-block;
}

.partners-cta ul li:last-child {
    margin-right: 0px;
}

.partners-cta ul li figure {
    margin-bottom: 0px;
}

.partners-cta ul li figure img {
    margin: 0 auto;
    display: table;
}


.counter {
    height: 120px;
    background: #171b23;
    display: block;
}

.counter ul {
    display: inline-block;
    width: 100%;
    z-index: 2;
    margin-bottom: -6px;
}

.counter ul li {
    width: 33.33%;
    float: left;
    padding: 18px 20px;
}

@media (max-width: 820px) and (min-width: 541px) {
    .counter ul li {
        width: 100%;
        float: left;
        padding: 18px 20px;
    }
}

.counter ul li:nth-child(1) {
    background: #272B34;
}

.counter ul li:nth-child(2) {
    background: #22262F;
}

.counter ul li:nth-child(3) {
    background: #171B23;
}

.counter ul li a:hover {
    color: #fff;
}

.counter ul li a figure {
    float: left;
    width: 20%;
    margin-bottom: 0;
}

.counter ul li a figure img {
    max-width: 64px;
}

.counter ul li a .wrap {
    width: 72%;
    float: right;
    padding-top: 8px;
    color: #fff;
    font-size: 22px;
    /* margin-left: 45px; */
}


.strugglesec {
    padding: 100px 0;
}

.strugglesec h2 {
    text-align: center;
    font-size: 34px;
    width: 100%;
}

.strugglesec ul {
    display: inline-block;
    margin-top: 30px;
}

.strugglesec ul li {
    width: 50%;
    padding-left: 35px;
    line-height: 1.4;
    float: left;
    color: #2B2D3A;
    position: relative;
    font-size: 20px;
    padding-bottom: 20px;
}

.strugglesec ul li:before {
    content: "\e962";
    position: absolute;
    font-family: 'icomoon' !important;
    left: 0;
    font-size: 20px;
    color: #241451;
    display: table-cell;
    vertical-align: middle;
}

.helpsec {
    background-color: #f7f9fc;
    padding: 60px 0 0;
}

.helpsec h2 {
    text-align: center;
    font-size: 34px;
    width: 100%;
}

.helpsec .img-container {
    background-image: url(https://www.explainerviz.com/assets/images/iphonex.png);
    margin: 0px auto 0;
    padding-top: 22px;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-right: 18px;
    width: 339px;
    height: 686px;
}

.helpsec .img-container figure.abs {
    right: 0;
    top: 40px;
    position: absolute;
    z-index: 9;
    left: 0;
    text-align: center;
}

.helpsec .img-container figure.abs img {}

.helpsec .img-container .cs-slider img {
    height: 647px;
}


.hlpwrap {
    margin: 70px 0;
}

.hlpwrap li {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    display: inline-block;
}

.hlpwrap li .lft {
    width: 30%;
    float: left;
}

.hlpwrap li .lft figure {
    margin: 22px auto 0;
    display: table;
}

.hlpwrap li .lft figure img {
    /* width: 65px; */
}

.hlpwrap li .rht {
    width: 70%;
    float: right;
    padding: 18px 0;
}

.hlpwrap li .rht h3 {
    font-size: 22px;
    color: #223235;
    font-weight: 400;
}

.hlpwrap li .rht p {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 0px;
}

/*.xicon{font-size: 74px;}
  .xicon:before{    color: #241451;}*/

@keyframes bouncy {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: 5px
    }

    50% {
        margin-top: 0px
    }

    75% {
        margin-top: 5px;
    }

    100% {
        margin-top: 0px;
    }
}

.hvr-bob {}

.hvr-bob:hover {
    animation-name: bouncy;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


.packages-sec {
    background: url(https://www.explainerviz.com/assets/images/packagesbg.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top center;
    padding: 60px 0 0;
}

.packages-sec h2 {
    text-align: center;
    font-size: 44px;
    width: 100%;
}

.packages-sec p {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 40px;
}



.packages-sec .pack-wrap {
    background: #fff;
    border-radius: 20px;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 46px #0000001a;
}

.packages-sec .pack-wrap .hdarea {
    text-align: center;
    padding: 30px 30px 20px;
}

.packages-sec .pack-wrap .hdarea h4 {
    text-transform: capitalize;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 13px 30px 10px;
    color: #488cfb;
    border-radius: 8px;
    background: #e6f6ff;
    display: inline-block;
}

.packages-sec .pack-wrap .hdarea h2 {
    color: red;
    font-size: 20px;
}

.packages-sec .pack-wrap .hdarea h3 {
    color: #323637;
    font-size: 30px;
    padding-bottom: 10px;
}

.packages-sec .pack-wrap .hdarea p {
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 30px;
}

.packages-sec .pack-wrap .bdarea {
    padding: 10px 35px 20px;
}

.packages-sec .pack-wrap .bdarea ul {
    margin-bottom: 0;
}

.packages-sec .pack-wrap .bdarea ul li {
    width: 100%;
    padding: 5px 0;
    color: var(--default-color);
    padding-left: 30px;
    font-size: 14px;
    position: relative;
}

.packages-sec .pack-wrap .bdarea ul li.heading {
    padding-left: 0;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
}

.packages-sec .pack-wrap .bdarea ul li.heading:before {
    display: none;
}

.packages-sec .pack-wrap .bdarea ul li:before {
    content: "\e962";
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    background-color: #4f88fe;
}

.packages-sec .pack-wrap .ftarea {
    padding: 10px 35px 120px;
}

.packages-sec .pack-wrap .ftarea .lft {
    width: 55%;
    float: left;
}

.packages-sec .pack-wrap .ftarea .lft h4 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 0;
    color: #4e8af8;
}

.packages-sec .pack-wrap .ftarea .lft h4 strong {
    font-weight: 400;
    font-size: 22px;
}

.packages-sec .pack-wrap .ftarea .lft h4 span {
    display: block;
    font-size: 14px;
    color: #b2b8ca;
}

.packages-sec .pack-wrap .ftarea .rht {
    width: 45%;
    text-align: right;
    float: right;
}

.packages-sec .pack-wrap .ftarea .rht p {
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 13px;
}

.packages-sec .pack-wrap .ftarea .rht p span {
    display: block;
    color: #999;
    font-size: 14px;
}

.pkbtn {
    margin-top: -28px;
    text-align: center;
    clear: both;
}

.btn-blue {
    color: #fff;
    background: #241451;
    padding: 14px 50px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
    /* text-transform:  uppercase; */
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #fff;
}

.btn-blue:hover {
    transform: translateY(-3.925px);
    color: #fff;
}

.btn-green {
    color: #fff;
    background: #241451;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* text-transform:  uppercase; */
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #fff;
}

.btn-green:hover {
    transform: translateY(-3.925px);
    color: #fff;
}

.btn-red {
    color: #fff;
    background: #f45948;
    padding: 14px 50px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
    /* text-transform:  uppercase; */
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #fff;
}

.btn-red:hover {
    transform: translateY(-3.925px);
    color: #fff;
}

.packages-sec .pack-wrap.green .hdarea h4 {
    color: #241451;
    line-height: 1;
    text-transform: capitalize;
    background: #00a1593d;
}

.packages-sec .pack-wrap.green .bdarea ul li:before {
    background-color: #241451;
}

.packages-sec .pack-wrap.green .ftarea .lft h4 {
    color: #241451;
}

.packages-sec .pack-wrap.red .hdarea h4 {
    color: #f75849;
    background: #f5594638;
}

.packages-sec .pack-wrap.red .bdarea ul li:before {
    background-color: #fe5344;
}

.packages-sec .pack-wrap.red .ftarea .lft h4 {
    color: #f85649;
}


.list-scroll {
    height: 155px;
}

.cta {
    background: #f6f8fb;
    padding: 50px 0;
}

.cta h3 {
    text-align: center;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

.cta h3 a {
    text-decoration: underline;
    color: #4a8cfc;
}

.listsec {
    text-align: center;
    padding: 50px 0;
    background: #F7F9FC;
}

.listsec h5 {
    text-align: center;
    background: #241451;
    color: #fff;

    font-size: 25px;
    padding: 6px 10px;

    width: 18%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: inline-block;

    border-radius: 30px;
    font-weight: 400;
}

.listsec h2 {
    text-transform: none;
    text-align: center;
    width: 100%;
    color: #323637;
    font-weight: 300;
    font-size: 52px;
    padding-bottom: 20px;
}

.listsec h2 span {
    color: #323637;
    font-family: var(--secondary-font-family);
    font-weight: 300;
}

.listsec p {
    width: 100%;
    color: #4a4e51;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 0;
}

.listsec .wrap {}

.listsec .wrap h6 {
    margin-top: 20px;
    color: #000;
    text-transform: none;
    font-size: 24px;
    font-family: var(--secondary-font-family);
    font-weight: 500;
}

.listsec .wrap span {
    color: #2c2c2c;
    font-size: 18px;
    font-family: var(--secondary-font-family);
    font-weight: 400;
}

.listsec .wrap span a {
    color: #241451;
    font-size: 18px;
    font-family: var(--secondary-font-family);
    font-weight: 400;
}

.listsec .wrap ul {
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 0;
    text-align: left;
    border: 1px solid #BBBECC;
    margin-top: 40px;
}

.listsec .wrap ul li {
    width: 33.33%;
    float: left;
    /*border-bottom: 1px solid #BBBECC;*/
    padding: 25px 30px;
}

.listsec .wrap ul li.bb {
    border-bottom: 1px solid #BBBECC;
}

.listsec .wrap ul li.br {
    border-right: 1px solid #BBBECC;
}

@media (max-width: 820px) and (min-width: 541px) {
    .listsec .wrap ul li.bb {
        border-bottom: unset;
    }

    .listsec .wrap ul li.br {
        border-right: unset;
    }

    .listsec .wrap ul li {
        width: 100%;
        float: left;
        /*border-bottom: 1px solid #BBBECC;*/
        padding: 25px 30px;
    }
}

.listsec .wrap ul li p {
    padding-left: 28px;
    font-size: 16px;
    position: relative;
    padding-bottom: 0;
}

.listsec .wrap ul li p:before {
    content: "\e962";
    position: absolute;
    font-family: 'icomoon' !important;
    left: 0;
    font-size: 16px;
    color: #241451;
    display: table-cell;
    vertical-align: middle;
}


.cta2 {
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    font-size: 0;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}

.cta2 .wrap.innerctabottom {
    display: inline-block;
    width: 65%;
    text-align: left;
}

.cta2 .wrap.anchor {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

.cta2 .wrap {
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
}

.cta2 .wrap h6 {
    text-transform: none;
    color: #241451;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 23px;
    font-family: var(--secondary-font-family);
}

.cta2 .wrap p {
    font-size: 18px;
    color: #fff;
    padding: 0;
}

.cta2 .wrap h3 {
    text-transform: none;
    text-align: left;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}

.cta2 .wrap h3 i {
    text-align: left;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    font-style: normal;
    text-transform: none;
}

.cta2 .wrap h3 i a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
}

.cta2 a.btn-secondary-outline {
    font-size: 14px;
    text-transform: capitalize;
    padding: 14px 60px;
    color: #241451;
    font-weight: 700;
    display: block;
    width: 234px;
    border-radius: 8px;
    background: #ffffff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto 0;
}

.cta2 a.btn-secondary-outline:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cta2 .wrap a.call:hover {
    transform: none;
}

.cta2 .wrap a.call {
    width: auto;
    background: transparent;
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 0;
}

.cta2 .wrap a.call span {
    color: #241451;
    font-size: 18px;
}

.cta2 .wrap a.call span {}


.cta2 .biggcta-text {
    padding: 40px 0 0;
}






.biggcta {
    position: relative;
    padding: 100px 0;
}

.biggcta .col-lg-12 {
    position: relative;
    padding: 40px 0 0;
}

.biggcta .col-lg-12:before {
    position: absolute;
    content: "";
    border-top: 1px solid #ffffff3d;
    top: 0;
    width: 100%;
}

.cta2 .biggcta-text h2 {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    text-align: left;
}

.cta2 .biggcta-text p {
    text-transform: capitalize;
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 0px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 25px;
}

.cta2 .biggcta-text ul {}

.cta2 .biggcta-text ul li {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-bottom: 6px;
    padding-left: 40px;
    text-align: left;
}

.cta2 .biggcta-text ul li:after {
    position: absolute;
    content: "\e962";
    left: 0;
    color: #fff;
    top: 0;
    font-family: 'icomoon' !important;
}


.biggcta .smallbox {
    vertical-align: top;
    min-height: 543px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 11px #eaf0f6;
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}

.biggcta .smallbox figure {}

.biggcta .smallbox figure img {
    height: 150px;
    width: 100%;
}

.biggcta .smallbox h4 {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    max-width: 72%;
}

.biggcta .smallbox p {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 0;
}

.biggcta .smallbox h3 {
    font-size: 16px;
    font-weight: 600;
    z-index: 99;
    text-align: center;
    position: relative;
}

.biggcta .smallbox .hrline {
    height: 1px;
    border-bottom: 1px solid #e0e6ed;
    margin: 30px 0;
}


.ticklist2 {}

.ticklist2 li {
    font-size: 16px;
    padding: 0 0 7px 30px;
    text-align: left;
    position: relative;
    color: #000;
}

.ticklist2 li>ol {
    padding: 7px 0;
}

.ticklist2 li span {
    margin-right: 12px;
    font-size: 15px;
    color: #d92994;
    position: absolute;
    left: 0;
    top: 4px;
}

.biggcta .smallbox .price-btnwrap {
    margin-top: 30px;
    text-align: center;
}

.biggcta .smallbox h2 {
    font-size: 34px;
    color: #d92994;
    padding-bottom: 0;
}

.biggcta .smallbox h2 span {
    display: block;
    color: #241451;
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
}

.smallbox.mid {
    margin: 0px 32px;
}


.btn-packages {
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    border-radius: 8px;
    font-size: 16px;
    padding: 16px 20px;
    display: inline-block;
}

.btn-packages:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
}





.testimonial-sec {
    padding: 100px 0;
    background: #ffffff;
}

.testimonial-sec .test-wrap {
    text-align: center;
}

.testimonial-sec .test-wrap span {
    font-size: 36px;
}

.testimonial-sec .test-wrap h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 25px;
    margin-top: 12px;
}

.testimonial-sec .test-wrap h5 {
    font-weight: 600;
    padding-bottom: 0;
    font-size: 14px;
}

.testimonial-sec .test-wrap h5 span {
    display: block;
    font-style: italic;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
}

.testboxes {
    padding-top: 30px;
}

.testboxes .box-wrap {
    padding: 0 60px;
    margin-top: 40px;
    text-align: center;
}

.testboxes .box-wrap figure span {
    font-size: 54px;
    color: #241451;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.testboxes .box-wrap figure {
    padding-top: 46px;
}

.testboxes .box-wrap:hover figure span {
    color: #fff;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.testboxes .box-wrap:hover #egg {
    background: #241451;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.testboxes .box-wrap h3 {
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0 20px;
    font-size: 20px;
}

.testboxes .box-wrap p {
    font-size: 18px;
    line-height: 1.6;
}


.testboxes .btn-wrap {
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.testboxes .btn-wrap a {
    text-align: center;
}

.testboxes .btn-wrap p {
    font-weight: 700;
    margin-top: 25px;
}

.testboxes .btn-wrap p a {
    font-weight: 400;
    text-decoration: underline;
    color: #508beb;
}

.cstudy-sec {
    padding: 60px 0 0;
}

.cstudy-sec h2 {
    padding-bottom: 0;
    text-align: center;
    font-size: 34px;
    width: 100%;
    margin-bottom: 40px;
}

.firstcs {
    display: table;
    position: relative;
    width: 100%;
}

.firstcs:before {
    content: "";
    background: #138990;
    width: 50%;
    height: 100vh;
    left: 0px;
    top: 0px;
    position: absolute;
}

.firstcs .txtarea {
    display: table-cell;
    padding: 80px 80px 60px 0;
    height: 100vh;
    vertical-align: middle;
}


.firstcs.scndcs:before {
    display: none;
}

.firstcs.scndcs:after {
    content: "";
    background: #f0584a;
    width: 50%;
    height: 100vh;
    right: 0px;
    z-index: -1;
    top: 0px;
    position: absolute;
}

.firstcs.scndcs .txtarea {
    padding: 80px 0px 60px 80px;
}

.firstcs .txtarea figure {}

.firstcs .txtarea figure img {}

.firstcs .txtarea ul {}

.firstcs .txtarea ul li {
    width: 100%;
    padding: 20px 0;
}

.firstcs .txtarea ul li h5 {
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.firstcs .txtarea ul li p {
    padding-bottom: 0px;
    color: #fff;
    font-size: 16px;
}

.figarea {
    display: table-cell;
    padding: 60px 0px 60px 80px;
    height: 100vh;
    vertical-align: middle;
}

.figarea ul {
    margin-bottom: 30px;
}

.figarea ul li {
    width: 100%;
    display: inline-block;
    clear: both;
}

.figarea ul li figure {
    margin-bottom: 0;
    float: left;
    width: 130px;
}

.figarea ul li figure img {}

.figarea ul li .tx {
    width: 70%;
    padding: 40px 40px 40px 20px;
    float: right;
}

.figarea ul li .tx h3 {
    padding-bottom: 0px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.6;
    font-size: 16px;
}

.figarea .single-test {
    position: relative;
    padding-left: 40px;
}

.figarea .single-test span {
    position: absolute;
    font-size: 24px;
    left: 0;
}

.figarea .single-test h4 {
    font-size: 20px;
    padding-bottom: 20px;
    font-style: italic;
}

.figarea .single-test h5 {
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.figarea .single-test h5 span {
    font-size: 12px;
    position: relative;
    display: block;
    font-style: italic;
    font-weight: 400;
    margin-top: 6px;
}

.story-sec {
    text-align: left;
    padding: 100px 0;
    /* background: #ffffff; */
}

.story-sec h2 {
    font-weight: 300;
    /* padding-bottom: 40px; */
    /* text-align: left; */
    width: 100%;
}

.story-sec p {
    /* text-align: left; */
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 0;
}


.bottom-form {
    padding: 30px 0;
}

.bottom-form .txtwrap {}

.bottom-form .txtwrap h2 {}

.bottom-form .txtwrap figure {
    margin: 20px 0 30px;
}

.bottom-form .txtwrap figure img {}

.bottom-form .txtwrap p {
    /* text-align: left; */
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 0;
}




.bot-form {}

.bot-form form label.error {
    display: none !important;
}

.bot-form form input.error {
    border: 1px solid red !important;
}

.bot-form form input[type="text"],
.bot-form form input[type="email"],
.bot-form form input[type="number"],
.bot-form form input[type="tel"],
.bot-form form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    border-radius: 8px;
    height: 40px;
    font-weight: 400;
    outline: none !important;
}

.bot-form form .intl-tel-input {
    width: 100%;
}

.bot-form form .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 27px;
}

.bot-form form .fldset {
    margin-bottom: 10px;
}

.bot-form form input[type="submit"] {
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 60px;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: var(--primary-font-family);
    background: #241451;
}

.bot-form form .finput:focus {
    outline: none !important;
}

.flogo {
    padding: 0px 0 20px;
}

.main-menu>ul>li:nth-child(6)>a {
    /* color: #241451; */
}

.home-banner-content h5 {
    text-transform: capitalize;
    padding-bottom: 0;
    display: inline-block;
    background: #f2f3f5;
    color: #4a4e51;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    margin-bottom: 18px;
    padding: 8px 15px 8px 30px;
    border-radius: 20px;
}

.home-banner-content h5 a {
    color: #f4bd2c;
}

.cs-slider .slick-dots {
    bottom: -50px;
}



.analyzeform form input[type="submit"]:hover {
    background: #241451;
}

.pack-wrap.green {
    margin-top: -33px;
}

.flogo figure {
    margin-bottom: 0;
}



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

.approach-module h2 {
    text-align: center;
    font-size: 34px;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 0;
}


.approach-items {
    position: relative;
    counter-reset: my-sec-counter
}

.approach-items .approach-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;
    display: block
}

.approach-items .approach-content {
    font-size: 16px;
    line-height: 30px;
    color: black
}

.approach-items .approach-item {
    position: relative;
    width: 100%;
    text-align: left
}

.approach-items .approach-item:before {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    display: block;
    content: '';
    background: -webkit-linear-gradient(top, #241451 50%, transparent 50%);
    background: linear-gradient(top, orange 50%, transparent 50%);
    background-size: 100% 6px;
}

.approach-items .approach-item .approach-inner {
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 2px solid #dfdfdf;
    padding: 40px
}

.approach-items .approach-item .approach-inner:after {
    position: absolute;
    content: '';
    display: inline-block;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) "";
    color: #241451;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}

.approach-items .approach-item:nth-child(2n) .approach-inner {
    float: right
}

.approach-items .approach-item:after {
    clear: both;
    display: block;
    content: ''
}

.approach-sub-module {
    padding: 0 0 100px 0
}

.approach-sub-module .container {
    padding-top: 40px;
    border-top: 1px solid #d0d0d0
}

.approach-sub-module .section-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 60px
}

.approach-sub-module .row:last-child .inner:before {
    display: none
}

.approach-sub-module .row:first-child .inner {
    padding: 25px 5% 25px 95px
}

.approach-sub-module .row:first-child .inner:before {
    top: 25px;
    height: calc(100% - 25px)
}

.approach-sub-module .row:last-child .approach-list:not(.active) .inner .column-count:before {
    position: absolute;
    height: 27px;
    z-index: 8;
    left: 50%;
    margin-left: -1px;
    top: -27px;
    display: block;
    content: '';
    width: 2px;
    background-color: #d0d0d0
}

.approach-selection {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.approach-selection .inner {
    position: absolute;
    top: -5px;
    left: 0;
    padding: 0 0 0 0 !important
}

.approach-selection .approach-title {
    position: relative;
    z-index: 19;
    text-transform: uppercase;
    color: #333743;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 10px;
    display: block
}

.approach-selection .approach-content {
    position: relative;
    z-index: 11;
    font-size: 24px;
    line-height: 38px;
    color: #9297a3;
    opacity: .75;
    font-weight: normal
}

.approach-list {
    position: relative;
    padding-right: 8%;
    box-sizing: border-box
}

.approach-list:before {
    position: absolute;
    content: '';
    display: block;
    z-index: 21;
    right: 0;
    height: 100%;
    width: 8%
}

.approach-list .approach-title {
    position: relative;
    z-index: 19;
    text-transform: uppercase;
    color: #333743;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
    display: block
}

.approach-list .approach-content {
    position: relative;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
    color: #9297a3;
    opacity: .75;
    font-weight: normal
}

.approach-list .column-count {
    position: absolute;
    z-index: 12;
    top: 25px;
    left: 32px;
    background-color: white;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    font-weight: 500;
    color: #106674;
    border-radius: 34px;
    box-sizing: border-box;
    border: 2px solid #d0d0d0
}

.approach-list .inner {
    position: relative;
    padding: 25px 5% 25px 95px;
    box-sizing: border-box;
    z-index: 22
}

.approach-list .inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    display: block;
    height: 100%;
    background-color: white;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.approach-list .inner:before {
    position: absolute;
    height: 100%;
    z-index: 8;
    left: 48px;
    top: 0;
    display: block;
    content: '';
    width: 2px;
    background-color: #d0d0d0
}


.inner-pages .header-main {
    /* background: #fff; */
    /* position: fixed; */
    /* box-shadow: 0px 5px 20px #00000012; */
}

@media (min-width:1024px) {
    .inner-pages .inner-banner {
        margin-top: 68px;
    }

}

.inner-pages .header-main .logo img.black {
    display: block;
}

.inner-pages .header-main .logo img.white {
    display: none;
}


.inner-pages .header-main .main-menu>ul>li>a {
    text-transform: capitalize;
    color: #5b6b7f;
}



/*  .header-main .main-menu > ul > li.indus > a.btn-animation-outline {
      border: 1px solid #241451;padding: 6px 10px;border-radius: 8px;box-shadow: 0px 0px 20px #00000017;}*/


.header-main .main-menu>ul>li.indus>a.btn-animation-outline {
    border: 1px solid #241451;
    padding: 6px 10px;
    border-radius: 8px 0 0 8px;
    border-right: transparent;
    box-shadow: 0px 0px 20px #00000017;
}

.header-main .main-menu>ul>li.indus>a.btn-animation {
    border: 1px solid #d72994;
    padding: 6px 10px;
    border-radius: 0 8px 8px 0;
    border-left: transparent;
    box-shadow: 0px 0px 20px #00000017;
}

.header-main .main-menu>ul>li.indus.active a {
    background: #241451;
    color: #fff;
    height: 32px
}


.header-main .main-menu>ul>li.indus.active>a.btn-animation-outline {}

.header-main .main-menu>ul>li.indus.active>a.btn-animation {}



.header-main .main-menu>ul>li.active>a {
    color: #363945;
    font-weight: 500;
}

.header-main .main-menu>ul>li>a:hover,
.header-main .main-menu>ul>li>a:focus {
    outline: none;
    color: #363945;

}








.seopg .btn-main {
    /* background: #f0584a; */
}

/* .inner-banner-content {
    margin-top: 190px;
} */

.inner-banner-content h5 {
    color: #241451;
    display: inline-block;
    background: #2414511c;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px 8px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.inner-banner-content h2 {
    font-size: 65px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.inner-banner-content h2 span {
    color: #223235;
    font-size: 36px;
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

.inner-banner-content p {
    font-size: 22px;
    color: #6c6c6c;
    line-height: 28px;
    padding-bottom: 0px;
    font-weight: 400;
}

.inner-banner-content a {}

.inner-banner-content a:hover {}

.inner-pages .partners-cta {
    margin-top: -76px;
    padding-top: 16px;
    background: #d0d0d0;
}

.inner-pages .strugglesec {
    background: #f7f9fc;
}

.socialpg .inner-banner-content a {
    color: #5d82c2
}

.socialpg .approach-items .approach-item .approach-inner:after {
    color: #5d82c2;
}

.socialpg .approach-items .approach-item:before {
    position: absolute;
    background: -webkit-linear-gradient(top, #5d82c2 50%, transparent 50%);
    background: linear-gradient(top, orange 50%, transparent 50%);
    background-size: 100% 6px;
}

.locsearchpg .inner-banner-content a {
    color: #241451;
}

.locsearchpg .approach-items .approach-item .approach-inner:after {
    color: #241451;
}

.locsearchpg .approach-items .approach-item:before {
    position: absolute;
    background: -webkit-linear-gradient(top, #241451 50%, transparent 50%);
    background: linear-gradient(top, orange 50%, transparent 50%);
    background-size: 100% 6px;
}

.inner-pages .bottom-form {
    background: #f6f8fb;
}



.servicesec {
    background: url(https://www.explainerviz.com/assets/images/packagesbg.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top center;
    padding: 100px 0;
    text-align: center;
    /* background: #fff; */
}

.servicesec h4 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.servicesec p {
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.servicesec .boxwrap {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.servicesec .boxwrap li {
    box-shadow: 0px 0px 30px #0000000f;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 10px;
    position: relative;
    border-radius: 10px;
    min-height: 215px;
    padding: 40px;
    float: left;
    background: #fff;
    width: 22%;
    top: 0px;
}

.servicesec .boxwrap li i {
    background-image: url(https://www.explainerviz.com/assets/images/sprite2.png);
    background-repeat: no-repeat;
    width: 80px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    /* background-position: top center; */
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicesec .boxwrap li i.one {
    background-position: 0px 0px;
}

.servicesec .boxwrap li i.two {
    background-position: -80px 0px;
}

.servicesec .boxwrap li i.three {
    background-position: -160px 0px;
}

.servicesec .boxwrap li i.four {
    background-position: -240px 0px;
}

.servicesec .boxwrap li i.five {
    background-position: -320px 0px;
}

.servicesec .boxwrap li h6 {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #2c2c2c;
    font-size: 16px;
}

.servicesec .boxwrap li:hover {
    background: #241451;
    top: -10px;
    box-shadow: 0px 0px 45px #24145117;
}

.servicesec .boxwrap li:hover i.one {
    background-position: 0px -80px;
}

.servicesec .boxwrap li:hover i.two {
    background-position: -80px -80px;
}

.servicesec .boxwrap li:hover i.three {
    background-position: -160px -80px;
}

.servicesec .boxwrap li:hover i.four {
    background-position: -240px -80px;
}

.servicesec .boxwrap li:hover i.five {
    background-position: -320px -80px;
}

.servicesec .boxwrap li:hover h6 {
    color: #fff;
}


.wbcontentpg .inner-banner-content a {
    color: #f2bd19;
}

.wbcontentpg .approach-items .approach-item .approach-inner:after {
    color: #f2bd19;
}

.wbcontentpg .approach-items .approach-item:before {
    position: absolute;
    background: -webkit-linear-gradient(top, #f2bd19 50%, transparent 50%);
    background: linear-gradient(top, orange 50%, transparent 50%);
    background-size: 100% 6px;
}



@media(min-width:801px) {

    .approach-items .approach-item:first-child:before {
        height: 50%;
        top: 50%
    }

    .approach-items .approach-item:last-child:before {
        height: 50%;
        bottom: 50%
    }

    .approach-items .approach-item .approach-inner {
        width: calc(50% - 70px)
    }

    .approach-items .approach-item .approach-inner:before {
        position: absolute;
        top: 50%;
        display: inline-block;
        content: '';
        right: -74px;
        width: 0;
        height: 0;
        margin-top: -12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #241451;
    }

    .approach-items .approach-item .approach-inner:after {
        top: 50%;
        right: -167px;
        margin-top: -11px
    }

    .approach-items .approach-item:nth-child(2n) .approach-inner:before {
        left: -72px;
        right: auto;
        border-right: 0;
        border-left: 12px solid #241451;
    }

    .approach-items .approach-item:nth-child(2n) .approach-inner:after {
        right: auto;
        left: -165px
    }

    .socialpg .approach-items .approach-item:nth-child(2n) .approach-inner:before {
        border-left: 12px solid #5d82c2;
        border-right: 0px;
    }

    .socialpg .approach-items .approach-item .approach-inner:before {
        border-right: 12px solid #5d82c2;
    }

    .locsearchpg .approach-items .approach-item:nth-child(2n) .approach-inner:before {
        border-left: 12px solid #241451;
        border-right: 0px;
    }

    .locsearchpg .approach-items .approach-item .approach-inner:before {
        border-right: 12px solid #241451;
    }

    .wbcontentpg .approach-items .approach-item:nth-child(2n) .approach-inner:before {
        border-left: 12px solid #f2bd19;
        border-right: 0px;
    }

    .wbcontentpg .approach-items .approach-item .approach-inner:before {
        border-right: 12px solid #f2bd19;
    }




}

.three-testimonials {
    padding: 100px 0;
    background: #ffffff;
}

.three-testimonials h2 {
    padding-bottom: 60px;
    font-size: 34px;
    width: 100%;
    text-align: center;
}

.three-testimonials .box {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 8px;
    background: #f7f9fc;
    padding: 30px 30px 20px;
}

.three-testimonials .box h3 {
    font-size: 24px;
}

.three-testimonials .box span {
    display: inline-block;
    font-size: 26px;
    color: #21caa6;
    margin-bottom: 20px;
}

.three-testimonials .box p {}

.three-testimonials .box .capt {
    width: 100%;
    display: inline-block;
}

.three-testimonials .box .capt .lft {
    float: left;
    width: 20%;
}

.three-testimonials .box .capt .lft h5 {
    background: #21caa6;
    padding-bottom: 0px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    padding: 15px;
}

.three-testimonials .box .capt .rht {
    width: 73%;
    padding-top: 8px;
    float: right;
}

.three-testimonials .box .capt .rht h4 {
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.three-testimonials .box .capt .rht h4 span {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 400;
}

.three-testimonials .box:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 0px 30px #0000000f;
}

.servicespg .bottom-form,
.aboutpg .bottom-form {
    background: #fff;
}

.aboutpg .story-sec,
.aboutpg .listsec {
    background: #fff;
}

.aboutpg .cta2 {
    background: #f7f9fc;
}


.testsec {}

.testsec .firsttesti {
    background: #241451;
    padding: 100px 0;
    position: relative;
}

.testsec .firsttesti.second {
    background: #f0584a;
}

.testsec .firsttesti.third {
    background: #5d82c2;
}

.testsec .firsttesti.fourth {
    background: #f2bd19;
}

.testsec .firsttesti:before {
    content: "";
    background: #0b9a70;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    position: absolute;
}

.testsec .firsttesti.second:before {
    background: #cc4437;
    left: 0px;
}

.testsec .firsttesti.third:before {
    background: #4166a7;
    right: 0px;
}

.testsec .firsttesti.fourth:before {
    background: #dea905;
    left: 0px;
}

.testsec .firsttesti .lgarea {
    text-align: right;
    padding: 40px 40px;
}

.testsec .firsttesti .lgarea figure {
    margin-bottom: 25px;
}

.testsec .firsttesti .lgarea figure img {}

.testsec .firsttesti .lgarea h6 {
    color: #fff;
}

.testsec .firsttesti .lgarea p {
    color: #fff;
    padding-bottom: 0;
}

.testsec .firsttesti .txarea {
    padding: 0 40px;
}

.testsec .firsttesti .txarea p {
    line-height: 1.6;
    color: #fff;
    padding-bottom: 0;
    font-size: 16px;
}

.testsec .firsttesti .txarea p span {
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
}

.testsec .firsttesti .txarea .rating {
    padding-top: 20px;
}

.testsec .firsttesti .txarea .rating i {
    color: #fff;
    font-size: 20px;
}


.sidebar .accordion {
    margin-top: 0;
}

.sidebar .accordion .quest-section {}

.sidebar .accordion .quest-section .quest-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar .accordion .quest-section .quest-title:before {
    font-weight: 400;
    font-size: 16px;
}


.sidebar .accordion .quest-content p {
    padding-bottom: 10px;
}

.sidebar .accordion .quest-content a {
    color: #241451;
}


.wbcontentpg .inner-banner-content a {
    color: #f2bd19;
}


.tabs {
    display: none;
}

.tabs.current {
    display: block;
}

.tabs li {}



.tabbing-links li.current,
.tabbing-links li:hover {
    color: #fff;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}



.tab-custom.sample .tabbing-links li.current {
    opacity: 1;
    color: #fff;
    background: #241451;
    box-shadow: 0px 0px 20px #0000001a;
    border: 1px solid transparent;
}

.tab-custom.sample .tabbing-links li:hover {
    opacity: 1;
    box-shadow: 0px 0px 20px #0000001a;
    border: 1px solid transparent;
    background: transparent;
}

.tab-custom.sample .tabbing-links li.current:hover {
    color: #fff;
    background: #241451;
    box-shadow: 0px 0px 20px #0000001a;
    border: 1px solid transparent;
}

.tphead {
    padding: 20px 0;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.counter ul li.dkblk {
    background: #171B23;
}

.analyzepg .home-banner-content h1 {
    font-size: 36px;
    color: #333333;
    text-shadow: none;
}

.tphead a {
    color: #333
}

.tphead a span {
    font-size: 34px;
}

.analyzepg .analyzeform form .dtf {
    width: 100%;
}

.analyzepg .home-banner-content .subtitle {
    color: #333;
    font-size: 18px;
}

.analyzepg .analyzeform form input[type="text"] {
    border-radius: 5px;
}

.analyzepg .analyzeform form input[type="submit"] {
    margin-left: 0px;
    width: 100%;
}

.lgonly {
    display: block;
}

.xsonly {
    display: none
}




.slider-wrapper:before {
    /* background: #00000094; */
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}



/*ghostwriting css*/

.header-main.fixed .main-menu {
    /* margin: 35px 0 0; */
}

.counter ul li a {
    cursor: default;
}

.checklist {
    display: inline-block;
    padding: 0 30px;
}

.checklist li {
    width: 50%;
    padding-left: 30px;
    line-height: 1.4;
    float: left;
    color: #223235;
    position: relative;
    font-size: 18px;
    padding-bottom: 12px;
}

.checklist li:before {
    content: "\e962";
    position: absolute;
    font-family: 'icomoon' !important;
    left: 0;
    font-size: 16px;
    color: #241451;
    display: table-cell;
    vertical-align: middle;
}

.bookshowcase {
    margin: 0 auto -120px;
}

.btn-simple {
    font-size: 20px;
    color: #241451;
}

.btn-simple:hover {
    color: #241451;
}

.helpsec p {
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    line-height: 1.4;
}

.testimonial-sec {}

.testimonial-sec h2 {
    text-align: center;
    font-size: 44px;
    width: 100%;
}

.testimonial-sec p {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}

.testimonial-sec p span {
    color: #241451;
}





.fc-black {
    color: #223235;
}

#egg {
    margin: 0 auto 1em;
    display: block;
    width: 150px;
    height: 150px;
    background-color: #edf1f8;
    -webkit-border-radius: 13px 53px 63px 13px / 108px 60px 72px 72px;
    border-radius: 77% 125% 75% 50% / 143% 99% 88% 89%;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.counter ul li:last-child a figure img {
    max-width: 73px;
}


.leftinner .checklist {
    padding: 0px;
}

.leftinner .checklist li {
    font-size: 16px;
}

.leftinner h2 {
    font-size: 40px;
}

.leftinner {
    padding-bottom: 80px;
}

.leftinner figure img {
    /* max-width:100%; */
}

.three-testimonials.approach h2 {
    padding-bottom: 20px;
}

.three-testimonials.approach p {
    text-align: center;
    font-size: 18px;
    padding: 0 40px 40px;
    line-height: 1.4;
}

.three-testimonials .box p {
    font-size: 14px;
    text-align: left;
    padding: 0 0 20px;
    line-height: 1.6;
}

.three-testimonials.approach .box {
    box-shadow: 0 0px 20px #0000000d;
    background: #fff;
    min-height: 320px;
}

.three-testimonials.approach {
    background: #f7f9fc;
}


.testimonial-sec.innertestimonial {
    background: #ffffff;
}

.testimonial-sec.innertestimonial h2 {}

.testimonial-sec.innertestimonial p {}

.testimonial-sec.innertestimonial .box-wrap {
    padding: 0 20px;
}

.testimonial-sec.innertestimonial .box-wrap #circle {
    margin: 0 auto 20px;
    height: 110px;
    padding-top: 36px;
    width: 110px;
    background: #241451;
    border-radius: 50%;
}

.testimonial-sec.innertestimonial .box-wrap #circle span {
    font-size: 28px;
    color: #fff;
}

.testimonial-sec.innertestimonial .box-wrap h3 {
    font-weight: 700;
}

.testimonial-sec.innertestimonial .box-wrap p {
    font-style: italic;
    line-height: 1.4;
}

.testimonial-sec.innertestimonial .box-wrap h6 {
    font-weight: 600;
    padding-bottom: 0;
    font-size: 14px;
}

.testimonial-sec.innertestimonial .box-wrap h6 span {
    display: block;
    color: #241451;
    font-style: italic;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
}

.inner-banner-content h6 {
    font-size: 26px;
    color: #8b92af;
    line-height: 32px;
    padding-bottom: 0px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: none;
}

.cltestpg .story-sec {
    background: #f7f9fc;
}

.policypg {}

.policypg h2 {
    color: #241451;
}

.policypg h3 {
    font-size: 24px;
}

.policypg h4 {
    font-size: 22px;
    color: #241451;
}


.who-we-sec {
    background: #f6f8fb;
}

.who-we-sec h2 {
    font-weight: 300;
}

.who-we-sec p {
    font-size: 18px;
    line-height: 1.6;
    /* padding-bottom: 0; */
}

.who-we-sec p strong {}

.who-we-sec figure {
    float: right;
    margin-bottom: 0;
    width: 90%;
}

.who-we-sec figure img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 20px #00000012;
    border-radius: 10px;
}



.servicesec .centerwrap {
    width: 80%;
    margin: 0 auto;
}

.servicepg .cta {
    background: #fff;
}


.wow-testimonial {}

.wow-testimonial h2 {
    text-align: center;
    width: 100%;
    color: #323637;
    font-weight: 300;
    font-size: 56px;
    padding-bottom: 20px;
}

.wow-testimonial p {
    width: 100%;
    color: #4a4e51;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 25px;
    font-family: var(--secondary-font-family);
}

.wow-testimonial .tsbox {
    box-shadow: 0px 0px 31px #0000001a;
    border-radius: 10px;
    padding: 40px 10px 40px;
    margin-top: 30px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-height: 338px;
}

.wow-testimonial .tsbox .lft {
    /* display: inline-block; */
    width: 30%;
    padding-top: 22px;
    float: left;
}

.wow-testimonial .tsbox .lft figure {
    width: 134px;
    height: 134px;
    margin: 0 auto;
    background: #241451;
    border-radius: 50%;
}

.wow-testimonial .tsbox .lft figure span {
    font-size: 30px;
    width: 100%;
    display: inline-block;
    padding-top: 45px;
    color: #fff;
    text-align: center;
}

.wow-testimonial .tsbox .rht {
    width: 70%;
    text-align: left;
    padding: 0 10px;
    display: inline-block;
}

.wow-testimonial .tsbox .rht h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    padding-bottom: 15px;
    /* color: #241451; */
}

.wow-testimonial .tsbox .rht p {
    padding-bottom: 15px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
    text-align: left;
}

.wow-testimonial .tsbox .rht span {
    color: #241451;
}

.wow-testimonial .tsbox .rht .rating {
    margin-top: 5px;
}

.wow-testimonial .tsbox .rht .rating i {
    color: #ff7e65;
}


.wow-testimonial .tsbox:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.main-menu>ul>li.callus {
    margin-top: -21px;
}

.main-menu>ul>li.callus span {
    display: block;
    color: #fff;
    text-align: right;
}

.main-menu>ul>li.callus a {
    font-weight: 700;
    color: #241451;
}

.nopadd {
    padding: 0px;
}

.nopadd-left {
    padding-left: 0px;
}

.header-main.fixed .main-menu>ul>li.callus span {
    color: #241451;
}

.counter {
    position: relative;
}

.counter:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: #272b34;
    width: 50%;
    z-index: 1;
    height: 120px;
}

.pricing-sec {
    /* background: url(../images/packagesbg.jpg) no-repeat; */
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.pricing-sec h2 {
    text-transform: capitalize;
    color: #323637;
    font-weight: 300;
    font-size: 56px;
    padding-bottom: 20px;
    text-align: center;
}

.pricing-sec p {
    font-size: 18px;
    line-height: 1.6;

    text-align: center;
}


.pricing-sec .pricingwrap {
    display: inline-block;
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
}

.pricing-sec .pricingwrap li {
    padding: 40px 15px;
}

.pricing-sec .pricingwrap li .box {
    display: inline-block;
    /* margin-bottom: 30px; */
    box-shadow: 0px 0px 25px #00000040;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-height: 436px;
}

.pricing-sec .pricingwrap li .box:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pricing-sec .pricingwrap li .box figure {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}

.pricing-sec .pricingwrap li .box figure img {
    border-radius: 10px 10px 0 0;
    max-width: 100%;
}

.pricing-sec .pricingwrap li .box .txt-wrap {
    padding: 25px 20px 30px;
    background: #fff;
    border-radius: 10px;
}

.pricing-sec .pricingwrap li .box .txt-wrap h4 {
    color: #223235;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    font-size: 24px;
    border: 0px;
}

.pricing-sec .pricingwrap li .box .txt-wrap p {
    font-size: 16px;
    color: var(--default-color);
    line-height: 1.4;
    text-align: left;
    padding-bottom: 0;
}




.servicescart-sec {
    /* background: url(../images/packagesbg.jpg) no-repeat; */
    width: 100%;
    background-size: cover;
    background-position: top center;
    padding: 20px 0;
    position: relative;
}

.servicescart-sec:before {
    position: absolute;
    content: "";
    width: 80%;
    border: 1px solid #f7f7f7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.servicescart-sec .text-center {
    max-width: 80%;
    margin: 0 auto;
}

.servicescart-sec .text-left {
    font-size: 0
}

.servicescart-sec .servic-left {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

.servicescart-sec .servic-right {
    font-size: 14px;
    width: 30%;
    display: inline-block;
    text-align: right;
}

.servicescart-sec .servic-right a {
    margin: 0;
    display: inline-block;
    color: #fff;
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    border: 1px solid #241451;
    border-radius: 8px;
    font-weight: 300 !important;
    box-shadow: 0px 0px 20px #00000017;
    padding: 14px 20px !important;
}

.servicescart-sec .servic-right a:hover {
    color: #fff !important;
}

.servicescart-sec h5 {
    background: #2414511c;
    color: #241451;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 400;
    border-radius: 30px;
}


.servicescart-sec h2 {
    color: #323637;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    padding: 0;
}

.servicescart-sec p {
    color: #4a4e51;
    font-size: 22px;
}

.cartboxfixed-wrapper {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}


.servicescart-sec .carbox-wrapper {
    overflow: auto;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}


.servicescart-sec .cartbox {
    padding: 10px 0px 0;
    width: 3575px !important;
    max-width: 3575px !important;
}

.servicescart-sec .cartbox li {
    padding: 40px 15px;
    float: none !important;
    width: 320px !important;
}

.servicescart-sec .cartbox li .box {
    display: inline-block;
    /* margin-bottom: 30px; */
    border-radius: 10px;
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-height: 441px;
    padding: 30px 20px;
    box-shadow: 0 14px 42px 0 rgba(0, 0, 0, .2);
}

.servicescart-sec .cartbox li .box:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.servicescart-sec .cartbox li .box figure {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
}

.servicescart-sec .cartbox li .box figure span {
    position: absolute;
    left: -6px;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    top: -24px;
    padding: 7px;
    box-shadow: 0px 0px 25px #82828230;
}

.servicescart-sec .cartbox li .box figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 8px;
}

.servicescart-sec .cartbox li .box .txt-wrap {
    padding: 0 0 50px;
    background: #fff;
    border-radius: 10px;
}

.servicescart-sec .cartbox li .box .txt-wrap h4 {
    color: #000;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    border: 0px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .8rem;
}

.servicescart-sec .cartbox li .box .txt-wrap h6 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: .8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #db2a95;
    letter-spacing: 0;

}

.servicescart-sec .cartbox li .box .txt-wrap p {
    color: #999;
    text-align: left;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 1.6rem;
}


.servicescart-sec .btnwrap {}

.servicescart-sec .btnwrap a {
    font-size: 20px;
}



.box-botom {}

.ctas {
    font-size: 0;
    border-top: 2px solid #e6e6e6;
    display: block;
}

.ctas button {
    width: 50%;
    padding: 15px 15px 0 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    color: #555;
    letter-spacing: -.015em;
    display: inline-block;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    line-height: 1;
}

.ctas button:focus {
    outline: none;
}

.ctas button.call {
    border-right: 2px solid #e6e6e6;
    padding: 15px 15px 0 0;
}

.ctas button.chat {}

.ctas button span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #d62993;
    white-space: nowrap;
    width: 100%;
    font-weight: 600;
}

.ctas button.call span {}

.ctas button.chat span {}



























.inner-pages .main-menu>ul>li.callus span {
    color: #241451;
}

@media (min-width: 1600px) {
    .inner-banner {
        /* height: 85vh */
    }

    .main-menu>ul>li>a {
        font-size: 14px;
    }

    .nav-area-full .col-lg-10 {
        padding-left: 0px;
    }
}


/* @media (min-width: 577px) and (max-width: 820px) {
    .ctop li:last-child{margin-right: 24px;}  
  } */


.ctop li a {
    color: #fff;
}

.homebg {
    width: 100%;
    height: 1249px;
    background-size: cover;
    background-position: top center;
    background-color: #fcfdfd;
}


.home-banner-content p span {
    color: #fff;
    background: #241451;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 17px;
    letter-spacing: 2px;
}

.home-banner-content a {
    margin-top: 23px;
    /* margin-left: 16px; */
    color: #241451;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
}

.home-banner-content a .xicon {
    font-size: 16px;
    margin-left: 10px;
}

.home-banner-content h5:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #241451;
    left: 12px;
    top: 13px;
}


.ap-sec:before {
    position: absolute;
    content: "";
    width: 80%;
    border: 1px solid #f7f7f7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ap-sec h5 {
    background: #241451;
    color: #fff;

    font-size: 25px;
    padding: 6px 40px;

    margin-bottom: 20px;
    display: inline-block;

    font-weight: 400;
    border-radius: 30px;
}

.ap-sec h2 {
    text-transform: capitalize;
    color: #323637;
    font-weight: 500;
    font-size: 52px;
    padding-bottom: 20px;
}

.ap-sec h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

.ap-sec p {
    color: #4a4e51;
    font-size: 22px;
    line-height: 28px;
}


.appr-warp {}

.appr-warp .box-wrap {
    padding: 0 35px 20px;
    text-align: left;
}

.appr-warp .box-wrap figure {
    margin-bottom: 20px;
    width: 46%;
}

.appr-warp .box-wrap figure img {
    width: 100%;
}

.appr-warp .box-wrap h4 {
    color: #2c2c2c;
    font-family: var(--secondary-font-family);
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.appr-warp .box-wrap p {
    color: #74757a;
    font-size: 16px;
    line-height: 22px;
}

.appr-warp .btn-area {
    width: 100%;
    text-align: center;
}

.appr-warp .btn-area a {
    color: #241451;
    font-size: 18px;
}

.appr-warp .btn-area a .xicon {
    font-size: 16px;
    margin-left: 10px;
}

.flexiblefeatures-sec {
    overflow: hidden;
    padding: 100px 0 200px;
}

.flexiblefeatures-sec h5 {
    margin-top: 0px;
    font-size: 16px;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    background: #2414511c;
    color: #241451;
}

.flexiblefeatures-sec h2 {
    text-transform: none;
    color: #323637;
    font-size: 52px;
    line-height: 1;
    font-weight: 500;
}

.flexiblefeatures-sec p {
    color: #74757a;
    font-size: 22px;
    padding-bottom: 0px;
    line-height: 28px;
}

.flexiblefeatures-sec ul {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 40px;
}

.flexiblefeatures-sec ul li {
    clear: both;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}

.flexiblefeatures-sec ul li figure {
    margin-bottom: 0px;
    width: 20%;
    float: left;
}

.flexiblefeatures-sec ul li figure img {}

.flexiblefeatures-sec ul li .txt-wrap {
    width: 80%;
    float: right;
    padding-right: 70px;
}

.flexiblefeatures-sec ul li .txt-wrap h4 {
    font-size: 18px;
    color: #2c2c2c;
    font-family: var(--secondary-font-family);
    font-weight: 700;
    text-transform: none;
}

.flexiblefeatures-sec ul li .txt-wrap p {
    color: #74757a;
    font-size: 16px;
    line-height: 22px;
}

.flexiblefeatures-sec figure {}

.flexiblefeatures-sec figure img {}

.flexiblefeatures-sec .btnwrap {
    padding-left: 20%;
}

/*  .flexiblefeatures-sec .btnwrap a{color: #241451; font-size: 18px;}*/

.flexiblefeatures-sec .btnwrap a {
    color: #fff;
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    padding: 12px 20px !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}


.flexiblefeatures-sec .btnwrap a .xicon {
    font-size: 16px;
    margin-left: 10px;
}

.finesttestimonial {
    background-color: #EFEFEF;
    padding: 30px 0;
}



.finesttestimonial .testwrap .item {
    padding: 20px 8px;
    position: relative;
}

/* .finesttestimonial .testwrap .item:before{position: absolute;background-image: url(../images/quoteimg.png);background-repeat: no-repeat;width: 390px;height: 288px;text-align:  center;background-position: top center;top: 20px;left: 0px;right: 0px;margin: 0 auto;content:"";} */
.finesttestimonial .testwrap .item:before {}

.finesttestimonial .testwrap .cir img {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 25px #00000017;
}

.finesttestimonial .testwrap .wrap {
    text-align: center;
}

.finesttestimonial .testwrap h5 {
    color: #9CA8B7;
    font-size: 22px;
    display: inline-block;
    margin: 0 0 0 30px;
    vertical-align: middle;
    width: 65%;
}

.finesttestimonial .testwrap h5 span {
    display: block;
    color: #000;
    font-size: 14px;
}

.finesttestimonial .testwrap .wrap h6 {
    color: #2c2c2c;
    font-size: 37.5px;
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
    font-family: var(--secondary-font-family);
}

.finesttestimonial .testwrap .wrap h5 span {
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    display: block;
    margin-top: 10px;
}

.clientstrip {
    padding: 40px 0;
}

.clientstrip .cl-strip {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
}

.clientstrip .cl-strip li {
    /* float: left; */
    margin: 0 9px 5px;
    width: 26%;
    display: inline-block;
}

.clientstrip .cl-strip li:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.clientstrip .cl-strip li img {
    /* -webkit-filter: grayscale(100%); */
    /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
    /* opacity: 0.5; */
}


.downform {
    padding: 100px 0 60px
}

.dnform {
    padding: 0 90px;
}

.dnform h2 {
    text-transform: capitalize;
    color: #323637;
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: 300;
}

.dnform p {
    color: #74757a;
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 0px;
}

.dnform form {
    padding: 0 100px;
    margin-top: 60px;
}

.dnform form .fldst {
    margin-bottom: 25px;
}

.dnform form .fldst.btnattach {
    font-size: 0;
}

.dnform form label.error {
    display: none !important;
}

.dnform form input.error {
    border: 0px !important;
    border-bottom: 1px solid red !important;
}

.dnform form select,
.dnform form input[type="text"],
.dnform form input[type="email"],
.dnform form input[type="number"],
.dnform form input[type="tel"],
.dnform form textarea {
    width: 100%;
    border: 0px;
    margin: 0 0 0 0;
    border: 1px solid #e4e4e4;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    border-radius: 8px;
    height: 48px;
    font-weight: 400;
    outline: none !important;
}

.dnform form .intl-tel-input {
    width: 100%;
}

.dnform form .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 27px;
}

.dnform form .fldset {
    margin-bottom: 10px;
}

.dnform form .fldst.btnattach .btnsb {
    position: relative;
}

.dnform form .fldst.btnattach .btnsb:before {
    position: absolute;
    content: "";
}

.dnform form .fldst.btnattach button {
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding: 20px 60px;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: var(--primary-font-family);
    background: #f38440;
    cursor: pointer;
    margin: 20px 0 0;
    display: inline-block;
    width: 25%;
}

.dnform form .fldst.btnattach button span {
    color: #fff;
    font-size: 20px;
}


.dnform form .finput:focus {
    outline: none !important;
}


.dnform form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px;
}

.dnform form .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.dnform form .fldst h6 {
    color: #555555;
    font-size: 16px;
    font-family: var(--secondary-font-family);
}

.dnform form .fldst h6 a {
    color: #241451;
    font-size: 16px;
    font-family: var(--primary-font-family);
    margin-right: 24px;
}




.form-box-main form .fldst.btnattach .btnsb {
    position: relative;
}

.form-box-main form .fldst.btnattach .btnsb:before {
    position: absolute;
    content: "";
}

/*.form-box-main form .fldst.btnattach button{position:  absolute;bottom: 0;border: 0;display: inline-block;right: 0;background: #241451;width: 60px;height: 60px;border-radius: 50%;}*/
.form-box-main form .fldst.btnattach button span {
    color: #fff;
    font-size: 20px;
}



.subscriptform {
    padding: 60px 0 90px;
}

.subscriptform .txt-wrap {}

.subscriptform .txt-wrap p {
    padding-bottom: 10px;
    color: #6c6c6c;
    width: 49%;
    display: inline-block;
    font-size: 14px;
}

.subscriptform .txt-wrap h5 {
    padding-bottom: 10px;
    color: #6c6c6c;
    display: inline-block;
    text-align: right;
    width: 50%;
    font-size: 14px;
    font-weight: 400;
}

.subscriptform .txt-wrap h5 a {
    color: #232323;
    font-weight: 700;
}

.subscriptform .subfrm {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d6bc2+0,3695e3+100 */
    padding: 0 40px;
    background: #4d6bc2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #4d6bc2 0%, #3695e3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4d6bc2 0%, #3695e3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4d6bc2 0%, #3695e3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d6bc2', endColorstr='#3695e3', GradientType=1);
    /* IE6-9 */
    height: 160px;
    border-radius: 10px;
}

.subscriptform .subfrm form {
    width: 100%;
}

.subscriptform .subfrm form .ftd {
    width: 49%;
    display: inline-block;
}

.subscriptform .subfrm form .ftd span {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
}

.subscriptform .subfrm form .ftd input[type="text"] {
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff24;
    width: 80%;
}

.subscriptform .subfrm form .ftd input[type="submit"] {
    color: #fff;
    font-size: 14px;
    background: #4181d3;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 60px;
}



.subscriptform .subfrm form .ftd input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.subscriptform .subfrm form .ftd input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.subscriptform .subfrm form .ftd input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.subscriptform .subfrm form .ftd input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.pricing-sec h5 {
    background: #2414511c;
    color: #241451;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 400;
}

.home-banner-content h3 {
    color: #4a4e51;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 36px;
}


.roundright {
    border-radius: 0 30px 30px 0;
}

.posrelative {
    position: relative;
}

.posrelative button {
    position: absolute;
    top: 9px;
    right: 9px;
}

.wownav {
    display: inline-block;
    margin-right: 20px
}

.wownav .lines {

    -ms-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    position: relative;

    width: 20px;

    height: 2px;

    display: inline-block;

    background: #000;
}

.wownav .lines:before {
    position: absolute;
    content: "";
    height: 2px;
    top: -5px;
    left: 0;
    width: 16px;
    background: #000
}

.wownav .lines:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: -5px;
    left: 0;
    width: 24px;
    background: #000
}



.innerbg {
    /*   background-image: url(../images/innerbodybg.png);background-repeat: no-repeat;width: 100%;height: 980px;background-size: cover;background-position: top center;*/
}

.bannerBullets {
    /* margin-top: 25px; */
    margin-bottom: 0;
}

.bannerBullets li {
    color: #4c4c4c;
    font-family: var(--secondary-font-family);
    font-size: 16px;
    position: relative;
    line-height: 22px;
    padding-bottom: 6px;
    padding-left: 40px;
}

.bannerBullets li:before {
    position: absolute;
    content: "\e962";
    left: 0;
    color: #241451;
    top: 0;
    font-family: 'icomoon' !important;
}

.inner-banner .buttonwrapper {
    margin-bottom: 25px;
    margin-top: 25px;
}

.inner-banner .buttonwrapper a {
    display: inline-block;
}

.inner-banner .buttonwrapper h6 {
    display: inline-block;
    margin-left: 15px;
    color: #2c2c2c;
    font-family: var(--secondary-font-family);
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.inner-banner .buttonwrapper h6 a {
    color: #cc2a91;
    font-family: var(--secondary-font-family);
    font-size: 18px;
    font-weight: 600;
}

.inner-banner figure {
    margin-bottom: 0px;
    margin-top: 140px;
}


/* .homebg .innerfigures {
    width: 100%;
}

.innerfigures {
    margin-bottom: 0;
    bottom: 37px;
} */

.innerfigures li {
    /* margin-right: 25px; */
    display: inline-block;
}

.innerfigures li:last-child {
    margin-right: 0px;
}

.innerfigures li img {
    width: 100%;
    filter: brightness(0.5);
}

.btn-secondary {
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}

.connect-sec {
    text-align: center;
    padding: 20px 0 0px;
    position: relative;
}

.connect-sec:before {
    position: absolute;
    content: "";
    width: 80%;
    border: 1px solid #f7f7f7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.connect-sec h5 {
    text-transform: capitalize;
    background: #241451;
    color: #fff;
    font-size: 25px;
    padding: 6px 40px;

    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;

    border-radius: 30px;
}

.connect-sec h2 {
    text-transform: none;
    color: #323637;
    font-weight: 300;
    font-size: 52px;
    padding-bottom: 20px;
}

.connect-sec h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

.connect-sec p {
    color: #4a4e51;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 0;
}

.frmsec p {
    color: #b0b6c9;
    font-size: 12px;
    font-family: var(--secondary-font-family);
    text-align: center;
}

.indus-sec {
    text-align: center;
    padding: 60px 0 60px;
}

.indus-sec h5 {
    background: #2414511c;
    color: #241451;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 400;
}

.indus-sec h2 {
    text-transform: capitalize;
    color: #323637;
    font-weight: 300;
    font-size: 56px;
    padding-bottom: 20px;
}

.indus-sec h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

.indus-sec p {
    color: #4a4e51;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 40px;
}


.indus-figures {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
    width: 60%;
}

.indus-figures li {
    padding: 45px 0;
    width: 33%;
    float: left;
}

.indus-figures li.rht {
    border-right: 1px solid #2414511c;
}

.indus-figures li.btm {
    border-bottom: 1px solid #2414511c;
}

.indus-figures li figure {
    margin-bottom: 0;
}

.indus-figures li figure img {}



.whatWeOffer {
    text-align: center;
    padding: 60px 0 60px;
}

.whatWeOffer h5 {
    background: #2414511c;
    color: #241451;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 8px;
    font-weight: 400;
}

.whatWeOffer h2 {
    color: #323637;
    font-weight: 300;
    font-size: 56px;
    padding-bottom: 20px;
}

.whatWeOffer h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

.whatWeOffer p {
    color: #4a4e51;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 40px;
}


.whatwrapper {}

.whatwrapper h3 {
    color: #000;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 300;
}

.whatwrapper h3 span {
    margin-top: 15px;
    display: block;
    color: #8b92af;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--secondary-font-family);
}

.whatwrapper p {
    font-family: var(--secondary-font-family);
    font-size: 16px;
    padding-bottom: 25px;
    line-height: 1.4;
    padding-right: 60px;
}

.whatwrapper h4 {
    color: #241451;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 36px;
}

.whatwrapper .bannerBullets {
    margin-top: 15px;
}

.whatwrapper .buttonwrapper {
    display: inline-block;
    margin-top: 30px;
}

.whatwrapper .buttonwrapper a {}

.btn-outline {
    font-family: var(--secondary-font-family);
    margin-right: 15px;
    color: #8b92af;
    font-size: 16px;
    padding: 14px 30px;
    border: 1px solid #8b92af;
    border-radius: 8px;
}

.btn-outline:hover {
    background: #8b92af;
    color: #fff;
}

.whatwrapper .buttonwrapper span {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--secondary-font-family);
}

.whatwrapper .buttonwrapper span a {
    color: #241451;
}


.tabform {}

.tabform h2 {
    color: #000;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
}

.tabform p {
    color: #8b92af;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0px;
}

.tabform form {
    margin-top: 25px;
}

.tabform form .fldst {
    margin-bottom: 10px;
}

.tabform form .fldst.btnattach {
    position: relative;
    width: 100%;
}

.tabform form label.error {
    display: none !important;
}

.tabform form input.error {
    border: 0px !important;
    border-bottom: 1px solid red !important;
}

.tabform form select,
.tabform form input[type="text"],
.tabform form input[type="email"],
.tabform form input[type="number"],
.tabform form input[type="tel"],
.tabform form textarea {
    width: 100%;
    border: 0px;
    margin: 0 0 0 0;
    background: white;
    padding: 12px 31px;
    color: gray;
    font-size: 13px;
    border-radius: 8px;
    height: 57px;
    font-weight: 400;
    outline: none !important;
    box-shadow: 0px 0px 20px #0000001c;
}

.tabform form .intl-tel-input {
    width: 100%;
}

.tabform form .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 27px;
}

.tabform form .fldset {
    margin-bottom: 10px;
}

.tabform form .fldst.btnattach .btnsb {
    position: relative;
}

.tabform form .fldst.btnattach .btnsb:before {
    position: absolute;
    content: "";
}

.tabform form .fldst.btnattach button {
    position: absolute;
    bottom: -5px;
    border: 0;
    display: inline-block;
    right: -5px;
    background: #241451;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.tabform form .fldst.btnattach button span {
    color: #fff;
    font-size: 20px;
}


.tabform form .finput:focus {
    outline: none !important;
}


.tabform form textarea {
    width: 100%;
    margin: 0;
    padding: 18px 30px;
    height: 100px;
}

.tabform form .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.tabform form .fldst h6 {
    color: #4e94f3;
    font-size: 16px;
    font-family: var(--secondary-font-family);
}

.tabform form .fldst h6 a {
    color: #241451;
    font-size: 16px;
    font-family: var(--primary-font-family);
    margin-right: 24px;
}

.tabform form p {
    font-size: 12px;
}

.howhelp-sec {
    padding: 100px 0;
    position: relative;
}

.howhelp-sec:before {
    position: absolute;
    content: "";
    width: 80%;
    border: 1px solid #f7f7f7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.howhelp-sec .drible-boxes {}

.howhelp-sec .drible-boxes .boxeswrap {
    display: inline-block;
}

.howhelp-sec .drible-boxes .boxeswrap li {
    background: #ffffff;
    width: 46%;
    float: left;
    margin: 10px 10px;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #00000014;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.howhelp-sec .drible-boxes .boxeswrap li:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#241451+0,f67c02+90 */
    background: #241451;
    /* Old browsers */
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
}

.howhelp-sec .drible-boxes .boxeswrap li:nth-child(2) {
    margin-top: 80px;
}

.howhelp-sec .drible-boxes .boxeswrap li:nth-child(3) {
    margin-top: -60px;
}

.howhelp-sec .drible-boxes .boxeswrap li h3 {
    color: #000;
    font-size: 28px;
    font-weight: 300;
}

.howhelp-sec .drible-boxes .boxeswrap li:hover h3 {
    color: #fff
}

.howhelp-sec .drible-boxes .boxeswrap li:hover p {
    color: #fff
}

.howhelp-sec .drible-boxes .boxeswrap li p {
    color: #8b92af;
    font-size: 14px;
    padding-bottom: 10px;
}

.howhelp-sec .drible-boxes .boxeswrap li figure {
    margin-bottom: 0px;
}


.howhelp-sec .drible-boxes .boxeswrap li .original {
    display: block;
}

.howhelp-sec .drible-boxes .boxeswrap li:hover .original {
    display: none;
}

.howhelp-sec .drible-boxes .boxeswrap li .whitecolord {
    display: none;
}

.howhelp-sec .drible-boxes .boxeswrap li:hover .whitecolord {
    display: block;
}



.howwewrapper h3 {
    color: #000;
    text-transform: none;
    font-size: 52px;
    padding-bottom: 20px;
    font-weight: 500;
}

.howwewrapper h3 span {
    margin-top: 15px;
    display: block;
    color: #8b92af;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--secondary-font-family);
}

.howwewrapper p {
    font-family: var(--secondary-font-family);
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 28px;
    padding-right: 60px;
}

.howwewrapper h4 {
    color: #241451;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 36px;
}

.howwewrapper .bannerBullets {
    margin-top: 15px;
}

.howwewrapper .buttonwrapper {
    display: inline-block;
    margin-top: 45px;
}

.howwewrapper .buttonwrapper a {}

.btn-outline {
    font-family: var(--secondary-font-family);
    margin-right: 15px;
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    color: #fff;
    font-size: 16px;
    padding: 14px 30px;
    border: 1px solid #8b92af;
    border-radius: 8px;
}

.btn-outline:hover {
    background: #8b92af;
    color: #fff;
}

.howwewrapper .buttonwrapper span {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--secondary-font-family);
}

.howwewrapper .buttonwrapper span a {
    color: #241451;
}

.howwewrapper h5 {
    margin-top: 20px;
    background: #241451;
    color: #fff;
    font-size: 25px;
    padding: 6px 40px;
    margin-bottom: 20px;
    display: inline-block;

    border-radius: 30px;
    font-weight: 400;
}


.cta2.blue {
    background: #241451;
}

.cta2.blue .wrap h6 {
    color: #a26800;
}

.cta2.blue .wrap h3 {
    color: #fff;
    padding-bottom: 25px;
}

.boverlay {
    position: relative;
}

.boverlay:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 280px;
    top: -60px;
    z-index: 1;
    left: 0;
    background-color: #241451;
}

.menuwrap {
    display: none;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99;
    padding: 10px 0;
}

.menuwrap .crxbar {}


.inner-pages .main-text-wrapper {
    max-width: 95%;
}

.inner-pages .main-text-wrapper h2 {
    max-width: 85%;
}

.inner-pages .main-text-wrapper p {
    max-width: 75%;
}

.menuwrap .crxbar span {
    font-size: 28px;
}

.wmenulinks {}

.wmenulinks ul {
    margin-top: 70px;
}

.wmenulinks ul li {}

.wmenulinks ul li a {
    color: #222;
    font-size: 32px;
}

.notscroll {
    overflow: hidden;
}

.contactpg .header-main {
    background: #fff;
    position: fixed;
    box-shadow: 0px 5px 20px #00000012;
}

.contactpg .menuwrap {
    /* top:-70px */
}



.menuwrap .mnfooter {
    position: absolute;
    width: 1170px;
    bottom: 20px;
    margin: 0 15px;
}

.menuwrap .mnfooter .socio {}

.menuwrap .mnfooter .socio ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.menuwrap .mnfooter .socio ul li {
    display: inline-block;
    margin: 0 10px;
}

.menuwrap .mnfooter .socio ul li a {}

.menuwrap .mnfooter .socio ul li a span {
    color: #241451;
    font-size: 16px;
}

.menuwrap .mnfooter .copytext {}

.menuwrap .mnfooter .copytext p {
    padding: 10px 0 10px 0;
    margin: 0px;
    font-size: 12px;
    color: #3c3c3c;
}


.wownav.cxbar {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wownav.cxbar .lines {
    transform: rotate(50deg);
    width: 24px;
}

.wownav.cxbar .lines:before {
    display: none;
}

.wownav.cxbar .lines:after {
    transform: rotate(-100deg);
    top: 0;
}


.listsec .wrap ul li:hover p:before {
    color: #241451;
}


.cs-skin-elastic>span {

    z-index: 100;
    border: 1px solid #6b6b6b;
    color: #6b6b6b;
    border-radius: 50px;
    background-color: #2e2e2e;
}

}

.cs-skin-elastic>span::after {
    font-family: 'FontAwesome';
    content: "\f107";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;

    margin-top: -1px;
    overflow: hidden;
    border: 1px solid #6b6b6b;
    top: 1px;
    padding-top: 50px;
    border-radius: 25px;
}




.cs-skin-elastic .cs-options>ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    background: transparent;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options>ul::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.6s ease-out;
    animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, transform 0.15s;
}



.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    text-align: left;
    padding: 10px 10px;
    font-size: 14px;
    -webkit-transition: none;
    transition: none;
    /* -webkit-animation: bounce 0.6s ease-out; */
    /* animation: bounce 0.6s ease-out; */
    border-bottom: 1px solid #cccccc;
    margin: 0px;
    cursor: pointer;
}



.cs-skin-elastic.cs-active .cs-options ul li:last-child {
    border-bottom: none;

}




/* Optional delays (problematic in IE 11/Win) */
/*
  .cs-skin-elastic.cs-active .cs-options ul li:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }

  .cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  } 

  /* with more items, more delays declarations are needed */


.cs-skin-elastic .cs-options span {
    color: #acacac;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
    color: #ba6199;
}

.cs-skin-elastic .cs-options .cs-selected span {
    color: #fff;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
}


@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.cs-select.cs-skin-elastic.cs-active span.cs-placeholder {}


.cs-select select {
    display: none;
}


.faq-sections {
    margin-top: 50px;
}

.faq-sections div {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px;
    font-weight: 200;

}

.clients-answer h4.text-left {
    margin: 0px 10px 10px;
}

.client-drop {
    width: 35%;
    /* border-right:1px solid #ccc; */
    margin: 0 auto;
}

select.clients-answer-inner {
    padding: 15px 15px;
    width: 320px;
    border-radius: 8px;
}

.clients-answer-inner option {
    height: 35px;
    padding: 5px;
    line-height: 35px;
}

.client-drop .cs-skin-elastic>span {

    border: 1px solid #ccc;

    color: #353535;

    background-color: #fff;

    z-index: 20;

    text-align: left;

    line-height: 1;

    font-size: 16px;

    padding: 16px 22px;

    width: 100%;

    display: inline-block;

    z-index: 92;

    position: relative;

    cursor: pointer;
}

.client-drop .cs-skin-elastic.cs-active .cs-options {
    width: 320px;
    margin-top: 0;
    padding-top: 0;
}

.client-drop .cs-skin-elastic .cs-options span {
    color: #000;
}

.client-drop .cs-select>span::after {
    content: '\25BE';
    right: 16px;
    background: transparent;
    color: #353535;
    width: 10px;
    height: 10px;
    position: absolute;
    text-align: center;
    border-radius: 120px;
    padding: 0;
    font-size: 20px;
    text-indent: 1px;
    line-height: 1;
}

.client-drop .cs-select ul {
    list-style: none;
    margin: 0;
    /* padding: 10px 0 10px; */
    width: 100%;
    display: inline-block;
}

.client-drop .cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
    /* margin-top: 26px; */
    overflow: hidden;
    border-bottom: 1px solid #cccccc7a;
    border-right: 1px solid #cccccc7a;
    border-left: 1px solid #cccccc7a;
    border-top: none;
    border-radius: 0px 0px 14px 14px;
    height: auto;
    /* margin: 0 20px; */
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
    position: absolute;
    top: 32px;
    z-index: 91;
    box-shadow: 0px 10px 30px #00000012;
}

.client-drop .cs-skin-elastic .cs-options .cs-selected span {
    color: #241451;
}

.client-drop .cs-skin-elastic .cs-options span:hover,
.client-drop .cs-skin-elastic .cs-options li.cs-focus span,
.client-drop .cs-skin-elastic .cs-options .cs-selected span {
    color: #241451;
}

.clients-answer {
    padding: 40px 0 40px;
    border-bottom: 1px solid #e8e8e8;
}

.clients-sec .faq-sections {
    margin-top: 0;
}

.clients-sec {
    margin-top: 10px;
}

.clients-section h3 {
    font-family: 'Circular Std';
    font-style: normal;
}

section.qualities .quality-img-edit {
    text-align: left;
    padding: 10px 0px;
    /* display: inline-block;*/
}

.cs-select {
    position: relative;
    height: 50px;
}

.cs-select:focus {
    outline: 0;
}

.indus-figures li .btn-sample {
    background: #2414511c;
    color: #241451;
    margin-top: 20px;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: 400;
}



.footer-nav li.fom a {
    color: #241451;
}

figure .banimg {
    margin-left: -90px;
}

.flogo figure img {
    width: 240px;
}



.main-menu .submenuwrap {}

.main-menu .submenuwrap width: 1170px;
margin: 0 auto;
}

.main-menu .submenuwrap ul {
    padding: 20px 0;
}

.main-menu .submenuwrap ul li {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    display: inline-block;
}

.main-menu .submenuwrap ul li a {
    font-family: var(--secondary-font-family);
    font-size: 14px;
    color: #223235;
    font-weight: 400;
    padding: 10px;
    display: block;
}

.main-menu .submenuwrap ul li a .menu-icon {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: left;
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    line-height: 23px;
}

.main-menu .submenuwrap ul li a .menu-icon img {
    width: 100%;
}

.main-menu .submenuwrap ul li a .menutext {
    padding-top: 3px;
    width: 80%;
    float: right;
}

.main-menu .submenuwrap ul li a .menutext h6 {
    color: #323637;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 0px;
    font-size: 16px;
}

.main-menu .submenuwrap ul li a .menutext p {
    color: #4a4e51;
    padding-bottom: 0;
    font-size: 14px;
}


.dropdown>ul>li.ekaur {
    position: relative;
}

.dropdown>ul>li.ekaur:after {
    font-family: 'icomoon' !important;
    content: "\e951";
    position: absolute;
    right: 15px;
    font-size: 10px;
    top: 10px;
}

.dropdown>ul>li.ekaur:hover>ul {
    display: block;
}

.dropdown>ul>li>ul {
    padding-bottom: 10px;
    display: none;
}

.dropdown>ul>li>ul li {
    padding: 0 30px;
}

.dropdown>ul>li>ul li a {
    color: #000;
}


.main-menu>ul>li.megamenu {
    position: relative;
}

.main-menu>ul>li.megamenu .submenuwrap {
    top: 60px;
    background: #fdfdfd;
    position: absolute;
    width: 210px;
    overflow: hidden;
    height: 0;
    -moz-transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
    -o-transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
}

.main-menu>ul>li.megamenu:hover .submenuwrap:hover {
    box-shadow: inset 0 1px 0 #eaf3fb, 0 3px 6px rgba(0, 0, 0, 0.05);
}

.main-menu>ul>li.megamenu:hover .submenuwrap {
    -moz-transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
    -o-transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
    transition: all 0.3s cubic-bezier(0.46, 0.66, 0.46, 0.66);
    height: 287px;
    z-index: -1;
    background: #fdfdfd;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: absolute;
    width: 210px;
}

.main-menu>ul>li.megamenu .submenuwrap ul {}

.main-menu .submenuwrap ul li:hover {
    background: #eff1f5;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main-menu .submenuwrap ul li:hover a .menu-icon {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



/*-------POPUP MODAL AND FORM STYLING -----------*/
#popupform .modal-dialog {
    border: 3px solid #da2401;
    border-radius: 10px;
    width: 400px;
}

#popupform .modal-dialog h3 {
    background-color: #da2401;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #000000;
    width: 100%;
    padding: 10px 8px 10px;
    margin-bottom: 20px;
}

button.close {
    background: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -13px;
    top: -13px;
    border-radius: 50px;
    border: 1px solid #333;
    opacity: 1;
    color: #da2401;
}

#popupform .intl-tel-input {
    height: 56px;
}

#popupform .intl-tel-input.allow-dropdown .flag-container,
#popupform .intl-tel-input.separate-dial-code .flag-container {
    left: 20px;
}

#popupform form.jform .field input[type="submit"] {
    max-width: 250px;
    background-color: #da2401;
    padding: 0px;
}

#popupform p {
    color: #666;
    text-align: center;
    padding: 10px 0px;
}

#popupform form.jform .field.submit {
    margin-top: 20px;
}

#popupform form.jform .field input,
#popupform form.jform .field select {
    border: 1px solid #999;
}

/*-------POPUP MODAL AND FORM STYLING -----------*/

/*-------MODAL CENTER ALIGN CSS-----------*/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*-------MODAL CENTER ALIGN CSS-----------*/




.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNguAkAANwA2ohRxm8AAAAASUVORK5CYII=) repeat;
    top: 0;
    left: 0;
    z-index: 998;
    cursor: pointer;
    display: none;
    opacity: 0.8;
}

.popup {
    background: #000;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 760px;
    margin-left: -400px;
    z-index: 9999;
    height: 560px;
    background-repeat: no-repeat;
    /* background-image: url(/assets/images/popupbg.png); */
}

.close-btn img {
    position: absolute;
    top: -20px;
    right: -20px;
}

.popup-box {
    text-align: center;
    padding: 55px 80px 0;
}

.popup-box a.main-button.orange {
    width: 298px;
    height: 47px;
    padding-top: 10px;
}

.popup-box h1 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.2;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin-top: 30px;
}

.popup-box h1 span {
    color: #cc3333;
    font-weight: 700;
    font-size: 38px;
}

.popup-box h6 {
    border-top: 1px solid #252424;
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding-top: 15px;
}

.popup-box h6 span {
    color: #cc3333;
}

.popup-box h1 strong {
    font-size: 60px;
    display: block;
}

.popup-box p {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid #252525;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.popup-box p span {
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    margin-left: 8px;
    background: #ff5e00;
    padding: 4px 8px;
}




.popup-box form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #43464f;
}

.popup-box form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #43464f;
}

.popup-box form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #43464f;
}

.popup-box form input:-moz-placeholder {
    /* Firefox 18- */
    color: #43464f;
}

.popup-box .bm-field input {
    height: 46px;
    border-radius: 8px;
    padding: 11px 15px;
    margin: 0px;
    width: 100%;
    background: #fff;
    float: left;
}

.popup-box input[type="submit"] {
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
    margin: 0px;
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    background: #c33;
    font-weight: 700;
}

.popup-box .bm-field {
    margin-bottom: 20px;
    width: 48%;
    margin-left: 7px;
    margin-right: 0px;
}

.popup-box .bm-field.full {
    width: 97%;
}

@media (min-width: 1200px) {

    /* large resolution */
    .wrapper-two {
        width: 1170px;
        position: relative;
        margin: 0 auto;
    }
}



.header-main.hover {
    box-shadow: 0px 5px 20px #00000012;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    background: #fff;
    z-index: 99;

}


.tab-custom.sample .tabs {
    text-align: center;
}

.tab-custom.sample .tabbing-links {
    margin: 0px auto 20px;
}


.typage .home-banner {
    padding-top: 0
}

.portsect {
    text-align: center;
}

.portsect h5 {

    background: #241451;

    color: #fff;

    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 6px 40px;

    border-radius: 30px;

    font-weight: 400;
}

.portsect h2 {
    color: #323637;
    font-weight: 500;
    font-size: 52px;
    padding-bottom: 20px;
    text-transform: none;
}

.portsect h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

.portsect p {
    color: #4a4e51;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 40px;
}

.inner-content {}

.inner-content h2 {
    color: #323637;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.inner-content p {
    color: #4a4e51;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}


.bottom-form h2 {
    max-width: 65%;
    margin: 0 auto;
    color: #323637;
    font-weight: 500;
    font-size: 52px;
    padding-bottom: 20px;
    text-align: center;
}

.bottom-form p {
    max-width: 60%;
    margin: 0 auto;
    color: #4a4e51;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.contactpg .inner-content h2 {
    text-align: left;
    text-transform: none;
}

.contactpg .inner-content p {
    text-align: left;
}



.contactpg .inner-content .form-box-main h2 {
    text-align: left;
    font-size: 40px;
}

.inner-content .form-box-main h2 {
    text-transform: capitalize;
    color: #363945;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.inner-content .form-box-main h6 {
    font-size: 16px;
}

.inner-content .form-box-main h6 a {
    margin-right: 10px;
}


.analyzepg .home-banner-content {
    padding-top: 0px;
}

img.paymentlogos {
    width: 420px;
    filter: brightness(0.9);
}

.popupform form select,
.popupform form input[type="text"],
.popupform form input[type="email"],
.popupform form input[type="number"],
.popupform form input[type="tel"] {
    height: 45px;
    border-radius: 10px;
    padding: 12px 16px;
    color: #2c2c2c;
}

.popupform form textarea {
    height: 100px;
    width: 100%;
    border-radius: 10px;
    color: #2c2c2c;
    padding: 12px 16px;
}

.popupform form .fldst.fldstrght {}

.popupform form textarea::placeholder,
.popupform form input[type="text"]::placeholder,
.popupform form input[type="email"]::placeholder,
.popupform form input[type="number"]::placeholder,
.popupform form input[type="tel"]::placeholder {
    color: #2c2c2c;
}


/*exit popup*/

.ys-layer {
    display: none;
    background-image: url(../images/pattern.png);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}


/*popup form*/

.ys-layer {
    display: none;
    /*background-image: url(../images/pattern.png);*/
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;

}

.ys-container.visible,
.ys-layer.visible {
    display: block;
}

.ys-box {
    background-color: #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px 20px 20px 20px;
    /*box-shadow: 2px 2px 2px 0px rgba(0,0,0,.8);*/
    transition: height .2s ease-in-out;
}

/*.ys-popup-close {
    box-shadow: 0px 0px 10px #0000000d;
    position: absolute;
    background-color: #fff;
    color: #0c71f4;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    right: 0;
    top: 0;
    line-height: 1.7;
    width: 0;
    height: 0;
    transform: translateX(50%) translateY(-50%);
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
}*/
.ys-popup-close {
    position: absolute;
    color: #000;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    display: block;
    right: 20px;
    top: 20px;
    font-weight: 700;
}

.ys-container.finished .ys-popup-close {
    width: 40px;
    height: 40px;
    text-indent: 0;
}

.ys-popup-content {
    display: none;
    padding: 20px 40px;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
}

.ys-container.finished .ys-popup-content {
    display: block;
}

.ys-popup-close:hover {
    text-decoration: none;
    color: #f00;
}

.ys-box {
    height: 574px;
    width: 572px !important;
    background: #f3c06a;
    padding: 0;
    background-size: cover;
}

.ys-box .mainbann {
    border-radius: 3px 3px 0 0;
    width: 100%;
}

.popupform h2 {
    color: #1a74f0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    padding: 0 0 20px;
}

.popupform h2 span {
    color: #ea2d62;
}

.popupform p {
    color: #000;
    padding: 0 0 8px;
    font-size: 14px;
}

.popupform form p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.popupform form p span {
    color: #0c71f4;
}

p.small {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
}

.popupform form {
    font-size: 0;
}

.popupform form .fldst {
    margin: 0px 0 10px;
    display: block;
    width: 100%;
}

.popupform form .fldst .intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.popupform form {
    border-radius: 8px;
}

.popupform form .fldst.btnattach button {
    position: relative;
    bottom: 0;
    border: 0;
    display: block;
    right: 0;
    background: #ea2d62;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.popupform form .lst-p {
    text-align: center;
    padding: 15px 0px;
}

.popupform 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: 8px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}


.portfolioSection {
    text-align: center;
    padding: 60px 0 0px;
}

.portfoliolist {
    margin-bottom: 0px;
}

.portfolioSection h5 {
    background: #2414511c;
    color: #241451;
    font-size: 16px;
    margin: 0 auto 20px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: 400;
    width: 150px;
}

.portfolioSection h2 {
    text-transform: capitalize;
    color: #323637;
    font-weight: 300;
    font-size: 56px;
    width: 100%;
    padding-bottom: 20px;
}

.portfolioSection h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

.portfolioSection p {
    width: 100%;
    color: #4a4e51;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 40px;
}


.border-box-effect {
    position: relative;
    padding: 5px;
    display: inline-block;
}

.border-box-effect img {
    width: 360px;
    height: 360px;
}

.border-box-effect figure {
    margin-bottom: 0px;
}

.border-box-effect:before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.border-box-effect:after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.border-box-effect:before,
.border-box-effect:after {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    z-index: 3;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.border-box-effect:hover:before,
.border-box-effect:hover:after {
    -webkit-transform: scale(1);
}

.border-box-effect>* {
    position: relative;
    display: block;
}

.border-box-effect>*.new-anim:after {
    content: "\e92d";
    font-family: 'ingicdesign';
    color: #fb2224;
    font-size: 50px;
}

.border-box-effect>*:before {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.border-box-effect>*:after {
    content: "+";
    font-size: 74px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 36px;
    z-index: 2;
    font-weight: 200;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.border-box-effect>*:hover:before,
.border-box-effect>*:hover:after {
    display: block;
}

.pckwrapa {
    margin-top: 50px;
}

.pckwrapa li {
    padding: 0px 15px;
    width: 33.33%;
    float: left;
}

.pakcagessection {
    padding: 100px 0 40px;
    text-align: center;
}

.pakcagessection h5 {

    background: #2414511c;
    color: #241451;
    font-size: 16px;
    margin: 0 auto 20px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: 400;
    width: 150px;
}

.pakcagessection h2 {
    text-transform: capitalize;
    color: #323637;
    font-weight: 300;
    font-size: 56px;
    width: 100%;
    padding-bottom: 20px;
}

.pakcagessection h2 span {
    color: #323637;
    /* font-family: var(--secondary-font-family); */
    font-weight: 400;
}

.pakcagessection p {
    width: 100%;
    color: #4a4e51;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 40px;
}

.pakcagessection .pack-wrap {
    background: #fff;
    border-radius: 20px;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 46px #0000001a;
}

.pakcagessection .pack-wrap .hdarea {
    text-align: center;
    padding: 30px 30px 20px;
}

.pakcagessection .pack-wrap .hdarea h4 {
    text-transform: capitalize;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 13px 30px 10px;
    color: #488cfb;
    border-radius: 8px;
    background: #e6f6ff;
    display: inline-block;
}

.pakcagessection .pack-wrap .hdarea h2 {
    color: red;
    font-size: 20px;
}

.pakcagessection .pack-wrap .hdarea h3 {
    color: #323637;
    font-size: 30px;
    padding-bottom: 10px;
}

.pakcagessection .pack-wrap .hdarea p {
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 30px;
}

.pakcagessection .pack-wrap .bdarea {
    padding: 10px 35px 20px;
}

.pakcagessection .pack-wrap .bdarea ul {

    margin-bottom: 0;
}

.pakcagessection .pack-wrap .bdarea ul li {
    text-align: left;
    width: 100%;
    padding: 5px 0;
    color: var(--default-color);
    padding-left: 30px;
    font-size: 14px;
    position: relative;
}

.pakcagessection .pack-wrap .bdarea ul li.heading {
    padding-left: 0;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
}

.pakcagessection .pack-wrap .bdarea ul li.heading:before {
    display: none;
}

.pakcagessection .pack-wrap .bdarea ul li:before {
    content: "\e962";
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    background-color: #241451;
}

.pakcagessection .pack-wrap .ftarea {
    padding: 10px 35px 120px;
}

.pakcagessection .pack-wrap .ftarea .lft {
    width: 46%;
    text-align: left;
    float: left;
}

.pakcagessection .pack-wrap .ftarea .lft h4 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 0;
    color: #241451;
}

.pakcagessection .pack-wrap .ftarea .lft h4 strong {
    font-weight: 400;
    font-size: 22px;
}

.pakcagessection .pack-wrap .ftarea .lft h4 span {
    display: block;
    font-size: 12px;
    color: #b2b8ca;
}

.pakcagessection .pack-wrap .ftarea .rht {
    width: 54%;
    text-align: right;
    float: right;
}

.pakcagessection .pack-wrap .ftarea .rht p {
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 13px;
}

.pakcagessection .pack-wrap .ftarea .rht p span {
    display: block;
    color: #999;
    font-size: 14px;
}

.pkbtn {
    margin-top: -28px;
    text-align: center;
    clear: both;
}



.servicepg .finesttestimonial {
    background: #fafbfd;
}










@media only screen and (max-width: 767px) and (min-width: 0px) {

    .ys-container.visible,
    .ys-layer.visible {
        display: none !important;
    }

    .flexiblefeatures-sec figure img,
    figure .banimg {
        display: none;
    }

    .slick-prev:before,
    .slick-next:before {
        display: none;
    }

    .ctop li:last-child {
        display: none;
    }

    .ctop li.num a {
        color: #000;
    }

    @media (max-width: 820px) and (min-width: 320px) {
        .hiddenmob {
            display: none !important;
        }
    }

    .hiddenmob {
        display: none !important;
    }

    .mobile-nav .logo-main img {
        width: 114px;
    }

    .home-banner-content {
        padding-top: 0;
    }

    .posrelative button {
        position: relative;
        margin: 5px 0;
        top: 0;
        right: 0;
        width: 100% !important;
        border-radius: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-banner-content .subtitle br {
        display: none;
    }

    .home-banner-content h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .dnform h2,
    .flexiblefeatures-sec h2,
    .pricing-sec h2,
    .ap-sec h2 {
        font-size: 26px;
    }

    .dnform h2 br,
    .flexiblefeatures-sec h2 br,
    .pricing-sec h2 br,
    .ap-sec h2 br {
        display: none;
    }

    .dnform p,
    .flexiblefeatures-sec p,
    .ap-sec p {
        font-size: 14px;
        line-height: 1.4;
    }

    .pricing-sec .pricingwrap li {
        padding: 15px;
    }

    .flexiblefeatures-sec ul li .txt-wrap {
        width: 100%;
        padding-right: 0px;
    }

    .cta2:after {
        display: none;
    }

    .cta2 {
        padding: 20px 0;
        height: auto;
    }

    .cta2 .wrap h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .finesttestimonial .testwrap .wrap h6 {
        font-size: 16px;
        line-height: 1.4;
    }

    .clientstrip {
        display: none;
    }

    .dnform {
        padding: 0px;
    }

    .downform {
        padding: 30px 0;
    }

    .dnform form select,
    .dnform form input[type="text"],
    .dnform form input[type="email"],
    .dnform form input[type="number"],
    .dnform form input[type="tel"],
    .dnform form textarea {
        height: 40px;
    }

    .dnform form .fldst {
        margin-bottom: 15px;
    }

    .dnform form .fldst.btnattach button {
        position: relative;
        width: 100%;
        display: inline-block;
        border-radius: 8px;
        right: 0px;
        top: 0px;
        height: 40px;
        margin-top: 20px;
    }

    .dnform form .fldst h6,
    .dnform form .fldst h6 a {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .flogo {
        padding: 0 0 10px;
    }

    p {
        line-height: 1.4 !important;
    }

    .footer-nav {
        text-align: left;
    }

    .pricing-sec {
        display: none;
    }

    .ap-sec {
        padding: 30px 0;
    }

    .ap-sec .mtpx-50 {
        margin-top: 0px !important;
    }

    .inner-banner-content h5 {
        font-size: 14px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }

    .inner-banner-content h6 {
        font-size: 14px;
    }

    .inner-banner-content h2 {
        padding-bottom: 10px;
    }

    .bannerBullets li {
        font-size: 12px;
        padding-left: 30px;
    }

    .inner-banner .buttonwrapper h6 {
        margin-left: 0px;
        font-size: 14px;
        margin-top: 20px;
    }

    .inner-banner .buttonwrapper h6 a {
        font-size: 14px;
    }

    .inner-banner .buttonwrapper {
        margin: 20px 0;
    }

    .cta2 .wrap a,
    .btn-outline,
    .btn-secondary {
        padding: 8px 30px;
        font-size: 14px;
    }

    .flexiblefeatures-sec ul li {
        margin-bottom: 20px;
    }

    .connect-sec {
        padding: 30px 0;
    }

    .portsect h5,
    .listsec h5,
    .howwewrapper h5,
    .indus-sec h5,
    .whatWeOffer h5,
    .flexiblefeatures-sec h5,
    .connect-sec h5 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .portfolioSection h2,
    .inner-content h2,
    .listsec h2,
    .portsect h2,
    .howwewrapper h3,
    .wow-testimonial h2,
    .weDifferent-sec h2,
    .indus-sec h2,
    .whatwrapper h3,
    .whatWeOffer h2,
    .connect-sec h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .portfolioSection h2 br {
        display: none;
    }

    .portfolioSection p,
    .inner-content p,
    .appr-warp .box-wrap p,
    .portsect p,
    .listsec p,
    .howwewrapper p,
    .wow-testimonial .tsbox .rht p,
    .wow-testimonial p,
    .weDifferent-sec p,
    .who-we-sec p,
    .indus-sec p,
    .whatWeOffer p,
    .connect-sec p {
        font-size: 14px;
        line-height: 1.4;
    }

    .portfolioSection p br,
    .portsect p br,
    .portsect h2 br,
    .wow-testimonial p br,
    .indus-sec p br,
    .whatWeOffer p br,
    .connect-sec p br {
        display: none
    }

    .frmsec p {
        font-size: 12px;
    }

    .weDifferent-sec h5,
    .whatwrapper h3 span {
        font-size: 18px;
        margin-top: 5px;
    }

    .howwewrapper p,
    .whatWeOffer p {
        padding-right: 0px;
    }

    .whatwrapper h4 {
        font-size: 26px;
    }

    .whatwrapper .buttonwrapper span {
        font-size: 14px;
        display: block;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .tabform form select,
    .tabform form input[type="text"],
    .tabform form input[type="email"],
    .tabform form input[type="number"],
    .tabform form input[type="tel"],
    .tabform form textarea {
        height: 40px;
    }

    .tabform form textarea {
        height: 100px;
    }

    .tabform form .fldst.btnattach button {
        width: 40px;
        height: 40px;
    }

    .tabform form .fldst.btnattach button span {
        font-size: 15px;
    }

    .cta2 .wrap h6 {
        font-size: 16px;
    }

    .client-drop {
        width: 100%;
    }

    .client-drop .cs-skin-elastic>span {
        padding: 12px 22px;
        font-size: 14px;
    }

    .client-drop .cs-select>span::after {
        top: 8px;
    }

    .indus-figures {
        width: 100%;
    }

    .indus-figures li {
        width: 50%;
        padding: 30px 0;
    }

    .indus-figures li.btm {
        border-bottom: 0px solid #2414511c;
    }

    .indus-figures li.rht {
        border-right: 0px solid #2414511c;
    }

    .indus-figures li .btn-sample {
        font-size: 12px;
    }

    .wownav {
        display: none !important;
    }

    .tabbing-links {
        margin: 0px auto 20px;
    }

    .flexiblefeatures-sec.pbpx-60 {
        padding-bottom: 30px !important;
    }

    /*  .innerfigures li img{width: 40px;}*/
    .inner-banner .buttonwrapper.mbpx-50 {
        margin-bottom: 20px !important
    }

    .who-we-sec h2.ptpx-90 {
        padding-top: 0px !important;
    }

    .who-we-sec figure {
        display: none;
    }

    .who-we-sec h2.ptpx-40 {
        padding-top: 0px !important;
    }

    .innertestimonial,
    .diff-wrap {
        display: none;
    }

    .wow-testimonial .tsbox .lft {
        display: none;
    }

    .wow-testimonial .tsbox .rht {
        width: 100%;
    }

    .wow-testimonial .tsbox {
        min-height: auto;
        margin: 0 0 30px;
    }

    .howhelp-sec .drible-boxes .boxeswrap li {
        width: 88%;
        margin: 20px 20px;
        padding: 20px 30px;
    }

    .howhelp-sec .drible-boxes .boxeswrap li:nth-child(2) {
        margin-top: 0;
    }

    .howhelp-sec .drible-boxes .boxeswrap li:nth-child(3) {
        margin-top: 0;
    }

    .howhelp-sec .drible-boxes .boxeswrap li:nth-child(4) {
        margin-top: 0;
    }

    .howhelp-sec .drible-boxes .boxeswrap li figure {
        display: none;
    }

    .howhelp-sec .drible-boxes .boxeswrap li h3 {
        font-size: 20px;
    }

    .howhelp-sec .drible-boxes .boxeswrap li p {
        font-size: 13px;
    }

    .howwewrapper {
        padding-top: 0;
        text-align: center;
    }

    .howwewrapper .buttonwrapper span {
        display: block;
        font-size: 14px;
        margin-top: 20px;
    }

    .listsec h2 {
        width: 100%;
        text-align: left;
        margin: 0px;
    }

    .listsec h5 {
        width: 160px;
        margin: 0 0 10px;
    }

    .listsec .wrap ul li.bb {
        border-bottom: 0px;
    }

    .listsec p {
        text-align: left;
    }

    .listsec .wrap ul {
        border-radius: 10px;
        margin-top: 30px;
    }

    .listsec .wrap h6 {
        font-size: 12px;
    }

    .listsec .wrap span a,
    .listsec .wrap span {
        font-size: 16px;
    }

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

    .appr-warp .box-wrap {
        padding: 0px;
        text-align: center;
    }

    .flexiblefeatures-sec h5 {
        margin-top: 30px;
    }

    .flexiblefeatures-sec .btnwrap {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    /* .form-box-main form .col-md-6,
    .form-box-main form .col-md-12 {
        padding: 0 0 20px;
    } */

    .inner-content .form-box-main h2 {
        font-size: 20px;
        padding-bottom: 30px;
        font-weight: 400;
    }

    .form-box-main form .fldst.btnattach button {
        position: relative;
        width: 100%;
        height: 40px;
        border-radius: 8px;
        margin-top: 20px;
    }

    .form-box-main form select,
    .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 {
        border-radius: 8px;
    }

    .sidebar h4 {
        border-radius: 5px 5px 0 0;
        margin-top: 20px;
    }

    .inner-content .form-box-main h6 a {
        margin-right: 10px;
    }

    .inner-content .form-box-main h6 {
        font-size: 12px;
    }

    .dnform form {
        padding: 0px;
    }

    img.paymentlogos {
        display: none;
    }

    .ftr-social {
        padding-bottom: 20px;
        width: 100%;
        text-align: left;
    }



}


.header-main.fixed .main-menu {
    padding: 0 0 0;
}

/* .header-main.fixed .ctop{padding:20px 0;} */

/*.header-main.fixed .biglogo-wrapper .big-logo{display: none;}
  .header-main.fixed .biglogo-wrapper .smal-logo{display: block;}*/


/* .header-main.fixed .biglogo-wrapper {
    top: 0px;
} */


@media only screen and (max-width: 800px) and (min-width: 320px) {
    .biglogo-wrapper {
        position: absolute;
        top: -19px;
    }

}

.biglogo-wrapper .big-logo {}

/*  .biglogo-wrapper .smal-logo{padding-left: 30px;}*/



.video-sec {
    position: absolute;
    display: block;
    width: 600px;
    height: 1000px;
    top: -440px;
    -webkit-border-radius: 100px / 50px;
    -moz-border-radius: 100px / 50px;
    border-radius: 560px / 600px;
    background-color: #ffffff;
    transform: rotate(30deg);
    right: -250px;
    overflow: hidden;
}

.video-sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: #ffffff47;
}

.video-sec>video {
    height: 100%;
    position: relative;
    transform: rotate(-30deg);
    left: -300px;
}



.video-sec-home-two {
    position: absolute;
    display: block;
    width: 550px;
    height: 900px;
    top: -60px;
    -webkit-border-radius: 100px / 50px;
    -moz-border-radius: 100px / 50px;
    border-radius: 1000px 1000px / 1000px 1000px;
    background-color: #fba92a;
    transform: rotate(20deg);
    right: -109px;
    overflow: hidden;
}

.video-sec-home-two:before {
    content: "";
    position: absolute;
}

.video-sec-home-two>video {
    height: 100%;
    position: relative;
    left: -390px;
    transform: rotate(-20deg);
    top: -100px;
}


.mainpgs-video-sec {
    position: absolute;
    display: block;
    width: 1100px;
    height: 720px;
    top: -480px;
    -webkit-border-radius: 100px / 50px;
    -moz-border-radius: 100px / 50px;
    border-radius: 140px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
    right: -377px;
    overflow: hidden;
}

.mainpgs-video-sec:before {
    content: "";
}

.mainpgs-video-sec>video {
    height: 120%;
    position: relative;
    transform: rotate(-45deg);
    left: 0;
}


.inner-video-sec {
    position: absolute;
    display: block;
    width: 830px;
    height: 1050px;
    top: -450px;
    -webkit-border-radius: 100px / 50px;
    -moz-border-radius: 100px / 50px;
    border-radius: 190px;
    background-color: #fba92a;
    transform: rotate(39deg);
    right: -370px;
    overflow: hidden;
}

.inner-video-sec:before {
    content: "";
}

.inner-video-sec>video {
    height: 100%;
    position: relative;
    transform: rotate(-39deg);
    left: -79px;
}


.portfolio {
    padding: 10px 0px 20px;
    max-width: 100rem !important;
}


.valign {
    vertical-align: middle !important;
}


.dnform form .fldst.btnattach h6 {
    display: inline-block;
    text-align: right;
    width: 75%;
}

.dnform form .fldst.btnattach h6 a {}


.footer-main p {
    color: #241451;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}





.portfoliolist .border-box-effect {
    position: relative;
    padding: 20px;
    width: 50%;
}

.portfoliolist .border-box-effect img {
    width: 100%;
    border-radius: 8px;
    height: auto;
}

.portfoliolist .border-box-effect figure {
    margin-bottom: 0px;
}

.portfoliolist .border-box-effect:before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.portfoliolist .border-box-effect:after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.portfoliolist .border-box-effect:before,
.portfoliolist .border-box-effect:after {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    z-index: 3;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.portfoliolist .border-box-effect:hover:before,
.portfoliolist .border-box-effect:hover:after {
    -webkit-transform: scale(1);
}

.portfoliolist .border-box-effect>* {
    position: relative;
    display: block;
}

.portfoliolist .border-box-effect>*.new-anim:after {
    content: "\e92d";
    font-family: 'ingicdesign';
    color: #fb2224;
    font-size: 50px;
}

.portfoliolist .border-box-effect>*:before {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border-radius: 8px;
}

.portfoliolist .border-box-effect>*:after {
    content: "\e978";
    font-family: "icomoon";
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    font-weight: 200;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: transparent;
    width: 100px;
    height: 100px;
    line-height: 1;
    border-radius: 50%;
    padding: 8px 0 0 12px;
    text-align: center;
    border: 10px solid #fff;
}

.portfoliolist .border-box-effect>*:hover:before,
.portfoliolist .border-box-effect>*:hover:after {
    display: block;
}




.form-box-main form .fldst.lastline {
    text-align: right;
}

@media (min-width: 577px) and (max-width: 833px) {

    ul.pointslist {
        margin: 0 auto;
        text-align: center;
        margin-top: 0;
        display: inline-block;
        width: 100%;
        color: #000;
        /* Add a semicolon here */
    }

    ul.pointslist li {
        display: inline-block;
        text-align: center;
        color: #fff;
        margin: 0 24px;
        vertical-align: middle;
        width: auto;
    }

}


.faqs-sec {
    padding: 100px 0;
    background: linear-gradient(to right, #e02a97 0%, #241451 95%);
}

.faqs-boxwrapper {}

.faqs-boxwrapper .faqs-textwrap {}

.faqs-boxwrapper .faqs-textwrap .faqs-box {}

.faqs-boxwrapper .faqs-textwrap .faqs-box h3 {
    color: white;
    font-size: 26px;
    font-weight: 500;
    margin: 40px 0 15px 0;
    text-transform: none;
}

.faqs-boxwrapper .faqs-textwrap .faqs-box p {
    color: white;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}

.faqs-boxwrapper .faqs-textwrap .faqs-box p a {
    color: #120731;
    font-weight: 900;
}



/*floating strips css start */
/*.floating_wrap{
      position: relative;
      z-index: 99999;
      display: none;
  }
  .floating_wrap .btns_wrap{position: fixed;right: 0;}
  .floating_wrap .btns_wrap a:hover{text-decoration: none!important;right: 0px;-ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  .floating_wrap .btns_wrap .call_wrap{
      width: 260px;
      position: fixed;
      right: -195px;
      background: #fff;
      top: 24%;
      border-radius: 10px 0px 0px 10px;
      padding: 13px 12px 14px 0;
      overflow: hidden;
      box-shadow: 0px 0px 40px #00000026 !important;
      -ms-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
  }
  .floating_wrap .btns_wrap .call_wrap i{
      color: #fff;
      background: #241451;
      font-size: 26px;
      padding: 16px 20px;
      border-right: 1px solid #ded9d9;
      vertical-align: middle;
  }
  .floating_wrap .btns_wrap .call_wrap span{
      color: #241451;
      font-family: var(--secondary-font-family);
      font-size: 18px;
      vertical-align: middle;
      background: #fff;
      padding: 15px 20px 15px 15px;
  }
  .floating_wrap .btns_wrap .chat_wrap{
      display: block;
      position: fixed;
      right: -194px;
      width: 260px;
      background: #fff;
      top: 15%;
      padding: 13px 12px 13px 0;
      border-radius: 10px 0px 0px 10px;
      overflow: hidden;
      box-shadow: 0px 0px 40px #00000026 !important;
      -ms-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
  }
  .floating_wrap .btns_wrap .chat_wrap i{
      color: #fff;
      background: #241451;
      font-size: 25px;
      padding: 15px 23px;
      border-right: 1px solid #ded9d9;
      vertical-align: middle;
      }
  .floating_wrap .btns_wrap .chat_wrap span{
      color: #241451;
      font-size: 18px;
      vertical-align: middle;
      background: #fff;
      font-family: var(--secondary-font-family);
      padding: 15px 30px 15px 15px;
  }

  

  .floating_wrap .float_form_box{
      position: fixed;
      right: 0;
  }
  .floating_wrap .float_form_box .floating_form{
      -ms-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      top: 33.5%;
      position: fixed;
      right: -334px;
      width: 400px;
      font-size: 0px;
      background: #ffffff;
      overflow: hidden;
      border-radius: 10px 0px 0px 10px;
      box-shadow: 0px 0px 40px #00000026 !important;
  }
  .floating_wrap .float_form_box .floating_form .floating_strip{
      float: left;
      width: 66px;
      overflow: hidden;
      height: 400px;
      position: relative;
      background: #241451;
  }
  .floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro{
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(-90deg);
  }
  .floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a:hover{text-decoration: none;}
  .floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a{
      color: #fff;
      font-size: 24px;
      width: 400px;
      text-align: center;
      height: 66px;
      padding-top: 16px;
      position: absolute;
      transform: rotate(360deg);
      font-family: var(--secondary-font-family);
  }
  .floating_wrap .float_form_box .floating_form .floating_inner{
      width: 83.5%;
      background: #fff;
      float: right;
      padding: 20px 30px 15px 30px;
  }
  .floating_wrap .float_form_box .floating_form .floating_inner h3{
      font-size: 24px;
      color: #241451;
      margin-bottom: 0;
      font-family: var(--secondary-font-family);
  }
  .floating_wrap .float_form_box .floating_form .floating_inner .form_wrap{
      padding-top: 10px;
      width: 100%;
      display: inline-block;
  }

  .floating_wrap .float_form_box .floating_form .floating_inner h3:before{display: none;}
  .floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form{}
  .floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .form-control{
      color: #000;
      border: 1px solid #bdbcbc;
      border-radius: 10px;
      height: 44px;
  }
  .floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form textarea.form-control{
      height: 85px;
  }
  .floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form input#quoteSubmit{
      border-radius: 10px;
      width: 100%;
  }
  .floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .field-mergedright{
  }
  .floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .margin-bottom-20{
      width: 100%;
      margin-bottom: 11px;
      padding-right: 15px;
  }

  .floating_wrap .float_form_box .floating_form.open{right: 0px;-ms-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;}


  .notscroll{    overflow: hidden;}
  .notscroll .floating_wrap:before{
      content: "";
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.82);
      z-index: -1;}


  .floating_wrap form select, .floating_wrap form .fldst{
      width: 100%;
      margin-bottom: 10px;
  }
  .floating_wrap form select, .floating_wrap form input[type="text"], .floating_wrap form input[type="email"], .floating_wrap form input[type="number"], .floating_wrap form input[type="tel"], .floating_wrap form textarea{width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;border-radius: 8px;height: 44px;font-weight: 400;outline: none !important;font-size: 14px;font-family: var(--secondary-font-family);}
  .floating_wrap .intl-tel-input.separate-dial-code .selected-dial-code{    font-size: 14px;font-family: var(--secondary-font-family);}
  .floating_wrap .intl-tel-input{width: 100%;}
  .floating_wrap form input[type="submit"]{
      font-size: 14px;
      width: 100%;
      border: none;
      padding: 14px;
      background: #241451;
      color: #fff;
      border-radius: 8px;
      font-family: var(--secondary-font-family);
  }
  .floating_wrap form textarea {
      height: 85px;
  }
*/



/*floating strips css start */
.floating_wrap {
    position: relative;
    z-index: 99999;
    display: none;
}

.floating_wrap .btns_wrap {
    position: fixed;
    right: 0;
}

.floating_wrap .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.floating_wrap .btns_wrap .call_wrap {
    width: 280px;
    position: fixed;
    right: -215px;
    background: #d72994;
    top: 22%;
    border-radius: 10px 0px 0px 10px;
    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;
}

.floating_wrap .btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    background: #d72994;
    padding: 15px 20px 15px 15px;
    font-weight: 700;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: fixed;
    right: -215px;
    width: 280px;
    background: #d72994;
    top: 13%;
    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: 10px 0px 0px 10px;
}

.floating_wrap .btns_wrap .chat_wrap span.icoo,
.floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #fff;
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    font-size: 25px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.floating_wrap .btns_wrap .chat_wrap span {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    background: #d72994;
    padding: 15px 30px 15px 15px;
    font-weight: 700;
}

/*floating strips css end */

/*floating form css start */

.floating_wrap .float_form_box {
    position: fixed;
    right: 0;
}

.floating_wrap .float_form_box .floating_form {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 31.5%;
    position: fixed;
    right: -334px;
    width: 400px;
    font-size: 0px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 0px 40px #00000026 !important;
}

.floating_wrap .float_form_box .floating_form .floating_strip {
    float: left;
    width: 66px;
    overflow: hidden;
    height: 467px;
    position: relative;
    background: #241451;

}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a:hover {
    text-decoration: none;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
    color: #fff;
    font-size: 24px;
    width: 467px;
    text-align: center;
    height: 66px;
    padding-top: 16px;
    position: absolute;
    transform: rotate(360deg);
    border-radius: 10px 0px 0px 10px;
}

.floating_wrap .float_form_box .floating_form .floating_inner {
    width: 83.5%;
    background: #fff;
    float: right;
    padding: 20px 30px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3 {
    font-size: 24px;
    color: #241451;
    margin-bottom: 0;
    margin: 0;
    /*padding-bottom: 0px;*/
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap {
    /*padding-top: 20px;*/
}

.floating_wrap .float_form_box .floating_form .floating_inner h3:before {
    display: none;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form {}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .form-control {
    color: #000;
    border: 1px solid #bdbcbc;
    border-radius: 10px;
    height: 44px;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form textarea.form-control {
    height: 85px;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form input#quoteSubmit {
    border-radius: 10px;
    width: 100%;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .field-mergedright {}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .hero_form .margin-bottom-20 {
    width: 100%;
    margin-bottom: 11px;
    padding-right: 15px;
}

.floating_wrap .float_form_box .floating_form.open {
    right: 0px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.notscroll {
    overflow: hidden;
}

.notscroll .floating_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: -1;
}


.floating_wrap .floating_inner {}

.floating_wrap .floating_inner .form_wrap {}

.floating_wrap .floating_inner .form_wrap form {}

.floating_wrap .floating_inner .form_wrap form .half_part {}

.floating_wrap .floating_inner .form_wrap form .form__input,
.floating_wrap .floating_inner .form_wrap form .select-selected {
    padding: 6px 10px;
    color: gray;
    font-size: 14px;
    border-radius: 10px;
}

.floating_wrap .floating_inner .form_wrap form textarea.form__input {
    height: 48px;
    resize: none
}

.floating_wrap .floating_inner .form_wrap form [class^=btn--] {
    padding: 20px 0;
}

.floating_wrap .floating_inner .form_wrap form .forarrowselect:after {
    top: 7px;
}

.floating_wrap .floating_inner .form_wrap form .select-items {}

.floating_wrap .floating_inner .form_wrap form .select-items div {
    padding: 8px 10px;
    font-size: 16px;
}

.form__input {
    background: #fff;
    border: 0;
    border: 1px solid #B2B9C1;
    border-radius: .1rem;
    /*-webkit-appearance: none;*/
    line-height: 1.4rem;
    outline: 0;
    margin: .48rem 0 0;
    padding: 1.05rem 1.6rem;
    transition: 150ms;
    width: 100%;
}

/*textarea.form__input{
  height: 100px;
}*/

.floating_wrap .floating_inner .form_wrap 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;
    border: 1px solid transparent;
    padding: 14px 60px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
    margin-top: 10px;


}


.floating_wrap .floating_inner .form_wrap div.checkbox p {
    font-size: 14px;
    color: #000;
    font-size: 14px;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .checkbx p {
    font-size: 12px;
    /* padding-left: 30px; */
    display: inline-block;
    vertical-align: top;
    /* margin-left: 40px; */
    max-width: 84%;
    margin-top: 6px;
    padding-bottom: 0px;
    line-height: 16px;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap .checkbx input[type='checkbox'] {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    margin-top: 10px;
    /* text-align: left; */
    margin-left: -5px;
}



/*floating form css end */






.our-process {
    display: block;
    padding: 100px 0;
}

.process-wrapbox {}

.process-wrapbox .col-lg-6 {
    vertical-align: middle;
    margin: 90px 0 0;
}

.process-wrapbox figure {}

.process-wrapbox figure img {
    margin: 0 auto;
    display: table;
}

.process-wrapbox .proces-textwrap {
    padding: 60px 30px;
}

.process-wrapbox .proces-textwrap h3 {
    color: #363945;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 24px;
    font-size: 36px;
    width: 100%;
    text-transform: none;
}

.process-wrapbox .proces-textwrap p {
    font-size: 22px;
    text-align: left;
    color: #5B6B7F;
    line-height: 28px;
    width: 100%;
}

.process-wrapbox .proces-textwrap a {
    color: #241451;
}

.process-video {
    width: 100%;
    position: relative;
}


.process-wrapbox .col-lg-6+.col-lg-6 .proces-textwrap {
    padding: 20px 30px 40px;
}


.videos-processpage {
    margin-bottom: 60px;
}

.processcta-wrapper {
    padding: 100px 20px;
    background: #241451;
    color: white;
    display: block;
}

.processcta {
    text-align: center;
}

.processcta figure {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}

.processcta figure img {
    width: 100%;
}

.processcta h3 {
    color: white;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
    text-transform: none;
}

.processcta p {
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    max-width: 780px;
    margin: 25px auto 30px;
}

.processcta a {
    color: rgba(255, 255, 255, 0.8000);
}







.process-stepswrap {
    padding: 100px 0 75px;
    display: block;
}

.process-stepswrap .col-lg-4 {
    vertical-align: top;
    margin-top: 60px;
}

.process-stepswrap .col-lg-4.last-twochilds {
    text-align: center;
}

.processsteps-box {
    text-align: center;
    padding: 0 30px;
}

.processsteps-box figure {}

.processsteps-box figure img {
    max-height: 145px;
    max-width: 100% !important;
}

.processsteps-box h4 {
    color: #363945;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}

.processsteps-box p {
    color: #5B6B7F;
    font-size: 16px;
    line-height: 22px;
    margin: 15px auto 25px;
    max-width: 425px;
}



.process-banner {
    background: #EFEFEF;
    display: block;
    padding: 100px 0;
    text-align: center;
}

.process-banner .inner-banner-content {
    margin-top: 100px;
}

.process-banner h2 {
    color: #363945;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 25px;
    max-width: 900px;
    padding: 0;
    text-transform: none;
}

.process-banner p {
    color: #363945;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin: 15px 0;
    display: block;
}

.process-banner a {
    display: inline-block;
    margin: 25px 0 40px;
}

.inner-pages .process-banner-video {
    margin: 0 auto;
    text-align: center;
}

.inner-pages .process-banner-video video {}

.process-banner-video {
    display: block;
    position: relative;
}

.process-banner-video video {
    width: 100%;
}

.playbutton:focus {
    outline: none;
}

.playbutton {
    font-size: 50px;
    background: #fcae2f;
    border: transparent;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: -70px;
    cursor: pointer;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 5px 20px 0;
}




.playbuttonbanner:focus {
    outline: none;
}

.playbuttonbanner {
    font-size: 60px;
    background: #fcae2f;
    border: transparent;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    left: 50%;
    margin: auto;
    width: 120px;
    height: 120px;
    padding: 8px 35px 0;
    transform: translate(-50%, -50%);
}






.banner-form {
    background: linear-gradient(to right, #e02a97 0%, #241451e8 90%);
    padding: 30px;
    position: relative;
    z-index: 9;
    margin: 0 0 30px 0;
    max-width: 380px;
    float: right;
    border-radius: 8px;
    -webkit-box-shadow: 11px 15px 60px -10px rgb(28 28 28 / 10%);
    -moz-box-shadow: 11px 15px 60px -10px rgba(28, 28, 28, 0.1);
    -ms-box-shadow: 11px 15px 60px -10px rgba(28, 28, 28, 0.1);
    box-shadow: 11px 15px 60px -10px rgb(28 28 28);
}

.banner-form h3 {
    font-size: 30px;
    max-width: 100%;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}

.banform {}

.banner-form img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.ban-form {}

.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: 8px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 8px;
    height: 100px;
    font-weight: 400;
    outline: none !important;
    margin: 0;
    resize: none;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 15px 0 0;
    border: 4px solid #fdfdfd;
    cursor: pointer;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}

.chatbannertxt {
    color: #f3ed3b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.floating-form {
    position: fixed;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    right: -47px;
    height: 100%;
    z-index: 999;
    top: 0;
    width: 50px;
}

.floating-form.open {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 1000;
    right: 1050px;
}

.floating-form.open:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100vh;
    background: #000000d6;
    z-index: 1;
    left: -612px;
}

.floating-form.open .strip {
    /* -webkit-transition: 0.4s; */
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    right: unset;
    z-index: 100;
    left: -51px;
}

.floating-form .strip p {
    color: #4c4c4c;
    font-size: 20px;
    transform: rotate(-88deg);
    display: inline-block;
    padding: 0;
    position: absolute;
    bottom: 41px;
    left: -57px;
    font-weight: 700;
}

.floating-form .strip span.plane {
    color: #fff;
    position: absolute;
    left: 9px;
    font-size: 28px;
    transform: rotate(0);
    top: 35px;
}

.floating-form.open .strip p {
    color: #fff;
}

.floating-form.open .strip span.plane {
    opacity: 0;
}

.floating-form .inner-float {
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    top: 0;
    bottom: 0;
}

.floating-form.open .inner-float {
    right: 83%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floating-form .strip {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #241451;
    z-index: 5;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
    box-shadow: -10px 0 60px #67563969;
    display: inline-block;
    left: -40px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 100;
}

.floating-form:hover .strip {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.floating-form .strip img {}

.floating-form .f-whole {
    position: absolute;
    width: 1200px;
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100vh;
    padding: 48px 60px 0 100px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floating-form.open .f-whole {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.f-whole {
    display: table;
    width: 100%;
}

.f-whole .left-sec {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}



.floating-form form {
    float: right;
    width: 100%;
}

.floating-form form textarea,
.floating-form form select,
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: transparent;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.floating-form form input {
    margin: 0px 0 25px 0;
}

.floating-form form select {
    margin: 0 0 25px 0;
}

.floating-form form .intl-tel-input {
    margin: 0px 0 25px 0;
    width: 100%;
}

.floating-form .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 18px;
    color: #495057;
}

.floating-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    color: #495057;
    border-bottom: 1px solid #ced4da;
    font-size: 18px;
}


.floating-form form textarea {
    height: 100px;
    resize: none;
}

.floating-form form input[type="submit"] {
    width: 200px;
    margin: 20px 0 0;
    border: transparent;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    cursor: pointer;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}

.floating-form form input:focus,
.floating-form form select:focus,
.floating-form form textarea:focus {
    outline: none;
    box-shadow: none;
}


.floating-form .f-rght {
    padding: 0 60px;
    height: 100%;
    background: url(../images/bg-form.png)no-repeat right bottom;
    background-position: 0 160px;
    background-size: contain;
}

.floating-form h3 {
    font-size: 22px;
    max-width: 100%;
}

.floating-form h6 {
    padding: 0;
    font-size: 14px;
}

.floating-form p {
    font-size: 16px;
    max-width: 100%;
    font-weight: 500;
    color: #6472a5;
    padding: 0px 0 30px 0;
}

.floating-form a.teli {
    color: var(--theme-dark);
    font-size: 14px;
}



.floating-form.open .btn-close {
    z-index: 100;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100px;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    bottom: 0;
    margin: 0;
    padding: 29px 0;
    height: 99px;
    transform: none;
    display: block;
    text-align: center;
}

.btn-close {
    display: none;
}

.btn-close .hamb {
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 0 0 9px; */
    z-index: 99999;
}

.btn-close .hamb .bar {
    display: block;
    z-index: 99999;
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 0 0 3px;
    z-index: 99999;
    border-radius: 10px;
}

.btn-close .hamb .bar {
    -webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    z-index: 99999;
}

.btn-close .hamb .bar.second {
    display: none;
}

.btn-close .hamb .bar.one {
    height: 1.5px;
    transform: rotate(-45deg);
}

.btn-close .hamb .bar.two {
    transform: rotate(55deg);
    top: -5px;
    position: relative;
    height: 1.5px;
}

.btn-close .hamb img {}


.form-bottom.formb-floating {
    margin: 14px 0 0 0;
}

.form-bottom.formb-floating .formb-left {
    display: inline-block;
    width: 61%;
    vertical-align: bottom;
}

.form-bottom.formb-floating .formb-left p {
    font-size: 16px;
}

.form-bottom.formb-floating .checkbx p {
    padding: 0;
    margin: 0 0 0 6px;
    display: inline-block;
    font-size: 12px;
    width: 86%;
    vertical-align: middle;
}

.form-bottom.formb-floating .formb-right {
    display: inline-block;
    width: 10%;
    text-align: left;
}

.form-bottom.formb-floating .checkmark {
    background-color: #ffffff;
    top: 3px;
}

.form-bottom.formb-floating .checkbx .checkmark:after {
    border: solid #4c5682;
    color: #4c5682;
    border-width: 0 3px 3px 0;
}




.main-text-wrapper {
    max-width: 75%;
    margin: 0 auto;
}

.main-text-wrapper h2 {
    max-width: 85%;
    margin: 0 auto;
    font-weight: 500;
}

.main-text-wrapper p {
    max-width: 95%;
    margin: 0 auto;
}


.ctainner {
    font-size: 0;
    margin-top: 50px;
    position: relative;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}

/*.ctainner:after{position:absolute;content:"";width: 80%;border: 1px solid #f7f7f7;top: 0;left: 0;right: 0;margin: auto;}*/
/* .ctainner:before{position:absolute;content:"";width: 100%;border: 1px solid #f7f7f7;bottom: 0;left: 0;right: 0;margin: auto;} */
.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: #db2a95;
}

.ctainner h3 a {
    text-decoration: underline;
    color: #db2a95;
}

.ctainner h6 {
    text-align: right;
    padding-bottom: 0;
    display: block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 300;
}

.ctainner h6 a {
    color: #db2a95;
    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: #241451;
    border-radius: 8px;
    padding: 20px !important;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}

.cta-left {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.cta-right {
    display: inline-block;
    width: 35%;
    text-align: right;
}

.inner-pages .flexiblefeatures-sec {
    padding: 100px 0;
    position: relative;
}

.inner-pages .flexiblefeatures-sec:before {
    position: absolute;
    content: "";
    width: 80%;
    border: 1px solid #f7f7f7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.button-area {}

.button-area h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0;
}

.button-area h5 {
    margin-top: 0;
    text-align: center;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background: transparent;
    color: #000;
}

.button-area h5 a {
    text-decoration: underline;
    color: #241451;
}

.loadmore {
    transition: none;
    transform: none;
}

.loadmore:hover {
    transform: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: transparent;
}

@media only screen and (max-width: 1025px) and (min-width: 0px) {

    .video-sec,
    .video-sec-home-two,
    .mainpgs-video-sec,
    .inner-video-sec {
        display: none;
    }


}

@media only screen and (max-width: 767px) and (min-width: 0px) {

    .home-banner-content{
        text-align: center;
    }
    .home-banner-content h1 {
        font-size: 32px;
    }

    .home-banner-content .subtitle {
        font-size: 14px;
    }

    .home-banner-content p span {
        padding: 0;
        background: transparent;
        
    }

    .analyzeform {
        margin-top: 0px;
    }

    .analyzeform form .wrap {
        padding-left: 0px;
    }

    /* .home-banner {
        height: 100vh;
    } */
    ul.pointslist{
        margin: 30px auto 20px !important;
    }

    .partners-cta {
        margin-top: 0px;
    }

    .analyzeform form .dtf {
        width: 100%;
    }

    .analyzeform form .dtf.text-left {
        text-align: center !important;
    }

    .analyzeform form input[type="submit"] {
        margin-left: 0px;
        padding: 12px 60px 12px;
    }

    .sticky-container {
        display: none !important;
    }

    .analyzeform form input[type="text"],
    .analyzeform form input[type="email"],
    .analyzeform form input[type="number"],
    .analyzeform form input[type="tel"],
    .analyzeform form textarea {
        border-radius: 5px;
        height: 40px;
    }

    .home-banner-content h5 {
        font-size: 14px;
    }

    .partners-cta {
        display: none;
    }

    .counter ul li {
        width: 100%;
    }

    .counter ul li a .wrap {
        font-size: 16px;
        padding-top: 9px;
        width: 65%;
    }

    .mobile-nav-btn {
        z-index: 99999;
        top: 3px;
    }

    .tabs li {
        width: 100%;
    }

    .listsec .wrap ul li {
        width: 100%;
    }

    .listsec .wrap ul li.br {
        border-right: 0px;
    }

    .listsec .wrap ul li:nth-child(n+13) {
        border-bottom: 1px solid #BBBECC;
    }

    .listsec .wrap ul li:last-child {
        border-bottom: 0px;
    }

    .strugglesec ul li {
        width: 100%;
        font-size: 16px;
    }

    .packages-sec h2,
    .helpsec h2,
    .strugglesec h2 {
        font-size: 22px;
        width: 80%;
        margin: 0 auto;
    }

    .bottom-form .txtwrap h2,
    .story-sec h2 {
        font-size: 22px;
    }

    .bottom-form .txtwrap p,
    .story-sec p {
        font-size: 16px;
        line-height: 1.4;
    }

    .helpsec .img-container {
        display: none;
    }

    .helpsec .mtpx-40 {
        margin-top: 0px !important;
    }

    .hlpwrap {
        margin: 30px 0;
    }

    .hlpwrap li .rht p {
        font-size: 14px;
        line-height: 1.2;
        padding-bottom: 0px;
    }

    .hlpwrap li .lft figure img {
        width: 80px;
    }

    .hlpwrap li .rht h3 {
        font-size: 18px;
    }

    .hlpwrap li .rht {
        padding: 10px 0;
    }

    .packages-sec p {
        font-size: 14px;
        line-height: 1.4;
    }

    .tabbing-links li {
        width: 70%;
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pack-wrap.green {
        margin-top: 0px;
    }

    .listsec .wrap ul li {
        padding: 10px 35px;
    }

    .listsec .wrap ul li p:before,
    .listsec .wrap ul li p {
        font-size: 14px;
    }

    .firstcs:before {
        display: none;
    }

    .figarea ul li .tx {
        padding: 0px;
        width: 100%;
    }

    .figarea {
        padding: 30px;
    }

    .figarea ul li .tx h3 {
        font-size: 12px;
    }

    .figarea .single-test h4 br {
        display: none;
    }

    .firstcs.scndcs .txtarea,
    .firstcs .txtarea {
        padding: 40px 10px 0;
        height: auto;
    }

    .firstcs {
        background: #138990;
        padding-bottom: 20px;
    }

    .firstcs .figarea {
        background: #fff;
        border-radius: 15px;
    }

    .firstcs.scndcs {
        background: #f0584a;
    }

    .figarea {
        height: auto;
    }

    .lgonly {
        display: none;
    }

    .xsonly {
        display: block
    }

    .testimonial-sec .test-wrap h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .testimonial-sec .test-wrap h3 br {
        display: none;
    }

    .testimonial-sec .test-wrap h5 span {
        font-size: 10px;
    }

    .testimonial-sec .test-wrap h5 {
        font-size: 12px;
    }

    .bot-form {
        margin-top: 30px;
    }

    .firstcs .txtarea ul li p {
        font-size: 14px;
        line-height: 1.4;
    }

    .firstcs .txtarea ul li h5 {
        font-size: 16px;
    }

    .subscribe-main {
        width: 100%;
        margin: 30px 0px 10px;
    }

    .footer-nav li a {
        font-size: 14px;
    }

    .footer-nav {
        width: 100%;
        text-align: left;
        font-size: 0;
    }

    .footer-nav li {
        margin-right: 0;
        width: 50%;
        display: inline-block;
    }

    .ftr-social {
        width: 100%;
        text-align: left;
    }

    .ftr-social li {
        float: none;
        display: inline-block;
    }

    .quest-title {
        font-size: 12px;
    }

    .inner-banner {
        height: auto;
    }

    .inner-banner-content h5 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .inner-banner-content h2 {
        font-size: 26px;
        text-align: left;
    }

    .inner-banner-content h2 span {
        font-size: 24px;
    }

    .inner-banner-content p {
        font-size: 16px;
        text-align: left;
    }

    /* .inner-banner-content {
        padding: 0px;
        margin: 100px 0 0;
    } */

    .inner-pages .inner-banner {
        margin-bottom: 0px;
    }

    .approach-items .approach-item:before {
        display: none;
    }

    .approach-items .approach-content {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 20px;
    }

    .approach-items .approach-item .approach-inner {
        margin-bottom: 10px;
    }

    .three-testimonials h2,
    .servicesec h4 {
        font-size: 22px;
        width: 80%;
        margin: 0 auto;
    }

    .servicesec p br,
    .servicesec h4 br {
        display: none;
    }

    .servicesec p {
        font-size: 16px;
        padding: 0 20px;
    }

    .servicesec .boxwrap {
        padding: 0 80px;
    }

    .servicesec .boxwrap li {
        margin: 0 0 10px;
        width: 100%;
    }

    .three-testimonials .box {
        margin-bottom: 15px;
    }

    .testsec .firsttesti .lgarea {
        text-align: center !important;
    }


    .header-main .biglogo-wrapper .big-logo {
        display: none !important;
    }

    .header-main .biglogo-wrapper .smal-logo {
        display: block !important;
        width: auto;
        padding: 0;
    }

    .floating-form {
        display: none;
    }

    div.list-point {
        padding: 20px 0;
    }

    ul.pointslist {
        width: 100%;
    }

    ul.pointslist li h3 {
        font-size: 12px;
    }

    .servicescart-sec h2 {
        max-width: 100%;
        font-size: 28px;
    }

    .servicescart-sec .cartbox {
        width: 950% !important;
        max-width: 950% !important;
    }

    .home-banner-content h3 {
        padding-bottom: 10px;
    }

    .home-banner-content a {
        margin: 5px 0 0;
    }

    .finesttestimonial {
        padding: 20px 0;
    }

    .finesttestimonial .testwrap h5 {
        margin: 0 0 0 20px;
        padding: unset;
        width: 65%;
    }

    .bottom-form {
        padding: 20px 0;
    }

    .form-box-main {
        padding: 20px 0;
    }

    .faqs-sec {
        padding: 20px 0;
    }

    .main-text-wrapper,
    .inner-pages .main-text-wrapper {
        /* text-align: left; */
        max-width: 100%;
    }

    .main-text-wrapper h2,
    .inner-pages .main-text-wrapper h2 {
        max-width: 100%;
        margin: 0;
    }

    .main-text-wrapper p,
    .inner-pages .main-text-wrapper p {
        max-width: 100%;
    }

    .appr-warp .box-wrap h4 {
        text-align: left;
    }

    .appr-warp .box-wrap p {
        text-align: left;
    }

    .button-area h5 {
        text-align: left;
    }

    .button-area h5 a {}

    .servicescart-sec .servic-left {
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }

    .servicescart-sec .servic-right {
        width: 100%;
        text-align: center;
    }

    .cta-left {
        width: 100%;
    }

    .ctainner h3 {}

    .ctainner .same {}

    .ctainner h3 br {
        display: none;
    }

    .cta-right {
        width: 100%;
        text-align: left;
    }

    .ctainner h6 {
        text-align: left;
    }

    .ctainner h6 a {
        margin: 20px 0 0;
    }

    .cta2 .wrap.innerctabottom {
        width: 100%;
    }

    .cta2 .wrap h3 i a {
        padding: 0;
    }

    .cta2 .wrap h3 br {
        display: none;
    }

    .cta2 .wrap.anchor {
        width: 100%;
    }

    .footer-top {
        padding: 0;
    }

    .ctainner {
        margin-top: 0;
    }

    .sec-padding {
        padding: 20px 0;
    }

    .footer-top h4.hiddenmob+.footer-nav {
        margin: -10px 0 0 0;
    }

    .button-area h3 {
        text-align: left;
    }

    .flexiblefeatures-sec,
    .inner-pages .flexiblefeatures-sec {
        padding: 20px 0;
    }

    .banner-form {
        margin: 30px 0 0;
        border: 1px solid #000;
        box-shadow: none;
    }




    .howhelp-sec {
        padding: 20px 0;
    }

    .howhelp-sec figure {
        display: none;
    }

    .listsec {
        padding: 20px 0;
    }


    .portfoliolist .border-box-effect {
        padding: 10px;
        width: 100%;
    }

    .tab-custom.sample .tabbing-links li {
        width: 40%;
    }



    .process-banner {
        padding: 20px;
    }


    .playbuttonbanner {
        display: none
    }

    .playbutton {
        display: none
    }

    .our-process {
        padding: 60px 0 20px;
    }

    .process-wrapbox .col-lg-6 {
        margin: 0;
    }

    .process-wrapbox figure {
        width: 50%;
    }

    .process-wrapbox figure img {
        width: 100%;
    }

    .process-wrapbox .col-lg-6+.col-lg-6 .proces-textwrap,
    .process-wrapbox .proces-textwrap {
        padding: 0;
    }

    .process-wrapbox .proces-textwrap h3 {
        font-size: 26px;
        margin: 0 0 14px;
        padding: 0;
    }

    .process-wrapbox .proces-textwrap p {
        font-size: 16px;
    }

    .processcta-wrapper {
        padding: 20px 0;
    }

    .processcta {
        text-align: left;
    }

    .processcta figure {
        margin: 0 0 20px;
    }

    .processcta h3 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 26px;
        padding: 0;
    }

    .processcta p {
        font-size: 16px;
        margin: 0;
    }



    .process-stepswrap {
        padding: 20px 0;
    }

    .processsteps-box {
        text-align: left;
        padding: 0;
    }

    .process-stepswrap .col-lg-4 {
        margin: 0 0 10px;
    }

    .process-stepswrap .processsteps-box h4 {}

    .process-stepswrap .processsteps-box p {
        margin: 0;
    }

    .process-wrapbox .proces-textwrap {}

    .faqs-boxwrapper .faqs-textwrap .faqs-box h3 {
        font-size: 26px;
    }

    .faqs-boxwrapper .faqs-textwrap .faqs-box p {
        font-size: 16px;
    }


    .ordr {
        margin: 0 0 20px
    }

    .ordr1 {
        order: 1
    }

    .ordr2 {
        order: 2
    }

    .ordr3 {
        order: 3
    }

    .ordr4 {
        order: 4
    }

    .ordr5 {
        order: 5
    }

    .ordr6 {
        order: 6
    }

    .ordr7 {
        order: 7
    }

    .ordr8 {
        order: 8
    }





    .form-box-main form input[type=checkbox]:not(old)+label,
    input[type=radio]:not(old)+label {
        height: 22px;
        line-height: 1.4;
    }

    .bottom-form h2 {
        max-width: 100%;
        font-size: 26px;
        text-align: left;
    }

    .bottom-form p {
        max-width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
    }
    .why_explainer_box{
        flex-direction: column;
        justify-content: center;
    }
    .why_explainer_box .why_explainer_box_text{
        text-align: center;
        margin: 25px 0 25px 0;
    }
    .finesttestimonial .testwrap .wrap h6{
        text-align: center;
    }
    .testimonial-content-main{
        justify-content: center;
    }
    .finesttestimonial .testwrap h5{
        width: max-content;
    }
    .cta2 .wrap h3{
        text-align: center;
    }
    .form-box-main form input[type=checkbox]:not(old)+label, input[type=radio]:not(old)+label{
        display: flex;
        align-items: center;
    }
    .form-box-main form input[type="submit"]{
        width: max-content;
        margin: 0 auto;
        display: flex;
    }
    .faqs-boxwrapper .faqs-textwrap .faqs-box{
        text-align: center;
    }
    .case_studies_brif{
        text-align: center;
    }
    .case_studies_brif h3{
        text-align: center !important;
    }
    .case_studies_btn_box{
        justify-content: center;
    }
    .inner-banner-content{
        text-align: center;
    }
    .inner-banner-content h2{
        text-align: center;
    }
    .inner-banner-content p{
        text-align: center;
    }
    .inner-banner .buttonwrapper a{
        display: block;
        max-width: max-content;
        margin: 0 auto;
    }
    .inner-banner .buttonwrapper h6{
        display: block;
        margin-left: 0;
    }
    .inner-banner .buttonwrapper h6 a{
        display: inline-block;
    }
    .listsec .wrap ul li p{
        text-align: left;
    }
    .contactpg .inner-content h2{
        text-align: center;
    }
    .contactpg .inner-content p {
        text-align: center;
        margin: 0;
    }
    .bottom-form h2{
        text-align: center;
    }
    .bottom-form p{
        text-align: center;
    }
}








.mar-top30 {
    margin-top: 30px !important;
}