body {
    font-family: "Open Sans", sans-serif;
    color: #212529;
    position: relative;
    font-size: 16px;
}
a {
    color: #f8a13b;
}
    a:hover { color: #666666; }
    .section-bg a:hover{color:#fff;}
.banner-strip a { color: #f7931e ;}
    footer a{text-decoration:none;color:#fff;}
        footer a:hover { color: #f7931e; }
.section-bg a { color: #f7931e; }
.section-bg .icon-box a:hover { color: 
#666666; }
h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: Poppins, sans-serif;
}
h3{font-size:20px;}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #666666;
    width: 40px;
    height: 40px;
    opacity:0.8;
    border-radius: 50%;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee7843;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
#header {
  min-height: 75px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.logo img{width:200px;}
#header .logo img {
  padding: 0;
  margin: 0;
  
}

#deadline img{
    height: 60px;
}
/*navbar*/
.navbar {
    padding: 0;
}
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        font-weight:600;
        color: #4e4039;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

         .navbar li:hover > a {
            color:#f7931e ;
        }
        .navbar .active {
            color: #666666 !important;
            box-shadow: 0px 0px 5px #f7931e4a !important;
            border-radius: 50px !important;
            border-top: #f7931e solid 0px !important;
        border-top-style: none !important;
        }
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #7a6960;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
     color: #fff;
 }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(78, 64, 57, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        left: 15px;
        padding: 12px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #7a6960;
    }
        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #eb5d1e;
        }

/*-------------------*/

#banner {
    width: 100%;
    padding: 160px 0px 80px 0 !important;
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
    background-color: #ffffff;
    background-blend-mode: multiply;
}

#banner h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: rgb(0, 0, 0);
}
    #banner h1 span {
        color: #ffb236;
    }

    #banner .widget {
        padding: 20px;
        /* background: linear-gradient(rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0.55) 90%); */
        /* box-shadow: 0 15px 25px rgb(0 0 0 / 20%); */
        /* border-radius: 15px; */
        /* backdrop-filter: blur(3px); */
        /* border: 1px solid rgba(255, 255, 255, 0.25); */
        color: rgb(0, 0, 0);
    }
        /* { font-size: 1em; font-style: normal; list-style-image: url(../images/list_style.png); line-height: 30px; }
            #banner .widget ul li::marker {padding-top:10px;}*/
        #banner .widget ul li { list-style: none; position: relative; padding: 6px; padding-left: 6px; text-align: left; font-size: 18px; padding-left: 10px; font-weight: 700px; }
            #banner .widget ul li:before { content: ""; position: absolute; top: 9px; left: -20px; width: 32px; height: 20px; background: url(../images/list_style.png) no-repeat center center; }
            .widget p { padding-top: 10px; font-size: 1.15em; font-style: italic; }
.banner-strip {
    background-color: 
#666666;
   
    font-size: 22px;
    font-weight: 600;
   
    color:#fff;
}
.btn-primary { font-family: Poppins, sans-serif; font-weight: 800; font-size: 18px; letter-spacing: 1px; display: inline-block; padding: 8px 28px; border-radius: 50px; transition: 0.5s; margin-top: 0px; text-decoration: none; color: #fff !important; border:none !important; background: #f7931e; }
    .btn-primary:hover { background: 
#666666; color: #fff !important; }
.pricing img{width: 60px;}
.pricing .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 24px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}
.pricing .icon-box:hover {
    transform: translateY(-7px);
    border-color: #ef7f4d;
}


    

@media (max-width: 768px) {
    section p {
        font-size: 15px !important;
    }
    footer p {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 22px!important;
    }
    .btn-primary {
        font-family: Poppins, sans-serif;
        font-weight: 800;
        font-size: 16px;
        font-size: 16px;
       
        display: inline-block;
        padding: 8px 15px;
        border-radius: 50px;
        transition: 0.5s;
        margin-top: 0px;
        text-decoration: none;
        color: #fff !important;
        background: #f7931e;
    }
    .section-title-2 h2 { padding-bottom: 15px; margin-bottom: 15px; position: relative; font-size: 22px !important; font-weight: 700; color: #4e4039; }
    section {
        padding: 30px 7px !important;
    }
    .section-title {
        padding-bottom: 0px!important;
    }
    #banner h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #banner {
        padding: 120px 10px 40px 10px !important;
        background-position: left;
        border-bottom: #988e891f solid;
    }
    #banner .widget {
        padding: 12px;
    }

        #banner .widget ul {
            padding: 0 7% 0 10%;
            font-size: 1em;
          
        }

    .banner-strip { padding: 9px !important; font-size: 17px; }
}


@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* Sections */
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
    background-color: 
#666666;
    color: #fff;
}
.section-bg-2 {
    background: url("../images/pattern.jpg") repeat;
}
.section-bg-3 {
    background: url("../images/double-bubble-outline.png") repeat;
}
.section-bg-4 {
    background: url(../images/Faq-pattern.png) no-repeat;
    background-size: cover;
    border-top: rgb(242 242 242) solid 2px;
    border-bottom: rgb(242 242 242) solid 2px;
}
.fa-chevron-circle-right:before {
    content: "\f138";
    color: black;
}
.fa-chevron-circle-left:before {
    content: "\f137";
    color: black;
}


