@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;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&amp;display=swap');

/*.modal.fade .modal-dialog {*/
/*    transform: translate(0,30%) !important;*/
/*}*/

@font-face {
    font-family: BrownProBlack;
    src: url('../fonts/BrownProBlack.otf') format("opentype")
}

@font-face {
    font-family: BrownProBold;
    src: url('../fonts/BrownProBold.otf') format("opentype")
}

@font-face {
    font-family: BrownProExtraBlack;
    src: url('../fonts/BrownProExtraBlack.otf') format("opentype")
}

@font-face {
    font-family: BrownProExtraBold;
    src: url('../fonts/BrownProExtraBold.otf') format("opentype")
}

@font-face {
    font-family: BrownProExtraBoldCondensed;
    src: url('../fonts/BrownProExtraBoldCondensed.otf') format("opentype")
}

@font-face {
    font-family: BrownProLight;
    src: url('../fonts/BrownProLight.otf') format("opentype")
}

@font-face {
    font-family: BrownProMedium;
    src: url('../fonts/BrownProMedium.otf') format("opentype")
}

@font-face {
    font-family: BrownProRegular;
    src: url('../fonts/BrownProRegular.otf') format("opentype")
}

@font-face {
    font-family: BrownProSemiBold;
    src: url('../fonts/BrownProSemiBold.otf') format("opentype")
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    background-color: #f3f3e9;
    line-height: 1.42857143;
}

html {
    scroll-behavior: smooth;
}

::selection {}

a {
    color: #707070;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
}

a:hover {
    color: #000;
}

p {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #555555;
    margin-bottom: 15px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-size:16px; */
    /* font-weight: 600; */
    font-family: 'Poppins', serif;
    font-weight: 600;
    color: #000;
}

img {
    border: none;
    max-width: 100%;
    border: 0;
}

label.error {
    display: none !important;
}

.btn {
    position: relative;
    overflow: hidden;
}

input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.wrapper {
    overflow-x: hidden;
}



.h-left ul {
    display: flex;
}



.h-left a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.h-left ul li {
    margin-right: 30px;
}

.h-right {
    display: flex;
    align-items: center;
    float: right;
    justify-content: space-between;
}

.h-right ul {
    display: flex;
    margin-bottom: 0;
}

.h-right ul li {
    margin-right: 14px;
}

.h-right ul li a {
    font-size: 20px;
    color: #b5b5b5;
}

.h-right ul li a:hover,
.h-right ul li a:focus,
.h-right ul li a:active {
    color: #369685;
}

section {
    position: relative;
    padding: 60px 0;
}

/* section.banner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 90%;
    
    background-size: cover;
    top: 0;
    z-index: 0;
} */

section.banner {
    padding: 0;
    /* overflow: hidden; */
    background: #f3f3e9;
    position: relative;
}

.navbar-nav>li {
    list-style: none;
    position: relative;
}

button.navbar-toggler {
    display: none;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.navbar-nav>li.active>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    color: #eb7966;
}

.navbar-nav>li.active:after,
.navbar-nav>li:after {
    content: "";
    background: url('../images/nav.png') no-repeat scroll right bottom;
    width: 33px;
    height: 22px;
    position: absolute;
    right: -7px;
    z-index: 0;
    bottom: 7px;
    opacity: 0;
}

.navbar-nav>li:hover:after,
.navbar-nav>li.active:after {
    opacity: 1;
}

.navbar-nav>li>a.nav-link {
    position: relative;
    z-index: 1;
}

