header.header-main.showmenu .logowrp img {
    filter: none;
}
#jqcheck {
    background: #fff9d7;
    text-align: center;
    color: #333;
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    z-index: 9991;
    width: 100%;
    font-family: 'Poppins',sans-serif
}

* {
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color)
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        -webkit-appearance:none!important;
        line-height: 28px!important
    }
}

body {
    font-family: 'Poppins',sans-serif;
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative
}

.ff-primary {
    font-family: 'Poppins',sans-serif
}

.ff-secondary {
    font-family: 'Poppins',sans-serif
}

.fc-primary {
    color: var(--primary-color)
}

.fc-secondary {
    color: var(--secondary-color)
}

.fc-dark {
    color: var(--theme-dark)
}

.fc-lite {
    color: var(--theme-lite)
}

.primary-btn,.secondary-btn {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 15px;
    position: relative;
    display: table;
    border-radius: 3px
}

.primary-btn:after,.secondary-btn:after {
    content: "\e957";
    font-family: 'icomoon'!important;
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle
}

.primary-btn {
    background: var(--primary-color);
    color: #fff
}

.primary-btn:hover {
    background: var(--primary-color-dark);
    color: #fff
}

.secondary-btn {
    background: var(--secondary-color);
    color: #fff
}

.secondary-btn:hover {
    background: var(--secondary-color-dark);
    color: #fff
}

.banner-btn {
    text-transform: capitalize;
    display: inline-block;
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff!important;
    background-color: transparent;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #fff!important
}

.secpad-100 {
    padding: 100px 0
}

.sm-btn {
    font-size: 14px
}

.md-btn {
    font-size: 16px
}

.lg-btn {
    font-size: 18px
}

.xl-btn {
    font-size: 20px
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p {
    margin: 0;
    padding: 0
}

h1,.h1,h2,.h2 {
    font-family: 'Poppins',sans-serif
}

h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    font-family: 'Poppins',sans-serif;
    padding-bottom: 10px;
    color: var(--theme-dark)
}

h2,.h2 {
    font-size: 6.7vmin
}

h3,.h3 {
    font-size: var(--font-size-h3);
    font-weight: 600
}

h4,.h4 {
    font-size: var(--font-size-h4)
}

h5,.h5 {
    font-size: var(--font-size-h5)
}

h6,.h6 {
    font-size: var(--font-size-h6)
}

p {
}

p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0;
    color: #687087
}

.sec-padding-100 {
    padding: 100px 0
}

.sec-padding-90 {
    padding: 90px 0
}

.sec-padding-80 {
    padding: 80px 0
}

.sec-padding-70 {
    padding: 70px 0
}

.sec-padding-60 {
    padding: 60px 0
}

.sec-padding-xlarge {
    padding: 50px 0
}

.sec-padding-large {
    padding: 40px 0
}

.sec-padding-medium {
    padding: 30px 0
}

.sec-padding-small {
    padding: 25px 0
}

.sec-padding-xsmall {
    padding: 10px 0
}

.sec-margin-100 {
    margin: 100px 0
}

.sec-margin-90 {
    margin: 90px 0
}

.sec-margin-80 {
    margin: 80px 0
}

.sec-margin-70 {
    margin: 70px 0
}

.sec-margin-60 {
    margin: 60px 0
}

.sec-margin-xlarge {
    margin: 50px 0
}

.sec-margin-large {
    margin: 40px 0
}

.sec-margin-medium {
    margin: 30px 0
}

.sec-margin-small {
    margin: 25px 0
}

.sec-margin-xsmall {
    margin: 10px 0
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.tt-uppercase {
    text-transform: uppercase
}

.tt-capitalize {
    text-transform: capitalize
}

p strong {
    color: #000
}

p span {
    color: #000
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}

img {
    border: 0;
    outline: none
}

ul,li {
    list-style-type: none
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

h2,.h2 {
    color: #171717;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px
}

h2 span,.h2 span {
    color: var(--primary-color)
}

h1,.h1 {
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px
}

h1 span,.h1 span {
    color: ff9f1c
}

a {
    text-decoration: none
}

.list-simple {
    list-style: none;
    margin: 0 0 15px 0;
    width: 100%;
    display: inline-block
}

.list-simple li {
    color: var(--default-color);
    padding: 0 0 10px 16px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.list-simple li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: var(--secondary-color);
    content: "\e93a";
    font-family: 'icomoon'!important
}

.moreFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.scale-with-transition {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.btn-1 {
    color: #fff;
    background-color: #c728a8;
    padding: 15px 30px;
    font-size: 16px;
    border: 1px solid #fc9d1b;
    border-radius: 7px;
    font-weight: 500;
    transition: .5s all;
    margin: 0;
    display: inline-block
}

.btn-1:hover {
    transform: translateY(-.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff
}

.btn-2 {
    color: #c728a8;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff0;
    padding: 15px 30px;
    border-radius: 7px;
    border: 1px solid;
    transition: .5s all;
    margin: 0 0 0 15px;
    display: inline-block
}

.btn-2:hover {
    transform: translateY(-.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #c728a8
}

header {
    display: block;
    padding: 0 0 17px;
    position: fixed;
    width: 100%;
    z-index: 999
}

header.showmenu {
    background-color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 22%)
}

header.showmenu .navwrp ul li a {
    color: #222
}

header.showmenu header .navwrp {
    margin: 15px 0 0
}

header .logowrp img {
    width: 125px;
    margin: 5px 0 0 0;
    filter: brightness(0) invert(1);
}

header .logowrp .clr-logo {
    display: none
}

header.showmenu .clr-logo {
    display: block
}

header.showmenu .wt-logo {
    display: none
}

header.showmenu .navwrp {
}

header .navwrp {
    display: block;
    margin: 23px 0 0
}

header .navwrp ul {
    margin: -10px 0 0;
    display: block
}

header .navwrp ul li {
    display: inline-block;
    margin-right: 19px
}

header .navwrp.top-nav ul li a {
}

header .navwrp.top-nav ul {
    margin: 0
}

header .navwrp ul li a {
    font-size: 13px;
    color: #fff;
    transition: .4s all;
    font-weight: 500;
    padding: 0 0 30px
}

header .navwrp ul li a.nmbrwrp {
    font-weight: 600;
    font-size: 16px;
    color: #c728a8
}

header .navwrp ul li a:hover {
    color: #c728a8
}

header .navwrp ul li.btnnav {
    margin: 0
}

header .navwrp ul li.btnnav a {
    background-color: #c728a8;
    color: #fff;
    padding: 10px 10px;
    border-radius: 7px;
    margin: 0 0 0 7px
}

header .navwrp ul li.btnnav a.btn-secnd {
    background: unset;
    font-size: 16px;
    font-weight: bold
}

header .navwrp ul li.btnnav a.btn-secnd img {
    width: 55px;
    filter: hue-rotate(277deg);
}

header.showmenu .navwrp ul li a.blink {
    color: #000
}

header .drowpdown {
    transition: .4s;
    display: none!important;
    position: absolute;
    background-color: #fff;
    padding: 10px 0 14px;
    width: 220px;
    top: 50px;
    left: 0;
    width: 440px;
    background: #fff;
    height: auto;
    border-radius: 6px;
    box-shadow: 4px 2px 31px 0 #93692f2e;
    border: 1px so
}

header .ser-drop {
    position: relative;
    padding: 3px 0
}

header .drowpdown li {
    display: block!important;
    color: #000;
    margin: 0 0 0 16px!important
}

header .drowpdown li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #c728a8;
    border-radius: 50%;
    display: none;
    left: -10px;
    top: 8px
}

header.showmenu .drowpdown li a {
    color: #000!important
}

header .drowpdown li a {
    color: #000!important;
    text-align: start;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 17px 20px 13px 30px!important;
    border-bottom: 1px solid #82849038
}

header .drowpdown li a:hover {
    color: #c728a8!important
}

header .drowpdown ul {
    margin: 0
}

header .drowpdown:before {
    content: "";
    position: absolute;
    content: "";
    top: -9px;
    left: 17px;
    z-index: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(44deg);
    border-radius: 5px;
    border-top: 1px solid #cbd6e2;
    border-left: 1px solid #cbd6e2
}

header .ser-drop:hover .drowpdown {
    display: block!important
}

.blink {
    animation: blinker 1s step-start infinite
}

@keyframes blinker {
    50% {
        color: #c728a8;
    }
}

.home-banner-wrp {
    background-image: url(https://www.bookwriters.ca/assets/images/xcontact-banner.jpg.pagespeed.ic.7VQpbTKlgm.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 70px
}

.home-banner-wrp .txtwrp {
}

.home-banner-wrp .txtwrp h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize
}

.home-banner-wrp .txtwrp h2 span {
    color: #c728a8
}

.home-banner-wrp .txtwrp h1 {
    font-size: 34px!important;
    color: #fff!important;
    font-weight: 600!important;
    text-transform: capitalize!important
}

.home-banner-wrp .txtwrp h1 span {
    color: #c728a8!important
}

.home-banner-wrp .txtwrp h1 span {
    color: #c728a8!important
}

.home-banner-wrp .txtwrp h4 {
    color: #c728a8;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0 0 15px;
    font-weight: 400
}

.home-banner-wrp .txtwrp .subhead {
    color: #c728a8;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0 0 15px;
    font-weight: 400
}

.home-banner-wrp .txtwrp p {
    color: #fff;
    font-size: 18px;
    line-height: 32px
}

.home-banner-wrp .imgwrp {
}

.home-banner-wrp .imgwrp ul {
    margin: 0
}

.home-banner-wrp .imgwrp ul li {
    display: inline-block;
    margin: 0 30px 0 0
}

.home-banner-wrp .imgwrp ul li img {
    width: 120px
}

.home-banner-wrp .btnwrp {
    display: block;
    padding: 30px 0 0
}

.home-banner-wrp .btnwrp .btn-2 {
    background: #fff
}

.cstm-banner-form {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 9;
    border-radius: 9px;
    width: 90%;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
    text-align: center;
    margin: 40px 0 0;
    float: right
}

.cstm-banner-form .intl-tel-input {
    width: 100%;
    margin-bottom: 18px
}

.cstm-banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px
}

.cstm-banner-form form {
    padding: 30px 20px;
    border-radius: 22px
}

.cstm-banner-form h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    font-family: poppins,sans-serif!important;
    color: #000;
    text-align: left;
    margin: 0;
    text-transform: capitalize
}

.cstm-banner-form h3 span {
    font-weight: 700
}

.cstm-banner-form a {
    display: inline-block;
    margin: 0 0 20px;
    color: #fff;
    position: relative;
    font-family: poppins,sans-serif;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 15px
}

.cstm-banner-form select,.cstm-banner-form input {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid #d4d4d4;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    font-family: poppins,sans-serif;
    height: 43px;
    border-radius: 10px;
    background: transparent;
    color: #000;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.09)
}

.cstm-banner-form textarea {
    min-height: 115px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4!important;
    outline: none;
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 600;
    border-radius: 12px;
    font-family: poppins,sans-serif;
    background: #d2b48c00;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.09)
}

.cstm-banner-form input[type="submit"] {
    border: none;
    box-shadow: none;
    padding: 13px 16px;
    margin-top: 0;
    border-radius: 5px;
    margin-bottom: 0;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    margin: 0 auto!important;
    height: auto;
    color: #fff;
    font-weight: 600;
    background: #c728a8
}

.cstm-banner-form input::placeholder,.cstm-banner-form textarea::placeholder {
    color: #a6a7a6
}

.cstm-banner-form a.chat.form-chat {
    background: 0 0!important;
    color: #000;
    margin: 10px 0 0;
    padding: 0
}

.home-bnr .btnwrp .btn-one:hover {
    color: #fff
}

.cstm-banner-form p {
    color: #c728a8;
    font-weight: 600;
    text-align: left;
    padding-bottom: 8px;
    font-size: 16px
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #000
}

.main-index .cstm-banner-form {
    margin: 90px 0 0
}

.clients-logowrp {
    background: #f6f4f291;
    padding: 40px 0
}

.clients-logowrp .logowrp {
}

.clients-logowrp .logowrp h4 {
    color: #8c9aaf;
    display: block;
    text-align: center;
    font-size: 22px;
    padding: 0 0 20px
}

.clients-logowrp .logowrp ul {
    margin: 0;
    text-align: center;
    display: block
}

.clients-logowrp .logowrp ul li {
    display: inline
}

.clients-logowrp .logowrp ul li img {
    width: 150px;
    height: 50px
}

.upr-head {
    color: #c728a8;
    font-size: 18px;
    text-transform: capitalize;
    background: #c728a826;
    display: inline-block;
    padding: 7px 11px;
    border-radius: 8px;
    margin: 0 0 15px
}

.main-heading {
    font-size: 32px;
    font-weight: 600;
    color: #223235
}

.main-pera {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500
}

.secnd-fld {
    padding: 70px 0
}

.secnd-fld .imgwrp {
}

.secnd-fld .imgwrp img {
    width: 100%;
    padding: 10px 10px;
    border: 2px solid #c728a8
}

.secnd-fld .btnwrp {
    display: block;
    padding: 15px 0 0
}

.secnd-fld .mainwrp {
    margin: 60px 0 0;
    border: 1px solid #c728a8;
    padding: 30px 20px 0;
    height: 281px;
    border-radius: 5px
}

.secnd-fld .mainwrp .img-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0
}

