/*Default CSS*/
body {
    color: #666666;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    /*padding-right: 0 !important;*/
    /*padding-left: 0 !important;*/

}



h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

ul {.bannerForm
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a, button {
    transition: all .2s ease-in-out;
    border: none;
}

a:hover {
    text-decoration: none;
}

.btn_default {
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    border: 0;
}

.btn_default:before {
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn_default:hover:before {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_bgclr_blue {
    background-color: #f5ac2b;
    color: #fff;
}

.btn_bgclr_blue:hover {
    color: #fff;
}

.btn_bgclr_blue:before {
    background-color: #fff;
}

.btn_bgclr_white {
    background-color: #fff;
    color: #111322;
}

.btn_bgclr_white:hover {
    background-color: #f5ac2b;
    color: #000;
}

.btn_bgclr_white:before {
    background-color: #3376ee;
}

.btn_bgclr_dark {
    background-color: #111322;
    color: #fff;
}

.btn_bgclr_dark:hover {
    background-color: #111322;
    color: #fff;
}

.btn_bgclr_dark:before {
    background-color: #fff;
}

.sec_pad {
    padding: 70px 0;
}

.default_heading {
    margin-bottom: 20px;
}

.default_heading span {
    font-size: 20px;
    color: #fff;
    background-color: #f5ac2b;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 6px 18px;
    display: inline-block;
    line-height: 18px;
    margin-bottom: 5px;
}

.default_heading h1 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
}

/* End Default CSS*/

/*Header CSS*/
.navigation_area nav.navbar {
    padding: 0;
}

.navigation_area .navbar ul.navbar-nav li a {
    color: #fff;
    padding: 0;
    margin: 0 25px;
    padding-top: 10px;
}

.navigation_area .navbar-dark .navbar-nav .active > .nav-link,
.navigation_area .navbar-dark .navbar-nav .nav-link.active,
.navigation_area .navbar-dark .navbar-nav .nav-link.show,
.navigation_area .navbar-dark .navbar-nav .show > .nav-link,
.navigation_area .navbar-dark .navbar-nav .nav-link:focus,
.navigation_area .navbar-dark .navbar-nav .nav-link:hover {
    color: #f5ac2b;
}

.navigation_area .navbar-brand {
    margin-right: 3rem;
}

/*End Header cSS*/

/*Banner CSS*/
.banner_same {
    padding: 0;
    height: 700px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner_content {
    padding-left: 70px;
    margin-top: 80px;
}

.banner_content h1 {
    position: relative;
    color: #fff;
    font-size: 50px;
    line-height: 65px;
}

.banner_content h1:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f5ac2b;
    position: absolute;
    top: 30px;
    left: -70px;
}

.banner_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 15px 0 30px;
}

.banner_btndiv .btn_default {
    padding: 13px 30px;
}

/* End Banner CSS*/

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 1;
    padding: 10px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .top-bar {
        display: none;
    }

}

.top-bar a {
    color: #000;
    margin-right: 10px;
    font-size: 14px;
}

/*.top-bar a.cell-no {*/
/*    margin-right: 12px;*/
/*}*/
.top-bar a span {
    color: #d70a20;
    font-weight:bold;
}
.bottom-padding{
    padding-bottom: 60px !important;
}
.top-bar button.btn.btn-primary {
    
    background: rgb(255 255 255);
    border: 1px solid #d70a20;
    
    
    background: #d70a20;
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: auto;
    display: block;
}

ul.social-icons {
    display: flex;
    float: right;
  
}

ul.social-icons li {
    display: inline-block;
    margin-right: 10px;

 
}
ul.social-icons li a{
             background-color: #a1a1a1;
    width: 30px;
    height: 30px;
    border-radius: 30px;
      padding: 8px 0px;
    margin: 0;
    position:relative;
        display: flex;
            align-items: center;
    justify-content: center;
     transition: 0.3s all ease-in-out;
}
ul.social-icons li a:hover{
    background-color:#d70a20;
     transition: 0.3s all ease-in-out;
    cursor:pointer;
}

ul.social-icons li a:before{
        content: "";
    position: absolute;
    top: -30%;
    right: -42%;
    width: 21px;
    height: 20px;
    border-radius: 20px;
    background-color: #f5f5f5;
}

.social-icons i {
    color: white !important;
 
}

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: 80px;
}

/*.header_area img {*/
/*    width: 200px;*/
/*}*/
header.header_area img {
    margin-left: -27px;
    max-width: 300px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .header_area {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 10px 0;
    }
}

.header_area li.nav-item {
    border-bottom: 4px solid transparent;
}
.header_area li.nav-item.active {
    border-bottom: 4px solid #d70a20;
}
.header_area li.nav-item:hover {
    border-bottom: 4px solid #d70a20;
}

.header_area ul li a.nav-link {
    color: #000;
}

.header_area ul li a.nav-link:hover {
    color: #d70a20;
}

@media (min-width: 280px) and (max-width: 767px) {
    .header_area ul {
        background: #fff;
    }

    .header_area ul li a.nav-link {
        color: #000000;
        padding: 13px;
        z-index: 9999;
    }

}

header i.fas.fa-bars {
    color: #d70a20;
}

.dropdown button {
    background: transparent;
    border: none;
    color: #fff;
    padding-top: 8px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .dropdown button {
        color: #000;
    }

}

.dropdown button:hover {
    background: transparent;
    color: #d70a20;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
 pointer-events: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d70a20;
}

.dropdown #dropdownMenuButton {
    color:#000;
}

/*Main header End*/

section.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 160px 0 10px;
}
@media (min-width: 280px) and (max-width: 767px) {
    section.main-banner {
        padding-top: 120px;
    }
}
/*Start home page banner section only */
.main-banner-heading {
    padding-top: 120px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-heading {
        padding-top: 20px;
        text-align: center;
    }
}

.main-banner-heading h2 {
    color: #d70a20;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
}

.main-banner-heading h1 {
    color: #000;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 4px;
    /* line-height: 65px; */
    margin: 20px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-heading h1 {
        font-size: 25px;
    }
}

.main-banner-heading span {
    color: #d70a20;
}

.main-banner-heading p {
    color: #000;
    /* text-align: center; */
    font-size: 14px;
}

.main-banner-btn {
    display: flex;
    margin: 20px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-btn {
        display: unset;
    }
}

.main-banner-btn .left {
    border: none;
    background: #d70a20;
    color: #fff;
    border-radius: 50px;
    padding: 11px 20px;
    display: block;
    margin: 3px 0px;
}

@media (max-width: 767px) {
    .main-banner-btn img {
        display: none;
    }
}

.main-banner-btn .right {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    border-radius: 50px;
    padding: 8px 20px;
    display: block;
    margin: 3px 10px;
}