ul.navbar-nav.mr-auto {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.navigation-secondary {
    margin-bottom: 0;
    padding: 0px 0;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 2;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    outline: none !important;
}
.navigation-secondary{
    background-color: #eb7966;
        background-image: linear-gradient(40deg, #f8e6e2 0%, #eb7966 50%);
}
.navigation-secondary .container .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navigation-secondary .container .nav .nav-link {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 1.6rem 1.5rem;
    position: relative;
    transition: all .5s ease-in-out;
}
.navigation-secondary .container .nav li+li .nav-link:before {
    content: '';
    width: 1px;
    height: calc(100% - 8px);
    background-color: #d98558;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: drop-shadow(-1px 1px 0px #ffb289);
}
.navigation-secondary .container .nav .nav-link.active, .navigation-secondary .container .nav .nav-link:hover {
    background-color: #d98558;
    background-image:  linear-gradient(40deg, #eb7966 0%, #f8e6e2 50%);
}
.navigation-secondary .dropdown-menu>li>a{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: .6rem 1.5rem;
    position: relative;
}

.navigation-secondary .dropdown-menu>li>a:focus, .navigation-secondary .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d98558;
    background-image: linear-gradient(40deg, #eb7966 0%, #f8e6e2 50%);
}
.nav>li>a:focus, .nav>li>a:hover{
    background: none;
}


.banner-inn {
    width: 100%;
    margin: 0 auto;
    background: url('../images/banner-inn.webp') no-repeat scroll center top #fdf5f6;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 6em 0;
    border-radius: 0px 20px 50px 50px;
    box-shadow: 0 10px 40px hsl(0deg 0% 0% / 22%);
    /* max-width: 1580px; */
}

.banner-shd {
    /* max-width: 1580px; */
    margin: 0 auto;
    position: relative;
}

/* .banner-shd:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -50px;
    background: url(../images/bn-layer.png) no-repeat scroll left top;
    width: 169px;
    height: 196px;
    z-index: 0;
} */

.banner-text h4 {
   background: #eb7966;
    padding: 6px 15px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
    display: table;
    position: relative;
}

.banner-text h4:after {
    content: "";
    position: absolute;
    right: -15px;
    border-bottom: 39px solid transparent;
    border-top: 0px solid transparent;
    border-left: 15px solid #eb7966;
    top: 0;
}

.banner-text h1 {
    font-size: 83px;
    letter-spacing: -1px;
    margin: 0 0 20px;
    line-height: 90px;
    color: #222;
}

.banner-text p {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

ul.ul-btns {
    display: flex;
}

ul.ul-btns li {
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.ul-btns li a.btn {
    min-width: 200px;
    max-width: 280px;
    padding: 16px 17px;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
}

a.btn.free_quote {
    /*background: #274249;*/
        background-image: linear-gradient(40deg, #e57663 0%, #2d2f78 50%);
    color: #fff;
}

a.btn.chat {
    /*background: #00cc8f;*/
    background-image: linear-gradient(40deg, #eb7966 0%, #2e3078 50%);
    color: #fff;
}
.btn.btn-common{
    padding: 15px 100px 15px 100px;margin-bottom:40px;color: white;width: 100%;
        background: linear-gradient(40deg, #eb7966 0%, #2e3079 50%);
    padding: 16px 0;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
}
.btn.btn-common.btn-shd::before {
    background: #222;
    content: '';
    position: absolute;
    z-index: -1;
}
.btn.btn-common:hover {
    /* background: #eb7966; */
    
    color: #FFF;
}
ul.ul-btns li a.btn.free_quote:hover {
    background: #eb7966;
}

ul.ul-btns li a.btn.chat:hover {
    /*  background: #274249;  */
}

section.sponsor-ghost {
    background: url('../images/sg-shadow.png') no-repeat scroll right bottom #f3f3e9;
    padding-top: 7em;
}

/*section.sponsor-ghost:after {*/
/*    background: url('../images/author-top.webp') no-repeat scroll right top;*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -90px;*/
/*    top: -500px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-width: 960px;*/
/*    max-height: 960px;*/
/*}*/

.head_style {
    margin-bottom: 4em;
    position: relative;
}

.head_style h4 {
    font-family: BrownProSemiBold;
    color: #eb7966;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
}

.head_style h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding-right:11px;
}
.stn_right_inn {
    position: relative;
    z-index: 1;
 top:25px;

}
#bet {
    font-size: 39px;
    line-height: 54px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 11px;
}

.head_style p {
    width: 90%;
    margin: 30px auto 20px;
}

.hst_inn {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

span.cirle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: #f7e5e1;
    z-index: -1;
    left: -20px;
    top: -20px;
}

.hst_inn span.cirle {
    margin: 0 auto;
    right: 0;
    left: 0;
}

span.cirle.wh {
    left: auto;
    margin: 0;
    right: -30px;
    bottom: -30px;
    background: #eb7966a6;
}

.hs_center {
    text-align: center;
}

.spg_right p {
    margin-bottom: 30px;
}

.spg_left {
    position: relative;
}

.spg_left:before {
    content: "";
    position: absolute;
    left: -908%;
    width: 1000%;
    background: #eb7966;
    height: 284px;
    bottom: 0;
    z-index: 1;
}

.st_hright {
    margin-top: 40px;
}
.step_item {
    position: relative;
    transition: all 300ms ease-in-out;
}

.step_item:after{
    content: "";
    background: url(../images/nav.png) no-repeat scroll right bottom;
    width: 33px;
    height: 22px;
    position: absolute;
    right: 0px;
    z-index: 0;
    bottom: 7px;
    opacity: 0;
    transform: rotate(45deg);
}
.step_inn {
    padding: 30px;
    width: 100%;
    min-height:345px;
}
.step_item:hover:after {
    opacity: 1;
}
.step_item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.step_hdr {
    position: relative;
    display: flex;
    align-items: center;
}

.step_up p {
    color: #8a8a8a;
    line-height: 22px;
    font-size: 13px;
    min-height: 110px;
}

.step_hdr h4 {
    margin: 0 0 10px 10px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.step_hdr h4 a{
    color:#000;
}

.step_hdr h2 {
    font-size: 50px;
    color: #eb7966;
    position: relative;
    z-index: 1;
    line-height: normal;
    margin-top: 0;
    position: relative;
    top: 20px;
}

.sp_arc {
    position: absolute;
    left: 0px;
    top: -45px;
    width: 50px;
    height: 54px;
    background: url('../images/strip.webp') no-repeat scroll -37px -34px;
    /* z-index: 1; */
}

.s1 .sp_arc {
    background-position: -37px -128px;
}

.s2 .sp_arc {
    background-position: -37px -220px;
}

.s3 .sp_arc {
    background-position: -37px -322px;
}

.s4 .sp_arc {
    background-position: -33px -421px;
}

.s5 .sp_arc {
    background-position: -34px -519px;
}

.step_hdr h2 .sp_arc:before {
    content: "";
    position: absolute;
    left: 0;
    width: 82px;
    height: 82px;
    background: url('../images/circle-v.webp') no-repeat scroll left top;
    z-index: -1;
    top: 10px;
}

.st_b .step_inn {
    padding-top: 55px;
}

.step_up {
    position: relative;
    z-index: 1;
}

.step_item.step_rev {
    border-right: none;
}

section.ghost_pro {
    background: url('../images/circle-lg.webp') no-repeat scroll left 100px, url('../images/most-right.webp') no-repeat scroll right top, url('../images/most-bl.webp') no-repeat scroll center top, url('../images/most-bar.webp') no-repeat scroll right 350px #f3f3e9;
    padding-bottom: 0;
    padding-top: 6em;
}

section.ghost_cta {
    background: url('../images/cta-top.webp') no-repeat scroll center top #f3f3e9;
    text-align: center;
    padding: 6em 0;
    width: 100%;
}

section.ghost_cta ul.ul-btns {
    justify-content: center;
    margin-top: 20px;
}

.cta_center {
    position: relative;
}
/*
.cta_center:after {
    content: "";
    background:red;
    position: absolute;
    background: url('../images/cta-center.webp') no-repeat scroll center center;
    width: 100%;
    height: 100%;
    top: -100px;
    left: 0;
    min-width: 1100px;
    height: 706px;
}*/

.cta_offer,
.cta_green {
    position: relative;
    z-index: 1;
}

.cta_offer h2 {
    background: url('../images/laptop.png') no-repeat scroll center top;
    font-size: 38px;
    line-height: 60px;
    padding-top: 120px;
    color: #1d3337;
    letter-spacing: -3px;
    font-family: 'Merriweather', serif;
}

a.cta_tel {
    font-weight: 700;
    color: #2e3078;
    font-size: 60px;
    text-shadow: 3px 7px 10px #00000029;
    text-decoration: none;
}

section.book_style:before,
section.book_style:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 75%;
    background: #000;
    top: 0;
    max-height: 450px;
}

section.book_style {
   
}

.bk_thumb_bk img {
    box-shadow: 0 0 10px #000;
}

.bk_thumb_bk {
    padding-bottom: 10px;
}

body.home {
    background: #f3f3e9;
}

section.book_style:before {
    background: #eb7966;
}

section.book_style:after {
    width: 70%;
    right: 0;
    left: auto;
}

section.book_style .owl-nav {
    margin: 50px auto 0;
    display: table;
}

section.book_top {
    background: url('../images/port-art.webp') no-repeat scroll left top #b7e6df;
}

section.no_stone {
    padding: 0 0 50px;
}

.row-flex .head_style {
    margin-bottom: 0;
}

.book_top .head_style h4 {
    color: #000;
}

.ghost_head.head_style {
    text-align: center;
}

.ghost_head.head_style h2 {
    font-size: 33px;
    margin: 0 auto;
    display: table;
    position: relative;
    padding-right: 11px;
}

.nos_item {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

.nos_lst.row {
    margin-bottom: 3em;
}

.nos_item h2 {
    margin-bottom: 0;
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    background: -moz-linear-gradient(left, rgba(111, 157, 167, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(111, 157, 167, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(111, 157, 167, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f9da7', endColorstr='#00ffffff', GradientType=1);
    padding-left: 17px;
    border-radius: 20px;
}

.nos_item h4 {
    margin: 0;
    letter-spacing: -0.8px;
    font-size: 17px;
}

.nos_lst .col-md-3 {
    padding: 0 7px;
}

.spec_left ul {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}

.spec_head {
    position: relative;
    z-index: 1;
    width: 110%;
}

.spec_left .head_style:before {
    content: "";
    width: 160%;
    padding: 20px;
    background: url('../images/rect-bg.webp') no-repeat scroll left top;
    z-index: 1;
    position: absolute;
    left: -90px;
    height: 160%;
    top: -50px;
    background-size: cover;
}

.spec_left .head_style {
    margin-bottom: 80px;
    position: relative;
    top: 110px;
    position: relative;
}

.spec_list {
    position: relative;
    padding: 80px 0 50px 0;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.spec_list:before {
    height: 100%;
    content: "";
    position: absolute;
    left: -860%;
    width: 1000%;
    background: #ebe6d1;
    top: 0;
}

.spec_list:after {
    height: 100%;
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    background: url('../images/spec_list.png') no-repeat scroll left top #ebe6d1;
    top: 0;
    max-height: 384px;
    min-width: 1170px;
}

.spec_head h4 {
    margin: 0;
    color: #eb7966;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 500;
}

.spec_head.head_style h2 {}

.spec_left ul li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 38px;
    position: relative;
    background: url('../images/arc.webp') no-repeat scroll left center;
    color: #000;
    letter-spacing: -0.4px;
}

.spec_book {
    margin-top: 5em;
}

.spec_right img {
    max-width: none;
}

a.btn.popDv {
    background-color: #222;
    padding: 9px 30px;
    font-size: 16px;
    border-radius: 30px;
    border-color: #231f20;
    text-transform: uppercase;
    min-width: 200px;
    max-width: 200px;
    padding: 16px 0;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
}

a.btn.popDv:hover,
a.btn.popDv:focus,
a.btn.popDv:active {
    background-color: #f8e6e2;
    border-color: #f8e6e2;
}

.owl-item {
    float: left;
}

.trst_icon {
    padding: 3em;
    background: #fff;
    width: 100%;
    border-radius: 10px;
}

.trst_icon img {
    margin-bottom: 15px;
}

.trst_icon p {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    font-style: italic;
}

.owl-stage-outer {
    overflow: hidden;
}

.trust_sect .row {
    align-items: center;
    display: flex;
}

.trst_rinn h2 {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    padding-bottom: 15px;
}

.trst_right .owl-stage-outer {
    overflow: unset;
}

.trst_right .owl-item {
    visibility: hidden;
}

.trst_right .owl-item.active {
    visibility: visible;
}

.trst_right .owl-dots {
    display: none;
}

section.cust_section {
    background: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}

section.cust_section p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 13px;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    color: #666;
    text-align: left;
}

section.cust_section p b {
    color: #000;
    font-weight: 600;
}

section.cust_section p:before {
    content: "";
    background: url('../images/comma.png') no-repeat scroll left top;
    position: absolute;
    left: -5px;
    font-size: 70px;
    color: #888888;
    top: 0;
    width: 24px;
    height: 20px;
}

section.cont_form {
    background: url('../images/cont-shadow.webp') no-repeat scroll left top, url('../images/c-left.webp') no-repeat scroll left bottom, url('../images/c-right.webp') no-repeat scroll right top #1c3135;
    padding: 4.5em 0;
    width: 100%;
    /*background-size: cover;*/
}

section.cont_form:after {
    content: "";
    background: url('../images/contact-after.webp') no-repeat scroll left top;
    position: absolute;
    right: -80px;
    width: 860px;
    height: 535px;
    top: -50px;
    background-size: cover;
}

footer {}

.address_lst {
    background: #17191a;
    color: #fff;
    padding: 20px 0;
}

.address_lst p {
    margin-bottom: 0;
    color: #ffff;
    font-size: 14px;
}

.address_lst p a {
    color: inherit;
}

.address_lst p a:hover,
.address_lst p a:active,
.address_lst p a:focus {
    color: #eb7966;
}

.lt-rgt {
    text-align: right;
}

/*section.trust_sect {
    background: url('../images/test-left.webp') no-repeat scroll left bottom, url('../images/test-right.webp') no-repeat scroll right bottom;
    overflow: hidden;
}*/

.cont_form h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
}

.ForminfoDv input,
.ForminfoDv textarea {
    width: 100%;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #ddd;
    height: 45px;
    font-weight: 400;
    font-size: 14px;
}
.ForminfoDv input, .ForminfoDv textarea{
    resize: none;
}
.placeholder1::placeholder {
    color: #bababa;
}

.placeholder1:-ms-input-placeholder {
    color: #bababa;
}

.placeholder1::-ms-input-placeholder {
    color: #bababa;
}

.feildDv {
    margin-bottom: 10px;
}
.ForminfoDv .col-md-12,
.ForminfoDv .col-md-6 {
    padding: 0 7px;
}

.ForminfoDv {
    padding-left: 10px;
}

.feildDv.feildDvSub {
    text-align: center;
}

.feildDvSub button.btn.requestDv {
    background-image: linear-gradient(40deg, #eb7966 0%, #11184f 50%);
    padding: 13px 40px;
    border-radius:50px;
    font-size: 16px;
    border:none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.feildDvSub button.btn.requestDv:hover {
    border-color: #222;
    color:#fff;
}

.spg_left {
    position: relative;
}

.spg_left img {
    position: relative;
    z-index: 1;
}

section.steps_list {
    background: url('../images/yel-left.webp') no-repeat scroll left bottom, url('../images/yel-layer.webp') no-repeat scroll left top, url('../images/yel-right.webp') no-repeat scroll right top, url('../images/circle-gr.webp') no-repeat scroll right bottom #fff;
    padding: 6em 0;
    width: 100%;
}

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

.spg_left {
    /* background:url('../images/grey.png') no-repeat scroll left center; */
    text-align: right;
}

.spg_left:after {
    background: url('../images/grey.webp') no-repeat scroll left center;
    content: "";
    position: absolute;
    left: -300px;
    width: 821px;
    height: 821px;
    z-index: 0;
    top: -200px;
}

.footer-up {
    padding: 4em 0;
    width: 100%;
    background: url('../images/ftr-shadow.webp') no-repeat scroll right top;
}
ul.menu__footer_column {
    columns: 2;
}
.ftr_link ul {
    position: relative;
}

.ftr_link ul:before {
    content: "";
    height: 30px;
    width: 7px;
    background: #f8e6e2;
    position: absolute;
    left: -20px;
}

.ftr_link ul li {
    clear: both;
    margin-bottom: 10px;
}

.ftr_link ul li a {
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 15px;
}

img.ftr_logo {
    max-width: 190px;
    margin-bottom: 20px;
}

.ftr_info li {
    clear: both;
    margin-bottom: 8px;
}

.ftr_info li a {
    color: #3b6068;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.ftr_info li a:hover,
.ftr_info li a:focus,
.ftr_info li a:active {
    color: #000;
}

a.cta_tel:hover,
a.cta_tel:focus,
a.cta_tel:active {
    text-decoration: none;
}

.spec_inn {
    position: relative;
}

.spec_inn:before {
    content: "";
    position: absolute;
    left: -62px;
    width: 910px;
    height: 533px;
    bottom: -433px;
    background: url('../images/cta-shade1.webp') no-repeat scroll left bottom;
    z-index: 1;
}

.spec_inn img {
    position: relative;
    z-index: 1;
}

.spec_right:before {}

.step_item.st_b {
    border-bottom: none;
}



.hd_logo_inn img {
    max-height: 70px;
}

.h-left ul li:last-child {
    margin-right: 0;
}


.banner_view {
    background-image: url('../images/market-banner.webp');
    background-color: #253c40;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    text-align: center;
    padding-top: 0;
}
.contact_us_banner.banner_view{
   background: none;
    padding-bottom: 0;
}
.banner_view:before {
    content: "";
    position: absolute;
    width: 288px;
    height: 288px;
    background: url('../images/circle-star.png') no-repeat scroll center top;
    left: 13%;
    bottom: -100px;
    z-index: 1;
    background-size: contain;
}

.inn-banner .banner-text h4:after {
    display: none;
}

.banner_view .banner-text h4 {
    margin: 0 auto 10px;
    background: none;
    position: relative;
    text-transform: uppercase;
}

.banner_view .banner-text h4:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eb7966;
    transform: skewX(-10deg);
    top: 0;
}

.banner_view .banner-text h4 span {
    font-weight: 500;
    position: relative;
}

/*.banner_view ul.ul-btns li a.btn.free_quote {*/
/*    background: #000;*/
/*}*/

.banner_view ul.ul-btns li a.btn.chat:hover,
.banner_view ul.ul-btns li a.btn.free_quote:hover {
    /*background:#fff;*/
    color: #fff;
}

section.banner_view .banner-text h1 {
    color: #d1f8f2;
    /*text-transform: uppercase;*/
}

section.banner_view .banner-text p {
    color: #d1dde0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin: 14px 0 21px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

section.banner_view .banner-text p br {
    display: none;
}

section.banner_view ul.ul-btns {
    justify-content: center;
}

.banner_view .inn-banner {
    padding-top: 140px;
}

section.who-ghost {
    background: url('../images/abt-right.webp') no-repeat scroll right top;
    padding-top: 6em;
}

section.who-pics {
    /* background: #fff; */
    padding-top: 0;
}

section.who-pics:before,
section.who-pics:after {
    content: "";
    height: 300px;
    width: 35%;
    position: absolute;
    left: 0;
    background: #f8e6e2;
    margin: auto;
    bottom: 0;
}

section.who-pics:after {
    left: auto;
    right: 0;
}

.who-pics .container {
    position: relative;
    z-index: 1;
}

section.who-shadows {
    background: url('../images/abt-shadow.webp') no-repeat scroll left top, url('../images/circles.webp') no-repeat scroll right 15% #fff;
    padding-top: 0;
    padding-bottom: 8em;
    overflow: hidden;
}

section.who-shadows.markt_tabs {}

section.who-shadows .who_right h2,
section.who-shadows .who_left h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
}

section.who-shadows:before {
    content: "";
    position: absolute;
    left: 0px;
    background: url('../images/circles.webp') no-repeat scroll left top;
    width: 408px;
    height: 408px;
    background-size: contain;
    bottom: -180px;
}

section.who-steps {
    background: url('../images/abt-right.html') no-repeat scroll center top;
    padding-top: 6em;
    padding-bottom: 50px;
}

.btn-center ul.ul-btns {
    justify-content: center;
}

.who_shd {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.who_shd:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 56%;
    top: 0;
    background: url('../images/nos_layer.html') no-repeat scroll center bottom;
}

.who_shd:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 44%;
    bottom: 0;
    background: #fff;
}

section.book_seller {
    background: url('../images/best-top.webp') no-repeat scroll center top, url('../images/yel-right.webp') no-repeat scroll right top;
    padding-top: 10em;
    padding-bottom: 6em;
}

.wh_item:after {
    background: url('../images/step-right.png') no-repeat scroll right top;
    content: "";
    position: absolute;
    right: 0px;
    width: 154px;
    height: 66px;
    top: 50px;
}

.wh_inn {
    position: relative;
    padding-left: 20px;
}

.wh_inn h4 {
    font-size: 24px;
    /* font-weight: bold; */
    color: #000;
    /* font-family:BrownBold; */
    position: relative;
}

.wh_thumb {
    margin-bottom: -80px;
    margin-left: -10px;
}

.wh_inn p {
    font-size: 12px;
    line-height: normal;
    color: #727272;
}

.wh_item {
    margin-bottom: 50px;
}

.bn_non_inn {
    text-align: center;
    position: relative;
}

.bn_non_inn h2 {
    font-size: 72px;
    color: #1c3135;
    line-height: 72px;
    font-weight: 700;
}

.bn_non_inn h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #1c3135;
}

.book_seller .col-md-8 p {
    font-size: 14px;
    line-height: 24px;
}

.book_seller .head_style h4 {
    color: #000;
}

section.green_cta {
    background: url('../images/cta-green.webp') no-repeat scroll center top #1c3135;
    color: #fff;
    padding: 5em 0;
    background-size: cover;
}

section.green_cta h2 span {
    font-weight: 400;
    display: block;
}

section.green_cta h2 {
    font-size: 35px;
    text-transform: none;
    line-height: 54px;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

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

.green_nos li a {
    font-size: 20px;
    color: #eb7966;
    text-transform: none;
}

.green_nos li a:hover {
    color: #fff;
}
.cont_form p {
    font-size: 12px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 400;
}
a.btn.line_quote {
  min-width: 200px;
    max-width: 278px;
    padding: 16px 17px;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 59px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-image: linear-gradient(40deg, #d87966 0%, #11184f 50%);
    box-shadow: none;
}

a.btn.line_quote:hover {
    /*background:#fff;*/
    color: #1d3034;
}

.bn_nos:before {
    content: "";
    position: absolute;
    left: 0;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    overflow: hidden;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    background: rgb(247, 167, 7);
    background: -moz-linear-gradient(top, rgba(247, 167, 7, 1) 0%, rgba(243, 243, 233, 1) 83%);
    background: -webkit-linear-gradient(top, rgba(247, 167, 7, 1) 0%, rgba(243, 243, 233, 1) 83%);
    background: linear-gradient(to bottom, rgba(247, 167, 7, 1) 0%, rgba(243, 243, 233, 1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7966', endColorstr='#f3f3e9', GradientType=0);
}

.wh_lst:after {
    /* display:none; */
}

.owl-nav button {
    border: none;
    background: url('../images/sleft.webp') no-repeat scroll center center #e9e9da !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 11px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.owl-nav button.owl-next {
    background: url('../images/sright.webp') no-repeat scroll center center #e9e9da !important;
}

.owl-nav button:hover {
    background-color: #fff !important;
}

.owl-nav button span {
    text-indent: -9999px;
    display: inline-block;
}

.owl-nav {
    margin: 30px auto 0;
    display: table;
}

.pic_center.col-md-4 {
    text-align: center;
    position: relative;
    top: 160px;
    width: 20%;
}

.pic_left.col-md-4,
.pic_right.col-md-4 {
    width: 40%;
}

.pic_center img {
    position: relative;
    top: 100px;
    max-width: none;
    left: -50px;
}

section.who-shadows.ghst_shadow {
    padding-bottom: 0;
}

section.who-shadows.ghst_shadow .head_style {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

section.who-shadows.ghst_shadow .head_style span.cirle.wh {
    top: 60px;
    width: 80px;
    height: 80px;
    background: #f3f3e9;
}

section.bet_ideas {
    background: #fff;
    padding: 6em 0;
}

.bet_item {
    margin: 10px 0;
}

.bet_inn p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
    color: #000;
}

.bet_inn {
    padding-left: 50px;
    background: url('../images/bet-check.png') no-repeat scroll left 6px;
    min-height: 50px;
}

.bet_item:nth-of-type(4n+1) {
    clear: left;
}

.bet_ideas .row.row-flex {
    margin-bottom: 2em;
}

.bet_ideas .btn-center {
    margin-top: 60px;
}

.bet_ideas .head_style {
    position: relative;
    z-index: 1;
}

.spec_left.ghost_pgle .head_style:before {
    display: none;
}

section.ghost_pro.ghost_pg {
    background: #ebe6d1;
    padding-top: 0;
}

section.ghost_pro.ghost_pg:before {
    content: "";
    position: absolute;
    left: 10px;
    width: 285px;
    height: 233px;
    background: url('../images/ghost_pg_cir.png') no-repeat scroll left center;
    bottom: -20px;
    z-index: 1;
    background-size: contain;
}

section.ghost_pro.ghost_pg>.container:before {
    content: "";
    background: url(../images/ghost_pg.png) no-repeat scroll left top;
    padding-top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    max-width: 1180px;
    max-height: 544px;
    left: -20%;
}

.ght_head {
    position: relative;
    z-index: 1;
}

.ght_head span.cirle.cb {
    background: #d1f8f2;
}

section.ghost_pro.ghost_pg .container {
    position: relative;
}

section.ghost_pro.ghost_pg .spec_book {
    margin-top: 0;
}

.ghost_pg .spec_list:before,
.ghost_pg .spec_list:after {
    display: none;
}

.ght_head p {
    margin: 0;
    width: 100%;
}

.ghost_pgle .head_style {
    top: 0;
    margin-bottom: 0;
    margin-top: 60px;
}

.ghost_pgle .spec_list {
    padding-top: 20px;
}

.auth_item {
    margin-bottom: 30px;
}

.auth_inn {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 20px #ddd;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}

.auth_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.auth_name h4 {
    color: #136355;
    margin: 0;
    font-size: 19px;
    letter-spacing: -0.5px;
}

a.btn.hire_writer {
    background-image: linear-gradient(40deg, #f8e6e2 0%, #eb7966 50%);
    border-radius: 0;
    color:#fff;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

a.btn.hire_writer:hover,
a.btn.hire_writer:focus,
a.btn.hire_writer:active {
    background: #136355;
    color: #fff;
}

.auth_hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ath-shd.png) no-repeat scroll right top rgb(28 49 53 / 80%);
    padding: 40px 30px;
    display: none;
}

.auth_hover p {
    color: #b8b8b8;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.auth_hover ul {
    margin-bottom: 30px;
    width: 100%;
}

.auth_hover ul li {
    font-size: 16px;
    clear: both;
    width: 100%;
    color: #b8b8b8;
    margin-bottom: 7px;
}

.auth_hover ul li strong {
    color: #eb7966;
    font-weight: 600;
}

a.btn.hover_writer {
    background-image: linear-gradient(40deg, #02ab96 0%, #eb7966 50%);
    color: #fff;
    border:none;
    border-radius: 0;
    padding: 14px 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

a.btn.hover_writer:hover,
a.btn.hover_writer:focus,
a.btn.hover_writer:active {
    background: #fff;
    color: #fff;
    border-color: #fff;
}

.authors_pg .auth_hover h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.auth_show,
.auth_hover {
    transition: all ease-in-out 0.3s;
}

.auth_inn:hover .auth_hover,
.auth_inn:active .auth_hover,
.auth_inn:focus .auth_hover {
    display: block;
}

section.who-shadows {
    padding-bottom: 6em;
}

section.authors_pg {
    padding-bottom: 0;
}

section.who-shadows.authors_pg:before {
    content: "";
    position: absolute;
    left: 0px;
    background: url(../images/auth-shadow.png) no-repeat scroll left top;
    width: 570px;
    height: 785px;
    background-size: unset;
    bottom: -380px;
    z-index: 1;
}

.authors_pg section.who-ghost {
    position: relative;
    z-index: 1;
}
section.who-ghost.case-studies h2{
    
} 
.pay_ment {
    text-align: center;
}

.editing_pg section.bet_ideas {
    background: url('../images/edit_girl.png') no-repeat scroll right bottom #f1eedf;
}

.editing_pg section.ghost_pro {
    background-color: #fff;
    padding-bottom: 6em;
}

.edi_item.col-md-6 {
    display: flex;
    align-items: center;
}

.edi_thumb {
    width: 45%;
}

.edi_text {
    width: 55%;
}

.ftr_link ul li a:hover,
.ftr_link ul li a:active,
.ftr_link ul li a:focus {
    color: #eb7966;
}

section.edit_feature {
    background: url('../images/fbg.jpg') no-repeat scroll center top #1d1b1c;
    background-size: cover;
}

.edf_thumb img {
    width: 186px;
    /* height: 186px; */
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: table;
    margin: 0 auto;
}

.edf_item {
    text-align: center;
}

.edf_item h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.edf_item h4 small {
    color: #d1f8f2;
    display: block;
    font-size: 16px;
}

section.edit_feature .head_style h2 {
    color: #fff;
}

section.edit_feature .head_style h4 {
    color: #fff;
}

.edf_thumb {
    padding: 21px 0 0 0;
    position: relative;
    margin-bottom: 2em;
    width: 100%;
    width: 186px;
    margin: 0 auto 30px;
}

.edf_thumb:before {
    content: "";
    position: absolute;
    left: -70px;
    width: 330px;
    height: 330px;
    background: url('../images/fr_circle.png') no-repeat scroll center top;
    border-radius: 50%;
    top: -26px;
    right: 0;
    /* margin: 0 auto; */
}

.edf_inn {
    padding: 0;
    margin-bottom: 40px;
}

div#editSlider {
    /*  width: 500%; */
}

.efi_head {
    float: right;
}

.owl-nav.disabled {
    display: none;
}

h5.wh_no {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: #6f759b;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}

.wh_thumb {
    position: relative;
    display: table;
    z-index: 0;
}

.bk_cover_pg .wh_item:after {
    background-image: url(../images/step-right-lg.png);
    width: 232px;
}

.bk_cover_pg .who_shd:after {
    height: 63%;
}

.bk_cover_pg .who_shd:before {
    height: 37%;
}

.w2 h5.wh_no {
    background: #7da767;
}

.w3 h5.wh_no {
    background: #8d9692;
}

.w4 h5.wh_no {
    background: #6f759b;
}

.w5 h5.wh_no {
    background: #997171;
}

.w6 h5.wh_no {
    background: #8c6a98;
}

section.help-books {
    padding: 6em 0;
    background: url('../images/tshadow.png') no-repeat scroll center top, url('../images/test-left.html') no-repeat scroll left bottom;
}

.hb_right img {
    max-width: none;
}

.hb_left .head_style {
    margin-bottom: 2em;
}

.hb_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.hb_list li {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2e2e2e;
    position: relative;
}

.hb_list li:last-child {
    margin-bottom: 0;
}

.hb_list li:before {
    content: "";
    position: absolute;
    left: -13px;
    width: 25px;
    height: 25px;
    background: #eb7966;
    bottom: -9px;
    border-radius: 50%;
    z-index: -1;
}

.hb_left .head_style h4 {
    color: #000;
}

.bk_cover_pg section.who-steps {
    background: url(../images/m4--left.png) no-repeat scroll left top;
}

.bkei_inn {
    padding: 50px 40px;
    width: 100%;
    float: left;
    background: url(../images/bke1.webp) no-repeat scroll left top;
    min-height: 367px;
}

.bk2 .bkei_inn {
    background: url(../images/bke2.webp) no-repeat scroll left top;
}

.bk3 .bkei_inn {
    background: url(../images/bke3.webp) no-repeat scroll left top;
}

.bk4 .bkei_inn {
    background: url(../images/bke4.webp) no-repeat scroll left top;
}

.bkei_inn img {
    float: right;
    margin-right: 30px;
}

.bkei_inn h3 {
    clear: both;
    margin-top: 25px;
    float: right;
    font-weight: 500;
    line-height: 30px;
    color: #212526;
    margin-left: 0;
    letter-spacing: -0.4px;
    width: 190px;
    font-size: 17px;
}

.bkei_item.col-md-3 {
    padding: 0;
}

.bkei_box {
    width: 102%;
    margin-left: -1%;
}

.home_pg section.no_stone {
    padding-bottom: 0;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

ul.tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 0;
}

ul.tabs li.tab-link {
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

ul.tabs li.tab-link.current {
    color: #b9232a;
}

.bk_portfolio .book_top {
    padding-top: 6em;
}

section.bk_portfolio:after {
    background: url(../images/bkp-shadow.png) no-repeat scroll center bottom;
    content: "";
    position: absolute;
    bottom: -40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.st_hleft span.cirle.cb {
    margin: 0;
    left: -20px;
    top: 0px;
}

.st_hleft span.cirle.wh {
    background: #f3f3e9;
    top: 115px;
    right: 100px;
    width: 80px;
    height: 80px;
}

.no_stninn {
    position: relative;
    z-index: 1;
}

.no_stninn span.cirle.wh {
    right: 40px;
    bottom: 0px;
    top: 50px;
    margin: 0 auto;
    left: 0;
    background: #f5fcf4;
}

.no_stninn span.cirle.cb {
    background: #d1f8f2;
}

.authors_pg span.cirle.wh {
    background: #f3f3e9;
    top: 54px;
    width: 81px;
    height: 81px;
}

.genres_pg section.who-shadows {
    padding-bottom: 0;
}

.genr_inn {
    background: #f3f3e9;
    padding: 4em 2em 1.5em;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px #d4d4d463;
    border: 1px solid #fffdf6;
}

.genr_inn:hover {
    background: #fff;
    border-color: #00cc8f;
}

.col-md-3.genr_item {
    padding: 5px 5px;
}

.genr_inn h4 {
    margin: 10px 0 0;
    font-weight: bold;
    color: #1c3135;
    letter-spacing: -0.4px;
}

i.gen_it {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
    height: 65px;
    background: url('../images/gen-strip.png') no-repeat scroll -7px -30px;
}

i.gen_it.gi2 {
    background-position: -17px -129px;
}

i.gen_it.gi3 {
    background-position: -9px -222px;
}

i.gen_it.gi4 {
    background-position: -11px -318px;
}

i.gen_it.gi5 {
    background-position: -7px -417px;
}

i.gen_it.gi6 {
    background-position: -17px -511px;
}

i.gen_it.gi7 {
    background-position: -6px -599px;
}

i.gen_it.gi8 {
    background-position: -6px -696px;
}

i.gen_it.gi9 {
    background-position: -273px -34px;
}

i.gen_it.gi10 {
    background-position: -273px -132px;
}

i.gen_it.gi11 {
    background-position: -273px -224px;
}

i.gen_it.gi12 {
    background-position: -272px -317px;
}

.genres_pg section.who-shadows .btn-center {
    margin-top: 3.5em;
}

.genres_pg .who_shd {
    display: none;
}

.genres_pg .wh_item:after {
    background-image: url(../images/step-right-lg.png);
    width: 232px;
}

.genres_pg section.no_stone {
    padding-bottom: 0;
}

.markt_tabs .nav-pills>li {
    width: 100%;
    margin: 0;
}

.markt_tabs .nav-pills>li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.4px;
    background-color: transparent;
    padding: 6px 20px;
}

.markt_tabs .nav-pills>li a:before {
    content: "\f061";
    position: absolute;
    left: 0px;
    font-family: 'FontAwesome';
    color: #eb7966;
}

.markt_tabs .nav-pills>li.active>a,
.markt_tabs .nav-pills>li.active>a:focus,
.markt_tabs .nav-pills>li.active>a:hover {
    background-color: transparent;
    color: #000;
}

.markt_tabs .nav>li>a:focus,
.markt_tabs .nav>li>a:hover {
    background-color: transparent;
}

.markt_tabs .nav>li>a.active:after {
    opacity: 0 !important;
}

#trst{
    margin:0 auto;
}
.form-control {
    height: 45px !important;
}
.markt_tabs .nav-pills>li a:after {
    content: "";
    position: absolute;
    right: 0;
    left:17px;
    width: 304px;
    background: #f8e6e2;
    height: 36px;
    opacity: 0;
    top: 4px;
}

.markt_tabs .nav-pills>li a span {
    position: relative;
    z-index: 1;
}

.markt_tabs .nav>li>a.active:after,
.markt_tabs .nav>li>a:hover:after {
    opacity: 1;
}

.markt_tabs .tab-content>.active {
    opacity: 1;
}

.market_pg .tab-content {
    display: block;
    position: relative;
    padding-top: 6em;
    height: 100%;
}

.market_pg .tab-content:after {
    content: "";
    background-color: #f3f3e9;
    position: absolute;
    right: -890%;
    top: 0;
    width: 1000%;
    height: 100%;
}

.markt_tabs .tab-content>.tab-pane {
    position: relative;
    z-index: 1;
}

.markt_tabs ul.nav.nav-pills {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.mark_cont {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-left: 20px;
}

.mark_left {
    width: 48%;
    margin-top: 30px;
    clear: left;
}

.mark_right {
    width: 50%;
    position: relative;
}

img.ed_thumb {
    /* width: 100%; */
    max-width: none;
    position: relative;
}

.mark_left h3 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
}

.mark_cont h3 {
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    color: #000;
    /* max-width: 500px; */
    line-height: 54px;
    margin-bottom: 50px;
    position: relative;
    /* display: table; */
}

.mark_right:before {
    content: "";
    position: absolute;
    left: -8px;
    width: 128%;
    height: 98%;
    background: #eb7966;
    bottom: -8px;
}

section.who-shadows.markt_tabs {
    padding-bottom: 3em;
    background: url('../images/abt-shadow.webp') no-repeat scroll center 360%, url('../images/circles.webp') no-repeat scroll right 15% #fff;
}

.row.row-height {
    height: 100%;
    display: flex;
}

.mark_cont h3 span {
    display: table;
    position: relative;
}

.mark_cont h3 span:before {
    content: "";
    position: absolute;
    background: #d1f8f2;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    z-index: -1;
    top: -20px;
    left: -20px;
}

.mark_cont h3 span:after {
    content: "";
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -20px;
    z-index: -1;
}

.market_pg .who_shd {
    display: none;
}

.market_pg section.who-steps {
    background: url('../images/mgrey-shd.html') no-repeat scroll center top, url('../images/typ-left.png') no-repeat scroll left bottom;
}

.market_pg .wh_item:after {
    background-image: url(../images/step-right-lg.png);
    width: 232px;
}

.pricing-section .pri-left {
    padding-top: 0;
    padding-left: 0;
    /* border-right: 1px solid #1c252a; */
    padding-right: 0;
    /* background: #2a4c53; */
    /* border-radius: 10px; */
}

.pricing-section .pri-right {}

.pricing-section .pri-left h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 25px;
    border-bottom: none;
    padding-bottom: 14px;
    padding: 20px;
}

.pri-left h2 span {}

.pricing-section ul.nav-tabs {
    display: block;
    margin-top: 0;
    padding: 30px;
    border-bottom: none;
    padding-top: 0;
}

.pricing-section ul.nav-tabs li {
    display: block;
    padding: 18px 0;
    width: 100%;
    border-bottom: 1px dotted #505d5f;
    float: left;
    position: relative;
}

.pricing-section ul.nav-tabs li a {
    display: block;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    float: left;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    margin: 0;
    letter-spacing: -0.2px;
}

.pricing-section ul.nav-tabs li a:before {
    position: absolute;
    left: 0;
    width: 30px;
    height: auto;
    top: 0;
    content: "\f061";
    font-family: FontAwesome;
    color: #07b382;
    visibility: hidden;
}

.itab-content {
    margin-top: 5em;
    padding-bottom: 5em;
    position: relative;
    min-height: 600px;
    padding-left: 2em;
    width: 100%;
}

.itab-content h2 {
    font-size: 33px;
    color: #000;
    letter-spacing: -0.2px;
    font-weight: 700;
    position: relative;
}

.pricing-section .itab-content p {
    font-size: 16px;
    /* color: #fff; */
    margin-bottom: 10px;
}

.pricing-section .col-md-8 .col-md-6 {
    /* padding: 20px 30px; */
}

.pricing-section h3 {
    font-size: 20px;
    color: #282828;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-section .itab-content ul {
    display: block;
    margin-bottom: 20px;
    padding: 0 30px;
    margin-left: 20px;
}

.pricing-section .itab-content ul li {
    font-size: 13px;
    list-style: disc outside;
    margin-bottom: 18px;
    color: #555555;
    font-weight: 500;
}

#copyed {
    margin-bottom: 38px;
}

.pricing-section a.quote-btn {
    display: inline-block;
    padding: 13px 30px;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0;
    border-radius: 0px 0px 10px 10px;
    font-weight: 600;
    /* position: absolute; */
    /* bottom: -40px; */
    width: 100%;
    background: #eb7966;
    text-align: center;
    text-transform: uppercase;
}

.pricing-section a.quote-btn:hover {
    text-decoration: none;
    background: #255752;
}

.pricing-section {
    background: no-repeat;
    color: #fff;
    padding: 0;
    border-radius: 0;
    float: left;
    width: 100%;
    position: relative;
}

.pri-inn {
    background: #2a4c53;
    border-radius: 10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pricing-section:before {
    content: "";
    position: absolute;
    left: -20px;
    width: 100%;
    max-width: 378px;
    background: #eb7966;
    height: 100%;
    max-height: 300px;
    border-radius: 10px;
    top: -10px;
}

.pricing-section .tab-pane {
    display: none;
    position: relative;
}

.itab-content:before {
    content: "";
    position: absolute;
    left: -3%;
    width: 110%;
    height: 110%;
    background: #fff;
    top: -10%;
    border-radius: 10px;
    box-shadow: 15px 15px 15px #0404040f;
    z-index: 0;
    min-height: 640px;
    max-height: 640px;
}

.pricing-section ul.nav-tabs li:after {
    content: "\f061";
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    color: #eb7966;
}

.itab-content h2:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 66px;
    height: 66px;
    background: #d1f8f2;
    z-index: 0;
    border-radius: 50%;
    top: -14px;
}

.itab-content h2 span {
    position: relative;
}

.pricing-section ul.nav-tabs li:last-child {
    border-bottom: none;
}

.pricing-section .tp_inn {
    background: #fef8ec;
    padding: 35px 0 0;
    width: 100%;
    margin-top: 20px;
}

section.contact-section {
    border-bottom: 7px solid #f3f3e9;
    background: url('../images/abt-shadow.webp')no-repeat scroll left top, url('../images/abt-right.webp') no-repeat scroll right top, url('../images/circles.webp') no-repeat scroll right 15% #fff;
    padding: 10em 0 6em;
    width: 100%;
}

.cntl_inn {}

.cntl_inn .head_style {
    z-index: 1;
    margin-bottom: 2em;
}

.cntl_inn .head_style p {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.cntr_inn {
    /* width: 110%; */
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 20px 30px #dddddda6;
    margin-top: 90px;
}

.cntr_inn ul {
    margin: 0;
    width: 100%;
}

.cntr_inn ul li {
    margin-bottom: 15px;
    width: 100%;
}

.cntr_inn ul input.form-control,
.cntr_inn ul textarea.form-control {
    height: 50px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 10px;
}

.cntr_inn ul textarea.form-control {
    height: 90px;
}

.cntr_inn ul li button.btnsDv {
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 45px;
    background-image: linear-gradient(40deg, #f8e6e2 0%, #eb7966 50%);
    border-radius: 0;
}

.cntr_inn h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cntr_inn ul li:last-child {
    margin-bottom: 0;
}

.cnt_info {
    width: 120%;
    background: #eb7966;
    padding: 35px 40px;
    border-radius: 6px;
}

.cnt_info h4 {
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 0;
}

.cnt_info a.cn_tel {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}

.cnt_social {
    margin: 0 -40px;
    width: 110%;
    background: #fff;
}

.cnt_social ul {
    width: 100%;
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 12px 0;
}

.cnt_social ul li a {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: #000;
}

.cnt_social ul li {
    margin: 0px 3px;
}

.cnt_social ul li a:hover,
.cnt_social ul li a:active,
.cnt_social ul li a:focus {
    background: #eb7966;
    color: #fff;
    border-color: #b47800;
}


.edi_rev .edi_thumb {
    order: 1;
    text-align: right;
}

.edi_text h3 {
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    font-size:21px;
}

.edi_rev {
    margin-top: 50px;
}

.public_logos ul {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.public_logos ul li {
    width: 20%;
    text-align: center;
    padding: 26px;
    border-right: 1px solid #6e6e68;
    border-bottom: 1px solid #6e6e68;
    min-height: 120px;
    justify-content: center;
    display: flex;
    align-items: center;
}


.public_logos ul+ul li {
    border-bottom: none;
}

.public_logos ul li:last-child {
    border-right: none;
}

section.content-page {
    background: #fff;
    padding: 6em 0;
    width: 100%;
    border-bottom: 5px solid #f3f3e9;
}

.content-page li,
.content-page p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

.content-page li i.fa {
    font-size: 11px;
    padding-right: 5px;
}

.cnt_pg .inn-banner h1 {
    font-size: 70px;
}

.content-page h5.sub-heading {
    font-size: 20px;
}

.popupform ul li {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 6px 0px;
    display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 12px 17px;
    width: 100%;
    border-radius: 1px;
    font-size: 13px;
    color: #000;
    /* box-shadow:none !important; */
    outline: none 0px !important;
    height: 40px;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 300;
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: red;
    display: none;
}

.popupform ul li textarea {
    height: 144px;
    resize: none;
}

.popupform ul li.last {
    text-align: center;
}

.popupform input[type="submit"] {
    width: auto;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 6;
    padding: 14px 36px;
    /* letter-spacing:1px; */
    outline: 0px none;
    border-radius: 1px;
    cursor: pointer;
    background: #00cc8f;
    margin-top: 10px;
    font-family: 'Poppins';
    font-weight: 500;
}

.popupform ul li input[type="submit"]:hover {}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
    /* border: none; */
}

body .popupform {
    width: 1100px;
    border-radius: 10px;
    padding: 0 45px 0 45px;
    overflow: visible;
    border-bottom: none;
    background: #ffff;
    height: max-content;
}

.popupform h2 {
    font-size: 54px;
    color: #313131;
    font-weight: 500;
    padding-left: 0;
    border-left: none;
    margin-bottom: 13px;
    line-height: 45px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 12px;
    color: #fff;
}

body .popupform .fancybox-close-small {
    border: none;
    background: #0846b1;
    border-radius: 0;
    text-align: center;
    /* box-shadow: #00000078 0 0 10px; */
    right: -20px;
    top: -24px;
    overflow: visible;
    opacity: 1;
    width: 46px;
    height: 46px;
    padding: 9px;
    border-radius: 50px;
    color: #fff !important;
}

.popupform .fancybox-close-small:after {
    color: #de443a;
    font-size: 25px;
    right: 4px;
    background: none;
}

.popupform ul {
    margin: 0;
}

.popupform h2 span {
    /* font-size: 18px; */
    display: block;
    /* line-height: normal; */
    margin-top: 10px;
    font-weight: 700;
}

.pop_btns.col-md-12 {
    justify-content: center;
    /* display: flex; */
}

.pop_finn {
    /* background: #fff; */
    /* padding: 30px; */
    border-radius: 10px;
    margin: 10px 0 0;
    /* width: 100%; */
    /* min-width: 610px; */
    /* box-shadow: 0 0 20px #a2a2a2; */
}

h3.bgPhone {
    border-radius: 8px;
    background-color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 20px;
    color: #fff;
    margin: 0 0;
    text-align: center;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

h3.bgPhone a,
h3.bgPhone span {
    font-size: 21px;
    color: #00cc8f;
    font-weight: 700;
    padding-left: 20px;
}

.pop_head h5 {
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    font-weight: 500;
    margin: 0;
}

.phone-icon-wrap {
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.4);
    width: 120px;
    height: 120px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: -58px;
    right: 0;
    left: 0;
    display: none !important;
}

.phone-icon-box {
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.5);
    width: 99px;
    height: 99px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.phone-icon {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 78px;
    height: 78px;
}

.phone-icon span {
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 35px;
    color: #00cc8f;
    border: 8px solid #fff;
}

.public_pg section.who-ghost {
    padding-bottom: 0;
}

section.pub-wel:before {
    background: url('../images/yel-right.html') no-repeat scroll right top #1c3135;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 84%;
    top: 0;
}

.pwel-right .head_style h2 {
    color: #fff;
    font-family: 'Poppins';
}

.pwel-right .head_style p {
    color: #b2c9cd;
    width: 100%;
    font-size:16px;
    line-height: normal;
    margin-top: 6px;
}

.pwell-inn img {
    max-width: none;
    position: relative;
    right: 265px;
}

.pwell-inn {
    position: relative;
}

.pwell-inn:before {
    content: "";
    position: absolute;
    left: -274px;
    background: #eb7966;
    bottom: -10px;
    height: 62%;
    width: 100%;
}

.ter-inn img {
    max-width: none;
    position: relative;
}

.te_left_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
    margin-top: 2em;
}

.tel_block {
    width: 49%;
    padding-left: 50px;
    position: relative;
    margin-bottom: 1em;
    background: url('../images/pl-ic.png') no-repeat scroll left top;
}

.tel_block h4 {
    color: #256571;
    text-transform: uppercase;
    margin: 0;
    font-size:16px;
}

.tel_block p {
    color: #000;
    font-size: 18px;
    letter-spacing: -0.4px;
}

.team-expert .row.row-flex {
    margin-bottom: 6em;
}

.ter-inn:before {
content: "";
    position: absolute;
    left: 0;
    background: #2e3078;
    top: 22.5px;
    height: 62%;
    width: 114%;
}

section.team-expert {
    padding-bottom: 6em;
    padding-top: 6em;
   /* background: url('../images/te-layer.png') no-repeat scroll left top;*/
}

.hst_left span.cirle.wh {
    right: 50px;
    top: 50px;
}

.trst_right .owl-nav {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.trst_right.col-md-8 {
    position: unset;
}

.trust_sect .container {
    position: relative;
}

.book_top span.cirle.wh {
    top: 20px;
}

section.banner .banner-text {
    /*max-width: 490px;*/
}

section.banner .banner-text h1 {
    /*  font-family: 'BrownProSemiBold';	 */
    font-weight: 800;
    text-transform: capitalize;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 48px;
    color:#fff;
}

#banner-p{
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.pricing-section .itab-content .tp_inn p {
    padding: 0 50px;
}

.pricing-section .itab-content .tp_inn .price {
    display: none !important;
}

.pop_inn {
    display: flex;
}

.pop_thumb {
    position: relative;
    left: 0px;
    width: 36%;
}

.pop_thumb img {
    max-width: none;
    position: relative;
    right: 92px;
    margin-top: -20px;
}

.pop_fcov {
    width: 64%;
    float: revert;
}

.pop_btns label {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
    letter-spacing: -0.5px;
}

.pop_head {
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}

.pop_head h5 strong {
    color: #ff8117;
}

img.offer_icon {
    position: absolute;
    right: 0;
    top: -20px;
}

section.who-steps.ghst_steps {
    background: url('../images/mgrey-shd.html') no-repeat scroll center top, url('../images/typ-left.png') no-repeat scroll left bottom;
}

.bet_sp_right {
    width: 80%;
}

.bet_sp_right .col-md-3.bet_item {
    width: 33.33%;
}

.bet_sp_right .bet_item:nth-of-type(3n+1) {
    clear: left;
}

.bet_sp_right .bet_item:nth-of-type(4n+1) {
    clear: none;
}

.btn-shd,
.btn-shd::after {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-shd::before,
.btn-shd::after {
    background: #222;
    content: '';
    position: absolute;
    z-index: -1;
}

.banner .btn-shd::before {
    background: #222;
    content: '';
    position: absolute;
    z-index: -1;
}

.cta_center .btn-shd::before {
    background: #142528;
    content: '';
    position: absolute;
    z-index: -1;
}

.bet_ideas .btn-shd::before {
    background: #142528;
    content: '';
    position: absolute;
    z-index: -1;
}

.who-steps .btn-shd::before {
    background: #142528;
    content: '';
    position: absolute;
    z-index: -1;
}

.spg_right .btn-shd::before {
    background: #142528;
    content: '';
    position: absolute;
    z-index: -1;
}

.green_cta .btn-shd::before {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}


.btn-shd {
    position: relative;
    z-index: 1;
}

.btn-shd:hover {
    color: #000000;
    border: 1px solid #000;
}

.btn-shd::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.btn-shd::after {
    background: inherit;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.btn-shd:hover:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.popupform .fancybox-close-small:after {
    display: none;
}

.placeholder2::placeholder {
    color: #bababa;
    font-size: 13px;
}

.placeholder2:-ms-input-placeholder {
    color: #bababa;
    font-size: 13px;
}

.placeholder2::-ms-input-placeholder {
    color: #bababa;
    font-size: 13px;
}

ul.social-icon-new {
    text-align: center;
}

ul.social-icon-new li {
    padding-right: 15px;
    display: inline-block;
}


ul.social-icon-new li i {
    font-size: 20px;
    color: #fff !important;
}

#trst1
{
    font-size: 18px;
    font-style: italic;
}

#mark-1 span {
    font-size: 17px !important;
}

#authorh1{
    font-size: 76px;
    letter-spacing: -1px;
    margin: 0 0 20px;
    line-height: 90px;
}
#publishpage{
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 2px;
}

.btn-default {
    color: #333;
    background-color: #eb7966 !important;
    border-color: #ccc;
}

#pub1{
    margin: 0 0 20px;

    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    letter-spacing: -1px;
    line-height: 54px;
}

#pub2 {
    font-size: 26px;
    letter-spacing: -1px;
    margin: 0 0 20px;
    line-height: 80px;
}

#puba{
    background: none;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}

#pubb{
    color: #d1dde0;
    font-size: 19px;
    font-weight: 500;
    margin: 14px 0 21px;
    max-width: 88%;
    text-align: justify;
    letter-spacing: -1px;
}

.btnc {
    justify-content: flex-start !important;
}

#ebookp {
    width: 91%;
    margin: 30px auto 20px;
}

#ebookh2 {
    font-size: 33px;
    line-height: 54px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 11px;
}

#contacth1{
    font-size: 69px;
    letter-spacing: -1px;
    margin: 0 0 20px;
    line-height: 90px;
}

#abouth1{
    font-size: 60px;
    letter-spacing: -1px;
    margin: 0 0 20px;
    line-height: 90px;
}
 h1#caseStudies {
   font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
     letter-spacing: -1px;
}

#cta_pub h2 {
    background: url(../images/laptop.png) no-repeat scroll center top;
    font-size: 46px;
    line-height: 60px;
    padding-top: 120px;
    color: #1d3337;
    letter-spacing: -3px;
    font-family: 'Merriweather', serif;
}

.wh_item:hover .wh_thumb {
    filter: invert(1);
    transform:scale(1.1);
    transition:all ease 0.5s;
    margin-left:10px;
}

#wh-item:after {
    display: none !important;
}

#banner-p1{
    margin: 30px 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
}

#glb{
    width:120px !important;
    height:60px !important;
}


#clutchlogo {
    width: 39%;
}

#platlogo {
    width: 52%;
    position: absolute;
    right: -20px;
}

