@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #000;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media (min-width: 1565px) {
    .container {
        max-width: 1632px;
    }
}

/*header*/
.fixed-whatsapp{
    position: fixed;
    bottom: 10px;
    width: 60px;
    height: 60px;
    left: 10px;
    z-index: 999999999;
}

header {
    padding: 15px 0;
}

header nav {
    padding: 0;
}

header nav #navbarSupportedContent {
    justify-content: end;
}

header nav #navbarSupportedContent form a {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    color: #fff;
}

header nav #navbarSupportedContent form a:after {
    content: '';
    border-right: 1px solid #fff;
    opacity: .2;
    height: 34px;
    margin: 0 40px;
}

header nav #navbarSupportedContent form a .contact-details-heading {
    margin: 0 0 0 15px;
}

header nav #navbarSupportedContent form a .contact-details-heading span {
    display: block;
    color: #FFCE43;
}

header nav #navbarSupportedContent form a:last-child {
    width: 234px;
    height: 54px;
    line-height: 54px;
    background: #FFCE43;
    border-radius: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    justify-content: center;
}

header nav #navbarSupportedContent form a:last-child:after {
    content: inherit;
}

.menu-bar-web {
    background: #FFCE43;
}

.menu-bar-web ul {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.menu-bar-web ul li a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: block;
    padding: 30px 0;
}

.menu-bar-web ul li:first-child {
    margin: 0;
}

.menu-bar-web ul li {
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
}

/*submenu*/
.menu-bar-web ul li:hover .submenu {
    display: block;
}

.menu-bar-web ul li .submenu {
    position: absolute;
    top: 100%;
    left: -10%;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0 0 14px 14px;
    width: 340px;
    box-shadow: 24px 24px 60px 0px #00000080;
    padding: 20px 20px;
    z-index: 999;
    display: none;
}

.menu-bar-web ul li .submenu ul {
    text-align: left;
    display: block;
}

.menu-bar-web ul li .submenu ul li {
    margin: 0;
    display: block;
}

.menu-bar-web ul li .submenu ul li:last-child a {
    border: none;
    margin: 0;
    padding: 0;
}

.menu-bar-web ul li .submenu ul li a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
    margin: 0 0 20px;
    display: block;
}

.menu-bar-web ul li .three-column{
        width: 950px;
}
.menu-bar-web ul li .three-column ul{
display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.menu-bar-web ul li .three-column ul li{
    width: 32%;
    margin: 0 10px 0 0;
}
.menu-bar-web ul li .three-column ul li:last-child a{
        padding: 0 0 20px;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
    margin: 0 0 20px;
}



.menu-bar-web ul li .two-column{
        width: 700px;
}
.menu-bar-web ul li .two-column ul{
display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.menu-bar-web ul li .two-column ul li{
    width: 47%;
    margin: 0 15px 0 0;
}
.menu-bar-web ul li .two-column ul li:last-child a{
        padding: 0 0 20px;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
    margin: 0 0 20px;
}

.mobile-header{

    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 9999;
    top: 0;
    padding: 100px 15px 50px;
    transform: translateX(-100%);
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(12px);

}
.mobile-header .mobile-menu-links li{
      display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}
.mobile-header .mobile-menu-links li .mobile-submenu{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    margin: 10px 0 10px;
    display: none;
}
.mobile-header .mobile-menu-links li .mobile-submenu ul li a{
    font-size:14px;
}
.mobile-header  button img{
        filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.mobile-header  button{
  border: none;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
}
.mobile-header .mobile-menu-links li .mobile-submenu ul{
    padding: 0 0 0 20px;
}
.mobile-header .mobile-menu-links li .mobile-submenu ul li a img{
        transform: rotate(5deg);
    margin: 0 8px 3px 0;
}
.mobile-header .mobile-menu-links li a{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0 0 15px;
}
.mobile-header .social-icon-mobile li{
    display: inline-block;
    margin:0 0 10px;
}
.mobile-header .social-icon-mobile li a img{
    filter: brightness(0) invert(1);
        width: 20px;
    height: 20px;
    object-fit: contain;
}
.mobile-header .social-icon-mobile li a{
border: 1px solid #666666;
    width: 35px;
    height: 35px;
    line-height: 25px;
    border-radius: 8px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: .3s all ease-in-out;
    display: block;
    background: #222222;
}

/*Home*/
.sec-home-banner {
    padding: 100px 0 50px;
}

.sec-home-banner h1 span {
    color: #FFCE43;
}

.sec-home-banner h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
}

.sec-home-banner p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 30px;
    color: #fff;
}

.sec-home-banner a {
    width: 185px;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    background: #FFCE43;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    display: block;
    text-align: center;

}

.book-mocks .bannerbooks {
    display: flex;
    flex-wrap: wrap;
    width: 250%;

}

.book-mocks {
    transform: rotate(-8deg);
}

.book-mocks .bannerbooks .item img {
    width: 382px;
    height: 510px;
    margin: 0 10px;
}

.trustpilot-sec {
    padding: 50px 0;
}

.trustpilot-sec .truspilot-bar-with-content {
    display: flex;
    align-items: center;
}

.trustpilot-sec .truspilot-bar-with-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 0 30px;
}

.trustpilot-sec .truspilot-bar-with-content p svg {
    fill: #FFCE43;
    width: 18px;
    height: 18px;
}

.trustpilot-sec .mousewheelimg a img {
    margin: 0 auto 15px;
    display: block;
}

.trustpilot-sec .mousewheelimg a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.trustpilot-sec .mousewheelimg {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
}

.partner-logo {
    padding: 50px 0;
}

.partner-logo .partner-logo-slider .slick-track {
    display: flex;
    align-items: center;
}

.partner-logo .partner-logo-slider .partner-logo-slides img {
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

.home-about {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.before-home-set-here {
    position: relative;
    z-index: 1;
}

.before-home-set-here:before {
    content: '';
    background: #FFCE43;
    width: 240px;
    height: 240px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    filter: blur(200px);

}

.home-about:before {
    content: '';
    background: #FFCE43;
    width: 240px;
    height: 240px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    filter: blur(200px);
    bottom: 0;
    right: 0;

}

.home-about:after {
    content: '';
    background: url(../images/line-boxes.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: absolute;
    width: 779px;
    height: 392px;
    z-index: -1;
    right: 0;
    bottom: 0;
}


.home-about h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    margin: 0 0 30px;
}

.home-about h2 span {
    color: #FFCE43;
}

.home-about p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 40px;
}

.home-about ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}

.home-about ul li img {
    margin: 0 16px 0 0;
}

.home-about ul li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 20px;
    width: 48%;
}

.home-about .buttons-set {
    display: flex;
}

.home-about .buttons-set a:nth-child(2) {
    background: #FFFFFF;
    width: 21%;
}

.home-about .buttons-set a:nth-child(3) {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #fff;
    margin: 0;
    width: 30%;
}

.home-about .buttons-set a {
    width: 24%;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    background: #FFCE43;
    text-align: center;
    margin: 0 20px 0 0;
}

.service-sec {
    padding: 100px 0;
    background: #fff;
}

.service-sec .service-content .service-main-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 50px;
    color: #000000;
}

.service-sec .service-content .service-main-heading span {
    color: #F5C12E;
}

.service-sec .service-content {
    margin: 0 0 50px;
}

.service-sec .service-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.service-sec .service-box-sec .service-boxes {
    background: #F6F6F6;
    padding:30px 15px 30px 15px;
    border-radius: 16px;
    transition: .3s all ease-in-out;
    margin: 0 0 30px;
}

.service-sec .service-box-sec .service-boxes:hover {
    background: #fff;
    box-shadow: 10px 10px 100px 0px #00000024;
}

.service-sec .service-box-sec .service-boxes p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0 0 30px;
    padding: 0 24px 0 0;
    height: 88px;
}

.service-sec .service-box-sec .service-boxes h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    margin: 0 0 20px;
}

