.popupCampaign.scrollCampaign{
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    top: 0;
    z-index: 100;
}
.popupCampaign.topCampaign{
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    top: 0;
    z-index: 100;
}
.popupCampaign > section > .btn-close,.scrollCampaign > section > .btn-close {
    background: orange;
    color: white;
    font-size: 20px;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 100%;
    transition: all ease .4s;
    cursor: pointer;
    right: 5px;
    top: 5px;
    position: absolute;
    z-index: 5;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 2px 5px 0px rgba(0,0,0,0.2);
}
.popupCampaign > section > .btn-close:hover, .scrollCampaign > section > .btn-close:hover {
    background-color: #000;
}
.popupCampaign > section, .scrollCampaign > section {
    position: absolute;
    left: 0;
    right: 0;
    width: 400px;
    top: 100px;
    margin: 0 auto;
}
.popupCampaign > section img, .scrollCampaign > section img {
    border-radius: 10px;
}
@media(max-width:768px) {
    .popupCampaign > section, .scrollCampaign > section {
      width: 80%;
    }
  }
.stories--wrapper-inner {
    position: relative;
    align-items: flex-end;
    padding: 10px 15px;
    min-height: 492px;
    background-position: center;
}

 .big-btn{
padding: 6px 0px 8px 0px;
width: 245px;
margin-top:5px;
margin-right: 20px;
    border: 2px solid white;
background: none !important;
}

/*about-wrap*/
.about-wrap ul{
    list-style-type: disc;
    margin-left: 18px;
}

.big-btn-bottom{
    padding: 0px 0px 5px 0px !important;
    width: 185px !important;
}

.big-btn i{
 font-size: 35px;
     margin: 6px;
/*margin-right: 0px !important;*/
}
.big-btn strong{
font-size: 25px;
text-shadow: 1px 2px 0px #34659B;
color: #fff;
line-height: 24px;
}

.center-title{
    margin-top: 200px;
    text-align: center;
}

.blackBg{
    background: black !important;
    color: white;
    border: none;
}


.big-btn small{font-size: 75%;}

.android-btn{

width: 240px;
    padding: 0px 10px 3px 0px;
    border-color: #f9f9f9;

}

.big-btn:hover{
    color: white;
    background: black;
}

.android-btn i{
font-size: 55px;
}

.android-btn .btn-text{
margin-top: 0px;
}

.android-btn strong{
font-size: 25px;
text-shadow: none;
color: #fff;
line-height: 24px;
}

.about-wrap {
     border-bottom: none !important;
    position: relative;
}

.nobg:before{
    background: #f6b43d !important;
}


.more-about{
        min-height: 335px !important;
}





/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
        width: initial;
        padding-left: 2em;
        padding-right: 2em;
    }
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:2em;
    font-weight: bold;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2.8em;
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
 }

.my_featureRow {
    /*margin-top: 0.2em;
    margin-bottom: 0.2em;*/
    border: 0.1em solid rgb(163, 163, 163);
}

/* --- Plan 1 --------------------------- */
.my_plan1 {

    background:rgba(255, 193, 7, 0.28)
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgb(105, 153, 193);
    border-bottom: thick solid rgb(72, 109, 139);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    /*background: rgb(230,235,218);*/
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    /*background: rgb(254,235,212);*/
    background: rgba(133, 193, 255, 0.25);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}




.my_planFeature {
    overflow: auto;
    text-align: center;
    font-size: 2em;
        border: 1px solid #d9dbdb;
}

.my_planFeature i.my_check {
    color: green;
}



 .my_planFeature.title-2{

    font-size: 15px;
    height: 100px;
    padding-top: 20px;
}

 .my_planFeature.title-2 small{
      font-size: 10px;
 }

.my_planHeader img{
    width: 140px;
    padding-top: 20px;
}

.my_planHeader{
    background: none !important;
   border: 1px solid #9E9E9E;
   min-height: 91px;
}


.mt-15{
    margin-top: 15px;
}

.my_planHeader.my_plan1.text-black{
    border-top: 1px solid #8f9090 !important;
    color: black;
    border-bottom: thick solid rgb(72, 109, 139)
}


.rate .my_planFeature.title-2{
        height: 56px;
        width: 126px;
}






