@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {       
        transform: translatey(-20px);
    }
    100% {      
        transform: translatey(0px);
    }
}
.float{
  animation: float 6s ease-in-out infinite;
}

body {
    overflow-x: hidden;
    background-color: #f8f7fd;
}
html,
body {
    scroll-behavior: smooth;
}

:root {
  --primary: #a5234e;
  --secondary: #ffffff;
}
button {
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px var(--primary);
}

body::-webkit-scrollbar-thumb {
    background-color: #125369;
}
.section-padding {
    padding: 93px 0px;
}
.footer-logos img {
    width: 80%;
}
.extr_sec {
    padding: 44px 44px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.extr_sec_2 {
    padding: 44px 44px;
    background: linear-gradient(179deg, transparent, transparent), url(../images/fb-advertising-bg.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
section.mt-5.mb-5.wow.fadeInUp {
    background: var(--primary);
    padding: 23px;
}

.z-9-num {
    font-size: 18px;
    color: #757577;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.extr_sec_2 h3 {
    color: #000;
}
.extr_sec_2 p {
    color: #000;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
}

.extr_sec h3 {
    color: #000;
}
.extr_sec p {
    color: #000;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
}

.extr_col {
    background: transparent;
    padding: 30px 0px;
}
.extr_col h2 {
    color: var(--primary);
    font-weight: bold;
    font-size: 30px;
}
.extr_col p {
    font-size: 1.7rem;
    line-height: 2.67rem;
    color: #fff;
}

.list_new ul {
    list-style: none;
    padding: 3px 5px;
}
.list_new ul li {
    font-size: 16px;
    color: #000;
    line-height: 31px;
}
.list_new ul li i {
    color: var(--primary);
    margin: 0px 7px 0px 0px;
}


.hd-txt_bio {
    text-align: center;
}
.hd-txt_bio h2 {
    font-size: 35px;
    color: var(--primary);
    text-align: left;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.z-9-num h3 {
    font-size: 18px;
    color: #757577;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.hd-txt_book span {
    font-size: 48px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.choose-content_books p {
    font-size: 1.7rem;
    line-height: 2.67rem;
    color: #fff;
}
.home-banner_logo {
    background: var(--primary);
    padding: 30px 26px;
}
.services-banner_logo {
    background: var(--primary);
    padding: 0px 26px;
}
.top-logos img {
    width: 70%;
}
.logo_fill div img:hover {
    transform: scale(1.2);
}
img.sec-logo {
    display: none;
}
.header_main_sec.bg-red .first-logo {
    display: none;
}
.header_main_sec.bg-red .sec-logo {
    display: block !important;
}

.logo_fill div img {
    text-decoration: none !important;
    -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;
}
.logo_fill_cos img:hover {
    transform: scale(1.2);
}
.logo_fill_cos img {
    text-decoration: none !important;
    -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;
}
.read-more-btn a {
    border-radius: 6px;
    background-color: var(--primary);
    color: #ffffff !important;
    font-size: 16px;
    padding: 11px 20px 9px 20px;
    font-family: "Poppins" !important;
    transition: 0.2s;
        margin-top: 20px;
    margin-left: 16px;
}
.read-more-btn a:hover {
    border-radius: 6px;
    font-family: "Poppins" !important;
    background-color: #0e3f50;
    color: #ffffff !important;
    font-size: 16px;
    padding: 11px 20px 9px 20px;
    box-shadow: 0px 0px 17px 1px #0e4557;
}

.edit_call_a a {
    border-radius: 50px;
    width: 170px;
    background-color: var(--primary);
    color: #ffffff !important;
    font-size: 13px;
    padding: 9px 10px;
    font-family: "Poppins" !important;
    transition: 0.2s;
    box-shadow: 0px 0px 17px 1px var(--primary);
}
.edit_call_a a:hover {
    border-radius: 50px;
    width: 170px;
    font-family: "Poppins" !important;
    background-color: #0e3f50;
    color: #ffffff !important;
    font-size: 13px;
    padding: 9px 22px;
    box-shadow: 0px 0px 17px 1px #0e4557;
}
.edit_call_a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    font-family: "Poppins" !important;
    transition: 0.2s;
}
#quoteSubmit {
    width: 100%;
    background-color: var(--primary) !important;
    padding: 12px 46px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.2s;
    font-weight: 700;
    letter-spacing: 1px;
}
#quoteSubmit:hover {
    background-color: #0e3f50;
    padding: 12px 46px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    font-weight: 700;
    letter-spacing: 1px;
}
.popup-feild i {
    position: absolute;
    top: 15px;
    font-size: 16px;
    color: var(--primary);
    left: 28px;
    z-index: 99;
}

.count-down-container {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 600px;
    height: 150px;
}

.count-down-box {
    text-shadow: 2px 2px rgb(0 0 0 / 30%);
    place-items: center;
    margin-top: 20px !important;
    text-align: center;
    display: grid;
    height: 48%;
    border-radius: 14px;
    margin: 0px 10px;
    width: 100%;
}
.count-down-box:nth-child(1) {
    box-shadow: 0px 0px 17px 1px var(--primary);
    background-color: var(--primary);
}

.count-down-box:nth-child(2) {
    box-shadow: 0px 0px 17px 1px var(--primary);
    background-color: var(--primary);
}

.count-down-box:nth-child(3) {
    box-shadow: 0px 0px 17px 1px var(--primary);
    background-color: var(--primary);
}

.count-down-box:nth-child(4) {
    box-shadow: 0px 0px 17px 1px var(--primary);
    background-color: var(--primary);
}

.count-down-box span {
    font-size: 30px;
    color: white;
    font-weight: 600;
}

.count-down-box p {
    font-size: 13px !important;
    color: white !important;
    font-weight: 400 !important;
}

.hint-message {
    margin: 15px 0px;
    text-align: center;
    font-size: 14px;
}

.main_counter {
    justify-content: center;
    display: flex;
}
.process-box.active.wow.fadeInUp p {
    font-size: 1.7rem;
    line-height: 2.67rem;
    color: #000;
}

.book-form {
    background-color: var(--primary);
}

.book-form {
    
    padding-top: 17rem;
    padding-bottom: 7rem;
}
.book-form-content {
    margin: 0px 29px 0px 0px;
}

.book-form-content span {
    font-size: 38px;
    color: #fff;
    line-height: 44px;
    font-weight: bold;
}
.book-form-content p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-top: 17px;
    font-weight: 400 !important;
    font-family: "Raleway";
}
.book-form-card {
    background: #fff;
    padding: 34px 40px;
    border-radius: 8px;
    margin: 0px 30px;
}
.book-form-card:before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    height: 7px;
    width: 374px;
    top: 0px;
    left: 104px;
    border-radius: 0px 0px 9px 9px;
}
.book-card-content {
    margin-bottom: 20px;
}
.book-card-content p {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    font-family: "Poppins" !important;
    color: #1d4354;
}
.book-card-content span {
    font-size: 30px;
    text-align: center;
    color: var(--primary);
    display: flex;
    justify-content: center;
    font-family: "Raleway";
    font-weight: bold;
    text-transform: uppercase;
}
.book-card-feild input {
    width: 100%;
    background: #f3f7fa !important;
    border-radius: 15px !important;
    height: 50px !important;
    margin-top: 0px !important;
    color: #1d4354 !important;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 8px 37px !important;
    border: 1px solid transparent !important;
}
.book-card-feild textarea {
    width: 100%;
    background: #f3f7fa !important;
    border-radius: 15px !important;
    min-height: 100px !important;
    margin-top: 0px !important;
    color: #1d4354 !important;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 8px 37px !important;
    border: 1px solid transparent !important;
    outline: none;
}
.book-card-feild i {
    position: relative;
    top: -35px;
    color: var(--primary);
    left: 15px;
}
i.fas.fa-tasks {
    position: relative;
    top: -95px;
    color: var(--primary);
    left: 14px;
}
.paper-planimg {
    position: absolute;
    top: 18%;
    left: 93%;
    z-index: 5;
}

section#writing-ser {
    margin-bottom: 4rem;
}
.header_main_sec.bg-red {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999999999999999999999;
    color: #fff !important;
    transition-property: background-color, box-shadow, line-height, height;
    transition-duration: 0.4s;
}
.header_main_sec.bg-red ul li a {
    color: var(--primary);
}

