body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #212529;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

h1 {
    color: #212529;
    font-weight: 600;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2 {
    color: #212529;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 30px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    font-family: 'Rubik', sans-serif;
}

ul,
li {
    color: #212529;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #202020;
    text-decoration: none !important;
    font-family: 'Rubik', sans-serif;
}

a,
input,
button,
.form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.trs {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.active {
    color: #fff;
    background: #0aae89;
}

.active a {
    color: #fff;
}

span.bill {
    color: #7ac144;
    font-weight: 700;
    text-transform: lowercase;
}

span.eazy {
    text-transform: lowercase;
    color: #1ca3dc;
    font-weight: 700;
}

a:hover,
a:active,
a:focus {
    color: #0aae89;
    outline: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #202020;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.pad-0 {
    padding: 0px;
}

h5.text-white {
    margin-bottom: 0px;
}

.bg-black {
    background-color: #222!important;
}

.section-title {
    padding-bottom: 40px;
}

section {
    position: relative;
    padding: 0;
}

#contact,
footer {
    padding-top: 40px;
}

.widget_item li a.fb:hover {
    color: #38548f;
}

.widget_item li a.tw:hover {
    color: #55acee;
}

.widget_item li a.gp:hover {
    color: #d34836;
}

.widget_item li a.im:hover {
    color: #fb3958;
}

.widget_item li a.yt:hover {
    color: #e52d27;
}

.widget_item li a.in:hover {
    color: #0976b4;
}

.widget_item li a.wa:hover {
    color: #34af23;
}

.widget_item li a:focus {
    color: #999;
}

.widget.widget-contact ul {
    margin-bottom: 0px;
}

.overlay {
    background: #536976;
    background: -webkit-linear-gradient(to right, #292E49, #536976);
    background: linear-gradient(to right, #292E49, #536976);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.online-form {
    position: relative;
}

.online-form .form-control {
    border-color: #f0f0f0;
    border-radius: 50px;
    box-shadow: none;
    height: 50px;
    padding-left: 15px;
}

.online-form button {
    background: #0aae89;
    border: 0;
    color: #ffffff;
}

.online-form button:hover {
    background: #202020;
    color: #ffffff;
}

hr {
    border-color: #313131;
}

section#banner {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-position: center;
    /* margin-top: 55px; */
    padding: 0;
    z-index: -1;
}


.fade-carousel {
    position: relative;
    height: 75vh;
}

.fade-carousel .carousel-inner .item {
    height: 75vh;
}

.testi_content small {
    color: #000;
}


/********************************/


/*          Hero Headers        */


/********************************/

.hero {
     position: absolute;
    top: 0%;
    right: 0px;
    z-index: 3;
    color: #fff;
    width: 50%;
    text-align: left!important;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.hero h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: left!important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}

.hero h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    text-transform: initial;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


/********************************/


/*            Overlay           */


/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}


/********************************/


/*          Custom Buttons      */


/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}


/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 75vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/Img4banner1.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/Img4banner2.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/Img4banner3.jpg);
}

.navbar .container {
    width: 100%;
}
/********************************/


/*          Media Queries       */


/********************************/


/* @media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
} */

.amazingslider-nav-1 {
    display: none!important;
}

.section-btn {
    background: #0aae89;
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    transition: 0.5s 0.2s;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    box-shadow: 2px 2px 14px -4px rgba(0, 0, 0, 0.4);
}

.section-btn:hover,
.section-btn:focus {
    background: #202020;
    color: #ffffff;
}

.custom-navbar .navbar-nav>li>a:hover, .custom-navbar .navbar-nav>li>a:focus {
    background-color: #0aae89!important;
    color: #fff;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 5px 0px 5px 0;
    box-shadow: 0px 4px 11px -2px rgba(0, 0, 0, 0.2);
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
}

.top-nav-collapse {
    background: #ffffff;
}

.custom-navbar .navbar-nav {
    margin-left: 6em;
}

.custom-navbar .nav li a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 600;
    padding-right: 22px;
    padding-left: 22px;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active>a {
    background-color: transparent;
    color: #fff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
    margin-top: 25px
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #0aae89;
    border-color: transparent;
}

.collapse.navbar-collapse.navbar-right {
    padding: 00px 0px 0px 0px;
    overflow: hidden;
}