/*END*/


/*All page banner section Start*/
.main-banner-head {
    padding-top: 250px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-head {
        padding-top: 110px;
    }
}

.main-banner-head h2 {
    text-align: center;
    color: #d70a20;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.main-banner-head h1 {
    text-align: center;
    color: #000;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 65px;
    text-transform: capitalize;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-head h1 {
        font-size: 25px;
        line-height: 45px;
    }
}

.main-banner-head span {
    color: #d70a20;
}

.main-banner-head p {
    color: #fff;
    text-align: center;
    font-size: 21px;
}

/*END*/

/*home page banner form start*/
.bannerFormBox {
    position: relative;
    padding-top: 80px;
}
@media (min-width: 280px) and (max-width: 767px){
    .bannerFormBox {
        display: none;
    }
}
.bannerFormBox form:before{
    content: url(../images/form-book.png);
    position: absolute;
    top: -100px;
    right: -60px;
    width: 200px;
    height: 200px;

}
@media (min-width: 280px) and (max-width: 1024px){
    .bannerFormBox form:before{
        display: none;
    }
}
.bannerForm {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 3px 40px 0px rgb(0 0 0 / 8%); */
    width: 90%;
    /*height: 480px;*/
    /* margin-left: auto; */
    align-items: center;
    /* display: flex; */
    justify-content: center;
    position: relative;
    box-shadow: 4px -5px 11px 3px rgb(0 0 0 / 15%);
    border: 2px solid #000000;
    margin: auto;
}


.form-heading {
    display: flex;
    /*padding: 20px 0 0 20px;*/
    padding: 10px;
    position: relative;
}

.form-value {
    margin-left: 10px;
}

.bannerForm h2 {
    font-size: 18px;
    font-weight: 600;
    color: #727992;
    /*padding-top: 30px;*/
    letter-spacing: -0.4px;
    /*padding-bottom: 12px;*/
    text-align: left;
    line-height: 1.1em;
}

.bannerForm h3 {
    font-size: 50px;
    color: #e30d0b;
    font-weight: 800;
    text-align: left;
    /*padding-bottom: 14px;*/
}

.bannerForm form {
    text-align: center;
    padding: 0px 20px 20px;
}

.bannerForm h4 {
    font-size: 15px;
    color: #3d3d3d;
    text-align: center;
    display: block;
    letter-spacing: 0.2px;
}

/*textarea#examplemessage {*/
/*    width: 100%;*/
/*    background: #eae6e6;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 5px;*/
/*    height: 90px;*/
/*    padding: 5px 13px;*/
/*}*/
textarea.main-message  {
    width: 100%;
    background: #eae6e6;
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 70px;
    padding: 5px 13px;
}
.form-control {
    background-color: #eae6e6;
    padding: 1.375rem -0.25rem;
    border-radius: unset;
}

button.btn-form {
    border-radius: 5px;
    background-color: #d70a20;
    width: 100%;
    color: #fff;
    height: 62px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
}

/*End*/
/*.main-logos:before{*/
/*  content: url("../images/banner-book-1.png");*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: 0 auto;*/
/*  width: 200px;*/
/*  height: 200px;*/
/*}*/
.main-logos h2{
    text-align: center;
    margin-top: 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    color: #021e3d;
    width: 900px;
    max-width: 100%;
    display: inline-block;
    text-transform: capitalize;
    background: white;
}

.main-logos .bg-line{
    border: 1px solid #d71520;
border-radius: 20px;
 margin-top: 50px;
 position: relative;
padding-bottom: 20px;
    
}


.main-logos .container {
    text-align: center;
}

/*
section.main-logos img {
    width: 100%;
}
*/

section.main-solution {
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

section.main-solution h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    padding-top: 60px;
}

section.main-solution h1 {
    padding: 21px 0;
    color: #000000;
    font-size: 44px;
}

section.main-solution p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
}

section.main-solution .solution-list {
    display: flex;
    padding: 30px 0;
}

section.main-solution h6 {
    font-size: 12px;
    font-weight: 700;
    padding-top: 3px;
}

section.main-solution img {
     width: 75%;
    margin: 0 auto;
    display: block;
}

/*section.main-solution  h1 {*/
/*  font-size: 50px;*/
/*}*/
section.main-solution li {
    list-style: none;
    color: #5f5f5f;
    font-size: 13px;
}

section.main-solution a.solute-chat {
    background: #ffffff;
    border: 1px solid #000;
    padding: 9px 30px;
    border-radius: 40px;
    margin-top: 4px;
    display: inline-block;
    color: #000;
}

section.main-solution button {
    background: #d70a20;
    border: none;
    color: #fff;
    padding: 12px 60px;
    border-radius: 40px;
    margin-right: 27px;
}


/* Section main-why*/
section.main-why {
    width: 100%;
    background: #0e0e11;
    height: auto;
    padding: 40px 0;
    position: relative;
}

/*section.main-why:before {*/
/*    content: url("../images/ghost-ring.png");*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: -58px;*/
/*    display: block;*/
/*    margin: auto;*/
/*    width: 100px;*/
/*    height: 200px;*/
/*}*/

section.main-why .why-head h1 {
    color: #d70a20;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    padding: 40px;
    text-transform: capitalize;
}

section.main-why img {
    margin: auto;
    display: block;
}

section.main-why h4 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 30px;
}

section.main-why .why-head p {
    text-align: center;
    color: #c1bfbf;
    font-size: 15px;
    letter-spacing: 1px;
}

.why-process {
    margin-top: 70px;
    padding-bottom: 50px;
}

section.main-why p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

/*Process*/