.secnd-fld .mainwrp .img-box img {
    width: 40px;
    filter: hue-rotate(277deg);
}

.secnd-fld .mainwrp .txtdiv {
    display: inline-block;
    width: 100%
}

.secnd-fld .mainwrp .txtdiv h4 {
    font-size: 22px;
    color: #223235;
    font-weight: 600;
    width: 100%;
    padding: 0 0 10px
}

.secnd-fld .mainwrp .txtdiv p {
    font-size: 14px;
    height: 110px
}

.secnd-fld .long-pera {
    height: 160px
}

.portfoliowrp {
    padding: 70px 0;
    background: #091523
}

.portfoliowrp .txtwrp {
    display: block;
    text-align: center
}

.portfoliowrp .txtwrp h2 {
    color: #fff
}

.portfoliowrp .txtwrp p {
    color: #fff
}

.portfoliowrp .port-box {
    display: block;
    text-align: center
}

.portfoliowrp .port-box ul {
    margin: 40px 0 0
}

.portfoliowrp .port-box ul li {
    display: inline-block;
    width: 16%;
    margin: 0 10px
}

.portfoliowrp .port-box ul li img {
    width: 100%
}

.portfoliowrp .btnwrp {
    display: block;
    text-align: center;
    padding: 40px 0 0
}

.writing-serviceswrp {
    padding: 70px 0;
    background: #e8e8e829
}

.writing-serviceswrp .txtwrp {
    display: block;
    text-align: center
}

.writing-serviceswrp .txtwrp ul {
    margin: 30px 0 0
}

.writing-serviceswrp .txtwrp ul li {
    display: inline-block;
    margin: 0 10px 40px;
    box-shadow: 0px 0px 20px 1px #e0d6d673;
    border-radius: 5px;
    height: 170px;
    text-align: center;
    transition: 1s cubic-bezier(.51,.92,.27,.96)!important;
    width: 135px;
    padding: 40px 0 0;
    background: #fff
}

.writing-serviceswrp .txtwrp ul li img {
    width: 46px
}

.writing-serviceswrp .txtwrp ul li span {
    display: block;
    color: #222;
    font-size: 16px;
    padding: 12px 0 0
}

.cta-wrp {
    background-image: url(https://www.bookwriters.ca/assets/images/xcta-bg.jpg.pagespeed.ic.QwsWAed3Kd.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 90px;
    position: relative;
    z-index: 1
}

.cta-wrp:after {
    content: "";
    position: absolute;
    background: #00000000;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

.cta-wrp .txtwrp {
}

.cta-wrp .txtwrp h2 {
    color: #fff
}

.cta-wrp .txtwrp p {
    color: #fff
}

.cta-wrp .btnwrp {
    display: block;
    padding: 20px 0 0
}

.reasonwrp {
    background-color: #fff;
    padding: 90px 0;
    position: relative;
    z-index: 1;
    left: 0
}

.reasonwrp:after {
    content: "";
    background-color: #091523;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    z-index: -1
}

.reasonwrp .mainwrp {
    width: 80%;
    float: right
}

.reasonwrp .txtwrp h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 30px
}

.reasonwrp .txtwrp h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 30px
}

.reasonwrp .txtwrp .subhead {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 30px
}

.reasonwrp .txtwrp .heads {
    color: #fff;
    font-size: 22px;
    position: relative;
    padding: 0 0 10px 25px
}

.reasonwrp .txtwrp .heads:after {
    content: "";
    position: absolute;
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    border-radius: 50%;
    top: 0;
    color: #c728a8
}

.reasonwrp .txtwrp h4 {
    color: #fff;
    font-size: 22px;
    position: relative;
    padding: 0 0 10px 25px
}

.reasonwrp .txtwrp p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    padding: 0 0 30px 25px;
    margin: 0
}

.reasonwrp .txtwrp h4:after {
    content: "";
    position: absolute;
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    border-radius: 50%;
    top: 0;
    color: #c728a8
}

.reasonwrp .imgwrp {
}

.reasonwrp .imgwrp img {
    width: 100%;
    height: 550px;
    object-fit: cover
}

.reasonwrp .btnwrp {
    display: block;
    padding: 15px 0 0
}

.tetiwrp {
    padding: 60px 0 100px;
    position: relative;
    z-index: 0
}

.tetiwrp .txtwrp {
    display: block;
    text-align: center;
    padding: 0 0 70px;
    width: 80%;
    margin: 0 auto 30px
}

.tetiwrp .txtwrp h4 {
}

.tetiwrp .mainwrp {
    display: block;
    text-align: center
}