.banner {
    background-image: url("images/bg1.jpg");
}

/* section#features_eazybill {
    padding: 20px 0px 50px 0px;
} */

.eazy_bill_logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
section.navbar.custom-navbar.navbar-fixed-top.trs {
    padding-bottom: 10px;
    padding-top: 40px;
}

section#why_eazybill p {
    height: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 15px;
}

section#why_eazybill img {
    width: 55%;
    margin: 0 auto;
}

section#features_eazybill li {
    line-height: 30px;
    color: #fff;
}

section#testimonial_eazybill {
    background: #0aae89;
    padding-top: 80px;
    padding-bottom: 40px;
    background-image : url('../images/bg_arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
h1.text-center.testi_heading {
    padding-top: 55px;
    color: #000;
}

.triangle_shape {
    width: 100%;
    height: 60px;
    border-left: 670px solid transparent;
    border-right: 700px solid transparent;
    border-top: 70px solid white;
    margin-bottom: -50px;
    position: absolute;
    z-index: 999;
}
#testimonial_eazybill

section.navbar.custom-navbar.navbar-fixed-top.trs.top-nav-collapse {
    padding-top: 10px;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 0px 0px 10px 0px;
    }
    .top-nav-collapse .navbar-brand {
        color: #252525;
    }
    .top-nav-collapse .nav li a {
        color: #575757;
    }
    .top-nav-collapse .nav .section-btn a {
        color: #ffffff;
    }
    .collapse.navbar-collapse.navbar-right {
        padding-top: 40px;
    }
}

.navbar {
    background: #fff;
    color: #000;
    margin-top: 45px;
    width: 100%;
    /* display: -webkit-inline-box; */
    min-height: 150px;

}

.logo_white {
    display: block;
}

.top-nav-collapse .logo {
    float: left;
    display: block!important;
    background: #fff;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    width: 240px;
    margin-left: -15px;
    padding: 0px;
    margin: 0px;
    display: contents;
}

.navbar-brand>img {
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.navbar-brand>img.img-responsive.logo {
    width: 200px;
    padding-top: 0px;
}

#home {
    background: url('../images/home-bg.jpg') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75vh;
    position: relative;
    padding-top: 12em;
    text-align: center;
}

#home h1 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
}

.home-info {
    margin-top: 0em;
}

.home-info h3 {
    color: #f0f0f0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px 0;
}

a.left.carousel-control {
    background: none;
    position: absolute;
    width: 5%;
}

a.right.carousel-control {
    position: absolute;
    background: none;
    width: 5%;
    right: 10px;
}

i.fas.fa-chevron-left,
i.fas.fa-chevron-right {
    color: #111;
    top: 50%;
    position: absolute;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: 400px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

#feature {
    background: linear-gradient(0deg, rgba(255, 255, 255), rgba(255, 255, 255, 0.9)), url(../images/service_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#feature .nav-tabs {
    border-bottom: 0;
}

#feature .nav>li>a {
    padding: 8px 0;
}

#feature .nav-tabs>li>a {
    color: #999999;
    font-size: 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-right: 35px;
}

#feature .nav-tabs>li.active>a,
#feature .nav-tabs>li.active>a:focus,
#feature .nav-tabs>li.active>a:hover {
    background: transparent;
    color: #202020;
    border-bottom: 3px solid #0aae89;
}

.widget_item>p {
    margin-bottom: 0px;
    margin-top: 5px;
}

#feature .nav>li>a:focus,
#feature .nav>li>a:hover {
    background: transparent;
    border-bottom: 3px solid #0aae89;
    color: #202020;
}

#feature .tab-content {
    margin-top: 15px;
}

.tab-pane-item {
    margin: 20px 0;
}

.tab-pane-item h2 {
    margin: 0 0 5px 0;
}       

.feature-image {
    margin-top: -1em;
    margin-right: -10em;
}

.tab-pane-item li {
    line-height: 30px;
    color: #333;
}

#about {
    background: #fff;
}

.service_icons img {
    width: 85%;
    margin:  0 auto;
}

#about p {
    font-size: 18px;
    margin-top: 0px;
}

#about.services p {
    height: 50px;
}


#about .col-md-4 {
    margin: 0;
    padding: 0;
}

.team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.team-thumb-up:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}

.team-thumb-down:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ffffff;
}

