body {
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    /* font-family: "Open Sans", sans-serif; */
}

.bg-dark {
    background-color: #f99200!important;
}

.text-color-custom {
    color: #f99200
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.no-gutter>[class*='iq-pall-40'] {
    padding-right: 40px;
    padding-left: 40px;
}

h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

h2 b {
    color: #f99200;
}

#home {
    scroll-behavior: smooth;
}


/*----------------------------------------------------------------------
                        Buttons
-----------------------------------------------------------------------*/

.button {
    color: #fff;
    padding: 12px 36px;
    font-weight: 600;
    border: none;
    position: relative;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 2px;
    background-image: linear-gradient(to right top, #f99200, #f8a61f, #f7b836, #f7c94d, #f7da65);
    background-size: 200% auto;
    flex: 1 1 auto;
}

.button:hover,
.button:focus {
    color: #ffffff;
    background-position: right center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}


/* button White */

.button.bt-white {
    background: #fff;
    color: #666666;
    box-shadow: none;
}

.button.bt-white:hover,
.button.bt-white:focus {
    background: #333333;
    color: #fff;
}


/* button White Icon */

.button.button-icon {
    line-height: 34px;
    border: 2px solid #fff;
    background: transparent;
    padding: 8px 35px;
}

.button.button-icon:hover {
    color: #3adfab;
    border: 2px solid #fff;
    background: #fff;
}

.button.button-icon i {
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    bottom: 270px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carouselBike {
    height: 60vh;
}

.carousel-caption {
    bottom: 270px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.nav-link {
    padding: .2rem 1rem;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
}


/* heading Title Left */

.heading-left {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.heading-left:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: rgba(58, 223, 171, 1);
    background: -moz-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(58, 223, 171, 1)), color-stop(100%, rgba(30, 188, 241, 1)));
    background: -webkit-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: -o-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: -ms-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: linear-gradient(to right, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#3adfab', GradientType=1);
}


/* heading Title Left White */

.heading-left.white:before {
    background: #fff;
}


/*============ Image Boxes ============ */

.section-side-image {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.section-side-image .img-holder {
    overflow: hidden;
    height: 100%;
    padding: 0px;
    top: 0px;
    position: absolute;
}

.background-imgholder.top-padd {
    padding-top: 80px;
}

.section-side-image .text-inner {
    padding: 120px 120px 120px 0;
}

.section-side-image .text-inner-2 {
    padding: 80px;
}

.section-side-image .text-inner-3 {
    padding: 80px 80px 0px 80px;
}

.section-side-image .text-inner.two {
    padding: 0px 80px 0px 0;
}

.section-side-image .text-inner-4 {
    padding: 0 0 0 0;
}

.section-side-image .text-inner-5 {
    padding: 120px 120px 120px 0;
}

.section-side-image .text-inner-6 {
    padding: 110px;
}

.section-side-image .text-inner {
    padding: 40px 40px 40px 0;
}

.section-side-image .text-inner.two {
    padding: 0px 40px 0px 0;
}

.section-side-image-2 .background-imgholder-2.top-padd {
    padding-top: 40px;
}

.section-side-image-2 .text-inner.two {
    padding: 0px 40px 0px 0;
}

.sec-tpadding-2 {
    padding-top: 150px;
}

.sec-tpadding-2.less-padding {
    padding-top: 20px;
}


/* side image 2
 ------------------------------ */

.section-side-image-2 {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.section-side-image-2 .img-holder {
    overflow: hidden;
    height: 100%;
    padding: 0px;
    top: 0px;
    position: absolute;
}

.section-side-image-2 .background-imgholder-2.top-padd {
    padding-top: 80px;
}

.section-side-image-2 .text-inner.two {
    padding: 0px 80px 0px 0;
}

.section-side-image-2 .background-imgholder-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.image-holder {
    width: 100%;
    float: left;
}

.image-holder.less-width-1 {
    width: 80%;
}

.image-holder.less-width-2 {
    width: 75%;
}

.image-holder.less-width-3 {
    width: 70%;
}

.image-left {
    color: #fff;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    transition: all 0.3s ease-out 0s;
}

.img-align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.nodisplay-image {
    display: none;
}


/* image overflow hidden
 ------------------------------ */

.overflow-hidden {
    overflow: hidden;
}


/* feature box 5
 ------------------------------ */

.ce-feature-box-5 {
    width: 100%;
    float: left;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
}

.ce-feature-box-5 .imgbox-xtiny {
    width: 40px;
    height: 40px;
    background-color: #000;
}

.ce-feature-box-5 .text-box-right {
    padding-top: 10px;
}

.ce-feature-box-5 .img-box {
    width: 100%;
    float: left;
}

.ce-feature-box-5.dark-style {
    background-color: #000;
    border: 5px solid #000;
}

.ce-feature-box-5.dark-style .title {
    color: #fff;
}


/* feature box 55
 ------------------------------ */

.ce-feature-box-55 {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.ce-feature-box-55 .img-box {
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
    overflow: hidden;
}

.ce-feature-box-55 .text-box {
    position: relative;
    width: 90%;
    float: left;
    padding: 40px 36px;
    z-index: 2;
    top: -50px;
    left: 5%;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.03);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.03);
}

.ce-feature-box-55:hover .text-box {
    background-color: #e1911f;
}

.ce-feature-box-55:hover .text-box .title {
    color: #fff;
}

.ce-feature-box-55:hover .text-box .small-text {
    color: #fff;
}

.ce-feature-box-55:hover .text-box a.read-more {
    color: #fff;
}

.ce-feature-box-55 .img-box img {
    transition: all 0.3s ease-out 0s;
}

.ce-feature-box-55:hover .img-box img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.background-imgholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
}


/*---------------------------------------------------------------------
                           Our clients
-----------------------------------------------------------------------*/

.iq-our-clients {
    border-top: 1px solid #ededed;
}

.iq-our-clients .owl-carousel .owl-nav {
    margin-top: -20px;
}


/*---------------------------------------------------------------------
                          TESTIMONIAL
-----------------------------------------------------------------------*/

.site-main .project-area {
    padding: 4rem 0;
}

.site-main .project-area .button-group button {
    background: transparent;
    border: none;
    font: normal 500 16px/130px var(--roboto);
    text-transform: uppercase;
}

.site-main .project-area .button-group button+button {
    padding-left: 3rem;
}

.site-main .project-area .grid .our-project>.title h4 {
    font: normal 700 25px/12px var(--roboto);
}

.site-main .project-area .grid .our-project .img a:hover img {
    filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
}

.iq-loved-customers .owl-carousel .owl-item .item {
    padding: 10px 10px 20px;
}

.iq-client {
    position: relative;
    margin-top: 40px;
    padding: 0 30px 15px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.iq-client:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 2px;
    width: 100px;
    background: rgba(58, 223, 171, 1);
    background: -moz-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(58, 223, 171, 1)), color-stop(100%, rgba(30, 188, 241, 1)));
    background: -webkit-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: -o-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: -ms-linear-gradient(left, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    background: linear-gradient(to right, rgba(58, 223, 171, 1) 0%, rgba(30, 188, 241, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#3adfab', GradientType=1);
}

.iq-client .client-img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 90px;
    margin-top: -40px;
}

.client-name {
    padding-left: 60px;
    position: relative;
}

.client-name:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 44px;
    color: #f0f0f0;
    line-height: normal;
}

.client-info p {
    line-height: 28px;
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-align: center;
    text-indent: inherit;
    left: -8%;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-align: center;
    text-indent: inherit;
    right: -8%;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.owl-carousel .owl-nav i {
    font-size: 24px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 42px;
    padding-left: 0px;
    display: inline-block;
    color: #f5f7fb;
    background: #e7e7e7;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.owl-carousel .owl-nav i:hover {
    background: #e1911f;
    color: #f5f7fb;
}


/*---------------------------------------------------------------------
                              Footer
-----------------------------------------------------------------------*/

.form-inline.iq-subscribe {
    text-align: center;
}

.iq-subscribe .form-group {
    width: 40%;
}

.iq-subscribe .form-control {
    border-radius: 90px;
    height: 50px;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    box-shadow: none;
    border: none;
    background: #f4f4f4;
}

.footer-copyright {
    border-top: 1px solid #ededed;
}

.footer-info {
    padding: 0 40px;
}


/*---------------------------------------------------------------------
                              Get in Touch
-----------------------------------------------------------------------*/

.iq-get-in {
    position: relative;
    margin-top: -12%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.contact-form .section-field {
    position: relative;
    width: 100%;
    float: left;
}

.contact-form .section-field input {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 90px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    clear: both;
    color: #b6b6b6;
    border: 1px solid #e1e1e1;
}

.contact-form .section-field input:focus,
.contact-form .section-field.textarea textarea:focus {
    border: 1px solid #3adfab;
    box-shadow: none;
    outline: none;
}

.contact-form .section-field.textarea textarea {
    width: 100%;
    float: left;
    color: #b6b6b6;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 15px 0 0 20px;
    resize: none;
}

#formmessage {
    display: none;
}

.contact-info {
    position: relative;
}

.contact-info:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 15px;
    top: 0;
    background: #e5e5e5;
}

.info-share {
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
}

.info-share li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0px 5px;
}