#logosec .owl-nav {
    display: none !important;
}
#logosec .owl-dots{
    display:none !important;
}

#logosec {
    margin-top: -70px;
    background: #2d2f77;
    padding: 88px 0 18px;
}

#buslogo {
    height: 65px;
}

.tr_icon1 {
    text-align: center;
}

/*reviews*/
.trst_icon p {
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding:10px;
}
.trst_icon p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	background-color: #F5F5F5 !important;
}
.trst_icon p::-webkit-scrollbar
{
	width: 6px !important;
	background-color: #F5F5F5 !important;
}
.trst_icon p::-webkit-scrollbar-thumb
{
	background-color: #00B67A !important;
}


/*Form Home*/
 .right {
    left: 170px !important;
    background-color: #fff;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-top: auto !important;
    border-radius: 7px !important;
    margin-bottom: auto !important;
    z-index: 2 !important;
    max-width: 400px !important;
    top: -15px;
}


label#lbmenu{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.right1{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    margin-bottom: 20px !important;
    height: 45px !important;
}
/* 
#form-submit:hover {
    background-color: #f8e6e2 !important;
    border-color: #f8e6e2;
    transition: all 0.5s;
}

#form-submit:after {
    background: #f8e6e2;
    content: '';
    position: absolute;
    z-index: -1;
} */
.modal-open {
    overflow: visible !important;
    padding-right: 0px !important;
}