.team-info {
    position: relative;
    padding: 40px;
}

.team-info h2 {
    margin: 0;
}

.team-info small {
    display: block;
    font-size: 18px;
    margin: 5px 0 10px 0;
}

.team-thumb img {
    width: 100%;
}

#contact-form .col-md-12,
#contact-form .col-md-4 {
    padding-left: 0;
}

.testi_content p {
    color: #000;
}
#contact-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    margin: 10px 0;
}

#contact-form .form-control:focus {
    border-bottom-color: #202020;
}

#contact-form input {
    height: 50px;
}

#contact-form input[type='submit'] {
    background: #202020;
    border-radius: 50px;
    border: 0;
    color: #ffffff;
}

#contact-form input[type='submit']:hover {
    background: #0aae89;
    color: #ffffff;
}

#map iframe {
    width: 100%;
    height: 250px;
}

.action-lage {
    position: relative;
    width: 100%;
}

.widget_ab_item_text h6 {
    margin-bottom: 5px;
}

.widget_item h5 {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    -webkit-text-stroke: 1px;
}

p.wow.fadeInRight.animated {
    font-size: 15px;
}

.widget_item .btn:hover {
    background-color: #3f92d1;
}

.widget_item li a {
    color: #aaa;
    font-size: 20px;
}

.widget_latst_item_text p {
    margin-bottom: 0px;
    color: #aaa;
}

.widget_service li i,
.widget_latst_item_text a {
    font-size: 12px;
    color: #aaa;
}

.widget_service li i {
    margin-right: 5px;
}

.widget_service li {
    font-size: 13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
    list-style: none;
}

.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i {
    color: #fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon {
    float: left;
    width: 20%;
    display: inline-block;
    color: #bfbfbf;
}

.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
    color: #fff;
}

.widget_item.widget_service.m-top-30 ul {
    padding: 0;
}

.widget_ab_item .item_icon {
    float: left;
    width: 10%;
    display: inline-block;
}

.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}

.widget_ab_item .widget_ab_item_text h5 {
    margin-top: 0px;
    letter-spacing: 1px;
}

.widget_newsletter .form-inline .form-group {
    display: block;
}

.widget_newsletter .form-control {
    width: 80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color: #333;
    display: inline-block;
}

.widget_newsletter .btn {
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #444;
    border-color: #444;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    display: inline-block;
}

.widget_brand a {
    font-size: 30px;
    font-weight: 800;
    color: #aaa;
}

.widget_brand img {
    margin: 0 auto;
}


/* .widget_newsletter li a i{color:#aaa;font-size: 22px;} */

.widget_ab_item a {
    color: #f9f9f9;
    font-size: 15px;
}

footer {
    padding-bottom: 80px;
}

.copyright-text p {
    margin: 5px;
}

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border-radius: 50px;
    color: #202020;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
    background: #536976;
    color: #ffffff;
}

footer#contact p {
    color: #cacaca;
    line-height: 1.5;
    margin-top: 10px;
}

.main_footer a {
    color: #fff;
}

a:hover,
a:active,
a:focus {
    color: #0aae89;
    outline: none;
}

.amazingslider-title-1 {
    font-family: font-family: 'Righteous', cursive!important;
    background-color: transparent!important;
    text-transform: uppercase;
    font-size: 40px!important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 4px;
}

.amazingslider-description-1 {
    background-color: transparent!important;
    color: #eee!important;
    font-size: 22px!important;
    letter-spacing: 2px;
    font-family: font-family: 'Righteous', cursive!important;
}

.amazingslider-text-1 {
    position: relative!important;
}

.widget_item ul {
    padding-left: 0px!important;
    text-align: center;
}
 section#about .about_img {
        width: 100%;
    }



.amazingslider-title-1 {
    font-family: font-family: 'Righteous', cursive!important;
}


/***********************************************************************************
 *  + HEADER TOP
 ***********************************************************************************/

#header-top {
    padding: 5px 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 2px 2px 20px -12px rgba(0, 0, 0, 0.3);
}

#header-top h1,
#header-top h2,
#header-top h3,
#header-top h4,
#header-top h5,
#header-top h6 {
    color: inherit;
}

#header-top .widget:last-child {
    margin-bottom: 0;
}

#header-top .widget-pages ul li a:hover:before,
#header-top .widget-metadata ul li a:hover:before {
    border-color: #fff;
}