section.main-process {
    width: 100%;
    background-image: url(../images/process-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 200px;
}

section.main-process h1 {
    text-align: center;
    color: #000;
    padding: 40px 0;
    font-size: 38px;
    font-weight: 400;
}

section.main-process img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.process-section {
    text-align: center;
    color: #000;
    padding-top: 50px;
}

.process-menu {
    padding: 20px;
    border: 1px solid #011d3d;
    background: #011d3d;
    border-radius: 7px;
    width: 90%;
    height: 370px;
    margin-top: 5px !important;
    display: block;
    margin: auto;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
@media (max-width: 767px) {
    .process-menu
    {
        height: 334px;
    }
}
.process-menu:hover {
    transform: translatey(-20px);

    /* background: #000;
    -moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 5px 5px 5px rgb(68 68 68 / 60%);
    box-shadow: 1px 0px 20px rgb(68 68 68 / 60%);
    color: #d70a20; */
}

.process-menu h4 {
    font-size: 33px;
    letter-spacing: 2px;
}

.process-menu span {
    font-size: 33px;
    font-weight: 500;
    display: block;
    padding: 19px 0;
}

/* $ main-percent start*/


.main-percent .percent-head {
    background-image: url(../images/testi-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    margin-top: -80px;
    border-radius: 20px;
    height: auto;
    width: 100%;
    padding: 60px 0;

}

.left-percent {
    /*padding-top: 100px;*/
    text-align: center;
    color: #ccc8c8;
}

@media (min-width: 280px) and (max-width: 767px) {
    .left-percent {
        padding-top: 30px;
        text-align: center;
    }
}

.left-percent h4 {
    font-size: 23px;
    text-align: center;
    color: #fff;
}

.left-percent h2 {
    padding-top: 20px;
    color: #fff;
    text-align: center;
}

.left-percent p {
    margin-bottom: 40px;
}

.cont-per .btn {
    background: #d70a20;
    border: none;
    border-radius: 30px;
    padding: 11px 21px;
    font-weight: 500;
    color: #fff;
}

.left-percent .btn-pricing-percent {
    font-weight: 400;
    margin-right: 0px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    background: transparent;
}

.left-percent img {
    padding: 20px;
}

/*main-percent End*/
/*Portfolio */


.main-portfolio {
    background-color: #f7f6f6;
    padding: 30px 0;
    position: relative
}

.main-portfolio
.portfolio-heading {
    text-align: center
}

.portfolio-heading span {
    font-size: 37px;
}

.portfolio-heading h3 {
    color: #080b4a;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
}

.portfolio-heading img {
    padding: 20px 0;
}

.portfolio-heading p {
    /*font-family: Merriweather, serif;*/
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}

.portfolio-heading p {
    /*font-family: Merriweather, serif;*/
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}

.portfolio-text {
    margin-top: 45px
}

.portfolio-text .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center
}

.portfolio-text .nav-tabs .nav-link {
    /*border: 2px solid #adadad; *!*/
    padding: 5px 9px;
    margin-left: 0;
    color: #000000;
    /* border-radius: 50px; */
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
}

.nav-tabs .nav-link.active, .portfolio-text .nav-tabs .nav-item.show .nav-link {
    color: #000;
    font-weight: 800;
    /*border-bottom: 1px solid #d70a20;*/
}

.porfolio-carousel .item {
    padding-top: 35px;
    padding-bottom: 35px
}

.porfolio-carousel .item img {
    width: auto !important
}

button.potfolio-btn {
    background: #000;
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    border: none;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
}

button.potfolio-btn:hover {
    background: #d70a20;
    color: #000;
}

.portfolio-info {
    text-align: center;
}

.portfolio-info h2 {
    font-size: 22px;
    color: #001d3d;
    /*margin: 22px 0;*/
    margin: -11px 0 18px;
    font-weight: 700;
    width: 100%;
    /*height: 51px;*/
}
@media (max-width: 767px){
    .portfolio-info h2
    {
        width: 100%;
        height: auto;
        font-size: 15px;
    }
}
.row.space {
    margin: 30px 0;
}
.portfolio-info h6 {
    color: #001d3d;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .portfolio-info h6
    {
        font-size: 9px;
    }
}
.portfolio-info button.btn-portfolio {
    background: #d70a20;
    border-radius: 50px;
    padding: 12px 30px;
    color: #001d3d;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
    bottom: -35px;

}
@media (max-width: 767px){
    .portfolio-info button.btn-portfolio
    {
        /*position: unset;*/
        width: 90%;
        margin: 12px;
    }
}
.main-portfolio img {
    display: block;
    margin: auto;
}

section.main-portfolio .item {
    padding: 40px 0 50px;
}

/*Clients logo*/
.footer_client_wrap {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}
img.img-fluid.apple-logo {
    width: 120px;
    margin-top: -8px;
}
.footer_client_wrap img {
    /*margin: 0 10px;*/
}

@media (min-width: 280px) and (max-width: 767px) {
    .footer_client_wrap img {
        margin: 10px 35px;
    }

}

/*Clients logo*/


/*Footer */
.footer-clean {
    padding: 50px 0;
    background-color: #04051d;
    color: #4b4c4d;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #d70a20;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    text-decoration: none;
    /* opacity: 0.8; */
    color: #fff;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: left;
}

@media (max-width: 767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}

.footer-clean .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}

.footer-clean img {
    margin-left: -15px;
    margin-top: -33px;
}
@media(max-width: 767px)
{
    .footer-clean img {
        margin-top: -23px;
    }
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


/*Footer-bottom start */
.footer-bottom {
    width: 100%;
    padding: 10px 0;
    background: #e5e5e5;
}

.footer-bottom-left h6 {
    color: #04051d;
    font-size: 13px;
}
@media (max-width: 767px) {
    .footer-bottom-left h6 {
        font-size: 11px;
    }
}
.footer-bottom-right {
    text-align: center;
    font-size: 13px;
}
.footer-bottom-right a {
    color: #04051d;
    font-weight: 500;
}

/*Footer-bottom End */
/*-----Testimonial-------*/

/*.testimonial:after {*/
/*  position: absolute;*/
/*  top: -0 !important;*/
/*  left: 0;*/
/*  content: " ";*/
/*  background: #fff;*/
/*  background-size: 100% 100px;*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  float: left;*/
/*  z-index: 99;*/
/*}*/

.testimonial {
    height: 420px;
    min-height: 420px;
    position: relative;
    background: #fff;
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
    background-position: center;
    background-size: cover;
}

@media (min-width: 280px) and (max-width: 767px) {
    .testimonial {
        height: 700px;
        min-height: 700px;
        display: none;
    }
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

/*.testimonial4_slide img {*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  width: 136px;*/
/*  height: 136px;*/
/*  margin: auto;*/
/*  display: block;*/
/*  color: #f2f2f2;*/
/*  font-size: 18px;*/
/*  line-height: 46px;*/
/*  text-align: center;*/
/*  position: relative;*/
/*  border-radius: 50%;*/
/*  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);*/
/*  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);*/
/*  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);*/
/*  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);*/
/*}*/
.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #000;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/* ------testimonial  close-------*/


/*book-print Start*/
section.main-banner.book-print {
    height: 600px;
}

.book-print .main-banner-head {
    padding: 40px 0 42px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .book-print .main-banner-head {
        padding: 0px 0 2px 0 !important;
    }

}

.book-print .main-banner-head span {
    color: #d70a20;
    border-bottom: 3px solid #d70a20;
}

/*.book-print .main-banner-head h1{*/
/*  line-height: 82px;*/
/*}*/
section.story {
    background: #fff;
    width: 100%;
    height: auto;
}

.story-heading {
    text-align: center;
    margin: 20px 0;
}

.story .card {
    border: none;
}

.bs-example {
    margin: 10px 0px;
}

.story-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400;
}

.story-heading h4 {
    color: #001c3c;
    margin: 0px 0 20px;
}

.story-heading p {
    color: #001c3c;
    text-align: center;
    margin: 0px 0 50px;
}


/*Unique Design */
/*our approach Start*/
section.main-banner.book-print {
    height: 600px;
}

.book-print .main-banner-head {
    padding: 70px 0 42px 0;
}

.book-print .main-banner-head span {
    color: #d70a20;
    border-bottom: 3px solid #d70a20;
}

/*.book-print .main-banner-head h1{*/
/*  line-height: 82px;*/
/*}*/
section.our-approach {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0 120px;
}

.our-approach-heading {
    text-align: center;
    margin: 20px 0;
}

.our-approach .card {
    border: none;
}

.our-approach .bs-example {
    margin: 10px 0px;
}

.our-approach-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400;
}

.our-approach-heading h4 {
    color: #001c3c;
    margin: 0px 0 20px;
}

.our-approach-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px;
}