.info-share li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    background: transparent;
    border: 1px solid #666;
    text-align: center;
    border-radius: 50%;
}

.info-share li a:hover {
    background: #e1911f;
    border-color: #e1911f;
    color: #fff;
}


/* ----------------------------------------------------------------------
                             Newsletter
-------------------------------------------------------------------------*/

.iq-subscribe .form-control {
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    box-shadow: none;
    border: 2px solid #fff;
    border-radius: 90px;
    min-width: 345px;
    background: transparent;
    color: #fff;
}

.iq-subscribe .button {
    margin-left: -50px;
    padding: 14px 36px;
}

.iq-subscribe label {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
}

.iq-subscribe label:before {
    content: "\f422";
    position: absolute;
    left: -60px;
    top: 2px;
    font-size: 50px;
    font-family: 'Ionicons';
    font-size: 50px;
}

.iq-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.iq-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.iq-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.iq-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


/*---------------------------------------------------------------------
                              Full Contact
-----------------------------------------------------------------------*/

.iq-full-contact {
    display: inline-block;
    width: 100%;
}

.iq-map iframe {
    border: 0px;
    width: 100%;
    height: 450px;
}

.contact-form .section-field {
    position: relative;
    width: 100%;
    float: left;
}

.contact-form .section-field input {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 90px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    clear: both;
    color: #b6b6b6;
    border: 1px solid #e1e1e1;
}