.service-sec .service-box-sec .service-boxes .img-with-anchor {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.service-sec .service-box-sec .service-boxes .img-with-anchor a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.service-sec .service-box-sec .explore-service-btn {
    margin: 40px 0 0;
}

.service-sec .service-box-sec .explore-service-btn a {
    width: 281px;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    background: #FFCE43;
    text-align: center;
    display: block;
    margin: 0 auto;

}

.publishing-process {
    padding: 100px 0;
    background: #F6F6F6;
}

.publishing-process .publishing-process-main-head .publishing-process-main-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #000000;
    margin: 0 0 30px;
}

.publishing-process .publishing-process-main-head .publishing-process-main-heading span {
    color: #F5C12E;
}

.publishing-process .publishing-process-main-head p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    width: 70%;
}

/* .publishing-process .publishing-process-start {} */

.publishing-process .publishing-process-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 0;
}

.publishing-process .publishing-process-start .publishing-process-box-content {
    width: 30%;
}

.publishing-process .publishing-process-start .publishing-process-box-img {
    width: 33%;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here {
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:first-child {
    margin: 0 0 50px 60px;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:first-child:before {
    content: '';
    background-image: url(../images/step1.png);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 510px;
    height: 63px;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 85px;
}

.publishing-process .publishing-process-start .publishing-process-box-img img {
    width: 80%;
    margin: 40px auto 0;
    display: table;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:nth-child(2):before {
    content: '';
    background-image: url(../images/step2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 521px;
    height: 4px;
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 90px;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:last-child:before {
    content: '';
    background-image: url(../images/step2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 460px;
    height: 4px;
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 90px;
}

.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:first-child p {
    width: 85%;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:last-child {
    margin: 0 0 0 50px;
}

.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:first-child {
    margin: 0 0 50px;
}

.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:last-child {
    margin: 0 0 0;
}

.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:nth-child(2) {
    margin: 0 0 50px 60px;
}

.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:first-child:before {
    content: '';
    background-image: url(../images/step3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 185px;
    height: 55px;
    position: absolute;
    z-index: -1;
    top: 12px;
    left: -190px;
}

.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:last-child:before {
    content: '';
    background-image: url(../images/step4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 4px;
    position: absolute;
    z-index: -1;
    top: 12px;
    left: -130px;
}

.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:nth-child(2):before {
    content: '';
    background-image: url(../images/step4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 179px;
    height: 4px;
    position: absolute;
    z-index: -1;
    top: 12px;
    left: -190px;

}


.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    background: #FFCE43;
    border-radius: 8px;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here .process-step-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin: 0 0 20px;
}

.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0;
}








.portfolio {
    padding: 100px 0;
}




.portfolio .portfolio-main-head .portfolio-main-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

.portfolio .portfolio-main-head {
    margin: 0 0 100px;
}

.portfolio .portfolio-main-head .portfolio-main-heading span {
    color: #F5C12E;
}

.portfolio .portfolio-main-head p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.portfolio .portfolio-slides-left {
    display: flex;
}

.portfolio .portfolio-slides-right {
    display: flex;
}

.portfolio .portfolio-slides-left {
    margin: 0 0 30px;
}

.portfolio .portfolio-slides-left .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    margin: 0 12.5px;
}

.portfolio .portfolio-slides-right .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    margin: 0 12.5px;
}

.portfolio .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    line-height: 130px;
    pointer-events: none;
    background: #FFCE43E5;
    z-index: 9999;
    display: none;
    border-radius: 50%;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    animation: ripple 0.7s linear infinite;
    box-shadow: 0 0 0 0 #FFCE433D;
}


@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 206 67 / 40%), 0 0 0 0.5em rgb(255 206 67 / 40%);
    }

    100% {
        box-shadow: 0 0 0 1em rgb(255 206 67 / 40%), 0 0 0 1.5em rgb(255 206 67 / 40%);
    }
}

.portfolio .custom-cursor:before {
    content: "";
    width: 146px;
    width: 146px;
    background: #FFCE433D;

}

.portfolio .custom-cursor img {
    transform: rotate(5deg);
    margin: 0 2.5px;
}


.swiper--top,
.swiper--bottom {
    cursor: none;
}


.portfolio .custom-cursor {
    font-size: 24px;
    color: #000;
    /* ...other styles */
}




.faq {
    padding: 100px 0;
    background: #F9F9F9;
}

.faq .faq-main-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #000;
    margin: 0 0 50px;
}

.faq .faq-main-heading span {
    color: #F5C12E;
}

.faq .accordion-item .accordion-button {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    padding: 20px;
    background: #FFCE43;
    box-shadow: inherit;
}

.faq .accordion-item .accordion-button.collapsed {
    background: #000;
    color: #fff;
}

.faq .accordion-item {
    border: none;
    background: transparent;
    margin: 0 0 20px;
}

.faq .accordion-item .accordion-body {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding: 40px 25px;
    background: #fff;
}

.faq .accordion-item .accordion-button.collapsed::after {
    background-image: url(../images/plus.svg);
    filter: brightness(0) invert(1);
    width: 13px;
    height: 13px;
    background-size: cover;
    background-position: 100% 100%;
}

.faq .accordion-item .accordion-button::after {
    background-image: url(../images/minus.svg);
    filter: brightness(0) invert(1);
    transform: inherit;
    width: 12px;
    height: 2px;
    background-size: cover;
    background-position: 100% 100%;
}


.testi-sec {
    padding: 100px 0;
    background: #fff;
}

.testi-sec .testi-main-head {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 50px;
    color: #000000;
    margin: 0 0 30px;
}

.testi-sec .testi-main-head span {
    color: #F5C12E;
}

.testi-sec .testi-slider .testi-slides-box:after {
    content: '';
    background-image: url(../images/testi-polygon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 62px;
    height: 54px;
    position: absolute;
    bottom: -25px;
}

.testi-sec .testi-slider .testi-slides-box {
    box-shadow: 10px 10px 100px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: .2s all ease-in-out;


}

.testi-sec .slick-next {
    right: 10%;
}

.testi-sec .slick-prev {
    left: 80%;
}

.testi-sec .slick-prev:before {
    content: '' !important;
    background: url(../images/left-arrow.svg);
    background-size: cover;
    background-position: 100% 100%;
    height: 30px;
    width: 18px;
    position: absolute;
    filter: brightness(0);
    top: 35%;
    left: 35%;

}

.testi-sec .slick-next:before {
    content: '' !important;
    background: url(../images/right-arrow.svg);
    background-size: cover;
    background-position: 100% 100%;
    height: 30px;
    width: 18px;
    position: absolute;
    filter: brightness(0);
    top: 35%;
    left: 35%;

}

.slick-prev:hover,
.slick-next:hover {
    background: #FFCE43;
}

.testi-sec .slick-prev,
.slick-next {
    width: 80px;
    height: 80px;
    top: -10%;

    background: #FFCE43 !important;
    border-radius: 12px;

}


.testi-sec .testi-slider .slick-track {
    display: flex;
}

.testi-sec .testi-slider .slick-slide {
    transform: scale(0.8);
    transition: .3s all ease-in-out;
    width: 800px !important;
    height: 400px !important;
    opacity: .3;
}

.testi-sec .testi-slider .slick-center {
    transform: scale(1.2);
    margin: 0 50px;
    width: 800px !important;
    height: 400px !important;
    opacity: 1;

}

.testi-sec .slick-dots li button:before {
    content: inherit;
}

.testi-sec .slick-dots li button {
    width: 20px;
    height: 4px;
    padding: 0;
    background: #EEEEEE;
    border-radius: 2px;
}

.slick-dots li {
    margin: 0 12px;
    width: 20px;
    height: 4px;
}

.testi-sec .slick-dots li.slick-active {
    width: 40px;
    height: 6px;
}

.testi-sec .slick-dots li.slick-active button {
    background: #FFCE43;
    width: 40px;
    height: 6px;
}


.testi-sec .testi-slider .slick-list.draggable {
    padding: 100px 0 !important;
}

.testi-sec .testi-slider .testi-slides-box .testi-slides-content {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.testi-sec .testi-slider .testi-slides-box .testi-slides-content .testi-slides-content-name {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0 0 0 20px;
}

.testi-sec .testi-slider .testi-slides-box .testi-slides-content .testi-slides-content-name span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    display: block;

}

.testi-sec .testi-slider .testi-slides-box p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Italic;
    font-size: 18px;

}





.home-blog {
    background: #F6F6F6;
    padding: 100px 0 300px;
}


.home-blog .home-blog-with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-blog .home-blog-with-btn .home-blog-main-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 50px;
    color: #000000;
}

.home-blog .home-blog-with-btn {
    margin: 0 0 80px;
}

.home-blog .home-blog-with-btn a {
    background: #FFCE43;
    height: 54px;
    line-height: 54px;
    width: 211px;
    border-radius: 10px;
    font-family: Montserrat;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.home-blog .home-blog-box {
    padding: 25px 20px 40px;
    background: #FFFFFF;
    border-radius: 30px;
    transition: .3s all ease-in-out;
}

.inner-page-blog .home-blog-box {
    margin: 0 0 30px;

}
.inner-page-blog {
    padding: 100px 0;
}

.home-blog .home-blog-box:hover {
    transform: translate(0, -10px);
}

.home-blog .home-blog-box img {
    margin: 0 0 30px;
    border-radius: 20px;
}

.home-blog .home-blog-box p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0 0 40px;
}

.home-blog .home-blog-box a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    color: #000000;

}