/*our approach Start*/

/*one-stop section*/
section.one-stop {
    width: 100%;
    background-image: url(../images/Service_book_Printing/Background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 0px;
}

.one-stop-heading {
    text-align: center;
    color: #000;
}

.one-stop-heading h2 {
    padding: 100px 0 15px;
    font-size: 25px;
    font-weight: 300;
}

.one-stop-heading p {
    padding: 40px 0;
    font-size: 30px;
    font-weight: 400;
}

.one-stop-btn {
    padding-bottom: 100px;
}

.one-stop-btn a.left {
    background: #001d3d;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .one-stop-btn a.left {
        margin: 5px 0;
        display: block;
    }

}

.one-stop-btn a.right {
    background: white;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .one-stop-btn a.right {
        margin: 5px 0;
        display: block;
    }

}


/* $ Contact Page Start */
section.main-banner.contact {
    position: relative;
    height: 770px;
    padding: 40px 0 10px;
}

section.main-banner.contact h2 {
    text-align: center;
    color: #ffffff;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0;
}

section.main-banner.contact p {
    olor: #fff;
    text-align: center;
    font-size: 21px;
    padding: 34px 0;
}

section.main-percent {
    position: relative;
}

.contact .main-banner-head {
    padding-top: 0px;
}

.cont-link {
    text-align: center;
    padding: 50px 0 20px;
}

.cont-link .cont-left {
    background: #d70a20;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff !important;
    margin: 5px 10px;
    font-weight: 600;
    cursor: pointer;
}

@media (min-width: 280px) and (max-width: 767px) {
    .cont-link .cont-left {
        display: block;
    }
}

.cont-link .cont-right {
    background: transparent;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #000;
    color: #000 !important;
    margin: 5px 10px;
    font-weight: 600;
    cursor: pointer;
}
.percent-head .cont-link .cont-right {
    background: transparent;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff !important;
    margin: 5px 10px;
    font-weight: 600;
    cursor: pointer;
}
@media (min-width: 280px) and (max-width: 767px) {
    .cont-link .cont-right {
        display: block;
    }

}

.percent-head.con {
    position: absolute !important;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    top: -40px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .percent-head.con {
        width: 90%;
    }

}

.left-percent-cont {
    /*padding: 50px 0;*/
    text-align: center;
    color: #ccc8c8;
}

.left-percent-cont h2 {
    padding-top: 20px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
}

@media (min-width: 280px) and (max-width: 767px) {
    .left-percent-cont h2 {
        font-size: 20px;
        font-weight: 300;
    }

}

.left-percent-cont img {
    margin: 30px 0;
}

.contact-form {
    width: 50%;
    margin: auto;
}

@media (min-width: 280px) and (max-width: 767px) {
    .contact-form {
        width: 100%;
        margin: auto;
    }

}

.contact-form input {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #2c4a6c;
    padding: 25px;
    margin: 10px 0;
}

textarea.form-control {
    width: 100%;
    background: transparent;
    border: 1px solid #274567;
    border-radius: 20px;
    text-align: center;
    height: 100px;
}



section.footer_client_wrap.cont-client {
    margin-top: 480px;
}

@media (min-width: 280px) and (max-width: 767px) {
    section.footer_client_wrap.cont-client {
        margin-top: 580px;
    }

}

/* $ Contact Page End */

/* $ section.ghost-services Page Start */
section.ghost-services {
    background: #000813;
    width: 100%;
    height: auto;
    /*padding: 70px 0 180px;*/
    padding: 70px 0 80px;
}
.padding-bottom-2{
    padding: 70px 0 140px !important;
}

.ghost-service-head {
    text-align: center;
    color: #b5b2b2;
}

.ghost-service-head h4 {
    font-size: 16px;
    color: #d70a20;
    font-weight: 400;
}

.ghost-service-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #d70a20;
    margin: 20px 0;
}

.ghost-service-head h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px;
    color: #fff;
}

.ghost-service-head p {
    font-size: 15px;
    margin: 30px 0;
}

.ghost-service-btn {
    margin-top: 22px;
}

.ghost-service-btn a.left {
    background: #d70a20;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .ghost-service-btn a.left {
        margin: 30px 0;
        display: block;
    }

}

.ghost-service-btn a.right {
    background: white;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .ghost-service-btn a.right {
        margin: 30px 0;
        display: block;
    }

}

/* $ section.ghost-services Page End */


/* $ section.ghost-story Start */
section.ghost-story {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0px 0 60px;
}

.ghost-story-heading {
    text-align: center;
    margin: 20px 0;
}

.ghost-story-heading h1 {
    font-size: 40px;
    color: #001c3c;
    margin: 40px 0 15px;
    font-weight: 400;
    text-transform: capitalize;

}

@media (min-width: 280px) and (max-width: 767px) {
    .ghost-story-heading h1 {
        font-size: 22px;
    }
}

.ghost-story-heading h4 {
    color: #001c3c;
    margin: 0px 0 20px;
}

.ghost-story-heading p {
    color: #001c3c;
    text-align: center;
    margin: 0px 0 50px;
}

.story-part {
    text-align: center;
    background: #000813;
    padding: 50px;
    color: #fff;
    border-radius: 15px;
    margin: 5px 0;
    width: 100%;
    min-height: 362px;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.story-part:hover {
    background: #d70a20;
    color: #fff;

}

.story-part h2 {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400;
}

.story-part p {
    font-size: 12px;
    /*color: #d2d2d2;*/
}
.story-part img {
    text-align: center;
    /*filter: brightness(0.5);*/
}
/* $ section.ghost-story  End */


/*video trailer page approach section*/
section.video-approach {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0 30px;
}

.video-approach-heading {
    text-align: center;
    margin: 20px 0;
}

.video-approach-heading h4 {
    font-size: 22px;
    color: #001d3d;
    font-weight: 500;
}

.video-approach-heading h1 {
    font-size: 32px;
    color: #001c3c;
    margin: 20px 0 20px;
    font-weight: 400;
}

.video-approach-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px;
}