a:hover, a:focus{
 outline: none;
 text-decoration: none;
}
#accordion .panel,  #accordion2 .panel{
 border:0px none;
 box-shadow:none;
}
#accordion .panel-heading, #accordion2 .panel-heading{
 padding:0;
 background: #fff;
}
#accordion .panel-title a , #accordion2 .panel-title a{
 display: block;
 position: relative;
 background:transparent;
 color:#fab31b;
 font-size:14px;
 font-weight: bolder;
 text-transform:uppercase;
 margin-bottom:15px;
 padding:15px 20px;
 border-bottom:1px solid #fab31b;
 border-radius: 0 15px 0 15px;
 transition:all 0.10s linear 0s;
}
#accordion .panel-title a.collapsed , #accordion2 .panel-title a.collapsed {
 color:#808080;
 border-bottom:1px solid #d3d3d3;
 margin: 0;
}
#accordion .panel-title a i , #accordion2 .panel-title a i{
 color:#fab31b;
 position: absolute;
 top: 14px;
 left:25px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before , #accordion2 .panel-title a:before,
#accordion2 .panel-title a.collapsed:before{
 content:"";
 position: absolute;
 bottom:-15px;
 left:36px;
 border:7px solid transparent;
 border-top:7px solid #fab31b;
}
#accordion .panel-title a.collapsed:before , #accordion2 .panel-title a.collapsed:before{
 content:"";
 border: 0px none;
}
#accordion .panel-title a.collapsed:hover , #accordion2 .panel-title a.collapsed:hover{
 color: #6a6060;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after, #accordion2 .panel-title a:after,
#accordion2 .panel-title a.collapsed:after{
 content: "\f106";
 font-family: FontAwesome;
 color: #fab31b;
 font-size: 20px;
 line-height: 20px;
 position: absolute;
 top: 14px;
 right:25px;
}
#accordion .panel-title a.collapsed:after, #accordion2 .panel-title a.collapsed:after{
 content: "\f107";
 color:#808080;
}
#accordion .panel-body, #accordion2 .panel-body{
 border-top:0 none;
 color:#808080;
}


 .theme-menu > li:last-child {
               padding:5px 20px;
            }
            
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color: #fab31b;
    border-color: #fab31b;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
        background-color: #fabb1e !important;
}


   .timeline {
    list-style: none;
    padding: 5px 0 5px;
    position: relative;
}
.timeline h6 {
    margin-bottom: 0px;
    font-size: 15px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #eeeeee;
    left: 49%;
    margin-left: -1.5px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
}
.timeline > li {
    margin-bottom: 40px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 45%;
    text-align: left;
    float: right;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 7px solid transparent;
    content: " ";
	border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #d9d9d9;
    border-right: 0 solid #d9d9d9;
    border-bottom: 7px solid transparent;
    content: " ";
	border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 49%;
    margin-left: -28px;
    background-color: #262626;
    z-index: 8;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 12px;
    border-right-width: 0px;
    left: auto;
    right: -12px;
}
.timeline-inverted{
	padding-top:5px;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 12px;
    border-right-width: 0px;
    left: auto;
    right: -12px;
}
.timeline-heading{
    color:#000;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    font-size: 13px;
        color: #777;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
}

.timeline .date-info{
   
    position: absolute;
    top: -2px;
    left: 39%;
    margin-left: -28px;
    width: 100px;
}
.timeline-inverted .date-info{
        left: 52%;
}


.date-info .month{
    position: absolute;
    top: 10px;
    font-size: 14px;
    left: 70px;
}
.date-info .year{
    position: absolute;
    top: 23px;
    font-size: 14px;
    left: 70px;
}
.date-info .day{
        font-size: 35px;
}
@media (max-width: 768px) {


    .timeline .date-info{
        background: black;
        color: white;
        left: 79%;

        z-index: 100;
        border-radius: 10px;
    }
    .timeline:before {
        left: 0.9%;
    }
    .timeline > li > .timeline-badge {
        left: 2.2%;
    }
    .timeline > li > .timeline-panel{
        width: 94%;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    }

    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
    }
    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
    }
    .date-info {
       
        position: absolute;
        top: 1px;
        left: 90%;
        /*margin-left: -24px;*/
        width: auto;
    }
    .date-info .day {
        font-size: 12px;
    }
    .date-info .month,.date-info .year{
        position: initial;
        font-size: 12px;
    }

}