.tetiwrp .mainwrp .imgwrp {
    padding: 40px 30px;
    box-shadow: 0px 6px 21px 11px rgb(0 0 0 / 8%);
    border-radius: 20px;
    height: 360px;
    position: relative;
    background: #fff;
    width: 100%;
    border: 1px solid #e57c2e
}

.tetiwrp .mainwrp .imgwrp img {
    margin: -110px 0 0
}

.tetiwrp .mainwrp .imgwrp h4 {
    color: #3a4546;
    font-size: 22px;
    padding: 50px 0 0
}

.tetiwrp .mainwrp .imgwrp span {
    display: block;
    color: #617071;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px
}

.tetiwrp .mainwrp:after {
    content: "";
    position: absolute;
    width: 112%;
    height: 430px;
    top: -30px;
    right: -25px;
    z-index: -1;
    background-image: url(https://www.bookwriters.ca/assets/images/xtesti-bg-2.png.pagespeed.ic.pct9KG6DLr.png);
    background-repeat: no-repeat;
    background-size: 92%;
    filter: hue-rotate(277deg);
}

.tetiwrp .mainwrp .imgwrp p {
    color: #617071;
    font-size: 13px;
    padding: 10px 0 0
}

.tetiwrp .mainwrp .imgwrp h2 {
    color: #ee8130;
    display: inline-block;
    border: 3px solid;
    font-size: 42px;
    font-weight: 500;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 23px 0 0;
    position: absolute;
    top: -50px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto
}

.btmfrom {
    padding: 70px 0;
    background: #091523
}

.btmfrom .txtwrp {
}

.btmfrom .txtwrp h2 {
    color: #fff
}

.become-pg .btmfrom .txtwrp h2 {
    color: #222
}

.btmfrom .txtwrp p {
    color: #fff
}

.btmfrom .formwrp {
}

.btmfrom .formwrp form {
}

.btmfrom .formwrp form .lablewrp {
}

.btmfrom .formwrp form .lablewrp input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 13px;
    border-radius: 5px;
    height: 50px;
    font-weight: 400;
    outline: none!important;
    margin: 0 0 15px
}

.btmfrom .formwrp form .lablewrp input.btnwrp {
    background: #20cb98;
    outline: none;
    transition: .4s;
    border-radius: 7px;
    font-size: 16px;
    background: #c728a8;
    color: #0b1442;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    width: 70%;
    height: 50px;
    margin: 20px 0 0;
    border: none;
    cursor: pointer
}

.btmfrom .formwrp form .lablewrp select {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 13px;
    border-radius: 5px;
    height: 50px;
    font-weight: 400;
    outline: none!important
}

.btmfrom .formwrp form .lablewrp textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: gray;
    font-size: 13px;
    border-radius: 5px;
    resize: none;
    font-weight: 400;
    outline: none!important
}

.btmfrom .formwrp form .lablewrp input.btnwrp:hover {
    transform: translateY(-.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btmfrom .formwrp form select#countryCode {
    width: 20%
}

.btmfrom .formwrp form input#free_cons_phone1 {
    width: 78%
}

a.quest-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: inherit;
    color: #223235;
    padding: 0 15px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    line-height: 60px;
    display: inline-block;
    transition: all .15s linear 0s;
    text-decoration: none;
    border-bottom: 1px solid #dbdbdb
}

a.quest-title:after {
    content: '\f107';
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 26px
}

.quest-content {
    padding: 15px 20px;
    display: none;
    margin-bottom: 0;
    float: left;
    width: 100%
}

.formwrap .imgwrp {
    margin: 10px 0
}

.formwrap .imgwrp img {
    width: 100%
}

.roleswrp .row.bodrbtm {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 30px
}

.roleswrp .row.bodrbtm span {
    color: #23233c;
    font-size: 14px
}

.roleswrp .row.bodrbtm h4 {
    color: #727284;
    font-size: 18px;
    font-weight: 400;
    padding: 0
}

.roleswrp .row.bodrbtm .btnwrp {
    display: block;
    text-align: right
}

.roleswrp .row.bodrbtm .btnwrp a {
    color: #7189ff
}

.roleswrp {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -460px -230px
}

.roleswrp .row.bodrbtm h4 {
    color: #727284;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 0 20px
}

footer {
    background: #091523;
    padding: 90px 0 40px
}

footer .logowrp {
}

footer .logowrp img {
    width: 160px;
    margin: -15px 0 30px;
    filter: brightness(0) invert(1);
}

footer .logowrp p {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}

footer .navwrp {
    position: relative
}

footer .navwrp h4 {
    color: #c728a8;
    font-size: 22px;
    font-variant: JIS04
}

footer .navwrp ul {
    margin: 0
}

footer .navwrp ul li {
    display: block;
    padding: 0 0 10px
}

footer .navwrp ul li a {
    font-size: 14px;
    color: #fff
}

footer .navwrp img {
    position: absolute;
    width: 340px;
    bottom: -80px;
    right: 0
}

.ftr-btm {
    background: #091523;
    box-shadow: rgb(255 251 251 / 5%) 0px -9px 23px 4px;
    padding: 30px 0 20px
}

.ftr-btm .txtdiv {
}

.ftr-btm .txtdiv p {
    padding: 0;
    color: #fff
}

.ftr-btm .txtdiv ul {
    margin: 0;
    text-align: center;
    display: block
}

.ftr-btm .txtdiv ul li {
    display: inline-block;
    margin: 0 11px
}

.ftr-btm .txtdiv ul li a {
    font-size: 19px;
    color: #fff
}

.ftr-btm .txtdiv ul li a i {
}

.ftr-btm .txtwrp {
}

.ftr-btm .txtwrp ul li {
    display: inline-block;
    margin: 0 0 0 20px
}

.ftr-btm .txtwrp ul {
    margin: 0;
    display: block;
    text-align: right
}

.ftr-btm .txtwrp ul li a {
    color: #fff;
    font-size: 13px
}

.wht-we-dev {
    padding: 70px 0
}

.wht-we-dev .txtwrp {
    display: block;
    text-align: center;
    padding: 0 0 40px;
    width: 80%;
    margin: 0 auto
}

.wht-we-dev .txtwrp h2 {
}

.wht-we-dev .mainwrp {
}

.wht-we-dev .mainwrp ul {
    text-align: center
}

.wht-we-dev .mainwrp ul li {
    display: inline-block;
    width: 23%;
    margin: 0 9px 25px;
    text-align: left;
    transition: all .5s ease
}

.wht-we-dev .mainwrp ul li .maindiv {
    background-color: #f6f6f6;
    padding: 50px 20px;
    transition: all .5s ease;
    height: 435px
}

.wht-we-dev .mainwrp ul li .maindiv .imgwrp {
    margin: 0 0 10px
}

.wht-we-dev .mainwrp ul li .maindiv .imgwrp img {
    width: 40px
}

.wht-we-dev .mainwrp ul li .maindiv.dark {
    background-color: #091523
}

.wht-we-dev .mainwrp ul li .maindiv.dark h4 {
    color: #fff
}

.wht-we-dev .mainwrp ul li .maindiv.dark .heads {
    color: #fff
}

.wht-we-dev .mainwrp ul li .maindiv.dark p {
    color: #fff
}

.wht-we-dev .mainwrp ul li .maindiv.dark img {
    filter: invert(1)
}

.wht-we-dev .mainwrp ul li .maindiv .txtdiv {
    height: 190px
}

.wht-we-dev .mainwrp ul li .maindiv .txtdiv h4 {
    font-size: 22px;
    padding: 0 0 20px
}

.wht-we-dev .mainwrp ul li .maindiv .txtdiv .heads {
    font-size: 20px;
    padding: 0 0 20px;
    color: #000
}

.wht-we-dev .mainwrp ul li .maindiv.dark .txtdiv .heads {
    font-size: 20px;
    padding: 0 0 20px;
    color: #fff
}

.wht-we-dev .mainwrp ul li .maindiv .txtdiv p {
    font-size: 14px;
    height: 160px
}

.wht-we-dev .mainwrp ul li .maindiv .txtdiv .imgwrp {
}

.wht-we-dev .mainwrp ul li .maindiv .txtdiv .imgwrp img {
}

.wht-we-dev .mainwrp ul li .maindiv .btnwrp {
    display: block;
    padding: 50px 0 0
}