.video-approach .bs-example {
    margin: 10px 0px;
}

.video-approach .card {
    border: none;
}
.video-approach .card-body.text-center {
    height: 220px;
}

/*video trailer page approach section End*/


/*celebrate page section*/
section.celebrate {
    width: 100%;
    background-image: url(../images/Service_book_Printing/Book-cover-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 80px 0 70px;
}

section.celebrate h3 {
    color: #ffffff;
    font-weight: 700;
}
section.celebrate img
{
    padding: 20px 0;
}
section.celebrate p {
    color: #d0cece;
    font-size: 12px;
    margin-top: 20px;
}

.celebrate-btn {
    display: flex;
}

.celebrate-btn a.cele-left {
    background: #d70a20;
    color: #fff;
    padding: 8px 20px;
    margin: 40px 10px;
    border-radius: 50px;
}

.celebrate-btn a.cele-right {
    background: transparent;
    color: #fff;
    padding: 8px 20px;
    margin: 40px 10px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.celebrate ul {
    margin: 20px 0px;
}

.celebrate li {
    color: #d4d4d4;
    font-size: 13px;
}

.celebrate li i.far.fa-check-circle {
    color: #d70a20;
    margin: 0 10px 0 0px;
}
span.space-left {
    margin-left: 22px;
}
@media (min-width: 280px) and (max-width: 767px) {
    .celebrate img {
        display: none;
    }
    span.space-left {
        margin-left: 0px;
    }
}

/*celebrate page section End*/

/*script-service page section*/
section.script-services {
    background: #001d3d;
    width: 100%;
    height: auto;
    padding: 70px 0 180px;
}

.script-services-head {
    text-align: center;
    color: #000813;
}

.script-services-head h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.script-services-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    margin: 20px 0;
}

.script-services-head p {
    font-size: 15px;
    margin: 30px 0;
    color: #fff;
}

.script-services-head h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px;
    color: #fff;
}

.script-services-head p {
    font-size: 15px;
    margin: 30px 0;
}

.script-services-btn {
    margin-top: 22px;
}

.script-services-btn a.left {
    background: #d70a20;
    color: #000;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px;
}

.script-services-btn a.right {
    background: white;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px;
}

/*End*/

/*script-service page section End*/
section.book-writter {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

section.book-writter h2 {
    color: #001d3d;
    font-size: 40px;
    margin-bottom: 50px;
}

.right-writer {
    text-align: left;
}

.book-writter-info {
    display: flex;
    align-items: center;
}

.right-writer h4 {
    color: #001d3d;
    margin: 20px 0;
    font-size: 17px;
}

.right-writer p {
    color: #001d3d;
    font-size: 14px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .book-writter-info img {
        display: none;
    }
}

/*End*/


/*Cover Design PAge Section Start */
section.cover-design {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 70px 0 0px;
}

.cover-design-head {
    text-align: center;
    color: #000813;
}

.cover-design-head h4 {
    font-size: 16px;
    color: #000813;
    font-weight: 400;
}

.cover-design-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #000813;
    margin: 20px 0;
}

.cover-design-head p {
    font-size: 15px;
    margin: 30px 0;
}

.cover-design-head h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
}

.cover-design-head p {
    font-size: 15px;
    margin: 30px 0;
}

/*End*/

/*cover design page Color section*/
section.color-design {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 70px 0 0px;
}

.color-design-head h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
}

/*End*/


/*Illusration Section cover Design page Start*/
section.illustration {
    width: 100%;
    background-image: url(../images/cover-design-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    padding: 110px 0 0px;
}

@media (min-width: 280px) and (max-width: 767px) {
    section.illustration {
        height: 780px;
    }
}

section.illustration img {
    margin: auto;
    display: block;
}

section.illustration h3 {
    color: #ffffff;
    font-weight: 700;
    FONT-SIZE: 44px;
}

section.illustration p {
    color: #ffffff;
    font-size: 17px;
    margin-top: 40px;
}

.illustration-btn {
    display: flex;
}

.illustration-btn a.left {
    background: #d70a20;
    color: #000;
    padding: 12px 40px;
    margin: 40px 10px;
    font-size: 12px;
    border-radius: 50px;
}

.illustration-btn a.right {
    background: white;
    color: #001d3d;
    font-size: 12px;
    padding: 12px 40px;
    margin: 40px 10px;
    border: 1px solid #fff;
    border-radius: 50px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .illustration-btn a.left {
        padding: 12px 20px;
    }
}

.illustration .col-md-3 {
    display: inline-block;
    margin-left: -4px;
}

.illustration .col-md-3 img {
    width: 100%;
    height: auto;
}

.illustration .carousel-indicators li {
    /*background-color:red;*/
}

.illustration .carousel-control-prev-icon,
.illustration .carousel-control-next-icon {
    /*background-color:red;*/
}

/*body .no-padding{*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/
/*end*/

/* Genre page section acton & adventure */
.action-adventure h2 {
    font-size: 32px;
    color: #001d3d;
    text-align: left;
}
@media (max-width: 767px) {
    .action-adventure h2
    {
        margin-top: 12px;
    }
}
.action-adventure p {
    font-size: 12px;
    text-align: left;
}

img.line-yellow {
    margin-right: auto;
    display: block;
}

.action-adventure a.nav-link.active {
    color: #d70a20;
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
    text-align: left;
}

.action-adventure a.nav-link {
    padding: 2px 32px;
    font-size: 19px;
    color: #001d3d;
    width: 300px !important;
    text-align: left;
}
.one-stop-btn.bt-space {
    margin-bottom: 100px;
}

/*End*/


/*Publishing PAge Section Book Marketing*/
section.book-marketing {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px 0 120px;
}

.book-marketing-heading {
    text-align: center;
}

.market-image img {
    margin: auto;
    display: block;
    width: 80%;
}

.market-left {
    margin: 30px 0;
}

.market-right {
    text-align: right;
    margin: 30px 0;
}

.book-marketing-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 0px 0 20px;
    font-weight: 400;
}

.book-marketing h2 {
    color: #001d3d;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0;
}

.book-marketing h3 {
    font-size: 20px;
    color: #001d3d;
    font-weight: 700;
    margin: 12px 0;
}

.book-marketing-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px;
}

.book-marketing p {
    font-size: 12px;
    color: #001d3d;
}

/*End*/

/*Pricing PAge section Services Start*/
section.pricing-services-section {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0px 0;
}