.timeline > li > .timeline-panel.active:after {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #f7bc46;
    border-right: 0 solid #f7bc46;
    border-bottom: 7px solid transparent;
    content: " ";
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}



.timeline-inverted  .timeline-panel.active:before {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #f7bc46;
    border-right: 0 solid #f7bc46;
    border-bottom: 7px solid transparent;
    content: " ";
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}


.timeline-inverted .timeline-panel.active:after {
   border-right: none !important;
   
}



.timeline > li > .timeline-panel.active{
    background: #f6b43d;
    border: 1px solid #f6b43d;
    color: white;
}

.timeline-panel.active .timeline-heading,
.timeline-panel.active h6.timeline-title small,
.timeline-panel.active .timeline-body
{
    color:white ;
}

.timeline-panel p{
     line-height: 17px;
}

.signup-text{
    color: #000;
    text-align: center;
} 

nav.font2-title1 {
    padding-top: 12px;
}

.featured-img{
    width: 165px;
    height: 90px;
}

ul.fs-10.header-nav.list-items {
    font-size: 12px;
}

.owl-item .section-title.fs-26 {
    font-size: 20px;
}

.footer-widget .logo {
    margin-top: 0px; 
    margin-bottom: 20px;
}

.footer-contact-us .form-control {
    height: 35px;
    margin-bottom: 5px;
    background-color: #fff;
}

/*New code for css*/

/*common css*/

hr.dashed--border {
    margin: 0;
    border-top: 2px dashed #c4c4c4;
}

.container {
    max-width: 1270px;
    width: calc(100% - 40px);
}

.tabbing--box .nav-tabs li.active.green--bg a {
    background: #64BC26;
    color: #fff;
}

.negative--margin {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.width--33 {
    width: 33.33%;
    padding: 10px 10px;
}

.width--100 {
    width: 100%;
    padding: 10px;
}

.width--50 {
    width: 50%;
    padding: 10px;
}

.negative-margin {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.dark--yellow--bg {
    background: #FFC905 !important;
}
.light--yellow--bg{
    background: rgb(255 201 5 / .1) !important;
}
.dark--voilet--bg{
    background: #5C5AA7 !important;    
}
.light--voilet--bg{
    background: rgb(92 90 167 / .1) !important;    
}

.dark--skyblue--bg{
    background: #4285F4 !important;    
}
.light--skyblue--bg{
    background: rgb(66 133 244 / .1) !important;    
}

.dark--skyblue--bg{
    background: #64BC26 !important;    
}
.light--skyblue--bg{
    background: rgb(100 188 38 / .1) !important;    
}

.bg--lightGreen {
    background: rgb(100 188 38 / 10%);
}

.arrow--bg--left,
.arrow--bg--right {
    position: relative;
}

.arrow--bg--left:after,
.arrow--bg--right:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 20%;
    background: url("../img/arrow-img.f62be06a8d97.png") center center no-repeat;
    background-size: contain;
    top: 100px;
    left: 0;
    z-index: 1;
}
.arrow--bg--right:after{
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

/*Blog page css*/


.blog--head {
    text-align: center;
}

.blog--headWrapper {
    /*padding: 60px 0;*/
    padding: 30px 0;
}

.service-page h3, .blog--head h2, h1 {
    margin-top: 0;
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #444444;
    display: inline-block;
    /*margin-bottom: 30px;*/
}

.service-page h3{
    font-size: 24px;
}

.blog--head h2:after, h1:after {
    content: "";
    position: absolute;
    height: 3px;
    background: rgba(255, 201, 5, 0.5);
    width: 100%;
    bottom: 3px;
    left: 0;
}

.blog--head p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #444444;
    margin-bottom: 0;
}

.blog--tabing {
    /*padding: 80px 0;*/
    padding: 40px 0;
}

.blog--tabing ul.nav li a {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #444444;
    min-width: 190px;
    height: 50px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-right: 0;
}

.blog--tabing ul.nav.nav-tabs {
    border-bottom: none;
    margin: 0 -10px;
}

.blog--tabing .nav-tabs>li.active>a, 
.blog--tabing .nav-tabs>li.active>a:focus, 
.blog--tabing .nav-tabs>li.active>a:hover {
    border-bottom: 1px solid #C4C4C4;
}

.tabbing--box .nav-tabs {
    margin: 0 -10px;
}

.tabbing--box .nav-tabs li {
    padding: 10px;
}

.posts--box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    margin: 50px 0 20px;
}

