/*header css*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.header-topbar {
    background-color: #af001d;
    padding: 5px 150px;
    display: flex;
    align-items: center;
}

.header-logo img {
    width: 85%;
}

.headerbar-nav {
    padding: 10px 130px;
    display: flex;
    align-items: center;
}

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

.topbar_number a {
    color: #fff;
    font-family: "Poppins";
    font-size: 15px;
}


.topbar_number a {
    color: #fff;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.topbar_number svg {
  padding-right: 10px;
}

.header-topbar .navbar-nav .nav-link{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-topbar .navbar-nav .nav-link{
    color: #fff !important;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
  }


  .headerbar-nav .navbar-nav {
    gap: 40px;
}

.headerbar-nav .navbar-nav .nav-link {
    font-family: "Poppins";
    font-weight: 600;
    text-align: center;
    color: #222222 !important;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 14px;
}

  .headnav_light {
    font-weight: 300;
  }

  .headerbar-nav .navbar-nav .nav-link.dropdown-toggle{
    border: none;
  }

  .headerbar-nav .navbar-nav .dropdown-menu {
    top: 130%;
    left: -200% !important;
}

.headerbar-nav .navbar-nav .dropdown-menu  a.dropdown-item a {
    color: #000;
}

.headerbar-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: white;
    background-color: #af001d;
}




@media (min-width: 992px) {
    .navbar-expand-lg {
        height: 30px;
    }
}

@media(max-width:1600px){
    .header-topbar {
        padding: 5px 20px;
    }
    
    .headerbar-nav {
        padding: 10px 20px;
    }
}

@media(max-width:1366px){
    .headerbar-nav .navbar-nav .nav-link {
        font-size: 13px;
    }

    .headerbar-nav .navbar-nav .dropdown-menu {
        top: 130%;
        left: -310% !important;
        padding: 10px;
    }
}

@media (max-width: 1280px) {
    .headerbar-nav .navbar-nav .nav-link {
        font-size: 12px;
    }
}
/*end header css*/


/*footer css*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.footer_inner_div {
    background: #fff;
    border-top-left-radius: 200px;
    padding-top: 60px;
}
.copyright_sec {
    padding: 12px 0;
    background: #041965;
}
.footer_termCondition_links .footer_links {
    display: flex;
    gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.footer_link a {
    color: #000;
    display: block;
    font-family: "PT Sans", serif;
    font-size: 15px;
    line-height: 1.7;
    opacity: .6;
    text-transform: capitalize;
}
.footer_termCondition_links .footer_links a {
    color: #fff;
    opacity: 1;
}
.footer_spacer {
    border-bottom: 2px solid #0000001a;
    margin: 20px 0 30px;
    width: 100%;
}
.footer_social {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.footer_social_text {
    font-family: "PT Sans", serif;
}
.footer_subhead {
    font-family: "PT Sans", serif;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer_links {
    list-style: none;
    padding-left: 0;
}
.footer_avail, .footer_payment {
    text-align: center;
}
.footer_payment-text {
    color: #312a92;
    font-family: "PT Sans", serif;
    font-size: 21px;
    font-weight: 900;
    margin: 20px 0;
    text-transform: uppercase;
}
.color-red {
    -webkit-text-fill-color: #0000;
    background: -webkit-linear-gradient(#ee2849, #af001d);
    -webkit-background-clip: text;
}
.footer .footer_brand_imgs {
    text-align: center;
}
.footer .footer_brand_imgs img {
    margin: 0 20px;
    width: 145px;
}
.footer_extra_links .footer_links {
    display: flex;
    justify-content: center;
}

.footer_brand_imgs img {
    width: 145px;
    margin: 0px 20px;
}
.footer_extra_links .footer_links {
    display: flex
;
    gap: 16px;
    justify-content: center;
}
.copyright p {
    color: #fff;
    font-family: "PT Sans", serif;
    margin-bottom: 0;
	padding: 0;
}
/*end footer css*/




#ff7a00/* @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);
}

.item.blackfriday {
    position: relative;
}

.item.blackfriday:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.overlay-bg.vis {
    display: block !important;
}

.overlay-bg {
    display: none;
    background-image: url(../img/pattern.png);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.94;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.teramwrp{
    padding-top: 11% !important;
}
.mypopup-wrap.active {
    position: fixed;
    top: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mypopup-wrap {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 800px;
    height: 600px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0px;
    top: -20000px;
    bottom: 0px;
    margin: auto;
    z-index: 99999;
    overflow: hidden;
}

.mypopup-wrap .mypopup {
    border-radius: 10px;
    font-size: 0px;
    background: #fff;
}

.mypopup-wrap .mypopup .left {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    background: #386163;
    vertical-align: middle;
}

.mypopup-wrap .mypopup .left figure {
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.mypopup-wrap .mypopup .left figure img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}

.mypopup-wrap .mypopup .right {
    width: 50%;
    padding: 19px 20px;
    vertical-align: top;
    display: inline-block;
    vertical-align: middle;
}

.mypopup-wrap .mypopup .right .closebutton {
    position: absolute;
    width: 20px;
    height: 20px;    /*float: right;*/
    cursor: pointer;
    transform: rotate(45deg);
    right: 20px;
    top: 20px;
}

.mypopup-wrap .mypopup .right .closebutton:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    top: 0;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.mypopup-wrap .mypopup .right .closebutton:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    top: 0;
    left: 0;
    background: #000;
    display: block;
    bottom: 0;
    margin: auto;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
    font-size: 26px;
    line-height: 1;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
    font-size: 38px;
    display: block;
    font-weight: 900;
    color: #edad0d;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mypopup-innerwrap .form_wrap {
    padding: 20px 15px;
}

.mypopup-innerwrap .form_wrap .hero_form {
}

.mypopup-innerwrap .form_wrap .hero_form form {
}

.mypopup-innerwrap .form_wrap .hero_form .form-control {
    border-radius: 10px;
    border: 1px solid #b9b8b8;
}

.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
    border: 1px solid #5d03db;
}

.mypopup-innerwrap .form_wrap .hero_form textarea.form-control {
    color: #000;
}

.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
    min-height: 85px;
}

.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
    border-radius: 10px;
    min-width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-md-6 {
    width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
    width: 100%;
}

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

.hero_form .field-mergedright {
    padding-right: 15px;
}

.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
    margin-bottom: 10px;
}

.eggoffer.show {
    position: fixed;
    bottom: 8px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.eggoffer {
    width: 180px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    bottom: 10px;
    left: 8px;
    z-index: 999;
    overflow: hidden;
}

.eggoffer .top {
    position: relative;
    z-index: -1;
}

.eggoffer .top figure {
    text-align: center;
}

.eggoffer .top figure img {
    opacity: 1;
}

.eggoffer .bottom {
    cursor: pointer;
    padding: 16px 5px;
    border-radius: 5px;
    background: #16a07d;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before,
.eggoffer .bottom h3:before {
    display: none;
}

.eggoffer .bottom h3 {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.eggoffer .bottom span {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    padding-top: 6px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-shadow: 0 2px 2px #666;
}

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

.form_wrap .analyzeform form input[type="submit"] {
    width: 100%;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
}

.form_wrap .analyzeform form .wrap {
    padding-left: 0px;
}

.form_wrap .analyzeform {
    margin: 0px;
}

.eggoffer .broken {
    display: none;
}

.eggoffer .unbroken {
    display: block;
}

.mypopup-wrap .easter {
    display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px !important;
    }

}

body {
    font-family: var(--primary-font-family);
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative;
    overflow-x:hidden;
}

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

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

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

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

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

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

.banner-btn {
    text-transform: capitalize;
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
    background-color: transparent;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #fff !important;
}

.secpad-100 {
    padding: 100px 0;
}

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

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

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

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

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

h1,
.h1,
h2,
.h2 {
}

}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
padding-bottom: 10px;
color: var(--theme-dark);
}

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

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

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

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

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

p {

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

p {
font-weight: 400;
line-height: 1.5;
padding: 0 0 20px;
margin: 0px;
font-size: 18px;
color: #091E42;
}

img {
max-width: 100%;
}

.main-wtn-sec {
margin: 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
margin: 0;
}

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

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

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

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

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

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

p strong {
color: black;
}

p span {
color: black;
}

a:hover {
text-decoration: none;
}

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

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

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

.relative {
position: relative;
}

.absolute {
position: absolute;
}

h2,
.h2 {
color: #171717;
line-height: 1.2;
font-weight: 700;
padding: 0 0 15px 0;
position: relative;
letter-spacing: -1px;
}

h2 span,
.h2 span {
color: var(--primary-color);
}

a {
text-decoration: none;
}

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

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

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

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

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

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

/* header 
------------------------------------*/
.header-main {

/* position:  absolute; */ padding: 0 0 0 0;
top: 0;
z-index: 99;
width: 100%;
-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;
}

.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;
position: fixed;
background: #fff;
}

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

.header-main.fixed .logo {
width: 100%;
}