.processwrp {
    padding: 70px 0;
    background-image: url(https://www.bookwriters.ca/assets/images/xcontact-bg.png.pagespeed.ic.iBBWBFy3Fa.png);
    background-repeat: no-repeat;
    background-size: cover
}

.processwrp .txtwrp {
    display: block;
    text-align: center;
    padding: 0 0 50px;
    width: 80%;
    margin: 0 auto
}

.processwrp .imgwrp {
    min-height: 170px
}

.processwrp .imgwrp img {
    margin-right: 40px;
    width: 120px
}

.processwrp .steps_grid {
    position: relative;
    text-align: center;
    min-width: 307px;
    left: -123px;
    padding-top: 50px;
    height: 1170px
}

.processwrp .steps_grid img {
    height: 3050px;
    width: 60%
}

.processwrp .stepwrp {
    min-height: 250px
}

.processwrp .stepwrp.left {
    display: block;
    text-align: right
}

.processwrp .stepwrp.left h4 span {
    right: -70px
}

.processwrp .stepwrp h4 {
    position: relative;
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 600;
    line-height: normal
}

.processwrp .stepwrp h4 span {
    color: #c728a8;
    font-style: normal;
    font-size: 54px;
    position: absolute;
    top: -18px;
    left: -70px
}

.processwrp .stepwrp p {
    font-size: 14px
}

.air {
    position: absolute;
    bottom: -1842px;
    height: auto!important
}

.service-pg .wht-we-dev .mainwrp ul li .maindiv.dark .btn-1 {
    background: #fff;
    color: #c728a8
}

.cta-wrp .btnwrp :last-child {
    margin: 0 0 0 12px
}

.process-2 .processwrp .stepwrp {
    min-height: 160px
}

.process-2 .processwrp .steps_grid img {
    height: 834px;
    width: unset
}

.process-2 .processwrp .steps_grid {
    height: 780px
}

.process-2 .air {
    bottom: -139px
}

.process-3 .processwrp .stepwrp {
    min-height: 180px
}

.process-3 .processwrp .steps_grid img {
    height: 674px;
    width: unset
}

.process-3 .processwrp .steps_grid {
    height: 780px
}

.process-3 .air {
    bottom: -18px;
    left: 50px
}

.process-4 .processwrp .stepwrp {
    min-height: 180px
}

.process-4 .processwrp .steps_grid img {
    height: 900px;
    width: unset
}

.process-4 .processwrp .steps_grid {
    height: 780px
}

.process-4 .air {
    bottom: -200px;
    left: 50px
}

.process-4.neew .air {
    bottom: -300px
}

.process-4.neew .processwrp .steps_grid img {
    height: 1000px
}

.contactbox {
    padding: 0 0 70px;
    margin: -60px 0 0
}

.contactbox .mainwrp {
    padding: 60px 35px;
    display: block;
    text-align: center;
    box-shadow: 0px 6px 21px 11px rgb(0 0 0 / 8%);
    border: 2px solid #ee8130;
    border-radius: 15px;
    background: #fff
}

.contactbox .mainwrp i {
    font-size: 52px;
    color: #c728a8;
    margin: 0 0 15px
}

.contactbox .mainwrp h4 {
    color: #3a4546;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px 0
}

.contactbox .mainwrp a {
}

.contactbox .mainwrp p {
    padding: 0 0 40px
}

.contact-bnr {
    padding: 170px 0 170px
}

.our-testi {
    padding: 60px 0;
    background-color: #f0f0f0
}

.our-testi .txtwrp {
    text-align: center;
    display: block;
    padding: 0 0 40px
}

.our-testi .mainwrp {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px 30px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    margin: 0 0 40px
}

.our-testi .mainwrp p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ada2a261;
    padding: 0 0 10px;
    margin: 0 0 20px
}

.our-testi .mainwrp .namwrp {
    display: inline-block
}

.our-testi .mainwrp .namwrp h4 {
    font-size: 17px;
    color: #000;
    padding: 0 0 0
}

.our-testi .mainwrp .namwrp h6 {
    color: #6c7b86;
    font-size: 14px;
    padding: 6px 0 0
}

.our-testi .mainwrp .namwrp span {
    color: #ffdd65;
    font-size: 16px
}

.our-testi .mainwrp .imawrp {
    display: inline-block;
    float: right;
    background: linear-gradient(43deg,#c29e33 0%,#ffdc73 99%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box
}

.our-testi .mainwrp .imawrp span {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 9px 0 0 10px;
    display: block
}

.our-testi .mainwrp:hover {
    box-shadow: 0px 0px 20px 1px #d2d2d2bf;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05)
}

.belowform img {
    max-width: 100%
}

.belowform h2,.belowform p {
    text-align: left
}

.belowform {
    padding: 130px 0 80px
}

.form-box-main h2 {
    width: 100%;
    line-height: 1.2;
    color: #000;
    text-align: left
}

.form-box-main p {
    text-align: left;
    font-size: 18px;
    width: 100%;
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 1.4
}

.form-box-main form input[type="text"],.form-box-main form select,.form-box-main form input[type="email"],.form-box-main form input[type="number"],.form-box-main form input[type="tel"],.form-box-main form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 0;
    border-bottom: 1px solid #b2b9c1;
    background: #fff;
    padding: 18px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    border-radius: 0
}

.form-box-main form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px;
    resize: none
}

.form-box-main form select {
    width: 100%;
    margin: 0 0 0 0;
    border-bottom: 1px solid #b2b9c1;
    padding: 12px 15px;
    color: #5b6b7f;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0
}

.form-box-main form input[type="submit"] {
    display: inline-block;
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer
}

.form-box-main form {
    width: 100%;
    margin: 0 auto
}

.form-box-main form .col-md-6,.form-box-main form .col-md-12 {
    padding-bottom: 20px
}

.tabs {
    display: none
}

.tabs.current {
    display: block
}

.servicesec {
    width: 100%;
    background-size: cover;
    background-position: top center;
    padding: 0 0 60px;
    text-align: center;
    background: #091523
}

.servicesec h4 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 700
}

.servicesec p {
}

.servicesec .boxwrap {
    display: inline-block;
    width: 100%;
    margin-top: -110px;
    text-align: center
}

.servicesec .boxwrap li {
    cursor: pointer;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 10px 20px;
    position: relative;
    border-radius: 10px;
    min-height: 215px;
    padding: 40px;
    float: left;
    background: #fff;
    width: 18.1%;
    -moz-box-shadow: 3px -8px 43px 0 rgba(0,0,0,.75);
    box-shadow: 3px -8px 43px 0px rgb(0 0 0 / 16%)
}

.servicesec .boxwrap li.current {
    background: #c728a8
}

.servicesec .boxwrap li.current i.two {
    background-position: -70px -70px
}

.servicesec .boxwrap li.current h6 {
    color: #fff
}