.section-title {
  text-align: center;
  padding-bottom: 15px;
}

    .section-title h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        font-size: 32px;
        font-weight: 700;
        color: #4e4039;
    }
    .section-title-2 h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        font-size: 32px;
        font-weight: 700;
        color: #4e4039;
    }
    .section-title p {
        padding-bottom: 0px;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #212529;
    }
    /* #how p{padding-bottom: 30px !important;} */

.section-title h2::after { content: ''; position: absolute; display: block; width: 150px; height: 2px; background: #f7931e; bottom: 0; left: calc(50% - 75px); }
.section-title-2 h2::after { content: ''; position: absolute; display: block; width: 150px; height: 2px; background: #f7931e; bottom: 0; }

.list_style {
    padding: 0 5% 0 7%;
    font-size: 1em;
    font-style: normal;
    list-style-image: url(../images/list_style.png);
}
    .list_style li { padding-bottom: 5px; list-style: none; position: relative; padding: 6px; padding-left: 6px; text-align: left; font-size: 16px; padding-left: 10px;  }
        .list_style li:before { content: ""; position: absolute; top: 9px; left: -20px; width: 32px; height: 20px; background: url(../images/list_style.png) no-repeat center center; }

.modal-open { overflow-x: hidden !important; overflow-y: auto !important; padding-right: 0px !important; }
/*--------------------------------------------------------------
# deadline
--------------------------------------------------------------*/

#deadline .icon-box { padding: 15px; position: relative; overflow: hidden; margin: 0 0 10px 0; background: rgb(255, 255, 255); box-shadow: 0 10px 24px 0 rgb(68 88 144 / 10%); transition: all 0.3s ease-in-out; border-radius: 15px; text-align: center; border-bottom: 0px solid #fff; }



 .icon-box-2 {
    padding: 15px;
    position: relative;
    overflow: hidden;
    margin: 0  0 40px 0;
    background: rgb(255, 255, 255);
    box-shadow: 0 10px 24px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 0px solid #fff;
  } .icon-box-2:hover {
    transform: translateY(-7px);
    box-shadow: inset -9px -8px 0px 0px #f7931e;
}
  



/*--------------------------------------------------------------
penalty
--------------------------------------------------------------*/
.penalty {
  padding: 60px 0;
}

@media (min-width: 1200px){
    .features h3 {
    font-size: 20px;
}
}
.features img {
    width: 60px;
    
}
.min-height-35 {
    min-height: 250px;
}
.text-orange {
    color: #f7931e;
}
#pricing .circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #ffb236;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #3eadba;
}



.img_sh {
    box-shadow: 10px 10px 0px #ffb236;
}

.border-right{   
    border-right: 1px solid #ffb236;   
}

.border-left {
    border-left: 1px solid #ffb236;
}
/*.banner-img_sh {
    border: #f7931e solid 15px;
    border-radius: 10px;
}*/
.border-video{ border: #f7931e solid 15px; border-radius: 10px; }
.mdi-36px {
    font-size: 39px;
    margin-right: 10px
}
.border-radius-10 {
    border-top: 1px solid #444546!important;
}
.modal-dialog { max-width: 717px; margin: 1.75rem auto; }
footer p {
    font-size: 15px;
}
@media (max-width: 767px) {
    .border-right {
        padding-top: 15px;
        border-right: none;
        border-bottom: 1px solid #ffb236;
        margin-bottom: 10px;
    }

    .border-left {
        padding-top: 15px;
        border-left: none;
        border-top: 1px solid #ffb236;
    }
    .list_style {
       
        font-size: 1em;
       
    }
}

footer .list_style {
    padding: 0 5% 0 7%;
    font-size: 1.15em;
    
    list-style-image: url(../images/list_style-2.png);
}
footer .list_style li {
    padding-bottom: 5px;
}

.bottom_fixed_bar { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; transition: all .4s linear; -webkit-transition: all .4s linear; }
.bottom_ad_section { background: #fff; border: 1px solid #949494; border-bottom-color: rgb(148, 148, 148); border-bottom-style: solid; border-bottom-width: 1px; font-size: 20px; padding: 14px 15px; border-bottom: 0; box-shadow: 0 0 20px rgba(0,0,0,.3); border-radius: 3px 3px 0px 0px; z-index: 0; }
.ad_close { text-decoration: none; position: absolute; right: -10px; top: -12px; background: #E04949; border-radius: 200px; width: 24px; height: 24px; content: ""; color: #fff !important; font-size: 15px; font-weight: 600; line-height: 24px; cursor: pointer; text-align: center; }
    .ad_close:hover { position: absolute; right: -10px; top: -12px; background: #E04949; border-radius: 200px; width: 24px; height: 24px; content: ""; color: #fff !important; font-size: 15px; font-weight: 600; line-height: 24px; cursor: pointer; text-align: center; text-decoration: none; }
.ad_row { display: flex; align-items: center; }
.bottom_ad_section .stky-caption { margin: 0px; }
.stky-caption-text { font-weight: 400; line-height: 26px; }
.stky-caption { margin-top: 21px; color: #000 !important; font-size: 20px !important; }
.dis-none { display: none !important; }



.MboxClose { background: url(../images/close.png) no-repeat; border: medium none; height: 26px; position: absolute; right: -15px; text-indent: -9999px; top: -10px; width: 31px; z-index: 9; }
.MboxClose:hover {
    background-position: 0 -26px;
}
.set-font-size{color:white !important;font-size:22px;margin:auto;}
.sub-txt{font-size:20px !important;}
.modal-body { padding: 0px; }
.modal-header { background: 
#666666; }
.mtop{margin-top:10px !important;}
.highlight {
    color: #f7931e;
    font-weight: 800;
    font-size: 18px;
}
.set-padding{padding:0% 5%;}
.icon-width{width:30%;margin:auto;}
.d-inline-block{display:inline-block;}
#services .btn-primary:hover { background: #e0e0e0; color: #000 !important; }
.img-popup { width:70px;}
.popup-border { border-right: 1px solid rgb(206, 206, 206); }
.banner-strip a:hover{color:#fff;}
#PEOmodal p{font-size:20px;}


#features h3 {
    font-weight: normal !important;
    font-size: 20px !important;
}
.width-60px {
    width: 20%;
}
.top {
    margin-top: 20px;
}
.bod-right-bot {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.bod-right {
    border-right: 1px solid #ddd;
}
.bod-top {
    border-top: 1px solid #ddd;
}
.bor-rad{border-radius: 10px;}


.reveal {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: opacity 0.8s, transform 0.8s;
    
    
  }
  .reveal_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.ani {animation: 0.5s linear 0s 1 normal forwards running gwd-gen-19lugwdanimation_gwd-keyframes;}


.ps-8{
        padding-left: 8rem!important;
    }
.pe-8{padding-right: 8rem !important;}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #666666 !important;
    border-color: #666666 !important;
    border-radius: 50px !important;
}
.btn-secondary {
    color: #fff !important;
    background-color: #666666 !important;
    border-color: #666666 !important;
    border-radius: 50px !important;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #f7931e !important;
    border-color: #f7931e !important;
    border-radius: 50px !important;
}

.vehicle p{font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #f7931e;}
.faq-img {border: #ee5d21 solid 5px;
    border-radius: 5px;}
.faq .btn {text-align: left !important;}
.section-bg .btn-primary:hover {
    background: #e0e0e0;
    color: #000 !important;
}


.steps-flow { width: 80px; height: 80px; top: -30px; border-width: 4px !important; /* background-color: #f7931e; */ border: #f7931e solid 3px !important; background: #fff; box-shadow: 0px 0px 0px 5px #666666; }
.min-h-200px {min-height: 200px;}

#features .width-60px {
    width: 60px;
    margin-top: 20px;
}
.wrap-arrow:after {
    content: "";
    position: absolute;
    left: 304px;
    top: 60px;
    height: 28px;
    width: 47px;
    background: url(../images/right-arrow-steps.svg)no-repeat;
}
/*#features a:hover { color: #666 !important; }*/

.pricing-table {
    padding: 0px 0px 20px 0px;
    margin-bottom: 5px;
    border: transparent;
    text-align: center;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    width: 100%;
}
.pricing-table .pricing-details span {
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.pricing-table .pricing-details h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: none;
    padding: 30px 0px 30px;
    margin-top: 0px;
    background: #f7931e;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pricing-table .pricing-details h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: none;
    padding: 20px 0px 20px;
    margin-top: 0px;
    background: #f7931e;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pricing-table .pricing-details ul {
    margin-bottom: 15px;
}
.pricing-table .pricing-details ul li {
    padding: 0px 0px 20px;
    font-size: 18px;
    border-bottom: 2px dotted #ccc;
}
.bg-fixed {
    background: url(../images/efile-bg.jpg) repeat 0px 0px;
    background-attachment: fixed;
}
.info-req .list_style {
    padding: 0 10px 0 40px;
    font-size: 1em;
    font-style: normal;
    list-style-image: url(../images/list_style.png);
}
.social-buttons li a .fa { padding: 9px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; }
.social-buttons li a:hover { background: #FFF; color: #f7931e; }
.social-buttons li a { color: #FFF; font-size: 15px; transition: all 0.3s linear; background: #f7931e; width: 34px; height: 34px; text-align: center; display: inline-block; border-radius: 200px; margin-right:10px; }
.bor-rad-steps { border-radius: 10px; }
#price .btn-primary { font-family: Poppins, sans-serif; font-weight: 800; font-size: 15px; letter-spacing: 1px; display: inline-block; padding: 8px 15px; border-radius: 50px; transition: 0.5s; margin-top: 0px; text-decoration: none; color: #fff !important; background: #f7931e; }
#price .btn-primary:hover { background: #666666; color: #fff !important; }
.fs-17 { font-size: 17px; }
.copy_right { border-top: 1px solid #fff; padding-top: 10px; }
.internal_link1:hover{text-decoration:underline;}
.internal_link1{te}