.contact-form .section-field input:focus,
.contact-form .section-field.textarea textarea:focus {
    border: 1px solid #1e50e2;
    box-shadow: none;
    outline: none;
}

.contact-form .section-field.textarea textarea {
    width: 100%;
    float: left;
    color: #b6b6b6;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 15px 0 0 20px;
    resize: none;
}

#formmessage {
    display: none;
}

.iq-fancy-box-04 .iq-icon {
    float: left;
    border-radius: 90px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.iq-fancy-box-04 .iq-icon i {
    font-size: 30px;
}

.iq-fancy-box-04 .iq-icon span {
    font-size: 30px;
}

.iq-fancy-box-04 .fancy-content {
    display: table-cell;
}


/*---------------------------------------------------------------------
                          Background Color 
-----------------------------------------------------------------------*/

.green-bg {
    background-image: linear-gradient(to right top, #f99200, #f8a61f, #f7b836, #f7c94d, #f7da65);
}


/*---------------------------------------------------------------------
                              Map
-----------------------------------------------------------------------*/

.iq-map iframe {
    border: 0px;
    width: 100%;
    height: 350px;
}


/*---------------------------------------------------------------------
                              ce
-----------------------------------------------------------------------*/

.ce-feature-box-25 .newsletter {
    width: 76%;
    height: 65px;
    float: left;
    padding: 10px;
    font-size: 18px;
    color: #101010;
    margin-right: 20px;
    text-align: left;
    background: #fff;
    border: 1px solid #fff;
}

.ce-feature-box-25 .newsletter-btn {
    width: 21%;
    height: 63px;
    float: left;
    padding: 0px;
    color: #ebebeb;
    text-transform: uppercase;
    border: 1px solid #101010;
    background-color: #101010;
}

.ce-feature-box-25 .newsletter-btn.prim {
    color: #fff;
    border: 1px solid #a9cd2e;
    background-color: #a9cd2e;
}


/* Section Paddings
 ------------------------------ */

.sec-padding {
    padding: 150px 0 150px 0;
}

.sec-padding-2 {
    padding: 110px 0 110px 0;
}

.sec-padding-3 {
    padding: 100px 0 100px 0;
}

.sec-padding-4 {
    padding: 70px 0 70px 0;
}

.sec-padding-5 {
    padding: 50px 0 50px 0;
}

.sec-padding-6 {
    padding: 30px 0 30px 0;
}


/*=============== Margins ============= */

.margin-bottom {
    margin-bottom: 0px;
}

.colmargin {
    margin: 0 0 0 0;
}

.sec-bpadding-2 {
    padding-bottom: 150px;
}

.sec-bpadding-2.less-padding {
    padding-bottom: 20px;
}

.sec-tpadding-2 {
    padding-top: 150px;
}

.sec-tpadding-2.less-padding {
    padding-top: 20px;
}

.sec-tpadding-3 {
    padding-top: 100px;
}

.sec-bpadding-3 {
    padding-bottom: 100px;
}

.sec-tpadding-4 {
    padding-top: 80px;
}

.sec-bpadding-4 {
    padding-bottom: 80px;
}

.sec-tpadding-5 {
    padding-top: 50px;
}

.sec-bpadding-5 {
    padding-bottom: 50px;
}

.sec-bpadding.less-padding {
    padding-bottom: 30px;
}

.sec-dummy-top-padding {
    padding-top: 0px;
}


/*---------------------------------------------------------------------
                    Page Section Margin Padding 
---------------------------------------------------------------------*/


/*----------------
Section padding 
----------------*/

.overview-block-ptb {
    padding: 100px 0;
}

.overview-block-pt {
    padding: 100px 0 0;
}

.overview-block-pb {
    padding: 0 0 100px;
}


/*----------------
Padding All 
----------------*/

.iq-pall {
    padding: 0px;
}

.iq-pall-10 {
    padding: 10px;
}

.iq-pall-15 {
    padding: 15px;
}

.iq-pall-20 {
    padding: 20px;
}

.iq-pall-25 {
    padding: 25px;
}

.iq-pall-30 {
    padding: 30px;
}

.iq-pall-40 {
    padding: 40px;
}

.iq-pall-50 {
    padding: 50px;
}

.iq-pall-60 {
    padding: 60px;
}

.iq-pall-70 {
    padding: 70px;
}

.iq-pall-80 {
    padding: 80px;
}

.iq-pall-90 {
    padding: 90px;
}

.iq-pall-100 {
    padding: 100px;
}


/*----------------
Padding Top and Bottom 
----------------*/

.iq-ptb-0 {
    padding: 0;
}

.iq-ptb-10 {
    padding: 10px 0;
}

.iq-ptb-15 {
    padding: 15px 0;
}

.iq-ptb-20 {
    padding: 20px 0;
}

.iq-ptb-25 {
    padding: 25px 0;
}

.iq-ptb-30 {
    padding: 30px 0;
}

.iq-ptb-40 {
    padding: 40px 0;
}

.iq-ptb-50 {
    padding: 50px 0;
}

.iq-ptb-60 {
    padding: 60px 0;
}

.iq-ptb-70 {
    padding: 70px 0;
}

.iq-ptb-80 {
    padding: 80px 0;
}

.iq-ptb-90 {
    padding: 90px 0;
}

.iq-ptb-100 {
    padding: 100px 0;
}


/*----------------
Padding Left and right 
----------------*/

.iq-plr-0 {
    padding: 0;
}

.iq-plr-10 {
    padding: 0 10px;
}

.iq-plr-15 {
    padding: 0 15px;
}

.iq-plr-20 {
    padding: 0 20px;
}

.iq-plr-25 {
    padding: 0 25px;
}

.iq-plr-30 {
    padding: 0 30px;
}

.iq-plr-40 {
    padding: 0 40px;
}

.iq-plr-50 {
    padding: 0 50px;
}

.iq-plr-60 {
    padding: 0 60px;
}

.iq-plr-70 {
    padding: 0 70px;
}

.iq-plr-80 {
    padding: 0 80px;
}

.iq-plr-90 {
    padding: 0 90px;
}

.iq-plr-100 {
    padding: 0 100px;
}


/*----------------
Padding top 
----------------*/

.iq-pt-0 {
    padding-top: 0px;
}

.iq-pt-10 {
    padding-top: 10px;
}

.iq-pt-15 {
    padding-top: 15px;
}

.iq-pt-20 {
    padding-top: 20px;
}

.iq-pt-25 {
    padding-top: 25px;
}

.iq-pt-30 {
    padding-top: 30px;
}

.iq-pt-40 {
    padding-top: 40px;
}

.iq-pt-50 {
    padding-top: 50px;
}

.iq-pt-60 {
    padding-top: 60px;
}

.iq-pt-70 {
    padding-top: 70px;
}

.iq-pt-80 {
    padding-top: 80px;
}

.iq-pt-90 {
    padding-top: 90px;
}

.iq-pt-100 {
    padding-top: 100px;
}


/*----------------
Padding Bottom 
----------------*/

.iq-pb-0 {
    padding-bottom: 0px;
}

.iq-pb-10 {
    padding-bottom: 10px;
}

.iq-pb-15 {
    padding-bottom: 15px;
}

.iq-pb-20 {
    padding-bottom: 20px;
}

.iq-pb-25 {
    padding-bottom: 25px;
}

.iq-pb-30 {
    padding-bottom: 30px;
}

.iq-pb-40 {
    padding-bottom: 40px;
}

.iq-pb-50 {
    padding-bottom: 50px;
}

.iq-pb-60 {
    padding-bottom: 60px;
}

.iq-pb-70 {
    padding-bottom: 70px;
}

.iq-pb-80 {
    padding-bottom: 80px;
}

.iq-pb-90 {
    padding-bottom: 90px;
}

.iq-pb-100 {
    padding-bottom: 100px;
}


/*----------------
Padding Left 
----------------*/

.iq-pl-0 {
    padding-left: 0;
}

.iq-pl-10 {
    padding-left: 10px;
}

.iq-pl-15 {
    padding-left: 15px;
}

.iq-pl-20 {
    padding-left: 20px;
}

.iq-pl-25 {
    padding-left: 25px;
}

.iq-pl-30 {
    padding-left: 30px;
}

.iq-pl-40 {
    padding-left: 40px;
}

.iq-pl-50 {
    padding-left: 50px;
}

.iq-pl-60 {
    padding-left: 60px;
}

.iq-pl-70 {
    padding-left: 70px;
}

.iq-pl-80 {
    padding-left: 80px;
}

.iq-pl-90 {
    padding-left: 90px;
}

.iq-pl-100 {
    padding-left: 100px;
}


/*----------------
Padding Right 
----------------*/

.iq-pr-0 {
    padding-right: 0px;
}

.iq-pr-10 {
    padding-right: 10px;
}

.iq-pr-15 {
    padding-right: 15px;
}

.iq-pr-20 {
    padding-right: 20px;
}

.iq-pr-25 {
    padding-right: 25px;
}

.iq-pr-30 {
    padding-right: 30px;
}

.iq-pr-40 {
    padding-right: 40px;
}

.iq-pr-50 {
    padding-right: 50px;
}

.iq-pr-60 {
    padding-right: 60px;
}

.iq-pr-70 {
    padding-right: 70px;
}

.iq-pr-80 {
    padding-right: 80px;
}

.iq-pr-90 {
    padding-right: 90px;
}

.iq-pr-100 {
    padding-right: 100px;
}


/*----------------
Margin All 
----------------*/

.iq-mall-0 {
    margin: 0;
}

.iq-mall-10 {
    margin: 10px;
}

.iq-mall-15 {
    margin: 15px;
}

.iq-mall-20 {
    margin: 20px;
}

.iq-mall-25 {
    margin: 25px;
}

.iq-mall-30 {
    margin: 30px;
}

.iq-mall-40 {
    margin: 40px;
}

.iq-mall-50 {
    margin: 50px;
}

.iq-mall-60 {
    margin: 60px;
}

.iq-mall-70 {
    margin: 70px;
}

.iq-mall-80 {
    margin: 80px;
}

.iq-mall-90 {
    margin: 90px;
}

.iq-mall-100 {
    margin: 100px;
}


/*----------------
Margin Top and Bottom 
----------------*/

.iq-mtb-0 {
    margin: 0;
}

.iq-mtb-10 {
    margin: 10px 0;
}

.iq-mtb-15 {
    margin: 15px 0;
}

.iq-mtb-20 {
    margin: 20px 0;
}

.iq-mtb-25 {
    margin: 25px 0;
}

.iq-mtb-30 {
    margin: 30px 0;
}

.iq-mtb-40 {
    margin: 40px 0;
}

.iq-mtb-50 {
    margin: 50px 0;
}

.iq-mtb-60 {
    margin: 60px 0;
}

.iq-mtb-70 {
    margin: 70px 0;
}

.iq-mtb-80 {
    margin: 80px 0;
}

.iq-mtb-90 {
    margin: 90px 0;
}

.iq-mtb-100 {
    margin: 100px 0;
}


/*----------------
Margin Left and Right 
----------------*/

.iq-mlr-0 {
    margin: 0;
}

.iq-mlr-10 {
    margin: 0 10px;
}

.iq-mlr-15 {
    margin: 0 15px;
}

.iq-mlr-20 {
    margin: 0 20px;
}

.iq-mlr-25 {
    margin: 0 25px;
}

.iq-mlr-30 {
    margin: 0 30px;
}

.iq-mlr-40 {
    margin: 0 40px;
}

.iq-mlr-50 {
    margin: 0 50px;
}

.iq-mlr-60 {
    margin: 0 60px;
}

.iq-mlr-70 {
    margin: 0 60px;
}

.iq-mlr-80 {
    margin: 0 80px;
}

.iq-mlr-90 {
    margin: 0 80px;
}

.iq-mlr-100 {
    margin: 0 100px;
}


/*----------------
Margin Top 
----------------*/

.iq-mt-0 {
    margin-top: 0px;
}

.iq-mt-10 {
    margin-top: 10px;
}

.iq-mt-15 {
    margin-top: 15px;
}

.iq-mt-20 {
    margin-top: 20px;
}

.iq-mt-25 {
    margin-top: 25px;
}

.iq-mt-30 {
    margin-top: 30px;
}

.iq-mt-40 {
    margin-top: 40px;
}

.iq-mt-50 {
    margin-top: 50px;
}

.iq-mt-60 {
    margin-top: 60px;
}

.iq-mt-70 {
    margin-top: 70px;
}

.iq-mt-80 {
    margin-top: 80px;
}

.iq-mt-90 {
    margin-top: 90px;
}

.iq-mt-100 {
    margin-top: 100px;
}


/*----------------
Margin Bottom 
----------------*/

.iq-mb-0 {
    margin-bottom: 0px;
}

.iq-mb-10 {
    margin-bottom: 10px;
}

.iq-mb-15 {
    margin-bottom: 15px;
}

.iq-mb-20 {
    margin-bottom: 20px;
}

.iq-mb-25 {
    margin-bottom: 25px;
}

.iq-mb-30 {
    margin-bottom: 30px;
}

.iq-mb-40 {
    margin-bottom: 40px;
}

.iq-mb-50 {
    margin-bottom: 50px;
}

.iq-mb-60 {
    margin-bottom: 60px;
}

.iq-mb-70 {
    margin-bottom: 70px;
}

.iq-mb-80 {
    margin-bottom: 80px;
}

.iq-mb-90 {
    margin-bottom: 90px;
}

.iq-mb-100 {
    margin-bottom: 100px;
}


/*----------------
Margin Left 
----------------*/

.iq-ml-0 {
    margin-left: 0px;
}

.iq-ml-10 {
    margin-left: 10px;
}

.iq-ml-15 {
    margin-left: 15px;
}

.iq-ml-20 {
    margin-left: 20px;
}

.iq-ml-25 {
    margin-left: 25px;
}

.iq-ml-30 {
    margin-left: 30px;
}

.iq-ml-40 {
    margin-left: 40px;
}

.iq-ml-50 {
    margin-left: 50px;
}

.iq-ml-60 {
    margin-left: 60px;
}

.iq-ml-70 {
    margin-left: 70px;
}

.iq-ml-80 {
    margin-left: 80px;
}

.iq-ml-90 {
    margin-left: 90px;
}

.iq-ml-100 {
    margin-left: 100px;
}


/*----------------
Margin Right
----------------*/

.iq-mr-0 {
    margin-right: 0px;
}

.iq-mr-10 {
    margin-right: 10px;
}

.iq-mr-15 {
    margin-right: 15px;
}

.iq-mr-20 {
    margin-right: 20px;
}

.iq-mr-25 {
    margin-right: 25px;
}

.iq-mr-30 {
    margin-right: 30px;
}

.iq-mr-40 {
    margin-right: 40px;
}

.iq-mr-50 {
    margin-right: 50px;
}

.iq-mr-60 {
    margin-right: 60px;
}

.iq-mr-70 {
    margin-right: 70px;
}

.iq-mr-80 {
    margin-right: 80px;
}

.iq-mr-90 {
    margin-right: 90px;
}

.iq-mr-100 {
    margin-right: 100px;
}


/* ---------- MAX 800PX ---------- */

@media only screen and (max-width: 560px) {
    .carousel-item {
        height: auto;
    }
    .cardRobos {
        width: 100% !important;
    }
}