.pricing-services-heading {
    text-align: center;
    margin: 20px 0;
}

img.line-yellow {
    margin-left: auto;
    display: block;
}

.pricing-services-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400;
}

.pricing-services h2 {
    font-size: 32px;
    color: #001d3d;
    text-align: left;
}
@media (max-width: 767px) {
    .pricing-services h2
    {
        margin-top: 12px;
    }
}
.pricing-services-heading p {
    font-size: 14px;
    text-align: left;
    color: #001d3d;
    padding: 25px 0;
}

.pricing-services-heading a.nav-link.active {
    color: #d70a20;
    text-decoration: underline;
    border-bottom: none;
}

.pricing-services-heading a.nav-link {
    width: 100%;
    display: block;
    padding: 5px 20px;
    color: #001d3d;
    text-align: left;
}

.price-standard h4 {
    text-align: left;
    color: #d70a20;
    font-weight: 700;
    padding: 5px;
}

.price-standard {
    margin: 10px 0;
}
.price-standard ul {
    width: 100%;
    margin-bottom: 20px;
}

.price-standard ul li {
    list-style: disc;
    text-align: left;
    margin-left: 20px;
}
.price-standard button.left {
    background: #001d3d;
    color: #fff;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 15px;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: -40px;
}
@media (max-width: 1176px){
    .price-standard button.left {
        position: unset;
    }
}
.price-standard button.right {
    background: #ffffff;
    color: #001d3d;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 15px;
    border: 1px solid #001d3d;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: -40px;
}
@media (max-width: 1176px){
    .price-standard button.right {
        position: unset;
    }
}
/*End*/

/*pricing page section services-menu*/
section.services-menu {
    background: url(../images/Pricing/Background-Pricing-pattern.png);
    width: 100%;
    height: auto;
    color: #000;
    padding: 80px 0 100px;
}

section.services-menu h1 {
    color: #001d3d;
    font-size: 23px;
    font-weight: 700;

}

section.services-menu p {
    font-size: 13px;
    margin: 21px 0;
    color: #001d3d;
    font-weight: 500;
}

/*End*/


/*About Us Page sections*/
section.about-editing {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.about-editing-heading {
    text-align: center;
}

.about-editing-heading h4 {
    font-size: 42px;
    font-weight: 400;
    color: #043469;
}

.about-editing-heading h2 {
    color: #022e5f;
    font-weight: 600;
}

.about-editing-heading p {
    font-size: 14px;
    color: #001d3d;
    padding: 25px 0;
}
@media (min-width: 280px) and (max-width: 767px) {
    .about-editing-heading p {
        text-align: justify;
    }
}
section.about-menu {
    background: url(../images/About/2-Sections-side-by-side.png);
    background-size: cover;
    background-position: 46% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: #000;
    padding: 70px 0 70px;
    text-align: center;
}
@media (min-width: 280px) and (max-width: 767px) {
    section.about-menu {
        background: #d70a20;
        padding: 35px 0 35px;
    }
}
section.about-menu .left h1 {
    /*color: #fff;*/
    font-size: 23px;
    font-weight: 700;

}
section.about-menu .left p {
    font-size: 13px;
    margin: 21px 0;
    /*color: #fff;*/
    font-weight: 500;
}
section.about-menu .right p {
    font-size: 13px;
    margin: 21px 0;
    color: #fff;
    font-weight: 500;
}
@media(max-width: 767px)
{
    section.about-menu .left p {
        text-align: justify;
    }
    section.about-menu .right p {
        text-align: justify;
    }
}
section.about-menu .right h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;

}


/*End*/

/*Portfolio view btn Start*/
.port-modal .modal-dialog {
    max-width: 1170px;
}


.port-modal button.close {
    margin-left: auto;
}

.port-modal img {
    display: block;
    margin: auto;
}

.modal-header {
    border: none;
    padding: 0;
}

.portfolio_d_r {
    text-align: left;
}
/*.portfolio_d_r img {*/
/*    display: block;*/
/*    margin: unset;*/
/*    padding: 5px 0;*/
/*}*/
.portfolio_d_r h3 {
    /*text-align: left;*/
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin: 8px 0 8px;
    color: #333;
}

.portfolio_d_r h6 {
    font-size: 14px;
    margin-bottom: 18px;
}

.portfolio_d_r h4 {
    font-weight: 700;
    color: #666666;
    font-size: 20px;
    padding: 8px 0;
}

.portfolio_d_r p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

/*Portfolio view btn End*/


/*!* Pop new Start*!*/
/*.popupform p {*/
/*    text-align: right;*/
/*    font-size: 16px !important;*/
/*    color: #fff;*/
/*    margin-bottom: 12px;*/
/*}*/

/*a:focus,*/
/*input:focus,*/
/*button:focus {*/
/*    outline: 0;*/
/*    text-decoration: none;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none*/
/*}*/

/*img {*/
/*    max-width: 100%*/
/*}*/

/*input[type="submit"] {*/
/*    -webkit-appearance: none !important;*/
/*    -moz-appearance: none !important;*/
/*    appearance: none !important*/
/*}*/

/*#entry-popup {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 99999990;*/
/*    align-items: center;*/
/*    background-color: rgba(0, 0, 0, .62);*/
/*    display: none;*/
/*    -webkit-transition: all .5s ease;*/
/*    -moz-transition: all .5s ease;*/
/*    -ms-transition: all .5s ease;*/
/*    -o-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*    top: 0;*/
/*    left: 0;*/

/*}*/

/*#entry-popup .flag-container {*/
/*    display: none;*/
/*}*/

/*#entry-popup input.form-control {*/
/*    padding: 0 19px !important;*/
/*    margin-left: auto;*/
/*    !*display: block;*!*/
/*    !*width: 30% !important;*!*/
/*}*/

/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    #entry-popup input.form-control {*/
/*        width: 90%;*/
/*        display: block;*/
/*        margin: 0 auto;*/
/*    }*/
/*    input.form-control.lnamefield {*/
/*        display: none !important;*/
/*    }*/
/*    !*input.form-control.fnamefield {*!*/
/*    !*    margin-bottom: -18px !important;*!*/
/*    !*}*!*/
/*}*/

/*.entry-box {*/
/*    background: url(../images/bg-popup4.png);*/
/*    !* padding-top: 0; *!*/
/*    padding-bottom: 300px;*/
/*    max-width: 900px;*/
/*    width: 100%;*/
/*    max-height: 554px !important;*/
/*    height: 100% !important;*/
/*    margin: 0 auto;*/
/*    !*border-radius: 20px;*!*/
/*    !* background-color: #081f3a; *!*/
/*    position: relative;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    !* background-position: center center;*!*/
/*}*/

