body{font-family: "Poppins", sans-serif;font-size: 1rem;font-weight: 400;overflow-x: hidden;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}
.row {margin: 0 -10px;align-items: center;}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 100px 0;clear: both;position: relative;margin: 0 auto;z-index: 1;}
h1,h2,h3,h4,h5,h6{font-family: "Roboto", sans-serif;color: #000000;}
p {color: #4c4c4c;font-size: 15px;font-weight: 400;margin-bottom: 20px;position: relative;z-index: 1;}
img{max-width: 100%;}
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
span, b{vertical-align:baseline;}

select {
-webkit-appearance: listbox !important;
}

.container{
    max-width: 1200px;
    padding: 0 10px;
}

ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer !important;
}


a.logo img {
    max-width: 220px;
    transition: .5s all;
}


/*Reset Css*/

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000;
}
header {
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 5;
    border-bottom: 1px solid #ffffff42;
}

header .row {
    align-items: center;
}


img{
    max-width: 100%;
}


.btn {
    padding: 14px 32px;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    font-family: "Roboto", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #0c9347 !important;
    border: 3px solid #fff !important;
}


h2 {
    font-size: 2.825rem;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    line-height: 48px;
} 


.btn-block .btn:first-child {
    margin: 0 10px 0 0;
}


.info-banner h1 {
    color: #fff;
    font-size: 3.125rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}


.info-banner p {
    color: #fff;
    line-height: 28px;
    margin: 0 0 55px;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem;
}


.our-banner {
    padding: 240px 0 120px;
    background: url("../images/main-banner.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 4;
}


header  .btn-head {
    text-align: right;
}

header .btn-head a img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.copyright {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    background: #11954b;
}

.copyright p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.copyright ul {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.copyright ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.copyright ul li {
    position: relative;
    z-index: 1;
}

.copyright ul li:first-child::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 15%;
    width: 2px;
    height: 70%;
    background: #ffffff;
}

.info-banner span.badge {
    position: absolute;
    right: -80px;
    top: 55px;
}


.heading h2:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 60px;
}

.btn svg {
    transform: rotate(-45deg);
    transition: .5s all;
    margin-left: 11px;
}

.btn:hover svg {
    transform: rotate(360deg);
}


div.popupform {
    padding: 12px 25px 25px 0;
    overflow: hidden;
    width: 850px;
    height: auto;
    background: transparent;
    position: relative;
    z-index: 1;
}