.popupform1 ul li {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 6px 0px;
    display: inline-block;
}

.popupform1 ul li input[type="text"],
.popupform1 ul li input[type="email"],
.popupform1 ul li textarea {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 12px 17px;
    width: 100%;
    border-radius: 1px;
    font-size: 13px;
    color: #000;
    /* box-shadow:none !important; */
    outline: none 0px !important;
    height: 40px;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 300;
}

.popupform1 ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: red;
    display: none;
}

.popupform1 ul li textarea {
    height: 144px;
    resize: none;
}

.popupform1 ul li.last {
    text-align: center;
}

.popupform1 input[type="submit"] {
    width: auto;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 6;
    padding: 14px 36px;
    /* letter-spacing:1px; */
    outline: 0px none;
    border-radius: 1px;
    cursor: pointer;
    background: #00cc8f;
    margin-top: 10px;
    font-family: 'Poppins';
    font-weight: 500;
}

.popupform1 ul li input[type="submit"]:hover {}

.popupform1 ul li input[type="text"]:focus,
.popupform1 ul li input[type="email"]:focus,
.popupform1 ul li textarea:focus {
    /* border: none; */
}

body .popupform1 {
    width: 1109px;
    border-radius: 10px;
    padding: 0 45px 0 45px;
    overflow: visible;
    border-bottom: none;
    background: #ffff;
    height: max-content;
}