.servicesec .boxwrap li i {
    background-image: url(https://www.bookwriters.ca/assets/images/xservices-icons.png.pagespeed.ic.pn5mHD5sOo.png);
    background-repeat: no-repeat;
    width: 75px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.servicesec .boxwrap li i.one {
    background-position: 13px 10px
}

.servicesec .boxwrap li i.two {
    background-position: -70px 10px
}

.servicesec .boxwrap li i.three {
    background-position: -150px 10px
}

.servicesec .boxwrap li i.four {
    background-position: -230px 10px
}

.servicesec .boxwrap li i.five {
    background-position: -320px 10px
}

.servicesec .boxwrap li h6 {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #2c2c2c;
    font-size: 14px
}

.servicesec .boxwrap li:hover {
    box-shadow: 0px 0px 45px #20CB9817;
    transform: translateY(-.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #c728a8;
    background: -moz-linear-gradient(-45deg,#2a3db6 0%,#1169cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
    color: white;
}

.servicesec .boxwrap li:hover i.one {
    background-position: 13px -70px
}

.servicesec .boxwrap li:hover i.two {
    background-position: -70px -70px
}

.servicesec .boxwrap li:hover i.three {
    background-position: -150px -70px
}

.servicesec .boxwrap li:hover i.four {
    background-position: -230px -70px
}

.servicesec .boxwrap li:hover i.five {
    background-position: -320px -70px
}

.servicesec .boxwrap li:hover h6 {
    color: #fff
}

.services-navwrp .mainwrp-second .txtwrp {
}

.services-navwrp .mainwrp-second .txtwrp h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 30px;
    text-align: left
}

.services-navwrp .mainwrp-second .txtwrp p {
    color: #fff;
    text-align: left
}

.services-navwrp .mainwrp-second .imgtabs {
}

.services-navwrp .mainwrp-second .imgtabs ul {
    display: block;
    text-align: center;
    margin: 30px 0 0
}

.services-navwrp .mainwrp-second .imgtabs ul li {
    display: inline-block;
    width: 23%
}

.services-navwrp .mainwrp-second .imgtabs ul li img {
    width: 70px
}

.services-navwrp .mainwrp-second .imgtabs ul li p {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0
}

.services-navwrp .mainwrp-second .imgtabs .btn-secnd {
    color: #fff
}

.services-navwrp .btn-one:hover {
    color: #fff
}

.services-navwrp {
}

.services-navwrp .navwrp {
    display: block
}

.services-navwrp .navwrp ul {
    margin: -130px 0 40px;
    display: block;
    text-align: center
}

.services-navwrp .navwrp ul li {
    transition: .5s all;
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    padding: 40px 32px 40px;
    box-shadow: -2px 1px 20px 6px rgba(0,0,0,.11);
    border-radius: 5px;
    cursor: pointer;
    vertical-align: top
}

.services-navwrp .navwrp ul li:hover {
    background-color: #f33535
}

.services-navwrp .navwrp ul li:hover .mainwrp h4 {
    color: #fff!important
}

.services-navwrp .navwrp ul li .mainwrp {
}

.services-navwrp .navwrp ul li .mainwrp img {
    margin-bottom: 12px;
    width: 60%
}

.services-navwrp .navwrp ul li .mainwrp h4 {
    font-size: 14px;
    color: #222
}

.services-navwrp .imgdiv {
    height: auto
}

.services-navwrp .imgdiv img {
    width: 100%;
    height: 420px;
    object-fit: cover
}

.services-navwrp .mainwrp-second h2 span {
    color: #fff;
    font-weight: 200
}

.services-navwrp .mainwrp-second .btnwrp {
    text-align: left
}

.homepage .writing-serviceswrp {
    padding: 70px 0 130px;
    background: #e8e8e829
}

.ghst-pg .processwrp .steps_grid img {
    height: 1400px
}

.ghst-pg .air {
    bottom: -300px
}

.thnkyouwrp {
    padding: 200px 0 90px;
    display: block;
    text-align: center;
    width: 40%;
    margin: 0 auto
}

.thnkyouwrp .btnwrp {
}

.thnkyouwrp .btnwrp a {
}

.thnk-pg header {
    background: #091523
}

.footer-top {
    background: #091523;
    padding: 50px 0;
    border-bottom: 1px solid #5e5e5e5c
}

.footer-top .txtwrp h4 {
    color: #c728a8;
    font-size: 22px
}

.footer-top .genwrp {
}

.footer-top .genwrp ul {
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.footer-top .genwrp ul li {
    padding: 10px 0 0
}

.footer-top .genwrp ul li a {
    color: #fff;
    font-size: 14px
}

.order-pg header .navwrp ul li a {
    color: #000
}

.privacywrp {
    padding: 70px 0
}

.privacy-policy-banner::before {
    content: "";
    position: absolute;
    height: auto;
    width: 100%;
    background-color: #000000a8;
    top: 0
}

.clients-logowrp .logowrp span {
    color: #8c9aaf;
    display: block;
    text-align: center;
    font-size: 22px;
    padding: 0 0 20px
}

.tetiwrp .mainwrp .imgwrp .testiHead {
    color: #c728a8;
    display: inline-block;
    border: 3px solid;
    font-size: 42px;
    font-weight: 500;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 23px 0 0;
    position: absolute;
    top: -50px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto
}

.tetiwrp .mainwrp .imgwrp .names {
    color: #3a4546;
    font-size: 22px;
    padding: 20px 0 0
}

.tetiwrp .mainwrp .imgwrp .authors {
    display: block;
    color: #617071;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px
}

.footer-top .txtwrp .rawTopHead {
    color: #c728a8;
    font-size: 22px
}

footer .navwrp .rawTopHead {
    color: #c728a8;
    font-size: 22px;
    font-variant: JIS04
}

.secnd-fld .mainwrp .txtdiv .heads {
    font-size: 22px;
    color: #223235;
    font-weight: 600;
    width: 100%;
    padding: 0 0 10px
}

.servicesec .boxwrap li.current .boxHeads {
    color: #fff
}

.wht-we-dev .mainwrp ul li .maindiv .txtdiv .head {
    font-size: 22px;
    padding: 0 0 20px;
    color: #000
}

.wht-we-dev .mainwrp ul li .maindiv.dark .head {
    color: #fff
}

.processwrp .stepwrp .heads {
    position: relative;
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 600;
    line-height: normal
}

.processwrp .stepwrp.left .heads span {
    right: -70px
}

.processwrp .stepwrp .heads span {
    color: #c728a8;
    font-style: normal;
    font-size: 54px;
    position: absolute;
    top: -18px;
    left: -70px
}

.roleswrp .row.bodrbtm p {
    color: #727284;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 0 20px
}

.quest-title h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: inherit;
    color: #223235;
    padding: 0 15px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    line-height: 60px;
    display: inline-block;
    transition: all .15s linear 0s;
    text-decoration: none;
    border-bottom: 1px solid #dbdbdb
}

.cstm-banner-form .heads {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    font-family: poppins,sans-serif!important;
    color: #000;
    text-align: left;
    margin: 0;
    text-transform: capitalize
}

.secScroller {
    margin: 4rem 0 0
}

.secScroller .main-pera p {
    text-align: center
}

.secScroller .heads {
    font-size: 38px;
    font-weight: 600;
    color: #223235;
    padding: 0 0 20px
}

.secScroller .scrollWrap {
    height: 24rem;
    overflow-y: auto;
    overflow-x: hidden
}

.secScroller .scrollWrap {
    padding-right: 10px
}

.secScroller .scrollWrap .heads {
    font-size: 22px;
    font-weight: 600
}

.mainwrp ul li {
    list-style: disc;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px
}

.ftrtopSpace {
    display: none
}

@media (min-width: 0px) and (max-width:769px) {
    header .navwrp ul {
        display:none
    }

    .reasonwrp .imgwrp img {
        display: none
    }

    .tetiwrp .mainwrp:after {
        display: none
    }

    .home-banner-wrp {
        padding: 130px 0 70px!important
    }

    .home-banner-wrp .txtwrp h2 {
        font-size: 34px
    }

    .home-banner-wrp .txtwrp h4 {
        font-size: 20px
    }

    .home-banner-wrp .imgwrp ul li {
        margin: 0 10px 0 0
    }

    .home-banner-wrp .imgwrp ul li img {
        width: 110px
    }

    .btn-1 {
        padding: 15px 15px;
        font-size: 13px
    }

    .btn-2 {
        padding: 15px 15px;
        font-size: 13px
    }

    .cstm-banner-form {
        width: 100%
    }

    .home-banner-wrp .txtwrp p {
        font-size: 13px;
        line-height: 20px
    }

    .home-banner-wrp .txtwrp h1 {
        font-size: 30px!important
    }

    .home-banner-wrp .txtwrp h4 {
        font-size: 13px!important
    }

    .secnd-fld .imgwrp img {
        margin: 0 0 40px
    }

    .main-heading {
        font-size: 22px
    }

    .main-pera {
        font-size: 14px
    }

    .portfoliowrp .port-box ul li {
        width: 76%;
        padding: 0 0 20px
    }

    .upr-head {
        font-size: 16px
    }

    .writing-serviceswrp .txtwrp ul li {
        height: 190px;
        width: 44%
    }

    .writing-serviceswrp .txtwrp ul li img {
        width: 55px
    }

    .reasonwrp:after {
        width: 100%
    }

    .reasonwrp .mainwrp {
        width: 100%
    }

    .tetiwrp .mainwrp .imgwrp {
        margin: 2rem 1rem;
        padding: 1rem;
        height: auto
    }

    .tetiwrp {
    }

    a.quest-title {
        font-size: 14px;
        line-height: 1.5;
        padding: 1rem 0 1rem;
        padding-right: 2rem
    }

    footer .navwrp img {
        position: unset
    }

    .ftr-btm .txtdiv {
        display: block;
        text-align: center;
        padding: 0 0 10px
    }

    .ftr-btm .txtwrp ul {
        display: block;
        text-align: center
    }

    header {
        padding: 15px 0
    }

    header .logowrp img {
        width: 140px
    }

    .mobile-nav.active img {
        width: 250px
    }

    .mobile-nav-btn {
        z-index: 999999;
        top: 15px
    }

    .mobile-nav-btn span:before,.mobile-nav-btn span:after {
        background-color: #c728a8
    }

    .mobile-nav-btn span {
        background-color: #c728a8
    }

    .processwrp .stepwrp h4 span {
        display: none
    }

    .process-4 .processwrp .steps_grid img {
        display: none
    }

    .process-4 .processwrp .steps_grid {
        display: none
    }

    .wht-we-dev .mainwrp ul li {
        width: 90%
    }

    .services-navwrp .imgdiv img {
        padding: 0 0 30px
    }

    .services-navwrp .mainwrp-second .imgtabs ul li {
        vertical-align: top;
        width: 40%
    }

    .processwrp .imgwrp {
        text-align: center
    }

    .process-2 .processwrp .stepwrp {
        text-align: center
    }

    .process-2 .processwrp .steps_grid img {
        display: none
    }

    .process-2 .processwrp .steps_grid {
        display: none
    }

    header.showmenu .navwrp {
        display: none
    }

    .cta-wrp .btnwrp :last-child {
        display: none
    }

    .btmfrom .formwrp form .lablewrp select {
        margin: 0 0 15px
    }

    .wht-we-dev .txtwrp {
        width: 100%
    }

    .processwrp .stepwrp.left {
        text-align: center
    }

    .processwrp .steps_grid {
        display: none
    }

    .processwrp .stepwrp {
        text-align: center
    }

    .tetiwrp .txtwrp {
        width: 100%
    }

    .processwrp .imgwrp img {
        margin-right: 0
    }

    .contactbox .mainwrp {
        margin: 0 0 20px
    }

    .home-banner-wrp .txtwrp h1 {
        font-size: 30px!important
    }

    .home-banner-wrp .txtwrp h4 {
        font-size: 13px!important
    }

    .secnd-fld .long-pera {
        height: auto
    }

    .mCustomScrollBox {
        padding: 0;
        font-size: 14px
    }

    .secnd-fld .mainwrp {
        height: auto;
        margin: 10px 0;
        padding: 1rem!important
    }

    section {
        padding: 2rem 0!important
    }

    .portfoliowrp .port-box ul {
        margin: 0
    }

    .servicesec .boxwrap li {
        width: 44%;
        padding: 1rem 0;
        min-height: auto!important
    }

    .servicesec .boxwrap {
        margin: 0
    }

    .services-navwrp .mainwrp-second .txtwrp h2 {
        font-size: 24px;
        padding: 0
    }

    a.quest-title:after {
        font-size: 15px
    }

    .footer-top .genwrp .col {
        width: 100%!important;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px
    }

    footer .row {
        display: flex;
        flex-wrap: wrap
    }

    footer .row>.col-md-2:nth-child(2), footer .row>.col-md-2:nth-child(3) {
        flex: 0 0 50%;
        max-width: 50%
    }

    footer .row>.col-md-2:nth-child(3) .rawTopHead {
        display: none
    }

    footer .row>.col-md-2:nth-child(3) .navwrp {
        margin-top: 0;
        padding-top: 30px
    }

    footer .row>.col-md-2:nth-child(3) ul {
        margin-top: 0
    }

    .services-navwrp .mainwrp-second .btnwrp {
        text-align: center
    }

    .ftrtopSpace {
        display: block;
        margin-top: 2rem
    }

    .footer-top .genwrp ul li a {
        font-size: 14px
    }

    footer {
        padding: 2rem 0 1rem
    }

    .secScroller .heads {
        font-size: 24px;
        font-weight: 600;
        color: #223235;
        padding: 0 0 20px
    }

    .secScroller {
        margin: 2rem 0 0;
        padding: 1rem!important
    }

    .tetiwrp .mainwrp .imgwrp .names {
        color: #3a4546;
        font-size: 22px;
        padding: 38px 0 0
    }

    .tetiwrp .mainwrp .imgwrp {
        margin: 0 0 4rem;
        padding: 1rem;
        height: auto
    }

    .quest-title h3 {
        font-size: 14px;
        font-weight: 600;
        text-transform: inherit;
        color: #223235;
        padding: 0 15px;
        margin-bottom: 0;
        position: relative;
        padding: 0 0 10px;
        width: 100%;
        line-height: 1.5;
        display: inline-block;
        transition: all .15s linear 0s;
        text-decoration: none;
        border-bottom: 1px solid #dbdbdb
    }

    .processwrp .stepwrp .heads span {
        top: -60px!important;
        left: 164px!important;
        right: auto!important
    }

    .processwrp .stepwrp.left .heads span {
    }

    section.processwrp.seo-process {
        padding: 4rem 0 0!important
    }

    .processwrp .imgwrp.longImage img {
        width: 80px
    }
}

:root {
    --iti-border-gray: #ccc;
    --iti-text-gray: #999;
    --iti-hover-color: rgba(0,0,0,.05);
    --iti-border-color: var(--iti-border-gray);
    --iti-dialcode-color: var(--iti-text-gray);
    --iti-dropdown-bg: white;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 15px;
    --iti-flag-width: 20px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-input-padding: 6px;
    --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
    --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
    --iti-path-flags-1x: url(../images/flags.webp);
    --iti-path-flags-2x: url(../images/flags@2x.png);
    --iti-path-globe-1x: url(../images/globe.webp);
    --iti-path-globe-2x: url(../images/globe@2x.webp);
    --iti-flag-sprite-width: 5762px;
    --iti-flag-sprite-height: 15px;
    --iti-mobile-popup-margin: 30px
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    position: absolute
}

.iti input.iti__tel-input,.iti input.iti__tel-input[type="text"],.iti input.iti__tel-input[type="tel"] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: var(--iti-right-hand-selected-country-padding);
    margin-right: 0
}

.iti__country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: var(--iti-border-width)
}

.iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none
}