#header-top .widget-calendar caption {
    color: inherit;
}

#header-top .widget-recent-posts ul li .post-title {
    color: inherit;
}

#header-top .widget-recent-posts ul li .post-date,
#header-top .widget-recent-posts ul li .post-date:before {
    color: #6f7b8a;
}

#header-top .widget-recent-posts ul li .post-title:hover,
#header-top .widget-recent-posts ul li .post-date:hover,
#header-top .widget-recent-posts ul li .post-date:hover:before {
    color: #c8bba1;
}

#header-top .widget-social .social-media a {
    color: inherit;
}

#header-top .widget-contact ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 30px;
}

#header-top .widget-contact ul li:last-child {
    margin-right: 0;
}

#header-top .widget-contact ul li a {
    color: inherit;
}

#header-top .widget-search #s {
    height: 41px;
    border-color: #c8bba1;
    background-color: #c8bba1;
    color: #fff;
}

#header-top .widget-search #s:focus {
    border-color: #e1e1e1;
}

#header-top .widget-search #s::-moz-placeholder {
    color: #fff;
}

#header-top .widget-search #s::-webkit-input-placeholder {
    color: #fff;
}

#header-top .widget-search #s:-ms-input-placeholder {
    color: #fff;
}

#header-top .widget-search input[type="submit"] {
    background-image: url(../images/search-white.png);
}

#header-top .widget-search:first-child {
    margin-top: -5px;
}

#header-top .widget-search:last-child {
    margin-bottom: -5px;
}

.widget.widget-contact i {
    color: #0aae89;
    padding-right: 10px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    /* margin-top: 70px; */
}


/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */

#quote-carousel .carousel-control.left {
    left: -12px;
}


/* Next button  */

#quote-carousel .carousel-control.right {
    right: -12px !important;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
    background: transparent;
    border-color: #fff;
}

#quote-carousel .carousel-indicators .active {
    background: #000;
}


/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    max-height: 110px;
    margin: 0 auto;
}

.services {
    background: #fff;
    /* clear: both; */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%); */
    /* overflow: hidden; */
    /* position: relative; */
    /* margin-bottom: -100px; */
    z-index: 99;
    /* padding-bottom: 100px; */
    /* box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.5) inset; */
}
section#testimonial_eazybill h1 {
    font-size: 37px;
}
section#why_eazybill h1 {
    font-size: 37px;
}

span.first {
    color: #fff;
}

span.second {
    color: #fff;
}


.container-contact100 {
  width: 100%;  
  /* min-height: 100vh; */
}

.dis-flex a {
    color: #3e3e3e;
}

.wrap-contact100 {
    /* background: #f1f1f1; */
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    border-radius: 5px;
    margin: 20px 0px;
    /* box-shadow: 2px 2px 14px -2px rgba(0, 0, 0 ,0.4); */
}

.dis-flex {
    padding-left: 75px;
    border-left: 1px solid #d2d2d2;
}
.dis-flex i {
    color: #0aae89;
}

.dis-flex p {
    color: #000;
}
.contact100-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0px 15px;
    border-radius: 15px;
}

/* .contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
 */

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  /* font-family: Poppins-Regular; */
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  /* border: 1px solid #e6e6e6; */
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
  border: none;
  background:  #fff;
}

input.input100 {
    height: 55px;
    margin-bottom: 20px;
    border-radius: 50px;
    box-shadow: 3px 2px 5px -1px rgba(0, 0, 0, 0.2);
    background: #f1f1f1;
}


textarea.input100 {
  /* min-height: 139px; */
    padding-top: 19px;
    padding-bottom: 15px;
    border-radius: 50px;
    box-shadow: 3px 2px 5px -1px rgba(0, 0, 0, 0.2);
    background: #f1f1f1;
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;

  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

p.txt1 {
    color: #fff;
}
p.txt2 {
    color: #ffffff;
}


/**
  MEDIA QUERIES
*/

@media only screen and (max-width:1200px) {
    .custom-navbar .navbar-nav {
        margin-left: 3em;
    }
   
    footer#contact p {
        line-height: 22px;
    }
    .widget.widget-contact ul {
        text-align: center;
    }
    .navbar {
        margin-top: 80px;
    }
    .home-info {
        margin-top: 0;
    }
}