.home-blog .home-blog-box .home-blog-box-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin: 0 0 24px;

}

.call-to-action-footer {
    margin: -220px 0 0 0;
}

.call-to-action-footer .calltoaction-box {
    background: #FFCE43;
    box-shadow: 0px 60px 120px 0px #B88D134D;
    border-radius: 50px;
    padding: 80px 0;
}

.call-to-action-footer .calltoaction-box p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000000;

}

.call-to-action-footer .calltoaction-box .call-to-action-heading {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    color: #000000;
    margin: 0 0 30px;

}

.call-to-action-footer .calltoaction-box .call-to-action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}

.call-to-action-footer .calltoaction-box .call-to-action-buttons a .calltoactioncontent span {
    display: block;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin: 0 0 -5px 0;
}

.call-to-action-footer .calltoaction-box .call-to-action-buttons a:nth-child(2) {
    width: 232px;
    height: 54px;
    justify-content: center;
    background: #000000;
    border-radius: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: #fff;

}

.call-to-action-footer .calltoaction-box .call-to-action-buttons a .calltoactioncontent {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    margin: 0 0 0 14px;
}

.call-to-action-footer .calltoaction-box .call-to-action-buttons a:first-child:after {
    content: '';
    width: 1px;
    height: 54px;
    background: #000000;
    opacity: .2;
    margin: 0 60px;
}

.call-to-action-footer .calltoaction-box .call-to-action-buttons a:last-child:before {
    content: '';
    width: 1px;
    height: 54px;
    background: #000000;
    opacity: .2;
    margin: 0 60px;
}

.call-to-action-footer .calltoaction-box .call-to-action-buttons a {
    display: flex;
    align-items: center;

}
















/*==================About Us Page============== */










/* about-home */

.about-home {
    padding: 83px 0;
}


.about-home .about-home-left .home-left-h1 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    color: #FFCE43;
    margin: 0 0 16px 0;

}


.about-home .about-home-left .home-left-h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    color: white;
    margin: 0 0 16px 0;

}

.about-home .about-home-right img{
    margin:0 0 0 auto;
    display: table;
}

.about-home .about-home-left .home-left-h3 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 26px;
    color: white;
    margin: 0 0 30px 0;

}

.about-home .about-home-left .home-left-p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: white;
    margin: 0 0 30px 0;
}

.about-home .about-home-left .home-left-a a {
    height: 54px;
    width: 325px;
    background-color: #FFCE43;
    color: #000;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    display: block;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 60px 0;
}






/* about-company */




.about-company {
    background-color: white;
    padding: 140px 0 100px;
}

.about-company .about-company-left .about-class-h1-set-here {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 44px;
    color: #000;
    margin: 0 0 30px 0;
}

.about-company .about-company-right {
    position: relative;
    z-index: 1;

}

.about-company .about-company-right::before {
    content: '';
    filter: blur(300px);
    background: #FFCE43;
    width: 100%;
    height: 80%;
    position: absolute;
    border-radius: 50%;
    top: 10%;
    z-index: -1;
}

.about-company .about-company-left .company-left-p {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px 0;
}

.about-company .about-company-left .company-left-p span {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.about-company .about-company-left .company-left-a {
    display: flex;
    gap: 16px;

}

.about-company .about-company-left .company-left-a .company-left-a1 {
    width: 250px;
    height: 54px;
    background-color: #FFCE43;
    color: #000;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    display: block;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
}

.about-company .about-company-left .company-left-a .company-left-a2 {
    width: 250px;
    height: 54px;
    background-color: transparent;
    color: #000;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid black;
}










/* about-innovative */


.about-innovative {
    padding: 140px 0;
    background-color: #F6F6F6;

}

.about-innovative .about-innovative-left {
    z-index: 1;
    position: relative;
}

.about-innovative .about-innovative-left::before {
    content: '';
    filter: blur(300px);
    background: #FFCE43;
    width: 100%;
    height: 50%;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    z-index: -1;
    right: 30%;
}

.about-innovative .about-innovative-right {
    padding: 0 0 0 80px;
}

.about-innovative .about-innovative-right .class-for-all-h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 44px;
    color: black;
    width: 90%;
    margin: 0 0 30px 0;

}

.about-innovative .about-innovative-right .innovative-right-p {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 50px 0;
}

.about-innovative .about-innovative-right .innovative-right-p span {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #000;

}


.about-innovative .about-innovative-right .innovative-right-h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 34px;
    color: #000;
    margin: 0 0 30px 0;

}

.about-innovative .about-innovative-right .innovative-right-p2 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 30px 0;

}

.about-innovative .about-innovative-right .innovative-right-li li {
    list-style: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #000;

}

.about-innovative .about-innovative-right .innovative-right-li li img {
    margin: 0 16px 0 0;
}










/* about-percent */

.about-percent {
    padding: 30px;
}

.about-percent .about-percent-main {
    display: flex;
    justify-content: space-between;

}




.about-percent .about-percent-main .percent-mini-div .percent-mini-div-h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 60px;
    color: #FFCE43;
    margin: 0 0 20px 0;
    text-align: center;


}

.about-percent .about-percent-main .percent-mini-div {
    width: 24%;
    padding: 70px 0;
    position: relative;
}

.about-percent .about-percent-main .percent-mini-div:first-child::before {
    content: inherit;
}

.about-percent .about-percent-main .percent-mini-div:before {
    content: '';
    border-right: 1px solid #fff;
    opacity: .2;
    width: 1px;
    height: 100px;
    margin: 0 14px;
    position: absolute;
    top: 90px;
}

.about-percent .about-percent-main .percent-mini-div .percent-mini-div-p p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    color: white;
    text-align: center;
}








/* about-story */

.about-story {
    padding: 140px 0;
    background-color: white;
}


.about-story .about-story-left .story-left-h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 44px;
    color: #000;
    margin: 0 0 30px 0;

}

.about-story .about-story-left .story-left-p {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px 0;
}

.about-story .about-story-left .story-left-p span {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #000;

}

.about-story .about-story-left .story-left-a {
    display: flex;
    gap: 16px;
}

.about-story .about-story-left .story-left-a .story-left-a1 {
    width: 200px;
    height: 54px;
    background-color: #FFCE43;
    color: #000;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    display: block;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;

}

.about-story .about-story-left .story-left-a .story-left-a2 {
    width: 240px;
    height: 54px;
    background-color: transparent;
    color: #000;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid black;
}