.posts--box h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #444444;
    padding-left: 25px;
}


.blogs--wrapper-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 30px 15px;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
}

.blogs--content--wrapper h5,
.blogs--content--wrapper h5 a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 10px;
    display: block;
}

.blogs--content--wrapper span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding-bottom: 20px;
    display: block;
}

.blogs--content--wrapper p {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    white-space: nowrap;
    width: calc(100% - 10px);
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog--btns {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
}

.no-blog--btns, .blog--loadmore--btns {
    border: 2px solid #000000;
    box-sizing: border-box;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.blogs--wrapper-inner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(68, 68, 68, 0.7);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.blogs--content--wrapper {
    position: relative;
    width: 100%;
}

ul.social--icons--list {
    margin-bottom: 0;
    width: 60px;
    position: relative;
    text-align: center;
    padding-left: 11px;
}

ul.social--icons--list li {
    padding-bottom: 10px;
}

ul.social--icons--list li:last-child {
    padding-bottom: 0;
}

ul.social--icons--list li a:hover {
    opacity: .7;
}


.blog--tabing .nav-tabs>li>a:hover {
    background: #FFC905;
}

a.blog--btns:hover {
    background: #ffffff !important;
    color: #000;
}

/*Blog Detail page css*/

.blog--img {
    padding: 60px 0;
    text-align: center;
}

.blog--description p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #444444;
}

.blog--description {
    /*padding: 80px 0 20px;*/
    padding: 20px 0 0px;
}

.blog--description p:last-child {
    margin-bottom: 0;
}

.blog--detail--section {
    /*padding: 100px 0 60px;*/
    padding: 50px 0 60px;
}

.blog--detail--section .blog--head {
    /*padding-bottom: 90px;*/
    padding-bottom: 80px;
}

.blogs--content--wrapper h5>a:hover {
    color: #ffe482;
}

/*Job list css*/

.delivering--boxes--section {
    /*padding: 80px 0;*/
    padding: 50px 0;
}

.delivering--content {
    display: flex;
    border: 1px solid #c4c4c4;
    transition: .3s ease-in 0s;
    -webkit-transition: .3s ease-in 0s;
    -moz-transition: .3s ease-in 0s;
    -ms-transition: .3s ease-in 0s;
}

.delivering--img {
    width: 190px;
    min-height: 190px;
    display: flex;
}

.delivering--link {
    width: calc(100% - 190px);
    border-left: 1px dashed #c4c4c4;
}

.delivering--img a {
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivering--link a {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #444444 !important;
}

span.circle--img {
    height: 120px;
    width: 120px;
    background: #FAFAFA;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivering--content:hover {
    background: rgb(255 201 5 / .2);
}

/*job detail*/

section.jobs--boxes--section {
    /*padding: 100px 0 80px;*/
    padding: 50px 0 50px;
}

.delivering--boxes--wrapper {
    /*padding-top: 70px;*/
    padding-top: 0px;
}

.job--box--wrapper a {
    display: flex;
    min-height: 120px;
    align-items: center;
    border: 1px solid #c4c4c4;
    padding: 30px;
    transition: .3s ease-in 0s;
    -webkit-transition: .3s ease-in 0s;
    -moz-transition: .3s ease-in 0s;
    -ms-transition: .3s ease-in 0s;
}

.job--box--wrapper a span {
    display: block;
    padding-left: 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}

.job--box--wrapper a:hover {
    background: rgb(255 201 5 / .2);
}

.banner--head h2 {
    font-size: 48px;
    font-family: Poppins,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #ffbb32;
}

.topbanner--Wrapper,
.bottombanner--Wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.topbanner--Wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgb(0 0 0 / 40%);*/
    top: 0;
}

.topbanner--Wrapper .container {
    position: relative;
    z-index: 1;
}

.more-driver-section {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.more-about-wrapper {
    width: 33.33%;
    padding: 0 30px 30px 30px;
}

.more-about {
    background: #f5f5f5;
    border-radius: 40px;
    position: relative;
    padding-bottom: 60px;
}

.more-about img.center-block {
    max-width: 100%;
    padding: 0 40px;
}

.more-about h2.title-1 {
    font-size: 20px;
    color: #ffbb32;
    font-weight: 600;
    padding: 0 20px;
}

.more-about p {
    font-size: 18px;
    text-align: center;
    /*max-width: 320px;
    margin: 0 auto;*/
    padding: 0 20px;
    line-height: normal;
    color: #5D5D5D;
}

.more-about ul {
    font-size: 18px;
    color: #5D5D5D;
    display: inline-block;
}

.view_height_box{
    max-height: 40px;
    overflow: hidden;
}

.read--more--btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}

a.new-read {
    display: block;
    padding: 10px 50px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    background: #ffbb32;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

a.new-read:before,a.new-read:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    top: 15px;
}

a.new-read:before {
    left: 40px;
}

a.new-read:after {
    right: 40px;
}

a.new-read:hover {
    background: #e39f16;
}


.view_height_box.open_full {
    height: auto;
    overflow: visible;
    max-height: 100%;
}

.bottombanner--Wrapper p {
    font-size: 20px;
    color: #fff;
}

.bottombanner--Wrapper button.btn-1 {
    text-align: center;
    border: medium none;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background: #ffbb32;
    padding: 10px 25px;
}

.bottombanner--Wrapper button.btn-1:hover {
    background: #000;
}

.open_full + .read--more--btn a.new-read:before, 
.open_full + .read--more--btn a.new-read:after {
    transform: rotate(225deg);
    top: 18px;
}

.banner--head--cus h2 {
    font-size: 48px;
    font-family: Poppins,sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1024px){
    .blogs--content--wrapper h5 {
        font-size: 16px;
        line-height: 1.4;
    }

    .blogs--content--wrapper span,
    .blogs--content--wrapper p {
        font-size: 12px;
    }

    .blogs--wrapper-inner {
        min-height: 350px;
        padding: 10px;
    }

    .blogs--content--wrapper span {
        padding-bottom: 10px;
    }

    .blog--btns {
        font-size: 14px;
        padding: 8px;
    }

    .blogs--content--wrapper {
        width: calc(100% - 30px);
    }


    .blog--headWrapper {
        /*padding: 30px 0 40px;*/
        padding: 30px 0 20px;
    }

    .blog--tabing {
        padding: 40px 0;
    }

    .posts--box {
        margin-top: 20px;
    }
    .delivering--boxes--section {
        padding: 0;
    }

    .delivering--boxes--section .width--50 {
        width: 100%;
    }
    .arrow--bg--left:after,
    .arrow--bg--right:after{
        display: none;
    }

}


@media (max-width: 767px){
    .about-wrap ul {
        gap: 10px;
        display: grid;
    }

    .blog--head h2 {
        font-size: 15px;
        /*margin-bottom: 20px;*/
    }

    .blog--head p {
        font-size: 10px;
        line-height: 20px;
    }

    .blog--tabing ul.nav li a {
        min-width: 100%;
        font-size: 10px;
        padding: 8px;
        height: auto;
    }

    .tabbing--box .nav-tabs li {
        width: 33.33%;
        padding: 5px;
    }

    .blog--tabing ul.nav.nav-tabs {
        margin: 0 -5px;
    }

    .posts--box h4 {
        font-size: 10px;
        padding-left: 10px;
        margin: 0;
    }

    .posts--box {
        padding: 7px;
        margin-bottom: 10px;
    }

    .posts--box span {
        width: 25px;
    }

    .width--33 {
        width: 100%;
    }

    ul.social--icons--list {
        width: 30px;
        padding-left: 5px;
        position: absolute;
        bottom: 60px;
        right: 10px;
    }

    a.blog--btns {
        font-size: 10px;
        line-height: 1.2;
        margin-right: -35px;
    }

    .blogs--content--wrapper {
        width: 100%;
        padding-right: 35px;
    }
    .blog--img {
        padding: 40px 0;
    }

    .blog--description p {
        font-size: 12px;
        line-height: 20px;
    }

    .blog--description {
        /*padding: 40px 0 0;*/
        padding: 20px 0 0;
    }

    .blog--detail--section {
        /*padding: 40px 0;*/
        padding: 20px 0;
    }

    .blog--detail--section .blog--head {
        /*padding-bottom: 30px;*/
        padding-bottom: 10px;
    }

    .width--50 {
        width: 100%;
        padding: 5px;
    }

    .negative-margin {
        margin: 0 -5px;
    }
    .delivering--boxes--wrapper {
        padding: 40px 0;
    }

    .delivering--link a {
        font-size: 12px;
        line-height: 20px;
        padding: 15px;
    }


    span.circle--img {
        height: 60px;
        width: 60px;
    }

    .delivering--img {
        min-height: 100px;
        width: 100px;
    }

    .width--100 {
        padding: 5px;
    }

    .delivering--link {
        width: calc(100% - 90px);
    }
    section.jobs--boxes--section {
        padding: 40px 0 0;
    }

    .jobs--boxes--section h2 {
        margin-bottom: 0;
    }

    .job--box--wrapper a {
        min-height: 60px;
        padding: 15px;
    }

    .job--box--wrapper a img {
        width: 25px;
    }

    .job--box--wrapper a span {
        padding-left: 12px;
        font-size: 10px;
        line-height: 1.2;
    }

    .job--box--mob.delivering--boxes--section {
        padding-top: 40px;
    }

    .job--box--mob .delivering--boxes--wrapper {
        padding-top: 20px;
    }
    .negative--margin {
        margin: 0 -5px;
    }

    .width--33 {
        padding: 5px;
    }
}

@media(max-width:991px){
    .banner--head h2 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .banner--head--cus h2 {
        font-size: 32px;
    }

    .more-about-wrapper {
        width: 100%;
        padding-bottom: 40px;
        max-width: 380px;
        margin: 0 auto;
    }

    .more-about h2.title-1 {
        font-size: 16px;
    }

    .more-about-wrapper:last-child {
        padding-bottom: 0;
    }

    .more-driver-section {
        padding: 40px 0;
    }

    .bottombanner--Wrapper p {
        font-size: 16px;
    }

    .bottombanner--Wrapper button.btn-1 {
        font-size: 14px;
        height: auto;
        line-height: 1.4;
    }

    a.new-read {
        font-size: 16px;
    }

}

.bottombanner--Wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left:0;
}
.bottombanner--Wrapper .container{
    position:relative;
    z-index:1;
}