div.popupform .popup-content {
    width: 420px;
    left: inherit;
    height: auto;
    z-index: 1;
    padding: 50px 30px;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.popupform .modal-body {height: auto;background: url(../images/bg-popup.jpg) no-repeat;background-size: cover;margin-block: 0;position: relative;z-index: 1;border-radius: 0;display: flex;align-items: center;left: 0;}


button.fancybox-button.fancybox-close-small {
    background: url("../images/pop-close.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    right: 15px;
    top: 0px;
}

button.fancybox-button.fancybox-close-small svg {
    display: none;
}

div.popupform .popup-content h3 {
    font-size: 1.65rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

div.popupform .popup-content .form-control {
    height: 46px;
    background: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 12px 15px;
    resize: none;
    border: 1px solid #c4c3c3;
}

div.popupform .popup-content textarea.form-control {height: 90px;}

div.popupform .popup-content input.btn.btn-red {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: #d00304 !important;
    position: relative;
    z-index: 1;
}

div#popupform .popup-content p > span {
    color: #d00304;
    font-weight: 600;
}

div.popupform .popup-content button.btn.btn-blue {
    width: 100%;
    border: none;
}

div.popupform .modal-body h5 {
    font-size: 1.625rem;
    font-weight: 400;
    position: relative;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: #e22f07;
    color: #fff;
    padding: 2px 30px 0px;
    letter-spacing: 6px;
}

h6 {
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    background: #f34a14;
    padding: 4px 20px 3px;
    border-radius: 20px;
    border: 2px solid #59f884;
    color: #fff;
}

.info-banner h5 {font-weight: 400;font-size: 3rem;color: #080808;margin-bottom: 0;line-height: 40px;position: relative;font-style: italic;}


.our-banner .container {
    position: relative;
    z-index: 1;
}


header .btn-head a.btn-msg {
    margin-right: 0;
    color: #000000;
    font-size: 18px;
}

header .btn-head a.btn-msg svg {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.btn.btn-black {
    background: #212020 !important;
}


.site-logos img {
    width: auto !important;
    filter: brightness(0);
}

.site-logos .item {
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logos {
    padding-block: 10px 60px;
}



.form-control {
    background: #fff;
    border-color: #000000;
    height: 48px;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-radius: 6px;
}

textarea.form-control {
    height: 90px;
    margin-bottom: 30px;
}

::placeholder {
    color: #a3a8c0 !important;
}


div#popupform .modal-body h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 30px;
    background: #fff;
}

div#popupform .popup-content h3 > span {font-weight: 700;font-size: 2.5rem;line-height: 36px;display: inline-block;}

div#popupform .modal-body h5 > span {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 4px;
    word-spacing: 3px;
}



.btn-block.text-center {
    margin-top: 50px;
}

.heading.text-center p {
    width: 65%;
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: 20%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 120px);
    left: -60px;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 14px;
    background: url("../images/left.png") no-repeat !important;
    background-size: 100% !important;
    margin-inline: 10px;
    filter: contrast(0.5);
}

.owl-theme .owl-nav [class*=owl-] span{
    display: none;
}

.owl-carousel .owl-nav button.owl-next{
    transform: scaleX(-1);
    margin-right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    filter: brightness(1);
}

button {
    width: 100%;
    z-index: 2;
}

.btn img {
    color: #000000;
    transform: rotate(0deg);
    transition: .5s all;
    margin-left: 10px;
    font-size: 17px;
}

.btn:hover img {
    transform: rotate(360deg);
}


.head-btn a:first-child img {
    margin-right: 8px;
}

.btn.btn-red{
    background: #e64c3c !important;
}

.img-off {
    position: absolute;
    top: -60px;
    right: -200px;
}

.ban-email {
    position: absolute;
    right: 0;
    bottom: 60px;
}

.ban-email a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 12px 150px 12px 0;
    --p: 30px;
    clip-path: polygon(var(--p) 0%, 100% 0, 100% 100%, 0% 100%);
    background: #e64c3c;
}
.ban-email a span {
    display: inline-block;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.ban-email a span::before {
    position: absolute;
    content: "";
    background: #dcb05b;
    width: 100%;
    height: calc(100% + 24px);
    top: -12px;
    left: 0;
    --p: 30px; /* control the shape (can be percentage) */
    aspect-ratio: 3/2;
    clip-path: polygon(var(--p) 0,calc(100% - var(--p)) 0,100% 100%,0 100%);
    z-index: -1;
}

.our-about{
    background: url("../images/bg-about.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 200px;
}

.info-about p {
    margin-bottom: 50px;
}

.info-about ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 40px;
}

.info-about ul li {
    width: calc(50% - 10px);
    font-weight: 500;
    font-style: italic;
    font-size: 1.25rem;
}

.info-about ul li img {
    margin-right: 4px;
}

.our-genre .container::before {
    position: absolute;
    content: "Our Genre";
    font-size: 167px;
    font-weight: 700;
    line-height: 120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -95px;
    background: #EAEAEA;
    background: linear-gradient(180deg, rgba(234, 234, 234, 1) 0%, rgba(249, 249, 249, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.our-genre .container {
    position: relative;
    z-index: 1;
}

.our-genre .container::after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: calc(100% + 160px);
    height: 100%;
    left: -80px;
    top: -100px;
    z-index: -2;
}

.our-genre {
    margin-top: -80px;
}

.heading h2 {
    margin-bottom: 12px;
}

.info-gen {
    padding: 35px 28px 25px;
    background: #a2e3e0;
    height: 100%;
}

.info-gen img {
    margin-bottom: 35px;
}

.info-gen h4 {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.info-gen p {
    color: #363636;
    font-size: 14px;
    margin: 0;
}

.our-genre .row {
    align-items: stretch;
}


.our-cta{
    background: url("../images/bg-cta.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-block: 70px;
}

.our-cta .row {
    justify-content: center;
    text-align: center;
}

.our-cta  * {
    color: #fff;
}

.our-cta h5 {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
}

.info-cta {
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
}

.our-cta h2 {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 60px;
}


.our-service{
    background: url("../images/bg-ser.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-block: 70px;
}

.heading h2:last-child{
    margin-bottom: 0;
}

.info-ser {
    padding: 40px 45px;
    position: relative;
    z-index: 1;
}

.info-ser p {
    font-size: 14px;
    margin-bottom: 0;
}

.info-ser * {
    transition: .5s all;
}

.info-ser::before {
    position: absolute;
    content: "";
    background: url("../images/ser-bg1.jpg") no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -2;
    opacity: 0;
    transition: .3s all;
}

.info-ser::after {
    position: absolute;
    content: "";
    background: #ad1000;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    transition: .3s all;
    z-index: -1;
    opacity: .75;
}

.info-ser:hover::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.info-ser:hover::before {
    opacity: 1;
}

.info-ser img {
    margin-bottom: 10px;
}

.info-ser h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.info-ser:hover * {
    color: #fff;
}

.info-ser:hover img{
    filter: brightness(0) invert(1);
}
.our-write h2 {
    font-size: 2rem;
    line-height: 36px;
    margin-bottom: 25px;
}

.our-write p {margin-bottom: 40px;}

.our-write  .row:nth-child(2) {
    margin-top: -26px;
    align-items: end;
}

.our-write .row:nth-child(2) .info-write {
    margin-bottom: 30px;
}
.our-write::before {
    position: absolute;
    content: "Professional Writer";
    font-size: 135px;
    font-weight: 700;
    line-height: 120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -10px;
    background: #EAEAEA;
    background: linear-gradient(180deg, rgba(234, 234, 234, 1) 0%, rgba(249, 249, 249, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.our-write {
    padding-bottom: 120px;
}

.our-stats {
    background: #1b201d;
    text-align: center;
}

.info-stat img {
    margin-bottom: 20px;
    min-height: 60px;
}

.info-stat h4 {
    color: #fff;
    font-size: 2.75rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
    line-height: 2.75rem;
}

.info-stat p {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 0;
}

.our-stats h3 {
    margin-bottom: 50px;
    color: #fff;
    font-size: 1.675rem;
}

.our-testimonials{
    background: url("../images/bg-test.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-block: 70px;
}

.our-testimonials .row {
    justify-content: center;
}

.info-test img {
    width: auto !important;
    display: table !important;
    margin: 0px auto 15px;
}

.info-test {
    text-align: center;
}

.info-test p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto 30px;
}

.info-test h4 {
    font-size: 1.25rem;
}

.info-test h4 > span {
    background: #0c9347;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 6px;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    border-radius: 8px;
}


.foot-cta{
    background: url("../images/bg-prefoot.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-block: 20px;
}

.foot-cta h2 {
    color: #fff;
    font-size: 2.485rem;
    margin-bottom: 0;
}

.foot-cta h5 {
    color: #fff;
    margin-bottom: 0;
}

.img-foot-off {
    display: flex;
}

.img-foot-off .btn-block {
    display: inline-block;
    width: auto;
}

.img-foot-cta {
    display: flex;
    width: calc(100% + 90px);
    align-items: center;
    gap: 18px;
    margin-left: -30px;
}

.info-foot-cta {
    margin-left: -30px;
}
footer{
    background: url("../images/bg-foot.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-block: 90px 60px;
}

.info-foot {
    text-align: center;
    background: #040404;
    border-radius: 10px;
    padding-inline: 30px;
}

.info-foot h4 {
    font-size: 1.175rem;
    color: #fff;
    margin: 0;
    padding: 12px 0;
    font-family: auto;
    font-weight: 600;
}

.info-foot .off-form {
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    background: #676767;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    text-align: left;
    justify-content: space-between;
    margin-bottom: 12px;
}

.info-foot .off-form h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.info-foot .off-form h3 {
    color: #fae112;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0;
}

.info-foot p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.info-foot button.btn.btn-red {
    width: calc(100% + 60px);
    left: -30px;
    border-radius: 0;
}

.info-foot2 a {
    margin-bottom: 20px;
    display: inline-block;
}

.info-foot2 p {
    color: #fff;
    margin-bottom: 30px;
}

.info-foot2 ul {
    margin-top: 20px;
}

.info-foot2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-foot2 ul li:last-child{
    margin-bottom: 0;
}

.info-foot2 ul li a > span {
    display: block;
    line-height: 16px;
}

.info-foot2 ul li a {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.info-foot2 ul li span.img-ic {
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.info-foot2 ul li svg{
    color: #fff;
}

div#popupform::before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    border: 5px solid #fff;
    height: calc(100% - 35px);
    right: 0;
    bottom: 0;
    z-index:-1;
}

.our-genre [class*='col']:nth-child(2) .info-gen {
    background: #ffbdb4;
}

.our-genre [class*='col']:nth-child(3) .info-gen {
    background: #dcdffd;
}

.our-genre [class*='col']:nth-child(4) .info-gen {
    background: #b4d2c1;
}

.thankyou-banner {
    text-align: center;
    background: url(../images/thanks-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff !important;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
}

a.logo-thankyou img {
    width: 400px;
}

.our-banner.inn-banner {
    background: url(../images/bg-cta.jpg) no-repeat #12290d;
    background-size: cover;
}

.our-banner.inn-banner .info-banner h1 {
    margin: 0;
}

.content-page h5 {
    font-size: 2rem;
    font-weight: 700;
}

.content-page ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-page p , .content-page ul li {
    font-size: 1.125rem;
}

.info-foot2 ul li a.rem-link {
    pointer-events: auto !important;
    cursor: auto !important;
}