.about-story .about-story-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.about-story .about-story-right::before {
    content: "";
    filter: blur(300px);
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0%;
    z-index: -1;
    background: rgb(255, 206, 67);
    border-radius: 50%;
}














.inner-testi-sec {
    background: #F6F6F6 !important;
    padding: 140px 0 340px !important;
}
.inner-testi-sec-service{
    background: #fff !important;
    padding: 140px 0 340px !important;

}

.inner-testi-sec .testi-slider .testi-slides-box {
    box-shadow: inherit;
}











/* ==============service-================ */





/* service-simple */



.service-simple {
    padding: 100px 0;
    background-color: #F6F6F6;
}

.service-simple .service-simple-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-simple .service-simple-top .simple-top-h1 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 25px;
    color: black;
    margin: 0 0 24px 0;
    text-align: center;
}

.service-simple .service-simple-top .simple-top-h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    color: black;
    margin: 0 0 115px 0;
    text-align: center;
}




.service-simple .service-simple-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 96px 0;
    position: relative;
}

.service-simple .service-simple-bottom .simple-bottom-mini:nth-of-type(-n+2)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-right: 1px solid #FFCE43;
}

.service-simple .service-simple-bottom .simple-bottom-mini {
    /* padding: 0  0 0 50px; */
    margin: 0 50px 0 0;
    position: relative;
}

.service-simple hr {
    border-bottom: 1px solid #FFCE43;
    opacity: 1;
}



.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h1 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 50px;
    color: #FFCE43;
    margin: 0 0 17px 0;


}

.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    color: black;
    margin: 0 0 22px 0;

}

.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: black;
    width: 80%;
}




















/* service-publish */




.service-publish {
    background-color: #F6F6F6;
    padding: 0 0 100px 0;
}


.service-publish .service-publish-left .publish-left-h1 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 25px;
    color: #FFCE43;
    margin: 0 0 14px 0;

}

.service-publish .service-publish-left .publish-left-h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    color: #FFCE43;
    margin: 0 0 38px 0;

}

.service-publish .service-publish-left .publish-left-h2 span {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    color: black;


}

.service-publish .service-publish-left .publish-left-p p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: black;
    margin: 0 0 39px 0;
    width: 80%;

}

.service-publish .service-publish-left .publish-left-ul {
    display: flex;
    gap: 80px;
}

.service-publish .service-publish-left .publish-left-ul li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: black;
    margin: 0 0 44px 0;
    display: flex;
    align-items: center;
}

.service-publish .service-publish-left .publish-left-ul li img {
    margin: 0 15px 0 0;
}












/* service-innovative */




.service-innovative {
    background-color: white;
}










/* .service-choose */

.service-choose {
    background: url('../images/service-choose.png') no-repeat 100% 100% / cover;
    padding: 140px 0 230px;
    position: relative;
}

.service-choose .service-choose-left .choose-left-h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    color: #FFCE43;
    margin: 0 0 37px 0;

}
.service-choose .service-choose-right{
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-choose .service-choose-left .choose-left-p p{
    font-family: Montserrat;
font-weight: 400;
font-size: 16px;
color: white;

}




/*range of Services*/
.range-of-services{
    background: #F6F6F6;
    padding: 100px 0;
}
.range-of-services .tag-line-range{
    font-family: Montserrat;
font-weight: 500;
font-size: 25px;
color:#000000;
text-transform: uppercase;
text-align: center;
margin: 0 0 20px;
}
.range-of-services .range-of-services-main-head{
    font-family: Montserrat;
font-weight: 700;
font-size: 50px;
text-align: center;
text-transform: uppercase;
margin: 0 auto 60px;
}


.range-of-services .rang-of-service-box{
    position: relative;
    margin: 0 0 30px;
}

.range-of-services .rang-of-service-box{
    border-radius: 15px;
}

.range-of-services .rang-of-service-box:before{
      content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    border-radius: 15px;

    opacity: .55;
}
.range-of-services .rang-of-service-box .rang-of-service-content p{
    font-family: Montserrat;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
margin: 0;
}
.range-of-services .rang-of-service-box .rang-of-service-content .rang-of-service-content-head{
    font-family: Montserrat;
font-weight: 600;
font-size: 40px;
color: #FFFFFF;
}

.range-of-services .rang-of-service-box .rang-of-service-content{
        position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px 30px;
}


.range-of-services .rang-of-service-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}
.range-of-services .rang-of-service-btn a:last-child{
    width: 300px;
    background: #FFCE43;
    color: #000;

}
.range-of-services .rang-of-service-btn a{
    width: 300px;
height: 54px;
line-height: 54px;
border-radius: 10px;
font-family: Montserrat;
font-weight: 700;
font-size: 18px;
color: #FFCE43;
background: #000000;
text-align: center;
margin: 0 0 0 25px;
}


.portfolio .portfolio-inner-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0 0;
}
.portfolio .portfolio-inner-btn a:last-child{
    width: 220px;
    background: #FFCE43;
    color: #000;

}
.portfolio .portfolio-inner-btn a{
    width: 189px;
height: 54px;
line-height: 54px;
border-radius: 10px;
font-family: Montserrat;
font-weight: 700;
font-size: 18px;
color: #000;
background: #fff;
text-align: center;
margin: 0 0 0 25px;
}








/* client */
.client {
    padding: 100px 0;
    background: #fff;
}
.client .client-header {
    text-align: center;
}
.client .client-header .client-header-h1 {
    font-family: Montserrat;
font-weight: 600;
font-size: 50px;
color: #000000;
}
.client .client-header .client-header-p {
font-family: Montserrat;
font-weight: 500;
font-size: 18px;
margin:0 0 80px;
}
.client .client-mid {
    background-color: #F6F6F6;
    padding: 30px;
    border-radius: 5px;
    margin: 0 0 30px;
}
.client .mid-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.client .mid-header .mid-header-name {
    color: black;
    font-weight: 500;
    font-size: 16px;
}
.client .mid-header .mid-header-review {
    color: black;
    font-weight: 400;
    font-size: 16px;
}
.client .mid-content {
    color: black;
    font-weight: 400;
    font-size: 16px;
}
.client .mid-review {
    margin: 18px 0;
}

/*Contact Page Inner*/

.contact-details-page-sec{
    padding: 100px 0;
    background: #F6F6F6;
}


.contact-details-page-sec .contact-detail-main-head{
    font-family: Montserrat;
font-weight: 600;
font-size: 50px;
color: #000000;
margin: 0 0 10px;
}

.contact-details-page-sec p{
    font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 25px;
margin: 0;
color: #000000;
}


.contact-details-page-sec ul{
    margin: 30px 0 0;
}
.contact-details-page-sec ul li{
    margin: 0 0 15px;
}
.contact-details-page-sec ul li img{
        background: #FFCE43;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    padding: 7.5px;
    margin: 0 15px 0 0;
}
.contact-details-page-sec ul li a{
    font-family: Montserrat;
font-weight: 500;
font-size: 14px;
color: #000000;
}


.contact-details-page-sec iframe{
    width: 705px;
    height: 400px;
    border-radius: 25px;
}























/*footer*/
footer {
    padding: 100px 0 30px;
}

footer hr {
    background-color: #fff;
    opacity: .20;
    margin: 50px 0;
}

footer .footer-form-content .footer-heading {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin: 0 0 30px;
}

footer .footer-form-content .contact-form-heading {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
}

footer .footer-form-content input::placeholder {
    color: #FDFDFD;
    opacity: .6;
}

footer .footer-form-content input:focus {
    border: 1px solid #FFCE43;
    opacity: 1;
}

footer .footer-form-content textarea:focus {
    border: 1px solid #FFCE43;
    opacity: 1;
}

footer .footer-form-content input {
    border: 1px solid #666666;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: #222222;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #FDFDFD;
    margin: 0 0 15px;
    border-radius: 10px;
    padding: 0 30px;
    opacity: .6;
    outline: none;

}