.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)
}

.iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: var(--iti-triangle-border) solid transparent;
    border-right: var(--iti-triangle-border) solid transparent;
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

[dir="rtl"] .iti__arrow {
    margin-right: var(--iti-arrow-padding);
    margin-left: 0
}

.iti__arrow--up {
    border-top: none;
    border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

.iti__dropdown-content {
    border-radius: 3px;
    background-color: var(--iti-dropdown-bg)
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 99;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0,0,0,.2)
}

.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding: 9px 12px
}

.iti__search-input+.iti__country-list {
    border-top: 1px solid var(--iti-border-color)
}

.iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti--inline-dropdown .iti__country-list {
    max-height: 185px
}

.iti--flexible-dropdown-width .iti__country-list {
    white-space: nowrap
}

@media (max-width: 500px) {
    .iti--flexible-dropdown-width .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: var(--iti-flag-width)
}

.iti__country {
    display: flex;
    align-items: center;
    padding: 8px var(--iti-spacer-horizontal);
    outline: none
}

.iti__dial-code {
    color: var(--iti-dialcode-color)
}

.iti__country.iti__highlight {
    background-color: var(--iti-hover-color)
}

.iti__flag-box,.iti__country-name {
    margin-right: var(--iti-spacer-horizontal)
}

[dir="rtl"] .iti__flag-box,[dir="rtl"] .iti__country-name {
    margin-right: 0;
    margin-left: var(--iti-spacer-horizontal)
}

.iti--allow-dropdown input.iti__tel-input,.iti--allow-dropdown input.iti__tel-input[type="text"],.iti--allow-dropdown input.iti__tel-input[type="tel"] {
    padding-right: var(--iti-input-padding);
    padding-left: var(--iti-selected-country-arrow-padding);
    margin-left: 0
}

[dir="rtl"] .iti--allow-dropdown input.iti__tel-input,[dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="text"],[dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="tel"] {
    padding-right: var(--iti-selected-country-arrow-padding);
    padding-left: var(--iti-input-padding);
    margin-right: 0
}

.iti--allow-dropdown .iti__country-container {
    right: auto;
    left: 0
}

[dir="rtl"] .iti--allow-dropdown .iti__country-container {
    right: 0;
    left: auto
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
    cursor: pointer
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: var(--iti-hover-color)
}

.iti .iti__selected-dial-code {
    margin-left: 4px
}

[dir="rtl"] .iti .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 4px
}

.iti--container {
    position: fixed;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: var(--iti-border-width)
}

.iti--container:hover {
    cursor: pointer
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: var(--iti-mobile-popup-margin);
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.iti--fullscreen-popup .iti__dropdown-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    position: relative
}

.iti--fullscreen-popup .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    --iti-flag-offset: 0;
    --iti-flag-width: 20px;
    --iti-flag-height: 14px;
    height: var(--iti-flag-height);
    width: var(--iti-flag-width);
    box-shadow: 0 0 1px 0 #888;
    background-image: var(--iti-path-flags-1x);
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)
}

.iti__np {
    --iti-flag-width: 13px
}

.iti__va,.iti__ch {
    --iti-flag-width: 15px
}

.iti__ne,.iti__be {
    --iti-flag-width: 18px
}

.iti__mc {
    --iti-flag-width: 19px
}

.iti__zw,.iti__ws,.iti__vg,.iti__uz,.iti__uk,.iti__tv,.iti__to,.iti__tl,.iti__tk,.iti__tj,.iti__tc,.iti__ta,.iti__su,.iti__st,.iti__ss,.iti__si,.iti__sh,.iti__sd,.iti__sc,.iti__sb,.iti__ps,.iti__pn,.iti__ph,.iti__om,.iti__nz,.iti__nu,.iti__nr,.iti__ng,.iti__nf,.iti__nc,.iti__my,.iti__ms,.iti__mp,.iti__mn,.iti__mk,.iti__me,.iti__md,.iti__ly,.iti__lv,.iti__lk,.iti__lc,.iti__kz,.iti__ky,.iti__kw,.iti__kp,.iti__ki,.iti__jo,.iti__jm,.iti__io,.iti__im,.iti__ie,.iti__hu,.iti__hr,.iti__hn,.iti__hm,.iti__gw,.iti__gs,.iti__gi,.iti__gb,.iti__fk,.iti__fj,.iti__et,.iti__er,.iti__eh,.iti__dm,.iti__dg,.iti__cx,.iti__cu,.iti__ck,.iti__cc,.iti__ca,.iti__by,.iti__bs,.iti__bn,.iti__bm,.iti__ba,.iti__az,.iti__au,.iti__as,.iti__am,.iti__ai,.iti__ae,.iti__ac {
    --iti-flag-height: 10px
}

.iti__us,.iti__um,.iti__py,.iti__mh,.iti__lr,.iti__gu,.iti__fm {
    --iti-flag-height: 11px
}

