@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    color: #696687;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

.nav_fex {
    display: flex;
    justify-content: center;
    background-color: #CC2223;
    margin-left: 21px;
    margin-right: 21px;
    border-bottom: 2px solid transparent;
}

.title_box2 {
    text-align: center;
    /*width: 100%;
    float: left;*/
}

.top-header {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
}

.smart_ph{
	background-color: #cc2223;
    padding: 50px 0px;
    float: left;
    width: 100%;
    position: relative;
}
.mene_text_responsive {
    display: none;
}

.work_part{
	background-color: #cc2223;
	padding: 50px 0px;
	float: left;
    width: 100%;
    overflow: hidden;
}

.bdt-advanced-icon-box{
    box-shadow:rgb(0 0 0 / 51%) 8px 8px 20px 0;
    background-color: #fff;
    text-align: center;
    border-radius: 100%;
    transition: all .3s ease-in-out;
    line-height: 110px;
    margin-left: auto;
    margin-right: auto;

}

.bdt-advanced-icon-box_new {
    box-shadow:rgb(0 0 0 / 51%) 8px 8px 20px 0;
    background-color: #fff;
    text-align: center;
    border-radius: 100%;
    transition: all .3s ease-in-out;
    line-height: 110px;
    margin-left: auto;
    margin-right: auto;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}



.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
  position: relative;
}
.card-header:before {
    border: solid #444;
    border-width: 0 2px 2px 0!important;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 26px;
    right: 15px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background:#e46048 ;
    padding-left: 10px;color: #fff;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 14px;
      float: left;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      text-align: center;
      background: #cc2223;
      color: #fff;
      font-size: 12px;
      margin-right: 20px;
  }

.faq .card .card-body {
      padding: 30px;
      padding-left: 35px;
      padding-bottom: 16px;
      font-weight: 400;
      font-size: 16px;
      color: #6F8BA4;
      line-height: 28px;
      letter-spacing: 1px;
      border-top: 1px solid #F3F8FF;
  }

  .faq .card .card-body p {
      margin-bottom: 14px;
  }

@media (max-width: 991px) {
      .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}


    .progress-site{
        width: 100px;
        height: 100px;
        line-height: 150px;
        background: none;
        box-shadow: none;
        position: relative;
    }
    .progress-site:after{
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }
    .progress-site > span{
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .progress-site .progress-site-left{
        left: 0;
    }
    .progress-site .progress-bar{
        width: 100%;
        height: 100%;
        background: none;
        border-width: 3px;
        border-style: solid;
        position: absolute;
        top: 0;
    }
    .prog_flex {
        display: flex;
    }

    .text_prog {
        padding-right: 20px;
    }
    .text_prog p {
        margin-top: 31px;
        font-weight: 500;
        font-size: 14px;
    }
    .progress-site .progress-site-left .progress-bar{
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }
    .progress-site .progress-site-right{
        right: 0;
    }
    .progress-site .progress-site-right .progress-bar{
        left: -100%;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right;
        animation: loading-1 1.8s linear forwards;
    }
    .progress-site .progress-site-value{
        width: 85%;
        height: 85%;
        border-radius: 50%;
        border: 2px solid #ebebeb;
        font-size:26px;
        line-height: 85px;
        text-align: center;
        position: absolute;
        top: 7.5%;
        left: 7.5%;
    }
    .progress-site.blue .progress-bar{
        border-color: #cc2223;
    }
    .progress-site.blue .progress-site-value{
        color: #cc2223;
        font-weight: 600;
    }
    .progress-site.blue .progress-site-left .progress-bar{
        animation: loading-2 1.5s linear forwards 1.8s;
    }
    .progress-site.yellow .progress-bar{
        color: #cc2223;
        font-weight: 600;
    }
    .progress-site.yellow .progress-site-value{
       color: #cc2223;
       font-weight: 600;
   }
   .progress-site.yellow .progress-site-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress-site.pink .progress-bar{
    border-color: #cc2223;
}
.progress-site.pink .progress-site-value{
    color: #cc2223;
    font-weight: 600;
}
.progress-site.pink .progress-site-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress-site.green .progress-bar{
    border-color: #cc2223;

}
.progress-site.green .progress-site-value{
    color: #cc2223;

}
.progress-site.green .progress-site-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }
}
@media only screen and (max-width: 990px){
    .progress-site{ margin-bottom: 20px; }
}

.metter_sec:after {
	/*background: url("../images/metter.svg");*/
	/*content: "";
	position: absolute;
	top: 0;
	z-index: -1;*/
}
.metter_sec{
	background-color: #cc2223;
	padding: 30px 0px;
	float: left;
	width: 100%;
	position: relative;
	/*margin-bottom: 28px;*/
	z-index: 0;
}
section.metter_sec h2,section.metter_sec h3 {
    color: #fff;
}

h3.box-title span {
    color: #000;
}

.trends-competitor h3 {
    color: #ff8309;
    padding-left: 50px;
    padding-top: 23px;
    font-size: 26px;
    text-align: center;
}
.trends-competitor {
    margin-left: 50px;
    margin-right: 50px;
}
.trends-competitor p{
	text-align: center;
}