/*Service page FAQ*/
section.faq--boxes--section {
    overflow: hidden;
    padding: 65px 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
}
.arrow--bg--left, .arrow--bg--right {
    position: relative;
}
.arrow--bg--left, .arrow--bg--right {
    position: relative;
}

.faq--boxes--section div#accordion {
    /*padding-right: 10%;*/
}
.custom--accordion .card {
    border: 0;
}
.custom--accordion .card-header {
    padding: 0;
    position: relative;
    background: 0 0;
    border: 0!important;
}
h5 {
    font-size: 20px !important;
    line-height: 23px;
}
.custom--accordion button.btn.btn-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    border: 0;
    padding: 22px;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid rgba(68,68,68,.3);
    background: 0 0;
}
.custom--accordion .card-header button.btn-link[aria-expanded=true]+span img.minus {
    display: block;
}
.custom--accordion .card-header button.btn-link[aria-expanded=true]+span img.plus, .custom--accordion img.minus, .text-muted {
    display: none;
}
.custom--accordion span.acc_icon {
    position: absolute;
    top: 22px;
    right: 22px;
    pointer-events: none;
}
.custom--accordion .card-body {
    font-size: 16px;
    color: #444;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.faq-right-text {
    position: relative;
}
.faq-right-text h5 {
    line-height: 30px;
    margin-bottom: 52px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.faq-btns a.btn {
    margin-bottom: 18px;
}
.btn-transparent:hover {
    background: #ffc905;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn-yellow {
    background: #ffc905;
    border-color: #ffc905;
}
.faq--boxes--section .btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 14px;
    display: block;
    border: 1px solid #c4c4c4;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
    border-radius: 0;
    text-transform: capitalize;
    width: 100%;
}

.service-page{
    color: #000;
}

@media (max-width: 991px){
    .custom--accordion button.btn.btn-link {
        font-size: 11px;
        line-height: 17px;
        padding: 15px 40px 15px 15px;
    }

    .custom--accordion span.acc_icon {
        top: 12px;
        right: 12px;
    }
    .custom--accordion span.acc_icon img {
        max-width: 20px;
    }
}

@media (max-width: 767px){
    .faq--boxes--section div#accordion {
        padding-right: 0;
    }
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F5AB35;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}