.iti__vu,.iti__tt,.iti__sv,.iti__ni,.iti__mx,.iti__lu,.iti__lt,.iti__li,.iti__km,.iti__kg,.iti__je,.iti__ir,.iti__ht,.iti__gy,.iti__gd,.iti__fi,.iti__de,.iti__cv,.iti__cr,.iti__cq,.iti__bz,.iti__bi,.iti__bh,.iti__bg,.iti__bd {
    --iti-flag-height: 12px
}

.iti__tg,.iti__se,.iti__pw,.iti__pl,.iti__kh,.iti__gt,.iti__ee,.iti__ax,.iti__ar {
    --iti-flag-height: 13px
}

.iti__xk,.iti__va,.iti__sm,.iti__sj,.iti__pg,.iti__np,.iti__no,.iti__ne,.iti__mc,.iti__is,.iti__il,.iti__ga,.iti__fo,.iti__dk,.iti__ch,.iti__cd,.iti__bv,.iti__be,.iti__al {
    --iti-flag-height: 15px
}

.iti__qa {
    --iti-flag-height: 8px
}

.iti__ac {
    --iti-flag-offset: 0
}

.iti__ad {
    --iti-flag-offset: -22px
}

.iti__ae {
    --iti-flag-offset: -44px
}

.iti__af {
    --iti-flag-offset: -66px
}

.iti__ag {
    --iti-flag-offset: -88px
}

.iti__ai {
    --iti-flag-offset: -110px
}

.iti__al {
    --iti-flag-offset: -132px
}

.iti__am {
    --iti-flag-offset: -154px
}

.iti__ao {
    --iti-flag-offset: -176px
}

.iti__aq {
    --iti-flag-offset: -198px
}

.iti__ar {
    --iti-flag-offset: -220px
}

.iti__as {
    --iti-flag-offset: -242px
}

.iti__at {
    --iti-flag-offset: -264px
}

.iti__au {
    --iti-flag-offset: -286px
}

.iti__aw {
    --iti-flag-offset: -308px
}

.iti__ax {
    --iti-flag-offset: -330px
}

.iti__az {
    --iti-flag-offset: -352px
}

.iti__ba {
    --iti-flag-offset: -374px
}

.iti__bb {
    --iti-flag-offset: -396px
}

.iti__bd {
    --iti-flag-offset: -418px
}

.iti__be {
    --iti-flag-offset: -440px
}

.iti__bf {
    --iti-flag-offset: -460px
}

.iti__bg {
    --iti-flag-offset: -482px
}

.iti__bh {
    --iti-flag-offset: -504px
}

.iti__bi {
    --iti-flag-offset: -526px
}

.iti__bj {
    --iti-flag-offset: -548px
}

.iti__bl {
    --iti-flag-offset: -570px
}

.iti__bm {
    --iti-flag-offset: -592px
}

.iti__bn {
    --iti-flag-offset: -614px
}

.iti__bo {
    --iti-flag-offset: -636px
}

.iti__bq {
    --iti-flag-offset: -658px
}

.iti__br {
    --iti-flag-offset: -680px
}

.iti__bs {
    --iti-flag-offset: -702px
}

.iti__bt {
    --iti-flag-offset: -724px
}

.iti__bv {
    --iti-flag-offset: -746px
}

.iti__bw {
    --iti-flag-offset: -768px
}

.iti__by {
    --iti-flag-offset: -790px
}

.iti__bz {
    --iti-flag-offset: -812px
}

.iti__ca {
    --iti-flag-offset: -834px
}

.iti__cc {
    --iti-flag-offset: -856px
}

.iti__cd {
    --iti-flag-offset: -878px
}

.iti__cf {
    --iti-flag-offset: -900px
}

.iti__cg {
    --iti-flag-offset: -922px
}

.iti__ch {
    --iti-flag-offset: -944px
}

.iti__ci {
    --iti-flag-offset: -961px
}

.iti__ck {
    --iti-flag-offset: -983px
}

.iti__cl {
    --iti-flag-offset: -1005px
}

.iti__cm {
    --iti-flag-offset: -1027px
}

.iti__cn {
    --iti-flag-offset: -1049px
}

.iti__co {
    --iti-flag-offset: -1071px
}

.iti__cp {
    --iti-flag-offset: -1093px
}

.iti__cq {
    --iti-flag-offset: -1115px
}

.iti__cr {
    --iti-flag-offset: -1137px
}

.iti__cu {
    --iti-flag-offset: -1159px
}

.iti__cv {
    --iti-flag-offset: -1181px
}

.iti__cw {
    --iti-flag-offset: -1203px
}

.iti__cx {
    --iti-flag-offset: -1225px
}

.iti__cy {
    --iti-flag-offset: -1247px
}

.iti__cz {
    --iti-flag-offset: -1269px
}

.iti__de {
    --iti-flag-offset: -1291px
}

.iti__dg {
    --iti-flag-offset: -1313px
}

.iti__dj {
    --iti-flag-offset: -1335px
}

.iti__dk {
    --iti-flag-offset: -1357px
}

.iti__dm {
    --iti-flag-offset: -1379px
}

.iti__do {
    --iti-flag-offset: -1401px
}

.iti__dz {
    --iti-flag-offset: -1423px
}

.iti__ea {
    --iti-flag-offset: -1445px
}

.iti__ec {
    --iti-flag-offset: -1467px
}

.iti__ee {
    --iti-flag-offset: -1489px
}

.iti__eg {
    --iti-flag-offset: -1511px
}

.iti__eh {
    --iti-flag-offset: -1533px
}

.iti__er {
    --iti-flag-offset: -1555px
}

.iti__es {
    --iti-flag-offset: -1577px
}

.iti__et {
    --iti-flag-offset: -1599px
}

.iti__eu {
    --iti-flag-offset: -1621px
}

.iti__ez {
    --iti-flag-offset: -1643px
}

.iti__fi {
    --iti-flag-offset: -1665px
}

.iti__fj {
    --iti-flag-offset: -1687px
}

.iti__fk {
    --iti-flag-offset: -1709px
}

.iti__fm {
    --iti-flag-offset: -1731px
}

.iti__fo {
    --iti-flag-offset: -1753px
}

.iti__fr {
    --iti-flag-offset: -1775px
}

.iti__fx {
    --iti-flag-offset: -1797px
}

.iti__ga {
    --iti-flag-offset: -1819px
}

.iti__gb {
    --iti-flag-offset: -1841px
}

.iti__gd {
    --iti-flag-offset: -1863px
}

.iti__ge {
    --iti-flag-offset: -1885px
}

.iti__gf {
    --iti-flag-offset: -1907px
}

.iti__gg {
    --iti-flag-offset: -1929px
}

.iti__gh {
    --iti-flag-offset: -1951px
}

.iti__gi {
    --iti-flag-offset: -1973px
}

.iti__gl {
    --iti-flag-offset: -1995px
}

.iti__gm {
    --iti-flag-offset: -2017px
}

.iti__gn {
    --iti-flag-offset: -2039px
}

.iti__gp {
    --iti-flag-offset: -2061px
}

.iti__gq {
    --iti-flag-offset: -2083px
}

.iti__gr {
    --iti-flag-offset: -2105px
}

.iti__gs {
    --iti-flag-offset: -2127px
}

.iti__gt {
    --iti-flag-offset: -2149px
}

.iti__gu {
    --iti-flag-offset: -2171px
}

.iti__gw {
    --iti-flag-offset: -2193px
}

.iti__gy {
    --iti-flag-offset: -2215px
}

.iti__hk {
    --iti-flag-offset: -2237px
}

.iti__hm {
    --iti-flag-offset: -2259px
}

.iti__hn {
    --iti-flag-offset: -2281px
}

.iti__hr {
    --iti-flag-offset: -2303px
}

.iti__ht {
    --iti-flag-offset: -2325px
}

.iti__hu {
    --iti-flag-offset: -2347px
}

.iti__ic {
    --iti-flag-offset: -2369px
}

.iti__id {
    --iti-flag-offset: -2391px
}

.iti__ie {
    --iti-flag-offset: -2413px
}

.iti__il {
    --iti-flag-offset: -2435px
}

.iti__im {
    --iti-flag-offset: -2457px
}

.iti__in {
    --iti-flag-offset: -2479px
}

.iti__io {
    --iti-flag-offset: -2501px
}

.iti__iq {
    --iti-flag-offset: -2523px
}

.iti__ir {
    --iti-flag-offset: -2545px
}

.iti__is {
    --iti-flag-offset: -2567px
}

.iti__it {
    --iti-flag-offset: -2589px
}

.iti__je {
    --iti-flag-offset: -2611px
}

.iti__jm {
    --iti-flag-offset: -2633px
}

.iti__jo {
    --iti-flag-offset: -2655px
}

.iti__jp {
    --iti-flag-offset: -2677px
}

.iti__ke {
    --iti-flag-offset: -2699px
}

.iti__kg {
    --iti-flag-offset: -2721px
}

.iti__kh {
    --iti-flag-offset: -2743px
}

.iti__ki {
    --iti-flag-offset: -2765px
}

.iti__km {
    --iti-flag-offset: -2787px
}

