@font-face {
    font-family: 'Conv_GraphikBold';
    src: url('../fonts/GraphikBold.eot');
    src: local('☺'), url('../fonts/GraphikBold.woff') format('woff'), url('../fonts/GraphikBold.ttf') format('truetype'), url('../fonts/GraphikBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_GraphikRegular';
    src: url('../fonts/GraphikRegular.eot');
    src: local('☺'), url('../fonts/GraphikRegular.woff') format('woff'), url('../fonts/GraphikRegular.ttf') format('truetype'), url('../fonts/GraphikRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_GraphikSemibold';
    src: url('../fonts/GraphikSemibold.eot');
    src: local('☺'), url('../fonts/GraphikSemibold.woff') format('woff'), url('../fonts/GraphikSemibold.ttf') format('truetype'), url('../fonts/GraphikSemibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn_org {
    background: #fa690c;
    color: #fff;
    font-weight: 600;
    padding: 12px 40px 13px;
    border-radius: 50px;
    border: 2px solid transparent;
}

.btn_org:hover {
    background: #fff;
    color: #222;
    border-color: #222;
    transition: 0.3s;
}


.btn_white {
    font-weight: 600;
    padding: 12px 40px 13px;
    border-radius: 50px;
    color: #222;
    border: 2px solid;
    background: #fff;
    margin-left: 20px;
}


.btn_white:hover {
    background: #fa690c;
    color: #fff;
    border-color: transparent;
    transition: 0.3s;
}


.title_m {
    font-size: 35px;
    font-family: 'Conv_GraphikBold' !important;
    margin: 0;
}

.para_m{
    font-size: 16px;
    font-family: 'Conv_GraphikRegular' !important;
}

.cn_m{
    text-align: center;
}


.clr_black_m{
    color: #000000;
}

.clr_grey_m{
    color: #7e7e7e;
}

.clr_4_cool{
    color: #262424;
}

.hd_txt_m {
    text-align: center;
    padding-bottom: 30px;
}

.hd_txt_m p {
    margin: 20px 0 0px;
}

.btn.btn-started {
    background: #fa690c;
    color: #fff;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 50px;
    border: 2px solid transparent;
}

.btn.btn-started:hover {
    background: #fff;
    color: #222;
    border-color: #222;
    transition: 0.3s;
}

.btn.btn-chat {
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 50px;
    color: #222;
    border: 2px solid;
    background: #fff;
    margin-left: 20px;
}


.btn.btn-chat:hover {
    background: #fa690c;
    color: #fff;
    border-color: transparent;
    transition: 0.3s;
}

/*banner*/
.child_banner {
    background-image: url(../images/page/child-banner-bg.png);
    background-size: cover;
    background-position: right bottom;
    width: 100%;
    min-height: 725px;
    align-items: center;
    /* display: grid; */
    position: relative;
    padding: 170px 0 0;
}

.banner_text_mm {
    margin: 0px 0 0;
}

.banner_boxes_mm .title_m{
    font-size: 50px;
    margin: 0;
}

.banner_boxes_mm .title_m span{
    font-family: 'Conv_GraphikBold' !important;
    margin: 0 0 0 150px;
}

.banner_boxes_mm .title_m b{
    margin: 0 0 0 60px;
}


.banner_text_mm p {
    margin: 30px 0 5px 0;
    line-height: 26px;
}

.btn_banner {
    margin: 60px 0 0;
}

.vec_img1 {
    position: absolute;
    left: -140px;
    top: -70px;
}

.vec_img2 {
    position: absolute;
    position: absolute;
    left: -150px;
    bottom: -50px;
}

.banner_text_mm h1 {
    position: relative;
    z-index: 1;
}

.banner_text_mm h1:before {content: "";width: 280px;background-color: #fff;height: 9px;position: absolute;top: 42px;z-index: -1;left: -15px;}

.banner_form_m{
    background-image: url(../images/page/child-banner-form.png);
    background-size: 100%;
    background-position: center top;
    /* width: 100%; */
    padding: 0px 130px 0;
    margin: -80px -90px -240px 0px;
    float: right;
    height: 650px;
    background-repeat: no-repeat;
    position: relative;
}

.banner_form_m:before{
    content:"";
    background-image: url(../images/page/child-banner-vec-img3.png);
    background-repeat: no-repeat;
    position:absolute;
    width: 147px;
    height: 339px;
    left: -65px;
    bottom: 100px;
}

.banner_form_m:after{
    content:"";
    background-image: url(../images/page/child-banner-vec-img4.png);
    background-repeat: no-repeat;
    position:absolute;
    width: 199px;
    height: 276px;
    right: -120px;
    bottom: 170px;
}

.banner_form_m h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Conv_GraphikBold' !important;
    margin: 0 0 20px;
}

.banner_form_m form {
    padding: 130px 0 0;
}

.banner_form_m h3 span {
    /* font-size: 24px; */
    font-family: 'Conv_GraphikBold' !important;
    margin: 0;
    color: #f7931e;
}

.banner_form_m input.form-control, .banner_form_m textarea.form-control {
    height: 45px;
    background-color: #f1f1f1;
    color: #494949;
    border: none;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}

.banner_form_m textarea.form-control {
    height: 115px;
}

.banner_form_btn {
    float: none;
    padding: 14px 50px 13px;
    border-radius: 50px;
    background-color: #f7931e;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: auto;
    display: table;
    font-family: 'Conv_GraphikBold' !important;
}
/*banner*/


/*illustration_services Sec*/

.illustration_services_box h2 {
    font-size: 42px;
}
.serv_inner_sec_m{
    position: relative;
    z-index: 1;
    padding-top: 0;
        padding: 50px 0;
}

.serv_inner_sec_m_boxes{
    display: inline-flex;
    align-items: center;
}

.illustration_services_box p.para_m.clr_grey_m {
    margin: 30px 0 0px;
    line-height: 27px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 0 30px;
}

.illus-tab-li ul {
    padding: 0 0 0 50px;
    list-style: none;
    display: table;
    margin: 20px auto 0;
    width: 100%;
    align-items: center;
}

.illu-tb-child-nb u li {/* align-items: center; */}

.illu-tb-child-nb ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 400;
    width: 50%;
    color: #252525;
    font-family: 'Conv_GraphikBold' !important;
    font-size: 16px;
    line-height: 22px;
}

.illu-tb-child-nb ul li img {top: 0;}
/*illustration_services Sec*/

/*cta-sec*/
.cta-sec {
    padding: 30px 0 50px;
    position: relative;
}

.cta-sec img {
    width: 100%;
}
.cta-1{
    background: url(../images/cta-bg-1.jpg);
      background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}
.cta-2{
    background: url(../images/cta-bg-2.jpg);
      background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
        margin-top: 40px;
    
}
.cta-col-st {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-txt h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.cta-txt h2 span {
    display: block;
    font-size: 32px;
}
.cta-1 .cta-txt h2, .cta-1 .cta-txt .cta-call {
    color: #ffffff;
    font-family: 'Conv_GraphikRegular' !important;
}

.cta-txt h2 span {
    font-weight: 700;
    padding-top: 15px;
    font-size: 37px;
    font-family: 'Conv_GraphikBold' !important;
}

.cta-btn {
    padding: 20px 0;
}

.cta-btn .btn-started {
    background: #7c2791;
    transition: 0.3s;
}

.cta-btn .btn-chat:hover {
    background: #7c2791;
}
.cta-call {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.cta-call span {
    font-weight: 300;
}

.cta-1 .cta-call:hover {
    color: #7c2791;
}
.cta-call:hover {
    color: #7c2791;
}
.btn-div.cta-btn {
    display: flex;
    align-items: center;
   
}
.btn-div.cta-btn .btn.btn-chat{
        margin: 0 25px;
}
.cta-sec:after {
    content: "";
    background: url(../images/cta-img.png);
    background-size: 65%;
    background-position: right;
    background-repeat: no-repeat;
    width: 588px;
    height: 433px;
    position: absolute;
    right: 330px;
    top: -115px;
    /* transform: rotate(
-25deg
); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
}

.cta_home_mm1:after {
    content: "";
    background: url(../images/cta-img.png);
    background-size: 75%;
    background-position: right;
    background-repeat: no-repeat;
    width: 588px;
    height: 433px;
    position: absolute;
    right: 330px;
    top: -82px;
    /* transform: rotate(
-25deg
); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
    
}

.childern-bnr-new .col-sm-7 {
    padding: 0;
}
.childern-bnr-new .col-sm-12 {
    display: flex;
    align-items: center;
}

.cta-chil-1:after {
    content: "";
    background: url(../images/new/child-cta-img2.png);
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
    width: 558px;
    height: 470px;
    position: absolute;
    right: 90px;
    top: -65px;
    /* transform: rotate( 
-25deg
 ); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
    z-index: 999;
}


.cta-chil-2:after {
    content: "";
    background: url(../images/new/child-cta-img.png);
    background-size: 92%;
    background-position: right;
    background-repeat: no-repeat;
    width: 363px;
    height: 388px;
    position: absolute;
    right: 330px;
    top: -50px;
    /* transform: rotate( 
-25deg
 ); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
}


/*cta-sec*/





/*portfolio*/


.portfolio_sec_childern {
    background-color: #fff;
    padding: 60px 0 70px;
    position: relative;
}

.portfolio-sec .port-col-main {
    margin-bottom: 30px;
}
.port-img img {
    width: 100%;
}
.hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

.hd-txt h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 10px;
}


.portfolio-tab ul {
    border-bottom: 2px solid #eee;
    margin-bottom:40px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.portfolio-tab ul a {
    border: 0;
    background: transparent;
    border-bottom:2px solid transparent;
    color: #a9a9a9;
    font-weight: 700;
}

.portfolio-tab ul .active a {
    border: 0;
    color: #222;
    
    border-bottom: 2px solid #f96309;
}
.portfolio-tab ul .active a:hover, .portfolio-tab ul .active a:focus {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fa6c0e;
}

.portfolio-tab ul a:hover {
    background: transparent;
    border-color: #f96309;
    color: #222;
}
.portfolio-tab ul li {
    padding: 0 20px;
    text-align: center;
}


.portfolio-sec .port-img{
    margin-top: 30px;
}




@-webkit-keyframes move {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}

@keyframe move {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}
.portfolio-sec:before{
    font-weight: 600;
    color: #79b246;
    padding-bottom: 5px;
    background: url("../images/wave.svg");
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-repeat: repeat-x;
    background-size: 28px 10px;
    background-position: 2px 19px;
    animation: move 15s linear infinite;
    -webkit-animation: move 15s linear infinite;
    animation-play-state: paused;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    animation-play-state: running;
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    width: 160px;
    height: 150px;
    background-repeat: repeat;
    filter: grayscale(1);
}

.portfolio-sec:after{
    content: "";
    position: absolute;
    right: -310px;
    bottom: 70px;
    background: url("../images/page/portfolio-after.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    width: 529px;
    z-index: 0;
    height:529px;
    animation: asteroid 60s linear infinite;
}
.port-btn-st {
    text-align: center;
    display: table;
    margin: auto;
}
.illus-tab-st .port-col-main {
    margin-top: 50px;
    }
.port-col-main {
    margin: 0px 0 0px;
}
section.serv-inner-sec .port-col-main  {
    display: inline-flex;
    align-items: center;
}
li.color-ch-port-m4.port-lst-li-st {
    padding-right: 0;
}


@-webkit-keyframes asteroid {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes asteroid {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes asteroid {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes asteroid {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes asteroid {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

/*portfolio*/

/*price-sec*/
.pricing-sec {
    padding: 70px 0 70px;
    background: #f6f6f6 url(../images/price-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.price-slidr {
    margin-bottom: 0 !important;
}

.price-box {
    text-align: center;
    padding: 5px 8px;
    margin: 10px 10px;
}

.price-box h3 {
    font-size: 20px;
    font-weight: 700;
}

.price-box p {
    color: #699d99;
}

.price-pck {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d2dbfc;
}

.price-pck h2 {
    font-size: 46px;
    color: #5c63fb;
    font-weight: 700;
}

.price-pck h3 {
    display: flex;
    flex-direction: column;
    color: #816e6c;
    font-size: 17px;
}

.price-list {
    text-align: left;
}

.price-list {padding: 22px 0px;}

.price-list ul {
    padding: 0;
    padding-left: 15px;
}

.price-list ul li {
    line-height: 25px;
    font-size: 12px;
}

.child_price li {
    list-style: none;
    text-align: center;
    font-size: 13px !important;
    /* display: table; */
    margin: 0 0px 0px;
    /* background-color: #5c63fb; */
    padding: 5px 10px;
    /* color: #fff; */
    border: 0px solid #fff;
    font-family: 'Conv_GraphikSemibold' !important;
    color: #252525;
}

.price_pck2 {
    padding: 34px 0 30px;
    border-bottom: 1px solid #eeeded;
}

p.price-add-st {
    color: #222;
}

.price-call h4 {font-size: 15px;color: #252525;font-family: 'Conv_GraphikSemibold' !important;}

.price-call-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0;
}

.price-call p {
    color: #8893a3;
    font-size: 14px;
    font-weight: 600;
}

.price-col-div {
    border: 1px solid #f6f9ff;
    padding: 0;
}

.price-box:hover {
    background: #f6f9ff;
}
.btn-price-sub {
    background: #5c63fb;
    font-size: 17px;
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 50px;
    border: 2px solid transparent;
    text-transform: capitalize;
}

.price-box:hover .btn-price-sub {
    background: #5c63fb;
}


.price-box.price-bx-last {
    background: #d4ffef;
}

.price-box.price-bx-last {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 153px 20px;
}

a.btn.btn-price-cht {
    padding: 10px 25px;
    font-size: 17px;
    font-weight: 700;
    background: #222;
    color: #fff;
    margin: 20px 0;
}

.price-call-us a {
    color: #699d99;
    font-weight: 700;
    font-size: 18px;
}

.child_price .price-list {
    background-color: transparent;
}

.child_price p.price-add-st {
    color: #2c2c2c !important;
    display: block !important;
    background-color: transparent;
    margin: 0;
    padding: 0 0 20px;
    font-family: 'Conv_GraphikRegular' !important;
}

.child_price .price-btn {
    background-color: transparent;
    margin: 20px 0 10px;
    padding: 0 0 10px;
}

.child_price .price-list p {
    display: block;
    color: #252525;
    text-align: center;
    font-size: 13px;
    padding: 0 15px;
    font-family: 'Conv_GraphikRegular' !important;
}

.child_price ul {
    padding: 0 0;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}



/*price-sec*/

/*slef_published_sec_m*/

.slef_published_sec_m {
    padding: 70px 0 50px;
}

.slef_published_sec_m .clr_black_m.para_m {
    margin: 20px 0 0;
}

.slef_published_m_box_icons h3 {
    font-size: 20px;
    font-family: 'Conv_GraphikSemibold' !important;
    color: #172117;
    margin: 0;
}

.slef_published_m_box p {
    color: #546368;
    font-size: 16px;
    line-height: 22px;
    margin: 33px 0 0;
    font-family: 'Conv_GraphikRegular' !important;
}

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

.slef_published_icon {
    width: 90px;
    /* height: 90px; */
    align-items: center;
    display: grid;
}

.slef_published_m_box {
    background-color: #fff;
    box-shadow: 0 1px 20px rgb(0 0 0 / 19%);
    padding: 40px 30px 20px;
    height: 235px;
    align-content: center;
    /* display: grid; */
    border-radius: 10px;
    transition-duration: .5s;
    margin: 0 0 30px;
}

.slef_published_m_box:hover {
    background-color: #b1ffb1;
}

.slef_published_m_boxes {
    margin: 50px 0 0;
}
/*slef_published_sec_m*/


/*process_sec_m*/
.process_sec_m {
    padding: 70px 0 70px;
}
.list-process ol {
    list-style-type: none;
    counter-reset: process-counter;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 93px;
    margin: 0;
}

.list-process ol li {
    counter-increment: process-counter;
    margin-bottom: 40px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #455a64;
    font-family: 'Conv_GraphikRegular' !important;
}

.list-process ol li:before {
    content: "0" counter(process-counter);
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    color: #fbc02d;
    margin-right: 40px;
    position: absolute;
    top: 0;
    left: -93px;
}

.list-process ol li em, .list-process ol li span {
    display: block;
    font-family: 'Conv_GraphikSemibold' !important;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212121;
    position: relative;
}

.list-process ol li em:after, .list-process ol li span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 35px;
    height: 1px;
    background: #fbc02d;
}

.list-process ol li:after {
    content: "step";
    position: absolute;
    top: 36px;
    left: -88px;
    font-size: 12px;
    font-weight: 400;
    color: #c4c4c4;
    text-transform: uppercase;
}

.section-title img {
    margin: 50px 0 0 -70px;
}

.process_sec_m a.btn.btn-started.poupBtn {
    background: #7076fb;
}

/*process_sec_m*/

.testimonails_sec_m .image-icon {
    background: white;
    border: 1px solid #5C63FF;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    align-items: center;
    display: grid;
    margin: 0 auto 70px;
    border-radius: 50px;
    text-align: center;
}

.testimonails_sec_m .image-icon img {
    margin: auto;
}

.testimonails_sec_m .wrap {
    text-align: center;

}

.testimonails_sec_m  span {
    color: #4B59E9;
    font-weight: bold;

    font-family: 'Conv_GraphikRegular' !important;
}

.testimonails_sec_m .testimonial-name {
    color: #4B59E9;
    font-weight: bold;
    font-family: 'Conv_GraphikRegular' !important;
    margin: -24px auto 10px;
    display: table;
}

.testimonails_sec_m  span {
    font-size: 16px;
    display: block;
    line-height: 22px;
    font-family: 'Conv_GraphikRegular' !important;
}

.testimonails_sec_m  .title {
    color: #00c1a6;
    font-size: 25px;
    line-height: 31px;
    font-family: 'Conv_GraphikRegular' !important;
}

.testimonails_sec_m_box p {
    text-align: left;
    font-size: 14px;
    margin: 0 0 0px;
    min-height: 160px;
    font-family: 'Conv_GraphikRegular' !important;
    float: left;
    width: 100%;
}

.testimonails_sec_m_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 30px 0;
    overflow: visible !important;
    width: 98% !important;
}

section.testimonails_sec_m {
    background-color: #fcc360;
    padding: 70px 0 70px;
}

.testimonails_sec_m_slider {
    margin: 50px 0 0 -20%;
    width: 140% !important;
}
.testimonails_sec_m .image-icon {
    background: white;
    border: 1px solid #5C63FF;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    align-items: center;
    display: grid;
    margin: -40px auto 70px;
    border-radius: 50px;
    text-align: center;
}

.testimonails_sec_m_slider .slick-list.draggable {
    padding: 30px 0 0;
    margin: -20px 0 0;
}

.testimonails_sec_m_box p b {
    margin: 20px auto 0px;
    display: block;
    color: #000;
    font-size: 20px;
}

.testimonails_sec_m_slider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testimonails_sec_m_slider .slick-dots li.slick-active button {
    background-color: #000000;
}

.testimonails_sec_m_slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testimonails_sec_m_slider .slick-dots li button {
    background-color: transparent;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
}

/*testimonails*/

/*cta_1_or*/

.cta_1or_btn a {
    margin: 30px auto 0;
    display: table;
}

.cta_1or_box p {
    margin: 20px 0 0;
}

.cta_1or {
    padding: 80px 0 70px;
}

img.cta_vec_img1 {
    position: absolute;
    left: -30px;
    top: -30px;
}

img.cta_vec_img2 {
    position: absolute;
    top: -60px;
    left: -70px;
}

.cta_1or_btn a {
    background-color: #7076fb !important;
}
/*cta_1_or*/



.ftr-col-1 img {
    width: 80%;
}
.ftr-col-1-st ul {
    display: flex;
    padding-top: 20px;
}

.ftr-col-1-st ul li {
    width: 15%;
}

.ftr-col-form {}

.ftr-col-form button#signupBtn {
    text-align: left;
    margin: 0;
    border-radius: 8px;
    letter-spacing: 0.2px;
}

.ftr-col-1-st ul li i {
    font-size: 22px;
}

.ftr-col-form input {
    padding: 20px 10px;
}

.ftr-col-form button#signupBtn {
    text-align: left;
    margin: 0;
}


.stars_comama{
       margin: 21px 0 21px 0;
    float: left;
    width: 100%;


}

.stars_comama i{
color: #7076fb;
    font-size: 19px;
}






.testimonils_star {
    float: left;
}

.testimonils_comma {
      float: right;
    width: 80px;
    position: relative;
}



.testimonils_comma img {
    position: absolute;
    right: 0;
    top: -37px;
}



/*book_cover page*/

.book_cover_banner {
    background-image: url(../images/page/cook-cover-banner-bg.png);
    background-size: cover;
    background-position: bottom left;
    width: 100%;
    min-height: 785px;
    align-items: center;
    /* display: grid; */
    position: relative;
    padding: 190px 0 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.book_cover_banner .banner_text_mm {
    margin: -20px 0 0;
}

.book_cover_banner .banner_text_mm h1:before {
    content: "";
    width: 305px;
    background-color: #fff;
    height: 9px;
    position: absolute;
    top: 42px;
    z-index: -1;
    left: -15px;
}

.banner_form_m_book_cover {
    background-image: url(../images/page/book-cover-banner-form.png);
    width: 660px;
    height: 545px;
    background-size: 100%;
    margin: -40px 0 0;
    background-repeat: no-repeat;
}

.banner_form_m_book_cover form {
    /* width: 60%; */
    margin: auto;
    padding: 25px 150px 0px;
}

.banner_form_m_book_cover:before{
    content:"";
    background-image: url(../images/page/book-cover-banner-vec-img1.png);
    background-repeat: no-repeat;
    position:absolute;
    width: 227px;
    height: 465px;
    left: -55px;
    top: -55px;
    z-index: -1;
}

.banner_form_m_bi:before{
    content:"";
    background-image: url(../images/page/cover-bi1.png);
    background-repeat: no-repeat;
    position:absolute;
    width: 486px;
    height: 465px;
    left: -231px;
    top: -55px;
    z-index: -1;
}

.banner_form_m_book_cover:after{
    content:"";
    background-image: url(../images/page/book-cover-banner-vec-img2.png);
    background-repeat: no-repeat;
    position:absolute;
    width: 245px;
    height: 351px;
    right: -175px;
    bottom: 170px;
    z-index: -1;
}

.banner_form_m_bi:after{
    content:"";
    background-image: url(../images/page/brand-identity-banner-vec-img2.png);
    background-repeat: no-repeat;
    position:absolute;
    width: 276px;
    height: 251px;
    right: -127px;
    bottom: 170px;
    z-index: -1;
}

.banner_form_m_book_cover h3 {
    color: #fff;
    font-size: 21px;
    font-family: 'Conv_GraphikBold' !important;
    margin: 5px 0 15px;
    text-align: center;
}

.banner_form_m_book_cover h3 span {
   font-size: 38px;
    font-family: 'Conv_GraphikBold' !important;
    margin: 0;
    color: #f7931e;
    align-content: center;
}

.banner_form_m_book_cover form {
    /* padding: 20px 0 0; */
}

.banner_form_m_book_cover input.form-control, .banner_form_m_book_cover textarea.form-control {
    height: 45px;
    background-color: #fff;
    color: #494949;
    border: none;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}

.banner_form_m_book_cover textarea.form-control {
    height: 110px;
}

/*Banner End book_cover*/

/*serv_inner_sec_m_book_cover*/

.serv_inner_sec_m_book_cover {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding: 0px 0 40px;
    top: -40px;
}

.serv_inner_sec_m_bi {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding: 50px 0 70px;
    top: 10px;
}

.cta-ebk-1 {
    padding: 40px 0 40px;
}

.cta-ebk-1:after {
    content: "";
    background: url(../images/new/ebook-cta-1.png);
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
    width: 620px;
    height: 374px;
    position: absolute;
    right: 300px;
    top: -35px;
    /* transform: rotate( 
-25deg
 ); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
    z-index: 999;
}

.cta-bi-1:after {
    content: "";
    background: url(../images/new/bi-cta-1.png);
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
    width: 620px;
    height: 374px;
    position: absolute;
    right: 300px;
    top: -35px;
    /* transform: rotate( 
-25deg
 ); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
    z-index: 999;
}

.ebok-pck-img {
    margin: 20px 0 0;
}

section.cta-sec.cta-1.cta-chil-2.ebok-cta-2.bookcover_cta2 {
    padding: 40px 0 40px;
}

.ebok-cta-2:after {
    content: "";
    background: url(../images/new/cta-img-ebk.png);
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
    width: 588px;
    height: 388px;
    position: absolute;
    right: 300px;
    top: -35px;
    /* transform: rotate( 
-25deg
 ); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
}

.bi-cta-2:after {
    content: "";
    background: url(../images/new/cta-img-bi.png);
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
    width: 588px;
    height: 388px;
    position: absolute;
    right: 300px;
    top: -35px;
    /* transform: rotate( 
-25deg
 ); */
    bottom: 0;
    /* animation: orbit5 2.3s linear infinite; */
    orbit5 2.3s linear animation-iteration-count: infinite;
}

section.cta-sec.cta-1.cta-chil-2 {
    padding: 38px 0 42px;
}

img.cta_vec_book_img1 {
    position: absolute;
    left: -100px;
    top: -30px;
}

img.cta_vec_book_img2 {
    position: absolute;
    top: -25px;
    left: -70px;
}

.process_sec_m h2.title_m.clr_black_m {
    margin: 0 0 20px;
}

.process-img-m-book-cover {
    margin: 50px 0 0 !important;
}


/*serv_inner_sec_m_book_cover*/

/*book_cover page*/



/*book_cover page*/








/*brand_identity page*/

.brand_identity_banner {
    background-image: url(../images/page/brand-identity-banner-bg.png);
    background-size: cover;
    background-position: bottom left;
    width: 100%;
    min-height: 705px;
    align-items: center;
    /* display: grid; */
    position: relative;
    padding: 190px 0 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.brand_identity_banner .banner_text_mm h1:before {
    content: "";
    width: 370px;
    background-color: #fff;
    height: 9px;
    position: absolute;
    top: 42px;
    z-index: -1;
    left: -15px;
}

.banner_form_brand_i_cover {
    background-image: url(../images/page/brand-i-banner-form.png);
    width: auto;
    height: auto;
    background-size: 100%;
    margin: -100px 0 0;
    background-repeat: no-repeat;
}

.banner_form_brand_i_cover form {
    width: 100%;
    margin: auto;
    padding: 85px 90px 70px;
}

.brand_ind_new_price_mm .form_sec_box {
    padding: 20px 40px 29px !important;
}

.ebok-pck-img .form_sec_box {
    background: #f7d208;
    padding: 30.5px 40px 40px;
}


.media-box p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    margin: 20px 0 20px;
}

.media_coverage_sec {
    padding: 60px 0 60px;
    border-top: 1px solid #ccc;
}

.read_more_mc {
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 50px;
    color: #222;
    border: 2px solid;
    background: #fff;
    margin: 20px 0 0;
    display: table;
    transition-duration: .5s; 
}

.read_more_mc:hover,
.read_more_mc:focus{
    text-decoration: none;
    background-color: #f7931e;
    color: #fff;
    border: 2px solid  #f7931e;
}