footer .footer-form-content textarea {
    border: 1px solid #666666;
    height: 140px;
    width: 100%;
    background: #222222;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #FDFDFD;
    margin: 0 0 20px;
    border-radius: 10px;
    padding: 22px 30px 10px;
    opacity: .6;
    outline: none;
    resize: none;
}

footer .footer-form-content button {
    background: #FFCE43;
    height: 54px;
    width: 100%;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    border:none;
}

footer .footer-form-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

footer .footer-form-content .service-links {
    width: 95%;
}

footer .footer-form-content .service-links .links-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin: 0 0 24px;
}

footer .footer-form-content .service-links .service-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-form-content .service-links .service-anchor li {
    width: 48%;
    margin: 0 0 20px;
}

footer .footer-form-content .service-links .service-anchor li a img {
    margin: 0 15px 0 0;
}

footer .footer-form-content .service-links .service-anchor li a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

footer .footer-form-content .service-links .quick-links li a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

footer .footer-form-content .service-links .quick-links li {
    margin: 0 0 20px;
}

footer .footer-contact-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-contact-details a {
    display: flex;
    align-items: center;
    position: relative;
    width: 30%;

}

footer .footer-contact-details a .footer-contact-details-content span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    color: #FFCE43;
    display: block;
}

footer .footer-contact-details a:after {
    content: '';
    width: 1px;
    height: 54px;
    opacity: .2;
    background: #fff;
      position: absolute;
    right: 0%;
}

footer .footer-contact-details a:last-child:after {
    content: inherit;
}

footer .footer-contact-details a .footer-contact-details-content {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 0 20px;
}

footer .footer-bottom-bar .copyright li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
}

footer .footer-bottom-bar .copyright li a {
    font-weight: 500;
    color: #FFCE43;
}

footer .footer-bottom-bar .copyright li:first-child {
    margin: 0 20px 0 0;
}

footer .footer-bottom-bar .copyright li:last-child {
    margin: 0 0 0 20px;
}

footer .footer-bottom-bar .copyright li:last-child:after {
    content: inherit;
}

footer .footer-bottom-bar .copyright li:after {
    content: '';
    width: 1px;
    height: 16px;
    opacity: .2;
    background: #fff;
    top: 15%;
    right: -6%;
    position: absolute;
}

footer .footer-bottom-bar .policy li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

footer .footer-bottom-bar .policy {
    text-align: right;
}

footer .footer-bottom-bar .policy li a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #999999;

}

footer .footer-bottom-bar .policy li:first-child {
    margin: 0 20px 0 0;
}

footer .footer-bottom-bar .policy li:last-child {
    margin: 0 0 0 20px;
}

footer .footer-bottom-bar .policy li:last-child:after {
    content: inherit;
}

footer .footer-bottom-bar .policy li:after {
    content: '';
    width: 1px;
    height: 16px;
    opacity: .2;
    background: #fff;
    right: -20%;
    top: 20%;
    position: absolute;
}
footer .footer-logo-social-icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-logo-social-icon ul li:last-child a{
    margin:0;
}
footer .footer-logo-social-icon ul li{
    display: inline-block;
}
footer .footer-logo-social-icon ul li a:hover{

background: #FFCE43;

}
footer .footer-logo-social-icon ul li a:hover img{
    filter: brightness(0);
}
footer .footer-logo-social-icon ul li a{
border: 1px solid #666666;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 12px;
    margin: 0 15px 0 0;
    text-align: center;
    transition: .3s all ease-in-out;
    display: flex;
    align-items:center;
    justify-content: center;
    background: #222222;
}

#signup.modal{
        background: #000000B2;
    backdrop-filter: blur(20px);
}
#signup.modal .modal-dialog{
    max-width: 1150px;
        margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#signup.modal .modal-dialog .modal-content{
    background: #FFCE43E5;
    border-radius: 30px;
}
#signup.modal .modal-body{
    position: relative;
    padding: 40px 30px;
}
#signup.modal .modal-body p{
    font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 18px;
color: #000000;
margin: 0 0 20px ;
}
#signup.modal .modal-body .custom-input input{
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    margin: 0 0 12px;
    font-family: Montserrat;
font-weight: 400;
font-size: 16px;
color: #000000;
background: #FFFFFF;
padding: 0 20px;
outline: none;
border: none;
}
#signup.modal .modal-body .custom-input input:placeholder{
    color: rgb(0 0 0 / 60%);
}
#signup.modal .modal-body .submit-btn-modal{
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-family: Montserrat;
font-weight: 700;
font-size: 18px;
text-align: center;
background: #000000;
border-radius: 10px;
color: #fff;
}
#signup.modal .modal-body img{
    margin: 0 auto;
    display: table;
}
#signup.modal .modal-body .custom-input textarea{
    width: 100%;
    height: 140px;
    border-radius: 10px;
    margin: 0 0 12px;
    font-family: Montserrat;
font-weight: 400;
font-size: 16px;
color: #000000;
background: #FFFFFF;
padding: 15px 20px 0;
outline: none;
resize: none;
border: none;
}
#signup.modal .modal-body .custom-input textarea:placeholder{
    color: rgb(0 0 0 / 60%);
}
#signup.modal .modal-body .modal-heading{
    font-family: Montserrat;