section.metter_sec p {
    color: #fff;
    margin-top: 20px;
    text-align: justify;
}
/*.metter_sec:after {
   content: "";
    position: absolute;
    top: 285px;
    width: 100% !important;
    height: 405px;
    background-size: 100%;
    background-position: center 10%;
    left: 0;
    }*/


    .witr_about.cercle_img img {
        height: 290px;
        margin-left: auto;
        margin-right: auto;
        display: table;
        margin-top: -61px;
    }

    .mobile_serch{
        width: 100%;
        float: left;
        min-height: 600px;
        /* background-color: #f8fbfc; */
        background: url(../images/bg-left.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 80px;
        padding-bottom: 60px;
        overflow: hidden;
    }



    em.color-red {
        color: #cc2223;
    }

    section.mobile_serch h2 {
        text-align: center;
        margin-top: 139px;
        color: #000;
        margin-bottom: 20px;

    }
    .pricingTable:before{
       background: url(../images/girl_icon.png);
       content: "";
       position: absolute;
       top: -64px;
       width: 49px;
       height: 94px;
       left: 50%;
       transform: translate(-24px, 10px);
       z-index: 2;
   }

   .pricingTable{
    background: #4ec2f4;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 20px 20px;
    margin: 10px 0 0;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.pricingTable:after{
    content: "";
    background: #26a9f9;
    width: 100%;
    height: 60%;
    transform: translateY(-50%);
    position: absolute;
    top: 230px;
    left: 0;
    z-index: -2;  
    clip-path: polygon(0 45%, 100% 0%, 100% 100%, 0 65%);
}
.pricingTable .pricingTable-header{ padding: 15px; }
.pricingTable .icon{
    color: #fff;
    background: #22a2f6;
    font-size: 30px;
    width: 100px;
    padding: 7px 0 2px;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    position: absolute;
    top: -50px;
    left: 50%;
}
.pricingTable .price-value{
    color: #fff;
    background: linear-gradient(to right,#4ec2f4,#26a9f9);
    font-weight: 600;
    height: 140px;
    width: 140px;
    padding: 35px 5px 0;
    margin: 0 auto;
    border: 15px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.pricingTable .price-value:before{
    content: "";
    background: linear-gradient(to right,#26a9f9,#4ec2f4);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.pricingTable .price-value .currency{
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .amount{
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
}
.pricingTable .pricing-content{
    background-color: #fff;
    padding: 15px 0 20px;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    min-height: 270px;
}
.pricingTable .title{
    color: #26a9f9;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    color: #000;
    font-size: 16px;
    width: 100%;
    line-height: 37px;
    margin: 0 0 12px;
    position: relative;
}
.pricingTable .pricing-content ul li:last-child{ margin-bottom: 0; }

.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    background: #d1d1d1;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: #26a9f9;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 15px 15px;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 -7px 0 rgba(0,0,0,0.1);
}
.pricingTable.yellow{ background: #fdbe0e; }
.pricingTable.yellow:after,
.pricingTable.yellow .icon,
.pricingTable.yellow .pricing-content ul li:before,
.pricingTable.yellow .pricingTable-signup a{
    background: #faa20c;
}
.pricingTable.yellow .price-value{ background: linear-gradient(to right,#fdbe0e,#faa20c); }
.pricingTable.yellow .price-value:before{ background: linear-gradient(to right,#faa20c,#fdbe0e); }
.pricingTable.yellow .pricing-content li.disable:before{ background: #d1d1d1; }
.pricingTable.yellow .title{ color: #faa20c; }

.pricingTable.pink{ background: #f42c68; }
.pricingTable.pink:after,
.pricingTable.pink .icon,
.pricingTable.pink .pricing-content ul li:before,
.pricingTable.pink .pricingTable-signup a{
    background: #e20845;
}
.pricingTable.pink .price-value{ background: linear-gradient(to right,#f42c68 ,#e20845); }
.pricingTable.pink .price-value:before{ background: linear-gradient(to right,#e20845,#f42c68 ); }
.pricingTable.pink .pricing-content li.disable:before{ background: #d1d1d1; }
.pricingTable.pink .title{ color: #e20845; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 80px; }
}







.top-left ul {
    padding: 0px;
    margin: 0px;
}

.bottopn_met {
    float: left;
    width: 100%;
}



.witr_about {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.witr_about {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

ul.social-icons li {
    display: inherit;
}
.top-left ul li {
    list-style: none;
    display: inline-block;
    color: red;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-right: 10px;
    font-size: 15px;
}
h2.title2 {
    margin-top: 60px;
}

.we_offer p {
    margin-top: 26px;
    line-height: 22px;
    text-align: justify;
}
.top-left ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    bottom: 5px;
    background-color: #d0d0d0;
    left: -7px;
}
.top-left ul li:first-child:before {
    display: none;
}

.top-right {
    float: right;
}
.top-right > a {
    margin-left: 5px;
    min-width: 8em;
    padding: 0 2.5em;
    border: 1.5px solid #ff0003;
    border-radius: 0.7em;
    background-color: #fff;
    color: #ff0003;
    font-size: 12px;
    font-weight: bold;
    line-height: 3.1em;
    display: inline-block;
    text-align: center;
    transition: .3s linear;
    transition-property: color, background;
    cursor: pointer;
    text-decoration: none;
}
.top-right > a:hover {
    background-color: #ff0003;
    color: #fff;
}

.top-header .logo-block {
    position: absolute;
    left: 0;
    right: 0;
    width: 40%;
    text-align: center;
    margin: auto;
}
.header-inner {
    padding: 32px 0;
}

.nav_bg .navbar{
    padding: 0px;
}
.nav_bg {
    border-top: 10px solid #cc2223;
    width: 100%;
    float: left;
    position: absolute;
    top: 104px;
    z-index: 5;
}

.nav_bg .container::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22px;
    overflow: hidden;
    left: 15px;
    border-top: 59px solid rgb(204 34 35);
    border-left: 21px solid transparent;
}
.nav_bg .container::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22px;
    overflow: hidden;
    right: 15px;
    border-top: 59px solid rgb(204 34 35);
    border-right: 21px solid transparent;
}

.nav_bg .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}

.nav-link::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
li.nav-item.active {
    position: relative;
}

li.nav-item.active::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffc1c2;
    transition: 0.3s;
}

li.nav-item:hover .nav-link::before {
    /*width: 100%;*/
}
.Three__step {
    padding: 70px 0px 100px;
    clear: both;
/* background: url(../images/bg-right-2.png);
background-position: center right;
background-repeat: no-repeat;
background-size: contain; */
overflow: hidden;
}





.Three__step .title {
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #696969;
    font-size: 2rem;
}
.Three__step .title span {
    color: #cc2223;
}
.Conversion_list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.Conversion_list li {
    background: url(../images/tick@2x-gray.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 35px;
    list-style: none;
}
.local-conversion-marketing {
    padding: 0px 0px 90px;
    clear: both;
    background: url(../images/tesbg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 760px;
    overflow: hidden;
}

.Conversion_list p {
    color: #fff;
    font-size: 16px;

}
.local-conversion-marketing .title_box {
    width: 100%;
    float: left;
    margin-top: 140px;
}
.local-conversion-marketing .title_box h4 {
    font-weight: 600;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.local-conversion-marketing .title_box p {
    font-size: 1.9rem;
    color: #fff;
    margin-bottom: 5px;
}
.local-conversion-marketing .mt-5 {
    margin-top: 10rem!important;
}
.marketing__parag {
    width: 100%;
    float: left;
/*    padding-left: 60px;
padding-right: 60px;*/

}
.elementor-widget-container {
    width: 100%;
    float: left;
    min-height: 350px;
    /* background-color: #ddd; */
    background-color: #fff;
    /* box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
    padding: 30px 25px 40px;
    border-radius: 10px 10px 10px 10px;    */
    
}
/* .elementor-widget-container:hover {
    background-color: #ffecec;
    } */

    .bdt-advanced-icon-box-icon {
        width: 100%;
        float: left;
    }
    .bdt-advanced-icon-box-content{
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 30px;
    }
    .bdt-icon-wrapper {
    /* height: 130px;
    width: 130px; */
    text-align: center;
    
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bdt-advanced-icon-box-icon img {
    max-width: 100%;
}
.bdt-advanced-icon-box-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #cc2223;
}
.bdt-advanced-icon-box-description {
    margin-top: 15px;
    line-height: 23px;
}
.Serving_businesses {
    width: 100%;
    float: left;
    min-height: 600px;
    background: rgb(230,236,238);
    background: linear-gradient(0deg, rgba(230,236,238,1) 0%, rgba(255,255,255,1) 100%);
    
   /* background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;*/

    margin-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}

.Serving_businesses_background {
    background: url(../../assets/images/map-pane.jpg);
}

.Serving_businesses .title {
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: var(--red);
    font-size: 2rem;
    margin-bottom: 50px;
    margin-top: 50px;
}

.witr_team_part {
    width: 100%;
    float: left;
    text-align: center;
}

.witr_img_team {
    position: relative;
}

.witr_img_team img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.witr_team_content2 {
    background: #fff;
    border-radius: 50px;
    padding: 148px 20px 40px;
    margin-top: -135px;
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.06);
    min-height: 460px;
}
.witr_team_content2 h5 {
    margin: 12px 0 18px;
    font-weight: 600;
    font-size: 1.5rem;
    color: #444;
}
.witr_team_content2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}

.contact_section {
    width: 100%;
    float: left;
    background-color: #f8fbfc;
    padding: 80px 0px 150px;
    overflow: hidden;
    background: url(../images/contact-us.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.contact_section::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(255 255 255 / 50%);
}
.form-contact {
    box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    padding: 60px;
    border-radius: 27px 27px 27px 27px;
    position: relative;
    z-index: 1;
    background-color: hsl(0deg 0% 100% / 88%);
}

.form-contact h2 {
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    color: #cc2223;
    font-size: 2rem;
    margin-bottom: 40px
}
.form-contact .form_control_line {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ced4da;
    color: #696687;
    background-color: #02010100;
    border-radius: 0 0 0 0;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
}
.form-contact .form_control_line:focus {
    outline: none;
}



.contact-submit {
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #02010100;
    border-radius: 27px 27px 27px 27px;
    padding: 13px 40px 14px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: .2px;
    background-size: 300%,1px;
    background-position: 0;
    color: #fff;
    transition: all .3s ease-out!important;
    position: relative;
    top: 20px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
    background-size: 200%;
    /* background-image: -webkit-linear-gradient(265.12deg,#FF5800,#F79056,#FF5800)!important; */
    background-image: linear-gradient(265.12deg,#8c8c8c,#353535,#8e8e8e)!important;
    transition: .4s!important;
    float: right;
}
.contact-submit:focus {
    outline: none;
}


.contact-submit:hover {
    color: #fff;
    background-color: #fff;
    /* border-color: #ff5800; */

    /* background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800)!important; */
    background-image: linear-gradient(265.12deg,#8c8c8c,#8e8e8e,#353535)!important;
    transition: .4s!important;
}
.cont_left {
    display: flex;
    text-align: left;
    flex-direction: column;
    padding-top: 30px;
    border-right: solid 1px #ddd;
    margin-right: 50px;
    min-height: 460px;
}
.cont_left > div {
    margin-bottom: 20px;
    display: flex;
}
.cont-icon {
    color: #fff;
    background-color: #7b7b7b;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 8px 8px 30px 0 rgba(40.99999999999999,66.99999999999997,113,.15);
    font-size: 24px;
    width: 40px;
    transform: rotate(0deg);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.cont_Rights {
    margin-left: 20px;
    float: left;
}

.standard_section {
    width: 100%;
    float: left;
    /* background-color: #f8fbfc; */
    background: url(../images/woman-working.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
}
.standard_section > .container {
    z-index: 9;
    position: relative;
}
.standard_section::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    
    background-color: rgb(0 0 0 / 20%);
}
.packages__standard {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
    padding-bottom: 30px;
    border-radius: 20px;
    text-align: center;
}

.packages__standard ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.packages__standard ul li {
    color: #6a6c7c;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
}
.packages__standard ul li:nth-child(odd){
    background-color: #f1f1f1;
}


.packages__standard a.btn {
    padding: 12px 30px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 5px;
    color: #444;
    border: 1px solid #ddd;
    margin-top: 35px;

}

.packages__standard a.btn:hover {
    background-color: transparent;
    background-image: linear-gradient(265.12deg,#353535,#8e8e8e)!important;
    border-style: default;
    color: #fff;
}

.standard_section .title {
    width: 100%;
    float: left;
    margin-top: 20px;


    padding-bottom: 15px;
}
.standard_section .title h5 {
    font-size: 30px;
    font-weight: bold;
}
.standard_section .title h5 sup {
    color: #cc2223;
}
.standard_section .title p {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold;

}

.witr_pricing_border {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.witr_pricing_border::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fde3de;
    height: 1px;
}

.witr_pricing_border::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    top: 50%;
    background: #d71700;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.witr_pricing_title {
    box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
    border-radius: 16px 0px 16px 0px;
    background-color: #fff;
    padding: 20px 10px 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.stand-1 {
    background-color: #f1c03f;
}
.stand-2 {
    background-color: #3e66be;
}
.stand-3 {
    background-color: #e7594b;
}


.witr_pricing_title h4 {
    font-weight: bold;
}
.witr_pricing_title h4.c1 {
    color: #0b53c0;
}
.witr_pricing_title h4.c2 {
    color: var(--red);
}

.witr_pricing_title h4.c3 {
    color: #cc9900;
}

.get_box {
    box-shadow:8px 8px 30px 0 rgb(42 67 113 / 28%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 35px 20px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
    min-height: 280px;
    margin-bottom: 20px;
}
.title_box2 h4 {
    font-weight: 600;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 80px;
    text-align: center;
    display: inline-block;

}
.get_1 {
    margin-top:2pc;
    display: flex;

}
.get_box2{
	box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 28%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 15px;
    padding: 35px 20px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    position: relative;
/*
    margin-top: -15px;
    margin-bottom: 15px;
    */

}

.icon1 img {
	color: #fff;
    background-color: #14c3bf;
    border-style: solid;
    border-width: 1px;
    border-color: #c7c7c7;
    border-radius: 75% 25% 43% 57%/46% 29% 71% 54%;
    overflow: hidden;
    box-shadow: 8px 8px 30px 0 rgb(6 6 6 / 25%);
    transform: rotate(0deg);
    text-align: center;
    padding: 6px;
/*
    border: 1px solid #00000024;
    padding: 10px;
    border-radius: 100px;
    box-shadow: 1px 2px 3px #00000036;
    */
}

.elementor-background-overlay {
    background-image: url("../images/settings.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 19% auto;
    opacity: 1;
    height: 105px;
    position: absolute;
    width: 400px;
    bottom: 4px;
    left: -30px;
}

.icon1 p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}

.icon1 {
    text-align: center;

}

.we_offer img {
    margin-top: -80px;
}
.footer-main {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 11;
    background-color: #000;
    display: none;
}
.footer_fixed {
    display: block;
}
.footer-main .text {
    text-align: center;
    color: #afafaf;
    margin-bottom: 0px;
    padding: 30px 0 10px;
}
.site-box {
    width: 100%;
    float: left;
    background-color: #cc2223;
    height: 40px;
    border-radius: 50px;
    margin-top: -20px;
}

.site-box .textl {
    color: #fff;
    padding-left: 30px;
    margin-top: 9px;
}

.parentSubscribeEmail {
    align-items: center;
    max-width: 420px;
}  
.parentSubscribeEmail .subscribe_email {
    width: 75%;
    outline: none;
    border: solid 0px #e63536;
    margin-top: 4px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px 0px 0px 5px;
}
.parentSubscribeEmail .subscribe_submit {
    width: 30%;
    outline: none;
    border: none;
    border-radius: 0px 15px 15px 0px;
    padding: 5px 10px;
    margin-top: 5px;
    color: #cc2223;
    font-weight: bold;
    font-size: 13px;
}




































.card-enroll .progress-sitebar {
    counter-reset: step;
    padding: 0px;
}

.pad {
    clear: both;
    border: 2px solid #eee;

}
.sigPad li {
  list-style: none;
}
.sigPad {
  width: 50%;
}

.sigPad a {
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.child-title {
  background: linear-gradient(to right, var(--gray-dark) 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.information-inner {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
}
.card-enroll .w-10{
  width: 8%;
}

.card-enroll h4 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px
}

.card-enroll .progress-sitebar li {
    list-style-type: none;
    width: calc(100% / 8);
    float: left;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    cursor: pointer;
}

.card-enroll .progress-sitebar li:before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  line-height: 47px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.card-enroll .progress-sitebar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 25px;
  left: -50%;
  z-index: -1;
}
.card-enroll .progress-sitebar li:first-child:after {
  content: none;
}
.card-enroll .progress-sitebar li.active {
  color: #bd930c;
}
.card-enroll .progress-sitebar li.active:before {
  border-color: #deac0c;
}
.card-enroll .progress-sitebar li.active + li:after {
  background-color: #deac0c;
}

.aboutus_backgounds {
  position: relative;
}
.pages__titles {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    margin-top: 150px;
    
}
.content-text-link {
  margin-top: 50px;
}

.pages__titles h2 {
  color: #fff;
  font-size: 4rem;
  background: -webkit-linear-gradient(#ad8a10, #ffe83d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.content-text-link a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
.content-text-link a:first-child:before {
  display: none;
}
.content-text-link a:before {
    margin-left: 10px;
    margin-right: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0!important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    position: relative;
    top: -2px;
    right: 4px
}
.Benefits__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.Benefits__list li {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    background: url(../images/tick@2x-gray.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 40px;
    background-position: left;
}
.Benefits-img {
    max-width: 100%;
    height: auto;
}

.card-box {

    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    padding: 50px;
}
.contact__address {
    background-color: #f5f5f5;
    border: solid 1px #e8e8e8;
    padding-top: 15px;
}

.contact__address p {
  font-size: 18px;
}

.contact__address svg {
  width: 28px;
}

.contact__iframe {
  border:solid 2px #ddd;
}

.contact__iframe .iframe {
  border:none;

}

.accordion__section .btn-link { 
    display: block;
    width: 100%;
    text-align: left;
    color: #585858;
    font-weight: 600;
    font-size: 18px;
}
.accordion__section .btn-link:hover {
  text-decoration: none;
}

.accordion__section .card-header i {
    float: right;
}

.accordion__section .btn.focus, .accordion__section .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
    text-decoration: none;
}



.top_hed {
    background-color: #ffc824;
}

.top_hed ul {
    padding-left: 0px;
    margin-bottom: -6px;
}
.top_hed li {
    display: inline-block;
    margin-right: 8px;
}
.top_hed a {
    color: #fff;
    background-color: #000;
    height: 31px;
    float: left;
    width: 34px;
    text-align: center;
    line-height: 26px;
}
.top_hed .feather {
    height: 17px;
}
.top_hed  .feather-youtube {
    height: 17px !important;
    width: 17px !important;
}
.top_hed a:hover{
	
   box-shadow: 0px 0px 4px 1px #0000004f;
   transition: 1s;
   background-color: #a9932b;

}
.logo {
    width: 10%;
    margin-right: auto;
    margin-bottom: -5px;
}

.top_hed p {
   font-size: 19px;
   text-transform: uppercase;
   margin-bottom: 0px;
   text-align: right;
   
   line-height: 31px;
   color: #333;
}
.slid_text h3 {
    color: #fff;
    letter-spacing: 1px;
    background-color: rgb(4 4 4 / 50%);
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    font-weight: 700;
    font-size: 52px;
}
.slid_text p {
    color: #fff;
    letter-spacing: 0px;
    background-color: rgb(4 4 4 / 50%);
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    padding: 4px;
    font-size: 25px;
    margin-top: 44px;
}

.slid_text {
    position: absolute;
    top: 0;
    z-index: 11;
    text-align: center;
    width: 100%;
    transform: translate(0px, 150px);
}

.nav_bg.sticky {
    background-color: #cc2223;
}

.logo {
    margin-right: auto;
    width: 10%;
    transition: 1s;
}
.sticky .logo {
    width: 8%;
    transition: 1s;
}
.sticky .nav_bg li.nav-item{
	margin-top: 15px;
	
}
.sticky.nav_bg li.nav-item{
	border-left:none;
}

.nav_bg .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
}
.navbar-nav .nav-item:first-child {
  border-left: 0px dotted #00000036;
}

.Enroll button {
    border-radius: 3px;
    background: linear-gradient(45deg, #ffc621, #ffee42);
    font-size: 14px;
    border: 0px;
    outline: none;
    color: #000;
    box-shadow: rgba(40, 45, 76, 0.7) 0px 0px 0px 0px;
    animation: animation-highlight 1.2s linear 0s infinite normal none running;
    margin-top: 0px;
    padding: 7px 22px;
    position: absolute;
    right: 0;
}

@keyframes animation-highlight {
  0%  {
      box-shadow: rgba(40, 45, 76, 0.7) 0px 0px 0px 0px;
  }   
  100% {
    box-shadow: rgba(40, 45, 76, 0.0) 0 0 0 10px;
}
}

.nav_bg li.nav-item {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
    position: relative;
    margin-right: 2px;
}
a.nav-link {
    margin-left: 0px;
    margin-right: 0px;
}
.nav_bg li.nav-item:last-child {
    border: 0px;
}

li.nav-item.active {
    background-color: transparent;
}

li.nav-item:hover {
    transition: 0.3s;
    color: #000 !important;
}

ul.navbar-nav.mr-auto {
    padding-right: 80px;
}

.Enroll button:hover {
    background: linear-gradient(45deg, #ffc621, #a6902a);
    transition: 2s;
}


.sticky {
  position: fixed;
  top: 0px;
  z-index: 999;
  /* transition: 0.3s; */
  box-shadow: -1px 3px 3px #0000005e;
    width: 100%;
}

.img_cen{
	margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 0px;
    margin-bottom: -18px
}

.mor_but {
    background: url(../images/sha.png);
    height: 53px;
    background-size: contain;
    width: 300px;
    position: relative;
    background-position: bottom;
    margin-top: 32px;
    margin-bottom: 37px;
    margin-left: auto;
    margin-right: auto;
}

.read_more {
    background:linear-gradient(45deg, #ffc621, #ffee42);
    width: 100%;
    float: left;
    border: 1px solid #00000014;
    text-align: center;
    line-height: 36px;
    color: #000;
    height: 38px;
    text-decoration: none;
    font-size: 18px;

    text-transform: uppercase;
    letter-spacing: 1px;
}	
a.read_more:hover {
    color: #fff;
    background: #000;
    transition: 1s;
    text-decoration: none;
}

.img_cen img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 70px;
}

.mor_but a:before {
    content: "";
    background: url("../images/users.svg");
    height: 25px;
    width: 24px;
    position: absolute;
    left: 14px;
    top: 6px;
}

.work_icon:hover img {
    transform: rotate(180deg);
    transition: 1s;
}

.work_icon img {
    transition: 1s;
}



.grid {
	position: relative;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;

	background: #3085a3;
	text-align: center;
	cursor: pointer;
   box-shadow: 2px 1px 5px 2px #00000087;
   transition: 1s;
}

.grid figure:hover {
    box-shadow: inherit;
    transition: 1s;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
/*
	    height: 233px;
    width: 350px;
    */
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
/*
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
    */
    opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgb(255 200 36 / 35%);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: -4% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,19%,0);;
	transform: translate3d(0,19%,0);;
	font-size: 25px;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}
figure.effect-oscar:hover a {
    opacity: 9;

    transition: 1s;
}
a.Bokk_5 {
    background: linear-gradient(45deg, #ffc621, #ffee42);
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 8px;
    float: left;
    width: 100%;
    margin-top: 10px;

}

.View_but {
  background: url(../images/sha.png);
  height: 48px;
  background-size: contain;
  width: 160px;
  position: relative;
  background-position: bottom;
  margin-top: 0px;
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
}
.team_bg h2{
   font-family: 'Fjalla One', sans-serif;


}

.team_bg {
    background-color: #fff;
}

.team {
    padding-bottom: 70px;
}

.team .section-title {
    text-align: left;
    margin-bottom: 50px
}

.team__item {
    height: 480px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.team__item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: all, 0.5s, ease-out, .5s;
    -o-transition: all, 0.5s, ease-out, .5s;
    transition: all, 0.5s, ease-out, .5s
}

.team__item:hover:after {
    opacity: 1
}

.team__item:hover .team__text {
    top: 0
}

.team__item:hover .team__text .team__title {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 26px;
    margin-bottom: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible
}

.team__item:hover .team__text p {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.team__item:hover .team__text .team__social {
    opacity: 1;
    visibility: visible;
    bottom: 34px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.team__text {
    height: 100%;
    top: 361px;
    position: relative;
    padding: 35px 30px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.team__text .team__title {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 26px;
    margin-bottom: 26px;
    position: relative
}

.team__text .team__title h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px
}

.team__text .team__title span {
    font-size: 15px;
    color: #ffca24
}

.team__text p {
    color: #e4e4e4;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team__text .team__social {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.team__text .team__social a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 34px;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s
}

.team__text .team__social a:last-child {
    margin-right: 0
}

.team__text .team__social a:hover {
    color: #ffca24;
}


@media (min-width: 1400px) and (max-width: 2200px) {

    .title_box2 h4 {
        background-color: #c72910;
        border-radius: 10px;
        padding: 8px 15px;

    }
    .metter_sec:after {
    	display: none;
    }
    section.mobile_serch h2 {
    	margin-top: 0px;
    }
}

@media(max-width:991.98px) {


    .local-conversion-marketing .title_box h4 {

        font-size: 1.8rem;

    }

    .title_box2 h4 {
        margin-top: 25px;
        color: #fff;
    }

    .work_part h3 {
        margin-bottom: 25px;
        margin-top: 15px;
        color: #fff;
    }

    .mene_text_responsive {
        position: absolute;
        left: 10px;
        top: 4px;
        color: #fff;
        display: block;
    }

    .title_box2 h4 {
        color: #444;
    }

    .marketing__parag {
        padding-left: 0px;
        padding-right: 0px;
    }

    #nav-icon1 {
        position: absolute !important;
        right: 0px;
    }

    .top-left ul li {
        font-size: 12px;
    }
    .nav_bg {
       position: relative;
   }
   .nav_fex {
    display: inherit;
    margin-left: 0px;
    margin-right: 0px;
}

/*@supports (-ms-ime-align:auto) {
    #nav-icon1 {
        margin-top: 2px !important;
    }
}*/
    
ul.navbar-nav.mr-auto{
    padding-right: 0px;
}


.nav_bg li.nav-item{
    margin-left: inherit;
    margin-right: inherit;
    text-align: left;
    width: 100%;
    float: left;
}


.navbar-collapse {
    position: absolute;
    top: 40px;
    width: 100%;
    right: 0;
    z-index: 999;
    background-color: #cc2223db;
}


.nav_bg  {
    background-color: #cc2223;
    top: 0px;
    height: 50px;
}


.nav_bg .container::after {
    display: none;
}
.nav_bg .container::before {
    display: none;
}



.nav_menu {
    width: 100%;
    position: relative;
}
.nav_bg .navbar {
    padding: 0px;
}

}


@media(max-width:768px) {
    .Serving_businesses .title {
        margin-bottom: 30px !important;
        /*margin-top: 0px;*/  /*commented 19.05.21 no space above heading */
    }

    .header-inner {
        padding: 0px 0;
        align-items: initial !important;
        justify-content: initial!important;
        display: initial!important;
        width: 100%;
        float:left;
    }

    .top-left {
        text-align: center;
        width: 100%;
        padding: 5px 0px;
    }
    .top-header .logo-block {
        position: inherit;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
    .top-right {
        float: right;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .nav_bg .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: #060606;
    }

    .Three__step {
        padding: 90px ​0px 7px; 
        /*50px 0px 40px;*/
    }
    .local-conversion-marketing .title_box {
        width: 100%;
        float: left;
        margin-top: 0px;
    }

}


@media(max-width:768px) {

    .local-conversion-marketing .title_box h4 {
        font-size: 2rem;
    }

    .title_box2 h4 {

        color: #444;
        font-size: 2rem;
        margin-bottom: 40px;
        margin-top: 0px;

    }
    .trends-competitor h3 {
        padding-left: 0px;
    }
    .trends-competitor {
        margin-left: 0px;
        margin-right: 0px;
    }

    section.mobile_serch h2 {

        margin-top: 0px;
    }
    .pricingTable {
        margin-bottom: 0px;
    }
    .witr_about.cercle_img img {
        margin-top: s0px;
    }

    .abou_p p {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cont_left {
        padding-top: 0px;
        margin-right: 0px;
        min-height: auto;
        border-right: solid 0px #ddd;
    }
    .footer-main .text {
        padding: 60px 0 20px;
        width: 100%;
        float: left;

    }
    .site-box .float-right {
        float: initial !important;
    }
    .subscribe_email {
        max-width: 100%;
        margin-top: 20px;
    }
    .float-right.mr-4 {
        margin-right: 0px!important;
    }

    .form-contact {
        padding: 20px;
    }

    .contact-submit {
        margin-bottom: 25px;
    }
    .contact_section {
        padding: 80px 0px 200px;
    }

    .card-header:before {
        top: 33px;
    }
    .slid_text {
        transform: translate(0px, 50px);
    }

    .slid_text h3 {
        font-size: 18px;
        padding: 10px 0px;
    }
/*
    .team__item {
        height: 350px
    }
    */
    .team__text {
        padding: 25px 20px 20px
    }

    .slid_text p {
        font-size: 14px;
        margin-top: auto;
    }
}

.footer-bg h3{

	color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
}
.footer-bg ul {
    text-align: center;
    margin-block: 0px;
    margin-top: 20px;
    padding-left: 0px;
}

.footer-bg ul li {
    color: #fff;
    font-size: 17px;
    display: block;
    line-height: 34px;
}
.footer-bg ul a {
    color: #fff;
}

.form-subscribe .form-control
{
  background-color:hsla(0,0%,100%,.8);
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border:none;
  border-top-left-radius:36px;
  border-bottom-left-radius:36px;
  height: 46px;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
    background: linear-gradient(45deg, #ffc621, #ffee42);
    color: #000;
    height: 46.5px;
    outline: none;
    border: none;
    border-radius: 0px 36px 36px 0px;
}

form.form-subscribe {
    max-width: 448px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
form.form-subscribe {
    max-width: 448px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.foot2 {
    background: linear-gradient(45deg, #ffc621, #ffee42);
    padding: 8px 0px;
}


.progress-site-title{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 5px;
    margin-top: 40px;
}

.progress-sitenew{
    height: 5px;
    background: #d6d6d6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}

.progress-sitenew .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress-sitenew .progress-bar:after{
    content: "\f3c5";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    height: 6px;
    font-size: 0px;
/*
    position: absolute;
    top: -20px;
    right: -7px;
    font-size: 25px;
    font-weight: 700;
    */
    color: #414141;
}

.progress-sitenew .progress-site-value{
    display: block;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -23px;
    right: 0;
}

@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}

@keyframes animate-positive{
    0% { width: 0%; }
}



.foot2 ul {
    margin-bottom: 0px;
}

.foot2 ul li {
    display: inline-block;
    border-right: 1px solid #0000003d;
    line-height: 17px;
    padding-right: 11px;
}

.foot2 ul li:last-child {

    border-right: 0px solid #0000003d;

}
.foot2 ul li a{
	color: #000;
}
.foot2 p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #333;
}

#nav-icon1 {
  width: 52px;
  height: auto;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler {
    border: 0px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ffc824;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
}

#nav-icon1 span:nth-child(3) {
  top: 28px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* about us start here*/
.banner_bg {
    background-image: linear-gradient(180deg, #cc2223 0%, #e46048 100% ) !important;
    background-image: -webkit-linear-gradient(180deg, #F79056 0%, #F3600D 100% );
    position: absolute;
    width: 100%;
    top: 0;

    left: 0;
    float: left;
    bottom: 0;
    opacity: .8;
}
li.trail-item.trail-begin a {
    color: #fff;
}
.banner_top{
	background: url("../images/bg-page-header.jpg");
	
	padding: 110px 0px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.breadcrumbs .trail-items {
    list-style: none;
}
.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    text-indent: 0;
    color: #000;
}


.trail-items li:last-child:after {
   display: none;
}

.animated_banner {
 position: absolute;
 left: 0px;
 top: 0;
 width: 100%;
 height: 690px;
 background-repeat: repeat-x;
 background: url(../images/shapeb.png);
 animation: witr_slide 100s linear infinite;
 margin-top: -140px;
}
.abou_p p {
    font-size: 15px;
    line-height: 28px;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    text-align: justify;
}


@-webkit-keyframes witr_slide {
	0%{left: 0px; top: 0px;}
  100% {
    left: 100%; top: 0px;
}
}

@keyframes witr_slide {
	0%{left: 0px; top: 0px;}
  100% {
    left: 100%; top: 0px;
}
}



.team-page-section{
    position:relative;

}

.team-page-section .team-block{

}

.sec-title{
    position:relative;
    z-index:1;
    margin-bottom:65px;
}

.sec-title .title{
    position:relative;
    font-size:18px;
    color:#bd0000;
    font-weight:700;
    margin-bottom:12px;
    text-transform:capitalize;
}

.sec-title .separator{
    position:relative;
    width:40px;
    margin-top:16px !important;
}

.sec-title .separator:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator span{
    position:absolute;
    left:50%;
    top:-2px;
    width:10px;
    height:5px;
    margin-left:-5px;
    display:inline-block;
    background-color:#bd0000;
}

.sec-title h2{
    position:relative;
    color:#222222;
    font-weight:700;
    font-size:36px;
    line-height:1.2em;
    margin-top:35px;
}

.sec-title .text{
    position:relative;
    font-size:14px;
    line-height:1.9em;
    color:#555555;
    margin-top:10px;
}

.sec-title.centered .separator{
    margin:0 auto !important;
    float:none !important;
}

.sec-title.centered{
    text-align: center !important;
}

.sec-title.light .title{
    color:#ffffff;
}

.sec-title.light h2{
    color:#ffffff;
}

.sec-title.light .separator span{
    background-color:#ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after{
    background-color:#ffffff;
}

.team-section{
    position:relative;
    padding:80px 0px 60px;
}

.team-section.style-two .pattern-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-position:center center;
    background-repeat:no-repeat;
}

.team-section .title-box{
    position:relative;
    text-align:center;
}

.team-section .title-box h2{
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.team-section .title-box h2 span{
    color: #ff9600;
}

.team-block{
    position:relative;
}

.team-block .inner-box{
    position:relative;
    padding:40px 70px 28px 0px;
}

.team-block .inner-box:before{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    left:70px;
    bottom:0px;
    border-radius:10px;
    background-color:#f5f5f5;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.team-block .inner-box::after{
    position:absolute;
    content:'';
    top:0px;
    left:70px;
    bottom:0px;
    width:0%;
    border-radius:10px;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
    background-image: -ms-linear-gradient(top, #ffca08 0%, #f70067 100%);
    background-image: -moz-linear-gradient(top, #ffca08 0%, #f70067 100%);
    background-image: -o-linear-gradient(top, #ffca08 0%, #f70067 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffca08), color-stop(100, #f70067));
    background-image: -webkit-linear-gradient(top, #ffca08 0%, #f70067 100%);
    background-image: linear-gradient(to bottom, #ffca08 0%, #f70067 100%);
}

.team-block .inner-box:hover::after{
    width:81%;
}

.team-block .inner-box .social-icons{
    position:absolute;
    right:25px;
    top:100px;
    z-index:1;
}

.team-block .inner-box .social-icons li{
    position:relative;
    margin-bottom:20px;
}

.team-block .inner-box .social-icons li a{
    position:relative;
    color:#e40000;
    font-size:18px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation{
    color:#ffffff;
}

.team-block .inner-box .image{
    position:relative;
    z-index:1;
    border-radius:10px;
    background-color:#ffffff;
    box-shadow:inset 0px 0px 35px rgba(0,0,0,0.20);
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.team-block .inner-box .lower-content{
    position:relative;
    text-align:left;
    z-index:1;
    padding:30px 15px 0px 110px;
}

.team-block .inner-box .lower-content h3{
    position:relative;
    color:#bd0000;
    font-size:18px;
    font-weight:700;
    line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
    position:relative;
    color:#bd0000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation{
    position:relative;
    margin-top:5px;
    color:#777777;
    font-size:14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a{
    color:#ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a{
    color:#ffffff;
}

.team-block.style-two .inner-box::after{
    background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
    background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
}





.trail-items li::after {
    content: "\002F";
    padding: 0 .5em;
    color: #edf0f2;
}
.page-title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}


@media (max-width: 575.98px) { 


    .packages__standard {
        margin-bottom: 30px;
    }

    .witr_team_content2{
      margin-bottom: 40px;
  }

  .Serving_businesses{
      margin-top: 0px;
  }
  .local-conversion-marketing{
      min-height: 1280px;
  }
  .local-conversion-marketing .title_box{
      margin-top: 70px;
  }
  .Conversion_list p{
      font-size: 14px;
  }
  .local-conversion-marketing .title_box{
      text-align: center;
      font-size: 2.2rem
  }
  .marketing__parag{
      padding-left: 10px;
      padding-right: 10px;
  }
  .local-conversion-marketing .mt-5{
      margin-top: 0rem!important;
  }
  .Three__step{
      padding: 50px 0px 7px;
  }
  .elementor-widget-container{
      margin-bottom: 20px;
  }
  .bdt-advanced-icon-box-title{
      font-size: 1.2rem;
  }

  .Three__step .title{
      font-size: 1.6rem;
  }
  .nav_bg .container::before{
      display: none;
  }
  .nav_bg .container::after{
      display: none;
  }

  .slide-button2 {
    display: none;
  }

/*	.top-right {
    float: right;
    width: 100%;
    margin-top: 16px;
    margin-bottom: -20px;
    }*/


/*	.header-inner.d-flex.justify-content-between.align-items-center {
    display: block !important;
    margin-top: 25px;
    float: left;
    width: 100%;
}
	.header-inner{
		text-align: center;
	}
	.top-header .logo-block{
    top: 0;
    margin-top: 9px;
    width: 100%;
	}
	
	*/




}


@media (min-width: 576px) and (max-width: 767.98px) { 
	
    .local-conversion-marketing {
        background-color: #ce2c15;
    }

  /*  .local-conversion-marketing  {
            background-color: #cc2a13;
            }*/





/*	.nav_bg {
       height: 90px;
		position: relative;
        }*/
	/*.nav_fex {
    display: inherit;
}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4{
		
		margin-left: auto !important;
		margin: 0;
		margin-top: 21px !important;
	}
	ul.navbar-nav.mr-auto{
		padding-right: 0px;
    }
    

	.nav_bg li.nav-item{
		margin-left: inherit;
		margin-right: inherit;
		text-align: left;
		width: 100%;
        float: left;
	}
	

	.navbar-collapse {
    position: absolute;
    top: 85px;
    width: 100%;
    right: 0;
    z-index: 999;
    background-color: #fffffff7;
    }*/

}

section.metter_sec h2, section.metter_sec h3 {
    color: #fff;
}

.fa-big
{
    font-size:10em;
    color:#CC2223;
}

.slide-button3 {
    min-width: 18em;
    padding: 0 2.5em;
    border: .125em solid #0080ff;
    border-radius: 12.5em;
    color: black;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 3.2em;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    transition: .3s linear;
    transition-property: color, background;
    margin: 5px 1px 1px 1px;
}

.slide-button3:hover {
    background-color: #0080ff;
    color:#fff;
}
.thankyou_text {
    font-size: 24px !important;
    text-align: center !important;
    color:gray !important;
    font-weight: normal;
}

.city-text {
    color: #fdcc00;
    font-weight: bold;
}

.trail-end span
{
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

.Serving_businesses_background p.whiteP
{
    color: white;
}

.Serving_businesses_background h4.whiteH, .Serving_businesses_background h2.whiteH
{
    color: white;   
}

#signup_title {
    color: var(--black);
}

.work_part h3 {
    margin-bottom: 25px;
    margin-top: 15px;
    color: #fff;
}

.slide-button2 {
    min-width: 15em;
    padding: 0 2.5em;
    border: .125em solid #fff;
    border-radius: 12.5em;
    color: #fff;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 3.75em;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    transition: .3s linear;
    transition-property: color, background;
    margin: 1.875em 1.25em 1.875em 0;
}

.slide-button2:hover {
    background: #fff;
    color: #0a2b4a;
}

/*---------------------------------------*/

.themeColor 
{
    color:#CC2223;
}

.value .value__image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    height: 160px;
    padding: 30px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px #CC2223;
    box-shadow: 0px 0px 20px 0px #CC2223;
}

@media (max-width: 1440px)
{
    .value .value__image {
        width: 100px;
        height: 100px;
    }
}

.section .section__band--xs {
    padding: 32px 0;
}

.section .section__band {
    background-color: #CC2223;
    padding: 20px 0;
    overflow: hidden;
}

@media (max-width: 1440px)
{
    .section .section__band {
        padding: 50px 0;
    }
}


.section .section__body {
    padding: 50px 0 69px;
}

@media (max-width: 1440px) 
{
    .section .section__body {
        padding: 30px 0 45px;
    }
}

.value {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    max-width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .value .value__subtitle {
        padding: 24px 0 0;
    }
}
.value .value__subtitle {
    padding: 38px 0 0;
    color: #CC2223;
    white-space: nowrap;
    font-weight: 400;
}

.value .value__icon {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #CC2223;
}


.title-alt {
    margin-bottom: 46px;
    display: block;
    /*font-size: 30px;*/
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.title-alt .title__strong {
    color: #fff;
    font: inherit;
    font-weight: 800;
    display: inline-block;
}
.font-weight-extrabold {
    font-weight: 800 !important;
}

@media (max-width: 1440px){
    .title-alt {
        margin-bottom: 24px;
        font-size: 36px;
    }
}

.section--spaced-short-alt {
    padding: 50px 0;
}

.section .section__gray {
    color: #6a6a6a;
}

.subtitle--md-alt {
    font-size: 20px;
}

.subtitle {
    margin-bottom: 0;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 1440px) {
    .subtitle {
        font-size: 15px;
    }
    .subtitle--md-alt {
        font-size: 18px;
    }
    .section--spaced-short-alt {
        padding: 40px 0;
    }

}


.ico-facebookads{ background-image:url(../images/sprite.png); background-position:85.1937984496124% 23.785926660059463%; background-size:801.086956521739% 516.9421487603306%; width:184px; height:242px; display:inline-block; vertical-align:middle; font-size:0px; }
.ico-bingads{ background-image:url(../images/sprite.png); background-position:83.9572192513369% 48.31013916500994%; background-size:893.3333333333334% 510.6122448979592%; width:165px; height:245px; display:inline-block; vertical-align:middle; font-size:0px; }
.ico-googleads{ background-image:url(../images/sprite.png); background-position:85.52529182879377% 0%; background-size:779.89417989418% 530.0847457627118%; width:189px; height:236px; display:inline-block; vertical-align:middle; font-size:0px; }
.ico-ypads{ background-image:url(../images/sprite.png); background-position:85.12780790085205% 68.82022471910112%; background-size:805.464480874317% 683.6065573770492%; width:183px; height:183px; display:inline-block; vertical-align:middle; font-size:0px; }

@media (max-width: 1440px) {
  .ico-googleads,
  .ico-bingads,
  .ico-facebookads,
  .ico-ypads {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-bottom: -60px; } 
}

@media (max-width: 767px) {
  .ico-googleads,
  .ico-bingads,
  .ico-facebookads,
  .ico-ypads {
    -webkit-transform-origin: 25% 0%;
    -ms-transform-origin: 25% 0%;
    transform-origin: 25% 0%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-bottom: -46px; } 
}

@media (max-width: 767px) {
  .ico-ypads {
    -webkit-transform-origin: 25% -25%;
    -ms-transform-origin: 25% -25%;
    transform-origin: 25% -25%; 
    } 
}

.carousel-inner
{
    overflow: visible;
}

@media (min-width: 360px) and (max-width: 991.98px) {
    
/*  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4{
        
        margin-left: auto !important;
        margin: 0;
        margin-top: 21px !important;
    }
    ul.navbar-nav.mr-auto{
        padding-right: 0px;
    }
    .nav_bg li.nav-item{
        margin-left: inherit;
        margin-right: inherit;
        text-align: left;
            width: 100%;
    float: left;
    }
    
    .logo {
    width: 13%;
            position: absolute;
    }
    .navbar-collapse {
    position: absolute;
    top: 85px;
    width: 100%;
    right: 0;
    z-index: 999;
    background-color: #fffffff7;
    }*/

    .local-conversion-marketing .title_box {
        margin-top: 120px;
    }

    .slide-button2 {
        display: none;
    }
}

/*Remove Arrows/Spinners*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.clsHeadlineSelection > .faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 10px;
    padding-right: 0;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    font-weight: 400;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 3px;
}

.clsHeadlineSelection > .faq .card .card-body {
    padding: 0;
    padding-left: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #6F8BA4;
    line-height: 20px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.clsHeadlineSelection .card-header:before {
    border: solid #444;
    border-width: 0 2px 2px 0!important;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
}

.clsHeadlineSelection > .faq .card .card-body > ul li 
{
    cursor: pointer;
}

.custom-radio > label 
{
    cursor: pointer;
}

.clsHeadlineSelectionBadge
{
    padding: 0.20em 0.40em;
}