.popupform1 h2 {
    font-size: 54px;
    color: #313131;
    font-weight: 500;
    padding-left: 0;
    border-left: none;
    margin-bottom: 13px;
    line-height: 45px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform1 h2+p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 12px;
    color: #fff;
}

body .popupform1 .close {
    border: none;
    background: #0846b1;
    border-radius: 0;
    text-align: center;
    /* box-shadow: #00000078 0 0 10px; */
    right: -35px;
    top: -25px;
    overflow: visible;
    opacity: 1;
    width: 46px;
    height: 46px;
    padding: 9px;
    border-radius: 50px;
    color: #fff !important;
    position: absolute;
}

.popupform1 .close:after {
    color: #de443a;
    font-size: 25px;
    right: 4px;
    background: none;
}

.popupform1 ul {
    margin: 0;
}

.popupform1 h2 span {
    /* font-size: 18px; */
    display: block;
    /* line-height: normal; */
    margin-top: 10px;
    font-weight: 700;
}

#a1 {
    font-size: 24px;
    line-height: 30px;
    color: #313131;
    font-weight: 500;
    margin: 0;
}
@media all and (min-width: 992px) {
    .navigation-secondary .nav-item .dropdown-menu {
        display: none;
        background-image: linear-gradient(40deg, #f8e6e2 0%, #eb7966 50%);
    }

    .navigation-secondary .nav-item.dropdown:hover .nav-link {
    }

    .navigation-secondary .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .navigation-secondary .nav-item.dropdown:hover .dropdown-menu.two-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .navbar .nav-item.dropdown:hover .dropdown-menu.three-columns {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .navbar .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}
@media only screen and (max-width:767px){
    body .popupform1 {
    width: 90%;
    padding: 20px;
}
.modal-content {
    position: relative;
    background-color: transparent !important;
    -webkit-background-clip: none !important;
     background-clip: none !important;
     outline: none !important; 
     -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.popupform1 h2 {
    font-size: 26px;
    line-height: 18px;
}
body .popupform1 .close {
    right: -40px !important;
    top: -50px !important;
}
.popupform1 h2 span {
    font-size: 20px;
}
}