font-weight: 700;
font-size: 30px;
color: #000000;
margin: 0 0 15px;
}
#signup.modal .modal-body .close-btn img{
    filter: brightness(0) invert(1);
    width: 35px;
    height: 35px;
    object-fit: cover;
}
#signup.modal .modal-body .close-btn{

    width: 54px;
    height: 54px;
    background: #000000;
    border: none;
    border-radius: 16px;
    position: absolute;
    right: 15px;
    top: 15px;

}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {

    .sec-home-banner a {
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}
    header nav #navbarSupportedContent form a:last-child,
    .home-blog .home-blog-with-btn a,
    .call-to-action-footer .calltoaction-box .call-to-action-buttons a:nth-child(2),
    .about-company .about-company-left .company-left-a .company-left-a1,
    .about-company .about-company-left .company-left-a .company-left-a2,
    .range-of-services .rang-of-service-btn a,
    .range-of-services .rang-of-service-btn a:last-child {
    width: 210px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

header nav #navbarSupportedContent form a{
    font-size: 14px;
}
.home-blog .home-blog-box .home-blog-box-heading{
    font-size: 18px;
}
.range-of-services .rang-of-service-box .rang-of-service-content .rang-of-service-content-head{
    font-size: 30px;
}
.sec-home-banner h1,
.home-about h2,
.service-sec .service-content .service-main-heading,
footer .footer-form-content .footer-heading,
.about-company .about-company-left .about-class-h1-set-here,
.service-choose .service-choose-left .choose-left-h1,
.about-innovative .about-innovative-right .class-for-all-h2,
.range-of-services .range-of-services-main-head{
    font-size: 38px;
}
.about-innovative .about-innovative-right .innovative-right-p{
    margin-bottom: 30px;
}
.home-about .buttons-set a {
    width: 22%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    
}
.about-home .about-home-left .home-left-a a {
    height: 48px;
    width: 280px;
    line-height: 48px;
    font-size: 16px;
}
footer .footer-form-content .service-links .links-heading{
    font-size: 20px;
}
.service-sec .service-content p,
footer .footer-form-content p,
footer .footer-form-content .service-links .service-anchor li a,
footer .footer-form-content .service-links .quick-links li a,
footer .footer-contact-details a .footer-contact-details-content span{
    font-size: 16px;
}

.service-sec .service-box-sec .service-boxes h3,
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here .process-step-heading{
    font-size: 20px;
    margin-bottom: 10px;
}
.service-sec .service-box-sec .service-boxes .img-with-anchor img {
    width: 40%;
}
.about-home .about-home-left .home-left-h2{
    font-size: 43px;
}
.client .client-mid{
    height: 310px;
}
.service-publish .service-publish-left .publish-left-h1{
    font-size: 24px;
}
.service-publish .service-publish-left .publish-left-ul li{
    margin-bottom: 22px;
}
.publishing-process .publishing-process-main-head .publishing-process-main-heading,
.portfolio .portfolio-main-head .portfolio-main-heading,
.testi-sec .testi-main-head,
.home-blog .home-blog-with-btn .home-blog-main-heading,
.client .client-header .client-header-h1,
.contact-details-page-sec .contact-detail-main-head,
.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h1,
.service-publish .service-publish-left .publish-left-h2 span,
.service-publish .service-publish-left .publish-left-h2 {
    font-size: 40px;
}
.faq .faq-main-heading{
    font-size: 40px;
    margin-bottom: 30px;
}

.faq .accordion-item .accordion-button{
    font-size: 20px;
    margin-bottom: 15px;
}
.testi-sec .slick-next{
    right: 7%;
}
.testi-sec .slick-prev, .slick-next{
    width: 70px;
    height: 70px;
}
 .testi-sec .slick-prev {
        left: 80%;
    }


    .service-simple .service-simple-top .simple-top-h2{
        width: 80%;
        font-size: 43px;
    }
    .range-of-services .range-of-services-main-head{
        width: 90%;
    }
    .service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h2 , .service-publish .service-publish-left .publish-left-h2{
        width: 100%;
    }
    .book-mocks .bannerbooks {
        width: 310%;
    }
.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h2{
    font-size: 24px;
}

   

    .testi-sec .testi-slider .slick-center {
        transform: scale(1.0) !important;
        width: 100% !important;
        height: auto !important;
        margin:0 20px;
    }
    .call-to-action-footer .calltoaction-box .call-to-action-heading{
        font-size:34px;
    }
    .call-to-action-footer .calltoaction-box .call-to-action-buttons a .calltoactioncontent{
            font-size: 18px;
    }

    .testi-sec .testi-slider .slick-slide {
        width: 100% !important;
        height: auto !important;
    }
.menu-bar-web ul li a{
        font-size:14px;
    }

.menu-bar-web ul li{
    margin:0 0 0 10px;
}
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:nth-child(2):before{
    width: 371px;
}
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:last-child:before{
     width: 350px;
}
.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:nth-child(2):before{
        left: -160px;
            width: 150px;
}
.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:last-child:before{
     left: -110px;
            width: 100px;
}
footer .footer-contact-details a:after{
     content: '';
    width: 1px;
    height: 54px;
    opacity: .2;
    background: #fff;
    margin: 0 10px;   
}
footer .footer-contact-details a .footer-contact-details-content{
    font-size:16px;
}
.service-choose .service-choose-right{
    right: -50px;
}

}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1150px) and (max-width: 1444px) {
    .service-choose .service-choose-right{
           width: 68%;
        right: -171px;
}
.range-of-services .tag-line-range{
    font-size: 20px;
}
    .sec-home-banner a {
   width: 165px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
}
    header nav #navbarSupportedContent form a:last-child,
    .home-blog .home-blog-with-btn a,
    .call-to-action-footer .calltoaction-box .call-to-action-buttons a:nth-child(2),
    .about-company .about-company-left .company-left-a .company-left-a1,
    .about-company .about-company-left .company-left-a .company-left-a2,
    .range-of-services .rang-of-service-btn a,
    .range-of-services .rang-of-service-btn a:last-child {
           width: 200px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
}
header .navbar-brand img{
    width: 70%;
}
header nav #navbarSupportedContent form a,
.trustpilot-sec .truspilot-bar-with-content p,
.trustpilot-sec .mousewheelimg a{
    font-size: 12px;
}
.home-blog .home-blog-box .home-blog-box-heading{
    font-size: 16px;
}
.range-of-services .rang-of-service-box .rang-of-service-content .rang-of-service-content-head{
    font-size: 22px;
}
footer .footer-form-content input{
    height: 50px;
    font-size: 14px;
}
footer .footer-form-content textarea{
    height: 100px;
    font-size: 14px;
}
.sec-home-banner h1,
.home-about h2,
footer .footer-form-content .footer-heading,
.about-company .about-company-left .about-class-h1-set-here,
.service-choose .service-choose-left .choose-left-h1,
.about-innovative .about-innovative-right .class-for-all-h2,
.range-of-services .range-of-services-main-head{
    font-size: 35px;
}
.service-sec .service-content .service-main-heading{
    font-size: 32px;
}
.about-innovative .about-innovative-right .innovative-right-p,
.about-innovative .about-innovative-right .innovative-right-h1,
.about-innovative .about-innovative-right .class-for-all-h2{
    margin-bottom: 20px;
}
.home-about .buttons-set a {
    width: 22%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    
}
.about-home .about-home-left .home-left-a a {
            height: 44px;
        width: 250px;
        line-height: 44px;
        font-size: 14px;
}
.client .client-header .client-header-p{
    margin-bottom: 50px;
}
.book-mocks .bannerbooks .item img
 {
    width: 300px;
    height: 401px;
    margin: 0 10px;
}
footer .footer-form-content .service-links .links-heading,
.testi-sec .testi-slider .testi-slides-box .testi-slides-content .testi-slides-content-name span{
    font-size: 20px;
}
.sec-home-banner p,
.home-blog .home-blog-box a{
    font-size: 14px;
}
.about-home .about-home-left .home-left-h3{
    font-size: 22px;
}
.home-blog .home-blog-box p{
    font-size: 14px;
    margin-bottom: 20px;
}
.about-innovative .about-innovative-right .class-for-all-h2,
.about-innovative .about-innovative-right .innovative-right-h1{
    font-size: 30px !important;
}
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:first-child:before {
    width: 433px;
    height: 63px;
    top: 6px;
    left: 92px;
}
    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:last-child:before {
        width: 288px !important;
    }
    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:nth-child(2):before {
        width: 339px !important;
    }
    .about-percent .about-percent-main .percent-mini-div .percent-mini-div-h1{
        font-size: 50px;
    }
    .about-percent .about-percent-main .percent-mini-div:before{
        left: -21px;
    }
    .about-percent .about-percent-main .percent-mini-div .percent-mini-div-p p{
        font-size: 18px;
    }
    .menu-bar-web ul li .submenu{
        width: 250px;
    }
.service-sec .service-content p,
footer .footer-form-content p,
footer .footer-form-content .service-links .service-anchor li a,
footer .footer-form-content .service-links .quick-links li a,
footer .footer-contact-details a .footer-contact-details-content span,
.home-about p,
.home-about ul li,
.service-sec .service-box-sec .service-boxes p,
.service-sec .service-box-sec .service-boxes .img-with-anchor a,
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here p,
.testi-sec .testi-slider .testi-slides-box p,
.client .mid-content,
.menu-bar-web ul li .submenu ul li a,
.about-home .about-home-left .home-left-p,
.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-p{
    font-size: 14px;
}
.publishing-process .publishing-process-main-head p,
.portfolio .portfolio-main-head p,
.testi-sec .testi-slider .testi-slides-box .testi-slides-content .testi-slides-content-name,
.call-to-action-footer .calltoaction-box p,
.about-story .about-story-left .story-left-p span{
    font-size: 16px;
}
.service-sec .service-box-sec .service-boxes h3,
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here .process-step-heading{
    font-size: 18px;
    margin-bottom: 10px;
}
.service-sec .service-box-sec .service-boxes .img-with-anchor img {
    width: 30%;
}
.service-sec .service-box-sec .service-boxes{
    height: 290px;
}
.contact-details-page-sec iframe{
    width: 100%;
}
.about-home .about-home-left .home-left-h2{
    font-size: 38px;
}
.client .client-mid{
    height: 310px;
}
.service-publish .service-publish-left .publish-left-h1{
    font-size: 24px;
}
.service-publish .service-publish-left .publish-left-ul li{
    margin-bottom: 22px;
}
.publishing-process .publishing-process-main-head .publishing-process-main-heading,
.portfolio .portfolio-main-head .portfolio-main-heading,
.testi-sec .testi-main-head,
.home-blog .home-blog-with-btn .home-blog-main-heading,
.client .client-header .client-header-h1,
.contact-details-page-sec .contact-detail-main-head,
.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h1,
.service-publish .service-publish-left .publish-left-h2 span,
.service-publish .service-publish-left .publish-left-h2,
.about-story .about-story-left .story-left-h1 {
    font-size: 35px;
}
.faq .faq-main-heading{
    font-size: 35px;
    margin-bottom: 30px;
}

.faq .accordion-item .accordion-button{
    font-size: 16px;
    margin-bottom: 15px;
}
.testi-sec .slick-next{
    right: 7%;
}
.testi-sec .slick-prev, .slick-next{
    width: 70px;
    height: 70px;
}
 .testi-sec .slick-prev {
        left: 80%;
    }


    .service-simple .service-simple-top .simple-top-h2{
        width: 80%;
        font-size: 30px;
    }
    .range-of-services .range-of-services-main-head{
        width: 90%;
    }
    .service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h2 , .service-publish .service-publish-left .publish-left-h2{
        width: 100%;
    }
    .book-mocks .bannerbooks {
        width: 310%;
    }
.service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h2{
    font-size: 20px;
}
.service-simple .service-simple-top .simple-top-h1{
    font-size: 22px;
}
   
footer .footer-form-content button{
    height: 48px;
    font-size: 16px;
}
    .testi-sec .testi-slider .slick-center {
        transform: scale(1.0) !important;
        width: 100% !important;
        height: auto !important;
        margin:0 20px;
    }
    .call-to-action-footer .calltoaction-box .call-to-action-heading{
        font-size:30px;
    }
    .call-to-action-footer .calltoaction-box .call-to-action-buttons a .calltoactioncontent{
            font-size: 16px;
    }
footer .logo-img-footer img{
    width: 70%;
}
    .testi-sec .testi-slider .slick-slide {
        width: 100% !important;
        height: auto !important;
    }
.menu-bar-web ul li a{
        font-size:14px;
    }

.menu-bar-web ul li{
    margin:0 0 0 10px;
}
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:nth-child(2):before{
    width: 371px;
}
.publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:last-child:before{
     width: 350px;
}
.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:nth-child(2):before{
        left: -160px;
            width: 150px !important;
}
.publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:last-child:before{
     left: -105px;
            width: 100px !important;
}
footer .footer-contact-details a:after{
     content: '';
    width: 1px;
    height: 54px;
    opacity: .2;
    background: #fff;
    margin: 0 10px;   
}

footer .footer-contact-details a .footer-contact-details-content,
footer .footer-bottom-bar .copyright li,
footer .footer-bottom-bar .policy li a{
    font-size:14px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    #signup.modal .modal-body img{
        display: none;
    }
    #signup.modal .modal-body .close-btn img{
        display: block;
    }
    

    footer .footer-logo-social-icon{
        flex-direction: column;
    }
    footer .footer-logo-social-icon ul{
        margin:20px 0 0;
    }
    footer .footer-contact-details a{
        width:100%;
    }
    header nav #navbarSupportedContent form {
        flex-direction: column;
        justify-content: center;
        margin: 20px 0 0;
    }

    .menu-bar-web {
        display: none;
    }

    header nav #navbarSupportedContent form a:after {
        content: inherit;
    }

    header nav #navbarSupportedContent form a {
        margin: 0 auto 15px;
        justify-content: center;
    }

    header nav .navbar-brand {
        padding: 0;
        margin: 0;
        width: 65%;
    }
    header nav button.navbar-toggler{
        width: 35%;
    }
    header nav button.navbar-toggler img{
    filter: brightness(0) invert(1);
    width: 50px;
    height: 50px;
    }
        .about-innovative .about-innovative-right .class-for-all-h2 , .about-innovative .about-innovative-right .innovative-right-h1{
        margin: 20px 0;
        font-size:22px;
        text-align: center;
    }
    .sec-home-banner h1,
    .testi-sec .testi-main-head,
    .home-blog .home-blog-with-btn .home-blog-main-heading,
    .call-to-action-footer .calltoaction-box .call-to-action-heading,
    .portfolio .portfolio-main-head .portfolio-main-heading,
    .home-about h2,
    .service-sec .service-content .service-main-heading,
    .publishing-process .publishing-process-main-head .publishing-process-main-heading ,
    .about-home .about-home-left .home-left-h2,
    .about-company .about-company-left .about-class-h1-set-here,
    .service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h1,
    .service-choose .service-choose-left .choose-left-h1,
    .faq .faq-main-heading,
    .client .client-header .client-header-h1,
    .contact-details-page-sec .contact-detail-main-head{
        font-size: 30px;
        text-align: center;
    }
    .faq .accordion-item .accordion-button{
            font-size: 18px;
    padding: 10px;

    }
    .faq .accordion-item .accordion-body{
        padding: 15px;
            font-size: 14px;
    }
    .service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-h2 , .service-publish .service-publish-left .publish-left-h1 , .range-of-services .tag-line-range{
         font-size: 20px;
         margin: 0 0 15px;
        text-align: center;
        width: 100%;
    }
    .service-simple .service-simple-bottom .simple-bottom-mini .simple-bottom-p,.contact-details-page-sec p , .service-publish .service-publish-left .publish-left-p p , .service-choose .service-choose-left .choose-left-p p{
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    .contact-details-page-sec iframe{
        width: 100%;
    }
    .service-publish .service-publish-left .publish-left-ul{
        flex-direction: column;
        gap: 15px;
        margin: 30px 0 0;
    }
    .service-publish .service-publish-left .publish-left-h2 , .service-publish .service-publish-left .publish-left-h2 span{
        margin: 0 0 15px;
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
    .service-publish .service-publish-left .publish-left-ul li{
            margin: 0 0 15px;
    }
    .service-simple .service-simple-top .simple-top-h2 , .range-of-services .range-of-services-main-head{
        font-size: 30px;
        text-align: center;
        width: 100%;
        margin: 0 0 50px;
    }
    .about-percent .about-percent-main .percent-mini-div .percent-mini-div-h1{
        font-size:40px;
        margin: 0 0 10px;
    }
    .service-simple .service-simple-bottom{
        flex-direction: column;
        padding: 0 0 30px;
    }
    .service-simple .service-simple-bottom .simple-bottom-mini{
        margin: 0;
    }
    .range-of-services .rang-of-service-box{
            border-radius: 15px;
                    height: 300px;
    }
    .client .client-header .client-header-p{
        font-size: 14px;
        margin: 0 0 30px;
    }
    .client .client-mid{
            padding: 15px;
            margin: 0 0 15px;
    }
    .range-of-services .rang-of-service-btn a , .range-of-services .rang-of-service-btn a:last-child{
        width: 100%;
        margin: 0;
    }
    .portfolio .portfolio-inner-btn a{
        width: 80% !important;
        margin: 0 auto;
    }
    .range-of-services .rang-of-service-btn , .portfolio .portfolio-inner-btn{
        flex-direction: column;
        gap: 15px;
    }
    .range-of-services .rang-of-service-box img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;

    }
    .range-of-services .rang-of-service-box .rang-of-service-content{
        padding: 15px;
    }
    .range-of-services .rang-of-service-box .rang-of-service-content .rang-of-service-content-head{
        font-size: 20px;
            margin: 0 0 20px;
    }
    .range-of-services .rang-of-service-box .rang-of-service-content p{
        font-size: 14px;
    }
    .home-about:after,
    .publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:nth-child(2):before,
    .publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:first-child:before,
    footer .footer-bottom-bar .copyright li:after,
    .publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:last-child:before,
    .call-to-action-footer .calltoaction-box .call-to-action-buttons a:first-child:after,
    .call-to-action-footer .calltoaction-box .call-to-action-buttons a:last-child:before,
    footer .footer-contact-details a:after,
    footer .footer-bottom-bar .policy li:after,
    .before-home-set-here:before,
    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:first-child:before,
    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:nth-child(2):before,
    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:last-child:before,
    .home-about:before,
    header nav #navbarSupportedContent form a:after,
    .about-percent .about-percent-main .percent-mini-div:before,
    .service-simple .service-simple-bottom .simple-bottom-mini::before,
    .service-simple .service-simple-bottom .simple-bottom-mini:nth-of-type(-n+2)::before{
        content: inherit;
    }

    .sec-home-banner p,
    .home-blog .home-blog-box p,
    .call-to-action-footer .calltoaction-box p,
    .home-about p,
    .service-sec .service-content p,
    footer .footer-form-content p ,
    .about-home .about-home-left .home-left-p,
    .about-company .about-company-left .company-left-p span,
    .about-innovative .about-innovative-right .innovative-right-p span,
    .about-innovative .about-innovative-right .innovative-right-p2,
    .about-innovative .about-innovative-right .innovative-right-li li,
    .about-story .about-story-left .story-left-p span{
        font-size: 14px;
        text-align: center;
    }
    .about-story .about-story-left .story-left-a{
        flex-direction: column;
            align-items: center;
        margin:0 0 20px;
    }
    .about-company .about-company-left .company-left-a{
        flex-direction: column;
        align-items: center;
    }
    .publishing-process .publishing-process-main-head p,
    .portfolio .portfolio-main-head p {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
.about-company .about-company-right{
    margin: 30px 0 0;
}
    .sec-home-banner a {
        margin: 0 auto;
    }
    .about-home .about-home-left .home-left-a a{
        margin: 0 auto 30px;
    }

    .book-mocks .bannerbooks {
        width: 4000px;
    }

    .book-mocks {
        transform: rotate(0deg);
    }

    .book-mocks .bannerbooks .item img {
        width: 140px;
        height: 200px;
    }

    .trustpilot-sec .truspilot-bar-with-content {
        flex-direction: column;
    }

    .trustpilot-sec .truspilot-bar-with-content p {
        font-size: 14px;
        margin: 15px 0;
        text-align: center;
    }

    .trustpilot-sec .mousewheelimg {
        margin: 0;
    }

    .trustpilot-sec,
    .home-about,
    .service-sec,
    .publishing-process,
    .portfolio,
    .sec-home-banner,
    .testi-sec ,
    .about-home ,
    .about-company,
    .about-story,
    .service-simple,
    .range-of-services,
    .faq,
    .client,
    .contact-details-page-sec{
        padding: 30px 0;
    }
    .service-choose .service-choose-right{
        position: relative;
    }
    .service-choose{
        padding: 30px 0 0;
    }
    .about-innovative{
        padding:50px 0;
    }
    .about-innovative .about-innovative-right{
        padding: 0;
    }
    .home-about ul li {
        font-size: 16px;
        margin: 0 0 15px;
        width: 100%;
        text-align: center;
    }

    .home-about ul {
        margin: 0 0 30px;
    }

    .service-sec .service-box-sec .service-boxes {
        padding: 20px;
        margin: 0 0 15px;
    }

    .service-sec .service-box-sec .service-boxes h3 , .about-home .about-home-left .home-left-h1 , .about-home .about-home-left .home-left-h3 , .about-story .about-story-left .story-left-h1{
        font-size: 20px;
        text-align: center;
    }

    .service-sec .service-box-sec .service-boxes p {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }

    .service-sec .service-box-sec .service-boxes .img-with- , .about-percent .about-percent-main {
        flex-direction: column;
        align-items: center;
    }
    .about-percent .about-percent-main .percent-mini-div{
        width: 100%;
        padding: 0;
    }

    .service-sec .service-box-sec .service-boxes .img-with-anchor a {
        order: 2;
        margin: 15px 0 0;
    }

    footer .footer-contact-details,
    .home-about .buttons-set,
    .home-blog .home-blog-with-btn {
        flex-direction: column;
    }

    footer .footer-contact-details {
        align-items: start;
        flex-direction: column;
    }

    .home-about .buttons-set a,
    .home-about .buttons-set a:nth-child(2),
    .home-about .buttons-set a:nth-child(3) {
        width: 100%;
        margin: 0 0 15px;
    }

    .publishing-process .publishing-process-start {
        flex-direction: column;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content,
    .publishing-process .publishing-process-start .publishing-process-box-img {
        width: 100%;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:first-child,
    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here:last-child,
    .publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:nth-child(2) {
        margin: 0 0 20px;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here {
        margin: 0 0 20px;
    }

    .publishing-process .publishing-process-start .publishing-process-box-img img {
        margin: 40px auto;
    }

    .call-to-action-footer .calltoaction-box .call-to-action-buttons {
        flex-direction: column;
        margin: 0;
    }

    .call-to-action-footer .calltoaction-box {
        padding: 40px 15px;
    }

    .call-to-action-footer .calltoaction-box .call-to-action-buttons a .calltoactioncontent {
        font-size: 18px;
    }

    .call-to-action-footer .calltoaction-box .call-to-action-buttons a {
        margin: 0 0 15px;
    }

    footer .footer-bottom-bar .copyright li:first-child,
    footer .footer-bottom-bar .copyright li:last-child,
    footer .footer-bottom-bar .policy li:first-child,
    footer .footer-bottom-bar .policy li:last-child {
        margin: 0;
    }

    .footer-bottom-bar .copyright,
    footer .footer-bottom-bar .policy {
        text-align: center;
        margin: 20px 0 0;
    }

    footer .footer-form-content .footer-heading {
        font-size: 24px;
        text-align: center;
    }

    footer .footer-bottom-bar .copyright li,
    footer .footer-bottom-bar .policy li a {
        font-size: 14px;
    }

    footer hr {
        margin: 30px 0;
    }

    footer .footer-contact-details a {
        margin: 0 0 20px;
    }

    footer .footer-contact-details a .footer-contact-details-content,
    footer .footer-contact-details a .footer-contact-details-content span,
    footer .footer-form-content .service-links .service-anchor li a,
    footer .footer-form-content .service-links .quick-links li a {
        font-size: 16px;
    }

    footer .footer-form-content .contact-form-heading ,.service-simple .service-simple-top .simple-top-h1 {
        font-size: 22px;
        margin: 20px 0;
    }

    footer .footer-form-content .service-links .service-anchor li {
        width: 100%;
    }

    .home-blog .home-blog-with-btn a {
        margin: 20px 0 0;
    }

    .home-blog .home-blog-with-btn {
        margin: 0 0 30px;
    }

    .home-blog .home-blog-box {
        padding: 20px;
        margin: 0 0 30px;
    }

    .home-blog .home-blog-box .home-blog-box-heading {
        font-size: 18px;
        margin: 0 0 15px;
        text-align: center;
    }

    .home-blog .home-blog-box img,
    .home-blog .home-blog-box p {
        margin: 0 0 15px;
    }

    .home-blog .home-blog-box a {
        text-align: center;
        display: block;
    }

    .home-blog {
        padding: 30px 0 250px;
    }

    .testi-sec .testi-slider .slick-center {
        transform: scale(1.0);
        width: 100% !important;
        height: auto !important;
        margin: 0 15px !important;
    }

    .testi-sec .testi-slider .slick-slide {
        width: 100% !important;
        height: auto !important;
        margin: 0 15px !important;
    }

    .testi-sec .testi-slider .testi-slides-box {
        padding: 20px;
    }

    .testi-sec .testi-slider .testi-slides-box p {
        font-size: 14px;
    }

    .testi-sec .testi-slider .slick-list.draggable {
        padding: 50px 0 !important;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here {
        text-align: center;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here span {
        margin: 0 auto;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here .process-step-heading {
        font-size: 20px;
        margin: 15px 0;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content .process-box-start-here p {
        font-size: 14px;
        text-align: center;
    }

    .publishing-process .publishing-process-start .publishing-process-box-content:last-child .process-box-start-here:first-child p {
        width: 100%;
    }
    .service-sec .service-box-sec .service-boxes .img-with-anchor {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

}