a {
    text-decoration: none !important;
}
.p0 {
    padding: 0px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
/*Navbar*/
.header_main_sec {
    width: 100%;
    z-index: 9;
    padding: 10px 0;
    transition-property: background-color, box-shadow, line-height, height;
    transition-duration: 0.4s;
}
.header {
    margin: 0px;
    padding: 13px 0;
    float: left;
    width: 100%;
    background: #fff;
}
.header ul.pull-right {
    float: right;
    margin: 0px;
}
.header ul.pull-right li {
    float: left;
    list-style: none;
}
.header ul.pull-right li a {
    float: left;
    color: #fff;
    margin: 0 0 0 24px;
    font-size: 14px;
    font-weight: 500;
    transition-duration: 0.5s;
}
.header ul.pull-right li a:hover {
    color: #f04749;
    text-decoration: none;
}
.header_main {
}
.logo {
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
}
.logo img {
    width: 100%;
}
.header_navbar {
    margin: 0px 0 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.navbar_custom {
    padding: 22px 0 0px 0px;
    float: none;
    text-align: center;
    margin: 0px auto;
    display: table;
    position: relative;
    left: -25% !important;
    top: 2px;
}
.navbar_custom #myNavbar {
    padding: 0 !important;
}
.navbar_custom .navbar-nav > li > a {
    color: #757577;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 31px;
    transition-duration: 0.5s;
    text-transform: uppercase;
}
.navbar_custom .navbar-nav .suport-btn-hdr a {
    background: var(--primary);
    color: #fff;
    padding: 9px 10px;
    position: relative;
    top: -10px;
}
.navbar_custom .navbar-nav .suport-btn-hdr {
    padding-left: 30px;
}
.navbar_custom .navbar-nav > li > a:hover,
.navbar_custom .navbar-nav > li > a:focus,
.navbar_custom .navbar-nav > li.active a {
    background: none;
    color: var(--primary) !important;
}
.navbar_custom_num {
    text-align: right;
    float: right;
    padding: 10px 0 0;
    margin: -54px 0 0;
}
.head_num {
    color: #757577;
    font-size: 18px;
    padding: 0 0 0;
    transition-duration: 0.5s;
}
.head_num:hover,
.head_num:focus {
    color: #e31e23;
    text-decoration: none;
}
/*Navbar End*/
section {
    width: 100%;
}
.banner-sec {
    padding: 140px 0;
    background: url(../images/banner-bg-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.main-bnr-sec .bnr-lft-col h1 {
    color: #fff;
}
.main-bnr-sec .bnr-lft-col h4 {
    color: #fff;
}
.main-bnr-sec .bnr-lft-col h3 {
    color: #fff;
}
.banner-content h4,
.banner-content ul li span,
.banner-content ul li {
    color: #fff !important;
}
.main-bnr-sec .bnr-lft-col h3 span {
    background: #e6c01d;
    margin-left: 10px;
    padding: 8px 20px;
    color: #757577;
}
.main-bnr-sec .bnr-lft-col ul li {
    color: #fff;
}
.main-bnr-sec .bnr-lft-col .bnr-btn .strd-btn:hover {
    background: #757577;
    color: #fff;
}
.main-bnr-sec .bnr-lft-col .bnr-btn .strd-btn {
    background: #fff;
    color: #757577;
}
.main-bnr-sec .bnr-btn .livcht-btn:hover {
    background: #fff;
    color: #757577;
}
.bnr-side-img {
    position: relative;
}
img.ply-img {
    width: auto;
}
img.ply-img {
}
p.ply-icon-st {
    display: grid;
    position: absolute;
    left: 22%;
    top: 22%;
    right: 0;
    color: #fff;
    width: auto;
}
p.ply-icon-st img {
    margin-bottom: 10px;
    width: auto;
}
.bnr-side-img img {
    width: 120%;
}
.banner-sec .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnr-lft-col h3 span {
    color: var(--primary);
}
.bnr-lft-col h3 {
    font-size: 22px;
    color: #757577;
    font-weight: 600;
    padding: 10px 0;
}
.bnr-lft-col {
    color: #fff;
}
.bnr-lft-col h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
}
.bnr-lft-col h1 {
    font-size: 55px;
    text-transform: uppercase;
    line-height: 65px;
    font-weight: bold;
}
.bnr-lft-col h4 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.bnr-lft-col {
    color: #fff;
    position: relative;
}
.bnr-lft-col h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #757577;
}
.bnr-lft-col h1 {
    font-size: 64px;
    text-transform: uppercase;
    line-height: 75px;
    font-weight: bold;
    margin: 0px 0;
    color: #757577;
}
.bnr-lft-col h4 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #757577;
}
.bnr-lft-col ul {
    display: inline-block;
    padding-left: 22px;
    padding: 0;
}
.bnr-lft-col ul li span {
    padding-left: 8px;
}
.bnr-lft-col ul li {
    float: left;
    ont-size: 14px;
    text-transform: uppercase;
    list-style: none;
    color: #757577;
    padding-right: 10px;
    padding-top: 15px;
}
.bnr-lft-col .fa-check {
    color: #fb5215;
    padding-right: 10px;
}
.btn-sts {
    padding: 13px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    transition: 0.3s all ease-in-out;
    font-weight: 600;
}
a.btn-sts.strd-btn {
    background: var(--primary);
}
a.btn-sts.strd-btn:hover {
    background: #757577;
    color: #fff;
}
a.btn-sts.livcht-btn:hover {
    color: #fff;
    background: var(--primary);
}
a.btn-sts.livcht-btn {
    background: #fff;
    margin-left: 15px;
    color: #0d0d51;
}
.bnr-btn {
    margin-top: 35px;
}
.satify-sec {
    padding: 20px 0 15px;
}
.client-logo img {
    width: 100%;
}
.hd-txt {
    text-align: center;
    padding-bottom: 50px;
}
.tab-pane .hd-txt h2 {
    font-size: 48px;
    color: #fff;
}
.tab-pane .hd-txt p {
    font-size: 16px;
    color: #f8f7fd;
    font-weight: 400;
}
.hd-txt h2 {
    font-size: 48px;
    color: var(--primary);
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.hd-txt p {
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.67rem;
    color: #000;
}
.serv-sec {
    padding: 50px 0 30px;
}
.serv-txt h4 {
    font-size: 18px;
    color: #001a3e;
    font-weight: 600;
    margin: 5px 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.serv-txt p {
    color: #666666;
}
.serv-box {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.serv-box:hover .serv-txt h4 {
    color: var(--primary);
}
.serv-box:hover .serv-img {
    background: url(../images/circle-green.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}
.serv-img {
    background: url(../images/circle-grey.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-sec {
    padding: 50px 0;
    position: relative;
}
.cta-sec:before {
    content: "";
    background: #faf5ed;
    left: 13%;
    bottom: 0px;
    width: 90px;
    height: 115px;
    position: absolute;
}
.cta-btn {
    text-align: center;
}
section.sec_portfolio {
    padding: 90px 0 90px;
    background: #f8f7fd;
}
.slider-bnt-st {
    text-align: center;
    margin-top: 80px;
}
section.sec_portfolio h2.heading {
    text-align: center;
    color: #fff;
}
section.sec_portfolio p.para {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
section.sec_portfolio .resume_inner .resume_box img {
    width: 100%;
}
section.sec_portfolio .resume_inner .col-md-2 {
    padding: 0 6px;
}
section.sec_portfolio .resume_inner .slick-dots li.slick-active button {
    background: #757577;
    color: #757577;
}
section.sec_portfolio .resume_inner .slick-dots li button {
    background: var(--primary);
    border-radius: 50px;
    color: var(--primary);
    width: 10px;
    height: 10px;
}
section.sec_portfolio .resume_inner .slick-dots {
    bottom: -55px;
}
section.sec_portfolio .resume_inner .slick-dots li {
    width: auto;
}
.slick-dots li {
    padding: 20px 13px;
}
.box18 {
    overflow: hidden;
}
.box18 {
    text-align: center;
    position: relative;
}
.box18:after,
.box18:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgb(255 195 45 / 46%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.box18:hover:after,
.box18:hover:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400);
}
.box18:before {
    -o-transition: all 0.5s linear 0.3s;
    -moz-transition: all 0.5s linear 0.3s;
    -ms-transition: all 0.5s linear 0.3s;
    -webkit-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s;
}
.box18:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.box18:after {
    -o-transition: all 0.5s linear 0.6s;
    -moz-transition: all 0.5s linear 0.6s;
    -ms-transition: all 0.5s linear 0.6s;
    -webkit-transition: all 0.5s linear 0.6s;
    transition: all 0.5s linear 0.6s;
}
.box18:hover:after {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.box18 img {
    width: 100%;
    height: auto;
}
.box18 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box18:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.box18 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px;
}
.box18 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0;
}
.box18 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto;
}
@media only screen and (max-width: 990px) {
    .box18 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .box18 .box-content {
        padding-top: 0;
    }

}
@media only screen and (max-width: 359px) {
    .box18 .title {
        padding-bottom: 10px;
    }
}
.box18:hover .box-content i {
    font-size: 40px;
    color: #fff;
}
.core-num-1,
.core-num-2,
.core-num-3,
.core-num-4,
.core-num-5,
.core-num-6 {
    position: relative;
}
.core-details.red .core-num-1:after,
.core-details.red .core-num-2:after,
.core-details.red .core-num-3:after,
.core-details.red .core-num-4:after,
.core-details.red .core-num-5:after,
.core-details.red .core-num-6:after {
    color: #fff;
}
.core-details .core-disc::after {
    position: absolute;
    right: 10px;
    top: 0;
    color: var(--primary);
    font-size: 120px;
    font-weight: 900;
    z-index: 1;
    opacity: 0.1;
    bottom: 0;
    left: inherit !important;
}
.core-num-1:after {
    content: "01";
    position: absolute;
    left: 10px;
    top: 7px;
    color: var(--primary);
    font-size: 15px;
}
.core-num-2:after {
    content: "04";
    position: absolute;
    left: 10px;
    top: 7px;
    color: var(--primary);
    font-size: 15px;
}
.core-num-3:after {
    content: "02";
    position: absolute;
    left: 10px;
    top: 7px;
    color: var(--primary);
    font-size: 15px;
}
.core-num-4:after {
    content: "05";
    position: absolute;
    left: 10px;
    top: 7px;
    color: var(--primary);
    font-size: 15px;
}
.core-num-5:after {
    content: "03";
    position: absolute;
    left: 10px;
    top: 7px;
    color: var(--primary);
    font-size: 15px;
}
.core-num-6:after {
    content: "06";
    position: absolute;
    left: 10px;
    top: 7px;
    color: var(--primary);
    font-size: 15px;
}
.core-num-7:after {
    content: "07";
}
.core-num-8:after {
    content: "08";
}
.core-num-9:after {
    content: "09";
}
.types-of-videos {
    margin: 0px;
    padding: 90px 0 90px 0;
    width: 100%;
    background-position: 20% 100%;
    
}
.why-choose{
margin: 0px;
    padding: 90px 0 90px 0;
    width: 100%;
    

}
.types-of-videos h2 {
    color: #757577;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
}
.types-of-videos p.para {
    text-align: center;
}
.core-main {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.core-details {
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: #ffffff;
}
.core-disc h2 {
    font-size: 18px;
    color: #757577;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.core-disc p {
    font-size: 1.7rem;
    line-height: 2.6rem;
    color: #000;
    font-weight: 400;
    text-align: right;
}
.core-disc p {
    font-size: 1.7rem;
    line-height: 2.6rem;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0;
    min-height: 66px;
    margin: 0;
}
.core-img-center img {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(193, 193, 193, 0.22);
}
.core-left.right .core-disc p {
    text-align: left;
}
.core-left.right .core-disc h2 {
    text-align: left;
    background: url(../images/) bottom left no-repeat;
}
.bg_circle {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.types-of-videos .col-md-4 .col-md-12 {
    padding: 33px 15px;
    text-align: left;
    min-height: 200px;
}
.core-num-1,
.core-num-4,
.core-num-5 {
    background: #fff;
    border: 1px solid transparent;
}
.core-num-2,
.core-num-3,
.core-num-6,
.core-num-8 {
    background: var(--primary)38;
    border: 1px solid #f5f5f5 !important;
}
.col-md-4.core-left,
.col-md-3.core-left {
    padding-right: 0;
}
.col-md-4.core-left.right,
.col-md-3.core-left.right {
    padding-left: 0;
}
.core-details.red {
    background: var(--primary);
}
div#script_writing {
}
.core-details.red .core-disc {
    background: var(--primary);
}
.core-details.wow.bounceIn {
}
.core-details.red {
}
.core-details.red .core-disc h2,
.core-details.red .core-disc p {
    color: #fff;
}
.cta-sec2 {
    padding: 50px 0;
    background: url(../images/cta-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.cta-sec2 .edit-call {
    text-align: center;
    padding-top: 40px;
}
.cta-sec2:after {
    position: absolute;
    content: "";
    right: 9%;
    background: url(../images/cta-af.png);
    top: 5%;
    bottom: 0px;
    width: 265px;
    height: 285px;
}
.cta-sec2:before {
    position: absolute;
    content: "";
    left: 1%;
    background: url(../images/cta-bf.png);
    top: 15%;
    bottom: 0px;
    width: 355px;
    height: 202px;
}
.wri-sec {
    padding: 50px 0 0;
    background: #f0fbf5;
}
.wri-sec .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wri-sec .hd-txt {
    text-align: left;
}
.edi-btn-st {
    display: flex;
    align-items: center;
}
.edi-btn-st .bnr-btn {
    margin-top: 0;
}
.edi-btn-st {
}
.edit-call a {
    color: #201b1c;
    text-decoration: none;
}
.edit-call a span {
    color: #0cb13c;
    padding: 0.4px 15px;
    background: var(--primary);
    font-size: 1.4px;
    margin: 0px 8px;
    position: relative;
    top: -4px;
}
/*.edit-call {padding-left:25px;}*/
section.sec_portfolio_types {
    display: block;
    padding: 50px 0;
    background: #001a3e;
}
section.sec_portfolio_types h2.heading {
    text-align: center;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box .box-content {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    transition: all 0.5s ease-out;
    display: none;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box h4 {
    font-size: 18px;
    color: #fff;
    background: #1c384abd;
    margin: 0;
    padding: 10px 10px;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    display: none;
    transition: all 0.5s ease-out;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box {
    position: relative;
    margin-bottom: 30px;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box a img {
    width: 100%;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box:hover .box-content {
    background: #ee4212db;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    display: grid;
    vertical-align: middle;
    align-content: center;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box:hover .box-content p {
    display: block;
    padding: 10px;
    margin: 0;
}
section.sec_portfolio_types .resume_types_inner .resume_types_box:hover .box-content h4 {
    background: transparent;
}
.plagiarism_works_sec {
    padding: 60px 0 75px;
    background: url(../images/plagiarism_works_bg.jpg) no-repeat center;
    background-size: cover;
    display: block;
}
.plagiarism_works_boxes {
    margin: 60px 0 0;
}
.plagiarism_works_sec h2.heading {
    text-align: center;
    color: #fff;
}
.plagiarism_works_sec p.para {
    text-align: center;
    color: #fff;
}
.plagiarism_works_box {
    background-color: #fff;
    text-align: center;
    padding: 0px 15px 0px;
    position: relative;
    align-content: center;
    display: grid;
    transition-duration: 0.5s;
    min-height: 280px;
}
.plagiarism_works_box img {
    margin: auto;
}
.plagiarism_works_box h3 {
    color: #333333;
    font-size: 18px;
    margin: 15px 0 10px;
}
.plagiarism_works_box p {
    color: #888888;
    font-size: 14px;
    margin: 0;
}
.plagiarism_works_boxes .col-sm-3:nth-of-type(even) {
    margin: 30px 0 0px;
}
section.sec_portfolio_types .hd-txt h2,
section.sec_portfolio_types .hd-txt p {
    color: #fff;
}
.testi-sec {
    padding: 90px 0;
    background: url(../images/testi-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testi-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 17px 6px #efefef;
    padding: 30px 15px;
    margin: 0;
}
.testi-text p {
    color: #000000;
    margin: 7px 0px;
    font-weight: 600;
}
.testi-text h5 {
    font-size: 16px;
    color: #001a3e;
    font-weight: 600;
    margin-bottom: 5px;
}
.testi-text i {
    color: #28ca7d;
}
.testi-box img {
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0;
}
.testi-text {
    padding: 0 70px;
}
.testi-text span {
    color: var(--primary);
    padding-bottom: 20px;
    font-weight: bold;
}
.author-name {
    display: block;
    align-items: center;
    width: 250px;
}
.autor-trust {
    width: 141px;
}
.autor-trust img {
    width: 100%;
}
.testi-sec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.testi-sec .slick-dots li.slick-active button {
    background-color: var(--primary) !important;
}
.testi-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}
.testi-sec .slick-dots li button {
    background-color: #125369 !important;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.client-img img {
    filter: grayscale(100%) contrast(97%) brightness(107%) url(#duotone);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.cl-logo {
    padding-top: 30px;
    position: relative;
}
.cl-logo:before {
    content: "";
    background: #158751;
    left: 13%;
    bottom: 0px;
    width: 90px;
    height: 115px;
    position: absolute;
}
.client-img img:hover {
    filter: grayscale(0) contrast(97%) brightness(105%) url(#duotone);
}
.process-sec {
    padding: 90px 0;
}
.process-box {
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    transition: transform 300ms;
}
.process-box p {
    opacity: 0;
}
.process-box h2 {
    font-size: 100px;
    color: #f1f1f1;
}
.round-div {
    width: 20px;
    height: 20px;
    background: var(--primary);
    position: absolute;
    left: 50%;
    top: 22%;
    border-radius: 60px;
}
.process-box h4 {
    font-size: 18px;
    text-transform: uppercase;
    transition-duration: 1s;
    transition-delay: 0s;
    padding-bottom: 10px;
}
.serv-sec .nav-tabs {
    border: 0;
}
.serv-sec .nav-tabs li a {
    border: 0;
}
.serv-sec .nav-tabs > li.active > a,
.serv-sec .nav-tabs > li.active > a:focus,
.serv-sec .nav-tabs > li.active > a:hover {
    border: 0;
}
.serv-sec .nav-tabs li a:hover {
    background: transparent;
}
.process-box.active p {
    opacity: 1;
}
.process-box.active h4 {
    position: relative;
    transform: translateY(-135px);
    color: var(--primary);
    transition-duration: 1s;
    transition-delay: 0s;
}
.process-box.active h2 {
    color: #757577;
}
.process-box:before {
    content: "";
    left: 78%;
    position: absolute;
    top: 25%;
    width: 130px;
    height: 2px;
    background: var(--primary)30;
    transition-duration: 1s;
    transition-delay: 0s;
}
.process-box.active:before {
    background: var(--primary);
}
.pr-bx-4:before {
    display: none;
}
.industry-sec .nav-tabs {
    border: 0px;
}
.industry-sec {
    padding: 90px 0;
}
.industry-sec .nav-tabs > li.active > a,
.industry-sec .nav-tabs > li.active > a:focus,
.industry-sec .nav-tabs > li.active > a:hover {
    border: 0px;
}
ul#nav-tabs-wrapper li.active {
    background: var(--primary);
}
ul#nav-tabs-wrapper li a img {
    margin-bottom: 10px;
}
ul#nav-tabs-wrapper li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #757577;
    background: transparent;
    font-weight: 500;
    border: 0px;
    margin: 0px;
    padding: 20px 18px;
}
ul#nav-tabs-wrapper > li > a:hover {
    background: transparent;
    border: 0px;
}
.tab-bg-st {
    background: var(--primary);
}
.ser-tab-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ser-tab-img img {
    width: 100%;
}
.ser-tab-img img:nth-child(1) {
    padding-right: 35px;
}

ul#nav-tabs-wrapper li.active a img {
    filter: grayscale(0%) contrast(0%) brightness(200%) url(#duotone);
}
.serv-box-tab .hd-txt {
    text-align: left;
}
.serv-box-tab {
    text-align: left;
    padding-top: 45px;
}
.industry-sec .tab-content .col-sm-12 {
    padding: 45px 0;
}
.form-btn-st:hover {
    background: #fb5215 !important;
}
.ftr-sec {
    padding: 30px 0 0px;
    background: #020112;
}
.newletter-form .form-control {
    height: 50px;
    background: #21202f;
    border-color: transparent;
    border-radius: 4px;
}
.newletter-form .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}
.newletter-form .btn {
    min-height: 50px;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-list a {
    color: #5d5b70 !important;
    text-decoration: none;
}
.nav-list ul {
    display: inline-flex;
    padding: 0;
    align-items: center;
}
.nav-list ul li {
    list-style: none;
    padding: 0 10px;
}
.nav-list a:hover {
    color: var(--primary) !important;
}
.social-link ul {
    padding: 0;
    display: inline-flex;
    align-items: center;
}
.social-link ul li {
    list-style: none;
    margin: 25px 10px 0 10px;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #21202f;
}
.social-link ul li a {
    color: #fff;
}
.ftr-txt p {
    color: #5d5b70;
    font-size: 14px;
}
.newletter-form {
    margin-top: 30px;
}
.social-link {
    margin-top: 0px;
}
.copyright-div {
    border-top: 1px solid #1b1a29;
    margin: 25px 0 0;
    padding: 20px 0;
}
.copyright-div .copy-txt p {
    color: #545267;
}
.copyright-div .terms-txt a {
    text-decoration: none;
    color: #545267;
    margin: 0 20px;
}
.copyright-div .terms-txt {
    text-align: right;
}
section#disclaimer {
    padding: 10px 0;
    background-color: #020112;
}
.dis-txt {
    text-align: center;
}
.dis-txt h5 {
    padding-bottom: 20px;
    color: #fff;
    font-weight: 400;
}
.dis-txt p {
    font-size: 10px;
    color: #fff;
}
/*book-marketing*/
.banner-sec.book-mrtking {
    padding: 180px 0;
    background: url(../images/bnr-book-mrt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-sec.book-pub {
    padding: 180px 0;
    background: url(../images/bnr-book-pub.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-sec.book-ebook {
    padding: 180px 0;
    background: url(../images/bnr-book-ebook.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-sec.book-cover {
    padding: 180px 0;
    background: url(../images/bnr-book-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-sec.book-video {
    padding: 180px 0;
    background: url(../images/bnr-book-video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.serv-bnr-st .bnr-lft-col {
    text-align: center;
}
.serv-bnr-st h2 {
    font-size: 60px;
    font-weight: bold;
    color: var(--primary);
}
.serv-bnr-st h4 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 25px 0 5px;
    padding-bottom: 0;
}
.serv-bnr-st h4 span {
    color: var(--primary);
}
.serv-bnr-st h3 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
}
.serv-bnr-st p {
    color: #757577;
    padding-top: 20px;
}
.serv-bnr-st .bnr-btn {
    margin-top: 50px;
}
.promote-sec {
    padding: 50px 0;
}
.bok-vid-side:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/play-icon-gren.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin: auto;
}
.bok-vid-side .box-content img {
    width: 15%;
}
.box18:hover {
}
.box18:hover .bok-vid-side:after {
    display: none;
}
.bok-vid-side .box-content {
    padding: 0;
}
.bok-vid-side img {
    width: 100%;
}
.promote-sec .hd-txt h5 {
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    padding-top: 20px;
}
.promote-sec .hd-txt {
    text-align: left;
}
.bok-vid-side {
    position: relative;
}
.promote-box {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 10px 14px 0px transparent;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.promot-bx-col {
    padding-top: 40px;
}
.promote-box .img-promote {
    border: 1px solid transparent;
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 60%;
    margin-bottom: 20px;
    background: #757577;
    transition: all 0.3s ease-in-out;
}
.promote-box:hover .img-promote {
    background: var(--primary);
}
.promote-box:hover {
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
}
.promote-box p {
    min-height: 70px;
    padding-top: 10px;
}
.ebok-port {
    padding: 50px 0;
    background: var(--primary);
}
.ebok-port .hd-txt h2,
.ebok-port .hd-txt p {
    color: #fff;
}
.ebok-port img {
    width: 100%;
}
.col-pd-rm-port {
    padding: 0;
}
.ebk-port-1 {
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.ebk-port-2 {
    border-bottom: 3px solid transparent;
}
.ebk-port-3 {
}
.ebk-port-4 {
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}
.ebk-port-5 {
    border-bottom: 3px solid transparent;
}
.ebk-port-6 {
    border-bottom: 3px solid transparent;
}
.ebk-port-7 {
}
.ebk-port-1 .ebk-img-p {
    height: 398px;
}
.ebk-port-2 .ebk-img-p {
    height: 244px;
}
.ebk-port-3 .ebk-img-p {
    height: 243px;
}
.ebk-port-4 .ebk-img-p {
    height: 491px;
}
.ebk-port-5 .ebk-img-p {
    height: 295px;
}
.ebk-port-6 .ebk-img-p {
    height: 295px;
}
.ebk-port-7 .ebk-img-p {
    height: 295px;
}
section.services-portfolio {
    background: var(--primary);
    padding: 50px 0 0;
    margin-bottom: 260px;
    height: 590px;
}
section.services-portfolio .hd-txt h2 {
    color: #fff;
}
section.services-portfolio .hd-txt p {
    color: #fff;
}
section.services-portfolio .slick-dots li.slick-active button {
    background: var(--primary);
    color: var(--primary);
}
section.services-portfolio .slick-dots li button {
    background: #ccc;
    border-radius: 50px;
    color: #ccc;
    width: 10px;
    height: 10px;
}
section.services-portfolio .slick-dots {
    bottom: -75px;
}
section.services-portfolio .slick-dots li {
    width: auto;
}
div#slick-slide10 {
}
section.services-portfolio .slick-slide {
    transform: scale(1);
    z-index: 9;
    position: relative;
    transition-duration: 1s;
    transition-delay: 0s;
}
section.services-portfolio .slick-slide.slick-current {
    transform: scale(1.3);
    z-index: 9;
    position: relative;
    transition-duration: 1s;
    transition-delay: 0s;
}
section.services-portfolio .slick-slide {
    padding: 0 25px;
}
section.services-portfolio .slick-list.draggable {
    height: 580px;
    z-index: 9;
    padding: 70px 60px 0 !important;
}
.what-gt-sec {
    padding: 50px 0;
}
.what-gt-sec .what-gt-box {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 10px;
}
.what-gt-sec .what-gt-box:hover .what-gt-txt h4 {
    color: var(--primary);
}
.what-gt-icon {
    margin-right: 10px;
}
.what-gt-txt h4 {
    padding-bottom: 10px;
    line-height: 20px;
}
.what-gt-txt p {
    font-size: 14px;
    color: #666666;
    font-weight: 300;
}
.services-portfolio .hd-txt {
    text-align: center;
    padding-bottom: 22px;
}
/*book-marketing*/
/*marketing*/
.banner-sec.bnr-markting {
    padding: 120px 0;
    background: url(../images/bnr-marketing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-sec.bnr-publish {
    padding: 180px 0;
    background: url(../images/bnr-publishing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.lft-col-mrkt {
}
.lft-col-mrkt .hd-txt {
    text-align: left;
    padding-bottom: 20px;
}
.rgt-col-mrkt li {
    list-style: none;
    line-height: 20px;
    padding-bottom: 15px;
}
.rgt-col-mrkt li:before {
    content: "\2022";
    color: var(--primary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    left: -7px;
}
.marketing-dis {
    padding: 50px 0;
}
.mrkt-serv {
    padding: 50px 0;
}
.market-serv-box {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 30px 35px;
    background: transparent;
    margin-bottom: 25px;
    box-shadow: 0px 14px 40px 0px transparent;
    transition: all 0.3s ease-in-out;
}
.market-serv-box:before {
    content: "";
    background: url(../images/hover-bok-mrkt.png);
    position: absolute;
    left: 20px;
    width: 60px;
    height: 86px;
    top: 0;
    overflow: hidden;
    display: none;
}
.markt-cta {
    padding: 50px 0 50px;
}
.markt-cta img {
    width: 120%;
}
.mrkt-icon-img {
    margin-bottom: 20px;
}
.market-serv-box:hover::before {
    display: block;
}
.market-serv-box:hover .markt-sev-txt {
    color: #fff;
}
.markt-sev-txt h4 {
    padding-bottom: 20px;
}
.markt-sev-txt p {
    min-height: 80px;
}
.market-serv-box:hover {
    background: var(--primary);
    box-shadow: 0px 14px 40px 0px rgba(44, 192, 91, 0.3);
}
.mrkt-icon-img img {
    filter: grayscale(30%) contrast(110%) brightness(70%) url(#duotone);
}
.market-serv-box:hover .mrkt-icon-img img {
    filter: grayscale(0) contrast(0%) brightness(200%) url(#duotone);
}
.price-sec {
    padding: 50px 0 60px;
    background: #f3f3f3;
}
.price-txt {
    text-align: center;
    position: relative;
}
.price-txt ul {
    padding: 0;
}
.price-txt ul li {
    list-style: none;
    line-height: 20px;
    padding: 0 0 20px;
}
.price-txt h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}
.price-txt h2 {
    padding: 15px 0 42px;
}
.price-box.bdr-rem {
    border: 0;
}
.price-box:hover .price-icon-bx {
    background: var(--primary);
}
.price-box:hover a.btn-sts.livcht-btn {
    background: #757577;
}
.price-icon-bx {
    border: 1px solid transparent;
    display: table;
    border-radius: 60px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #757577;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
.price-box {
    position: relative;
    border-right: 1px solid #c9c9c8;
}
.proc-we-follow {
    padding: 50px 0;
}
.process-we-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.04);
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.process-we-box:hover {
    box-shadow: 0px 14px 14px 0px rgba(44, 192, 91, 0.1);
}
.process-we-box:hover h3 {
    color: #757577;
    cursor: pointer;
}
.process-we-box h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    min-height: 55px;
}
.process-we-box p {
    min-height: 100px;
}
.proces-follow-col {
    display: inline-flex;
    justify-content: center;
}
.markt-page-cta {
    background: url(../images/martkt-cta-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}
.markt-page-cta img {
    width: 100%;
}
/*marketing*/
/*about-page*/
.about-bnr {
    background: url(../images/bnr-about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-bnr h1 {
    color: var(--primary);
}
.about-bnr h2 {
    margin: 10px 0 15px;
}
.about-bnr .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.who-we-txt h2,
.who-we-txt p {
    text-align: left;
}
.who-we-img img {
    width: 100%;
}
.who-we-txt .bnr-btn {
    text-align: left;
    margin-top: 50px;
}
.who-we-sec,
.who-we-sec-two {
    padding: 50px 0;
}
.bnr-rates {
    padding: 50px 0;
    background: url(../images/bnr-rating.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rating-box {
    color: #fff;
    text-align: center;
}
.rating-box h2 {
    font-size: 60px;
    font-weight: bold;
}
.rating-box.bdr-rem {
    border: 0px;
}
.rating-box p {
    text-transform: uppercase;
    font-weight: 600;
}
.rating-box {
    border-right: 1px solid #90908e;
}
/*about-page*/
/*priicng-page*/
.pricing-bnr {
    background: url(../images/bnr-pricing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pricing-bnr .row {
    justify-content: left;
}
.pricing-bnr {
    padding: 130px 0;
}
.pack-sec {
    padding: 50px 0;
}
.pack-box h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}
.pack-box h2 {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
}
.pack-box p {
    text-align: center;
    color: #a6a6a6;
    text-transform: uppercase;
}
.pack-box {
    padding: 0;
    box-shadow: 0;
    margin-top: 50px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.pack-box.bes-slr:before {
    content: "";
    background: url(../images/bst-sellr.png);
    background-size: contain;
    position: absolute;
    right: 2px;
    top: -9px;
    width: 100px;
    height: 103px;
    z-index: 1;
    background-repeat: no-repeat;
}
.pack-details {
    padding: 25px 20px 0;
    border: 2px solid;
    margin: 20px 10px 0;
    min-height: 410px;
    height: 410px;
    text-align: center;
    position: relative;
}
.pack-details:before {
    content: "";
    background: url(../images/price-side-bdr.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 23px;
    height: 407px;
    position: absolute;
    left: -19px;
    top: 0;
    filter: grayscale(30%) contrast(110%) brightness(0%);
}
.pack-box:hover .pack-details:before {
    filter: grayscale(30%) contrast(100%) brightness(100%);
}
.pack-details ul {
    padding: 25px 15px 30px;
    text-align: left;
    height: 213px;
    overflow: scroll;
    margin: 0 0 10px 0;
}
.pack-details ul li {
    list-style: none;
    color: #a6a6a6;
    line-height: 30px;
}
.pack-details ul li i {
    margin-right: 7px;
    font-size: 5px;
    top: -3px;
    position: relative;
}
.pack-details a.btn-sts.livcht-btn {
    text-align: center;
    text-align: center;
    margin: 0 auto;
}
.pack-box:hover h3 {
    color: var(--primary);
}
.pack-box:hover .pack-details {
    border-color: var(--primary);
}
.pack-box:hover {
}
.pack-box:hover .btn-sts {
    background: var(--primary);
}
.pricing-bnr h1 {
    color: var(--primary);
}
.pricing-bnr h2 {
    margin: 10px 0 15px;
}
.pack-sec .nav-tabs {
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.pack-sec ul#nav-tabs-wrapper > li > a:hover {
    background: var(--primary);
    color: #fff;
}
.pack-sec ul#nav-tabs-wrapper li a {
    border-radius: 4px !important;
    border: 1px solid transparent;
    padding: 10px 10px;
}
.pack-sec ul#nav-tabs-wrapper li.active {
    background: var(--primary);
}
.pack-sec ul#nav-tabs-wrapper li.active a {
    color: #fff;
}
.pack-sec ul#nav-tabs-wrapper li {
    border: 1px solid transparent;
    border-radius: 4px;
}
.pack-sec ul#nav-tabs-wrapper li {
    margin-right: 20px;
}
.pack-sec ul#nav-tabs-wrapper li.mr-rem {
    margin-right: 0;
}
/*priicng-page*/
/*testimonials-page*/
.testi-bnr {
    background: url(../images/bnr-testi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tesi-monials {
    margin: 30px 0 0;
}
.moreBoxthree {
    display: none;
}
.testi-bnr h1 {
    color: var(--primary);
}
.testi-bnr h2 {
    margin: 10px 0 15px;
}
.testi-bnr .row {
    justify-content: left;
}
.testis-sec {
    padding: 50px 0 40px;
}
.testis-sec.testis-sec .testi-text {
    padding: 0 25px;
}
img.testi-cl-img {
    width: 30%;
}
.testis-sec .autor-trust {
    padding-left: 20px;
    width: 60%;
    text-align: right;
}
.testis-sec .autor-trust img {
    width: 85%;
}
.testis-sec .testi-text i {
    color: #ffce22;
}
.testis-sec .testi-box {
    margin-bottom: 30px;
}
/*testimonials-page*/
/*contact-page*/
.cntct-sec {
    padding: 50px 0;
}
.contact-bnr {
    background: url(../images/bnr-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 180px 0;
}
.contact-bnr h1 {
    color: var(--primary);
}
.contact-bnr h2 {
    margin: 10px 0 15px;
}
.supported-sec h2 {
    font-size: 16px !important;
    color: #666666;
    font-weight: 300;
    line-height: 26px;
}
.contact-bnr .row {
    justify-content: left;
}
.cnform .field {
    width: 100%;
}
.cnform .field input {
    width: 100%;
    color: #888888;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 15px 0 15px 15px;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.12);
}
.cnform .field select {
    color: #888888;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 13px 17px 0px rgb(0 0 0 / 12%);
    float: left;
    width: 100%;
}
.cnform .field select option {
    color: #000;
}
.cnform .field textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    padding: 15px 0 15px 15px;
    box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    resize: none;
}
.cntct-btn:hover {
    background: #757577;
}
.cntct-btn {
    padding: 13px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    transition: 0.3s all ease-in-out;
    width: 95%;
    margin: 0 auto;
    background: var(--primary);
    border: 0;
    font-weight: 600;
}
.cnform .field textarea:focus {
    box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.12);
    outline: none;
}
.cnform .field input:focus {
    outline: none;
}
.cnform .field label {
    padding-left: 6px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #888888;
}
.terms-st label.control.control--checkbox {
    font-size: 12px;
    left: 0;
    padding: 0;
}
.terms-st input[type="checkbox"] {
    width: 25px;
}
.terms-st a {
    color: var(--primary);
}
.field.terms-st {
    padding-top: 25px;
}
.cntct-info {
    padding: 50px 0;
    text-align: center;
    background: #f7f0e8;
}
.cntct-info h3 {
    text-transform: uppercase;
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: bold;
}
.cntct-info-btn a.btn-sts.strd-btn {
    padding: 13px 123px;
}
.cntct-info-btn .cntc-btn-st {
    padding: 13px 131px;
}
/*contact-page*/
/*ebook-writing*/
.genre-sec {
    padding: 50px 0;
    background: #fff8f6;
}
.genre-box-st {
    display: inline-flex;
}
ul.ul-genre-first li {
    list-style: none;
}
ul.ul-genre-first {
    padding: 0;
    margin-top: 25px;
}
ul.ul-genre-first li {
    text-align: center;
    margin-bottom: 10px;
}
.gnre-bx-f-1 {
    background: #eeeeee;
    padding: 35px 20px;
    margin-left: 70px;
    border-radius: 4px;
}
.gnre-bx-f-2 {
    background: #eeeeee;
    padding: 35px 120px;
    border-radius: 4px;
}
.gnre-bx-f-3 {
    background: #eeeeee;
    padding: 35px 20px;
    margin-left: 100px;
    border-radius: 4px;
}
.ul-genre-first .gnre-bx-f-3.card {
    margin-left: 145px;
}
ul.ul-genre-second {
    padding: 0;
}
ul.ul-genre-second li {
    list-style: none;
    padding: 0 8px;
    text-align: center;
    margin-bottom: 10px;
}
.gnre-bx-s-1 {
    background: #eeeeee;
    padding: 35px 30px;
    border-radius: 4px;
}
.gnre-bx-s-2 {
    background: #eeeeee;
    padding: 50px 30px;
    border-radius: 4px;
}
.gnre-bx-s-3 {
    background: #eeeeee;
    padding: 35px 30px;
    border-radius: 4px;
}
.genre-box-st h4 {
    padding-top: 20px;
}
ul.ul-genre-third {
    padding: 0;
    margin-top: 50px;
}
ul.ul-genre-third li {
    list-style: none;
    padding: 0 0px;
    text-align: center;
    margin-bottom: 10px;
}
.gnre-bx-t-1 {
    background: #eeeeee;
    padding: 50px 60px;
    border-radius: 4px;
}
.gnre-bx-t-2 {
    background: #eeeeee;
    padding: 50px 60px;
    border-radius: 4px;
}
ul.ul-genre-fourth {
    padding: 0;
}
ul.ul-genre-fourth li {
    list-style: none;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
}
.gnre-bx-fo-1 {
    background: #eeeeee;
    padding: 35px 20px;
    border-radius: 4px;
    margin-right: 70px;
}
.gnre-bx-fo-2 {
    background: #eeeeee;
    padding: 35px 132px;
    border-radius: 4px;
}
.gnre-bx-fo-3 {
    background: #eeeeee;
    padding: 20px 20px;
    border-radius: 4px;
}
.gnre-bx-fo-4 {
    background: #eeeeee;
    padding: 20px 35px;
    border-radius: 4px;
}
ul.ul-genre-fourth li.genre-li-fo-st-3 {
    float: left;
    padding-left: 8px !important;
    padding-right: 0;
}
li.genre-li-fo-st-4 {
    float: left;
    padding-left: 8px !important;
    padding-right: 0 !important;
}
.genre-box-st div {
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}
.genre-box-st div:hover {
    background: transparent;
}
/*ebook-writing*/
/*dropdown*/
.dropdown-main:hover {
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    min-width: 210px;
    padding: 10px 0;
}
li.dropdown.dropdown-toggle a {
    margin-bottom: 0;
}
ul#products-menu {
}
ul#products-menu li {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 25%;
    float: left;
    text-align: center;
}
ul#products-menu {
    width: 850px;
    margin-left: -300px; /*top:49px;*/
    padding: 0;
    text-align: center;
}
ul#products-menu li img {
    margin: 0;
    display: table;
    width: auto;
}
ul#products-menu li a:hover,
ul#products-menu li.active a {
    font-size: 14px;
    background: #a5234e;
    color: #fff;
    font-weight: 600;
}
ul#products-menu li a {
    padding: 21px 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
ul#products-menu li a img {
    margin-bottom: 0;
    margin-right: 8px;
    width: 2;
}
/*ul#products-menu li a:hover img, ul#products-menu li.active a img {filter:grayscale(30%) contrast(0%) brightness(200%)url(#duotone);}*/
ul#products-menu:before {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 42%;
    right: 0;
    top: -28px;
    font-size: 20px;
    color: var(--primary);
}
li.dropdown.dropdown-toggle .mar-st-drop {
    margin-bottom: 25px;
}
/*dropdown*/
.cus-bk-cvr {
    padding: 50px 0;
}
.cus-slide-img img {
    width: 100%;
}
.slide-col-cus {
    display: inline-flex;
    align-items: center;
    padding-top: 25px;
}
.cus-slide-txt h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.cus-slide-txt p {
    line-height: 25px;
    color: #666666;
}
.cus-bk-cvr .slick-dots li.slick-active button {
    background: var(--primary);
    color: var(--primary);
}
.cus-bk-cvr .slick-dots li button {
    background: #ccc;
    border-radius: 50px;
    color: #ccc;
    width: 35px;
    height: 4px;
    padding: 2px;
}
.cus-bk-cvr .slick-dots {
    bottom: 190px;
    transform: rotate(90deg);
    left: -52%;
}
.cus-bk-cvr .slick-dots li {
    width: auto;
}
.prod-types {
    padding: 50px 0;
    background: #fdf7f3;
}
.product-box h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0px 10px;
}
.product-box p {
    color: #666666;
    min-height: 100px;
}
.product-box {
    padding-bottom: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.product-box img {
    width: 100%;
}
.product-box:hover h3 {
    color: var(--primary);
}
.bk-sz-img {
    background: #bfc0c2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
.bk-sz-img img {
    width: auto;
}
.bk-sz-txt h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0 10px;
}
.bk-sz-txt {
    padding: 0 10px 0;
}
.bk-sz-txt h5 {
    color: var(--primary);
    padding-bottom: 10px;
}
.bk-sz-txt p {
    color: #666666;
}
.bk-sz-cvr .col-sm-3 {
    min-height: 325px;
}
.bk-sz-cvr-bx {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}
.bk-sz-cvr-bx:hover {
}
.bk-sz-cvr-bx:hover .bk-sz-img {
    background: #dcf1e3;
}
.bk-sz-cvr-bx:hover {
}
.bk-sz-cvr-bx:hover .bk-sz-txt h3,
.bk-sz-cvr-bx:hover .bk-sz-txt h5,
.bk-sz-cvr-bx:hover .bk-sz-txt p {
    color: #fff;
}
.bk-sz-cvr-bx:hover {
    background: var(--primary);
}
.bk-sz-txt p {
    min-height: 110px;
}
.bk-binding h5 {
    color: var(--primary);
    padding-bottom: 10px;
}
.bk-binding .product-box p {
    min-height: 130px;
}
.bk-binding .product-box {
    padding-bottom: 40px;
}
.bk-binding {
    padding: 50px 0 20px;
}
.bk-binding .product-box:hover h5 {
    color: #757577;
}
.card-container {
    cursor: pointer;
    height: 150px;
    perspective: 600;
    position: relative;
    width: 150px;
}
.card {
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
}
.card:hover {
    transform: rotateY(180deg);
}
.card .side {
    backface-visibility: hidden;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999999;
}
.card:hover img {
    opacity: 0;
}
.card:hover h4 {
    opacity: 0;
}
.card:hover * img {
    opacity: 1;
}
.card .back {
    background: transparent;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    transform: rotateY(180deg);
    padding: 0px 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card .back p {
    font-size: 12px;
}
ul.ul-genre-fourth .gnre-bx-fo-1 {
    margin-right: 210px;
    padding: 25px 0px;
}
.terms-conditions {
    margin: 0px;
    padding: 30px 0;
    float: left;
    width: 100%;
}
.terms-conditions h3 {
    margin: 0 0 20px 0;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 700;
}
.terms-conditions p {
    font-size: 15px;
    line-height: 28px;
}
.terms-bnr {
    background: #e8e9eb;
}
.terms-st-div .cta-sec2 {
    display: none;
}
.terms-conditions .termsInner h6 {
    padding: 13px 0;
    font-weight: bold;
    margin: 19px 0 0px 0;
    font-size: 24px;
}
.copyright-div .terms-txt a:hover {
    color: var(--primary);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.overlay-bg {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.popupform-main.active {
    display: block;
}
.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.pop-form {
    position: absolute;
    width: 930px;
    height: 639px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/popup-bg002.png);
    padding: 0px 0 0px 75px;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
}
.popupform-main .main-pop .col-md-12 {
    padding: 0;
}
.popupform-main h3 {
    font-size: 26px;
    margin: 60px 0 0 0;
    color: #000000;
    font-weight: 500;
}
.popupform-main textarea {
    height: 100px;
}
.popupform-main h2 {
    font-size: 40px;
    margin: 10px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}
.popupform-main h4 {
    font-size: 26px;
    margin: 20px 0 0 0;
    color: #000000;
    font-weight: 700;
}
.fspx-23 {
    font-size: 23px;
}
.fw-exbold {
    font-weight: 800 !important;
}
.ls-xsmall {
    letter-spacing: -2px;
}
.fc-red {
    color: #fb2224;
}
.tt-uppercase {
    text-transform: uppercase !important;
}
.popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
}
.fspx-20 {
    font-size: 20px;
    display: block;
}
.fspx-23 {
    font-size: 23px;
    margin-bottom: 10px;
}
.fw-normal {
    font-weight: 400 !important;
}
.popupform-main .main-pop {
    padding: 25px 10px 0 0;
}
.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}
.pop-form form .control-group {
    margin-bottom: 10px;
}
form .control-group {
    margin-bottom: 24px;
    position: relative;
}
.pop-form form .control-group input[type="text"],
.pop-form form .control-group input[type="text"],
.pop-form form .control-group input[type="number"],
.pop-form form .control-group input[type="email"],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    text-align: left;
}
.popupform-main form input[type="text"],
.popupform-main form input[type="number"],
.popupform-main form input[type="email"] {
    padding-left: 10px;
    min-height: 50px;
}
.popupform-main form input[type="text"],
.popupform-main form input[type="number"],
.popupform-main form input[type="email"] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}
form .numberarea {
    width: 100%;
    position: relative;
}
.pop-form .submit-btn:hover {
    background: #000;
}
.pop-form .submit-btn {
    font-size: 22px;
    width: 100%;
    padding: 15px 0px;
    background-color: var(--primary);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
}
.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}
.popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
}
.float-left {
    float: left;
}
.lh-medium {
    line-height: 1.2;
}
.lh-medium {
    line-height: 1.2;
}
.ta-left {
    text-align: left;
}
.fw-exbold {
    font-weight: 800 !important;
}
.mtpx-60 {
    margin-top: 60px;
}
.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: -18px;
    right: -20px;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    padding-top: 3px;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: inset 3px #000;
}
@media (min-width: 1200px) and (max-width: 1466px) {
    .pop-form {
        width: 745px;
        height: 510px;
        background-size: cover !important;
    }
    .popupform-main h3 {
        font-size: 22px;
        margin: 40px 0 0 0;
    }
    .popupform-main h2 {
        font-size: 26px;
        margin: 10px 0 0 0;
    }
    .popupform-main h4 {
        font-size: 24px;
        margin: 15px 0 0 0;
    }
    .textarea_auto textarea {
        height: 50px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .pop-form {
        width: 745px;
        height: 510px;
        background-size: cover !important;
    }
    .popupform-main h3 {
        font-size: 24px;
        margin: 40px 0 0 0;
    }
    .popupform-main h2 {
        font-size: 35px;
        margin: 10px 0 0 0;
    }
    .popupform-main h4 {
        font-size: 24px;
        margin: 15px 0 0 0;
    }
    .textarea_auto textarea {
        height: 50px;
    }
}
@media (max-width: 991px) {
    .pop-form {
        position: absolute;
        width: 510px;
        height: 500px;
        top: 0px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        padding: 0px 0 0px 0;
        z-index: 99;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background: #eaeaea;
    }
    .popupform-main .col-sm-offset-4.col-sm-8 {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .popupform-main h3 {
        font-size: 30px !important;
    }
    .popupform-main h6 {
        font-size: 30px;
    }
    #flform input[type="text"],
    input[type="email"] {
        margin-bottom: 0px;
    }
    .pop-form .close-btn {
        width: 35px;
        height: 30px;
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 25px;
        font-weight: 900;
        color: #080808;
        padding-top: 3px;
    }
}
@media (max-width: 767px) {
    .home-banner {
        padding: 30px 0 !important;
    }
    .frm-dv {
        margin: 0 !important;
    }
    .ftr-hd ul.lnks {
        width: 50% !important;
        margin-bottom: 20px !important;
    }
    .hm-sec-09 .row.align-items-center {
        display: block !important;
    }
    .cnctd {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .hm-sec-07::before,
    .hm-sec-07::after,
    .banner-right-img {
        display: none !important;
    }
    .choose-ul-main ul li {
        width: 100% !important;
    }
    .popupform-main h6:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-right: 28px solid #4274fa;
        border-bottom: 28px solid transparent;
    }
    .popupform-main .pop-form .close-btn {
        height: 35px;
    }
    .pop-form {
        position: absolute;
        width: 334px !important;
        height: 485px !important;
    }
    .popupform-main .pop-form h3 {
        font-size: 21px !important;
        margin-top: 4px;
    }
    .pop-form .close-btn {
        top: -13px;
        right: -6px;
    }
    .popupform-main h6 {
        letter-spacing: 0;
        font-size: 21px;
        background: #4274fa;
        color: #fff;
        border-radius: 10px;
        padding: 3px 8px 5px 8px;
        text-align: left;
        position: relative;
        right: 0px;
        margin: 0px;
        float: right;
    }
    .pop-form .submit-btn {
        font-size: 22px;
        width: 100%;
        padding: 8px 0px;
    }

}
@media (min-width: 320px) and (max-width: 767px) {
    .popupform-main h3 {
        font-size: 24px;
        margin: 40px 0 0 0;
        text-align: center;
    }
    .popupform-main h2 {
        font-size: 25px;
        margin: 10px 0 0 0;
        text-align: center;
        color: #000033;
    }
    .popupform-main h4 {
        font-size: 24px;
        margin: 15px 0 0 0;
        text-align: center;
    }
    .textarea_auto textarea {
        height: 50px;
    }
    .converge{
        display: block !important;
        margin: 10px 0;
    }
}
.converge{
    display: none;
}
.pack-details ul::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}
/* background of the scrollbar except button or resizer */
.pack-details ul::-webkit-scrollbar-track {
    background-color: #fff;
}
.pack-details ul::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}
/* scrollbar itself */
.pack-details ul::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}
.pack-details ul::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}
/* set button(top and bottom of the scrollbar) */
.pack-details ul::-webkit-scrollbar-button {
    display: none;
}
.resume_inner .slick-dots {
    display: none !important ;
}
.pck-spc-st {
    padding: 0 20px;
}
.pack-sec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.pack-sec .slick-dots li.slick-active button {
    background-color: #2dc05c;
}
.pack-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}
.pack-sec .slick-dots li button {
    background-color: #d9d9d9;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.green_clr {
    color: var(--primary) !important;
}
.hd_txt_mm h1 {
    font-size: 42px;
    color: #757577;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.pad_col_rem_mm .bok-vid-side:after {
    display: none;
}
.promot_bx_col_mm h1 {
    font-size: 42px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.promot_bx_col_mm > p {
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 50px;
}
.hd_txt_mm {
    padding-bottom: 20px;
}
section.just_a_click_sec {
    padding: 60px 0 30px;
}
.hd_txt_mm h2 {
    text-align: left;
}
.hd_txt_mm p {
    text-align: left;
}
.what_gt_sec_mm {
    padding: 50px 0 0;
}
.what_gt_sec_mm .what-gt-txt p {
    height: 120px;
}
.new-packg-web {
    padding-top: 80px;
}
.new-priicng-st-srv .price-txt ul {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 5px;
}
/* width */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}
/* Handle on hover */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.webnseo-mrkt-serv .market-serv-box:hover {
    background: #2cb25b;
    box-shadow: 0px 14px 40px 0px rgba(44, 192, 91, 0.3);
}
.webnseo-mrkt-serv .market-serv-box .mrkt-icon-img img {
    filter: none !important;
}
.webnseo-mrkt-serv .market-serv-box:hover .mrkt-icon-img img {
    mix-blend-mode: darken;
    filter: none;
}
ul.audio-books-pricing {
    height: 150px !important;
    height: 0p0x !important;
}
.price-box.publishing-price {
    border-style: none;
}
ul.audio-books-pricing1 {
    height: 186px !important;
    height: 0p0x !important;
}
.hd-txt h3 {
    font-size: 42px;
    color: var(--primary);
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#pricing-sec .col-sm-4:last-child .price-box,
#pricing-sec .col-sm-3:last-child .price-box {
    border-right: 0px solid #c9c9c8;
}
.hd_txt_mm2 h3 {
    font-size: 32px;
    color: #757577;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.price-txt h3 span {
    display: table;
    text-align: center;
    margin: 10px auto 0;
    font-size: 13px;
    text-transform: capitalize;
}
.rgt-col-mrkt_mm2 {
    padding: 0px 0 0 20px;
}
.promote_sec_mm2 {
    padding: 0 0 0px;
}
.m-bt {
    margin-bottom: 20px;
}
/*section.banner-news*/
section.banner-news {
    padding: 50px 0px;
    background-image: url(../images/news-bg1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 573px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-main {
    text-align: center;
    color: #fff;
    width: 80%;
    display: table;
    margin: auto;
}
.banner-main h2 {
    padding-bottom: 15px;
    font-size: 45px;
    font-weight: 800;
    margin: 0;
    color: #fff;
}
.banner-main p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    color: #fff;
    line-height: 22px;
    padding-top: 15px;
}
section.service-sec {
    padding: 50px 0px 50px 0;
}
.img-box img {
    width: 100%;
}
.text-box h2 {
    padding-bottom: 20px;
}
img.pic-box {
    padding-left: 30px;
    width: 65%;
}
.img-box {
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
}
.text-box h2 a {
    font-size: 25px;
    font-weight: 700;
    color: #282526;
    margin: 0;
    padding-bottom: 20px;
    text-decoration: none;
}
.text-box:hover a {
    color: red;
}
.text-box p {
    padding-bottom: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #282526;
    line-height: 26px;
}
.service-main {
    display: flex;
    align-items: center;
    padding-top: 45px;
}
.service-main h4 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    color: #000;
}
.text-box:hover h2 a {
    color: red;
}
/*section.banner-news*/
.meet-team-bnr {
    background: url(../images/meet-team-bnr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.srv-inner-txt.meet-txt-st .inner-w-bdr p {
    margin: 0;
    font-size: 19px;
    color: #919191;
    border-left: 5px solid #0f4052;
    padding-left: 20px;
    margin-bottom: 20px;
}
.srv-inner-txt.meet-txt-st p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
}
.meet-txt-st {
    padding: 50px 0;
}
.team_box_img img {
    width: 100%;
}
.team_boxes {
    margin: 60px 0 0;
    display: table;
}
.team_boxes h3 {
    text-align: center;
    font-size: 30px;
    margin: 0px auto 50px;
    display: table;
    color: #0f4052;
    padding: 0;
}
.team_box_img img {
    width: 100%;
    transition-duration: 0.5s;
}
.team_box strong {
    margin: 0 0 -10px;
    display: table;
    font-style: normal;
}
.team_box .title {
    font-size: 1.75em;
    font-weight: 500;
    display: block;
    color: #051d38;
    margin: 20px 0 10px;
    padding: 0 15px;
}
.team_box .tagline {
    margin: 0 0 0 0 !important;
    line-height: 125%;
    color: #051d38;
    font-size: 1.125em;
    padding: 0 15px;
    display: table;
}
.team_boxes .col-sm-2 {
    width: 20%;
    padding: 0 10px;
}
.team_box {
    margin: 0 0 50px;
}
.team_boxes p {
    text-align: center;
}
.team_box_img {
    height: 33vh;
    overflow: hidden;
    transition-duration: 0.5s;
}
.team_boxes2 h3 {
    margin: 0 auto 20px;
}
.team_boxes2 p {
    margin: 0 0 50px;
}
.team_box:hover img {
    transform: scale(1.2);
    transition-duration: 0.5s;
}
.meet-team-bnr h1 {
    font-size: 48px;
    text-align: center;
}
.social-link ul li img {
    width: 19px;
}
.social-link ul li i {
    font-size: 16px;
}
.thankyou_banners_mm h1 {
    color: #fff;
}
.who-we-txt.who-we-txt_thank_you.hd-txt {
    padding: 40px 0 0;
}
@media (max-width: 767px) {
    .banner-sec {
        background-position: center left;
    }
    .team_boxes .col-sm-2 {
        width: 100%;
        padding: 0 10px;
    }
    .team_box_img {
        height: auto;
        overflow: hidden;
        transition-duration: 0.5s;
        margin: 0 auto 20px;
    }
    .team_box .tagline,
    .team_box .title,
    .team_box strong {
        text-align: center;
        margin: auto !important;
    }
    .navbar_custom .navbar-nav .suport-btn-hdr {
        padding-left: 0;
    }
}
.client-logo img {
    filter: brightness(0.5);
}
.who-we-txt ul {
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-weight: 300 !important;
}
.wri-sec {
    padding: 0px 0 0;
}
.edit-img img {
    height: 320px;
}
.home-banner {
    position: relative;
background: url(../images/banner-img.jpg) top right/cover no-repeat;
    padding: 100px 0 100px;
    overflow: hidden;
}
.home-banner-services {
    position: relative;
    background: url(../images/banner-img-services.jpg) top right/cover no-repeat;
    padding: 100px 0 100px;
    overflow: hidden;
}

.banner-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
.banner-content p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}
.banner-content p span {
    background-color: var(--primary);
    padding: 4px 6px;
}
.banner-content h3 span {
    background: var(--primary);
    margin-left: 10px;
    padding: 8px 20px;
    color: #fff;
}
.banner-content h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
}
.main-btn {
    display: flex;
}
.main-btn a {
    background: #12395a;
    color: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 30px;
    border-radius: 0;
    box-shadow: 0 0 15px #0003;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #12395a;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--primary);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main-btn a:after {
    content: "";
    background: #fff;
    width: 25px;
    height: 2px;
    display: block;
    margin-left: 12px;
}
.btn-6:hover span {
    width: 285%;
    height: 982.5px;
}
.btn-6:hover {
    color: #dfeeee;
}
.banner-right {
    position: relative;
}
.show-on-mobile {
    display: none;
}
.banner-right-img {
    position: relative;
    z-index: 95;
}
.banner-right-img img {
    /* animation: scrollDownAnimation 1s ease infinite alternate; */
    /* -webkit-animation: scrollDownAnimation 1s ease infinite alternate; */
}
.banner-papers-img {
    position: absolute;
    top: -16%;
    right: -10%;
}
img.paper-img-1.paper-img {
    top: -40px;
    left: 100px;
    position: static;
    animation: RotatePaperFirst 1s ease infinite alternate;
    -webkit-animation: RotatePaperFirst 1s ease infinite alternate;
}
.banner-papers-img.paper-img-2 {
    top: auto;
    bottom: -9%;
    left: 25%;
    z-index: -9;
}
.banner-papers-img.paper-img-3 {
    right: 20%;
    top: 8%;
    z-index: -4;
    bottom: 0;
    display: flex;
    align-items: center;
}
.move-s {
    animation-name: move-s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes move-s {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate3d(-5px, -8px, -5px);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}
.why-choose-main {
    padding: 90px 0;
}
.choose-ul-main ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.choose-ul-main ul li:first-child,
.choose-ul-main ul li:last-child {
    width: 100%;
}
.choose-ul-main ul li:last-child {
    justify-content: flex-end;
}
.choose-ul-main ul li {
    transition: 0.3s;
}
.choose-ul-main ul li {
    width: 33.33%;
    height: auto;
    border: none;
    margin: 0;
    max-width: 100%;
    text-transform: none;
    display: flex;
}
.choose-ul-main ul li:first-child .title-main,
.choose-ul-main ul li:last-child .title-main {
    text-align: center;
    max-width: 100%;
}
.title-main {
    text-align: center;
}
.choose-ul-main ul li:first-child .title-main h2,
.faq-right .title-main h2,
.choose-ul-main ul li:last-child .title-main h2 {
    font-size: 37px;
    line-height: 44px;
}
.choose-ul-main ul li:last-child .title-main h2,
.choose-ul-main ul li:last-child .title-main h3,
.choose-ul-main ul li:last-child .title-main p {
    text-align: right;
}
.choose-ul-main ul li.bg {
   background: #a5234e;
}

.choose-ul-main ul li:nth-child(2n) {
   
}
.choose-ul-main ul li.bg .choose-content h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Raleway", sans-serif;
}
.chose-ico {
    margin-bottom: 20px;
    display: flex;
}
.chose-ico img {
    max-height: 80px;
}
.choose-content h3 {
    color: #757577;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 6px;
}
.choose-content p {
    font-size: 1.7rem;
    line-height: 2.67rem;
    color: #000;
}
.choos-box {
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    border-radius: 4px;
    height: 100%;
}
.btn-6 {
    color: #93c4c5;
}
.why-choose-main .container-fluid {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 45px;
}
[class^="btn-6"] {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 80px;
    max-width: 250px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid currentColor;
}
.title-main h2 {
    font-size: 60px;
    font-weight: 900;
    color: var(--primary);
    line-height: 78px;
    margin: 0 0 8px;
    text-transform: capitalize;
}
.title-main h3 {
    color: #757577;
    font-size: 30px;
    line-height: 48px;
    font-weight: 900;
    margin: 0 0 10px;
}
.title-main p {
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 2.67rem;
    color: #000;
}
.ftr-para {
    font-size: 15px;
    font-weight: 500;
    color: #868686;
    line-height: 21px;
    margin-bottom: 16px;
}
@media (min-width: 1200px) {
    /*.container {width:1400px;*/
}

.ftr-hd {
    font-size: 0;
}
.adrs {
    margin: 30px 0 0;
}
.scl-ftr {
    margin: 18px 0 0px 0;
}
.ftr-hd-02 img {
    margin-top: -15px;
}
.ftr-hd ul li a:hover {
    color: var(--primary);
}
.ftr-hd ul.adrs li {
    margin: 0 0 15px 0;
}
.ftr-hd ul.adrs li a {
    line-height: 19px;
}
.ftr-hd ul.scl-ftr li a i {
    color: #181818;
}
.ftr-hd ul li {
    display: block;
    margin: 0 0 10px 0;
}
footer {
    background-color: #181818;
    padding: 100px 0 0;
}
.ftr-hd ul.scl-ftr li a:hover {
    background-color: #fdae37;
}
.cta-sc li a span {
    font-size: 16px;
    display: inline-block;
}
.cta-sc li i {
    display: inline-block;
    vertical-align: middle;
}
.ftr-hd ul.scl-ftr li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.icon-11 {
    background-position: -19px -209px !important;
    width: 54px;
    height: 51px;
}
.icon-12 {
    background-position: -96px -218px !important;
    width: 58px;
    height: 48px;
}
.icon-13 {
    background-position: -176px -205px !important;
    width: 51px;
    height: 51px;
}
.icon-14 {
    background-position: -249px -208px !important;
    width: 31px;
    height: 49px;
}
.cta-sc li {
    display: inline-block;
    margin: 0px 40px 0 0;
    text-align: left;
}
.ftr-btm {
    border-top: 2px solid #3c3c3c;
    padding: 25px 0;
    margin-top: 60px;
}
.sprite {
    background: url(../images/sprite.png) no-repeat;
    display: block;
}
.cta-sc {
    text-align: center;
    margin: 50px 0 0 0;
    position: relative;
    z-index: 2;
}
.hd-mn-03 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.ftr-btm ul li a,
.ftr-btm p {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}
.ftr-btm ul li a,
.ftr-btm p a {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}
.ftr-btm ul li a,
.ftr-btm p a:hover {
    font-size: 14px;
    font-weight: 500;
    color: #fdae37;
}
.ftr-btm ul li:last-child {
    border-right: none;
}
.ftr-hd ul.adrs li a i {
    vertical-align: top;
    color: var(--primary);
    padding: 0 5px 0 0;
}
.ftr-hd ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #868686;
    line-height: normal;
}
.ftr-btm ul li {
    border-right: 1px solid #707070;
    padding: 0 10px;
    display: inline-block;
}
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a.interested:hover div.circle {
    background-position: -5px -448px;
    width: 101px;
    height: 101px;
}
.ftr-hd ul.lnks {
    width: 24.333%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
}
a.interested {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
a.interested:hover div.circle b {
    background-position: -127px -377px;
    width: 18px;
    height: 17px;
}
a.interested:hover div.circle span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ftr-btm ul li.first:before {
    content: "\f0fe";
    font-family: "Font Awesome 5";
    margin: 0 10px 0 0;
    color: #a7a7a7;
}
.ftr-hd p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px 0;
    margin-bottom: 33px;
    position: relative;
}
.ftr-btm ul li.first.active:before {
    content: "\f146";
    font-family: "Font Awesome 5";
    margin: 0 10px 0 0;
    color: #a7a7a7;
}
.ftr-hd p:before {
    content: " ";
    position: absolute;
    width: 37px;
    height: 1px;
    background-color: var(--primary);
    left: 0;
    right: 0;
    bottom: 0;
}
.cta-sc li a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    padding: 0 0 0 13px;
    line-height: normal;
}
.hm-sec-07 {
background: url(../images/banner-img.jpg) top right/cover no-repeat;
    min-height: 283px;
    background-size: cover;
    padding: 80px 0 40px;
    position: relative;
    margin: 90px 0 0;
}
.hm-sec-07::before {
    position: absolute;
    content: "";
    right: -220px !important;
    background: url(../images/cta-bf.png);
    top: 15%;
    bottom: 0px;
    width: 355px;
    height: 202px;
    z-index: 99;
}
.hm-sec-07::after {
    position: absolute;
    content: "";
    left: -138px;
    background: url(../images/cta-af.png);
    top: 0%;
    bottom: 0px;
    width: 265px;
    height: 285px;
}
.ftr-hd ul.scl-ftr li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #5f5f5f;
}
a.interested div.circle {
    width: 101px;
    height: 101px;
    position: absolute;
    top: -59px;
    left: 50%;
    margin: 0 0 0 -50px;
    
}
.ftr-btm ul li.last {
    border-right: none;
    width: 1170px;
    text-align: left;
    line-height: 21px;
    margin-top: 4%;
    color: rgb(134, 134, 134);
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
}
a.interested div.circle b {
    position: absolute;
    top: 51%;
    left: 52%;
    width: 18px;
    height: 17px;
    display: block;
    margin: -9px 0 0 -12px;
    background: url(../images/sprite.png) -129px -345px no-repeat;
    -webkit-animation: arrow 1s infinite ease-in;
    animation: arrow 1s infinite ease-in;
}
a.interested div.circle span {
    width: 95px;
    height: 35px;
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin: 0 0 0 -48px;
    text-indent: -9999px;
    text-align: left;
    
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 75px;
    transform-origin: 50% 75px;
    color: #fff;
}
.hm-sec-09 {
    background-color: #1d4354;
    padding: 120px 0;
}
.icon-15 {
    background-position: -299px -214px;
    width: 35px;
    height: 34px;
}
.icon-16 {
    background-position: -350px -212px;
    width: 34px;
    height: 34px;
}
.icon-21 {
    background-position: -117px -408px;
    width: 35px;
    height: 44px;
}
.cnctd {
    width: 370px;
    margin: 0 auto;
}
.cnctd h2 {
    font-size: 96px;
    font-weight: bold;
    color: #fff;
    line-height: 88px;
    text-align: center;
}
.cnctd h2 span {
    font-size: 53px;
    font-weight: 500;
    padding: 0 0 25px 0;
}
.cmnts {
    border-top: 1px solid #acdfcc;
    border-bottom: 1px solid #fff;
    padding: 25px 0 31px;
    margin: 30px 0 0 0;
}
.cmnts h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.cl-eml-cn {
    font-size: 0;
}
.cl-eml-cn li {
    display: inline-block;
    width: 50%;
}
.cl-eml-cn li a {
    line-height: 15px;
}
.cl-eml-cn li a i {
    display: inline-block;
    vertical-align: middle;
}
.cl-eml-cn li a span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    padding: 0 0 0 10px;
    text-align: left;
}
.cl-eml-cn li.last a {
    display: block;
    text-align: right;
}
.frm-dv {
    margin-right: 45px;
}
.field {
    margin-bottom: 14px;
}
.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 8px 16px !important;
    border-radius: 7px;
    outline: none;
    color: #616368;
    border: none;
    text-transform: capitalize;
    background-color: #fff !important;
    height: 48px;
}
.field .btn-03 input {
    background-color: transparent !important;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    height: auto;
    max-width: 300px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
}
/*textarea, select, input[type], textarea, select, button {    width: 100%;*/
/*    padding: 8px 16px !important;*/
/*    border-radius: 4px;*/
/*    outline: none;*/
/*    color: #616368;*/
/*    border: none;*/
/*    text-transform: capitalize;*/
/*    background-color: #fff !important;*/
/*    height: 48px;}*/

button.close {
    width: revert;
    padding: revert;
    border-radius: 4px;
    outline: none;
    color: #616368;
    border: none;
    text-transform: capitalize;
    background-color: transparent !important;
    height: 48px;
}
.field input[type="submit"] {
    width: 100%;
    background-color: var(--primary) !important;
    padding: 12px 46px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.2s;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0px 0px 17px 1px var(--primary);
}
.align-items-center {
/*    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;*/
    align-items: center !important;
    display: flex;
}
.frm-dv .col-md-12:last-child .field {
    margin-bottom: 0;
}
textarea {
    min-height: 200px !important;
}
/*!
* Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons:CC BY 4.0, Fonts:SIL OFL 1.1, Code:MIT License)
*/
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}



.hd-mn {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    color: #242728;
}
.para-02 {
    padding: 0 167px;
    color: #4e4e4e;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.pad-sec {
    padding: 90px 0;
}
.z-9 {
    position: relative;
    z-index: 99;
}
.banner-right .col-md-12:last-child .field {
    margin: 0;
}
#lp-writing {
    padding: 50px 0;
}
/*.inner-txt-p p {margin:0 auto;color:#8689a2;font-size:16px;line-height:28px;}*/
.inner-txt-p p {
    font-size: 1.7rem;
    line-height: 2.67rem;
    color: #000;
}

#lp-writing h2 {
    color: var(--primary);
    font-weight: bold;
    font-size: 34px;
}
.inner-banner {
    padding: 95px 0 90px !important;
}
#writing-ser {
    /*padding:90px 0 120px;*/
    position: relative;
    background: #f8f7fd;
}
.write-txt {
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    text-align: center;
}
#writing-ser:after {
    content: "";
    background: url(../images/write-sec-after.png);
    width: 50px;
    height: 84px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 250px;
    bottom: 50px;
    opacity: 0.4;
}
.write-txt p {
    font-size: 34px;
    color: var(--primary);
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.write-txt p:before {
    content: "";
    background: url(../images/write-before.png);
    width: 58px;
    height: 55px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    left: 75px;
    top: 15px;
    opacity: 0.3;
}
.write-txt p:after {
    content: "";
    background: url(../images/write-after.png);
    width: 38px;
    height: 55px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 100px;
    top: 15px;
    opacity: 0.3;
}
.write-txt span {
    font-size: 16px;
}

.write-txt h3 {
    font-size: 34px;
    color: var(--primary);
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.write-txt h3:before {
    content: "";
    background: url(../images/write-before.png);
    width: 58px;
    height: 55px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    left: 75px;
    top: 15px;
    opacity: 0.3;
}
.write-txt h3:after {
    content: "";
    background: url(../images/write-after.png);
    width: 38px;
    height: 55px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 100px;
    top: 15px;
    opacity: 0.3;
}
.write-main-div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 36px;
}
.ser-box {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.col-md-6.col-lg-3.ser-img-box {
    border: 2px solid #f8f7fd;
}
.book-slider {
    background: var(--primary);
    margin-top: 40px;
    padding: 23px 0px 0px 0px;
}
.ser-img-box:hover {
    background: #fff;
    border: 2px solid var(--primary) !important;
    box-shadow: 0 0 20px 10px #e2e1e18a;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.ser-img-box:hover .ser-box:after,
.ser-img-box:hover .ser-box:before {
    visibility: visible;
}
.ser-box:before {
    content: "";
    background: url(../images/ser-before.png);
    width: 31px;
    height: 52px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    left: 20px;
    top: 15px;
    visibility: hidden;
}
.ser-box:after {
    content: "";
    background: url(../images/ser-after.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 20px;
    bottom: 15px;
    visibility: hidden;
}
.ser-img-box:hover .img-ser1 {
    background: url(../images/ser-1.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 100%;
    background-size: contain;
}
.img-box {
    margin-bottom: 25px;
}
.img-ser1 {
    background: url(../images/ser-1.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 100%;
    background-size: contain;
}
.img-ser2 {
    background: url(../images/ser-2.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 100%;
    background-size: contain;
}
.img-ser3 {
    background: url(../images/ser-3.svg);
    background-repeat: no-repeat;
    width: 55px;
    height: 50px;
    background-position: 100%;
    background-size: contain;
}
.img-box {
    text-align: center;
    margin: 0 auto;
}
.ser-box .img-box {
    float: none;
}
.ser-box-txt {
    margin-top: 20px;
    min-height: 220px;
}
.ser-img-box:hover .ser-box-txt h3 {
    color: #051b6d;
}
.ser-img-box:hover .ser-box-txt h2 {
    color: #051b6d;
}
.ser-box-txt h3 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.ser-box-txt h2 {
    color: #4a5874;
    font-size: 20px;
}
.ser-box-txt p {
    margin: 8px 0;
    padding-bottom: 35px;
    color: #000;
    height: 160px;
}
.list-scroll {
    max-height: 98px;
    height: 100% !important;
    margin-top: 30px !important;
    overflow-y: auto !important;
}
.list-scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 13px;
}
.list-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.list-scroll::-webkit-scrollbar-track:hover {
    background-color: transparent;
}
.list-scroll::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}
.banner-right .row {
    box-shadow: 0px 0px 17px 1px var(--primary);
    background: linear-gradient(31deg, #306170 30%, #0d3c4c 76%);
    background-color: #75757785;
    padding: 30px 15px 30px;
    border-radius: 9px;
}
.form-heading p {
    color: var(--primary);
    text-transform: uppercase;
    font-family: "Raleway" !important;
    text-align: center;
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
.modal-backdrop.fade.in {
    display: none;
}
.modal-backdrop.fade.show {
    display: none;
}
.modal {
    background: #00000078;
}
.modal-open .modal {
    z-index: 109999;
}
.modal-content {
    background: linear-gradient(31deg, #306170 30%, #0d3c4c 76%);
    padding: 60px;
}
/*#quoteSubmit {background: #757577;padding: 12px 46px;color: #fff;font-size: 16px;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;box-shadow: 0 0 10px #00000061;}*/
.modal-title {
    color: #fff;
}
.modal-header {
    padding: 0 30px;
    border: none;
}
.modal-footer {
    border: none;
    padding: 0;
}
.popup-form p {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    width: 100%;
}
/*.popup-form p:after {content: "";position: absolute;bottom: -5px;left: 0;right: 0;text-align: center;width: 90px;height: 3px;    background: var(--primary);margin: 0 auto;}*/
.popup-feild {
    margin: 0 0 20px;
}
.modal-dialog {
    width: 800px;
}
/*
.popup-feild:nth-child(4),
.popup-feild:nth-child(3) {
    margin: 0;
}*/
.popup-feild input,
.popup-feild select {
    width: 100%;
    padding: 8px 40px !important;
    border-radius: 50px;
    outline: none;
    color: #616368;
    border: none;
    text-transform: capitalize;
    background-color: #fff !important;
    height: 48px;
}
.popup-feild textarea {
    width: 100%;
    padding: 15px;
    color: #616368;
    height: 150px;
    border: none;
    text-transform: capitalize;
}
.popup-feild input::placeholder {
    color: #a1a1a1;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.modal-dialog-centered {
    margin: 1.75rem auto;
    transform: none;
    min-height: calc(100% - 3.5rem);
    align-items: center;
    display: flex;
}
button.close,
button.close:hover {
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}
button.close i {
    padding: 2px 4px;
    font-size: 30px;
    color: #fff;
    border-radius: 22px;
    /* opacity: 1; */
    border: 3px solid var(--primary);
}
.modal-body {
    padding: 25px 0px 0px;
}
i.fas.fa-phone-volume {
    font-size: 30px;
    transform: rotate(-30deg);
    margin: -8px 0 0;
}
i.fas.fa-comment-alt-lines {
    margin: -8px 5px 0 0;
    font-size: 30px;
    transform: scaleX(-1);
}
/* Flag External CSS */
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .v-hide {
    visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
    padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
    padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
    padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
    padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
    padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
    padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
    padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
    padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.intl-tel-input.iti-container:hover {
    cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti-flag {
    width: 20px;
}
.iti-flag.be {
    width: 18px;
}
.iti-flag.ch {
    width: 15px;
}
.iti-flag.mc {
    width: 19px;
}
.iti-flag.ne {
    width: 18px;
}
.iti-flag.np {
    width: 13px;
}
.iti-flag.va {
    width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2 / 1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}
.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px;
}
.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px;
}
.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px;
}
.iti-flag.af {
    height: 14px;
    background-position: -66px 0px;
}
.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px;
}
.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px;
}
.iti-flag.al {
    height: 15px;
    background-position: -132px 0px;
}
.iti-flag.am {
    height: 10px;
    background-position: -154px 0px;
}
.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px;
}
.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px;
}
.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px;
}
.iti-flag.as {
    height: 10px;
    background-position: -242px 0px;
}
.iti-flag.at {
    height: 14px;
    background-position: -264px 0px;
}
.iti-flag.au {
    height: 10px;
    background-position: -286px 0px;
}
.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px;
}
.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px;
}
.iti-flag.az {
    height: 10px;
    background-position: -352px 0px;
}
.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px;
}
.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px;
}
.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px;
}
.iti-flag.be {
    height: 15px;
    background-position: -440px 0px;
}
.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px;
}
.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px;
}
.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px;
}
.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px;
}
.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px;
}
.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px;
}
.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px;
}
.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px;
}
.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px;
}
.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px;
}
.iti-flag.br {
    height: 14px;
    background-position: -680px 0px;
}
.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px;
}
.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px;
}
.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px;
}
.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px;
}
.iti-flag.by {
    height: 10px;
    background-position: -790px 0px;
}
.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px;
}
.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px;
}
.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px;
}
.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px;
}
.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px;
}
.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px;
}
.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px;
}
.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px;
}
.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px;
}
.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px;
}
.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px;
}
.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px;
}
.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px;
}
.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px;
}
.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px;
}
.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px;
}
.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px;
}
.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px;
}
.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px;
}
.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px;
}
.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px;
}
.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px;
}
.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px;
}
.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px;
}
.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px;
}
.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px;
}
.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px;
}
.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px;
}
.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px;
}
.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px;
}
.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px;
}
.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px;
}
.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px;
}
.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px;
}
.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px;
}
.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px;
}
.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px;
}
.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px;
}
.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px;
}
.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px;
}
.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px;
}
.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px;
}
.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px;
}
.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px;
}
.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px;
}
.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px;
}
.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px;
}
.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px;
}
.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px;
}
.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px;
}
.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px;
}
.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px;
}
.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px;
}
.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px;
}
.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px;
}
.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px;
}
.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px;
}
.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px;
}
.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px;
}
.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px;
}
.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px;
}
.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px;
}
.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px;
}
.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px;
}
.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px;
}
.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px;
}
.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px;
}
.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px;
}
.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px;
}
.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px;
}
.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px;
}
.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px;
}
.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px;
}
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px;
}
.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px;
}
.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px;
}
.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px;
}
.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px;
}
.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px;
}
.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px;
}
.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px;
}
.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px;
}
.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px;
}
.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px;
}
.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px;
}
.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px;
}
.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px;
}
.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px;
}
.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px;
}
.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px;
}
.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px;
}
.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px;
}
.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px;
}
.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px;
}
.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px;
}
.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px;
}
.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px;
}
.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px;
}
.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px;
}
.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px;
}
.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px;
}
.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px;
}
.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px;
}
.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px;
}
.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px;
}
.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px;
}
.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px;
}
.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px;
}
.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px;
}
.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px;
}
.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px;
}
.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px;
}
.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px;
}
.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px;
}
.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px;
}
.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px;
}
.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px;
}
.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px;
}
.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px;
}
.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px;
}
.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px;
}
.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px;
}
.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px;
}
.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px;
}
.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px;
}
.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px;
}
.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px;
}
.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px;
}
.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px;
}
.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px;
}
.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px;
}
.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px;
}
.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px;
}
.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px;
}
.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px;
}
.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px;
}
.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px;
}
.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px;
}
.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px;
}
.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px;
}
.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px;
}
.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px;
}
.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px;
}
.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px;
}
.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px;
}
.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px;
}
.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px;
}
.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px;
}
.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px;
}
.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px;
}
.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px;
}
.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px;
}
.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px;
}
.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px;
}
.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px;
}
.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px;
}
.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px;
}
.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px;
}
.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px;
}
.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px;
}
.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px;
}
.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px;
}
.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px;
}
.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px;
}
.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px;
}
.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px;
}
.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px;
}
.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px;
}
.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px;
}
.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px;
}
.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px;
}
.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px;
}
.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px;
}
.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px;
}
.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px;
}
.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px;
}
.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px;
}
.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px;
}
.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px;
}
.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px;
}
.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px;
}
.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px;
}
.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px;
}
.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px;
}
.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px;
}
.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px;
}
.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px;
}
.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px;
}
.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px;
}
.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px;
}
.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px;
}
.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px;
}
.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px;
}
.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px;
}
.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px;
}
.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px;
}
.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px;
}
.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px;
}
.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px;
}
.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px;
}
.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px;
}
.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px;
}
.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px;
}
.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px;
}
.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px;
}
.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px;
}
.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px;
}
.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px;
}
.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px;
}
.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px;
}
.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px;
}
.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px;
}
.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px;
}
.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px;
}
.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px;
}
.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px;
}
.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px;
}
.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px;
}
.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px;
}
.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px;
}
.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../images/flags.png") !important;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2 / 1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../images/flags@2x.png");
    }
}
.iti-flag.np {
    background-color: transparent;
}
.btn-6:hover h3 {
    color: #fff !important;
}
li.active a {
color: #fff !important;
}
ul#products-menu li a:hover img {
    filter: brightness(100);
}
li.active img {
    filter: brightness(100);
}
.core-main img {
    
    width: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
.core-main .col-md-5 {
    justify-content: center;
    align-items: center;
    display: flex;
}
.core-main .row {
    display: flex !important;
}

.why-choose .container{
   width: 100%;
}
.boxes {
    background-color: #fff;
    padding: 10px 20px;
    height: auto;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
}
h4.head {
    padding-bottom: 12px;
}

p.paragraph {
    font-size: 17px;
}
.why-choose .col-md-6{
    padding:0;
}
.boxes.no1 {
    background: #a5234e;
    color: #fff;
}
p.number {
    padding-bottom: 10px;
    font-size: 20px;
    color: #0d0d51;
}
.why-choose img {
    width: 100%;
}
.main-row {
    display: flex !important;
    align-items: center;
}
.second-title{
font-size: 37px !important;
    line-height: 44px;
color:#a5234e;
padding:50px 0px;
text-align:center;

}
li.btn-6 {
    height: 400px !important;
}

.choose-content h3 {
    text-transform: uppercase;
}


.services-text p {
    font-size: 17px;
    text-align: center;
    line-height: 28px;
}

.box-content {
    padding: 60px 0;
}
.box-content h2 {
    margin-bottom: 20px;
    font-size: 40px;
    color:#a5234e;
}
.cl {
    display: flex;
}
.serviceBox {
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    margin: 20px 0 0;
    border-radius: 20px 0 20px 0;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin-bottom: 20px;
    height: 478px;
}
.serviceBox.orange:before {
    background: linear-gradient(45deg, #c16226 49%, transparent 50%);
}
.serviceBox:before {
    content: '';
    background: linear-gradient(45deg, #a87508 49%, transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 74px;
    top: -15px;
}
.serviceBox.orange .service-count {
    background: linear-gradient(135deg, #fd5900 25%, #fd5900 26%, #fd5900 40%, #fd5900 41%, #fd893e 47%, #fd5900 48%, #fd5900 60%, #fd5900 61%);
}
.serviceBox .service-count {
    color: #fff;
    background: linear-gradient(135deg, #fdbb26 25%, #ffcd44 26%, #ffcd44 40%, #fdbb26 41%, #fdbb26 47%, #ffcd44 48%, #ffcd44 60%, #fdbb26 61%);
    font-size: 45px;
    text-align: center;
    line-height: 75px;
    width: 60px;
    height: 96px;
    margin: -35px 0 0 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.serviceBox .title {
    color: #505050;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px;
}
.serviceBox .description {
    color: #212529;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
}
.serviceBox.blue .service-count {
    background: linear-gradient(135deg, #2c3e57 25%, #2c3e57 26%, #2c3e57 40%, #2c3e57 41%, #2d91ff 47%, #2c3e57 48%, #2c3e57 60%, #2c3e57 61%);
}
section.box-content h3 , section.box-content h4 {
    padding-bottom: 20px;
}
section.box-content h3{
font-size: 34px;
color:#A5234E !important;
font-weight:700;
text-transform:uppercase;
}
.section {
    padding: 70px 0;
    position: relative;
}
.bookWithContentArea {
    padding-top: 50px;
}
.bookWithContentArea .para {
    font-size: 15px !important;
    text-align: center;
    margin: 15px 0px;
    padding: 2px;
    line-height: 18px;
}
.para {
    font-size: 15px;
    line-height: 26px;
    color: #6e6e6e !important;
}
button.btn.bg-theme-blue.text-white.roundedBtn {
    padding: 9px !important;
    font-size: 13px;
    text-transform: uppercase;
    font-family: custom;
}
button.btn.bg-theme-blue.text-white.roundedBtn {
    padding: 9px !important;
    font-size: 13px;
    text-transform: uppercase;
    
}
.bg-theme-blue, .sticky {
    background-color: #a5234e !important;
    color:#fff !important;
    border-radius:25px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
   
    
}
img.w-100 {
    width: 83%;
}
.inner-points h3 {
    padding-bottom: 15px;
    font-size: 23px;
}
.inner-points{
padding-top:30px;
}
.last{
padding-bottom:30px;
}
.inner-points p {
    font-size: 17px;
    line-height: 25px;
}
.inner-txt-p ul li {
font-size: 17px;
    color: #000;
}
h4 {}

.book-form-content h4 {
    font-size: 25px;
    color: #000;
    padding-top:10px;
}

.book-form-content h3 {
    font-size: 50px;
    color: #fff;
}
#lp-writing h3 {
    font-size: 34px !important;
    color: #a5234e;
    font-weight: 700;
}
.book-form-content2 p{
color:#000;
padding:5px 0px;
}
.additional h4 {
    font-size: 34px;
    color: #a5234e;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.additional p {
    font-size: 18px;
    padding: 10px 0px;
  
}
#second p , #forth p {
    color: #fff;
}
#first:hover > p {
    color: #fff !important;
}

#first:hover p , #third:hover p, #fifth:hover p {
    color: #fff !important;
}
.s_boxes {
        height: 377px !important;
}
h3.h2Heading {
    font-size: 35px;
    padding-bottom: 20px;
    color: #a5234e;
    font-weight: 700;
}
.loader img {
    width: 50px;
    
}

.loader {
    text-align: center;
}

.industry-sec .nav-tabs li {
    height: 140px;
}



.process-wrapper {
    display: flex;
    align-items: flex-start;
    height: 286px;
    padding-bottom: 30px;
}
.process-no {
    border-right: 1px solid #eff0f1;
    padding-right: 0;
    margin-right: 15px;
    flex: 0 0 18%;
}
.process-no h5 {
    font-size: 14px;
    color: #666;
	margin:0px;
}
.process-no h2 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 42px;
}
.process-sec .container{
  width:1170px !important;
}
.ip-process-title-h4 {
    font-weight: 400;
    font-size: 36px;
    background-image: -moz-linear-gradient(90deg, rgba(21, 72, 144, .99608) 0, #1d6bda 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(165 35 78) 0, #0d0d51 100%);
    background-image: -ms-linear-gradient(90deg, rgba(21, 72, 144, .99608) 0, #1d6bda 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 60px;
	
}
.process-content p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    flex: 0 0 157px;
}
.process-wrapper h2 {
    font-weight: 400;
    font-size: 36px;
    background-image: -moz-linear-gradient(90deg, rgba(21, 72, 144, .99608) 0, #1d6bda 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(165 35 78) 0, #0d0d51 100%);
    background-image: -ms-linear-gradient(90deg, rgba(21, 72, 144, .99608) 0, #1d6bda 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin:0px;
}
.process-wrapper h3 {
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 8px;
}

.book-card-content span {
      font-size: 23px !important
    }

    .book-card-feild select {
      width: 100%;
      background: #f3f7fa !important;
      border-radius: 15px !important;
      height: 50px !important;
      margin-top: 0px !important;
      color: #1d4354 !important;
      border: 1px solid transparent;
      box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
      padding: 1px 17px !important;
      border: none;
      outline: none;
      margin-bottom: 15px;
    }
	
.schedule-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: rgb(0 0 0 / 90%);
}

.schedule-pop .pop-form {background: linear-gradient(31deg, #306170 30%, #0d3c4c 76%);padding: 60px;box-shadow: 0 5px 15px rgba(0, 0, 0, .5);border: 1px solid rgba(0, 0, 0, .2);border-radius: 6px;outline: 0;position: relative;width: 800px;height: 580px;}

.schedule-pop .popup_body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.schedule-pop .pop-form input, .schedule-pop .pop-form textarea, .schedule-pop .pop-form select {width: 100%;padding: 8px 40px !important;border-radius: 50px;outline: none;color: #616368;border: none;text-transform: capitalize;background-color: #fff !important;height: 48px;}

.schedule-pop .pop-form textarea {
    height: 109px
}

.schedule-pop .pop-form a.cls-pop {
    position: absolute;
    margin: 0;
    top: 20px;
    right: 20px;
    left: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    border: 3px solid #a5234e;
    background: #fff;
}

.schedule-pop .pop-form .tour-dtl {
    text-align: center;
    margin-bottom: 20px;
}

.schedule-pop .pop-form .tour-dtl h2 {
    font-size: 27px;
}

.schedule-pop .pop-form span.wpcf7-spinner {
    display: none;
}

.schedule-pop .pop-form .tour-dtl figure {
    margin: 0;
}

.schedule-pop .pop-form .tour-dtl figure img {
    max-width: 150px;
}

.schedule-pop .pop-form input::placeholder, .schedule-pop .pop-form textarea::placeholder {
    color: #000;
}

.form-btns button {background-color: #a5234e !important;padding: 12px 46px;color: #fff !important;font-size: 16px;border-radius: 50px;text-transform: uppercase;transition: 0.2s;font-weight: 700;letter-spacing: 1px;width: 100%;}

.schedule-pop .pop-form a.cls-pop:before,.schedule-pop .pop-form a.cls-pop:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 30px;
    background: #000;
    left: 0;
    top: 5px;
    right: 0;
    margin: 1px auto;
}

.schedule-pop .pop-form a.cls-pop:before {
    transform: rotate(45deg)
}

.schedule-pop .pop-form a.cls-pop:after {
    transform: rotate(316deg)
}

.tophead {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.tophead h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    letter-spacing: 0
}

.tophead h3 {
    font-size: 19px;
    color: #000
}	

.tophead p {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    width: 100%;
}


.popup-feild input::placeholder {
    color: #a1a1a1;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.fixed {position: fixed;top:0; left:0;width: 100%;  z-index:999;opacity:1;visibility:visible;-ms-animation-name: fadeInDown;-moz-animation-name: fadeInDown;-op-animation-name: fadeInDown;-webkit-animation-name: fadeInDown;animation-name: fadeInDown;-ms-animation-duration: 500ms;-moz-animation-duration: 500ms;-op-animation-duration: 500ms;-webkit-animation-duration: 500ms;animation-duration: 500ms;-ms-animation-timing-function: linear;-moz-animation-timing-function: linear;-op-animation-timing-function: linear;-webkit-animation-timing-function: linear;animation-timing-function: linear;-ms-animation-iteration-count: 1;-moz-animation-iteration-count: 1;-op-animation-iteration-count: 1;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;background: #ffffff;  }
.fixed .navbar_custom .navbar-nav > li > a {color: #a5234e;}
.navbar_custom .navbar-nav li.active a {color: #a5234e;}


@viewport{user-zoom: fixed;}
   .preloader {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99999999;
	background: radial-gradient(circle, #ffffff 44%, #a5234e 100%);
}

.preloader figure img {animation: pulse 1s linear infinite;max-width: 200px;}
.preloader figure {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;height: 100%;}

@keyframes pulse {
  0% {
    opacity: 0.9;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(0.8);
  }
}


.main_menu ul li.dropmenu {position: relative;}
.main_menu ul li.dropmenu:hover .sub-menu {opacity: 1; visibility: visible;}
.main_menu ul li.dropmenu .sub-menu {position: absolute;top: 48px;left: 20px;width: 210px;background: #FFFFFF !important;box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);display: block;z-index: 99; opacity: 0;  visibility: hidden;}
.main_menu ul li.dropmenu .sub-menu li {display: block; text-align: left;}
.main_menu ul li.dropmenu .sub-menu li a {font-size: 12px;padding: 10px 10px;display: block;border-bottom: solid 1px #404040;text-decoration: none;}

.main_header{display:flex;justify-content: space-between;align-items:center}
.site_logo{display:block}
.site_logo a{display:block}
.site_logo a img{width:100%;max-width: 200px;}
.main_menu{display:block;margin-left: -100px;}
.main_menu ul li{display:inline-block}
.main_menu ul li a{font-size:14px;font-weight:600;padding:0 0 0 31px;transition-duration:.5s;text-transform:uppercase;margin:0!important;color: #757577;}
.main_menu ul li.active a{color:#a5234e!important}
.main_menu ul li{display:inline-block}

.main_menu ul li.dropmenu .sub-menu{width:690px;display:flex;left:0;right:0;margin-left: -240px;}
.main_menu ul li.dropmenu .sub-menu li a{padding:21px 10px;display:flex;align-items:center;font-size:14px;gap:10px;font-weight: 400;line-height: 1.42857143;color: #333;}
.main_menu ul li.dropmenu .sub-menu li a:hover{background:#a5234e;color:#fff}
.main_menu ul li.dropmenu .sub-menu li a:hover img{filter:brightness(100)}

.custom_btns{display:flex;align-items:center;justify-content:center;gap:20px}
.custom_btns a{border-radius:50px;width:auto;background-color:#a5234e;color:#fff!important;font-size:13px;padding:9px 10px;font-family:"Poppins"!important;transition:.2s;box-shadow:0 0 17px 1px #a5234e}
header.header{padding:9px 0}

#satisfied-sec ul li {
    display: inline-block;
    width: 19%;
}

#satisfied-sec ul li img {
    width: 100%;
    max-width: 160px;
}

.awards{display:block}
.awards ul li{width:16%;display:inline-block}
.awards ul li img{transition:all .3s ease-in-out}
.awards ul li:hover img{transform:scale(1.2)}
.footer-logos ul li {
    display: inline-block;
    width: 19%;
}

.ftr-btm {
    margin-top: 40px;
}

.main_menu ul li a:hover {
    color: #a5234e;
}

.custom_btns a:hover{border-radius:50px;font-family:"Poppins"!important;background-color:#0e3f50;color:#fff!important;font-size:13px;padding:9px 22px;box-shadow:0 0 17px 1px #0e4557}


.choose-ul-main ul li { width: 50%; }
.choos-box:hover .choose-content p { color: #fff; }

.book-form-card input, 
.book-form-card select { width: 100%; background: #f3f7fa !important; border-radius: 15px !important; height: 50px !important; margin-top: 0px !important; color: #1d4354 !important; border: 1px solid transparent; box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%); padding: 8px 37px !important; border: 1px solid transparent !important; } 
.book-form-card .form-btns #submit { width: 100%; background-color: var(--primary) !important; padding: 12px 46px; color: #fff !important; font-size: 16px; border-radius: 50px; text-transform: uppercase; transition: 0.2s; font-weight: 700; letter-spacing: 1px; } 
.book-form-card .form-btns #submit:hover { background-color: #0e3f50; padding: 12px 46px; color: #fff; font-size: 16px; border-radius: 50px; text-transform: uppercase; -webkit-transform: scale(1.1); transform: scale(1.1); font-weight: 700; letter-spacing: 1px; }

.book-form-card { overflow: hidden; }


.innerbanner { position: relative; overflow: hidden; height: 60vh;display: flex ; justify-content: center; align-items: center; } 
.innerbanner figure { position: absolute; display: block; top: 0; left: 0; margin: 0; width: 100%; } 
.innerbanner figure img { width: 100%; height: 100vh; object-fit: cover; object-position: top; } 
.home-banner-content h1 { font-style: normal; font-weight: 700; font-size: 40px; line-height: 50px; color: #fff; margin: 0 0 15px; text-transform: uppercase; } 
.home-banner-content h1 span { } 
.home-banner-content p { font-weight: 400; font-size: 14px; line-height: 30px; color: #fff; text-transform: uppercase; }

.innerbanner:before { content: ""; position: absolute; display: block; width: 100%; height: 100%; background: #00000075; z-index: 1; left: 0; top: 0; } 
.home-banner-content { position: relative; z-index: 2; }

section#about-mission-sec { padding: 10px 0 100px; } 
.mission-txt { background: #FFFFFF; box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1); text-align: center; padding: 30px 30px 20px; min-height: 280px; margin: 0 0 30px 0; }

.mission-txt h3 { color: var(--primary); font-weight: bold; font-size: 34px; } 
.mission-txt p { font-size: 1.7rem; line-height: 2.67rem; color: #000; } 
#about-mission-sec button { width: 100%; max-width: 230px; margin: 20px auto -40px; display: block; } 
#about-sec-inner .about-inner { padding: 100px 0; text-align: center; } 
#about-sec-inner .about-inner h2 { color: #ffffff; font-weight: bold; font-size: 34px; margin-bottom: 30px; } 
#about-sec-inner .about-inner p { font-size: 18px; line-height: 160%; color: #fff; } 
#impeccable-sec { background: var(--primary); text-align: center; padding: 50px 0; } 
#impeccable-sec h2 { color: #fff; font-weight: bold; font-size: 34px; margin: 0 0 15px 0; } 
#impeccable-sec  p { font-size: 1.7rem; line-height: 2.67rem; color: #fff; } 
#impeccable-sec .row { margin-top: 40px; } 
.impeccable-box {background: #f7f7f7;min-height: 480px;} 
.impeccable-box h4 { color: var(--primary); font-weight: bold; font-size: 22px; padding: 15px 10px; margin: 10px 0 0 0; } 
#impeccable-sec .impeccable-box p { font-size: 16px; line-height: 160%; color: #000; padding: 0 15px; } 
.impeccable-box img { width: 100%; height: 276px; object-fit: cover; }

ul.tabs-custom-nav { width: 100%; display: flex; justify-content: space-around; margin: 30px auto; align-items: center; } 
ul.tabs-custom-nav li { display: inline-block; width: 20%; } 
ul.tabs-custom-nav li a { background: #a5234e; display: block; color: #fff; padding: 20px 10px; text-align: center; border-right: 1px solid; font-size: 16px; text-transform: uppercase; font-weight: 500; } 
ul.tabs-custom-nav li:last-child a { border-radius: 0 4px 4px 0; } 
ul.tabs-custom-nav li:first-child a { border-radius: 4px 0 0 4px; } 
.tab-txt h3 { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 35px; line-height: 45px; color: #000000; margin: 50px 0 15px; text-align: left; }  
.tabs-custom.general p { font-weight: 400; font-size: 17px !important; line-height: 160%; color: #000000; text-align: left !important; max-width: 600px; } 
.tabs-custom.general ul li { font-weight: 400; font-size: 17px !important; line-height: 30px; color: #000000; text-align: left !important; max-width: 600px; padding: 0 0 10px 18px; position: relative; } 
.tabs-custom.general ul li:before { background: #FF511A; content: ""; height: 10px; width: 10px; position: absolute; border-radius: 100%; top: 9px; left: 0; } 
ul.tabs-custom-nav li a.current { background: linear-gradient(98.34deg, #8B78FF 6.29%, #2400FF 129.29%); border-radius: 2px; color: #fff !important; background: linear-gradient(68.76deg, #FF001E 6.64%, #FFB800 145.11%); } 
.reviews-box { background: #FFFFFF; box-shadow: -1px 1px 13px rgba(0, 0, 0, 0.25); margin: 15px 0px 30px; padding: 50px 25px; min-height: 530px; } 
.reviews-box h4 { font-weight: 600; font-size: 24px; line-height: 29px; text-transform: uppercase; color: #000000; margin: 0 0 35px; } 
.reviews-box p { font-weight: 400; font-size: 16px; line-height: 22px; text-transform: lowercase; color: #000000; } 
.star-box { text-align: right; margin: 35px 0 0; }
ul.tabs-custom-nav li.last { padding: 0; }

#explore-wide-reang-sec {padding: 40px 0 0;margin: 0 0 -40px 0;} 
#explore-wide-reang-sec .head-sec { max-width: 800px; margin: 0 auto 30px; text-align: center; } 
#explore-wide-reang-sec .head-sec h2 {color: var(--primary);font-weight: bold;font-size: 36px;line-height: 130%;text-transform: uppercase;} 

.reviews-banner .home-banner-content { max-width: 800px; margin: 0 auto; } 
.reviews-banner .home-banner-content .edi-btn-st { display: flex; justify-content: center; }
#lp-writing .row.reverse { flex-direction: row-reverse; }
.biography-box .serviceBox.s_boxes { height: 260px !important; }

.main_menu ul li.dropmenu .sub-menu { width: max-content; display: grid; grid-template-columns: repeat(3, 1fr); /* 3 columns */ gap: 0px; list-style: none; padding: 0; }
.main_menu ul li.dropmenu .sub-menu li a img { width: 50px; height: 50px; }