.iti__kn {
    --iti-flag-offset: -2809px
}

.iti__kp {
    --iti-flag-offset: -2831px
}

.iti__kr {
    --iti-flag-offset: -2853px
}

.iti__kw {
    --iti-flag-offset: -2875px
}

.iti__ky {
    --iti-flag-offset: -2897px
}

.iti__kz {
    --iti-flag-offset: -2919px
}

.iti__la {
    --iti-flag-offset: -2941px
}

.iti__lb {
    --iti-flag-offset: -2963px
}

.iti__lc {
    --iti-flag-offset: -2985px
}

.iti__li {
    --iti-flag-offset: -3007px
}

.iti__lk {
    --iti-flag-offset: -3029px
}

.iti__lr {
    --iti-flag-offset: -3051px
}

.iti__ls {
    --iti-flag-offset: -3073px
}

.iti__lt {
    --iti-flag-offset: -3095px
}

.iti__lu {
    --iti-flag-offset: -3117px
}

.iti__lv {
    --iti-flag-offset: -3139px
}

.iti__ly {
    --iti-flag-offset: -3161px
}

.iti__ma {
    --iti-flag-offset: -3183px
}

.iti__mc {
    --iti-flag-offset: -3205px
}

.iti__md {
    --iti-flag-offset: -3226px
}

.iti__me {
    --iti-flag-offset: -3248px
}

.iti__mf {
    --iti-flag-offset: -3270px
}

.iti__mg {
    --iti-flag-offset: -3292px
}

.iti__mh {
    --iti-flag-offset: -3314px
}

.iti__mk {
    --iti-flag-offset: -3336px
}

.iti__ml {
    --iti-flag-offset: -3358px
}

.iti__mm {
    --iti-flag-offset: -3380px
}

.iti__mn {
    --iti-flag-offset: -3402px
}

.iti__mo {
    --iti-flag-offset: -3424px
}

.iti__mp {
    --iti-flag-offset: -3446px
}

.iti__mq {
    --iti-flag-offset: -3468px
}

.iti__mr {
    --iti-flag-offset: -3490px
}

.iti__ms {
    --iti-flag-offset: -3512px
}

.iti__mt {
    --iti-flag-offset: -3534px
}

.iti__mu {
    --iti-flag-offset: -3556px
}

.iti__mv {
    --iti-flag-offset: -3578px
}

.iti__mw {
    --iti-flag-offset: -3600px
}

.iti__mx {
    --iti-flag-offset: -3622px
}

.iti__my {
    --iti-flag-offset: -3644px
}

.iti__mz {
    --iti-flag-offset: -3666px
}

.iti__na {
    --iti-flag-offset: -3688px
}

.iti__nc {
    --iti-flag-offset: -3710px
}

.iti__ne {
    --iti-flag-offset: -3732px
}

.iti__nf {
    --iti-flag-offset: -3752px
}

.iti__ng {
    --iti-flag-offset: -3774px
}

.iti__ni {
    --iti-flag-offset: -3796px
}

.iti__nl {
    --iti-flag-offset: -3818px
}

.iti__no {
    --iti-flag-offset: -3840px
}

.iti__np {
    --iti-flag-offset: -3862px
}

.iti__nr {
    --iti-flag-offset: -3877px
}

.iti__nu {
    --iti-flag-offset: -3899px
}

.iti__nz {
    --iti-flag-offset: -3921px
}

.iti__om {
    --iti-flag-offset: -3943px
}

.iti__pa {
    --iti-flag-offset: -3965px
}

.iti__pe {
    --iti-flag-offset: -3987px
}

.iti__pf {
    --iti-flag-offset: -4009px
}

.iti__pg {
    --iti-flag-offset: -4031px
}

.iti__ph {
    --iti-flag-offset: -4053px
}

.iti__pk {
    --iti-flag-offset: -4075px
}

.iti__pl {
    --iti-flag-offset: -4097px
}

.iti__pm {
    --iti-flag-offset: -4119px
}

.iti__pn {
    --iti-flag-offset: -4141px
}

.iti__pr {
    --iti-flag-offset: -4163px
}

.iti__ps {
    --iti-flag-offset: -4185px
}

.iti__pt {
    --iti-flag-offset: -4207px
}

.iti__pw {
    --iti-flag-offset: -4229px
}

.iti__py {
    --iti-flag-offset: -4251px
}

.iti__qa {
    --iti-flag-offset: -4273px
}

.iti__re {
    --iti-flag-offset: -4295px
}

.iti__ro {
    --iti-flag-offset: -4317px
}

.iti__rs {
    --iti-flag-offset: -4339px
}

.iti__ru {
    --iti-flag-offset: -4361px
}

.iti__rw {
    --iti-flag-offset: -4383px
}

.iti__sa {
    --iti-flag-offset: -4405px
}

.iti__sb {
    --iti-flag-offset: -4427px
}

.iti__sc {
    --iti-flag-offset: -4449px
}

.iti__sd {
    --iti-flag-offset: -4471px
}

.iti__se {
    --iti-flag-offset: -4493px
}

.iti__sg {
    --iti-flag-offset: -4515px
}

.iti__sh {
    --iti-flag-offset: -4537px
}

.iti__si {
    --iti-flag-offset: -4559px
}

.iti__sj {
    --iti-flag-offset: -4581px
}

.iti__sk {
    --iti-flag-offset: -4603px
}

.iti__sl {
    --iti-flag-offset: -4625px
}

.iti__sm {
    --iti-flag-offset: -4647px
}

.iti__sn {
    --iti-flag-offset: -4669px
}

.iti__so {
    --iti-flag-offset: -4691px
}

.iti__sr {
    --iti-flag-offset: -4713px
}

.iti__ss {
    --iti-flag-offset: -4735px
}

.iti__st {
    --iti-flag-offset: -4757px
}

.iti__su {
    --iti-flag-offset: -4779px
}

.iti__sv {
    --iti-flag-offset: -4801px
}

.iti__sx {
    --iti-flag-offset: -4823px
}

.iti__sy {
    --iti-flag-offset: -4845px
}

.iti__sz {
    --iti-flag-offset: -4867px
}

.iti__ta {
    --iti-flag-offset: -4889px
}

.iti__tc {
    --iti-flag-offset: -4911px
}

.iti__td {
    --iti-flag-offset: -4933px
}

.iti__tf {
    --iti-flag-offset: -4955px
}

.iti__tg {
    --iti-flag-offset: -4977px
}

.iti__th {
    --iti-flag-offset: -4999px
}

.iti__tj {
    --iti-flag-offset: -5021px
}

.iti__tk {
    --iti-flag-offset: -5043px
}

.iti__tl {
    --iti-flag-offset: -5065px
}

.iti__tm {
    --iti-flag-offset: -5087px
}

.iti__tn {
    --iti-flag-offset: -5109px
}

.iti__to {
    --iti-flag-offset: -5131px
}

.iti__tr {
    --iti-flag-offset: -5153px
}

.iti__tt {
    --iti-flag-offset: -5175px
}

.iti__tv {
    --iti-flag-offset: -5197px
}

.iti__tw {
    --iti-flag-offset: -5219px
}

.iti__tz {
    --iti-flag-offset: -5241px
}

.iti__ua {
    --iti-flag-offset: -5263px
}

.iti__ug {
    --iti-flag-offset: -5285px
}

.iti__uk {
    --iti-flag-offset: -5307px
}

.iti__um {
    --iti-flag-offset: -5329px
}

.iti__un {
    --iti-flag-offset: -5351px
}

.iti__us {
    --iti-flag-offset: -5373px
}

.iti__uy {
    --iti-flag-offset: -5395px
}

.iti__uz {
    --iti-flag-offset: -5417px
}

.iti__va {
    --iti-flag-offset: -5439px
}

.iti__vc {
    --iti-flag-offset: -5456px
}

.iti__ve {
    --iti-flag-offset: -5478px
}

.iti__vg {
    --iti-flag-offset: -5500px
}

.iti__vi {
    --iti-flag-offset: -5522px
}

.iti__vn {
    --iti-flag-offset: -5544px
}

.iti__vu {
    --iti-flag-offset: -5566px
}

.iti__wf {
    --iti-flag-offset: -5588px
}

.iti__ws {
    --iti-flag-offset: -5610px
}

.iti__xk {
    --iti-flag-offset: -5632px
}

.iti__ye {
    --iti-flag-offset: -5654px
}

.iti__yt {
    --iti-flag-offset: -5676px
}

.iti__za {
    --iti-flag-offset: -5698px
}

.iti__zm {
    --iti-flag-offset: -5720px
}

.iti__zw {
    --iti-flag-offset: -5742px
}

.iti__globe {
    background-image: var(--iti-path-globe-1x);
    background-size: contain;
    background-position: right;
    box-shadow: none;
    height: 19px
}

@media (min-resolution: 2x) {
    .iti__flag {
        background-image:var(--iti-path-flags-2x)
    }

    .iti__globe {
        background-image: var(--iti-path-globe-2x)
    }
}