.top-bar {position: fixed;background: #fff;padding: 0;width: 100%;top: 0;left: 0;border-bottom: 1px solid #cbd6e2;}

.top-info-list {
float: right;
margin: 25px 0 20px;
}

.top-info-list li {
float: left;
color: #171717;
font-size: 14px;
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: #031863;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 #171717; */
}

.top-info-list li a {
color: #333;
font-size: 16px;
font-weight: 700;
}

.top-info-list li a img {
width: 30px;
padding-right: 5px;
}

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

.nav-area-full {padding: 0px 0 12px;width: 100%;margin-top: 134px;display: block;}
section.main-ghst-writng-sixth-sec .git-main img {filter: hue-rotate(182deg);}
.logo {
width: 100%;
margin: 0;
float: left;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.logo a {
display: block;
}

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

.main-menu {width: 100%;display: inline-block;/* float: right; */margin: 2px 0 0;}

.main-menu > ul {/* float: left; */margin: 0px;}

.main-menu > ul > li {
padding: 0px 0px;
float: left;
position: relative;
}

.main-menu > ul > li:last-child {
padding-right: 0px;/* margin-top: -14px; */
}

.main-menu > ul > li:before {
position: absolute;
width: 1px;
height: 12px;
background: #71787e;
left: 0px;
top: 30%;
}

.main-menu > ul > li:first-child:before {
display: none;
}

.main-menu > ul > li > a {padding: 16px 11px;font-size: 16px;color: #fff;font-weight: 400;text-transform: capitalize;border-right: solid 1px #ffffff;}

.main-menu > ul > li.current a {
background: #500a0a;
}

.header-main .has-submenu.progmenu {
font-size: 16px;
color: #171717;
font-weight: 400;
margin: 0;
padding: 3px 0 4px;
font-family: var(--primary-font-family);
}

.main-menu > ul > li.active > a,
.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.active,
.main-menu > ul > li > a:focus {color: #ffffff;background: #e9b806;}

.cstn-column {
display: inline-block;
width: 100%;
font-size: 0;
}
/* 
.dropdown {
width: 220px;
position: absolute;
top: 140%;
left: 0;
margin-left: -160px;
visibility: hidden;
opacity: 0;
padding: 0px 0px 7px 0;
background-color: #fff;
border: 1px solid #cbd6e2;
border-radius: .1875rem;
box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
z-index: 95;
}

.main-menu > ul > li:hover .dropdown {
visibility: visible; 
opacity: 1;
left: 18px;
}

.main-menu > ul > li:hover .progmenu .dropdown {
left: 0;
}

.dropdown > ul {
padding: 10px 0;
list-style: none;
}

.dropdown > ul > li {
}

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

.dropdown > ul > li+li {
}

.dropdown > ul > li > a {
color: #333 !important;
font-size: 16px;
text-decoration: none;
padding: 8px 10px 8px 15px;
display: block;
}

.dropdown > ul > li > a:hover {
color: #c49102;
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: 5px;
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: 5px;
color: white;
}

/* sldier home 
------------------------------------*/

/*.slider-wrapper {background: #11151b;width:100%;margin-bottom: 20px;position:relative;    margin-top: 72px;}*/
.home-banner {
width: 100%;
height: 500px;
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: table;
}

.home-banner:before {
}

.home-banner:after {
content: '';
background-color: #00000096;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
}

.home-banner-content {
position: relative;
z-index: 9;
text-align: center;
max-width: 85%;
margin: 0 auto;
}

.hompg .home-banner-content {
top: -80px;
}

.services-banner {
padding: 100px;
background-color: #fff7f7;
}

.home-banner-content.hme-bner-cntn {

/*padding-top: 24px;*/
}

.home-banner-content.hme-bner-cntn .analyzeform {
margin: 0px;
box-shadow: 5px 6px 30px #00000012;
}

.home-banner-content h1 {
line-height: 1.0;
font-size: 48px;/* padding-bottom: 15px; */
margin-bottom: 15px;
font-weight: 700;
color: #fff;
position: relative;
}

.home-banner-content h2 {
    line-height: 1.0;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.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;font-size: 34px;color: #091e42;}*/
.home-banner-content .subtitle {
color: #fff;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
}

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

.ratingBr {
width: 100%;
text-align: center;
position: relative;
z-index: 99;
margin: 0 0 0;
top: -60px;
}

.ratingBr p {
color: #fff;
font-size: 16px;
margin: 0;
padding: 0;
opacity: 1;
}

.ratingBr p span {
color: #dfb10c
}

/* 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: 3px;
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);
}

.banner-form {
background: #fff;
padding: 30px;
position: relative;
z-index: 9;
top: 0;
box-shadow: 5px 6px 30px #00000012;
border-radius: 0;
max-width: 70%;
right: 0;
float: right;
}

.banform {
}

.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: 3px;
height: 50px;
font-weight: 400;
outline: none !important;
margin: 0 0 15px 0;
}

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

.massage-field textarea {
width: 100%;
margin: 0 0 0 0;
border: 1px solid #e5e5e5;
background: white;
padding: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 3px;
height: 50px;
font-weight: 400;
outline: none !important;
margin: 0 0 15px 0;
resize: none;
height: 100px;
margin-top: 15px;
}

.ban-form input[type="submit"] {cursor: pointer;color: #fff;font-weight: 600;background: #112b89;border-radius: 6px;padding: 10px 15px;margin: 0px 0 0;border: transparent;}

.banner-form h3 {
color: #091e42;
font-weight: 700;
font-size: 28px;
}

/* inner banner
------------------------------------*/
.inner-banner {
position: relative;
}

.inner-banner:before {
position: absolute;
width: 100%;
height: 100%;
background: #00000054;
z-index: 0;
content: "";
}

.inner-banner-content {
}

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

.servicepg .inner-banner:before {
display: none;
}

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

.number-banner {
width: 100%;
height: 438px;
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: table;
}

.number-banner-content {
}

.number-banner-content h1 {
font-size: var(--font-size-h1-home-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;
}

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

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

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

.number-banner-content a.number-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;
}

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

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

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

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

/* why book area
------------------------------------*/
.why-book-area {
background: url('../images/why-book-bg.jpg') repeat 0 0;
}

.why-book-area .hd01 {
margin: 0 auto 15px auto;
}

.book-icons-box {
padding: 20px 60px;
margin: 0px;
text-align: center;
font-family: 'Poppins', sans-serif;
position: relative;
}

.book-icons-box:before {
position: absolute;
content: "";
width: 1px;
height: 178px;
right: -20px;
top: 15%;
background: url('../images/icon-box-sep.png') no-repeat 0 0;
}

.book-icons-box img {
margin: 0 auto 15px auto;
}

.book-icons-box h3 {
color: var(--secondary-color);
font-size: 18px;
line-height: 20px;
font-weight: 500;
margin: 0px;
padding: 25px 0 10px 0;
position: relative;
}

.book-icons-box h3:before {
position: absolute;
content: "";
width: 48px;
height: 5px;
background: var(--primary-color);
margin: 0 auto;
display: table;
top: 0;
left: 0;
right: 0;
}

.book-icons-box p {
color: black;
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 0px;
}

.book-icons-box.nosep:before {
display: none;
}

.why-book-area .col-lg-4:nth-child(3n) .book-icons-box:before {
display: none;
}

/* testimonial area
------------------------------------*/
.testimonial-area {
}

.testimonials-slider-main {
display: inline-block;
width: 100%;
text-align: center;
margin: 20px 0 0 0;
padding-bottom: 40px;
}

/*.testimonials-slider { padding:20px 0 0 0; }*/
.testimonials-slider img {
border-radius: 200px;
margin: 0 auto 0px auto;
box-shadow: 0 0 0 8px white, 0 0 0 10px #112c4a;
}

.testimonials-slider p {
font-size: 20px;
line-height: 22px;
position: relative;
}

.testimonials-slider p .mCustomScrollBox {
padding: 0px 20px 0 0;
}

.testimonials-slider p:before,
.testimonials-slider p:after {
position: relative;
display: inline-block;
color: var(--secondary-color);
font-family: 'icomoon' !important;
font-size: 15px;
font-style: initial;
}

/*.testimonials-slider p:before {  content:"\e90c"; left:-5px; top:-15px;  }
.testimonials-slider p:after { content:"\e90b";  right:-5px; bottom:-10px;  }*/

/* slick Dots .testimonial slider */
.testimonials-slider-main .slick-dots {
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
padding: 0;
margin: 0 auto;
list-style: none;
}

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

.testimonials-slider-main .slick-dots li button {
line-height: 0;
display: block;
width: 11px;
height: 11px;
padding: 0;
cursor: pointer;
color: transparent;
outline: none;
background: url(../images/slick-dots.png) no-repeat 0 0;
border: none;
}

.testimonials-slider-main .slick-dots li.slick-active button {
border: none;
background: url(../images/slick-dots.png) no-repeat top 0 left -11px;
}

/* slick arrows .testimonial slider */
.testimonials-slider-main .slick-prev,
.testimonials-slider-main .slick-next {
line-height: 0;
position: absolute;
top: 50%;
z-index: 100;
display: block;
width: 18px;
height: 28px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}

.testimonials-slider-main .slick-prev {
left: -20px;
background: url(../images/slick-arrows.png) no-repeat top 0 left 0;
}

.testimonials-slider-main .slick-next {
right: -20px;
background: url(../images/slick-arrows.png) no-repeat top 0 left -18px;
}

/* hover boxes 
------------------------------------*/
.hover-boxes-area {
padding: 25px 0 10px 0;
}

.travel-box-main {
margin: 15px 0;
position: relative;
min-height: 420px;
overflow: hidden;
text-align: center;
}

.travel-box-main img {
width: 100%;
}

.travel-content {
padding: 15px 15px 15px 0px;
width: 100%;
overflow: hidden;
position: absolute;
left: 0px;
top: 75%;
z-index: 1;
-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;
background: none;
}

.travel-content h4 {
font-size: 22px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
position: relative;
padding: 0 0 10px 0;
margin: 0 0 0 0;
background: none;
width: 100%;
font-family: 'Poppins', sans-serif;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.travel-content h4 span {
font-size: 18px;
display: block;
}

.travel-content .starts {
margin: 0 auto 20px auto;
display: table;
}

.travel-content p {
color: white;
font-size: 14px;
font-weight: 400;
display: none;
margin: 0 0 0 0;
padding: 0 0 10px 0;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.travel-content a {
margin: 0;
font-size: 16px;
line-height: 18px;
font-weight: 400;
text-transform: capitalize;
padding: 10px 35px 10px 25px;
background: transparent;
color: white;
position: relative;
border: 1px solid white;
display: none;
}

.travel-content a:before {
position: absolute;
content: "\f178";
font-family: fontAwesome;
font-size: 13px;
color: white;
right: 15px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}

.travel-content a:hover {
}

.travel-box-main:hover {
}

.travel-box-main:hover .travel-content {
top: 0px;
height: 100%;
padding: 70px 15px 20px 15px;
background: rgba(0, 0, 0, 0.7);
}

.travel-box-main:hover .travel-content h4 {
font-size: 22px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
position: relative;
padding: 30px 0 30px 0;
margin: 0 0 20px 0;
background: none;
width: 100%;
}

.travel-box-main:hover .travel-content h4:before {
position: absolute;
content: "";
width: 72px;
height: 20px;
left: 0px;
top: 0px;
margin: auto;
right: 0px;
border: 1px solid #ffffff;
border-bottom: 1px solid transparent;
}

.travel-box-main:hover .travel-content h4::after {
position: absolute;
content: "";
width: 72px;
height: 20px;
left: 0px;
bottom: 0px;
margin: auto;
right: 0px;
border: 1px solid #ffffff;
border-top: 1px solid transparent;
}

.travel-box-main:hover .travel-content p {
display: block;
color: #ffffff;
}

.travel-box-main:hover .travel-content a {
display: table;
margin: 0 auto;
}

.destination-box-main {
margin: 15px 0;
position: relative;
min-height: 260px;
overflow: hidden;
}

.destination-content {
padding: 15px 15px 15px 15px;
width: 100%;
overflow: hidden;
position: absolute;
left: 0px;
top: 67%;
z-index: 1;
-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;
background: rgba(255, 255, 255, 0);
}

.destination-content h4 {
font-size: 27px;
line-height: 24px;
font-weight: 400;
color: white;
font-family: 'Cinzel', serif;
}

.destination-content h4 span {
font-size: 18px;
display: block;
}

.destination-content p {
color: white;
font-size: 14px;
font-weight: 400;
}

.destination-box-main:hover .destination-content {
top: 0px;
height: 100%;
padding: 20px 15px;
background: rgba(13, 16, 43, 0.8);
}

.destination-box-main:hover .destination-content h4 {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #f15b22;
font-family: 'Cinzel', serif;
margin-top: 0px;
}

.destination-box-main:hover .destination-content h4 span {
font-size: 18px;
display: inline-block;
}

.destination-box-main:hover .destination-content p {
display: block;
}

.points-box-main {
margin: 15px 0;
position: relative;
min-height: 358px;
overflow: hidden;
}

.points-content {
padding: 0px;
width: 100%;
overflow: hidden;
position: absolute;
left: 0px;
top: 72%;
z-index: 1;
-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;
background: rgba(255, 255, 255, 0);
}

.points-content h4 {
font-size: 19px;
line-height: 24px;
font-weight: 700;
color: white;
height: 58px;
padding: 18px 0 0 90px;
text-transform: uppercase;
background: url(../images/benefit-hd-bg.png) no-repeat 0 0;
}

.points-content p {
color: white;
font-size: 14px;
font-weight: 400;
display: none;
}

.points-box-main:hover .points-content {
top: 0px;
height: 100%;
padding: 100px 15px 20px 15px;
background: rgba(8, 37, 142, 0.85);
}

.points-box-main:hover .points-content h4 {
background: none;
border-left: 5px solid #d69d03;
padding: 0 0 0 10px;
margin: 0 0 20px 0;
height: auto;
}

.points-box-main:hover .points-content p {
display: block;
}

/* tabs custom (place nav and tabs anywhere separately)
------------------------------------*/
.tabs-custom-nav li a {
color: black;
}

.tabs-custom-nav li a.current {
color: #0076FB;
}

.tabs-custom .tab-content-panel {
display: none;
overflow: hidden;
width: 100%;
}

.tabs-custom .tab-content-panel.selected {
display: block;
}

/* tabs generic (nav and tabs in main div)
------------------------------------*/
.tab-custom-nav li a {
color: black;
}

.tab-custom-nav li a.current {
color: #0076FB;
}

.tab-custom .tab-content-panel {
display: none;
overflow: hidden;
width: 100%;
}

.tab-custom .tab-content-panel.selected {
overflow: visible;
display: inline-block;
width: 100%;
}

/* tabs generic (nav and tabs in main div tabs with style)
------------------------------------*/
.tabs-main {
display: inline-block;
width: 100%;
padding: 15px 0;
}

.tabs-main ul.tabs-nav {
padding: 0px;
width: 100%;
float: left;
margin: 0 0 -1px 0;
}

.tabs-main ul.tabs-nav li {
list-style: none;
float: left;
}

.tabs-main ul.tabs-nav li a {
background: #003a7b;
border: 1px solid #BCC5cB;
border-bottom: 0px;
color: white;
padding: 7px 15px;
display: block;
text-decoration: none;
}

.tabs-main ul.tabs-nav li a.current {
background: white;
color: #003a7b;
}

.tabs-main .tab-content-panel {
background: white;
padding: 15px 30px 25px 30px;
border: 1px solid #BCC5cB;
display: none;
overflow: hidden;
width: 100%;
}

/* points boxes area
------------------------------------*/
.points-boxes-area {
background: #000000;
}

.points-boxes-area .col-lg-4 {
border-right: 1px solid #292929;
}

.points-boxes-area .col-lg-4:nth-child(3) {
border-right: 0px;
}

.points-box {
padding: 30px 0 30px 80px;
position: relative;
}

.points-box img {
position: absolute;
left: 0px;
top: 30px;
}

.points-box h3 {
color: white;
font-size: 16px;
font-weight: 600;
margin: 0px;
padding: 0 0 10px 0;
text-transform: uppercase;
}

.points-box p {
color: white;
font-size: 13px;
font-weight: 400;
margin: 0px;
padding: 0;
}

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

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

.quest-title {
background-color: #f7f9fc;
padding: 15px 20px;
font-size: 22px;
font-weight: 500;
color: #253858;
margin-bottom: 0px;
position: relative;
width: 100%;
line-height: 1.4;
display: inline-block;
transition: all linear 0.15s;
text-decoration: none;
border-bottom: 1px solid #dbdbdb;
padding-right: 40px;
}

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

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

/*.quest-title:after { width: 60px; height: 1px; left: -60px; bottom: -1px; background: #dbdbdb; position: absolute; content: ""; }*/
.quest-title.active:before {
content: "\e956";
}

.quest-title:hover:before {

/*content: "056";*/
}

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

.quest-content p {
line-height: 1.4;
font-size: 18px;
font-weight: 500;
margin: 0px;
color: #c49102;
}

/* product gallery
------------------------------------*/
.product-slider-gallery {
position: relative;
padding: 0px 0px 7px 0;
}

.product-slider-gallery .slick-slide {
}

.product-slider-gallery .slick-slide img {
width: 100%;
height: 370px;
}

.product-gallery-nav-wrapper {
margin: 0 0 7px 0;
position: relative;
}

.product-gallery-nav {
position: relative;
}

.product-gallery-nav .slick-slide {
padding: 2px 0;
border: 0px;
height: 93px;
overflow: hidden;
}

.product-gallery-nav .slick-slide img {
width: 100%;
height: 93px;
cursor: pointer;
}

/* slick arrows .home slider */
.product-gallery-nav .slick-prev,
.product-gallery-nav .slick-next {
font-size: 0;
line-height: 0;
width: 100%;
height: 25px;
position: absolute;
left: 0px;
text-align: center;
z-index: 10;
display: block;
padding: 0;
cursor: pointer;
color: white;
border: none;
outline: none;
background: rgba(0, 0, 0, 0.5);
}

.product-gallery-nav .slick-prev {
top: 0%;
-webkit-transform: translate(0, 0%);
-ms-transform: translate(0, 0%);
transform: translate(0, 0%);
}

.product-gallery-nav .slick-next {
bottom: 0%;
top: initial;
-webkit-transform: translate(0, 0%);
-ms-transform: translate(0, 0%);
transform: translate(0, 0%);
}

.product-gallery-nav .slick-prev:before,
.product-gallery-nav .slick-next:before {
font-family: icomoon;
color: white;
font-size: 20px;
line-height: 1;
}

.product-gallery-nav .slick-prev:before {
content: '\e956';
}

.product-gallery-nav .slick-next:before {
content: '\e955';
}

.product-gallery-nav .slick-prev:hover:before,
.product-gallery-nav .slick-next:hover:before {
color: white;
}

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

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

/* gallery
------------------------------------*/
.gallery-slider-main {
position: relative;
margin: 25px 0 20px 0;
}

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

.gallery-nav-wrapper {
width: 93%;
margin: 0 auto 40px;
}

.gallery-nav-main {
position: relative;
}

.gallery-nav-main .slick-slide {
background: white;
padding: 5px;
}

.gallery-nav-main .slick-slide img {
width: 100%;
cursor: pointer;
opacity: 0.5;
}

.gallery-nav-main .slick-slide.slick-current img {
opacity: 1;
}

/* slick Dots gallery nav */
.gallery-nav-main .slick-dots {
position: absolute;
bottom: -30px;
right: 0px;
left: 0px;
display: block;
padding: 0;
margin: 0 auto;
list-style: none;
text-align: center;
}

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

.gallery-nav-main .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 9px;
height: 9px;
padding: 0;
cursor: pointer;
color: transparent;
outline: none;
background: #1f8bf3;
border: none;
border-radius: 200px;
}

.gallery-nav-main .slick-dots li.slick-active button {
background: #003a7b;
border: none;
}

/* slick arrows gallery nav */
.gallery-nav-main .slick-prev,
.gallery-nav-main .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%);
}

.gallery-nav-main .slick-prev {
left: -25px;
}

.gallery-nav-main .slick-next {
right: -25px;
}

.gallery-nav-main .slick-prev:before,
.gallery-nav-main .slick-next:before {
font-family: 'icomoon' !important;
color: var(--secondary-color);
font-size: 50px;
line-height: 12px;
}

.gallery-nav-main .slick-prev:before {
content: "\e958";
}

.gallery-nav-main .slick-next:before {
content: "\e957";
}

.gallery-nav-main .slick-prev:hover:before,
.gallery-nav-main .slick-next:hover:before {
color: var(--primary-color);
}

.slide-count-wrap {
text-align: center;
padding: 0 0 15px 0;
}

/* tablestyle1
------------------------------------*/
.tablestyle1 {
border-collapse: collapse;
width: 100%;
text-align: center;
margin-bottom: 25px;
}

.tablestyle1 th {
padding: 9px 8px;
background-color: #595959;
color: white;
border: 1px solid #fff;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
width: 50%;
}

.tablestyle1 tr {
background-color: white;
}

.tablestyle1  tr:nth-child(even) {
background-color: #efefef;
}

.tablestyle1 td {
border: 1px solid #e1e1e1;
padding: 9px 8px;
font-size: 14px;
vertical-align: middle;
}

.tablestyle1 tr td:nth-child(1) {
text-align: left;
padding-left: 25px;
}

/* tablestyle2
------------------------------------*/
.tablestyle2 {
border-collapse: collapse;
width: 100%;
text-align: left;
margin-bottom: 25px;
}

.tablestyle2 tr {
background-color: white;
}

.tablestyle2 td {
border: 1px solid #e1e1e1;
padding: 10px 15px;
font-size: 14px;
vertical-align: middle;
width: 50%;
}

/* tablestyle3
------------------------------------*/
.tablestyle3 {
border-collapse: collapse;
width: 100%;
text-align: center;
margin-bottom: 25px;
}

.tablestyle3 th {
padding: 9px 8px;
background-color: #ea333f;
color: white;
border: 1px solid #bf2d36;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
width: 50%;
}

.tablestyle3 tr {
background-color: white;
}

.tablestyle1  tr:nth-child(even) {
background-color: #efefef;
}

.tablestyle3 td {
border: 1px solid #cccccc;
padding: 9px 8px;
font-size: 14px;
vertical-align: middle;
}

/* Contact (page) 
------------------------------------*/
.form-box-main {
background: #ffffff;
padding: 30px 15px;/* border: 1px solid #e5e5e5; */
}

.form-box-main h2 {

/* padding: 0 0 25px 0; */text-align: left;
font-size: 36px;
width: 100%;
font-weight: 700;
line-height: 1.2;
}

.form-box-main form {
width: 100%;
margin: 0 auto;
}

.form-box-main form .col-md-6,
.form-box-main form .col-md-12 {
padding-bottom: 30px;
}

.form-box-main form label.field-txt {
font-weight: 500;
font-size: 18px;
color: #091E42;
margin: 0 0 5px;
width: 100%;
display: block;
}

.form-box-main form label.field-txt span {
color: #ec1d23;
}

.form-box-main form input[type="text"],
.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form textarea {
width: 100%;
margin: 0 0 0 0;
border: 1px solid #B2B9C1;
background: white;
padding: 18px 15px;
color: #000;
font-size: 18px;
font-weight: 400;
height: 55px;
border-radius: 5px;
}

.form-box-main form select {
width: 100%;
margin: 0 0 0 0;
border: 1px solid #B2B9C1;
background: white;
padding: 12px 15px;
color: #091E42;
font-size: 18px;
font-weight: 400;
border-radius: 5px;
}

.form-box-main form select[name="ddlMonth"],
.form-box-main form select[name="ddlDay"],
.form-box-main form select[name="ddlYear"] {
float: left;
width: 32.5%;
margin: 0 1% 0 0;
}

.form-box-main form select[name="ddlYear"] {
margin: 0;
}

.form-box-main form textarea {
width: 100%;
margin: 0;
padding: 8px 12px;
height: 100px;
}

.check-list {
float: left;/* margin:0 15px 0 0; */
}

.form-box-main form input[type=checkbox]:not(old),
.form-box-main form input[type=radio]:not(old) {
width: 28px;
margin: 0;
padding: 0;
opacity: 0;
cursor: pointer;
}

.form-box-main form input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
display: inline-block;
margin-left: -28px;
padding-left: 28px;
background: url('../images/checks.png') no-repeat 0 0;
line-height: 24px;
font-weight: 500;
font-size: 14px;
color: #091E42;
}

.form-box-main form .slct {
position: relative;
}

.form-box-main form .slct:after {
position: absolute;
content: "\e955";
font-family: 'icomoon' !important;
bottom: 16px;
right: 16px;
font-size: 14px;
}

.form-box-main form input[type=checkbox]:not(old):checked + label {
background-position: 0 -24px;
}

.form-box-main form input[type=radio]:not(old):checked + label {
background-position: 0 -48px;
}

.form-box-main form input[type="submit"] {display: inline-block;transform: translateY(0rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;background: #122d8c;border: 1px solid #f9653b;padding: 20px 60px;font-size: 18px;border-radius: 6px;cursor: pointer;}

.form-box-main form input[type="submit"]:after {
content: "\e93a";
font-family: 'icomoon' !important;
font-size: 13px;
color: white;
padding-left: 10px;
}

.form-box-main form input[type="submit"]:hover {
display: inline-block;
color: #fff;
transform: translateY(-0.625rem);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

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

.sidebar h4 {
color: white;
background: #20CB98;
padding: 15px 15px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}

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

/* focus slider area
------------------------------------*/
thumb-slider-main {
position: relative;
}

.thumb-slider {
}

.thumb-slide {
padding: 25px;
position: relative;
}

.thumb-slider .thumb-slide img {
transition: all 300ms ease;
}

.thumb-slider .slick-center img {
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3);
}

.thumb-content h3 {
font-size: 22px;
color: white;
text-transform: uppercase;
font-weight: 700;
line-height: 26px;
}

.thumb-content {
position: absolute;
bottom: 25px;
padding: 0;
transition: all 300ms ease 0s;
left: 40px;
}

.thumb-content span {
font-size: 14px;
line-height: 26px;
display: block;
font-weight: 500;
text-transform: capitalize;
transition: all 300ms ease 0s;
}

.slick-center .thumb-content {
bottom: 0px;
left: 0px;
}

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

.thumb-slider .slick-prev {
left: -65px;
background: url(../images/slick-arrows-slider.png) no-repeat top 0 left 0;
}

.thumb-slider .slick-next {
right: -65px;
background: url(../images/slick-arrows-slider.png) no-repeat top 0 left -57px;
}

.thumb-slider .thumb-slide:focus {
outline: none;
}

/* thumb bid gallery
------------------------------------*/
.bid-slider-gallery {
position: relative;
padding: 10px 5px 10px 0;
float: left;
width: 78%;
}

.bid-slider-gallery .slick-slide {
border: 1px solid #e7edef;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}

.bid-slider-gallery .slick-slide img {
width: 100%;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}

.bid-gallery-nav-wrapper {
width: 22%;
float: left;
padding: 5px 0 0 5px;
}

.bid-gallery-nav {
position: relative;
}

.bid-gallery-nav .slick-slide {
padding: 5px 0;
height: 88px;
overflow: hidden;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}

.bid-gallery-nav .slick-slide img {
width: 100%;
height: 88px;
cursor: pointer;
opacity: 0.5;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}

.bid-gallery-nav .slick-slide.slick-current img {
opacity: 1;
}

/* sliderxs 
------------------------------------*/
.sliderxs {
}

/* slick Dots .sliderxs slider */
.sliderxs .slick-dots {
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
display: block;
padding: 0;
margin: 0 auto;
border-radius: 3px;
list-style: none;
text-align: center;
}

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

.sliderxs .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: #10171f;
border: none;
border-radius: 200px;
}

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

.sliderxs .slick-dots li button:before {
display: none;
}

.sliderxs .col-lg-2:focus,
.sliderxs .col-lg-3:focus,
.sliderxs .col-lg-4:focus,
.sliderxs .col-lg-6:focus {
outline: none;
}

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

.sitemap > li {
color: #0f0b1f;
padding: 0 0 10px 16px;
line-height: 20px;
font-size: 14px;
font-weight: 400;
position: relative;
display: block;
}

.sitemap > li:before {
position: absolute;
content: "\f0da";
left: 0px;
top: 0px;
font-family: fontAwesome;
font-size: 13px;
color: #0f0b1f;
}

.sitemap > li > a {
display: block;
font-size: 14px;
font-weight: 400;
color: #0f0b1f;
}

.sitemap li a:hover {
color: #23527c;
}

.sitemap > li > ul {
margin: 10px 0 0 15px;
}

.sitemap > li > ul > li {
color: #0f0b1f;
padding: 0 0 5px 0;
list-style-type: disc;
}

.sitemap > li > ul > li > a {
display: block;
font-size: 14px;
font-weight: 400;
color: #0f0b1f;
}

.sitemap > li > ul > li > ul {
margin: 10px 0 0 20px;
}

.sitemap > li > ul > li > ul li {
color: #0f0b1f;
padding: 0 0 5px 0;
list-style-type: square;
}

.sitemap > li > ul > li > ul li > a {
display: block;
font-size: 14px;
font-weight: 400;
color: #0f0b1f;
}

/* footer 
------------------------------------*/

/*.footer-main {background: #F4F5F7;}
.footer-top {padding: 60px 0 0;}
.footer-top h4 {color: white;font-size: 14px;font-weight: 700;text-transform: uppercase;margin: 10px 0;padding:0px;position: relative;}
.address-main {}
.address-main ul {width:100%;display: inline-block;margin: 10px 0;}
.address-main ul li{display: inline-block;line-height:28px;font-size:14px;padding: 0 0 8px 18px;position: relative;color:white;}
.address-main ul li a { color:white;}
.address-main ul li a:hover { color:#c2c2c2;}
.address-main ul li span {position: absolute;left: 0;top: 5px;color: var(--primary-color);font-size:15px;}
.ftr-social {text-align: center;display: table;margin: 0 auto;}
.ftr-social li { float: left; margin: 0 15px 0 0; position: relative; text-align: center; }
.ftr-social li a { display: block; padding: 0; text-align: center; }
.ftr-social li a span {color: #cbd6e2;font-size: 14px;margin: 0;}
.ftr-social li a:hover span {color: #fff !important;}
.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 {text-align:  right;list-style-type: none;margin: 12px 0 20px;width: 100%;display: inline-block;}
.footer-nav li {margin-right: 20px;position: relative;display: inline-block;}
.footer-nav li:before {position: absolute;font-family: 'icomoon' !important;left: 0px;top: 3px;font-size: 13px;color: var(--primary-color);}
.footer-nav li a {font-size: 12px;font-weight: 400;color: white;}
.footer-nav li a:hover { color: #c2c2c2; }
.subscribe-main {margin: 30px 15px 10px;width: 100%;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: #20CB98;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: #F4F5F7;padding: 30px 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: 400;color: #091E42;}
.footer-nav2 li a:hover {text-decoration: underline;}
.copyright {padding: 10px 0 0px 0;margin: 0px;font-size: 12px;color: #091E42;}
.copyright span {color: #091E42;}
.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; }*/

/* footer 
------------------------------------*/
.footer-main {
padding: 0;
background: url(../images/footer-bg.png) repeat 0 0;/* margin: 25px 0 0 0; */
}

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

.footer-top h4 {
color: white;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
margin: 10px 0;
padding: 0px;
position: relative;
}

.address-main {
}

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

.address-main ul li {display: inline-block;line-height: 28px;font-size: 14px;padding: 0 0 8px 18px;position: relative;color: white;margin: 0px -20px -20px 0px;}

div.twitter-live {
min-height: 190px !important;
height: 190px !important;
overflow: scroll;
}

.address-main ul li a {
color: white;
}

.address-main ul li a:hover {
color: #c2c2c2;
}

.address-main ul li span {
    position: absolute;
    left: 0;
    top: 5px;
    color: #5673d9;
    font-size: 15px;
}

.ftr-social {text-align: center;/* float:  right; */display: table;width: 100%;margin: 0px auto 0;}

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

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

.ftr-social li a span {
color: white;
font-size: 14px;
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;
}

.crds-img {
    /* text-align: right; */
    width: 100%;
    padding: 30px 0 0;
}

.footer-nav {
list-style-type: none;
margin: 12px 0 20px;
width: 100%;
display: inline-block;
padding-top: 23px;
}

.footer-nav li {

/* padding: 0 0 5px 15px; */margin-right: 0px;
position: relative;
display: block;
}

.footer-nav li:before {
position: absolute;
font-family: 'icomoon' !important;
left: 0px;
top: 3px;
font-size: 13px;
color: var(--primary-color);
}

.footer-nav li a {font-size: 12px;font-weight: 400;color: white !important;}

.social li a{
    font-size: 12px;
    font-weight: 400;
    color: white;
}

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

.subscribe-main {
margin: 30px 15px 10px;
width: 100%;
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: #20CB98;
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: #1d1d1d;
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: 400;
color: white;
}

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

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

.copyright span {
color: white;
}

.disclaimer-area {background: #00033c;/* background: #63000b; */padding: 10px 0;}

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

.disclaimer strong {font-weight: 600;color: #500a0a;}

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

.addressnav li {
display: inline-block;
line-height: 28px;
font-size: 13px;
padding: 0 0 8px 20px;
position: relative;
color: white;
}

.addressnav li a {
color: white;
}

.addressnav li a:hover {
color: #c2c2c2;
}

.addressnav li span {
position: absolute;
left: 0;
top: 5px;
color: #dfb10c;
font-size: 15px;
}

/* custom popup 
------------------------------------*/
.custom-popup {
padding: 25px 25px;
display: none;
background: #E5E5E5;
max-width: 550px;
}

.custom-popup h4 {
color: #003a7b;
font-size: 24px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 20px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid gray;
text-align: left;
position: relative;
}

.myClose {
height: 36px;
width: 36px;
background: url(../images/fancybox/close-custom.png) no-repeat 0 0;
}

/* simple gallery
------------------------------------*/
.gallery-simple {
overflow: hidden;
}

.gallery-simple li {
width: 750px;
float: left;
padding: 5px;
}

.gallery-simple img {
width: 100%;
}

.thumbsmain {
display: none;
}

.gallery-simple .slick-dots {
display: inline-block;
width: 100%;
padding: 0;
}

.gallery-simple .slick-dots li {
float: left;
width: 20%;
padding: 5px;
margin-bottom: 0px;
}

.gallery-simple .slick-dots li button {
border: none;
background: transparent;
padding: 0;
outline: none;
}

.stockdetails-main ul {
width: 100%;
}

.stockdetails-main ul.thumbsmain li,
.stock-det-large .slick-dots li {
float: left;
width: 20%;
padding: 5px;
margin-bottom: 0px;
}

.stock-det-large .slick-dots li button {
border: none;
background: transparent;
padding: 0;
outline: none;
}

.stockdetails-main ul.thumbsmain li img,
.stock-det-large .slick-dots li img {
width: 143px;
height: 92px;
}

.thumbsmain {
display: none;
}

/* car scroll top */
.car-top {
width: 85px;
position: fixed;
bottom: -180px;
right: 0px;
z-index: 999;
opacity: 1;
cursor: pointer
}

.car-top.show {
bottom: 5% !important;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s
}

.car-top.car-run {
bottom: 100% !important;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s
}

.car-top.car-down {
-webkit-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
-moz-transition: 1s;
transition: 1s
}

.car-top:before,
.car-top:after {
content: "";
position: absolute;
-o-transition: .2s;
-webkit-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
transition: .2s;
opacity: 0
}

.car-top:hover:before,
.car-top:hover:after,
.car-top.car-run:before,
.car-top.car-run:after {
opacity: 1
}

.car-top:before,
.car-top.car-run:before {
top: -1px;
left: 0;
width: 85px;
height: 89px;
background: url(../images/car-focus.png) no-repeat 0 0
}

#footer>.container>.row {
padding: 60px 0
}

#footer>.container>.row~.row {
padding: 0
}

footer .social-full {
border-top: 1px solid rgba(0, 0, 0, .06);
border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.packages-sec {
background: url(../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 h2 span {color: #e9b806;display: block;font-weight: 400;font-size: 16px;text-transform: uppercase;}

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

.homwBtmform {
background-color: #fafafa;
background-size: 50%;
background-position: right;
background-repeat: no-repeat;
}

.homwBtmform .home-banner:after {
display: none;
}

.homwBtmform .home-banner-content {
margin: 0;
}

.homwBtmform .form-box-main {
background: #fafafa;
}

.homwBtmform .offset-lg-2 {
margin-left: 0%;
}

.banner-form p {
padding: 0;
padding-bottom: 20px !important;
font-size: 16px !important;
text-align: left !important;
}

.homwBtmform .home-banner-content {
top: 0;
}

.slider-wrapper {
position: relative;
overflow-x: hidden;
margin-top: 131px;
}

.bannerformnew {
position: absolute;
bottom: 20px;
z-index: 9;
width: 100%;
}

.homeslider .slick-prev {
left: 30px;
box-shadow: 0 0 0 #eaf0f6;
}

.homeslider .slick-next {
right: 30px;
box-shadow: 0 0 0 #eaf0f6;
}

/********** 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: 1400px) and (min-width: 1200px){

.home-banner {
    height: 530px;
}

.professional-audio-book-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.custom-book-illustration-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.book-cover-design-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.author-website-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.book-marketing-page .main-ghst-writng-first-sec {
    margin-top: 100px;
} 

.copyrights-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.book-video-trailer-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.article-writing-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.article-writing-page .main-ghst-writng-first-sec .ghst-writng-content h1 {
    font-size: 36px;
}

.book-publishing-page .main-ghst-writng-first-sec .ghst-writng-content h1 {
    font-size: 36px;
}

.book-publishing-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.editing-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}


.ghost-writing-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.pricing-page .main-ghst-writng-first-sec {
    margin-top: 100px;
}

.hompg .home-banner-content {
    top: -50px;
}

.ebook-writing-page .main-ghst-writng-first-sec {
    margin-top: 101px;
}


}

@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:991px) {
.logo {

    /* width: 70px; */
}

}

@media only screen and (max-width:767px) {
.inner-banner {
    height: 300px;
}
.mobile-nav-btn.active .lines::before {content: "X";width: 0;font-size: 30px;background: none;right: 40px;top: -19px !important;font-weight: bold;}

.mobile-nav-btn .active span:before, .mobile-nav-btn .active span:after {
    content: "X";
}





.mobile-nav-btn.active .lines::after {
    display: none;
}

.mobile-nav-btn.active span {background: none;}

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

.footer-nav2 {

    /* margin: 10px auto 10px auto; *//* display:table; */float: none;
    margin-top: 0;
}

.disclaimer {
    text-align: center;
}

}

.analyzeform {
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: 13px 15px;
color: gray;
font-size: 13px;/* border-radius: 5px; */
height: 50px;
font-weight: 400;
outline: none !important;
margin-bottom: 10px;
}

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

.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: 20%;
margin-bottom: 0px;
}

.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: 18px;text-transform: uppercase;padding: 10px 100px;margin-left: 0;text-align: left;letter-spacing: 1px;border-radius: 5px;font-family: var(--primary-font-family);background: #112b89;}

.analyzeform form .wrap {
padding-left: 0px;
text-align: center;
width: 100%;
}

.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;
width: 70%;
}

/*.partners-cta.ctabb ul li figure img{width: 70%;}*/
.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;
}

.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: left;
font-size: 36px;
width: 100%;
font-weight: 700;
line-height: 1.2;
}

.strugglesec ul {
display: inline-block;
}

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

.strugglesec ul li a {
color: #687087;
}

.strugglesec ul li a:hover {
color: #dfb10c;
}

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

.helpsec {
background: #33475b;
padding: 100px 0;
}

.helpsec h2 {
text-align: left;
font-size: 36px;
width: 100%;
color: #fff;
font-weight: 700;
}

.helpsec .img-container {
background-image: url(../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: #20cb98;}*/
@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: #f4f5f7;
width: 100%;
background-size: cover;
background-position: top center;
padding: 0px 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;
font-weight: 600;
}

.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: 30px;
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: #4a8cfc;
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: 30px;
border: 1px solid #fff;
}

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

.btn-green {
color: #fff;
background: #20CB98;
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: 30px;
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: 30px;
border: 1px solid #fff;
}

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

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

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

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

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

.ticklist2.list-scroll {
height: 146px;
}

.cta-left {
display: inline-block;
width: 65%;
vertical-align: middle;
}

.cta {
background: #f5f8fa;
padding: 40px 0;
}

.cta h3 {

/* margin-top: 10px; */ text-align: left;
padding-bottom: 0;
font-size: 30px;
max-width: 65%;
vertical-align: middle;
font-weight: 500;
display: inline-block;
}

.cta p {
padding: 0;
}

.cta p a {
color: #dfb10c;
}

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

.listsec {
padding: 60px 0;
background: #F7F9FC;
}

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

.listsec .wrap {
}

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

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

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

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

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

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

.cta2 {
overflow: hidden;
background: url(../images/cta-fold.png);
padding: 60px 0;
text-align: center;
height: 325px;
width: 100%;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}

.cta2 .wrap {
position: relative;
z-index: 2;
}

.cta2 .wrap h6 {
color: #fff;
font-size: 20px;
font-weight: 400;
padding-bottom: 20px;
}

.cta2 .wrap h3 {
text-align: center;
padding-bottom: 0;
font-size: 30px;
font-weight: 700;
margin-bottom: 30px;
color: #fff;
}

.cta2 .wrap a {
padding: 20px 40px;
color: #dfb10c;
font-weight: 700;
display: inline-block;
font-size: 18px;
border-radius: 5px;
background: #ffffff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

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

.testimonial-sec {
padding: 60px 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: #20cb98;
-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: #20cb98;
-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: 60px 0;
background: #ffffff;
}

.story-sec h2 {
line-height: 1.1; /* 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: 100px 0;
}

.bottom-form .txtwrap {
}

.bottom-form .txtwrap h2 {
font-size: 36px;
font-weight: 700;
line-height: 1.2;
}

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

.bottom-form .txtwrap figure img {
}

.bottom-form .txtwrap p {

/* text-align: left; */ font-size: 20px;
line-height: 1.4;
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 select,
.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: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 3px;
height: 50px;
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: 600;font-size: 18px;text-transform: capitalize;padding: 20px 60px;letter-spacing: 1px;border-radius: 3px;font-family: var(--primary-font-family);background: #122c8b;cursor: pointer;}

.bot-form form textarea {
width: 100%;
margin: 0;
padding: 8px 12px;
height: 100px;
resize: none;
}

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

.flogo {
padding: 30px 0 10px;
}

.btn-main {

color: #fff !important;

font-weight: 600;

text-transform: capitalize;    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21caa8+0,20cb99+100 */

/* Old browsers */

/* FF3.6-15 */

/* Chrome10-25,Safari5.1-6 */

/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/* IE6-9 */

border-radius: 6px;

padding: 10px 15px;

background: linear-gradient(to left, #01155e 0%, #122d8d 100%);
}

.btn-main:hover {color: #fff !important;background: #e9b806;}

.header-main.fixed .btn-main {
color: #fff !important;
}

.main-menu > ul > li:nth-child(6) > a {

/* color: #20CB98; */
}

.home-banner-content h5 {
padding-bottom: 0;
color: #fff;
font-size: 20px;
font-weight: 400;
font-family: var(--primary-font-family);
padding-top: 10px;
}

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

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

.header-main .logo img.black {
display: none;
}

.header-main .logo img.white {
display: block;
}

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

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

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

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

.flogo figure {
margin-bottom: 0;
}

.sec-padding {
padding: 60px 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, #20cb98 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: #20cb98;
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 {
border-bottom: 1px solid #f5f8fa; /* box-shadow: 0px 5px 20px #00000012; */
}

.inner-pages .inner-banner {
background-size: cover;
overflow: hidden;
width: 100%;
height: 800px;/* margin-top: 82px; */
}

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

.inner-pages .header-main .btn-main {
color: #fff !important;
}

.seopg .btn-main {

/* background: #f0584a; */
}

.inner-banner-content {
text-align: center;
margin-top: 130px;
}

.inner-banner-content h5 {
color: #ffffff;
padding-bottom: 15px;
font-size: 20px;
}

.inner-banner-content h2 {
font-size: 42px;
color: #ffffff;
line-height: 1.2;
padding-bottom: 15px;
}

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

.inner-banner-content p {
font-size: 20px;
color: #ffffff;
line-height: 1.4;
padding-bottom: 40px;
}

.inner-banner-content a {

/* background:  #fff; */
margin-bottom: 60px;    /* padding: 16px 40px; */

/* border-radius:  5px; */

/* display: inline-block; */

/* color: #f0584a; */

/* font-weight:  700; */

/* -webkit-transition: 0.4s; */
-moz-transition: 0.4s;
-o-transition: 0.4s;    /* transition: 0.4s; */
}

.inner-banner {
height: 570px;
}

.lgonly {
}

.lgonly img {
width: 150%;
position: relative;
left: -140px;
top: -20px;
}

.inner-banner-content {
display: table-cell;
vertical-align: middle;
height: 440px;
}

.firstcs .txtarea figure img {
width: auto;
position: unset;
}

.landingp2.landing-pagetext figure img {
left: -50px;
}

.landing-pagetext figure img {
position: relative;/* width: 150%; */
top: 0;
}

/*.inner-banner-content a:hover{display: inline-block;

transform: translateY(-0.625rem);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;}*/
.inner-pages .partners-cta {
margin-top: -76px;
padding-top: 16px;
background: #d0d0d0;
}

.inner-pages .partners-cta.ctabb {
margin-top: -135px;
padding-top: 16px;
background: transparent;
}

.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 {
text-align: left;
}

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

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

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

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

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

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

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

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

.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 20px;
position: relative;
border-radius: 10px;
min-height: 215px;
padding: 40px;
float: left;
background: #fff;
width: 18.1%;
}

.servicesec .boxwrap li i {
background-image: url(../images/services-icons.png);
background-repeat: no-repeat;
width: 75px;
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: 13px 10px;
}

.servicesec .boxwrap li i.two {
background-position: -70px 10px;
}

.servicesec .boxwrap li i.three {
background-position: -150px 10px;
}

.servicesec .boxwrap li i.four {
background-position: -230px 10px;
}

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

.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: #dfb10c;
box-shadow: 0px 0px 45px #20CB9817;
transform: translateY(-0.625rem);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.servicesec .boxwrap li:hover i.one {
background-position: 13px -70px;
}

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

.servicesec .boxwrap li:hover i.three {
background-position: -150px -70px;
}

.servicesec .boxwrap li:hover i.four {
background-position: -230px -70px;
}

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

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

.serForm .analyzeform form .dtf {
width: 100%;
margin: 5px auto;
}

.serForm .analyzeform {
margin: 0px;
box-shadow: 5px 6px 30px #00000012;
background: #00000078;
padding: 20px 29px;
border: solid 1px #ffffff59;
float: right;
border-radius: 5px;
width: 90%;
position: relative;
z-index: 999999;
}

.serForm .home-banner-content.hme-bner-cntn input.submit {
height: 45px;
padding: 0 !important;
border-radius: 4px;
text-align: center;
margin-left: 0;
width: 100%;
}

.serForm .analyzeform form input[type="text"],
.serForm .analyzeform form input[type="email"],
.serForm .analyzeform form input[type="number"],
.serForm .analyzeform form input[type="tel"],
.serForm .analyzeform form textarea {
height: 45px;
background: #00000029;
border-color: #ffffffa1;
border-radius: 5px;
color: #fff;
}

.serForm .analyzeform h2 {
text-align: left;
color: #fff;    /* font-size: 31px; */
}

.serForm .analyzeform form .row {
text-align: center;
width: 100%;
margin: 0 auto;
}

.serForm .analyzeform form::-webkit-input-placeholder {

/* Edge */
color: #bbb;
}

.serForm .analyzeform form:-ms-input-placeholder {

/* Internet Explorer 10-11 */
color: #bbb;
}

.serForm .analyzeform form::placeholder {
color: #bbb;
}

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

.designunigue {
padding: 10px 85px;
background-color: #ccc8c82b !important;
}

.designunigue ul {
display: block;
margin-bottom: 0;
list-style: none;
padding: 0px;
margin: 0 auto;
}

.designunigue ul li {
float: left;
}

.designunigue ul li:first-child {
padding-right: 5px;
margin-right: 5px;
border-right: 1px solid #ccc;
width: 230px;
}

.designunigue ul li:nth-child(2) {
width: 655px;
}

.designunigue ul li:last-child {
text-align: left; /* width: 226px; */
}

.designunigue ul li span {
color: #3a3a3a;
font-size: 18px;
display: block;
font-weight: 700;
text-align: center;
}

.designunigue ul li a {margin-top: 5px;display: inline-block;border-top: 3px solid transparent;background: #112b89;font-family: "gilroy-medium", sans-serif;font-size: 16px;color: #fff;line-height: 33px;padding: 6.5px 40px;outline: none;cursor: pointer;border-radius: 3px;white-space: nowrap;}

.designunigue p {
color: #3a3a3a;
font-size: 17px;
font-family: "gilroy-medium", sans-serif;
line-height: 1.2;
margin-bottom: 0;
padding-top: 16px;
padding-bottom: 0;
}

.designunigue p strong {
}

.designunigue .subimages {
display: inline-block !important;
width: 100%;
text-align: center;
list-style: none;
padding: 24px 0 0;
}

.designunigue .subimages li {
margin: 0 7px;
}

.designunigue .subimages li img {
max-width: 110px;
}

.designunigue .subimages li:first-child {
border-right: 0px !important;
margin-right: 7px !important;
padding-right: 0px !important;
width: auto !important;
}

.subimages li:nth-child(2) {
width: auto !important;
}

.designunigue .subimages li h6 {
margin-bottom: 0;
color: #3a3a3a;
font-size: 14px;
text-align: center;
margin-top: 2px;
}

.bookSec {
padding: 40px 0;
}

.bookSec .box {text-align: center;border-bottom: 5px solid #112b89;position: relative;}

.bookSec .box:after {border: 15px solid transparent;border-top-color: #112b89;bottom: -32px;content: "";left: 46%;position: absolute;}

.bookSec .box img {
}

.bookSec .box h2 {color: #112b89;font-size: 26px;}

.bookSec .box p {
font-size: 14px;
}

.hero-slider-wrap,
.homepage-programs,
.homepage-programs .program-taglines {
position: relative
}

.homepage-programs .program-taglines .container {
height: 50px
}

.homepage-programs .program-taglines--entry {
-webkit-box-flex: 0;
-webkit-flex: 0 1 23%;
-ms-flex: 0 1 23%;
flex: 0 1 23%;
text-align: center;
font-size: 13px;
line-height: 18px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.04px;
color: #fff;
position: relative;
z-index: 1;
height: 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}

.homepage-programs .program-taglines--entry:before {
content: '';
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: -10px;
width: 0;
height: 0;
border-style: solid;
border-color: #24a7f1 transparent transparent;
border-width: 10px 10px 0
}

.homepage-programs .program-taglines--entry:nth-child(1):before {
border-color: #378cf1 transparent transparent
}

.homepage-programs .program-taglines--entry:nth-child(2):before {
border-color: #2d9bf1 transparent transparent
}

.homepage-programs .program-taglines--entry:nth-child(3):before {
border-color: #20aff2 transparent transparent
}

.homepage-programs .program-taglines--entry:nth-child(4):before {
border-color: #13bff2 transparent transparent
}

.homepage-programs--entry {

/* -webkit-box-flex: 0; */

/* -webkit-flex: 0 1 23%; */
-ms-flex: 0 1 23%;    /* flex: 0 1 23%; */

/* position: relative; */

/* z-index: 10; */
padding-top: 30px;
}

.homepage-programs--entry .program-subtitle {
text-align: center;
font-size: 13px;
line-height: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.04px;
color: #fff;
margin: 18px 0 45px
}

.homepage-programs--entry .program-info {
text-align: center
}

.homepage-programs--entry .program-title {
font-size: 17px;
line-height: 17px;
font-weight: 500;
}

.homepage-programs--entry .program-title a {
color: #091E42;
}

.homepage-programs--entry .program-title span {
display: block;
font-size: 20px;
line-height: 35px;
font-weight: 700;
}

.homepage-programs--entry .program-title a:hover {
color: #c49102
}

.homepage-programs--entry .program-icon {
height: 35px;
margin-bottom: 15px
}

.homepage-programs--entry .program-icon img {
width: 100%;
height: 35px;
margin: 0 auto
}

.homepage-programs--entry .program-price {
font-size: 22px;
font-weight: 500;
letter-spacing: .88px;
color: #c49102;
margin: 20px 0 25px;
}

.homepage-programs--entry .program-button {
margin-top: 10px
}

.homepage-programs--entry .program-button a {
font-size: 13px;
font-weight: 500;
text-decoration: underline;
color: #c49102;
}

.homepage-programs--entry .program-description {
padding-top: 10px;
margin-top: 32px;
border-top: 1px solid #cecece;
}

.homepage-programs--entry .program-description ul {
padding: 0 0 0 20px;
margin: 0
}

.homepage-programs--entry .program-description p {
margin-bottom: 10px
}

.homepage-programs--entry .program-description li,
.homepage-programs--entry .program-description p {
font-size: 13px;
line-height: 24px;
list-style: initial;
}

.topMost {
background: #f9f9f9;
}

.portfolioSec img {
height: 390px;
width: 100%;
object-fit: cover;
}

.portfolioSec {
padding: 40px 0;
text-align: center;
}

.portfolioSec .portfolio-slider {
margin-top: 20px;
}

.portfolioSec h2 {
padding: 0;
}

.portfolioSec .portfolio-slider .item {
}

.portfolioSec .portfolio-slider .item  img {
}

.main-pfrn-sec {background: #00033c;padding: 30px 0;}

.main-wtn-sec ul {
font-size: 0;
margin: 0px;
}

.main-wtn-sec ul li {display: inline-block;width: 37%;vertical-align: middle;}

.main-wtn-sec ul li:last-child {width: 31%;}

.main-wtn-sec ul li.sec {width: 32%;padding: 0 30px;}

.main-percent {
font-size: 0;
position: relative;
top: -72px;
background-image: url(../images/chat-banner.png);
padding: 0px 30px 10px 30px;
left: -1px;
width: 100.2%;
}

.dext .main-percent {
background-image: none;
padding: 0px 0 0 0;
position: unset;
}

.per-box1 {
display: inline-block;
width: 35%;
vertical-align: top;
padding: 25px 0 0 0;
}

.per-box1 figure {
margin: 0px;
}

.per-box2 {
display: inline-block;
width: 65%;
vertical-align: top; /* padding: 18px 0 0 0; */
text-align: right;
}

.per-box2 h3 {
font-size: 38px;
padding: 0;
color: #fff;
text-transform: uppercase;
}

.julypack .per-box2 h3 {
font-size: 36px;
}

.per-box2 h3 span {
padding: 0px;
font-size: 30px;
}

.per-box2 h3 p {
padding: 0px;
line-height: 20px;
font-size: 22px;
color: #ffffff;
margin: 0;
}

.crte-prf {
padding: 0px 0 0 0;
}

.crte-prf h3 {
font-size: 18px;
color: #fff;
margin: 0px;
padding: 0px;
}

.crte-prf p {
font-size: 16px;
color: #fff;
margin: 0px;
padding: 0px;
}

.btn-theme-outline1 {transform: translateY(0rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;padding: 10px 10px;border: 1px solid #112c8a;background: #112c8b;border-radius: 8px;display: inline-block;margin-top: 20px;font-weight: 600;font-size: 16px;text-transform: capitalize;}

.btn-theme-outline1:hover {transform: translateY(-0.625rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #e9b806;background: #fff;text-decoration: none;}

.btn-theme2 {
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #041a67;
    background-color: #fff;
    padding: 10px 14px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 8px;
    margin-right: 10px;
    /* box-shadow: 7px 9px 30px 0 #17a2b85c;*/
}

.btn-theme2:hover {transform: translateY(-0.625rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;text-decoration: none;/* background: #cf1428; */background: linear-gradient(to left, #dfb10c 0%, #c49102 100%);}

.chtnow .btn-theme1 {
margin-right: 10px;
}

.pricing-slider {
margin-top: 50px;
margin-bottom: 50px;
}

.box.\--pricing-box {
padding: 0 20px;
}

.box.\--pricing-box header {
border-bottom: 1px solid #b8b8b8;
padding-bottom: 10px;
margin-bottom: 24px;
}

.box.\--pricing-box header .box__title {
font-size: 2vmax !important;
color: #c59303;
}

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

.box.\--pricing-box .box__body li:nth-child(odd) {
background: #f0f0f0;
}

.box.\--pricing-box .box__body li {
padding: 12px 20px;
display: inline-block;
width: 100%;
}

.box.\--pricing-box .box__body li:before,
.box.\--pricing-box .box__body li:after {
content: " ";
display: table;
}

.box.\--pricing-box .box__body li a {
font-size: 16px;
}

.box.\--pricing-box .box__body li .price {
font-weight: 700;
font-size: 18px;
float: right;
}

.cut-price {
display: block;
font-size: 14px;
text-align: right;
text-decoration: line-through;
color: #c49102;
line-height: .4;
float: right;
width: 100%;
}

.box.\--pricing-box .box__body li a:hover {
color: #500a0a;
}

.box.\--pricing-box .box__body li a {
color: #444;
}

@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 #20cb98;
}

.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 #20cb98;
}

.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 #20CB98;
    border-right: 0px;
}

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

.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: 60px 0;
background: #ffffff;
}

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

.three-testimonials .box {
-webkit-transition: 0.4s;
min-height: 320px;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
border-radius: 5px;
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: #20CB98;
padding: 60px 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: 600;
}

.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: #20CB98;
}

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

.tabs {
display: none;
}

.tabs.current {
display: block;
}

.tabs li {
padding: 0px 15px;
width: 33.33%;
float: left;
}

.tabbing-links {
width: 100%;
display: inline-block;
text-align: center;
margin: 0px auto 75px;
}

.tabbing-links li {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
display: inline-block;
padding: 10px 60px;
cursor: pointer;
font-size: 16px;
border: 1px solid #e5e5e5;
border-radius: 5px;
background: #ffffff;
}

.tabbing-links li:hover,
.tabbing-links li.current {
transform: translateY(-5.925px);
color: #fff;
background: #20CB98;
}

.tphead {
padding: 20px 0;
position: absolute;
top: 0;
z-index: 99;
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: #687087;
position: relative;
font-size: 18px;
padding-bottom: 12px;
}

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

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

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

.btn-simple:hover {
color: #20CB98;
}

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

.testimonial-sec {
}

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

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

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

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

.innerpackages-sec.leftinner .checklist li {
display: block;
width: 100%;
}

.leftinner .checklist {
padding: 0px;
}

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

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

.leftinner {
}

.leftinner figure img {

/* max-width:100%; */
}

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

.three-testimonials.approach p {
text-align: center;
font-size: 18px;
width: 100%;
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;
min-height: 190px;
}

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

.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: #dfb10c;
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: #dfb10c;
font-style: italic;
margin-top: 10px;
font-weight: 400;
font-size: 11px;
}

.inner-banner-content h6 {
color: #fff;
font-size: 60px;
}

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

.policypg {
}

.policypg h2 {
color: #253858;
font-size: 36px;
font-weight: 700;
}

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

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

.who-we-sec {
padding: 100px 0;
background: #f6f8fb;
}

.who-we-sec h2 {
font-size: 36px;
font-weight: 700;
}

.who-we-sec p {
font-size: 20px;
line-height: 1.4;    /* 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;
}

.weDifferent-sec {
padding: 100px 0;
background: #f6f8fb;
}

.weDifferent-sec .wrap {
padding-right: 25px;
}

.weDifferent-sec h2 {
font-size: 36px;
font-weight: 700;
}

.weDifferent-sec h5 {
font-size: 22px;
color: #dfb10c;
}

.weDifferent-sec p {
font-size: 20px;
line-height: 1.4;
}

.weDifferent-sec a {
}

.diff-wrap {
display: inline-block;
margin-bottom: 0;
margin-top: 20px;
}

.diff-wrap li {
float: left;
margin-right: 20px;
width: 30%;
}

.diff-wrap li:nth-child(2) {
margin-top: 45px;
}

.diff-wrap li:nth-child(3) {
margin-right: 0px;
margin-top: 90px;
}

.diff-wrap li:nth-child(4) {
margin-top: -80px;
}

.diff-wrap li:nth-child(5) {
margin-top: -35px;
}

.diff-wrap li figure {
margin-bottom: 10px;
background: #fff;
border-radius: 5px;
box-shadow: 0 0 15px 0 #0000000f;
}

.diff-wrap li figure img {
width: 100%;
border-radius: 10px;
}

.diff-wrap li h6 {
font-size: 18px;
text-align: center;
}

.who-we-sec.left figure {
float: left;
}

.who-we-sec.left {
background: #fff;
}

.servicesec .centerwrap {
width: 100%;
margin: 0 auto;
text-align: center;
}

.servicepg .cta {
background: #fff;
}

.wow-testimonial {
}

.wow-testimonial h2 {
text-align: center;
}

.wow-testimonial p {
font-size: 18px;
line-height: 1.6;    /* padding-bottom: 60px; */
text-align: center;
}

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

.wow-testimonial .tsbox .lft {

/* display: inline-block; */
width: 30%;
padding-top: 30px;
float: left;
}

.wow-testimonial .tsbox .lft figure {
width: 134px;
height: 134px;
margin: 0 auto;
background: #20cb98;
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 20px;
display: inline-block;
}

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

.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: #20cb98;
}

.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: #20cb98;
}

.nopadd {
padding: 0px;
}

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

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

.counter {
position: relative;
}

/*.counter:before{position: absolute;top:0px;left:0px;content:"";background: #272b34;width:50%;z-index: 1;height:120px;}*/
.pricing-sec {
background: #f5f8fa;
width: 100%;
padding: 100px 0;
background-size: cover;
background-position: top center;
}

.pricing-sec h2 {
font-size: 36px;
text-align: center;
font-weight: 700;
}

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

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

.pricing-sec .pricingwrap li {
width: 46.7%;
float: left;
margin: 0 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;
}

.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 20px;
border-radius: 0px 0px 10px 10px;
background: #fff;
}

.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;
min-height: 95px;
text-align: left;
padding-bottom: 0;
}

.pricing-sec .tabbing-links {
text-align: center;
display: block;
width: 100%;
margin: 20px 0;
}

.pricing-sec .tabbing-links li {
margin-right: 10px;
display: inline-block;
background: transparent;
}

.pricing-sec .tabbing-links li {
color: #717171;
padding: 10px;
border: 1px solid transparent;
}

.pricing-sec .tabbing-links li.current {
border-color: #dfb10c;
}

.pricing-sec .tabbing-links li a {
color: #717171;
font-size: 14px;
}

.pricing-sec .tabbing-links li.current a {
color: #dfb10c;
}

.tabs .portfoliolist {
font-size: 0;
}

.tabs .portfoliolist li {
float: none;
width: 43%;
padding: 0;
display: inline-block;
}

.pricing-sec .tabbing-links li:hover,
.pricing-sec .tabbing-links li.current {
transform: none;
}

.main-princing-sec-hme .nav-pills {
text-align: center;
display: block;
width: 100%;
margin: 20px 0;
}

.main-princing-sec-hme .nav-pills li {
margin: 18px 5px;
display: inline-block;
background: transparent;
}

.main-princing-sec-hme .nav-pills li a {color: #253858;padding: 10px;border: 6px solid transparent;font-size: 14px;border: 1px solid #e9b806;border-radius: 6px;}

.main-princing-sec-hme .nav-pills li a.active {border-color: #e9b806;color: #fff;background-color: #e9b806;border-radius: 6px;}

.tabs .portfoliolist {
font-size: 0;
}

.tabs .portfoliolist li {
float: none;
width: 43%;
padding: 0;
display: inline-block;
}

.main-princing-sec-hme .nav-pills li:hover,
.main-princing-sec-hme .nav-pills li.current {
transform: none;
}

.main-princing-sec-hme .pricingboxes {
padding-top: 1px;
}

.pricing-hme-content .smallboxes:hover {
border: 1px solid #C1C7D0;
color: #0065FF;
}

.pricing-hme-content .smallboxes:hover h4,
.pricing-hme-content .smallboxes:hover p,
.pricing-hme-content .smallboxes:hover .more-less {
color: #dfb10c;
}

.pricing-hme-content .small-serces {
display: inline-block;
width: 96%;
vertical-align: middle;
text-align: left;
}

.pricing-hme-content .plus-pri {
display: inline-block;
width: 4%;
vertical-align: middle;
}

.main-princing-sec-hme .smallboxes h4 {
color: #091e42;
font-weight: 700;
font-size: 20px;
text-align: left;
padding-bottom: 3px;
}

.ft-img {
padding: 10px 0 0 0;
}

.ft-img figure {
margin: 0px;
}

.ft-img img {
width: 80%;
}

.main-princing-sec-hme .smallboxes p {
color: #091e42;
font-size: 14px;
padding: 0px;
text-align: left;
line-height: 18px;
}

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

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

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

.nav-area-full .col-lg-10 {
    padding-left: 0px;
}
.introduction-sec .wrapper {
    margin: 0 0 0 40px;
}


}

.top-box {
margin: 0 15px;
background: #fff;
border-radius: 10px;
box-shadow: 0px 0px 25px #00000040;
}

.top-box .hdarea {
height: 200px;
display: inline-block;
}

.top-box .hdarea .lf {
padding: 35px 25px 25px;
width: 66%;
float: left;
}

.top-box .hdarea .lf h4 {
color: #223235;
text-align: left;
line-height: 1.2;
text-decoration: none;
font-size: 24px;
border: 0px;
}

.top-box .hdarea .lf p {
font-size: 14px;
color: var(--default-color);
line-height: 1.4;
text-align: left;
padding-bottom: 0;
}

.top-box .hdarea .lf a {
color: #21caa8;
font-size: 16px;
margin-top: 10px;
font-weight: 700;
display: inline-block;
}

.top-box .hdarea .rt {
width: 33%;
float: right;
}

.top-box .hdarea .rt figure {
margin-bottom: 0;
}

.top-box .hdarea .rt figure img {
width: 100%;
}

.top-box .bdarea {
padding: 0 25px 25px;
}

.top-box .bdarea ul {
margin-bottom: 0;
}

.top-box .bdarea ul li {
margin-right: 34px;
display: inline-block;
}

.top-box .bdarea ul li:last-child {
margin-right: 0px;
}

.top-box .bdarea ul li h5 {
color: #f84768;
padding-bottom: 0;
font-size: 26px;
}

.top-box .bdarea ul li h5 span {
color: #000000;
display: block;
font-size: 18px;
}

.top-box .bdarea ul li h6 {
color: #21caa8;
font-size: 18px;
}

.top-box .bdarea ul li img {
}

.top-box .bdarea ul li a {
}

.btn-price {
color: #fff;
font-weight: 700 !important;
text-transform: capitalize !important;
background: #20CB98;
border-radius: 4px;
padding: 16px 20px !important;
}

.main-princing-sec-hme .pricingwrap li .box .txt-wrap ul {
margin-top: 20px;
width: 100%;
display: inline-block;
margin-bottom: 0;
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li {
display: inline-block;
width: 50%;
margin: 0;
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li a {
display: inline-block;
padding: 12px 20px !important;
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li h5 {
text-align: left;
color: #f84768;
padding-bottom: 0;
font-size: 26px;
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li span {
color: #000000;
display: block;
font-size: 18px;
}

.btn-price:hover {
color: #fff
}

.strugglesec p {
text-align: left;
font-size: 20px;
width: 100%;
padding-bottom: 0;
line-height: 1.4;
}

.servicesec p span {
color: #dfb10c;
}

.three-testimonials.approach .box p {
min-height: auto;
}

.three-testimonials.approach .box {
}

.menuside {
position: relative;
color: #171717;
font-size: 18px;
margin-top: 0;
font-weight: 600;
display: inline-block;
padding: 0 0;
}

.menuside2 {
position: relative;
color: #fff;
font-size: 16px;
margin-top: 0;
font-weight: 400;
display: inline-block;
padding: 0px 0 15px 10px;
}

.menuside2 i {
font-size: 16px;
margin: 0px 0 0 0px;
display: inline-block;
vertical-align: middle;
}

.menuside:hover {
color: #e9b806;
}

.menuside .xicon {
position: absolute;
right: -18px;
top: 2px;
font-size: 20px;
color: #171717;
}

.counternew {
background: #f5f8fa;    /* padding: 20px 0; */
}

.gclients h5 {
padding-bottom: 0;
margin-top: 50px;
width: 100%;
font-size: 18px;
position: relative;
color: #171717;
font-weight: 600;
padding-left: 30px;
display: inline-block;
}

.gclients h5:before {
position: absolute;
top: 0;
color: #dfb10c;
left: 0px;
content: "\e916";
font-family: 'icomoon' !important;
}

.counternew .figorelist {
margin-bottom: 0;
}

.counternew .figorelist li {
padding: 0 60px;
display: inline-block;
}

.counternew .figorelist li figure {
margin-bottom: 0;
}

.counternew .figorelist li figure img {
width: 90px;
}

.btn-theme {transform: translateY(0rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;background: #112b89;padding: 10px 20px;border-radius: 6px;display: inline-block;/* margin-left: 10px; */font-weight: 600;font-size: 18px;text-transform: capitalize;}

.btn-theme:hover {/*transform: translateY(-0.625rem);*/-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;background: #dfb10c;}

.helpsec .cstn-column .imgplace {
width: 50%;
display: inline-block;
}

.helpsec .cstn-column .txtwrap {
width: 50%;
display: inline-block;
vertical-align: middle;
}

.helpsec .imgplace {
}

.helpsec .imgplace figure {
margin-bottom: 0;
}

.helpsec .imgplace figure img {
width: 500px;
}

.helpsec .txtwrap {
padding-top: 40px;
}

.helpsec .wayswrapper {
width: 100%;
padding-top: 40px;
margin-top: 40px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.helpsec .wayswrapper ul {
display: inline-block;
margin-bottom: 0;
}

.helpsec .wayswrapper ul li {
float: left;
width: 31%;
padding-right: 10px;
margin-right: 22px;
}

.helpsec .wayswrapper ul li h3 {
color: #fff;
font-size: 20px;
font-weight: 900;
}

.helpsec .wayswrapper ul li h3 a {
color: #fff;
font-size: 20px;
font-weight: 900;
}

.helpsec .wayswrapper ul li p {
color: #fff;
font-size: 16px;
}

.innerctabottom {
display: inline-block;
width: 65%;
}

.helpsec .ctabottom .innerctabottom h3 {
font-size: 30px;
}

.helpsec .ctabottom .innerctabottom h6 {
color: #ffffffba;
padding: 5px 0 0;
margin: 0;
}

.helpsec .ctabottom .innerctabottom a {
float: none;
color: #fff;
}

.helpsec .ctabottom {
padding-top: 40px;
width: 100%;
margin-top: 40px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.helpsec .ctabottom h3 {
padding-bottom: 0;
color: #fff;
padding-top: 20px;
font-size: 22px;
display: inline-block;
}

.helpsec .ctabottom a {
margin-top: 0;
padding: 20px 40px;
float: right;
}

.strugglesec .paright {
padding-right: 80px;
}

.strugglesec.withimages .paright {
padding-right: 60px;
}

.satisfactionfold {
background: #f5f5f56b;
overflow: hidden;
width: 100%;
padding: 100px 0 80px;
}

.satisfactionfold .textwrap {
}

.satisfactionfold .textwrap h2 {
text-align: left;
font-size: 36px;
width: 100%;
font-weight: 700;
line-height: 1.2;
}

.satisfactionfold .textwrap p {
text-align: left;
font-size: 20px;
width: 100%;
padding-bottom: 0;
line-height: 1.4;
}

.satisfactionfold .textwrap .satisfylist {
display: inline-block;
margin-bottom: 0px;
margin-top: 20px;
}

.satisfactionfold .textwrap .satisfylist li {
width: 50%;
float: left;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 235px;
}

.satisfactionfold .textwrap .satisfylist li .figg {
margin-bottom: 15px;
}

.satisfactionfold .textwrap .satisfylist li .figg img {
color: #dfb10c;
font-size: 40px;
width: 40px;
height: 40px;
}

.satisfactionfold .textwrap .satisfylist li h3 {
font-size: 17px;
font-weight: 700;
}

.satisfactionfold .textwrap .satisfylist li p {
font-size: 16px;
}

.satisfactionfold figure {
margin-bottom: 0px;
}

.satisfactionfold figure img {
width: 650px;
}

.cta h6 {
text-align: center;
font-size: 18px;
padding-bottom: 0;
display: inline-block;
width: 34%;
vertical-align: middle;
}

.cta h6 a {
color: #dfb10c;
display: block;
font-size: 24px;
margin-top: 10px;
}

.singletestimonials {
padding: 100px 0;
}

.singletestimonials .testwraper {
width: 80%;
margin: 0 auto;
}

.singletestimonials .testwraper .item {
}

.singletestimonials .testwraper .item .figpart {
width: 13%;
margin-right: 70px;
display: inline-block;
vertical-align: top;
}

.singletestimonials .testwraper .item .figpart figure {
margin-bottom: 0;
width: 100px;
height: 100px;
background: #dfb10c;
border-radius: 50%;
text-align: center;
padding-top: 26px;
margin: 0 auto;
}

.singletestimonials .testwraper .item .figpart figure img {
}

.singletestimonials .testwraper .item .figpart figure h3 {
color: #fff;
padding-bottom: 0px;
font-size: 40px;
letter-spacing: 3px;
font-weight: 700;
}

.singletestimonials .testwraper .item .quotepart {
width: 78%;
display: inline-block;
vertical-align: top;
}

.singletestimonials .testwraper .item .quotepart h4 {
line-height: 1.3;
font-size: 34px;
font-weight: 300;
position: relative;
}

.singletestimonials .testwraper .item .quotepart h4 span.top {
position: absolute;
color: #dfb10c;
left: -48px;
top: 0px;
font-size: 36px;
}

.singletestimonials .testwraper .item .quotepart h4 span.bottom {
font-size: 36px;
color: #dfb10c;
margin-left: 15px;
}

.singletestimonials .testwraper .item .quotepart h5 {
padding-bottom: 0;
margin-top: 30px;
font-size: 16px;
font-weight: 700;
line-height: 1;
}

.singletestimonials .testwraper .item .quotepart h5 span {
font-weight: 400;
display: block;
font-size: 14px;
margin-top: 5px;
}

.quest-section {
margin-bottom: 0px;
}

.faqsection {
background: #f5f8fa6e;
padding: 100px 0;
}

section.faqsection {
}

.faqsection h2 {
font-size: 36px;
font-weight: 700;
}

.footer-top {
}

.footer-top h3 {
color: #253858;
font-size: 14px;
line-height: 1;
padding-bottom: 20px;
}

.footer-top .linkinglist {
display: inline-block;
margin-bottom: 0;
}

.footer-top .linkinglist li {
padding: 5px 0;
}

.footer-top .linkinglist li a {
color: #091E42;
font-size: 15px;
}

.footer-top .socialmid {
border-bottom: 1px solid #DFE1E5;
margin: 0px auto 0;
padding-bottom: 30px;
}

.footer-bottom .fologo {
width: 150px;
}

.footer-bottom .fologo img {
}

.oddinner-banner {
height: 350px;    /* margin-top: 133px; */
}

.oddinner-banner .inner-banner-content {
padding-right: 0;
text-align: center;
}

.oddinner-banner .inner-banner-content h3 {
color: #fff;
font-size: 42px;
font-weight: 700;
}

.oddinner-banner .inner-banner-content p {
font-size: 20px;
color: #fff;
line-height: 1.4;
padding-bottom: 0;
}

.twoboxes {

/* padding-bottom: 100px; */
}

.twoboxes .contactboxeswrap {
font-size: 0px;
margin-top: -60px;
}

.twoboxes .contactboxeswrap .contactbox {
text-align: center;
border-radius: 3px;
padding: 50px 40px;
background-color: #fff;
border: 1px solid #eaf0f6;
width: 49%;
display: inline-block;
}

.twoboxes .contactboxeswrap .contactbox.left {
margin-right: 22px;
}

.twoboxes .contactboxeswrap .contactbox figure {
}

.twoboxes .contactboxeswrap .contactbox figure span {
color: #171717;
font-size: 60px;
}

.twoboxes .contactboxeswrap .contactbox figure figcaption {
color: #171717;
font-size: 18px;
margin-top: 10px;
font-weight: 600;
}

.twoboxes .contactboxeswrap .contactbox p {
line-height: 1.4;
font-size: 18px;
padding-bottom: 50px;
}

.twoboxes .contactboxeswrap .contactbox a {
}

.maparea {
padding: 100px 0;
}

.maparea .mapwrap {
font-size: 0px;
border: 1px solid #cbd6e2;
border-radius: 3px;
}

.maparea .mapwrap .mappart {
vertical-align: top;
width: 60%;
display: inline-block;
}

.maparea .mapwrap .mappart iframe {
width: 100%;
height: 500px;
}

.maparea .mapwrap .infopart {
width: 40%;
padding: 70px 90px 37px 50px;
vertical-align: top;
display: inline-block;
height: 500px;
}

.maparea .mapwrap .infopart .chunk {
padding-bottom: 40px;
}

.maparea .mapwrap .infopart .chunk h3 {
color: #171717;
font-size: 22px;
padding-bottom: 15px;
}

.maparea .mapwrap .infopart .chunk p {
font-size: 16px;
line-height: 1.4;
}

.maparea .mapwrap .infopart .chunk a {
color: #687087;
font-size: 16px;
display: block;
}

.maparea h2 {
font-size: 36px;
width: 100%;
font-weight: 700;
line-height: 1.2;
padding-bottom: 100px;
text-align: center;
}

.dropdown > ul:before {
position: absolute;
content: "";
top: -12px;
right: 15px;
z-index: 0;
width: 20px;
height: 20px;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(44deg);
border-radius: 5px;
border-top: 1px solid #cbd6e2;
border-left: 1px solid #cbd6e2;
}

.dropdown > ul > li:hover {
background-color: #f5f8fa;
}

.dropdown > ul > li:hover a {
color: #dfb10c;
}

.header-main .othermenu {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;    /* transform: translateY(-10rem); */
}

.header-main.showmenu .othermenu {
opacity: 1;    /* transform: translateY(0rem); */
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index: 99;
}

.header-main.showmenu .secondlogo {
}

.header-main .has-submenu {
width: 66px;
display: inline-block;
padding-bottom: 22px;
position: relative;
height: 24px;    /* overflow: hidden; */
cursor: pointer;
}

.header-main.showmenu .has-submenu {
z-index: 99
}

.header-main .has-submenu:hover .dropdown {
visibility: visible;    /* top: 95%; */
opacity: 1;
left: 0;
}

.header-main.showmenu .has-submenu .dropdown > ul {
margin-bottom: 0;
}

.header-main.showmenu .has-submenu .dropdown > ul:before {
}

.header-main.showmenu .has-submenu .dropdown > ul > li > a {
color: #171717;
margin-top: 0;
font-weight: 400;
}

.header-main .has-submenu .dropdown > ul > li {
width: 100%;
margin-right: 0px;
float: left;
}

.pricingboxes {
padding-top: 40px;
}

.pricingboxes .largebox {
box-shadow: 0 0 11px #eaf0f6;
font-size: 0;
margin-top: 32px;
padding: 20px 35px 45px;
background: #fff;
border-radius: 3px;
}

.pricingboxes .largebox .leftarea {
width: 35%;
text-align: center;
vertical-align: top;
display: inline-block;
margin-right: 20px;
}

.pricingboxes .largebox .leftarea figure {
margin-bottom: 20px;
}

.pricingboxes .largebox .leftarea figure img {

/* width: 200px; */
}

.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: #dfb10c;
border-radius: 3px;
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;
}

.pricingboxes .largebox .rightarea {
display: inline-block;
width: 60%;
padding-top: 32px;
}

.pricingboxes .largebox .rightarea h4 {
font-size: 24px;
font-weight: 600;
}

.pricingboxes .largebox .rightarea p {
font-size: 16px;
text-align: left;
line-height: 1.4;
padding-bottom: 30px;
}

.pricingboxes .largebox .rightarea h3 {
font-size: 16px;
font-weight: 600;
position: relative;
overflow: hidden;    /* display: inline-block; */
}

.pricingboxes .largebox .rightarea h3:before {
right: 0px;
content: '';
position: absolute;
height: 5px;
margin-left: 10px;
border-bottom: 1px solid #e0e6ed;
top: 5px;
width: 330px;
z-index: -1;
}

.ticklist {
width: 100%;
margin-bottom: 0;
display: inline-block;
}

.ticklist li {
width: 50%;
vertical-align: top;
display: inline-block;
}

.ticklist li img {
height: 50px;
}

.ticklist li span {
}

.ticklist li a {
color: #dfb10c;
font-size: 16px;
font-weight: 700;
}

.ticklist li h6 {
font-size: 20px;
padding-bottom: 0;
}

.ticklist li.ralign {
text-align: right;
}

.smallboxes {
padding-top: 32px;
font-size: 0;
text-align: center;
}

.smallboxes .smallbox {
vertical-align: top;
min-height: 630px;
display: inline-block;
width: 31%;
box-shadow: 0 0 11px #eaf0f6;
padding: 30px 25px;
background: #fff;
border-radius: 3px;
margin-bottom: 32px;
margin-right: 25px;
}

.smallboxes .smallbox figure {
}

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

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

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

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

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

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

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

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

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

.smallboxes .smallbox h2 span {
display: block;
color: #687087;
font-size: 16px;
font-weight: 600;
margin-top: 5px;
}

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

.aboutbg {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2545b+0,ff7a59+100 */
background: #f2545b; /* Old browsers */
background: -moz-linear-gradient(45deg, #f2545b 0%, #ff7a59 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f2545b 0%, #ff7a59 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f2545b 0%, #ff7a59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2545b', endColorstr='#ff7a59', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.inner-banner.aboutbg {
position: relative;
}

.inner-banner.aboutbg .circles {
position: absolute;
}

.dropdown > ul > li.seclvl {
position: relative;
}

.dropdown > ul > li.seclvl:hover .seclvldrop {
display: block;
position: absolute;
width: 200px;
background: #fff;
height: auto;
top: -10px;
padding: 10px 0;
right: -200px;
border: 1px solid #cbd6e2;
border-radius: .1875rem;
box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
z-index: 95;
}

.dropdown > ul > li.seclvl .seclvldrop {
display: none;
}

.dropdown > ul > li.seclvl .seclvldrop .droplist {
z-index: 99;
position: relative;
}

.dropdown > ul > li.seclvl .seclvldrop .droplist:before {
position: absolute;
content: "";
top: 5px;
left: -12px;
z-index: -1;
width: 20px;
height: 20px;
background: #fff;
-webkit-transform: rotate(-44deg);
transform: rotate(-44deg);
border-radius: 5px;
border-top: 1px solid #cbd6e2;
border-left: 1px solid #cbd6e2;
}

.dropdown > ul > li.seclvl .seclvldrop .droplist li {
}

.dropdown > ul > li.seclvl .seclvldrop .droplist li:hover {
background-color: #f5f8fa;
}

.dropdown > ul > li.seclvl .seclvldrop .droplist li a {
color: #171717;
font-size: 14px;
text-decoration: none;
padding: 8px 10px 8px 15px;
display: block;
font-weight: 400;
}

.gclients {
padding: 60px 0;
position: relative;
}

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

.gclients .textw {
}

.gclients .textw h3 {
font-size: 50px;
font-weight: 700;
padding-bottom: 0;
}

.gclients .textw p {
font-size: 18px;
padding-bottom: 0;
}

.gclients .clientslist {
margin-top: 36px;
display: inline-block;
margin-bottom: 0;
font-size: 0px;
}

.gclients .clientslist li {
margin: 0px 15px;
display: inline-block;
}

.gclients .clientslist li figure {
margin: 10px 0;
}

.gclients .clientslist li figure img {
width: 135px;
}

.header-main {position: fixed;background: linear-gradient(to left, #01155e 0%, #122d8d 100%);}

.header-main .othermenu {position: relative;display: inline-block;margin-bottom: 0;margin: 44px 0 0;left: 100px;}

.header-main .othermenu li {
/*margin-right: 10px;*/
display: inline-block;
padding-right: 15px;
}

.header-main .othermenu li h6 {
color: #171717;
font-size: 16px;
margin-top: 8px;
font-weight: 400;
cursor: default;
}

.header-main .othermenu li a {
color: #333;
font-size: 16px;    /* margin-top: 18px; */
font-weight: 400;
}

.header-main .secondlogo {position: relative;padding: 10px 0 10px 0;margin-right: 0;display: inline-block;vertical-align: top;}

.header-main .secondlogo a {
display: inline-block;
}

.header-main .secondlogo a img {
    width: 136px;
    filter: inherit;
}

.ourapproachsec {
background: #f5f8fa;
padding: 100px 0;
overflow: hidden;
}

.ourapproachsec h2 {
text-align: center;
font-size: 36px;
width: 100%;
font-weight: 700;
line-height: 1.2;
}

.ourapproachsec p {
text-align: center;
font-size: 20px;
width: 100%;
padding-bottom: 60px;
line-height: 1.4;
}

.ourapproachsec .wrapper {
}

.ourapproachsec .wrapper .chunk {
margin-bottom: 30px;
}

.ourapproachsec .wrapper .chunk h3 {
font-size: 24px;
line-height: 1.2;
}

.ourapproachsec .wrapper .chunk p {
text-align: left;
line-height: 1.4;
font-size: 18px;
padding-bottom: 0;
}

.ourapproachsec figure {
margin-bottom: 0;
}

.ourapproachsec figure img {
border-radius: 3px;
border: 1px solid #cbd6e2;
}

.smallbox.mright {
margin-right: 32px;
}

.ourapproachsec .wrapper .cta {
padding-bottom: 0;
}

.ourapproachsec .wrapper .cta h4 {
font-size: 20px;
}

.ourapproachsec .wrapper .cta h6 {
text-align: left;
float: none;
width: 100%;
}

.ourapproachsec .wrapper .cta h6 a {
display: inline-block;
margin-top: 0;
margin-left: 20px;
}

.ourprocesses {
padding: 100px 0;
}

.ourprocesses .paright {
height: 100%;
position: relative;
padding-right: 50px;
}

.ourprocesses .paright h2 {
text-align: left;
font-size: 36px;
width: 100%;
font-weight: 700;
line-height: 1.2;
}

.ourprocesses .paright p {
text-align: left;
font-size: 20px;
width: 100%;
padding-bottom: 0;
line-height: 1.4;
}

.ourprocesses .processlistdown {
display: inline-block;
margin-bottom: 0;
}

.ourprocesses .processlistdown li {
width: 33%;
float: left;
height: 200px;
padding-right: 40px;
}

.ourprocesses .processlistdown li .check {
font-size: 26px;
color: #dfb10c;
}

.ourprocesses .processlistdown li h3 {
font-size: 18px;
text-transform: capitalize;
margin-top: 10px;
line-height: 1.4;
padding-bottom: 15px;
}

.ourprocesses .processlistdown li p {
font-size: 14px;
padding-bottom: 0;
}

.ourprocesses .cta {
padding: 0;
position: absolute;
margin-top: 60px;
bottom: 0;
background: transparent;
}

.ourprocesses .cta h4 {
font-size: 20px;
}

.ourprocesses .cta h6 {
text-align: left;
float: none;
width: 100%;
}

.ourprocesses .cta h6 a {
display: inline-block;
margin-top: 0;
margin-left: 20px;
}

.logo img {
width: 120px;
}

.ourprocesses .processlistdown li.noheight {
height: auto;
}

.contactpg .oddinner-banner .inner-banner-content {
margin-top: 0px;
}

.header-main .emailsec {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: absolute;
font-family: var(--primary-font-family);
top: 24px;
}

.header-main .emailsec a {
position: relative;
font-family: var(--primary-font-family);
color: #171717;
font-size: 14px;
font-weight: 400;
padding-left: 20px;
}

.header-main .emailsec a span {
left: 0;
top: 3px;
position: absolute;
}

.innerservices .inner-banner {
}

.innerservices .inner-banner .inner-banner-content {
margin-top: 0;
text-align: left;
}

.innerservices .inner-banner .inner-banner-content h5 {
color: #dfb10c;
}

.innerservices .inner-banner .inner-banner-content h2 {
color: #171717;
}

.innerservices .inner-banner .inner-banner-content h2 span {
color: #171717;
}

.innerservices .inner-banner .inner-banner-content h1 {
color: #fff;
font-size: 42px;
line-height: 1.2;
padding-bottom: 15px;
text-shadow: none;
border-bottom: none;
}

.innerservices .inner-banner .inner-banner-content h1:after {
display: none
}

.innerservices .inner-banner .inner-banner-content h1 span {
color: #fff;
font-size: 36px;
display: block;
font-weight: 300;
margin-top: 10px;
text-shadow: none;
}

.innerservices .inner-banner .inner-banner-content p {
color: #fff;
}

.innerservices .inner-banner .inner-banner-content a {
margin-bottom: 0;
}

.servicepg .inner-banner-content {
margin-top: 70px;
display: block;
}

.servicepg .inner-banner-content figure {
}

.servicepg .inner-banner-content figure img.servicefigure {
width: 550px;
}

.servicepg .inner-banner {
background: #fff0eb;
position: relative;
}

.servicepg .inner-banner .inner-banner-content h5 {
color: #dfb10c;
}

.servicepg .inner-banner .inner-banner-content h2 {
color: #171717;
}

.servicepg .inner-banner .inner-banner-content h2 span {
color: #171717;
}

.servicepg .inner-banner .inner-banner-content p {
color: #687087;
}

.servicepg .inner-banner .inner-banner-content a {
margin-bottom: 25px;
}

.servicepg .inner-banner .round1 {
position: absolute;
width: 90px;
height: 90px;
background: #7d4cc040;
border-radius: 50%;
top: 10%;
left: 10%;
}

.servicepg .inner-banner .round2 {
position: absolute;
width: 60px;
height: 60px;
background: #f58e6a69;
border-radius: 50%;
top: 33%;
right: 10%;
}

.servicepg .inner-banner .round3 {
position: absolute;
width: 120px;
height: 120px;
background: #b3de6178;
border-radius: 50%;
bottom: 10%;
left: 22%;
}

.servicepg .inner-banner .round4 {
position: absolute;
width: 40px;
height: 40px;
background: #6bdfd291;
border-radius: 50%;
bottom: 36%;
right: 33%;
}

.servicepg .inner-banner .round5 {
position: absolute;
width: 150px;
height: 150px;
background: #ffdd6ea3;
border-radius: 50%;
right: 10%;
bottom: -10%;
}

.servicepg .inner-banner .round6 {
position: absolute;
width: 50px;
height: 50px;
background: #69daced1;
border-radius: 50%;
left: 2%;
top: 55%;
}

.servicepg .inner-banner .round7 {
position: absolute;
width: 30px;
height: 30px;
background: #ec764e61;
border-radius: 50%;
right: 65%;
bottom: 55%;
}

.footer-top .linkinglist li a.address {
cursor: default;
}

.footer-top .linkinglist li a.address:hover {
color: #091E42;
}

.footer-top .linkinglist li a:hover {
text-decoration: underline;
}

.accordlist {
}

.accordlist li {
color: #687087;
padding-left: 20px;
position: relative;
}

.accordlist li:before {
content: "";
position: absolute;
left: 0px;
border-bottom: 1px solid #687087;
width: 10px;
height: 1px;
top: 10px;
}

.header-main .othermenu li:hover a {}

.main-menu > ul > li:hover a {
color: #fff;
}

.header-main .othermenu li.active a {color: #e9b806;}

.header-main .othermenu li.active h6 a {
color: #e9b806;
}

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

.top-info-list li:nth-child(2) {
    display: none;
}

.top-info-list li a {
    font-size: 12px;
}

.nav-area-full {
    margin-top: 105px;
}

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

.landing-pagetext figure img {
    max-width: 100%;
}

.singletestimonials .testwraper .item .quotepart {
    width: 77%;
}

.pricing-sec .nav-pills li {
    margin: 0 0 0 0;
}

.smallboxes .smallbox {
    width: 30%;
}

}

@media only screen and (max-width:769px) and (min-width:0px) {
.servicesec h4,
.listsec h2,
.maparea h2,
.pricing-sec h2,
.who-we-sec h2,
.ourprocesses .paright h2,
.leftinner h2,
.ourapproachsec h2,
.bottom-form .txtwrap h2,
.faqsection h2,
.satisfactionfold .textwrap h2,
.helpsec h2,
.strugglesec h2 {
    font-size: 26px;
}

.servicesec p,
.pricing-sec p,
.who-we-sec p,
.ourprocesses .paright p,
.packages-sec p,
.ourapproachsec p,
.bottom-form .txtwrap p,
.satisfactionfold .textwrap p,
.helpsec p,
.strugglesec p {
    font-size: 18px;
    line-height: 1.3;
}

.btn-secondary {
}

.nav-area-full {
    margin-top: 0px;
    padding: 10px 0;
}

.helpsec .imgplace figure img {
    width: 100%;
}

.mobile-nav-btn {
    z-index: 999;
    top: 12px;
}

.mobile-nav-btn span:before,
.mobile-nav-btn span:after,
.mobile-nav-btn span {
    background-color: #6c7780;
}

.slider-wrapper {
    margin-top: 62px;
}

.header-main {
    position: fixed;
    background: #fff;
    min-height: 55px;
}

.home-banner-content h1 {
    font-size: 36px;
    line-height: 1.2;
}

.home-banner-content .subtitle {
    font-size: 20px
}

.gclients .textw h3 {
    font-size: 36px;
}

.gclients h5 {
    margin-top: 20px;
}

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

.strugglesec {
    padding: 60px 0;
}

.strugglesec .paright {
    padding-right: 0px;
}

.strugglesec p {
    padding-bottom: 30px;
}

.strugglesec ul li {
    width: 100%;
    font-size: 16px;
    padding-bottom: 15px;
}

.helpsec {
    padding: 60px 0;
}

.helpsec .wayswrapper ul li {
    float: left;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.helpsec .ctabottom a {
    float: none;
}

.helpsec .ctabottom {
    text-align: left;
}

.helpsec .ctabottom h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.satisfactionfold .textwrap .satisfylist li {
    width: 100%;
}

.satisfactionfold figure {
    display: none;
}

.pricing-sec,
.weDifferent-sec,
.who-we-sec,
.ourprocesses,
.packages-sec,
.ourapproachsec,
.bottom-form,
.faqsection,
.singletestimonials,
.cta,
.satisfactionfold {
    padding: 60px 0;
}

.cta h3 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 30px;
}

.cta h6 {
    float: none;
    text-align: left;
    vertical-align: top;
}

.singletestimonials .testwraper .item .quotepart h4 {
    font-size: 22px;
    line-height: 1.2;
}

.singletestimonials .testwraper .item .quotepart {
    width: 100%;
    margin-top: 30px;
}

.singletestimonials .testwraper .item .quotepart h4 span {
    display: none !important;
}

.faqsection h2 {
    text-align: left;
}

.bottom-form .txtwrap p {
    padding-bottom: 20px;
}

.bot-form form textarea {
    padding: 8px 18px;
}

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

.xshide {
    display: none;
}

.footer-top .socialmid {
    margin: 0px;
}

.logo {
    display: inline-block;
    width: 70%;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav li a.active {
    background: #dfb10c;
}

.mobile-nav nav li ul li a {
    font-size: 14px;
}

.mobile-nav nav li a {
    font-size: 18px;
}

.mobile-nav nav li a.inner-pad {
    padding: 10px 40px;
}

.inner-pages .inner-banner {
    margin-top: 62px;
    background-position: top left !important;
}

.inner-banner-content h2 {
    font-size: 32px;
}

.inner-banner .inner-banner-content h2 span {
    font-size: 26px;
}

.inner-banner-content p {
    font-size: 18px;
    padding-bottom: 30px;
}

.ourapproachsec p,
.ourapproachsec h2 {
    text-align: left;
}

.ourapproachsec .wrapper .chunk h3 {
    font-size: 20px;
}

.ourapproachsec figure img {
    display: none;
}

.leftinner figure img {
    width: 100%;
}

.hidemob {
    display: none;
}

.cta2 .wrap h3 {
    font-size: 24px;
    text-align: left;
}

.cta2 .wrap h6 {
    text-align: left;
}

.cta2 {
    height: auto;
    text-align: left;
}

.ourprocesses .cta {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}

.ourprocesses .processlistdown li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.ourprocesses .processlistdown li:last-child {
    margin-bottom: 0;
}

.singletestimonials .testwraper {
    width: 85%;
}

.ourprocesses .cta h4 {
    line-height: 1.3;
}

.innerservices .inner-banner .inner-banner-content h2 br,
.ourprocesses .processlistdown li h3 br {
    display: none;
}

.accordion {
    margin-top: 20px;
}

.quest-title {
    font-size: 20px;
}

.servicepg .inner-banner-content {
    text-align: left;
}

.servicepg .inner-banner-content figure img.servicefigure {
    display: none;
}

.servicepg .inner-banner .round1,
.servicepg .inner-banner .round2,
.servicepg .inner-banner .round3,
.servicepg .inner-banner .round4,
.servicepg .inner-banner .round5,
.servicepg .inner-banner .round6,
.servicepg .inner-banner .round7 {
    display: none;
}

.servicepg .inner-banner {
    height: 460px;
}

.who-we-sec h2.ptpx-40,
.who-we-sec h2.ptpx-90 {
    padding-top: 0px !important;
}

.who-we-sec figure {
    display: none;
}

.diff-wrap li:nth-child(3) {
    margin-right: 20px;
}

.diff-wrap li:nth-child(5),
.diff-wrap li:nth-child(3),
.diff-wrap li:nth-child(2),
.diff-wrap li:nth-child(4) {
    margin-top: 0px;
}

.diff-wrap li {
    width: 25%;
}

.diff-wrap {
    margin-top: 40px;
}

.pricingboxes .largebox .leftarea figure img {
    width: 200px;
}

.pricingboxes .largebox .leftarea {
    text-align: left;
    width: 100%;
    margin-right: 0px;
}

.pricingboxes .largebox .rightarea {
    width: 100%;
}

.ticklist li.ralign {
    display: block;
    text-align: left;
}

.ticklist li {
    width: 100%;
    text-align: left;
}

.smallboxes .smallbox {
    width: 100%;
}

.smallboxes .smallbox h4 {
    text-align: left;
}

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

.smallboxes .smallbox figure img {
    width: auto;
}

.smallboxes .smallbox figure {
    text-align: left;
}

.smallboxes .smallbox h2 {
    text-align: left;
    padding-top: 0;
}

.smallboxes .smallbox .price-btnwrap {
    text-align: left;
}

.smallbox.mright {
    margin-right: 0px;
}

.pricing-sec h2 {
    padding-top: 60px;
    text-align: left;
}

.pricing-sec p {
    text-align: left;
}

.twoboxes .contactboxeswrap .contactbox {
    width: 100%;
}

.twoboxes .contactboxeswrap .contactbox.left {
    margin-right: 0px;
    margin-bottom: 30px;
}

.oddinner-banner .inner-banner-content h3 {
    font-size: 36px;
    text-align: left;
}

.oddinner-banner .inner-banner-content p {
    text-align: left;
}

.maparea h2 {
    text-align: left;
    padding-bottom: 40px;
}

.maparea .mapwrap .mappart {
    width: 100%;
}

.maparea .mapwrap .infopart {
    width: 100%;
    padding: 30px;
    height: auto;
}

.listsec h2 {
    text-align: left;
    padding: 0 15px;
}

.listsec .wrap ul li {
    width: 100%;
}

.listsec .wrap ul li.br {
    border-right: 0px;
    padding: 10px 20px;
}

.listsec .wrap ul li:last-child,
.listsec .wrap ul li.bb {
    padding: 10px 20px;
}

.listsec .wrap ul li:nth-child(n+13) {
    border-bottom: 1px solid #BBBECC;
}

.listsec .wrap ul li:last-child {
    border-bottom: 0px;
}

.servicesec p {
    text-align: left;
}

.servicesec h4 {
    text-align: left;
}

.tabs .portfoliolist li {
    width: 42%;
}

.cta h6 a {
    font-size: 16px;
    margin-top: 6px;
}

.nav-area-full {
    margin: 0;
}

.servicesec .boxwrap li {
    width: 29%;
}

.partners-cta {
    display: none;
}

.designunigue ul li:nth-child(2) {
    width: 100%;
}

.designunigue ul li:first-child {
    width: 100%;
}

.designunigue {
    padding: 10px 0;
}

.designunigue .subimages {
    padding: 0 0 0;
}

.designunigue ul li:last-child {
    text-align: center;
    width: 100%;
}

.designunigue .subimages li:last-child {
    width: auto;
}

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

.bookSec .slick-prev {
    left: 0px;
}

.bookSec .slick-next {
    right: 0px;
}

.main-wtn-sec ul li {
    display: block;
    width: 100%;
}

.main-wtn-sec ul li.sec {
    width: 100%;
}

.main-wtn-sec ul li:last-child {
    width: 100%;
    text-align: center;
}

.main-wtn-sec ul {
    padding: 0 15px;
}

.banner-form {
    max-width: 100%;
}

.home-banner-content {
    top: -170px;
}

body .testimonials-slider .tls-sft {
    padding: 0px 0px 0px;
}

body .testimonials h2 {
    font-size: 34px;
}

.testimonials {
    padding-top: 30px;
}

}

.sale-blckfriday.open {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.sale-blckfriday {
position: fixed;
z-index: 999;
left: 20px;
bottom: 120px;
cursor: pointer;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.sale-blckfriday .salecrcle-btn {
background: #fff;
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
padding: 15px 0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: absolute;
box-shadow: 0 5px 30px 0 #0000004d;
}

.sale-blckfriday .salecrcle-btn h3 {
color: #fb293f;
font-size: 34px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: relative;
font-weight: 700;
}

.sale-blckfriday .salecrcle-btn h3 span {
display: block;
width: 100%;
font-size: 12px;
color: #000;
}

.sale-blckfriday .salecrcle-btn.open {
padding: 30px 0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.sale-blckfriday .salecrcle-btn.open h3 {
font-size: 0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.sale-blckfriday .salecrcle-btn.open h3 span {
font-size: 0
}

.sale-blckfriday .salecrcle-btn.open h3:after {
position: relative;
content: "X";
color: #fb293f;
font-size: 38px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.sale-blckfriday .sale-box {
width: 350px;
margin: 0px 0 20px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
height: 0px;
overflow: hidden;
background: url(../img/sale.png)no-repeat;
background-size: cover;
border-radius: 10px;
cursor: default;
}

.sale-blckfriday .sale-box.open {
height: 450px;
overflow: visible;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.sale-blckfriday .sale-box.open a {
position: absolute;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
padding: 10px 0;
left: -1px;
right: 0;
font-size: 16px;
bottom: 46px !important;
width: 77%;
background: #fff;
color: #000;
bottom: 30px;
text-align: center;
border-radius: 5px;
margin: auto;
display: inline-block;
left: 0;
right: 0;
}

.sale-blckfriday .salecrcle-btn h3:before {
display: none !important;
}

.portfolio-inner {
text-align: center;
}

.portfolio-inner h2 {
text-align: center;
font-size: 36px;
width: 100%;
font-weight: 700;
line-height: 1.2;
}

.portfolio-inner p {
text-align: center;
font-size: 20px;
width: 100%;
padding-bottom: 10px;
line-height: 1.4;
}

.portfolio-inner a.btn-secondary {
margin: 60px auto 0;
}

.portwrapper {
}

.portfoliolist {
text-align: center;
margin-bottom: 0px;
font-size: 0
}

.border-box-effect {
position: relative;
margin: 20px;
display: inline-block;
width: 43%;
}

.border-box-effect img {
width: 100%;
border-radius: 3px;
}

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

.portfoliolist.portfoliolist-logo {
}

.portfoliolist.portfoliolist-logo li {
width: 100%;
font-size: 0
}

.portfoliolist.portfoliolist-logo li > div {
width: 50%;
padding: 20px;
display: inline-block;
}

.portfoliolist.portfoliolist-logo .border-box-effect:hover:before,
.portfoliolist.portfoliolist-logo  .border-box-effect:hover:after,
.portfoliolist.portfoliolist-logo .border-box-effect > *:hover:before,
.portfoliolist.portfoliolist-logo .border-box-effect > *:hover:after {
display: none
}

.portfoliolist.portfoliolist-logo .border-box-effect > div {
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
transition: transform 0.5s;
}

.portfoliolist.portfoliolist-logo .border-box-effect > div:hover {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
transition: transform 0.5s;
}

.gtquote {
}

.gtquote .home-banner {
}

.gtquote .home-banner:before {
display: none;
}

.analyzepg .home-banner:before {
display: none;
}

#packages option.colr {
color: #dfb10c;
font-weight: 700;
}

.form-box-main p {
text-align: left;
font-size: 20px;
width: 100%;
padding-bottom: 30px;
line-height: 1.4;
}

.form-box-main form input::placeholder,
.form-box-main form select::placeholder,
.form-box-main form textarea::placeholder {
color: #091E42;
}

.form-box-main form input[type="file"] {
color: #091E42;
}

.smallnote {
color: #091E42;
padding-bottom: 10px;
display: inline-block;
}

.nopaddding {
padding: 0;
}

.nopaddding input[type="checkbox"] {
}

.nopaddding label {
font-size: 16px !important;
margin-left: -36px !important;
}

.forarrowselect {
position: relative;
}

.forarrowselect:after {
position: absolute;
content: "\e955";
font-family: 'icomoon' !important;
bottom: 16px;
right: 16px;
}

.servicepg .inner-banner.justbg {
background: url(../images/culture.png);
position: relative;
background-position: top center;
background-size: cover;
}

.logopg .helpsec {
background: #7a23fa;
}

.webpg .helpsec {
background: #8933fa;
}

.seopg .helpsec {
background: #6b64cc;
}

.mobpg .helpsec {
background: #04113e;
}

.videopg .helpsec {
background: #120043;
}

.btn-simplect {
color: #dfb10c;
font-size: 24px;
font-weight: 600;
text-decoration: underline;
}

.smallfont {
font-size: 18px;
}

.smpltxt {
width: 100%;
}

/* Safari 7.1+ */
_::-webkit-full-page-media,
_:future,
:root .safari_only {
color: #5B6B7F;
background-color: #fff;
}

@media not all and (min-resolution:.001dpcm) {
@media {
    .safari_only {
        color: #5B6B7F;
        background-color: #fff;
    }

}

}

/* Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) {
@media {
    .safari_only {
        color: #5B6B7F;
        background-color: #fff;
    }

}

}

@media only screen and (max-width:480px) and (min-width:0px) {
.helpsec .cstn-column .imgplace {
    display: none;
}

.helpsec .cstn-column .txtwrap {
    width: 100%;
    padding: 0 20px;
}

.innerctabottom {
    width: 100%;
}

.inner-pages .inner-banner {
    height: 1020px;
}

.portfoliolist.portfoliolist-logo li > div {
    margin: 10px;
}

.accordion {
    margin-top: 0;
}

.faqsection {
    padding: 30px 0;
}

/*.quest-section{padding-bottom: 5px;}*/
.landing-pagetext figure img {
    display: none
}

}

.introduction-sec {
padding: 20px 0;
background-image: url(../images/ctanew.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #fefefe;
}

.introduction-sec .wrapper {
    margin: 0 0 0 20px;
}

.introduction-sec .wrapper h3 {
color: #091e42;
font-weight: 700;
font-size: 40px;
text-transform: uppercase;
}

.introduction-sec .wrapper h3 span {color: #031965;display: block;font-weight: 400;font-size: 16px;margin-bottom: 10px;text-transform: uppercase;}

.introduction-sec .wrapper p {
color: #091E42;
font-size: 18px;
padding-bottom: 10px;
}

.btn-theme-outline {transform: translateY(0rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #112c8b;background-color: transparent;padding: 10px 20px;border: 1px solid #112c8a;border-radius: 6px;display: inline-block;margin-top: 20px;font-weight: 600;font-size: 18px;text-transform: capitalize;}

.btn-theme-outline:hover {transform: translateY(-0.625rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;background: #c59203;border: 1px solid #112c8a;}

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

.tools-sec h2 {
color: #091e42;
font-size: 36px;
font-weight: 600;
text-align: center;
}

.tools-sec p {
color: #c49102;
font-size: 20px;
text-align: center;
font-weight: 400;
padding-bottom: 30px;
}

.tools-sec .seperator {
width: 140px;
height: 4px;
background: #dfb10c;
margin: 0 auto;
}

.tools-sec .tbox {
padding: 40px;
margin-top: 30px;
box-shadow: 5px 6px 30px #00000012;
border-radius: 6px;
min-height: 370px;
position: relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.tools-sec .tbox:hover {
background: #dfb10c;
transform: translateY(-0.625rem);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.tools-sec .tbox:hover .tbox-icon img.hme-hvr-img {
display: inline-block;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.tools-sec .tbox:hover .tbox-icon img.hme-nmrl-img {
display: none;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.tools-sec .tbox:hover h5,
.tools-sec .tbox:hover p,
.tools-sec .tbox:hover a {
color: #ffffff;
}

.tools-sec .tbx {
margin-top: 50px;
}

.tbox-icon img {
width: 50px;
height: auto;
}

.tbox-icon img.hme-hvr-img {
display: none;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.tools-sec .tbox-icon figure {
padding: 0px;
}

.tools-sec .tbox h5 {
color: #c49102;
font-size: 20px;
font-weight: 700;
padding: 20px 0;
}

.tools-sec .tbox p {
text-align: left;
color: #091E42;
font-size: 16px;
line-height: 1.5;
padding-bottom: 30px;
}

.tools-sec .tbox a {
font-size: 16px;
font-weight: 600;
color: #dfb10c;
position: absolute;
bottom: 40px;
}

.tools-sec figure {
margin-bottom: 0;
padding: 20px 0 0;
}

.tools-sec figure img {
}

.mycta {
background: #F4F5F7;
padding: 60px 0 0 0;
}

.cta-dr .btnwrap {
border-bottom: 1px solid #e5e8ec;
padding: 0 0 60px 0;
}

.mycta h2 {
color: #091e42;
font-size: 36px;
font-weight: 600;
text-align: center;
}

.mycta p {
color: #c49102;
font-size: 20px;
text-align: center;
font-weight: 400;
padding-bottom: 30px;
width: 80%;
margin: 0 auto;
}

.mycta .btnwrap {
text-align: center;
}

.mycta .btnwrap a {
margin: 0 10px;
}

.introduction-sec2 {
padding: 60px 0;
}

.introduction-sec2 figure {
margin-bottom: 0;
}

.introduction-sec2 figure img {
width: 248px;
}

.introduction-sec2 .wrapper h3 {
color: #091e42;
font-weight: 700;
font-size: 40px;
text-transform: uppercase;
}

.introduction-sec2 .wrapper h3 span {
color: #c49102;
display: block;
font-weight: 400;
font-size: 16px;
margin-bottom: 10px;
}

.introduction-sec2 .wrapper p {
color: #091E42;
font-size: 18px;
padding-bottom: 10px;
}

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

.clientele-sec h2 {
color: #091e42;
font-size: 36px;
font-weight: 600;
text-align: center;
padding: 0 0 30px 0;
}

.clientele-sec figure {
margin-bottom: 0px;
}

.clientele-sec figure img {
width: 100%;
}

.myprocess {
padding: 60px 0;
}

.myprocess h2 {
color: #091e42;
font-size: 36px;
font-weight: 600;
text-align: center;
}

.myprocess p {
color: #c49102;
font-size: 20px;
text-align: center;
font-weight: 400;
padding-bottom: 30px;
margin: 0 auto;
}

.form-box-main h2 {
text-align: left;
}

.myprocess ul {
display: inline-block;
width: 100%;
font-size: 0px;
margin-bottom: 0;
margin-top: 40px;
}

.myprocess ul li {
display: inline-block;
width: 33.33%;
text-align: center;
padding: 0 15px;
vertical-align: top;
}

.myprocess ul li figure {
margin-bottom: 30px;
}

.myprocess ul li figure img {
height: 140px;
}

.myprocess ul li h3 {
color: #253858;
font-size: 20px;
}

.myprocess ul li h3 span {
display: block;
color: #253858;
}

.myprocess ul li p span {
display: block;
color: #c49102;
}

.myprocess ul li p {
color: #333;
font-size: 16px;
text-align: center;
font-weight: 400;
padding-bottom: 0px;
width: 100%;
}

.built-sec {
font-size: 0;
padding: 60px 0 0;
text-align: center;
background: #f4f5f7;
}

.built-sec h2 {
color: #253858;
font-size: 36px;
font-weight: 600;
text-align: center;
}

.built-sec p {
color: #c49102;
font-size: 20px;
text-align: center;
font-weight: 400;
padding-bottom: 0;
width: 70%;
margin: 0 auto;
}

.built-sec h5 {
color: #091E42;
font-size: 16px;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}

.built-sec h5 a {
color: #dfb10c;
}

.built-sec figure {
margin-bottom: 0;
}

.built-sec figure img {
width: 100%;
}

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

.collaboration-sec figure {
margin-bottom: 0;
}

.collaboration-sec figure img {
width: 100%;
}

.collaboration-sec .wrapper {
padding-top: 30px;
}

.collaboration-sec .wrapper h3 {color: #e9b806;display: block;font-weight: 400;font-size: 16px;text-transform: uppercase;}

.collaboration-sec .wrapper h2 {
color: #091e42;
font-size: 36px;
font-weight: 600;
text-align: left;
}

.collaboration-sec .wrapper p {
color: #333;
font-size: 20px;
text-align: left;
font-weight: 400;
}

.collaboration-sec .wrapper a {
}

/*==============================SERVICES-PAGE-START==============================*/
.main-Ghost-book-writing-sec {
margin-top: 70px;
background: linear-gradient(135deg, #0079BF, #5067C5);
height: 600px;
padding: 100px 0 0 0;
}

.Ghost-book-writing-img-sec img {
}

.Ghost-book-writing-content h1 {
font-size: 50px;
line-height: 48px;
margin-bottom: 15px;
font-weight: 700;
color: #fff;
position: relative;
}

.Ghost-book-writing-content p {
color: #fff;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
}

.main-team-sec {
vertical-align: middle;
}

.team-content {
vertical-align: middle;
}

.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3 {
color: #091e42;
font-weight: 700;
font-size: 36px;
}

.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p {
color: #333;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
}

.team-img {
vertical-align: middle;
}

.info-img {
text-align: center;
}

.works-content {
text-align: center;
}

p.app-store a {
display: inline-block;
}

p.app-store a img {
border-radius: .3em;
box-shadow: 0 1px 0 #A5ACB0;
display: inline;
height: 44px;
margin: 0;
opacity: .8;
width: auto;
}

p.app-store a img:hover {
opacity: 1;
}

.main-ghst-sec {
text-align: center;
}

.myprocess.main-ghst-sec ul {
margin-top: 0px;
}

.myprocess.main-ghst-sec ul li {
vertical-align: top;
}

.myprocess.main-ghst-sec p {
padding-bottom: 0px;
}

p.app-store {
margin-top: 11px;
}

.strt-cta {
text-align: center;
}

.strt-bg {background: #fff;background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(46%, #f7ecff), color-stop(74%, #d2ecff), to(#fff));background: linear-gradient(to bottom, #fff 0%, #f7ecff 46%, #d2ecff 74%, #fff 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);padding-bottom: 0;position: relative;}

.main-strt-cta-sec {width: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;/* height: 358px; */position: relative;z-index: 1;}

.main-strt-cta-sec:after {content: '';width: 100%;background-color: #4c00087a;display: block;position: absolute;top: 0;left: 0;height: 100%;z-index: -1;}

.main-strt-cta-sec .strt-cta {
position: relative;
z-index: 9;
}

.main-strt-cta-sec .strt-cta h3 {
color: #fff;
}

.main-strt-cta-sec .strt-cta p {
color: #fff;
}

/*==============================SERVICES-PAGE-END==============================*/
.ghst-writng-content {
z-index: 9;
position: relative;
}

.recognitionsec {
padding: 60px 0;
}

.recognitionsec figure {
text-align: center;
margin-bottom: 0px;
width: 100%;
}

.recognitionsec figure img {
}

.boxessec {
background: #f8f8f8;
padding: 80px 0;
}

.boxessec .boxeswrap {
}

.boxessec .boxeswrap ul {
font-size: 0px;
margin-top: 40px;
margin-bottom: 0;
}

.boxessec .boxeswrap ul li {vertical-align: top;/* margin: 0 10px; */display: inline-block;min-height: 390px;position: relative;padding: 20px;width: 32%;border: 1px solid #e5e5e5;border-radius: 5px;-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .25);box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.06);}

.boxessec .boxeswrap ul li.centerbox {
margin: 0 22px;
}

.boxessec .boxeswrap ul li .textwrap {
width: 180px;
}

.boxessec .boxeswrap ul li .textwrap h3 {font-size: 25px;color: #000;margin-bottom: 8px;}

.boxessec .boxeswrap ul li .textwrap p {font-size: 16px;text-align: left;}

.boxessec .boxeswrap ul li .textwrap a {padding: 10px 15px;font-size: 16px;position: relative;margin: 20px 0 0 0;bottom: 0;left: 0;}

.boxessec .boxeswrap ul li figure {
    position: absolute;
    margin-bottom: 0px;
    bottom: 0;
    right: -30px;

}

.boxessec .boxeswrap ul li figure img {
    width: 80%;
}

.boxessec .boxeswrap h2 {
font-size: 40px;
text-align: center;
}

.boxessec .boxeswrap p {
text-align: center;
font-size: 18px;
padding-bottom: 0;
}

.h5tile {
margin-bottom: 20px;
font-weight: bold;
font-size: 16px;
}

.quickservice {
padding: 40px 0 !important;
}

.quickservice .tls-sft {
padding: 25px 40px;    /* box-shadow: 0px 0px 25px #dadada75; */
box-shadow: 5px 6px 30px #00000012;
border-radius: 6px;
min-height: 315px;
position: relative;
}

.quickservice .tls-sft h3 {
color: #091e42;
font-weight: 900;
font-size: 20px;
margin: 0 0 0px;
}

.boxessec .boxeswrap ul li .boxlist {
margin-top: 0;
}

.boxessec .boxeswrap ul li .boxlist li {
width: 100%;
border-radius: 0px;
position: relative;
border: none;
box-shadow: none;
height: auto;
min-height: auto;
padding: 0 0 5px;
font-size: 14px;
padding-left: 14px;
}

.boxessec .boxeswrap ul li .boxlist li:before {content: "\e916";font-family: 'icomoon' !important;position: absolute;left: -4px;top: 2px;font-size: 12px;color: #c59202;}

.hed {
text-align: center;
}

.hed h2 {
color: #091e42;
font-weight: 700;
font-size: 36px;
}

.hed p {
color: #333;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
}

.boxnew {
background: #fff;
padding: 20px;
min-height: 586px;
margin: 20px 0 0;
}

.boxnew h2 {
font-size: 24px;
}

.boxnew img {
margin: 0 0 20px;
}

.boxnew p {
}

.boxnew p strong {
}

.strugglesec {
padding: 80px 0;
background: #f8f8f8;
}

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

.strugglesec p {
padding-bottom: 0;
font-size: 18px;
}

.strugglesec ul {
display: inline-block;
}

.strugglesec ul li {
width: 50%;
padding-left: 30px;
padding-right: 20px;
line-height: 1.4;
float: left;
color: #505050;
position: relative;
font-size: 14px;
padding-bottom: 10px;
}

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

/*==============================GHOST-WRITING-PAGE-START==============================*/
.main-ghst-writng-first-sec {margin-top: 130px;background-size: cover;width: 100%;position: relative;z-index: 2;padding-bottom: 90px;}

.main-ghst-writng-first-sec:after {
content: '';
width: 100%;
background-color: #0000008c;
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
z-index: 1;
}

.main-ghst-writng-first-sec ul {
margin: 30px 0 40px;
}

.main-ghst-writng-first-sec ul li {
display: inline-block;
width: 23%;
}

.ghst-writng-content h1 {font-size: 40px;/* padding-bottom: 15px; */margin-bottom: 15px;font-weight: 700;color: #fff;position: relative;line-height: 45px;}

.ghst-writng-content p {
color: #fff;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
}

.ghst-writng-content a {
margin: 0 10px;
}

.main-ghst-writng-second-sec {background-color: #fce0d5;padding-top: 100px;background-size: 40%;background-repeat: no-repeat;background-position: right;}

.hompg .main-ghst-writng-second-sec {
padding-top: 60px;
}

.main-ser {
font-size: 0px;
}

.ser-box1 {
display: inline-block;
width: 30%;
font-size: 20px;
vertical-align: top;
}

.ser-box2 {
display: inline-block;
width: 70%;
vertical-align: top;
padding-left: 25px;
}

.ser-box2 h3 {
color: #091e42;
font-weight: 700;
font-size: 24px;
margin: 0 0 20px;
}

.ser-box2 h5 {
color: #091e42;
font-weight: 700;
font-size: 18px;
margin: 0 0 20px;
max-width: 25%;
display: inline-block;
}

.clients-slider3 {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}

.ser-box2 ul.clients-slider3 li:before {
display: none;
}

.ser-box2 ul li {
color: #444;
font-size: 14px;
padding-left: 20px;
line-height: 1.8;
display: block;
position: relative;
}

.ser-box2 ul li:before {content: "\f00c";position: absolute;left: 0px;top: 6px;font-family: fontawesome;font-size: 12px;color: #e9b806;}

.curve-container__curve {
margin-bottom: 0;
padding-bottom: 0;
position: absolute;
display: block;
}

.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3 {
color: #091e42;
font-weight: 700;
font-size: 36px;
}

.thierd-sec-content p,
.fourth-sec-content p,
.git p {
color: #333;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
}

.thierd-sec-img {
text-align: center;
}

.thierd-sec-img img {
width: 100%;
}

.fifth-sec-img img {
width: 60%;
}

.slick-prev:before {
content: "\e958";
font-family: 'icomoon' !important;
}

.slick-prev:focus:before,
.slick-next:focus:before {
color: #dfb10c !important;
}

.slick-next:before {
content: "\e957";
font-family: 'icomoon' !important;
}

.slick-prev,
.slick-next {width: 50px;top: 50%;height: 50px;background: #112b89;border-radius: 50%;box-shadow: 0 0 11px #eaf0f6;}

.slick-prev:focus,
.slick-next:focus {
outline: none;
background: #fff !important;
}

.slick-prev:hover,
.slick-next:hover {background: #e9b806 !important;color: #fff !important;}

.slick-prev:hover:before,
.slick-next:hover:before {
color: #fff;
}

.slick-next {
right: -70px;
}

.slick-prev {
left: -70px;
z-index: 9;
}

.git {
text-align: center;
}

.git-main {
font-size: 0px;
padding: 25px 0 0 0;
}

.git-box1 {
display: inline-block;
width: 17%;
vertical-align: top;
}

.git-box2 {
display: inline-block;
width: 83%;
vertical-align: top;
}

.git-box2 h3 {
color: #091e42;
font-weight: 700;
font-size: 24px;
}

.git-box2 p {
color: #333;
font-size: 16px;
padding-top: 10px;
line-height: 1.4;
}

/*==============================GHOST-WRITING-PAGE-END==============================*/

/*==============================ABOUT-US-PAGE-START==============================*/
.main-team_work-sec {
margin-top: 131px;
}

.main-team_work-sec span,
.main-wkng-opn-sec span,
.main-belve-sec span {color: #c49102;font-size: 18px;padding: 0px 0px 15px 0;line-height: 1.4;display: inline-block;text-transform: uppercase;}

.atls {
}

.main-atls figure {
margin: 0px;
}

.main-atls {
font-size: 0;
margin: 25px 0 0 0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
padding: 40px;
vertical-align: middle;
cursor: pointer;
min-height: 214px;
text-align: center;
box-shadow: 5px 6px 30px #00000012;
border-radius: 6px;
}

.main-atls:hover {-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;transform: translateY(-0.625rem);background: #dfb10c;box-shadow: 5px 6px 30px #00000012;}

.main-atls:hover .alts-box1 img.hver-img {
display: inline-block;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.main-atls:hover .alts-box1 img.nmrl-img {
display: none;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.main-atls:hover .alts-box2 p {
color: #ffffff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.alts-box1 img.hver-img {
display: none;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.alts-box1 {
display: inline-block;
width: 100%;
vertical-align: middle;
}

.alts-box1 img {
width: 75px;
}

.alts-box2 {
display: inline-block;
width: 100%;
vertical-align: middle;
}

.alts-box2 p {
color: #000000;
font-size: 16px;
padding: 15px 0 0 0;
line-height: 1.4;
font-weight: 600;
}

.val_ues p {
color: #c49102;
font-size: 18px;
padding: 0px;
line-height: 1.4;
}

.hart-bg {background-color: #091E42;position: relative;/*padding-bottom: 77px;*/overflow-x: hidden;}

.hart-bg:before {content: "";position: absolute;background-image: url(../images/Customer_Eventbrite.png);background-repeat: no-repeat;left: -130px;bottom: 50px;height: 500px;width: 44%;background-position: bottom left;background-size: auto 100%;display: block;height: 60%;}

.hart-bg:after {content: "";position: absolute;
background-image: url(../images//Customer_Kiva.png);;
background-repeat: no-repeat;
right: -130px;
bottom: 50px;
height: 500px;
width: 44%;
background-position: bottom right;
background-size: auto 100%;
display: block;
height: 60%;}

.main-strt-cta-sec.main-hart-sec .strt-cta h3,
.main-strt-cta-sec.main-hart-sec .strt-cta p {
color: #fff;
}

.vis-sec {
background-color: #fff;
padding: 40px;
box-shadow: 1px 1px 6px rgba(0, 0, 0, .1);
border-radius: 3px;
min-height: 490px;
}

.vis-sec h3 {
color: #091e42;
font-weight: 700;
font-size: 22px;
}

.vis-sec p {
color: #c49102;
font-size: 16px;
padding-top: 10px;
line-height: 1.4;
}

section.main-sft-sec.sec-padding-60 {
padding-top: 0px;
padding: 0 0 0;
}

.tls-wrap {
padding: 35px 0px 0;
background-color: #fff;
border-radius: 3px;
}

.testimonials-slider .tls-sft {
padding: 0px 190px 0px;     /*box-shadow: 0px 0px 25px #dadada75;*/

/* box-shadow: 5px 6px 30px #00000012; */
border-radius: 6px;
position: relative;
text-align: center;
}

.tls-sft {
padding: 25px 40px;
border-radius: 6px;
min-height: 315px;
position: relative;
}

.tls-sft .btn-theme {
position: absolute;
bottom: 40px;
}

.testimonials-slider .slick-prev {
left: 7%;
}

.testimonials-slider .slick-next {
right: 6%;
}

.testimonials h2 {
text-align: center;
font-size: 54px;
margin: 0;
padding: 0;
}

.tls-sft span {color: #f5a623;font-size: 14px;padding: 0px 0px 0px 0;line-height: 1.4;display: inline-block;text-transform: uppercase;}

.tls-sft h3 {
color: #091e42;
font-weight: 500;
font-size: 32px;
font-style: italic;
margin: 0 0 40px;
}

.tls-sft p {
color: #444;
font-size: 16px;
padding-top: 10px;
line-height: 1.4;
}

.tls-sft .img {display: inline-block;vertical-align: middle;width: 70px;height: 70px;padding-top: 15px;border-radius: 50%;font-size: 24px;background: #112c8a;color: #fff;}

.tls-sft .img img {
width: 100%;
margin-bottom: 30px;
}

.tls-sft h5 {color: #041966;font-size: 24px;padding: 0px 0 5px 20px;display: inline-block;vertical-align: middle;text-align: left;}

.tls-sft h5 span {
color: #333;
display: block;
text-transform: capitalize;
font-size: 18px;
}

.main-wrkup-sec {
background-size: cover;
width: 100%;
height: 675px;
background-repeat: no-repeat;
}

.wrk-up-wrap {
padding: 80px 0 143px 0;
background-color: #fff;
}

.wrk-up {
padding: 40px;
}

.wrk-up h3 {
color: #091e42;
font-weight: 700;
font-size: 36px;
}

.wrk-up p {
color: #c49102;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
position: relative;
padding-bottom: 50px;
}

.wrk-up p:before {
content: "";
position: absolute;
background: #dfb10c;
height: 4px;
width: 150px;
left: 0px;
bottom: 0px;
}

.wrk-up a {
font-size: 16px;
vertical-align: top;
margin-top: 50px;
display: inline-block;
color: #dfb10c;
}

.wrk-up a:hover {
text-decoration: underline;
}

.wrk-up a i {
padding-right: 10px;
font-size: 22px;
vertical-align: top;
}

/*==============================ABOUT-US-PAGE-END==============================*/

/*==============================CONTACT-US-PAGE-START==============================*/
.main-ourteam-sec {
margin-top: 131px;
}

.our-team {
text-align: center;
padding: 0 0 60px 0;
}

.our-team h1 {
font-size: 50px;
margin-bottom: 15px;
font-weight: 700;
color: #091e42;
position: relative;
}

.our-team h1:before {content: "";position: absolute;background: #dfb10c;height: 4px;width: 150px;left: 0px;right: 0px;bottom: -30px;margin: 0 auto;}

.team-box1 {
text-align: center;
padding: 30px;
}

.team-box1 h3 {
color: #091e42;
font-weight: 700;
font-size: 20px;
padding-bottom: 20px;
}

.team-box1 p {color: #021660;font-size: 16px;line-height: 1.4;padding: 5px 0 20px 0;}

.team-box1 img {
border-radius: 50%;
background-color: #F4F5F7;
width: 150px;
}

.team-box1 a {
margin: 30px 0;
}

.team-box1 a.team-lnk {display: block;margin: 0px;font-size: 16px;color: #031864;}

.team-box1 a.team-lnk:hover {
text-decoration: underline;
}

.team-box1.brdr {
position: relative;
}

.team-box1.brdr:before,
.team-box1.brdr:after {
content: "";
position: absolute;
width: 1px;
height: 435px;
background-color: #EBECF0;
}

.team-box1.brdr:before {
left: 0px;
top: 0px;
}

.team-box1.brdr:after {
right: 0px;
top: 0px;
}

/*==============================CONTACT-US-PAGE-END==============================*/

/*==============================TRUSTED-REVIEWS-PAGE-START==============================*/
.main-trst-rvw-sec {
margin-top: 70px;
}

.trst-rvw {
text-align: center;
padding: 0 0 40px 0;
}

.trst-rvw h1 {
font-size: 50px;
margin-bottom: 15px;
font-weight: 700;
color: #091e42;
}

.trst-rvw p {
color: #c49102;
font-size: 20px;
text-align: center;
font-weight: 400;
padding-bottom: 0px;
}

.main-trst-rvw-sec .tls-sft {
min-height: 355px;
position: relative;
}

.main-trst-rvw-sec .tls-wrap {
padding: 0px;
margin: 0 0 30px 0;
}

.main-trst-rvw-sec .tls-sft h5 {
position: absolute;
bottom: 25px;
padding: 0;
}

.wdt-80 {
width: 76.5%;
margin: 0 auto;
}

/*==============================TRUSTED-REVIEWS-PAGE-END==============================*/
.main-pricing-sec {
margin-top: 20px;
}

.custom-qoute {
margin-top: 30px;
}

.custom-package .field-blank-clr {
border: 1px solid #ccc;
background: #fff;
width: 100%;
font-size: 14px;
color: #636b6f;
text-align: left;
text-transform: capitalize;
}

.custom-package .field-blank-clr:hover {
border: 1px solid #ccc;
background: #fff;
box-shadow: none;
z-index: 2;
-webkit-transition: none;
-webkit-transform: none;
-ms-transition: none;
-ms-transform: none;
-moz-transition: none;
-moz-transform: none;
transition: none;
transform: none;
}

.custom-package p {
display: inline-block;
font-size: 14px;
margin-bottom: 0px;
line-height: 100%;
vertical-align: top;
padding: 0
}

.pri-service>p {
color: #091E42;
font-size: 16px;
padding: 15px 0 0 0;
}

.custom-package input.cost_calc_row-2 {
width: 100%;
color: #5c6468;
border-radius: 4px;
font-weight: bold;
padding: 15px 10px;
text-align: left;
opacity: 0;
height: 59px;
cursor: pointer;
z-index: 9999;    /*position: absolute;
    top: 0px;
    left: 0px;
    height: 73px;*/
}

.parent input[type=checkbox] {
float: none;
position: relative;
z-index: 999;
height: 50px;
opacity: 0;
}

.custom-checkbox {
background: #000;
width: 100%;
display: inline-block;
border-radius: 3px;
}

/*.custom-package .box-custom-package {
    padding: 10px 30px 10px 30px;
    margin: 0 0 25px 0;
    border-radius: 3px;
}*/
.custom-package input.cost_calc_row-2.cost_calc_calculate.single.cost_calc_active {
background: rgb(184, 40, 90);
background: -moz-linear-gradient(left, rgb(184, 40, 90) 0%, rgb(163, 41, 116) 50%, rgb(144, 41, 139) 100%);
background: -webkit-linear-gradient(left, rgb(184, 40, 90) 0%, rgb(163, 41, 116) 50%, rgb(144, 41, 139) 100%);
background: linear-gradient(to right, rgb(184, 40, 90) 0%, rgb(163, 41, 116) 50%, rgb(144, 41, 139) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8285a', endColorstr='#90298b', GradientType=1);
background-color: #a32974;
color: rgb(255, 255, 255) !important;
}

.custom-package input.cost_calc_button {
transform: translateY(0rem);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color: #fff;
background-color: #dfb10c;
padding: 10px 20px;
border-radius: 3px;
display: inline-block;
margin-top: 20px;
font-weight: 600;
font-size: 18px;
text-transform: capitalize;
cursor: pointer;
width: 100%;
border: 1px solid transparent;
}

.custom-package input.cost_calc_button:hover {
transform: translateY(-0.625rem);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color: #fff;
background: #0047B3;
}

.custom-package #cost_calc_total_cost {
color: #333;
}

.custom-package input.cost_calc_row-2:hover {
box-shadow: none;
-webkit-transition: none;
-webkit-transform: none;
-ms-transition: none;
-ms-transform: none;
-moz-transition: none;
-moz-transform: none;
transition: none;
transform: none;
}

.custom-package #cost_calc_breakdown_container {
padding: 15px 20px;
border-radius: 3px;
border: 1px solid rgb(215, 215, 215);
margin-top: 65px;
width: 360px;
}

.box-custom-package-2 {
padding: 30px 30px 15px;
border: 1px solid #a2a6a9;
border-radius: 3px;
}

.box-custom-package-2 input {
margin: 0 0 15px 0;
border-radius: 3px;
padding: 10px 18px;
border: 1px solid #a2a6a9;
color: #a2a6a9;
}

.box-custom-package-2 input::placeholder {
color: #a2a6a9;
}

.box-custom-package h4 {
margin-top: 0px;
cursor: pointer;
padding: 0;
color: #091e42;
font-size: 22px;
}

.parent {
height: 50px;
margin: 0 0 15px 0;
}

input.data-item-custom-quantity {
width: 100%;
height: 50px;
border-radius: 3px;
border: 1px solid #a2a6a9;
padding: 15px 8px;
outline: none;
color: #a2a6a9;
}

.parent small {
display: inline-block;
text-align: right;
width: 100%;
padding-right: 15px;
font-size: 13px;
}

h3.breakdown-before-left {
color: #091e42;
font-weight: 700;
font-size: 36px;
padding: 15px 15px;
}

a[data-toggle=tooltip] {
position: absolute;
top: 44%;
transform: translateY(-50%);
left: -23px;
color: #808080;
height: 16px;
width: 16px;
text-align: center;
background-color: #eaeaea;
border-radius: 50%;
font-size: 10px;
display: none;
line-height: 18px;
}

.more-less {
float: right;
color: #a2a6a9;
position: relative;
top: 0px;
font-size: 20px;
}

.box-custom-package h4 .more-less {
font-size: 16px;
}

.box-custom-package h4[aria-expanded="true"] .icon-plus2 {
display: none;
}

.box-custom-package h4[aria-expanded="true"] .icon-minus2 {
display: block;
}

.box-custom-package h4[aria-expanded="false"] .icon-plus2 {
display: block;
}

.box-custom-package h4[aria-expanded="false"] .icon-minus2 {
display: none;
}

#section1 h4,
#section2 h4,
#section3 h4,
#section4 h4 {
padding: 15px 0 15px 0;
}

.parent input[type=checkbox]:checked + span {
border-color: #dfb10c;
color: #dfb10c;
}

div#custom-item-list div {
border-bottom: 1px solid #a2a6a9;
padding: 10px 0px;
}

.custom-package .item-detail-cart {
font-size: 14px;
display: inline-block;
border: none;
padding-bottom: 0px;
margin-bottom: 0px;
max-width: 80%;
min-width: 80%;
color: #091e42;
}

.custom-package .item-price-cart {
text-align: right;
color: #dfb10c;
width: 20%;
}

p#custom-totalCost {
font-size: 36px;
color: #dfb10c;
font-weight: bold;
margin-bottom: 20px;
padding-top: 15px;
}

h4.margin-top-20.mad {
font-size: 24px;
color: #dfb10c;
font-weight: 700;
}

.box-cstm-pckge {
position: absolute;
width: 100%;
}

.totl-cst {
color: #091e42;
font-weight: 700;
font-size: 26px;
text-align: center;
}

.sction-hght .col-lg-10 {
height: 65px;
}

.fologo {
width: 125px;
vertical-align: top;
}

.fologo img {
vertical-align: top;
}

input.btn-theme {
border: 1px solid transparent !important;
background: linear-gradient(to left, #dfb10c 0%, #c49102 100%);

}
.pop-form-new-popp input.btn-theme {
border: 1px solid transparent !important;
background: linear-gradient(to left, #dfb10c 0%, #c49102 100%);
position: absolute;
    bottom: -140px;
    width: 90% !important;left: 0;
}
.
.info-content {
text-align: center;
padding: 0px 100px 10px;
}

.home-banner-content.hme-bner-cntn {
position: relative;
width: 100%;
}

.home-banner-content.hme-bner-cntn input.submit {margin-top: 0px;background: #112b89;border: 1px solid transparent !important;font-size: 16px;height: 50px;padding: 9px 0px 19px !important;border-radius: 0 5px 5px 0;width: 100%;text-align: center;}

.home-banner-content.hme-bner-cntn input {
font-size: 16px !important;
}

.tab-content>.tab-pane {
display: none;
}

.tab-content>.active {
display: block;
}

.main-princing-sec-hme .smallboxes .more-less {
font-size: 20px;
top: 0px;
}

.main-y-selectd p {
color: #091E42;
font-size: 16px;
padding: 0px 0 20px 0;
}

.main-selected-product {
font-size: 0px;
background: #EBECF0;
padding: 20px 10px 20px 20px;
border-radius: 6px;
}

.selected-box1 {
display: inline-block;
width: 87%;
vertical-align: top;
}

.selected-box1 h4 {
font-size: 16px;
padding: 0px;
}

.selected-box1>h4 small {
display: block;
color: #091E42;
font-size: 16px;
padding: 10px 0px 0 20px;
}

.selected-box2 {
display: inline-block;
width: 13%;
vertical-align: top;
}

.selected-box2 a {
font-size: 16px;
}

/*floating strips css start */
.floatbutton {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: fixed;
right: -370px;
top: 18%;
font-size: 0;
width: 420px;/* transform: translateY(-50%); */
z-index: 200;
}

.floatbutton.active {
right: 0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.floatbutton .clickbutton {
width: 50px;
z-index: 99;
height: 50px;
cursor: pointer;
box-shadow: -20px 0 35px #0000001f;
border-radius: 40px 0px 0px 40px;
background: #fff;
display: inline-block;
padding-top: 0;
vertical-align: top;
margin-top: 125px;
}

.floatbutton .clickbutton .crossplus:before {
content: "";
display: none;
position: absolute;
width: 20px;
height: 2px;
right: 0;
background: #fbb334;
z-index: 99;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
content: "";
display: none;
position: absolute;
width: 2px;
height: 20px;
right: 0;
background: #fab334;
z-index: 99;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}

.floatbutton .clickbutton .crossplus {
position: relative;
display: block;
transform: rotate(0deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.floatbutton .clickbutton .crossplus.rotate {
transform: rotate(45deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #031865;margin: 17px 0 0 15px;}

.floatbutton .banner-form {
background: #fff;
padding: 30px;
position: relative;
z-index: 9;
border-radius: 5px 0 0 5px;
margin: 0;
width: 370px;
max-width: 100%;
display: inline-block;
box-shadow: 0px 0px 30px #0000001f;
}

.floatbutton .banform {
}

.floatbutton .ban-form {
}

.floatbutton .ban-form input {
width: 100%;
margin: 0 0 0 0;
border: 1px solid #e5e5e5;
background: white;
padding: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 3px;
height: 50px;
font-weight: 400;
outline: none !important;
margin: 0 0 15px 0;
}

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

.floatbutton .banner-form  h3 {
color: #333;
font-size: 24px;
margin-bottom: 20px;
font-weight: 400;
}

.floatbutton .banner-form h3 strong {
font: 24px/24px "gilroy-bold", sans-serif;
font-weight: 500;
}

.floatbutton .ban-form input[type="submit"] {color: #fff;font-weight: 600;background: #112b89;border-radius: 6px;text-align: center;padding: 10px 15px;margin: 20px 0 0;border: transparent;}

.floatbutton .ban-form textarea {
width: 100%;
border: 1px solid #e5e5e5;
background: white;
padding: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 3px;
font-weight: 400;
height: 120px;
outline: none !important;
margin: 15px 0 0px 0;
}

.floatbutton .btns_wrap {
position: fixed;
right: -6px;
}

.floatbutton .btns_wrap a:hover {
text-decoration: none !important;
right: 0px;
}

.floatbutton .btns_wrap .call_wrap {
width: 280px;
position: absolute;
right: -225px;
background: #fff;
top: 60px;
border-radius: 50px 0px 0px 50px;
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;
}

.floatbutton .btns_wrap .call_wrap span {
border-left: 1px solid #ded9d9;
color: #333;
font-size: 20px;
vertical-align: middle;
background: #fff;
padding: 15px 20px 15px 15px;
}

.floatbutton .btns_wrap .chat_wrap {
display: block;
position: absolute;
right: -225px;
width: 280px;
background: #fff;
top: -5px;
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: 50px 0px 0px 50px;
}

.floatbutton .btns_wrap .chat_wrap span.icoo,
.floatbutton .btns_wrap .call_wrap span.icoo {color: #031865;background: #fff;font-size: 18px;padding: 15px 20px;vertical-align: middle;display: inline-block;border-radius: 50px 0px 0px 50px;}

.floatbutton .btns_wrap .chat_wrap span {
color: #333;
font-size: 20px;
vertical-align: middle;
background: #fff;
padding: 15px 30px 15px 15px;
}

/*floating strips css end */
.cntc-form {
padding: 40px;
}

.main-cntc-form .wrk-up-wrap {
padding: 0px;
}

.clientele-sec ul {
font-size: 0px;
list-style: none;
margin: 0px;
}

.clientele-sec ul li {
display: inline-block;
}

.clientele-sec ul li img {
height: 50px;
}

.cntc-form h3 {
color: #091e42;
font-size: 36px;
font-weight: 600;
}

.small-a {
text-transform: lowercase;
}

.cntc-form p {color: #031763;font-size: 18px;line-height: 1.3;}

.fortest {
height: 145px;
}

.main-counter-sec {

/* height: 120px; */
padding: 0 70px;    /* box-shadow: 0px 0px 8px 1px rgba(119, 119, 119, 0.81); */

/* -webkit-box-shadow: 0px 6px 20px 0px rgba(119, 119, 119, 0.2); */
background: #f6f6f6;
border-top: solid 1px #e2e2e2;
}

.quick-ser {
height: 100px;
}

.counter-box1 {
font-size: 0px;
vertical-align: middle;
padding: 30px 10px;
}

.conter-img-box {
display: inline-block;
width: 25%;
vertical-align: middle;
}

.conter-img-box figure {
margin: 0px;    /* background: #fff; */
border-radius: 100%;    /* width: 70px; */

/* height: 70px; */

/* border: solid 1px #f6f6f6; */

/* box-shadow: 3px 6px 30px #00000014; */
}

.conter-img-box figure img {

/* max-width: 80%; */
margin: 0 auto;
text-align: center;
display: block;
padding: 4px 0;
}

.conter-cont-box {
display: inline-block;
width: 75%;
vertical-align: middle;
padding: 0 0 0 20px;
}

.conter-cont-box p {
font-size: 16px;
padding: 0px;
color: #3a3a3a;
font-weight: 600;
line-height: 18px;
}

.conter-cont-box p span {
color: #3a3a3a;
display: block;
}

.mob-services {
display: none;
}

.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.banner-form h3 {
text-transform: capitalize;
}

.prce_box {
text-align: center;
}

.prce_box b {
color: #dfb10c;
font-weight: bold;
font-size: 14px;
padding: 0px 0 0 0px;
display: block;
}

.prce_box h3 {
color: #091e42;
font-weight: 700;
font-size: 20px;
padding: 0px 0 20px 0px;
font-family: arial !important;
}

.prce_box h3 span {
display: block;
font-size: 14px;
color: #091e42;
font-weight: normal;
padding-top: 5px;
}

.prce_box ul li.pck-heading {
font-size: 18px;
font-weight: bold;
}

.prce_box h4 {
color: #091e42;
font-weight: 700;
font-size: 22px;
padding: 0px 0 0 0px;
font-family: arial !important;
}

.prce_box p {
color: #091e42;
font-size: 14px;
padding: 15px 0 15px 0px;
line-height: 18px;
}

.prce_box a {
font-size: 14px;
font-weight: bold;
margin: 25px 0 0 0;
display: inline-block;
padding: 10px 25px;
}

.prce_box p {
font-size: 14px;
color: #a3a3a3;
margin: 0px 0 0 0;
padding: 0;
}

.prce_box a.confused {font-size: 14px;color: #dfb10c;margin: 15px 0 0 0;padding: 0;}

.prce_box a.confused i {
padding: 0 2px 0 10px;
}

.prce_box:hover h3:before {
color: #dfb10c;
}

.prc_boxess {
background: #ffffff;
padding: 27px 20px 20px 20px;
border-radius: 6px;
border: 1px solid transparent;
min-height: 150px;
font-size: 0px;
margin: 15px 0;
position: relative;
box-shadow: 5px 6px 30px #00000012;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

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

.prce_box {
background: #ffffff;
padding: 20px;
border-radius: 6px;
border: 1px solid transparent;
min-height: 350px;
font-size: 0px;
margin: 20px 15px 25px 15px;
position: relative;
box-shadow: 5px 6px 30px #00000012;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
overflow: hidden;
}

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

.prce_box.bst-slr:after {
content: "BEST SELLER";
color: #fff;
font-size: 12px;
font-weight: bold;
vertical-align: middle;
padding: 7px 10px;
text-indent: -15px;
display: block;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
height: 35px;
width: 180px;
background-color: red;
position: absolute;
border: 2px solid #b70000;
box-shadow: 2px 1px 7px -1px #b70000;
right: -62px;
top: 23px;
}

.prce_box ul {
text-align: left;
margin: 0;
padding: 20px 0;
}

.prce_box ul li {
display: block !important;
font-size: 14px;
color: #091e42;
position: relative;
padding-left: 20px;
margin: 0px !important;
}

.prce_box ul li:before {content: "";position: absolute;left: 0px;top: 9px;width: 6px;height: 6px;background: #9e7416;border-radius: 50%;}

.prce_box ul li.pck-heading:before {
display: none;
}

.pck-scrl {
height: 125px;
}

.prtf-srl {
height: 245px;
}

.pck-scrl .mCustomScrollBox {
padding: 0px 15px 0 0;
}

.growth {
background: #f4f6f8;
padding: 15px;
border-radius: 6px;
text-align: left;
}

.growth h4 {
font-size: 14px;
}

.growth p {
padding: 10px 0 0 0;
color: #091e42;
}

.growth p small {
font-size: 14px;
position: relative;
padding: 0 0 0 15px;
}

.growth p small:before {
content: "";
position: absolute;
left: 5px;
top: 9px;
width: 4px;
height: 4px;
border-radius: 50%;
background: #091e42;
}

.prce_box:hover .growth p {
color: #091e42;
}

.icn-box-ser {
display: inline-block;
width: 7%;
vertical-align: middle;
}

.prc_boxess .small-serces {
display: inline-block;
width: 70%;
vertical-align: middle;
padding: 0px 10px 0 15px;
}

.grwth {
margin: 10px 0 0 0;
}

.growth.grwth a {
margin: 0px 0 0 10px;
background: #03d0dd;
padding: 3px 10px;
border-radius: 6px;
font-size: 10px;
color: #ffffff;
}

.prc_boxess .plus-pri {
display: inline-block;
width: 23%;
vertical-align: middle;
text-align: center;
}

.prc_boxess .plus-pri p {
font-size: 20px;
font-weight: bold;
padding: 0 0 14px 0;
color: #091e42;
}

.prc_boxess .plus-pri p:hover {
}

.prc_boxess .plus-pri a {
font-size: 14px;
font-weight: bold;
display: block;
padding: 10px 10px;
}

.prc_boxess .smallboxes {
padding-top: 0px;
}

.sample-page .main-portfolio-sec {
margin-top: 70px;
}

.portfolio-box ul li {
display: inline-block;
margin: 0 30px 0 0px;
}

.portfolio-box ul li:last-child {
margin: 0px;
}

.portfolio-box ul li figure {
margin: 0px;
}

.portfolio-box ul li figure img {
width: 100%;
}

/*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: 43.5%;
transform: translateY(-50%);
border-radius: 10px 10px 20px 20px;    /*box-shadow: 2px 2px 2px 0px rgba(0,0,0,.8);*/
transition: height .2s ease-in-out;
}

.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: #f5f5f5;
border-radius: 0px 0px 10px 10px
}

.ys-container.finished .ys-popup-content {
display: block;
}

.ys-popup-close:hover {
text-decoration: none;
color: #f00;
}

.ys-box {
border-top: 5px solid #524a61;
height: 574px;
width: 572px !important;
background: #f5f5f5;
padding: 0;
background-size: cover;
}

.ys-box .mainbann {
border-radius: 20px 20px 0 0;
width: 100%;
}

.popupform h2 {
color: #1a74f0;
font-size: 26px;
font-weight: 400;
}

.popupform h2 span {
color: #ea2d62;
}

.popupform p {
color: #c49102;
font-size: 18px;
padding: 0 0 8px;
text-align: center;
}

.popupform form p {
color: #c49102;
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;
display: block;
width: 100%;
}

.popupform form .fldst .intl-tel-input {
width: 100%;
margin-bottom: 15px;
}

/*.popupform form input[type="text"]{border-radius: 10px;}*/
.popupform form .fldst.btnattach button {
outline: none;
position: relative;
bottom: 0;
border: 0;
display: block;
right: 0;
background: #dfb10c;
width: 100%;
height: 50px;
border-radius: 6px;
cursor: pointer;
font-size: 16px;
color: #fff;
}

.popupform form p a {
color: #dfb10c;
}

.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: 5px;
height: 50px;
font-weight: 400;
outline: none !important;
margin: 0 0 15px 0;
}

.popupform h3 {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
margin: 0 auto 10px;
display: block;
width: 55%;
text-align: center;
background: #524a61;
color: #fff;
border-radius: 0 0 10px 10px;
padding: 10px;
font-size: 30px;
}

.popupform figure {
text-align: center;
margin: 20px 0 0px 0;
}

.popupform figure img {
width: 30%;
}

.fldst textarea {
width: 100%;
border: 1px solid #e5e5e5;
background: white;
padding: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 5px;
height: 50px;
font-weight: 400;
outline: none !important;
margin: 0 0 15px 0;
resize: none;
height: 100px;
}

.ghostwriting-page .main-ghst-writng-second-sec {
background-color: #ffffff;
}

.ghostwriting-page .clientele-sec {
background-color: #F4F5F7;
}

.terms_cond_inner h5 {
color: #253858;
font-size: 26px;
}

.terms_cond_inner p {color: #7a7a7a;font-size: 20px;line-height: 1.4;}

.terms_cond_inner ul{
    padding:0 0 0 25px;
}

.terms_cond_inner ul li {display: block;color: #7a7a7a;font-size: 16px;line-height: 26px;position: relative;}

.terms_cond_inner ul li:before {content: "";position: absolute;left: -15px;top: 10px;width: 6px;height: 6px;background: #ff7a00;border-radius: 50%;}

.tbs-inner-srvcess h3 {
color: #091e42;
font-weight: 700;
font-size: 30px;
}

.tbs-inner-srvcess p {
color: #333;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
font-weight: 400;
}

.tbs-inner-srvcess .portfolio-box ul li strong {
}

.tbs-inner-srvcess .portfolio-box ul li {
position: relative;
padding: 0 0 0 25px;
font-size: 16px;
color: #333;
}

.tbs-inner-srvcess .portfolio-box ul li:before {content: "\f00c";position: absolute;left: 0px;top: 5px;font-family: fontawesome;font-size: 12px;color: #e9b806;}

.tpmst-heading {
text-align: center;
}

.mst-inr ul {
margin: 0;
}

.mst-inr ul li {
display: block;
position: relative;
padding: 0 0 0 25px;
font-size: 18px;
color: #3a3a3a;
line-height: 30px;
}

.mst-inr ul li:before {
content: "\f00c";
position: absolute;
left: 0px;
top: 1px;
font-family: fontawesome;
font-size: 12px;
color: #39ed92;
}

ul.artcle-lst li {
position: relative;
padding: 0 0 0 25px;
font-size: 16px;
color: #333;
display: block;
}

ul.artcle-lst li:before {content: "\f00c";position: absolute;left: 0px;top: 5px;font-family: fontawesome;font-size: 12px;color: #e9b806;}

.myprocess.main-arcle-sec ul li {
width: auto;
text-align: left;
padding-right: 0px;
}

.myprocess.main-arcle-sec .prce_box {
min-height: 600px;
}

.myprocess.main-arcle-sec .prtf-srl {
height: 368px;
}

.myprocess .tbs-inner-srvcess .portfolio-box .pr-hdr {
color: #091e42;
font-weight: 700;
font-size: 20px;
padding: 20px 0 10px 0;
}

.myprocess.main-arcle-sec .prce_box {
margin: 20px 0px;
}

.myprocess.main-arcle-sec .prce_box p {
font-size: 15px;
color: #091e42;
}

.mobile-cta {
position: fixed;
bottom: 1.5%;
z-index: 14;
left: 3%;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
display: none;
}

.mobile-cta .xicon {
font-size: 24px;
color: #ffffff;
text-align: center;
width: 50px;
height: 50px;
display: block;
border-radius: 50%;
border: 4px solid #dfb10c;
background: #b71f1f;
padding-top: 4px;
text-decoration: none;
}

.clientsLogo img {
width: 80%;
height: 100px;
object-fit: scale-down;
}

.clientsLogo {background: #031244;padding: 30px 0}

@media only screen 
and (min-device-width:1024px) 
and (max-device-width:1366px)
and (-webkit-min-device-pixel-ratio:2) {
}

@media screen and (max-width:1366px) {
}

@media screen and (max-width:1024px) {
.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.tpmst-heading h2 {
    font-size: 32px;
    line-height: 36px;
}

.banner-form h3 {
    font-size: 24px;
}

.Ghost-book-writing-content p,
.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p,
.introduction-sec2 .wrapper p {
    font-size: 18px;
}

.main-Ghost-book-writing-sec {
    height: 455px;
}

.header-main .secondlogo {
    margin-right: 10px;
}

.header-main .d-none {
    display: block !important;
}

ul.othermenu.forpgactive,
.top-info-list,
.forpgactive {
    display: none !important;
}

section.homwBtmform.mob-no-bg {
    background-image: none !important;
}

body.order-page.iti-mobile .form-box-main form {
    width: 100%;
    margin: 0 auto;
    padding-top: 160px;
}

}

/* Landscape */
@media only screen 
and (min-device-width:375px) 
and (max-device-width:812px) 
and (-webkit-min-device-pixel-ratio:3)
and (orientation:landscape) {
.nav-area-full {
    display: block;
}

.nav-area-full {
    margin-top: 0px;
}

.mobile-nav-btn {
    z-index: 999;
    top: 26px;
}

.mobile-nav-btn span:before,
.mobile-nav-btn span:after,
.mobile-nav-btn span {
    background-color: #6c7780;
}

.mobile-nav .logo-main {
    width: 130px;
}

.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.tpmst-heading h2 {
    font-size: 28px;
}

.home-banner-content .subtitle,
.introduction-sec .wrapper p,
.tools-sec p,
.mycta p,
.myprocess p,
.collaboration-sec .wrapper p,
.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p,
.built-sec p,
.Ghost-book-writing-content p,
.introduction-sec2 .wrapper p,
.ghst-writng-content p,
.thierd-sec-content p,
.fourth-sec-content p,
.git p,
.git-box2 p,
.cntc-form p,
.trst-rvw p,
.quest-content p {
    font-size: 16px;
}

.sevr-img {
    display: none;
}

.ser-box2 h3 {
    font-size: 18px;
}

.btn-theme,
.btn-theme-outline {
    font-size: 14px;
}

.tools-sec .tbox {
    min-height: 300px;
}

.myprocess ul li h3 {
    font-size: 16px;
}

.collaboration-sec figure {
    text-align: center;
}

.collaboration-sec figure img {
    width: 80%;
}

.thierd-sec-img figure img {
    width: 80%;
}

.thierd-sec-img figure {
    text-align: center;
}

.clientele-sec {
    padding: 30px 0;
    margin-top: 60px;
}

.team-img figure img,
.teamwork-img figure img {
    width: 80%;
}

.main-belve-sec figure img {
    width: 80%;
}

.main-belve-sec figure {
    text-align: center;
}

.main-princing-sec-hme .nav-pills li {
    margin-right: 0px;
}

.header-main {
    position: fixed;
    background: #fff;
}

.hompg .home-banner {
    height: 425px;
}

.banner-form h3 {
    font-size: 18px;
}

.hompg .banner-form {
    padding: 15px 15px;
    top: 50px;
}

.Ghost-book-writing-content h1 {
    line-height: 32px;
}

.main-Ghost-book-writing-sec {
    height: 500px;
    padding: 50px 0 0 0;
}

.ghst-writng-content a {
    margin: 0 5px;
}

.home-banner-content.hme-bner-cntn input.submit {
    padding: 15px 35px 19px !important;
}

.main-wrkup-sec {
    height: 810px;
}

.contact-page .btn-theme-outline {
    padding: 6px 7px;
}

.fologo {
    margin-bottom: 30px;
}

.prce_box {
    padding: 15px;
}

.prce_box h3 {
    padding: 0px 0 0px 0px;
}

.main-ghst-writng-first-sec {
    margin-top: 0px;
}

.sec-padding-60,
.collaboration-sec,
.myprocess {
    padding: 30px 0;
}

.git-box2 {
    padding-left: 15px;
}

.git-box2 h3 {
    font-size: 18px;
}

.hart-bg {
    padding-bottom: 0px;
}

.icn-box-ser {
    width: 100%;
}

.prc_boxess .small-serces {
    width: 100%;
    padding: 20px 0;
}

.prc_boxess .plus-pri {
    width: 100%;
}

.prc_boxess {
    min-height: 335px;
}

.icn-box-ser figure img {
    width: 20%;
}

.team-box1 h3 {
    font-size: 16px;
}

.team-box1 p {
    font-size: 14px;
}

.team-box1 a.team-lnk {
    font-size: 14px;
}

.team-box1 {
    padding: 15px;
}

.floatbutton {
    display: none;
}

}

@media screen and (max-width:768px) {
.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.banner-form h3 {
    font-size: 24px;
    line-height: 28px;
}

.Ghost-book-writing-content p,
.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p,
.introduction-sec2 .wrapper p {
    font-size: 16px;
}

.myprocess ul li h3 {
    font-size: 16px;
}

}

@media screen and (max-width:736px) {
.mypopup-wrap,
.eggoffer {
    display: none;
}

.nav-area-full {
    display: block;
}

.mob-services {
    display: block;
}

.mb-no-serv {
    display: none;
}

.prc_boxess {
    min-height: auto;
}

.floatbutton {
    display: none;
}

.mob-services .slick-prev {
    top: 470px;
    left: 225px;
    height: 40px;
    width: 40px;
}

.mob-services .slick-next {
    right: 225px;
    top: 470px;
    height: 40px;
    width: 40px;
}

.book-slider .slick-next {
    top: 375px;
    left: 255px;
    height: 40px;
    width: 40px;
}

.book-slider .slick-prev {
    top: 375px;
    left: 210px;
    height: 40px;
    width: 40px;
}

.tools-sec .tbox {
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 400px;
}

.testimonials-slider .slick-next {
    right: 225px;
    top: 405px;
    height: 40px;
    width: 40px;
}

.testimonials-slider .slick-prev {
    top: 405px;
    left: 225px;
    height: 40px;
    width: 40px;
}

.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.tpmst-heading h2 {
    font-size: 32px;
}

.home-banner-content .subtitle,
.introduction-sec .wrapper p,
.tools-sec p,
.mycta p,
.myprocess p,
.collaboration-sec .wrapper p,
.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p,
.built-sec p,
.Ghost-book-writing-content p,
.introduction-sec2 .wrapper p,
.ghst-writng-content p,
.thierd-sec-content p,
.fourth-sec-content p,
.git p,
.git-box2 p,
.cntc-form p,
.trst-rvw p,
.quest-content p {
    font-size: 18px;
}

.home-banner-content {
    padding-top: 0px;
    margin-top: -385px;
}

.home-banner {
    height: 850px;
}

.banner-form {
    top: -100px;
}

.ser-box1 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.ser-box2 {
    width: 100%;
    padding-left: 0px;
}

.main-ser.main-serv-mob {
    margin-top: 60px;
}

.book-slider .slick-slide img {
    display: inline-block;
}

.info-content {
    padding: 0px 0px 10px;
}

.slider-wrapper.black .home-banner-content {
    margin-top: 0px;
}

.copyright {
    margin-top: 0px;
    text-align: left;
    padding-top: 0px;
}

.hompg .main-ghst-writng-second-sec {
    padding-top: 30px;
}

.cta-dr .btnwrap {
    padding: 0 0 30px 0;
}

.built-sec p {
    width: 100%;
}

.form-box-main {
    padding-top: 0px;
}

.main-Ghost-book-writing-sec {
    padding: 0px;
}

.main-Ghost-book-writing-sec figure {
    text-align: center;
}

.main-Ghost-book-writing-sec img {
    width: 60%;
}

.introduction-sec2 figure {
    text-align: center;
    padding: 0 0 30px 0;
}

.wdt-80 {
    width: 100%;
}

.myprocess.main-ghst-sec p {
    padding-bottom: 20px;
}

.myprocess.main-ghst-sec .book-slider .slick-prev {
    top: 450px;
    left: 210px;
    height: 40px;
    width: 40px;
}

.myprocess.main-ghst-sec .book-slider .slick-next {
    top: 450px;
    left: 255px;
    height: 40px;
    width: 40px;
}

.myprocess .book-slider .slick-prev {
    top: 375px;
    left: 210px;
    height: 40px;
    width: 40px;
}

.myprocess .book-slider .slick-next {
    top: 375px;
    left: 255px;
    height: 40px;
    width: 40px;
}

.myprocess {
    padding: 30px 0 60px 0;
}

.introduction-sec2 {
    padding: 60px 0 30px 0;
}

.home-banner-content.hme-bner-cntn {
    position: relative;
}

.analyzeform form .dtf {
    width: 100%;
    float: none;
}

.home-banner-content.hme-bner-cntn input.submit {
    width: 100%;
    text-align: center;
    padding: 15px !important;
    margin-left: 0px;
}

.ghst-writng-img-sec figure {
    margin: 20px 0 0px 0;
}

.home-banner-content.hme-bner-cntn {
    margin-top: calc(100% - 60%);
}

.main-ghst-writng-second-sec {
    padding-top: 30px;
}

.collaboration-sec .wrapper {
    padding-top: 0px;
}

.ghostwriting-page .collaboration-sec figure {
    margin-top: 40px;
}

.ghostwriting-page .collaboration-sec {
    padding: 30px 0;
}

.strt-bg {
    padding-bottom: 30px;
}

.ghostwriting-page .testimonials-slider .slick-next {
    top: 425px;
}

.ghostwriting-page .testimonials-slider .slick-prev {
    top: 425px;
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
}

.main-strt-cta-sec {
    height: 300px;
}

.git-box2 {
    padding-left: 10px;
}

.git-box2 h3 {
    font-size: 20px;
}

.ultimate-slider .slick-next {
    top: 260px;
    left: 265px;
}

.ultimate-slider .slick-prev {
    top: 260px;
    left: 215px;
}

.tls-sft {
    margin: 0 0 20px 0px;
}

.teamwork-img figure {
    text-align: center;
}

.hart-bg {
    padding-bottom: 70px;
}

.hart-bg:before,
.hart-bg:after {
    display: none;
}

.cntc-form {
    padding: 15px 30px;
}

.main-wrkup-sec {
    height: 675px;
}

.ghst-writng-img-sec figure {
    text-align: center;
}

.ghst-writng-img-sec img {
    width: 80%;
}

.analyzeform form .dtf input {
    border-radius: 0px !important;
}

.collaboration-sec figure {
    text-align: center;
}

.collaboration-sec figure img {
    width: 80%;
}

.thierd-sec-img figure img {
    width: 80%;
}

.thierd-sec-img figure {
    text-align: center;
}

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

.team-img figure img,
.teamwork-img figure img {
    width: 80%;
}

.team-img figure,
.teamwork-img figure {
    text-align: center;
    margin-bottom: 0;
}

.main-belve-sec figure img {
    width: 80%;
}

.main-belve-sec figure {
    text-align: center;
}

.ys-container.visible {
    display: none;
}

.prtfo .testimonials-slider .slick-next,
.prtfo .testimonials-slider .slick-prev {
    top: 580px;
}

.prtfo.sec-padding-60 {
    padding-bottom: 70px;
}

.team-box1.brdr:before,
.team-box1.brdr:after {
    display: none;
}

.tb1-img-sec {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
}

.main-atls {
    margin: 25px 0 30px 0;
}

.alts-box1 img {
    display: inline-block;
}

.mobile-cta {
    display: block;
}

}

@media screen and (max-width:667px) {
.services-banner {
    padding: 0 !important;
    background: #fff;
}

.services-banner .home-banner-content {
    padding-top: 0px;
    margin-top: calc(100% - 20%) !important;
}

.ftr-social {
    text-align: left;
    width: 100%;
    margin: 12px auto 12px;
}

}

@media screen and (max-width:480px) {
.ftr-social {
    text-align: left;
    width: 100%;
    margin: 12px auto 12px;
}

.main-wrkup-sec {
    height: 680px;
}

.hart-bg {
    padding-bottom: 5px;
}

.git-box2 {
    padding-left: 0px;
}

section.main-ghst-writng-sixth-sec {
    margin-bottom: 15px;
}


.ghostwriting-page .testimonials-slider .slick-next {
    top: 390px;
}

.ghostwriting-page .testimonials-slider .slick-prev {
    top: 390px;
}

.ultimate-slider .slick-next {
    top: 155px;
    left: 207px;
}

.ultimate-slider .slick-prev {
    top: 155px;
    left: 160px;
}

.git-box2 h3 {
    padding-bottom: 0px;
}

.myprocess.main-ghst-sec .book-slider .slick-next {
    top: 465px;
    left: 195px;
}

.myprocess.main-ghst-sec .book-slider .slick-prev {
    top: 465px;
    left: 148px;
}

.myprocess .book-slider .slick-next {
    top: 400px;
    left: 195px;
}

.myprocess .book-slider .slick-prev {
    top: 400px;
    left: 148px;
}

.myprocess.main-ghst-sec p {
    padding-bottom: 0px;
}

.banner-form {
    position: relative;
}

.home-banner {
    height: 825px;
}

.home-banner-content {
    padding-top: 40px;
    margin-top: -250px;
}

.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.tpmst-heading h2 {
    font-size: 28px;
}

.home-banner-content .subtitle,
.introduction-sec .wrapper p,
.tools-sec p,
.mycta p,
.myprocess p,
.collaboration-sec .wrapper p,
.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p,
.built-sec p,
.Ghost-book-writing-content p,
.introduction-sec2 .wrapper p,
.ghst-writng-content p,
.thierd-sec-content p,
.fourth-sec-content p,
.git p,
.git-box2 p,
.cntc-form p,
.trst-rvw p,
.quest-content p {
    font-size: 16px;
}

.main-counter-sec {
    height: auto;
    padding: 0 60px;
}

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

.sevr-img {
    display: none;
}

.tools-sec .tbx {
    margin-top: 60px;
}

.ser-box2 h3 {
    font-size: 20px;
}

.main-ser.main-serv-mob {
    margin-top: 60px;
}

.mycta .btnwrap a {
    margin: 0 3px;
}

.myprocess ul li {
    width: 100%;
}

.myprocess ul {
    margin-top: 0px;
}

.myprocess ul li p,
.myprocess p {
    padding-bottom: 50px;
}

.myprocess ul li p,
.myprocess p.no-pad-mob {
    padding-bottom: 0px;
}

.info-content {
    padding: 0px;
}

section.main-sft-sec {
    padding-bottom: 60px;
}

.ghostwriting-page .collaboration-sec {
    padding: 30px 0;
}

.myprocess {
    padding: 30px 0;
}

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

.built-sec p {
    width: 100%;
}

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

.hompg .main-ghst-writng-second-sec {
    padding: 30px 0 30px 0;
}

.cta-dr .btnwrap {
    padding: 0 0 30px 0;
}

.ser-box1 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.ser-box2 {
    width: 100%;
    padding-left: 0px;
}

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

.main-Ghost-book-writing-sec {
    height: 660px;
    padding: 30px 0 0 0;
}

.Ghost-book-writing-content h1 {
    line-height: 32px;
}

.team-img {
    padding: 30px 0 0 0;
}

.introduction-sec2 figure {
    text-align: center;
    padding: 15px 0 30px 0;
}

.introduction-sec2 {
    padding: 30px 0;
}

.wdt-80 {
    width: 100%;
}

.myprocess ul li figure {
    margin-top: 30px;
}

.ghst-writng-content a {
    margin: 0 5px 0 0;
}

.analyzeform form .dtf {
    width: 100%;
    float: none;
}

.main-ghst-writng-first-sec {
    margin: calc(100% - 82%) 0 auto;
}

.mobile-nav-btn {
    z-index: 999;
    top: 22px;
}

.home-banner-content.hme-bner-cntn {
    position: relative;
}

.boxessec .boxeswrap ul li {
    width: 100%;
    margin: 10px auto !important;
}

.serForm .analyzeform {
    width: 100%;
}

.home-banner-content.hme-bner-cntn input.submit {
    width: 100%;
    text-align: center;
    padding: 15px !important;
    margin-left: 0px;
}

.ghst-writng-img-sec figure {
    margin: 20px 0 65px 0;
}

.analyzeform form .dtf input {
    border-radius: 0px !important;
}

.main-ghst-writng-second-sec {
    padding-top: 30px;
}

.ghostwriting-page .collaboration-sec figure {
    margin: 50px 0 0 0;
}

.main-strt-cta-sec {
    height: auto;
}

.strt-bg {
    padding: 30px 0 0 0;
}

.tls-sft {
    margin-bottom: 15px;
    padding: 20px;
}

.btn-theme,
.btn-theme-outline,
.bot-form form input[type="submit"] {
    font-size: 15px;
}

.cntc-form .bot-form form input[type="submit"] {
    margin: 0px;
}

.cntc-form {
    padding: 20px 30px;
}

.form-box-main form input[type="file"] {
    width: 100%;
}

.testimonials-slider {
    padding: 0px 0 0 0;
}

figure {
    margin: 0px;
}

.tools-sec .tbox {
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 300px;
}

.main-team_work-sec {
    padding-bottom: 0;
}

.mtpx-100 {
    margin-top: 20px !important;
}

.quest-title {
    font-size: 16px;
}

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

.tools-sec .tbox a {
    bottom: 15px;
}

.tphead {
    position: relative;
}

.ord-box1,
.ord-box2 {
    width: 50%;
    vertical-align: top;
}

.mob-services .slick-prev {
    top: 370px;
    left: 160px;
    height: 40px;
    width: 40px;
}

.mob-services .slick-next {
    right: 160px;
    top: 370px;
    height: 40px;
    width: 40px;
}

.testimonials-slider .slick-prev {
    top: 400px;
    left: 160px;
    height: 40px;
    width: 40px;
}

.testimonials-slider .slick-next {
    right: 160px;
    top: 400px;
    height: 40px;
    width: 40px;
}

.prtfo .testimonials-slider .slick-next,
.prtfo .testimonials-slider .slick-prev {
    top: 585px;
}

.prtfo.sec-padding-60 {
    padding-bottom: 70px;
}

.book-slider .slick-prev {
    top: 410px;
    left: 150px;
    height: 40px;
    width: 40px;
}

.book-slider .slick-next {
    top: 410px;
    left: 200px;
    height: 40px;
    width: 40px;
}

.main-sft-sec .slick-next {
    top: 340px;
    left: 220px;
}

.main-sft-sec .slick-prev {
    top: 340px;
    left: 165px;
}

.banner-form {
    top: 20px;
}

.myprocess ul li p span {
    display: inline-block;
}

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

.main-Ghost-book-writing-sec img {
    width: 100%;
}

.services-page .home-banner-content {
    padding-top: 0px;
}

.collaboration-sec .wrapper {
    padding-top: 0px;
}

.icn-box-ser {
    width: 100%;
}

.prc_boxess .small-serces {
    width: 100%;
    padding: 25px 0;
}

.prc_boxess .plus-pri {
    width: 100%;
}

.icn-box-ser figure img {
    width: 20%;
}

.main-pricing-sec .prce_box {
    margin: 15px 0 100px 0;
}

.main-pricing-sec .testimonials-slider .slick-next,
.main-pricing-sec .testimonials-slider .slick-prev {
    top: 570px;
}

.slider-wrapper.black.non-mar {
    margin-top: -30px;
}

.services-page .slider-wrapper.black.non-mar {
    margin-top: 50px;
}

.form-box-main form input[type="submit"] {
    padding: 10px 30px;
    font-size: 15px;
}

.prce_box {
    border: 1px solid #dfb10c;
    margin: 15px 15px 55px 15px;
}

.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 select {
    padding: 15px 15px;
    font-size: 14px;
    height: 40px;
    border-radius: 6px;
}

.form-box-main form input[type="tel"],
.form-box-main form select {
    padding: 5px 15px;
}

.form-box-main form textarea {
    font-size: 14px;
}

.introduction-sec {
    background-position: right;
}

.custom-package p {
    display: block;
}

}

@media screen and (max-width:375px) {
.main-wrkup-sec {
    height: 665px;
}

.mycta .btnwrap a {
    margin: 0 2px;
}

.mycta .btnwrap .btn-theme {
    padding: 10px 12px;
}

.mycta .btnwrap .btn-theme-outline {
    padding: 9px 12px;
}

.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.tpmst-heading h2 {
    font-size: 24px;
}

.home-banner-content .subtitle,
.introduction-sec .wrapper p,
.tools-sec p,
.mycta p,
.myprocess p,
.collaboration-sec .wrapper p,
.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p,
.built-sec p,
.Ghost-book-writing-content p,
.introduction-sec2 .wrapper p,
.ghst-writng-content p,
.thierd-sec-content p,
.fourth-sec-content p,
.git p,
.git-box2 p,
.cntc-form p,
.trst-rvw p,
.tls-sft p,
.quest-content p {
    font-size: 14px;
}

.main-counter-sec {
    height: auto;
    padding: 0 30px;
}

.main-princing-sec-hme .nav-pills li {
    margin-right: 5px;
}

.pricing-hme-content .smallboxes {
    padding: 20px 10px 20px 10px;
}

.pricing-hme-img {
    padding: 20px 0 0 0;
}

.form-box-main {
    padding: 30px 0px;
}

.main-Ghost-book-writing-sec {
    height: 620px;
}

.home-banner {
    height: 825px;
}

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

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

.book-slider .slick-prev {
    top: 360px;
    left: 145px;
}

.book-slider .slick-next {
    top: 360px;
    left: 190px;
}

.mob-services .slick-prev {
    top: 375px;
    left: 140px;
}

.mob-services .slick-next {
    top: 375px;
    right: 150px;
}

.myprocess .book-slider .slick-prev {
    top: 415px;
    left: 130px;
}

.myprocess .book-slider .slick-next {
    top: 415px;
    left: 175px;
}

.myprocess.main-ghst-sec .book-slider .slick-prev {
    top: 480px;
    left: 130px;
}

.myprocess.main-ghst-sec .book-slider .slick-next {
    top: 480px;
    left: 177px;
}

.ultimate-slider .slick-next {
    top: calc(100% - 0%);
    left: 180px;
}

.ultimate-slider .slick-prev {
    top: calc(100% - 0%);
    left: 135px;
}

.main-pricing-sec .testimonials-slider .slick-next,
.main-pricing-sec .testimonials-slider .slick-prev {
    top: 570px;
}

}

/* Landscape */
@media only screen 
and (min-device-width:320px) 
and (max-device-width:568px)
and (-webkit-min-device-pixel-ratio:2)
and (orientation:landscape) {
.mob-services .slick-next {
    right: 240px;
}

.mob-services .slick-prev {
    left: 236px;
}

.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.banner-form h3,
.tpmst-heading h2 {
    font-size: 26px;
}

.home-banner-content .subtitle,
.introduction-sec .wrapper p,
.tools-sec p,
.mycta p,
.myprocess p,
.collaboration-sec .wrapper p,
.team-content p,
.info-content p,
.works-content p,
.strt-cta p,
.main-ghst-sec p,
.built-sec p,
.Ghost-book-writing-content p,
.introduction-sec2 .wrapper p,
.ghst-writng-content p,
.thierd-sec-content p,
.fourth-sec-content p,
.git p,
.git-box2 p,
.cntc-form p,
.trst-rvw p,
.quest-content p {
    font-size: 16px;
}

.book-slider .slick-next {
    left: 273px;
}

.book-slider .slick-prev {
    left: 228px;
}

.btn-theme,
.btn-theme-outline {
    font-size: 14px;
}

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

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

.prtfo .testimonials-slider .slick-next,
.prtfo .testimonials-slider .slick-prev {
    top: 580px;
}

.prtfo.sec-padding-60 {
    padding-bottom: 70px;
}

.banner-form {
    width: 95%;
}

.Ghost-book-writing-content h1 {
    line-height: 30px;
}

.main-Ghost-book-writing-sec {
    height: 530px;
}

.team-img img {
    width: 60%;
}

.team-img figure {
    text-align: center;
    margin: 0px;
}

.myprocess .book-slider .slick-next {
    left: 275px;
    top: 370px;
}

.myprocess .book-slider .slick-prev {
    left: 230px;
    top: 370px;
}

.myprocess.main-ghst-sec .book-slider .slick-next {
    left: 275px;
}

.myprocess.main-ghst-sec .book-slider .slick-prev {
    left: 230px;
}

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

.ultimate-slider .slick-next {
    top: 220px;
    left: 280px;
}

.ultimate-slider .slick-prev {
    top: 220px;
    left: 230px;
}

.main-wrkup-sec {
    height: 640px;
}

.hart-bg {
    padding-bottom: 20px;
}

.main-strt-cta-sec {
    height: 340px;
}

.collaboration-sec figure img {
    width: 60%;
}

.thierd-sec-img figure img {
    width: 60%;
}

}

@media screen and (max-width:320px) {
.home-banner-content h1,
.introduction-sec .wrapper h3,
.clientele-sec h2,
.tools-sec h2,
.mycta h2,
.myprocess h2,
.collaboration-sec .wrapper h2,
.team-content h3,
.info-content h3,
.works-content h3,
.strt-cta h3,
.main-ghst-sec h3,
.built-sec h2,
.form-box-main h2,
.Ghost-book-writing-content h1,
.introduction-sec2 .wrapper h3,
.ghst-writng-content h1,
.thierd-sec-content h3,
.fourth-sec-content h3,
.git h3,
.cntc-form h3,
.trst-rvw h1,
.our-team h1,
.policypg h2,
.banner-form h3,
.tpmst-heading h2 {
    font-size: 22px;
}

.introduction-sec .wrapper h3 span {
    font-size: 14px;
}

.main-counter-sec {
    height: auto;
    padding: 0 0px 0 30px;
}

.main-ghst-writng-first-sec .ghst-writng-content .btn-theme,
.main-ghst-writng-first-sec .ghst-writng-content .btn-theme-outline {
    padding: 10px 10px;
}

.ghst-writng-content a {
    margin: 0 0px 0 0;
}

.git-box2 h3 {
    font-size: 20px;
    padding: 0;
}

.git-box2 p {
    font-size: 14px;
}

.main-princing-sec-hme .nav-pills li {
    margin-right: 0px;
}

.main-princing-sec-hme .nav-pills li a {
    padding: 6px;
    font-size: 13px;
}

.mycta .btnwrap .btn-theme {
    padding: 10px 10px;
}

.mycta .btnwrap .btn-theme-outline {
    padding: 9px 10px;
}

.mob-services .slick-next,
.testimonials-slider .slick-next {
    right: 168px;
    top: 400px;
}

.book-slider .slick-prev {
    top: 360px;
    left: 115px;
}

.book-slider .slick-next {
    top: 360px;
    left: 160px;
}

.home-banner-content {
    padding-top: 0px;
}

.mtpx-100 {
    margin-top: 0px !important;
}

.form-box-main {
    padding: 0px 0px;
}

.mob-services .slick-prev {
    top: 400px;
    left: 160px;
}

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

.myprocess .book-slider .slick-prev {
    top: 430px;
    left: 100px;
}

.myprocess .book-slider .slick-next {
    top: 430px;
    left: 148px;
}

.myprocess.main-ghst-sec .book-slider .slick-prev {
    top: 500px;
    left: 100px;
}

.myprocess.main-ghst-sec .book-slider .slick-next {
    top: 500px;
    left: 148px;
}

.ultimate-slider .slick-prev {
    top: 170px;
    left: 115px;
}

.ultimate-slider .slick-next {
    top: 170px;
    left: 160px;
}

.slider-wrapper.black.non-mar {
    margin-top: 30px;
}

}

.blackbtn {
color: #000;
border-color: #000;
}

.blackbtn:hover {
border-color: #c59203
}

.whitebtn {
color: #000;
border-color: #fff;
background-color: #fff !important
}

.whitebtn:hover {
color: #000;
}

.pricingTable {
padding: 80px 0
}

.pricingTable h2 {
color: #091e42;
font-weight: 700;
font-size: 36px;
}

.pricingTable p {
color: #333;
font-size: 22px;
padding-top: 10px;
line-height: 1.4;
margin-bottom: 20px;
}

.pricingTable ul.firstCol {
border-radius: 4px;
}

.pricingTable ul.firstCol li {height: 40px;border-bottom: solid 1px #f1f1f1;text-align: left;vertical-align: middle;padding: 6px 0;font-weight: bold;font-size: 12px;}

.pricingTable ul.sec {
border: solid 1px #f1f1f1;
}

.pricingTable ul.sec li {
height: 40px;
text-align: center;
padding: 5px 0;
border-bottom: solid 1px #f1f1f1;
font-weight: bold;
}

.pricingTable ul.sec li:nth-child(even) {
background: #efefef;
}

.pricingTable ul.sec li:nth-child(odd) {
}

.pricingTable ul.sec li.head {
background: #3c434e;
color: #fff;
font-size: 16px;
}

.pricingTable ul.sec li.price {
font-size: 16px;
font-weight: bold;
color: #3c434e;
}

.pricingTable ul.sec li i {
color: #36669c;
}

.pricingTable ul.sec li i.fa-close {
color: #cb2424;
}

.pricingTable ul.sec li a {
font-weight: bold;
color: #c69302;
font-size: 15px;
}

.modals .modal-dialog {
max-width: 100%;
margin: 0;
}

.modals .modal {
padding-right: 0px !important
}

.modals .modal-content {
height: 100vh;
background: #000000bd;
}

.content {
width: 1000px;
margin: 0 auto;
height: 100vh;
vertical-align: middle;
display: table;
}

.content .img {
width: 30%;
display: table-cell;
vertical-align: middle;
}

.content .img img {
width: 100%;
}

.content .discrp {
width: 100%;
height: 340px;/* display: table-cell; */
padding: 0 0 0 50px;
margin-top: 29% !important;
vertical-align: middle;
}

.content .discrp h2 {
color: #fff;
}

.content .discrp p {
color: #fff;/* height: 236px; */
}

.content li {
color: #fff;
font-size: 16px;
list-style: disc;
list-style-position: inside;
}

.modals .modal-header {
border-bottom: 0px solid #e9ecef;
position: absolute;
width: 100%;
}

.modals .modal-header .close {
padding: 1rem;
margin: -2rem -1rem 1rem auto;
}

.modals button.close {
padding: 0;
background-color: white;
opacity: 1;
border: 0;
-webkit-appearance: none;
font-size: 34px;
}

.modals .modal-footer {
width: 100%;
position: absolute;
text-align: left;
bottom: 100px;
border-top: 0px;
display: block;
margin: 0 0 0 18%;
}

.modals .modal-footer h3 {
color: #fff;
margin: 0;
width: 100%;
display: block;
position: inherit;
font-size: 34px;
}

.modals .modal-footer p {
margin: 46px 0 0;
width: 100%;
text-align: left;
display: block;
position: inherit;
color: #fff;
}

.modals .modal-footer a {
right: 37%;
position: absolute;
background: linear-gradient(to left, #dfb10c 0%, #c49102 100%);
font-family: "gilroy-medium", sans-serif;
font-size: 16px;
color: #fff;
cursor: pointer;
border-radius: 3px;
padding: 10px 10px;
top: 40px;
}

.modals .modal {
overflow: visible;
top: -100%;
transition: 0.8s;
z-index: 0;
display: none;
}

.modals .modal.show {
top: 0;
z-index: 999999;
display: block;
}

.mytesti {
margin-top: 131px;
}

.mytesti .trst-rvw {
}

.mytesti .trst-rvw h1 {
color: #091e42;
font-weight: 700;
font-size: 40px;
}

.mytesti .trst-rvw p {
color: #091E42;
font-size: 18px;
padding-bottom: 20px;
}

.mytesti .tls-wrap {
}

.mytesti .tls-wrap .tls-sft {
padding: 25px 40px;
box-shadow: 5px 6px 30px #00000012;
border-radius: 6px;
min-height: 265px;
position: relative;
}

.mytesti .tls-wrap .tls-sft h3 {
color: #091e42;
font-size: 20px;
font-style: normal;
font-weight: 700;
margin-bottom: 0;
}

.mytesti .tls-wrap .tls-sft p {
font-size: 16px;
padding-top: 10px;
line-height: 1.4;
height: 122px;
padding-left: 0px;
}

.mytesti .tls-wrap .tls-sft p .mCustomScrollBox {
padding-left: 0;
}

.mytesti .tls-wrap .tls-sft h5 {
color: #c49102;
font-size: 18px;
font-weight: 600;
}

.mytesti .tls-wrap .tls-sft h5 span {
font-size: 14px;
font-weight: 600;
}

.prce_box ul li.heading {
padding-left: 0px;
padding-bottom: 10px;
font-weight: 700;
}

.prce_box ul li.heading:before {
display: none;
}

.analyzepg .home-banner:after {
display: none;
}

.order-page .home-banner:after {
display: none;
}

/*===================================================popup-christmas=======================================================*/
.eggoffer.show {
position: fixed;
bottom: 8px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.eggoffer {
width: 150px;
cursor: pointer;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: fixed;
bottom: 10px;
left: 8px;
z-index: 999;
overflow: hidden;
}

.eggoffer .top {
position: relative;
z-index: -1;
}

.eggoffer .top figure {
text-align: center;
}

.eggoffer .top figure img {
opacity: 1;
}

.eggoffer .bottom {
cursor: pointer;
padding: 16px 5px;
border-radius: 5px;
background: #16a07d;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before,
.eggoffer .bottom h3:before {
display: none;
}

.eggoffer .bottom h3 {
font-size: 14px;
margin: 0;
color: #fff;
}

.eggoffer .bottom span {
color: #fff;
font-size: 20px;
font-weight: 900;
width: 100%;
padding-top: 6px;
line-height: 1;
display: inline-block;
text-align: center;
text-shadow: 0 2px 2px #666;
}

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

.form_wrap .analyzeform form input[type="submit"] {
width: 100%;
margin: 0px;
text-align: center;
margin-top: 10px;
border-radius: 4px;
}

.form_wrap .analyzeform form .wrap {
padding-left: 0px;
}

.form_wrap .analyzeform {
margin: 0px;
}

.eggoffer .broken {
display: none;
}

.eggoffer .unbroken {
display: block;
}

.mypopup-wrap .easter {
display: none !important;
}

.overlay-bg.vis {
display: block !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: 13px 15px;
color: gray;
font-size: 13px; /* border-radius: 5px; */
height: 50px;
font-weight: 400;
outline: none !important;
margin-bottom: 10px;
}

.form_wrap .analyzeform form .dtf textarea {
margin: 10px 0 0;
height: 140px;
}

.analyzeform form textarea {
height: 60px !important;
font-size: 16px;
}

/*================================================popup-christmas==================================================*/

/*================================================form-christmas=================================================*/


.mypopup-wrap.active {
position: fixed;
top: 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.mypopup-wrap {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
width: 800px;
height: 600px;
border-radius: 10px;
position: absolute;
left: 0;
right: 0px;
top: -20000px;
bottom: 0px;
margin: auto;
z-index: 99999;
overflow: hidden;
}

.mypopup-wrap .mypopup {
border-radius: 10px;
font-size: 0px;
background: #fff;
}

.mypopup-wrap .mypopup .left {
width: 50%;
vertical-align: top;
display: inline-block;
overflow: hidden;
background: #386163;
vertical-align: middle;
}

.mypopup-wrap .mypopup .left figure {
border-radius: 10px 0px 0px 10px;
overflow: hidden;
}

.mypopup-wrap .mypopup .left figure img {
margin-left: 0;
margin-top: 0;
width: 100%;
}

.mypopup-wrap .mypopup .right {
width: 50%;
padding: 19px 20px;
vertical-align: top;
display: inline-block;
vertical-align: middle;
}

.mypopup-wrap .mypopup .right .closebutton {
position: absolute;
width: 20px;
height: 20px; /*float: right;*/
cursor: pointer;
transform: rotate(45deg);
right: 20px;
top: 20px;
}

.mypopup-wrap .mypopup .right .closebutton:before {
content: "";
position: absolute;
height: 20px;
width: 1px;
top: 0;
background: #000;
left: 0;
right: 0;
margin: 0 auto;
display: block;
}

.mypopup-wrap .mypopup .right .closebutton:after {
content: "";
position: absolute;
height: 1px;
width: 20px;
top: 0;
left: 0;
background: #000;
display: block;
bottom: 0;
margin: auto;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap {
padding-top: 0px;
padding-left: 30px;
padding-right: 30px;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
font-size: 26px;
line-height: 1;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
font-size: 38px;
display: block;
font-weight: 900;
color: #edad0d;
margin-top: 5px;
margin-bottom: 10px;
}

.mypopup-innerwrap .form_wrap {
padding: 20px 15px;
}

.mypopup-innerwrap .form_wrap .hero_form {
}

.mypopup-innerwrap .form_wrap .hero_form form {
}

.mypopup-innerwrap .form_wrap .hero_form .form-control {
border-radius: 10px;
border: 1px solid #b9b8b8;
}

.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
border: 1px solid #5d03db;
}

.mypopup-innerwrap .form_wrap .hero_form textarea.form-control {
color: #000;
}

.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
min-height: 85px;
}

.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
border-radius: 10px;
min-width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-md-6 {
width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
width: 100%;
}

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

.hero_form .field-mergedright {
padding-right: 15px;
}

.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
margin-bottom: 10px;
}

.submit:hover {
background-color: #1f1f1f;
}

.form_wrap .analyzeform form input[type="submit"] {
width: 100%;
margin: 0px;
text-align: center;
margin-top: 10px;
border-radius: 4px;
}

.submit {
border: 0;
font-family: 'Poppins', sans-serif;
font-size: 18px;
color: #fff;
line-height: 2;
padding: 5px 51px;
outline: none;
cursor: pointer;
transition: background-color .3s;
border-radius: 5px;
background: #000000;
}

/*===================================================form-christmas=======================================================*/
.blink {
animation: blinker 1s step-start infinite;
}

.blink {
animation: blinker 1s step-start infinite;
}

@keyframes blinker {
50% {
    color: #fa130d;
}

}

.chrismas-offers {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: fixed;
left: -450px;
top: 200px;
font-size: 0;
width: 450px;    /* transform: translateY(-50%); */
z-index: 999;    /* display: none; */
}

.chrismas-offers.visible {
display: block;
}

/*.chrismas-offers .outer-show{width: 50px;z-index: 999;height: 200px;cursor: pointer;box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);border-radius: 10px 0px 0px 10px;display: inline-block;padding-top: 0;vertical-align: top;margin-top: 120px;position: relative;text-transform: uppercase;background: #7d45a2;}*/
.chrismas-offers .outer-show {
width: 50px;
z-index: 999;
height: 250px;
cursor: pointer;
box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
border-radius: 0 10px 10px 0;
display: inline-block;
padding-top: 0;
vertical-align: top;    /* margin-top: 120px; */
position: relative;
text-transform: uppercase;
background: linear-gradient(to left, #dfb10c 0%, #c49102 100%);
left: 450px;
right: auto;
top: 0px;
}

.chrismas-offers .outer-show p {
color: #ffffff;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
position: absolute;
display: block;
transform: rotate(-90deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
left: -70px;
text-transform: capitalize;
white-space: pre;
bottom: 115px;
padding: 0;
}

.chrismas-offers .outer-show p.blink {
color: white;
}

.chrismas-offers .outer-show:hover {
right: 0px;
}

.chrismas-offers.show {
left: -135px;
}

.chrismas-offers span.icoo {
color: #c39d35;
font-size: 18px;
padding: 15px 20px;
background: #ffffff;
border-radius: 10px 0px 0px 10px;
border-right: 1px solid #ded9d9;
vertical-align: middle;
display: inline-block;
}

/*===================================================popup-christmas=======================================================*/
.chrismas-offers .banner-form {
width: 400px;
background: #c5c5c5;
top: -60px;
}

.chrismas-offers .banner-form h3 {
color: #fff;
}

.chrismas-offers .banner-form  input[type="submit"] {
background: linear-gradient(to left, #dfb10c 0%, #c49102 100%);
}

.hompg .analyzeform form textarea {
height: 50px !important;
overflow: hidden;
}


.cmxform input.btn-theme {
    margin-left: 0;
}

.thank_you p {
    margin: 55px 0 0;
}

.secondlogo a {
    color: #000;
    font-size: 30px;
    filter: invert(1);
}

.fologo a {
    font-size: 30px;
    color: #fff;
}

.header-main .top-bar .row {
    align-items: self-start;
}

.header-main .othermenu li a {
    font-weight: 600 !important;
    color: #000;
    font-size: 16px;
}

.ratingBr {
    display: none;
}

.scroll::-webkit-scrollbar {
   display: none;
 }

 section.strugglesec .row {
    display: flex;
    /* align-items: center; */
}

.ghst-writng-content ul li:last-child {
    display: none;
}

.analyzeform form input[type="submit"] {
    display: table;
    margin: auto;
}

.alts-box1 .nmrl-img {
    filter: brightness(-100%);
}

.homepage-programs--entry .program-icon img {
    filter: brightness(-20%);
}

.fologo a img {
    width: 120px;
    margin: 0 0 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(14deg) brightness(105%) contrast(101%);
}

.fologo {
    width: 100%;
}

.fologo figure {
    margin: 30px 0 0 0;
}



.boxessec-new .boxnew p+p {

    min-height: 100px !important;
}

.boxessec-new .boxnew p {
    min-height: 140px;
}
.boxessec-pub .boxeswrap ul li p {
    min-height: 230px;
}

.main-pricing-sec .row {
    justify-content: center;
}

ul.subimages {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

ul.subimages {margin: 20px 0px;}







.pop-form-new-popp.ta-center-new-pop button:hover {
    background: #000;
}
.overlay-bg-new-popup {
background: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 9999999;
display: none;
}
.popupform-main-new-popup .close-btn {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    color: #dfb10c;
}
.pop-form-new-popp .submit-btn {
font-size: 18px;
width: 100%;
padding: 15px 0px;
background-color: #000000;
color: #fff;
cursor: pointer;
border-radius: 5px;
position: relative;
border: none;
margin-top: 15px;
width: 100%;
margin: 10px 0 0 0px !important;
font-weight: 700;
}
.close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9;
}
.pop-box-2-new-pop img {
    box-shadow: 2px 2px 20px 9px #00000045;
    position: relative;
    left: 17px;
    z-index: 1;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.control-group input::placeholder {
    color: #9b7171;
}

.control-group textarea::placeholder {
    color: #9b7171;
}
.pop-form-new-popp .submit-btn {
font-size: 18px;
padding: 15px 0px;
background: #fb2224;
color: #fff;
cursor: pointer;
border-radius: 5px;
position: relative;
border: none;
margin-top: 15px;
width: 100%;
}
.popupform-main-new-popup.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.popupform-main-new-popup {position: fixed;background: #000c;top: 0;bottom: 0;left: 0;width: 100%;width: 100%;height: 100%;z-index: 999999999;background-repeat: no-repeat;background-size: cover;}
.pop-form-new-popp.ta-center-new-pop {background: url(/new-year-popup-bg.png) no-repeat scroll center #16134B;width: 915px;background-size: cover;padding-bottom: 30px;position: relative;background-position: top;padding: 30px 30px 35px 0;border: 0;box-sizing: content-box;position: relative;height: 620px;border-radius: 20px;}


.popup-side-img img {
    max-width: 524px;
    position: relative;
    top: -32px;
    left: -60px;
    Z-INDEX: 0;
}

div#pop-form-new-popp h6 span {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

div#pop-form-new-popp h6 {
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
}

div#pop-form-new-popp {
    margin-left: 15px;
    margin-top: 20px;
}




.pop-box-2-new-pop{

background:url('/new-pop-bg-2.png');

}
.pop-box-2-new-pop span {
    color: #f9b400;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    top: -11px;
}

.pop-box-2-new-pop h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.pop-box-2-new-pop {
    background: transparent;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.pop-form-new-popp.ta-center-new-pop {
}

.pop-form-new-popp.ta-center-new-pop h3 {
    color: #2d2d2d;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    margin: 0;
}
.popupform-main-new-popup {
    align-items: center;
    justify-content: center;
}

.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: bold;
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0 10px 0;
}

.pop-form-new-popp.ta-center-new-pop input {width: 100%;border-width: 1px;border-color: rgb(225, 225, 225);border-style: solid;border-radius: 5px;background-color: rgb(255, 255, 255);height: 42px;margin: 0 0 20px 0;padding: 0 0 0 10px;}

input {
    outline: none;
}

.pop-form-new-popp.ta-center-new-pop textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 100px;
    margin: 0 0 15px 0;
    padding: 10px 5px 5px 10px;
}

.pop-form-new-popp.ta-center-new-pop button {
    border-radius: 5px;
    background-color: #cf1428;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: table;
    margin: auto;
    padding: 9px 42px;
    width: auto;
    display: table;
}

.pop-form-new-popp.ta-center-new-pop input::placeholder {
    color: #000;
}

.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
    color: #000;
}
.pop-box-2-new-pop {
    position: relative;
    margin-right: 3px;
}

.pop-form-new-popp .close-btn{/* display: none; */}

.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0;
}
.popup-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}




@media (max-width:1366px) {
    .popup-main-box {
    transform: scale(0.9);
    }
}
@media (min-width:200px) and (max-width:767px) {

    div#pop-form-new-popp {
    margin-left: 0;
}


.pop-box-2-new-pop {
    display: none;
}
.popup-side-img {
    display: none;
}

div#pop-form-new-popp h6 {
    text-align: center;
}
.pop-form-new-popp.ta-center-new-pop {
    /*background: url(auto-pop-bg-2-mob.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-form-new-popp.ta-center-new-pop {
    width: 100%;
    height: auto;
    margin: 0px 10px;
    padding: 25px 0px;
    border-radius: 23px;
}
.pop-form-new-popp .close-btn {
    display: block;
    top: 5px;
    right: 0px;
    background: none;
    border: none;
    color: #ff9600;
}
.pop-form-new-popp.ta-center-new-pop button {
    background: #dfb10c;
}
.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0 0 5px 0;
}
.pop-form-new-popp.ta-center-new-pop h3 span {
    color: #fff;
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #fff;
}
}


.header-main .othermenu li a:hover {
    color: #e9b806;
}

 section.main-thankyou-sec {
    padding: 260px 0px 60px;
    text-align: center;
}
a.btn.btn-white.btn-animate {
    margin-top: 10%;
}
p.main-heading-para.main-heading-para-wdth {
    font-size: 18px;
    padding-top: 0%;
}


.portfolioboxes .tab-custom ul.btnwidth li {
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.nex input#quoteSubmit1 {
    background: linear-gradient(to bottom, #ff8d00 1%, #ff8d00 100%);
    padding: 20px 40px;
    border: navajowhite;
    color: #fff;
    font-family: poppins;
}
.single-tab.active {
    background: #56545473;
    padding: 20px 40px;
}

h1 {
    font-size: 4.25rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
    font-weight:600;
}

p.pull-left {
    margin-top: 15px;
    margin-bottom: 20px;
}
.sub input#quoteSubmit2 {
    padding: 20px 40px;
    background: linear-gradient(to bottom, #ff8d00 1%, #ff8d00 100%);
    color: #fff;
    font-family: poppins;
    border: none;
}
textarea.form-control {
    color: #fff;
}

.fw-normal i.fa.fa-map-marker {
    color: #3575ffc2;
    font-size: 27px;
    margin-right: 15px;
}
p.fc-grey.fw-semi-bold.fs-medium.add {
    color: #999999;
}

section.main-thankyou-sec .thnku-you-inner h1 {
    font-size: 44px;
}

section.main-thankyou-sec .thnku-you-inner a {
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: linear-gradient(to right,#396afc 0,#2948ff 100%);
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    /* margin-left: 10px; */
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

section.main-thankyou-sec .thnku-you-inner a:hover{
    transform: translateY(-0.625rem); */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: #cf1428;
}


section.sec_portfolio {
    padding: 50px 0 70px;
    background: #222f3e;
    width: 100%;
    display: inline-block;
}

section.sec_portfolio .button a.btn-gre {
    margin: 0 5px 0 0;
}

section.sec_portfolio h2.heading {
    color: #fff;
    text-align: center;
}

section.sec_portfolio p.para {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

section.sec_portfolio .portfolio_boxe {
    display: block;
    text-align: center;
    margin: 0 auto;
    display: table;
}

/*section.sec_portfolio .portfolio_boxe a img {
    width: 100%;
}*/
section.sec_portfolio .portfolio_boxe h6 {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    display: none;
}

section.sec_portfolio .portfolio_inner .portfolio_boxe img {
    width: auto;
    max-height: initial;
}

section.sec_portfolio .portfolio_inner .portfolio_boxe a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

/*section.sec_portfolio .item {
    width: 20% !important;
}*/
section.sec_portfolio .button {
    margin: 40px auto 0;
    display: table;
}




.pricing-area {padding: 80px 0;position: relative;z-index: 1;}
.packagesBox {position: relative;text-align: center;box-shadow: 0 0 50px rgba(0, 0, 0, 0.20);border-radius: 8px;margin-bottom: 40px;}
.packagesBox.most-popular::before {content: '';position: absolute;left: -10px;top: -10px;background: url(../images/most-popular.png) no-repeat;width: 108px;height: 108px;}
.packagesBox .head {padding: 40px 0 15px 0;}
.packagesBox .head h3 {font-size: 30px;color: #000000;margin-bottom: 10px;font-weight: 600;padding: 0 10%;line-height: 1.1em;}
.packagesBox .head p {color: #000000;font-size: 13px;line-height: 18px;}
.priceBox {padding: 15px 0;position: relative;}
.priceBox::before {z-index: -1;content: '';position: absolute;width: 95%;height: 100%;background: #414142;left: 0;bottom: 0;margin: auto;}
.priceBox h3 {display: inline-block;color: #ffffff;font-size: 50px;position: relative;font-weight: 600;}
.priceBox h3 sup {font-size: 36px;}
.priceBox h5 {display: inline-block;font-size: 18px;color: rgba(255, 255, 255, 0.85);margin-left: 8px;}
.priceBox h5 span {text-decoration: line-through;}
.packagesBox .details {padding: 0 15px;}
.packagesBox .details ul {margin: 10px 0 20px 0;min-height: 141px;}
.packagesBox .details ul li {font-size: 14px;color: #000000;border-bottom: 1px solid #eaeaea;padding: 10px 0;}
.packagesBox .details a {font-size: 14px;color: #000000;position: relative;margin-bottom: 10px;padding-bottom: 5px;text-decoration: underline;text-underline-position: under;}
.packagesBox .order {padding: 0 0 20px 0;}
.packagesBox .order a.cusBtn {border-radius: 5px;color: #fff;margin-bottom: 20px;width: 230px;}
.packagesBox .order a.cusBtn:hover {color: #242f66;}
.packagesBox .order ul.inline-b li {display: inline-block;}
.packagesBox .order ul.inline-b li+li {margin-left: 8px;border-left: 1px solid #000000;padding-left: 10px;}
.packagesBox .order ul.inline-b li a {font-size: 14px;color: #000000;font-weight: 700;position: relative;padding-left: 28px;}
.packagesBox .order ul.inline-b li a::before {content: '';position: absolute;left: 0;background: url(../images/sprite2.png) no-repeat;background-position: -6px -211px;width: 23px;height: 21px;top: 0;bottom: 0;margin: auto;}
.packagesBox .order ul.inline-b li.last a::before {content: '';background-position: -39px -214px;}

.btn {border: solid 2px #ffc424;font-size: 16px;font-weight: bold;color: #22303f;display: inline-block;padding: 16px 35px;position: relative;background: transparent;border-radius: 0px;z-index: 3;}
.btn:hover { color: #5fd797 }
.cusBtn {background: #242f66;width: 215px;height: 55px;text-align: center;font-size: 18px;color: #222f3e;line-height: 55px;border: 1px solid #242f66;display: block;margin: 0 auto;font-weight: 600;}
.cusBtn:hover {background: transparent;color: #ffc424;}
.cusBtn.style1 { background: #ffffff; color: #222f3e; border-color: #fff; }
.cusBtn.style1:hover { color: #fff; background: transparent; }
.cusBtn.style2 { background: #222f3e; color: #fff; border-color: #222f3e; }
.cusBtn.style2:hover { background: transparent; color: #222f3e}
.packagesBox:hover {
    transform: scale(1.03);
    transition: 0.3s;
}
.inner-service .packagesBox h3 {
    padding: 0;
    margin: 6px 0;
}

.inner-service .packagesBox h3:before {
    display: none;
}








.videotesti{
    padding: 50px 0 40px;
}
.videotesti .mainwrp{
    background: #16186ded;
    padding: 40px 40px 30px;
    box-shadow: #10101026 -15px 15px 17px 0px;
    border-radius: 10px;
}
.videotesti .mainwrp .imgwrp{
    border-radius: 6%;
    height: 350px;
    width: 210px;
    overflow: hidden;
    display: block;
    float: unset;
    margin: 0 auto;
}
.videotesti .mainwrp .imgwrp img{
    width: 100%;
}
.videotesti .mainwrp .txtdiv{}
.videotesti .mainwrp .txtdiv i{
    color: #cc9832;
    font-size: 20px;
    margin: 0 0 20px;
}
.videotesti .mainwrp .txtdiv p{
    color: #fff;
    font-size: 15px;
}
.videotesti .mainwrp .txtdiv h4{
    font-size: 20px;
    color: #fff;
    padding: 0 0 5px;
}
.videotesti .mainwrp .txtdiv span{
    color: #969696;
    font-size: 22px;
    color: #fff;
}
.videotesti .mainwrp .btnwrp{
    margin: -30px 0 0 0;
}
.videotesti .mainwrp .btnwrp a{
    background: #fff;
    font-size: 13px;
    color: #000;
    padding: 18px 20px;
    border-radius: 7px;
    font-weight: 600;
}
.fancybox-slide--iframe .fancybox-content{height: 90% !important;}























/*=================================================*/

.new-pubb-secc{padding: 60px 0;position:relative;}
.new-pubb-secc .ftr-bgg-img{position: absolute;top: 0;}
.new-pubb-secc:after{content: "";position: absolute;width: 100%;height: 100%;background: url(../images/featured/artice-sec2-img-2.png);z-index: -1;top: 0;bottom: 0px;background-repeat: no-repeat; background-position: bottom;}
.new-pubb-secc .txtwrp{}
.new-pubb-secc .txtwrp h2{margin-bottom: 30px;font-size:46px;}
.new-pubb-secc .mainwrppp{text-align: center;margin-bottom: 30px;padding: 0px 20px}
.new-pubb-secc .mainwrppp img{width: 100%;height: 390px;object-fit: fill;}
.new-pubb-secc .mainwrppp .txtwrp{/* padding: 10px; */ }
.new-pubb-secc .mainwrppp h4{font-size: 20px;color: #000 !important; padding: 10px 0 0;font-family: Poppins;}
.new-pubb-secc .mainwrppp h4 span.auth-nam{font-size:19px;color: #112b89;font-family: Poppins;}
.new-pubb-secc .mainwrppp h4 span{ font-size: 18px; color: #112b89;    font-weight: 600; }
.new-pubb-secc .mainwrppp a.btnwrpp{ font-family: Poppins ; font-weight: 700; font-size: 18px; display: inline-block; text-decoration: none; padding: 8px 30px; color: #fff; text-transform: capitalize; letter-spacing: 1px; border-radius: 30px; position: relative; background-color: #112b89; border: none; transition: box-shadow .2s linear;transition:1s all;margin-top:10px; }
.new-pubb-secc .mainwrppp a.btnwrpp:hover{transform: scale(1.1);}
.new-pubb-secc .mainwrppp a.btnwrpp i{color: #fff;font-family: 'FontAwesome';}
.fa-amazon:before{font-family: 'FontAwesome';}
.new-pubb-secc .mainwrppp img.incc-imggg{
    width: 30px;
    height: 30px;
}



















/*====================================*/
.help-wrap{background: #fff;padding: 50px 0;overflow: hidden;}
.help-wrap .txtwrp{}
.help-wrap .txtwrp h2{text-align:center;}
.help-wrap .box-wrap:after{content: "";}
.help-wrap .box-wrap:before{content: "";}
.help-wrap .box-wrap ul{margin: -20px 0 0 0; }
.help-wrap .box-wrap ul li{display: inline-block;width: 31%;background: #fff;padding: 0 0px;border-radius: 8px;overflow: hidden;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;padding-bottom: 30px;margin: 40px 10px 50px;}
.help-wrap .box-wrap ul li .imgwrp img{width: 100%;position: relative;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;}
.help-wrap .box-wrap ul li .imgwrp{position: relative;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;}
.help-wrap .box-wrap ul li .imgwrp:after{}
.help-wrap .box-wrap ul li .txtwrp{padding: 30px 30px 0;position: relative;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;}
.help-wrap .box-wrap ul li .txtwrp h4{font-size: 22px;line-height: 24px;letter-spacing: 0px;color: #091e42;}
.help-wrap .box-wrap ul li .txtwrp.divtxt{position: relative;bottom: -85px;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;margin: -120px 0 0;background: #fff;position: relative;z-index: 10;}
.help-wrap .box-wrap ul li .txtwrp span.datewrap{    display: block; padding-bottom:10px;}
.help-wrap .box-wrap ul li .txtwrp p{font-size: 14px;font-weight: 400;padding-bottom: 120px;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;padding-top: 10px}
.help-wrap .box-wrap ul li:hover .imgwrp img{/* transform: scale(0.9); */}
.help-wrap .box-wrap ul li:hover .divtxt{bottom: -35px;}
.help-wrap .box-wrap ul li:hover p{
    padding-bottom: 40px;
}
.help-wrap .box-wrap ul li:hover .imgwrp:after{content: '';transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;background: #000;width: 100%;height: 100%;top: 0;z-index: 9;opacity: 0.15;position: absolute;bottom: 0;left: 0;transition: 0.5s;}
.help-wrap .box-wrap ul li{box-shadow: #121a4714 1px 11px 60px 0 !important;height: 418px !important;}
.help-wrap .txtdiv{}
.help-wrap .txtdiv p{font-size: 16px;font-weight: 600;margin: -30px 0 0;padding: 20px 0 0px;text-align: RIGHT;}
.help-wrap .box-wrap ul li a{color: #f5f5f5;margin: 0 10px 0 0;padding: 10px 10px;border-radius: 6px;font-size: 15px;font-weight: 600;border: 1px solid #f0f1f7;background: linear-gradient(to left, #01155e 0%, #122d8d 100%);}
.help-wrap .txtdiv p a{    color: #d1ad42;}






.check-list.nopaddding {
    display: flex;
    align-items: self-start;
    padding: 0;
}
.pop-form-new-popp .check-list input#checkbox22 {
    width: 20%;
}
.check-list.nopaddding label {
    font-size: 13px !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
}