/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    .entry-box {*/
/*        background: url(../images/popupback-1.jpg);*/
/*        !*background: url(../images/mobile-pop.png)!important;*!*/
/*        background-repeat: no-repeat !important;*/
/*        background-size: cover !important;*/
/*        width: 100%;*/
/*        height: 616px !important;*/
/*        background-position: center center;*/
/*        !*background: #202327;*!*/
/*        border-radius: 20px;*/
/*        border: 5px solid #ffa301*/
/*    }*/
/*}*/
/*a#entry-box_close {*/
/*    background-color: #ffffff;*/
/*    width: 59px;*/
/*    height: 59px;*/
/*    display: block;*/
/*    line-height: 59px;*/
/*    color: #a2bde8;*/
/*    border-radius: 50%;*/
/*    font-size: 32px;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    !*right: 110px;*!*/
/*    !*top: -30px;*!*/
/*    right: 90px;*/
/*    top: 20px;*/
/*    z-index: 999;*/
/*    border: 1px solid #a2bde8;*/

/*}*/

/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    a#entry-box_close {*/
/*        right: -20px;*/
/*        top: -30px;*/
/*    }*/
/*}*/

/*.entry-box form {*/
/*    width: 80%;*/
/*    position: relative;*/
/*    left: 20px;*/
/*    right: 0;*/
/*    !*top: 140px;*!*/
/*    top: 190px;*/
/*}*/

/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    .entry-box form {*/
/*        width: 100%;*/
/*        position: relative;*/
/*        left: 0;*/
/*        right: 0;*/
/*        !*top: 10px;*!*/
/*        top: 0px;*/
/*    }*/
/*}*/


/*.col-sm-12.entry-right {*/
/*    padding-left: 40px;*/
/*    padding-right: 40px;.left-percent-cont*/
/*    padding-top: 30px*/
/*}*/
/*.entry-right h3 {*/
/*    color: #d70a20;*/
/*    text-align: left;*/
/*    margin-left: 20px;*/
/*    padding-top: 5px;*/
/*}*/
/*@media (min-width: 767px) {*/
/*    .entry-right h3 {*/
/*        display: none;*/
/*    }*/
/*}*/
/*.entry-right h4.top {*/
/*    font-size: 14px;*/
/*    color: #d2cfcf;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin-right: 40px;*/
/*    margin-bottom: 12px;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .entry-right h4.top {*/
/*        display: none;*/
/*    }*/
/*}*/
/*.entry-right h4.bottom {*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin-right: 40px;*/
/*    margin-bottom: 12px;*/
/*}*/
/*@media (min-width: 767px) {*/
/*    .entry-right h4.bottom {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    .entry-right h4.bottom {*/
/*        font-size: 14px;*/
/*        color: #d2cfcf;*/
/*        margin-top: 12px;*/
/*        !* display: flex; *!*/
/*        !* justify-content: flex-end; *!*/
/*        !* margin-right: 90px;*!*/
/*        !* margin-bottom: 12px; *!*/
/*        text-align: center;*/
/*        margin: auto;*/
/*    }*/
/*}*/


/*.entry-box .form-control {*/
/*    min-height: 45px;*/
/*    border-radius: unset;*/
/*    background-color: #ffff;*/
/*    border-color: transparent;*/
/*    color: #060606;*/
/*    font-size: 12px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    padding: 15px 15px;*/
/*    margin-left: auto;*/
/*}*/

/*.entry-box .form-control::placeholder {*/
/*    color: #000*/
/*}*/

/*.entry-box button {*/
/*    border-radius: 5px;*/
/*    background-color: #3376ee*/
/*}*/

/*.entry-box button {*/
/*    background-color: #d70a20;*/
/*    color: #000;*/
/*    width: 48%;*/
/*    text-transform: uppercase;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    height: 50px;*/
/*    cursor: pointer;*/
/*    border: none;*/
/*    margin-left: auto;*/
/*    display: block;*/
/*    border-radius: unset;*/
/*}*/

/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    .entry-box button {*/
/*        width: 90%;*/
/*        display: block;*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/

/*.entry-box ul li {*/
/*    color: #111322;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    width: 49%;*/
/*    display: inline-block;*/
/*    margin-bottom: 4px*/
/*}*/

/*.entry-box ul li i {*/
/*    color: #eb0000*/
/*}*/

/*.form-group {*/
/*    !*margin-bottom: 1rem*!*/
/*    margin-bottom: 14px;*/
/*}*/


/*.form-btn {*/
/*    text-align: center*/
/*}*/

/*.two-title p {*/
/*    padding-bottom: 25px*/
/*}*/

/*.link-underline {*/
/*    font-size: 14px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 500;*/
/*    color: #ed5243;*/
/*    font-family: 'Open Sans', sans-serif !important;*/
/*    border-bottom: 1px solid;*/
/*    padding-bottom: 3px;*/
/*    letter-spacing: .5px;*/
/*    line-height: 1*/
/*}*/

/*.link-underline:hover {*/
/*    color: #0c1b1e*/
/*}*/

/*.same_ic i, .same_ic img {*/
/*    color: #fdfdfd;*/
/*    font-size: 28px;*/
/*    margin-right: 15px;*/
/*}*/

/*.entry-box .intl-tel-input {*/
/*    max-width: 100% !important;*/
/*}*/

/*.entry-box textarea {*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    width: 48%;*/
/*    background: #ffffff;*/
/*    font-size: 12px;*/
/*    border-radius: unset;*/
/*    height: 60px;*/
/*    padding: 6px 10px;*/
/*}*/

/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    .entry-box textarea {*/
/*        width: 90%;*/
/*        display: block;*/
/*        margin: 16px auto;*/
/*    }*/
/*}*/

/*.entry-box input.form-control::placeholder {*/
/*    color: #757679;*/
/*}*/

/*.row.field-1 {*/
/*    margin-bottom: -13px;*/
/*}*/

/*@media (min-width: 280px) and (max-width: 767px) {*/
/*    .row.field-1 {*/
/*        margin-bottom: -33px;*/
/*    }*/
/*}*/

/*@media (min-width: 767px) and (max-width: 1024px)*/
/*{*/
/*    .entry-box {*/
/*        background: url(../images/popupback-1.jpg);*/
/*        !* background: url(../images/mobile-pop.png)!important; *!*/
/*        background-repeat: no-repeat !important;*/
/*        background-size: cover !important;*/
/*        width: 100%;*/
/*        height: 616px !important;*/
/*        background-position: center center;*/
/*        !* background: #202327; *!*/
/*        border-radius: 20px;*/
/*        border: 5px solid #ffa301;*/
/*    }*/
/*}*/
/*@media (min-width: 767px) and (max-width: 1024px) {*/
/*    a#entry-box_close {*/
/*        right: -30px;*/
/*        top: -30px;*/
/*    }*/
/*}*/
/*@media (min-width: 767px) and (max-width: 1024px){*/
/*    .entry-box form {*/
/*        width: 100%;*/
/*        position: relative;*/
/*        left: -190px;*/
/*        right: 0;*/
/*        !* top: 140px; *!*/
/*        top: 80px;*/
/*    }*/
/*}*/
/* Popup new End*/

a.interested {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

a.interested div.circle {
    width: 101px;
    height: 101px;
    position: absolute;
    top: -59px;
    left: 50%;
    margin: 0 0 0 -50px;
    background: url(../images/sprite.png) -7px -326px no-repeat;
}

a.interested div.circle span {
    width: 95px;
    height: 35px;
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin: 0 0 0 -48px;
    text-indent: -9999px;
    text-align: left;
    background: url(../images/sprite.png) -7px -286px;
    transition: transform .4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 75px;
    transform-origin: 50% 75px;
    /*filter: contrast(0) brightness(100);*/
    z-index: 9999999999999999;
}

a.interested div.circle b {
    position: absolute;
    top: 51%;
    left: 52%;
    width: 18px;
    height: 17px;
    display: block;
    margin: -9px 0 0 -12px;
    background: url(../images/sprite.png) -129px -345px no-repeat;
    -webkit-animation: arrow 1s infinite ease-in;
    animation: arrow 1s infinite ease-in;
}

a.interested:hover div.circle {
    background-position: -5px -448px;
    width: 101px;
    height: 101px;
}

a.interested:hover div.circle span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

a.interested:hover div.circle b {
    background-position: -127px -377px;
    width: 18px;
    height: 17px;
}
/**************/
/*#fade {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 0%;*/
/*    left: 0%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: black;*/
/*    z-index: 1001;*/
/*    -moz-opacity: 0.8;*/
/*    opacity: .80;*/
/*    filter: alpha(opacity=80);*/
/*}*/

/*#light {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 0%;*/
/*    left: -50%;*/
/*    max-width: 600px;*/
/*    max-height: 360px;*/
/*    margin-left: -300px;*/
/*    !*margin-top: 0px;*!*/
/*    border: 2px solid #FFF;*/
/*    background: #FFF;*/
/*    z-index: 1002;*/
/*    overflow: visible;*/
/*}*/

/*#boxclose {*/
/*    float: right;*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    border: 1px solid #AEAEAE;*/
/*    border-radius: 3px;*/
/*    background: #222222;*/
/*    font-size: 31px;*/
/*    font-weight: bold;*/
/*    display: inline-block;*/
/*    line-height: 0px;*/
/*    padding: 11px 3px;*/
/*    position: absolute;*/
/*    right: 2px;*/
/*    top: 2px;*/
/*    z-index: 1002;*/
/*    opacity: 0.9;*/
/*}*/

/*.boxclose:before {*/
/*    content: "Ã—";*/
/*}*/

/*#fade:hover ~ #boxclose {*/
/*    display:none;*/
/*}*/

/*.test:hover ~ .test2 {*/
/*    display: none;*/
/*}*/

#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    content: "/f00d";
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    height: 500px;
    /*padding-bottom: 56.25%;*/
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    /*background-color: #000;*/
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}
/*popup video*/


.youtube-modal-popup .modal-content {
    background: transparent !important;
    border: none;
}

.youtube-modal-popup .modal-header {
    border: none;
    margin-left: auto;
}

.youtube-modal-popup button.close {
    color: #d70a20;
    background: #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    opacity: unset;
}
/*.youtube-modal-popup span {*/
/*    position: relative;*/
/*    left: -8px;*/
/*    top: -14px;*/
/*}*/
.youtube-modal-popup iframe {
    width: 100%;
}

section.main-thanku {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 0 10px;
}
.steporder .form-control{
    background-color: #f8faff;
    box-shadow: 3px 3px 3px 2px #e7eaf0;
    border-radius: 5px !important;
    border: none;
    min-height: 45px;
    text-align: left;
}
.steporder label{
    /* background: linear-gradient(45deg, #d71520, #d71520); */
    color: #d71520;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0px;
    border-bottom: 2px solid #d71520;
    margin-bottom: 0px;
    /* border-radius: 5px; */
}
.steporder .btn-primary {
    background: #d70a20;
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
    margin-top: 25px;
}
.no-flex{
    flex-direction: column;
    padding-top: 12px;
}
.modalGlobal button.close{
    border: none;
    background: #d70a20;
    color: white;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    position: absolute;
    opacity: 1;
    width: 44px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    border-radius: 100%;
}
.modalGlobal .modal-content{
    border-radius: 23px;
    padding: 20px;
    overflow: visible;
    border-bottom: #d71520 6px solid;
}
.modalGlobal h2{
    font-size: 28px;
    color: #000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #d71520 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}
.modalGlobal p{
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 12px;
}
.modalGlobal .input-group{
    background: #fafafa;
    border: #dcdcdc 1px solid;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none!important;
    outline: none 0!important;
}
.modalGlobal .globalBtn{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0 none;
    width: 100%;
    display: inline-block;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    /* background: linear-gradient(45deg, #500202, #d70a20); */
    background: #d71520;
transition: ease all .4s;
}
.modalGlobal input{
    background: none;
border: none;
}
.modalGlobal .input-group-text{
    background: none;
border: none;
color: #d71520;
}
.modalGlobal textarea{
    background: none;
border: none;
text-align: left;
}

.modalsecond .modal-body{
    background: url(../images/modalsecond.png);
    background-size: cover;
  
}


button:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
.form-control:focus{
    border-color:#d71520;
    
    box-shadow: none;
}



.modalsecond .modal-body .form-control{
            border-color: transparent;
}


.modalsecond .modal-dialog {
        max-width: 700px !important;
}
.modalsecond .modal-dialog .modal-content{
background: transparent !important;
    border: none !important;
}
.modalsecond .modal-body h2{
    font-size:17px;
        padding-top: 50px;
        color:#d70a20;
        padding-bottom: 10px;
}
.modalsecond .modal-body p{
    font-size:9px;
        color: #9f2242;
        padding-top: 10px;
        padding-bottom: 10px;
}
.modalsecond .modal-body .btn-form{
        border-radius: 50px;
    background-color: #d70a20;
    width: 99%;
    color: #fff;
    height: 37px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    
}

.modalsecond .modal-body .main-message{
        width: 89%;
    background: white;
    border: 1px solid transparent;
    border-color: transparent ;
    border-radius: 10px;
    height: 98px;
    padding: 5px 13px;
    font-size: 13px;
    
}