@media only screen and (max-width:992px) {
   /*  section {
        padding: 20px 0;
    } */
    section.navbar.custom-navbar.navbar-fixed-top.trs {
        padding-top: 0px;
    }
    .widget_item iframe {
        margin-top: 30px;
    }
    #banner {
        background: #ececec!important;
    }
    .hero h3 {
        font-size: 13px;
    }
    .hero h1 {
        font-size: 2em;
    }
    .widget.widget-contact ul {
        text-align: center;
    }
    .amazingslider-title-1 {
        font-size: 20px!important;
    }
    .amazingslider-description-1 {
        font-size: 14px!important;
    }
    .amazingslider-text-1 {
        left: -5%!important;
    }
    .amazingslider-text-wrapper-1 {
        margin-left: 20px!important;
    }
    .custom-navbar .navbar-nav {
        margin-left: 0;
        background: #fff;
        margin-left: -15px;
    }
    .custom-navbar .nav li a {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px;
    }
    #feature .nav-tabs>li>a {
        font-size: 16px;
        margin-right: 20px;
    }
    .feature-image {
        bottom: -24em;
    }
    .pricing-thumb {
        margin-bottom: 30px;
    }
    footer {
        padding-bottom: 40px;
    }
}

.widget_brand img {
    width: 200px;
}

@media screen and (max-width:767px) {

    .navbar-header {
        min-height: 100px;
    }
    .section-title {
        padding-bottom: 20px;
    }
    .navbar-brand>img.img-responsive.logo {
        width: 130px;
        margin-top: 0px;
    }
    .widget_item iframe {
        margin-top: 30px;
    }
    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }
    .custom-navbar .nav li a {
        line-height: normal;
        padding: 5px;
    }
   
    .custom-navbar .logo {
        display: block!important;
        background: #fff;
    }
    .custom-navbar .logo_white {
        display: none;
    }
    .feature-image {
        position: unset;
        margin: 0;
    }
    .custom-navbar .nav li.active>a:hover {
        color:  #fff;
    }
    .custom-navbar .nav li.active>a {
        background-color: transparent;
        color: #11b18c;
    }
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #202020;
        font-weight: normal;
    }
    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #656565;
    }
    #about .col-md-4:nth-child(3n) .team-thumb {
        display: flex;
        -webkit-box-orient: vertical;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
    .team-thumb-down:after {
        top: -15px;
        bottom: inherit;
        border-top: inherit;
        border-bottom: 15px solid #ffffff;
    }
    .testimonial-image,
    .testimonial-info {
        height: 85vh;
    }
    .testimonial-info {
        padding: 30px;
    }
    .navbar-right li {
        padding: 12px 0px;
        background: #fff;

    }

    .navbar {
        min-height: 100px;
    }
    .about_us_page_img {
        width: 100%;
        display: none;
    }

    .hero {
        width: 100%;
        text-align:  center;
        background:  transparent;
        margin-top: 0px!important;
    }
    .hero h1 {
        text-align: center!important;
    }

    .hero h3 {
        text-align: center!important;
    }
    .hero hgroup {
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
        border-radius: 5px;
    }

}

@media screen and (max-width:480px) {
    .online-form input[type="email"],
    .online-form .form-control {
        width: 85%;
    }
    .online-form .form-control {
        display: block;
        margin: 20px auto;
    }
    .online-form button {
        position: relative;
        right: 0;
    }
    .testimonial-image,
    .testimonial-info {
        height: 65vh;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}


/* Small devices (tablets, up to 768px) */

@media (max-width: 575px) {
    #header-top {
        display: none;
    }
    .navbar {
        margin-top: 0px!important;
    }
}

@media (max-width: 767px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    section#why_eazybill h1, section#testimonial_eazybill h1 {
        font-size: 24px;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    .home_text {
        margin-top: 50px;
    }
    .navbar {
        margin-top: 75px;
    }
}

@media (min-width: 1200px) {
    #header-top .widget-contact ul li {
        margin-right: 50px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header-top .widget-search:first-child {
        margin-top: 10px;
    }
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 992px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
   .dis-flex {
        padding: 25px 0px;
        text-align: center;
        border: none;
        border-bottom: 1px solid #f1f1f1; 
    }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}

.navbar-right li {
    list-style: none!important;
}