/*--------------------------- Fonts ----------------------------*/


/*-------------------------------------------------------------- #0.1 Theme Reset Style --------------------------------------------------------------*/

html {
    font-size: 16px;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {}
}

p {
    color: #424040;
    line-height: 1.8em;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #f26744;
}

ul {
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}


/*img { max-width: 100%; }*/

.header-style-5 .upper-topbar,
.header-style-6 .upper-topbar {
    background: #171616;
    padding: 8px 12px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.header-style-4 .upper-topbar ul,
.header-style-5 .upper-topbar ul,
.header-style-6 .upper-topbar ul {
    list-style: none;
    overflow: hidden;
}


/*.header-style-4 .upper-topbar ul li, .header-style-5 .upper-topbar ul li, .header-style-6 .upper-topbar ul li { float: left; }*/

.header-style-5 .upper-topbar ul li {
    text-align: center;
    display: inline;
}

.header-style-5 .upper-topbar-contact i,
.header-style-6 .upper-topbar-contact i {
    color: linear-gradient(to right, #ffcc33, #ffb347);
    display: inline-block;
    padding-right: 5px;
    /*color: #ffc33a;*/
}

.header-style-5 .upper-topbar p,
.header-style-6 .upper-topbar p,
.header-style-5 .upper-topbar li,
.header-style-6 .upper-topbar li,
.header-style-5 .upper-topbar a,
.header-style-6 .upper-topbar a {
    color: #fff;
}

.header-style-4 .upper-topbar-contact ul > li + li,
.header-style-5 .upper-topbar-contact ul > li + li,
.header-style-6 .upper-topbar-contact ul > li + li {
    margin-left: 40px;
}

.header-style-5 .upper-topbar-social ul > li + li,
.header-style-6 .upper-topbar-social ul > li + li {
    margin-left: 10px;
}


/*navbar*/

.header-style-5 #navbar-menu > ul > li > a,
.header-style-6 #navbar-menu > ul > li > a {
    margin-right: 0px;
    font-weight: 600;
    border-radius: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

#navbar-menu > ul .sub-menu {
    background: #fff;
}

.site-header #navbar-menu > ul > li .sub-menu li {
    border-bottom: 1px solid #fff !important;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
}

.site-header #navbar-menu > ul > li .sub-menu a {
    font-size: 14px;
    /* font-size: 0.93333rem; */
    color: #000;
    display: block;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.navbar-nav .menu-item-has-children .active {
    color: #fffff7 !important;
    font-weight: 600;
    /*background: #00438B!important;*/
    background: #f26744 !important;
}

.navbar-nav .menu-item-has-children a:hover {
    /*color: #fffff7!important;*/
    font-weight: 600;
    box-shadow: 1px 1px 5px 0px #ddd;
    transition: .5s;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px 5px;
        font-weight: 600;
    }
}

.nav > li {
    position: relative;
    padding: 15px 5px;
}

.menu-item-has-children > .dropdown-menu > a:hover {
    background-color: #ff85b1 !important;
    color: #fff !important;
    transition: all 0.1s ease-in-out;
    transition: .5s;
}

.dropdown-menu {
    overflow: hidden;
    border: 0px;
    border-bottom: 0px;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar-brand .logo {
    width: 125px;
}

@media (max-width: 768px) {
    .navbar-brand .logo {
        width: 80px;
    }
    .navbar-brand {
        padding: 3px 0px;
    }
    .nav > li {
        position: relative;
        display: block;
        padding: 0px 0px;
    }
    .header-style-5 #navbar-menu > ul > li > a,
    .header-style-6 #navbar-menu > ul > li > a {
        border-radius: 0px;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-right: 0px;
    }
}


/*navbar*/


/*about*/

.about-section,
.about-section-s3,
.about-section-s4,
.about-section-s5,
.about-section-with-bg {
    background-color: #fff;
}

.section-padding {
    padding: 30px 0;
}

.section-title-s2 {
    text-align: left !important;
}

.section-title-s2 h2 {
    line-height: 1.2em;
}

.section-title,
.section-title-s2,
.section-title-s3,
.section-title-s4,
.section-title-s5 {
    text-align: center;
    margin: 0 0 45px;
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2,
.section-title-s4 h2,
.section-title-s5 h2 {
    font-size: 36px;
    font-size: 2.4rem;
    line-height: 1em;
    margin: 0;
    padding-bottom: 0.47em;
    position: relative;
}

.section-title-s2 h2:after {
    left: 20px !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.section-title h2:after,
.section-title-s2 h2:after,
.section-title-s3 h2:after,
.section-title-s4 h2:after,
.section-title-s5 h2:after {
    content: "";
    background-color: #f26744;
    /* background-color: #FF8A73;*/
    width: 40px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.about-section .about-details,
.about-section-s3 .about-details,
.about-section-s4 .about-details,
.about-section-s5 .about-details,
.about-section-with-bg .about-details {
    padding-right: 30px;
}

.about-section .about-details p,
.about-section-s3 .about-details p,
.about-section-s4 .about-details p,
.about-section-s5 .about-details p,
.about-section-with-bg .about-details p {
    color: #4a4a4a;
    margin-bottom: 2em;
}

.about-section .about-chart {
    /* background: #0F2027; background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); background: linear-gradient(to right, #2C5364, #203A43, #0F2027);*/
    background: #f26744;
    padding: 35px;
    border-radius: 10%;
    box-shadow: 9px 10px 16px 0px grey;
}

.about-section .about-chart form {
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

.about-section .about-chart .form-control {
    margin-bottom: 20px;
    background: none;
    border: 0px;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    color: #fff;
}

.about-section .about-chart form .sendd {
    text-align: center;
}

.our-services-section {
    background-image: url(../images/jubstron-bg.png), linear-gradient(to left, #171616, #171616);
    background-repeat: repeat;
    background-size: cover;
}

.our-services-section .section-title h2 {
    color: #fff;
}


/*services*/

.services-grid-s2 {
    padding: 0px;
    border-right: 1px solid #fff;
    margin-bottom: 20px;
}

.services-grid-s2 .grid {
    text-align: center;
    padding: 15px 15px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    /*background-color: #fff;*/
    /*transition: all .5s linear;*/
}

.services-grid-s2:hover .grid {
    /* box-shadow: 3px 3px 2px 1px #fff;*/
    /*transition: all .5s linear;*/
}

.services-grid-s2 .grid .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.services-grid-s2 .grid .fa:before {
    font-size: 45px;
    line-height: 100px;
    color: #fdd415;
}


/* .fa:before { margin: 0; } */

.services-grid-s2 .grid h3 {
    font-size: 24px;
    font-size: 1.3rem;
    margin: 0 0 0.83em;
    padding-bottom: 0.42em;
    position: relative;
    color: #fff;
}

.services-grid-s2 .grid .icon,
.services-grid-s2 .grid .details {
    position: relative;
    z-index: 2;
}

.services-grid-s2 .grid .details p {
    min-height: 150px;
    font-weight: 600;
    color: #fff;
}

.services-grid-s2 .grid h3:after {
    content: "";
    background-color: #f26744;
    width: 28px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services-grid-s2 .read-more {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.services-grid-s2:hover .read-more {
    color: #000;
}

.services-grid-s2:hover .icon img {
    background-color: #181717;
}

.services-grid-s2 .grid:hover .hover-grid {
    opacity: 1;
}

.services-grid-s2 .grid:hover .hover-grid span {
    height: 100%;
    opacity: 1;
}

.services-grid-s2 .grid:hover h3,
.services-grid-s2 .grid:hover p {
    color: #000;
}

.services-grid-s2 .grid:hover .read-more {
    color: #000;
}


/*.ser-box-grid:hover { background-image: url(../images/service-back.png); background-position: center; background-repeat: no-repeat; background-size: contain; transition: all 0.3s; } */

.hover-grid {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hover-grid span {
    background-color: #fff;
    background-repeat: repeat;
    background-size: cover;
    /*background: #FF8A73;*/
    width: 33.33%;
    height: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-grid span:nth-child(2) {
    left: 33.33%;
    height: 20%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-grid span:nth-child(3) {
    left: 66.66%;
    height: 30%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*portfolio*/

.projects-section {
    background: #fbf9f9;
}

.box {
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.box img {
    width: 100%;
    height: 220px;
}

.box .box-content {
    padding: 25% 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.box:hover .box-content {
    opacity: 1;
    transition-delay: 0.2s;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
    content: "";
    width: 50%;
    height: 50%;
    background: #171616c7;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.05);
    transition: all 0.3s ease 0s;
}

.box:after {
    left: auto;
    right: 0;
    transition-delay: 0.1s;
}

.box .box-content:before,
.box .box-content:after {
    top: auto;
    bottom: 0;
    z-index: -1;
    transition-delay: 0.2s;
}

.box .box-content:after {
    left: auto;
    right: 0;
    transition-delay: 0.3s;
}

.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
}

.box .title {
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px 0;
}

.box .post {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 10px 0;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.box .icon li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #f5bc24;
    transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
    text-decoration: none;
    border-radius: 50%;
    background: #f5bc24;
    color: #fff;
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}


/*portfolio*/


/*team*/

.team-grids {
    margin-bottom: 10px;
    text-align: center;
}

.team-section,
.team-pg-section {
    padding-bottom: 50px;
}

.team-grids .grid:hover .member-info {
    background-color: #fdd415;
}

.member-pic img {
    height: 250px;
    width: 250px;
    border-radius: 100%;
}

.team-grids .member-info {
    background-color: #012f5c;
    text-align: center;
    padding: 13px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.team-grids .member-info h4 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
}

.team-grids .member-info > span {
    color: #fdd415;
    font-weight: 600;
}

.team-grids .grid:hover .member-info h4,
.team-grids .grid:hover .member-info > span {
    color: #012f5c;
}


/*team*/


/*testimonial*/

.testimonials-section {
    background: #f9f9f9;
}

.testimonials-section .details p,
.testimonials-pg-content .details p {
    color: #666;
}

@media screen and (min-width: 1200px) {
    .testimonials-section .owl-controls .owl-nav .owl-prev,
    .testimonials-pg-content .owl-controls .owl-nav .owl-prev,
    .testimonials-section .owl-controls .owl-nav .owl-next,
    .testimonials-pg-content .owl-controls .owl-nav .owl-next {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.testimonials-section .owl-controls .owl-nav .owl-prev,
.testimonials-pg-content .owl-controls .owl-nav .owl-prev {
    left: -80px;
}

.testimonials-section .owl-controls .owl-nav .owl-next,
.testimonials-pg-content .owl-controls .owl-nav .owl-next {
    right: -40px;
}

.testimonials-section .owl-controls .owl-nav .owl-prev,
.testimonials-pg-content .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next,
.testimonials-pg-content .owl-controls .owl-nav .owl-next {
    background-color: transparent;
    color: #012f5c;
    font-size: 24px;
    font-size: 1.6rem;
}

.testimonials-section .owl-controls .owl-nav .owl-prev:hover,
.testimonials-pg-content .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover,
.testimonials-pg-content .owl-controls .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #fdd415;
}

.client-pic img {
    width: 100px !important;
    height: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 100px;
}


/*fun*/


/*-------------------------------------------------------------- #2.1 fun-fact --------------------------------------------------------------*/

.fun-fact {
    background-image: url(../images/jubstron-bg.png), linear-gradient(to left, #171616, #171616);
    /* background-repeat: repeat; */
    background-size: cover;
    padding: 85px 0;
    position: relative;
}

@media (max-width: 991px) {
    .fun-fact {
        padding: 85px 0 25px;
    }
}

@media (max-width: 767px) {
    .fun-fact {
        padding: 70px 0 5px;
    }
}

@media (max-width: 500px) {
    .fun-fact {
        padding: 50px 0 10px;
    }
}


/* .fun-fact:before { content: ""; background: #0F2027; background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); background: linear-gradient(to right, #2C5364, #203A43, #0F2027); width: 100%; height: 100%; position: absolute; left: 0; top: 0; } */

@media (max-width: 991px) {
    .fun-fact .row > .col {
        margin-bottom: 60px;
    }
}

@media (max-width: 500px) {
    .fun-fact .row > .col {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}

.fun-fact .grid {
    position: relative;
    padding-left: 125px;
    text-align: left;
}

@media (max-width: 1199px) {
    .fun-fact .grid {
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .fun-fact .grid {
        padding-left: 80px;
    }
}

@media (max-width: 500px) {
    .fun-fact .grid {
        display: inline-block;
    }
}

.fun-fact .icon {
    background: #f26744;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -12px;
}

.fun-fact .icon i {
    font-size: 45px;
    line-height: 100px;
    color: #fff;
}

@media (max-width: 1199px) {
    .fun-fact .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .fun-fact .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: 0;
    }
}

.fun-fact .icon .fi:before {
    font-size: 52px;
    font-size: 3.46667rem;
    color: #012f5c;
}

@media (max-width: 1199px) {
    .fun-fact .icon .fi:before {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

.fun-fact h3 {
    font-size: 48px;
    font-size: 3.2rem;
    color: #fff;
    margin: 0;
}

@media (max-width: 1199px) {
    .fun-fact h3 {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

@media (max-width: 767px) {
    .fun-fact h3 {
        font-size: 30px;
        font-size: 2rem;
    }
}

.fun-fact span {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
}

@media (max-width: 1199px) {
    .fun-fact span {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .fun-fact span {
        font-size: 14px;
        font-size: 0.93333rem;
    }
    .fun-fact .icon i {
        font-size: 30px;
        line-height: 60px;
    }
}


/*footer*/

.site-footer {
    /*background-image: linear-gradient(to left, rgb(0 0 0 / 49%), rgb(0 0 0 / 57%)), url(../images/footer-back.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #171616;
    padding: 30px 0;
}

.site-footer .about-widget {
    padding-right: 25px;
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
    font-size: 24px;
    font-size: cacl-rem-value(24);
    color: #fff;
    text-transform: uppercase;
    margin: 1em 0 1em;
    padding-bottom: 0.5em;
    position: relative;
}

.site-footer .widget > h3:before,
.site-footer .widget .footer-logo:before {
    content: "";
    background-color: #f26744;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
    color: #fff;
    font-weight: 600;
}

.site-footer .upper-footer p {
    text-align: justify;
}

.site-footer .upper-footer ul {
    list-style: none;
}

.site-footer .links-widget ul li {
    position: relative;
    padding-left: 20px;
}

.site-footer .links-widget ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    position: absolute;
    left: 0;
    top: -1px;
}

.site-footer .links-widget ul li + li {
    margin-top: 16px;
}

.site-footer .twitter-feed-widget .contact-info i {
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.site-footer .twitter-feed-widget .contact-info li + li {
    padding-top: 14px;
    margin-top: 14px;
}

.site-footer .copyright-info {
    padding: 15px 0;
    margin-top: 30px;
}

.site-footer .copyright-info .footer-social {
    float: right;
}

.site-footer .copyright-info .footer-social span {
    color: #7f97ad;
    display: inline-block;
    padding-right: 5px;
}

.site-footer .copyright-info .social-links {
    list-style: none;
    float: right;
    overflow: hidden;
}

.site-footer .copyright-info .social-links li {
    float: left;
}

#bottom-bar {
    /*background: linear-gradient(to right, #2C5364, #203A43, #0F2027);*/
    background: #171616;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    display: none;
    animation: go-home 600ms forwards;
}

.bottom-bar a {
    color: #fff;
    font-weight: 600;
}

.back-to-top {
    background-color: rgba(253, 212, 21, 0.9);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-single-section ul {
    list-style: none;
}

.service-sidebar .link-widget li,
.case-study-sidebar .link-widget li {
    font-family: "Poppins", sans-serif;
    background-color: #f0f0f1;
    border-radius: 5px;
    position: relative;
}

.service-single-section p,
.service-single-section li {
    color: #6a6a6a;
}

.service-sidebar .link-widget li:hover a,
.service-sidebar .link-widget li.active a,
.case-study-sidebar .link-widget li:hover a,
.case-study-sidebar .link-widget li.active a {
    color: #fff;
}

.service-sidebar .link-widget li:hover:after,
.service-sidebar .link-widget li.active:after,
.case-study-sidebar .link-widget li:hover:after,
.case-study-sidebar .link-widget li.active:after {
    color: #fff;
}

.service-sidebar .link-widget a,
.case-study-sidebar .link-widget a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #666;
    padding: 14px 25px;
    display: block;
}

.service-sidebar .link-widget li:after,
.case-study-sidebar .link-widget li:after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 16px;
    font-size: 1.06667rem;
    color: #666;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-sidebar .link-widget li:hover,
.service-sidebar .link-widget li.active,
.case-study-sidebar .link-widget li:hover,
.case-study-sidebar .link-widget li.active {
    /*background: #00438b;*/
    background: #f26744;
}

.service-sidebar .link-widget ul > li + li,
.case-study-sidebar .link-widget ul > li + li {
    margin-top: 10px;
}

.service-single-section .service-single-content h3 {
    font-size: 24px;
    margin: 0 0 0.69em;
}

.service-single-section p,
.service-single-section li {
    color: #6a6a6a;
}

.service-sidebar > .widget + .widget,
.case-study-sidebar > .widget + .widget {
    margin-top: 55px;
}

.service-sidebar h3,
.case-study-sidebar h3 {
    font-size: 24px;
    font-size: 1.6rem;
}

.service-single-section ul {
    list-style: none;
}

.service-sidebar .contact-widget ul li,
.case-study-sidebar .contact-widget ul li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #666;
    line-height: 1.6em;
    padding-left: 45px;
    position: relative;
}

.service-single-section .about-chart {
    background: #f26744;
    padding: 20px;
    border-radius: 5px;
}

.service-single-section .about-chart .form-control {
    margin-bottom: 20px;
    background: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
}

.service-single-section .about-chart form .sendd {
    text-align: center;
}

.service-single-section .about-chart .form-control::placeholder {
    color: #fff !important;
}

.service-sidebar .contact-widget ul li i,
.case-study-sidebar .contact-widget ul li i {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #012f5c;
    position: absolute;
    left: 0;
    top: 4px;
}

.service-sidebar .contact-widget ul > li + li,
.case-study-sidebar .contact-widget ul > li + li {
    margin-top: 30px;
}

.service-single-section .discussion ul {
    margin-top: 25px;
}

.service-single-section .discussion ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.service-single-section .discussion ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

.link-widget {
    margin-bottom: 20px;
}


/*contact*/

.contact-pg-content .contt-ddiv {
    border: 1px solid grey;
    font-weight: 600;
    border-radius: 0px;
    padding: 20px;
    display: flex;
}

.contact-pg-content .contt-ddiv i {
    height: 50px;
    width: 50px;
    border: 1px dashed red;
    border-radius: 50px;
    padding-top: 15px;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
}

.contact-pg-content form input,
.contact-pg-content form textarea {
    height: 45px;
    font-size: 15px;
    font-size: 1rem;
    border: 1px solid #7f7f7f;
    border-radius: 0px;
    padding: 6px 15px;
}

.contact-section form .col,
.contact-pg-content form .col {
    margin-bottom: 15px;
}

.contact-pg-content form textarea {
    height: 140px;
}

.contact-pg-content form button:hover {
    background-color: #000;
}

.contact-pg-content form button {
    height: 45px;
    width: 150px;
    line-height: 45px;
    background-color: #f26744;
    color: #fff;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    border: 1px solid #f26744;
}

.inner-banner {
    margin-bottom: 25px;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .social {
        left: -20px;
    }
}

@media only screen and (max-width: 480px) {
    .our-team .social {
        left: -20px;
    }
    .animate-box img {
        width: 180px !important;
        height: 180px !important;
    }
    .section-title h2,
    .section-title-s2 h2 {
        font-size: 20px;
    }
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}

.button-primary,
.button-primary:focus {
    color: #ffffff;
    background-color: #1FDE82;
    border-color: #1FDE82;
}

.button-shadow {
    box-shadow: 0 8px 32px rgba(31, 222, 130, 0.46);
}

.button-default-outline,
.button-default-outline:focus {
    color: #5D6678;
    background-color: transparent;
    border-color: #DCDFE5;
}

html .group-lg > * {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

.button-primary:hover,
.button-primary:active,
.button-primary.active {
    color: #ffffff;
    background-color: #2570FF;
    border-color: #2570FF;
}

.button-default-outline:hover,
.button-default-outline:active,
.button-default-outline.active {
    color: #ffffff;
    background-color: #1FDE82;
    border-color: #1FDE82;
}

.unit-left {
    text-align: center;
}

.box-numeric-num {
    width: 80px;
    height: 80px;
    background-color: #171616;
    line-height: 80px;
    border-radius: 100px;
    color: #fff;
    font-size: 35px;
}

.row-margin {
    margin-top: 80px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    z-index: 1;
}


/*----- Social Links -----*/

.social-nav {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
}

.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}

.social-nav a {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.social-nav a {
    overflow: hidden;
    font-size: 14px;
    border-radius: 0px;
}

.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}

.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

.social-nav .twitter:hover {
    color: #00ACED;
}

.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.social-nav .facebook:hover {
    color: #3B579D;
}

.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.social-nav .google:hover {
    color: #DD4A3A;
}

.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.social-nav .linkedin:hover {
    color: #007BB6;
}

.social-nav .pinterest {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    /* background: #CB2026;*/
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.social-nav .pinterest:hover {
    color: #CB2026;
}

@media only screen and (max-width: 480px) {
    .services-grid-s2 {
        border-right: none;
        padding: 0px 15px 0px 15px;
    }
    .services-grid-s2 .grid {
        border: 1px solid #fff;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0;
        position: absolute;
        width: 240px;
        right: -240px;
        top: 50px;
        background: white;
        transition: 0.5s;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block !important;
        right: 0px;
        transition: 0.5s;
    }
}

@media (max-width: 767px) {
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-style-5 #navbar-menu > ul > li > a {
        font-size: 12px;
    }
    .site-header #navbar-menu > ul > li .sub-menu a {
        font-size: 12px;
    }
}

.navbar-nav .menu-item-has-children a:active {
    color: #fffff7 !important;
    font-weight: 600;
    /* background: #00438B!important; */
    background: #a9202d !important;
}

.pattern_div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.waves1 {
    position: absolute;
    bottom: 15%;
    left: 27%;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    z-index: 1;
    opacity: 0.3;
}

.waves2 {
    position: absolute;
    top: 10%;
    left: 7%;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    z-index: 1;
    opacity: 0.3;
}

.cr-tr1 {
    position: absolute;
    left: 17%;
    top: 45%;
    -webkit-animation: myOrbit 20s linear infinite;
    animation: myOrbit 20s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.cr-tr2 {
    position: absolute;
    right: 15%;
    top: 15%;
    -webkit-animation: myOrbit 25s linear infinite;
    animation: myOrbit 25s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.plus-b1 {
    position: absolute;
    right: 14%;
    top: 53%;
    -webkit-animation: myOrbit 30s linear infinite;
    animation: myOrbit 30s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.plus-b2 {
    position: absolute;
    top: 43%;
    right: 47%;
    -webkit-animation: myOrbit 20s linear infinite;
    animation: myOrbit 20s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.plus-s1 {
    position: absolute;
    bottom: 20%;
    right: 50%;
    -webkit-animation: myOrbit 20s linear infinite;
    animation: myOrbit 20s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.plus-s2 {
    position: absolute;
    bottom: 16%;
    right: 45%;
    -webkit-animation: myOrbit 25s linear infinite;
    animation: myOrbit 25s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.plus-s3 {
    position: absolute;
    bottom: 25%;
    right: 45%;
    -webkit-animation: myOrbit 30s linear infinite;
    animation: myOrbit 30s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.circle-b {
    position: absolute;
    top: 25%;
    left: 58%;
    -webkit-animation: myOrbit 25s linear infinite;
    animation: myOrbit 25s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

.shape-cr {
    position: absolute;
    bottom: 25%;
    left: 5%;
    -webkit-animation: pulsate 3s ease-out;
    animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1;
    opacity: 0.1;
}

.shape-tall {
    position: absolute;
    bottom: 0%;
    left: 10%;
    z-index: 1;
    opacity: 0.1;
    width: 100px;
}

.dots {
    position: absolute;
    right: 5%;
    bottom: 18%;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    z-index: 1;
    opacity: 0.3;
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes myOrbit {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

.navi li .fa-home {
    color: #fffffe;
}

.navi li .fa-folder-open-o {
    color: #085e75;
}

.navi li .fa-user {
    color: #ff6a00;
}

.navi li .fa-users {
    color: #0eb140;
}

.navi li .fa-newspaper-o {
    color: #f44656;
}

.navi li .fa-inr {
    color: #0eb140;
}

.topbar::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -24px;
    width: 100px;
    height: 40px;
    transform: skew(50deg);
    background: #171616;
}

.topbar::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -15px;
    width: 15px;
    height: 41px;
    background: #171616;
}

#nav-logo {
    display: none;
    transition: 1s;
}

@media only screen and (max-width: 768px) {
    #nav-logo {
        display: block !important;
    }
}

.dropdown-menu {
    background-color: transparent !important;
    border: none !important;
}

.dropdown-menu li {
    animation: move .7s linear;
    background-color: #fff;
    border: none !important;
}

@keyframes move {
    0% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

.dropdown-menu li:nth-child(1) {
    animation-delay: .1s;
}

.dropdown-menu li:nth-child(2) {
    animation-delay: .2s;
}

.dropdown-menu li:nth-child(3) {
    animation-delay: .3s;
}

.dropdown-menu li:nth-child(4) {
    animation-delay: .4s;
}

.dropdown-menu li:nth-child(5) {
    animation-delay: .5s;
}

.dropdown-menu li:nth-child(6) {
    animation-delay: .6s;
}

.serviceBox {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0px 25px 40px;
    margin: 20px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.serviceBox:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: linear-gradient(to top, #008d86, #01a2a6);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}

.serviceBox:after {
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}

.serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(-45deg, #008d86 49%, #01a2a6 50%);
    font-size: 45px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.service-icon img {
    width: 100%;
    height: 100%;
}

.serviceBox .title {
    color: #008d86;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.serviceBox.pink:before,
.serviceBox.pink:after {
    background: linear-gradient(to top, #f53985 49%, #fd47a4);
}

.serviceBox.pink .service-icon {
    background: linear-gradient(-45deg, #f53985 49%, #fd47a4 50%);
}

.serviceBox.pink .title {
    color: #f53985;
}

.serviceBox.purple:before,
.serviceBox.purple:after {
    background: linear-gradient(to top, #8b33cc 49%, #a23adc);
}

.serviceBox.purple .service-icon {
    background: linear-gradient(-45deg, #8b33cc 49%, #a23adc 50%);
}

.serviceBox.purple .title {
    color: #8b33cc;
}

.serviceBox.blue:before,
.serviceBox.blue:after {
    background: linear-gradient(to top, #038bec 49%, #01aeee);
}

.serviceBox.blue .service-icon {
    background: linear-gradient(-45deg, #038bec 49%, #01aeee 50%);
}

.serviceBox.blue .title {
    color: #038bec;
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 20px 0 50px;
    }
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    font-weight: bold;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #f26744;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.theme-btn {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #000;
    padding: 10px 25px;
    border: 1px solid #f26744;
    border-radius: 100px;
    display: inline-block;
    position: relative;
}

.theme-btn:hover {
    color: #000;
}

.tw-slider-bg-1 {
    background-size: 100%
}

.slider-content {
    margin-top: 100px;
}

.slider-inner {
    padding-top: 50px;
}

.tw-hero-slider img {
    width: auto !important;
}

.tw-slider-bg-1:after {
    background-image: url(../images/slider/slider_bg_1.jpg)
}

.tw-slider-subtitle {
    color: #757575;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 2px
}

.tw-slider-title {
    color: #2f2c2c;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 36px
}

.tw-slider-title span {
    color: #fa6742
}

.tw-hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%
}

.tw-hero-slider .owl-nav button {
    border: none;
    position: absolute;
    left: 25px;
    transition: all .3s linear;
    background: rgb(23 22 22);
    padding: 10px 15px;
    color: #fff
}

.tw-hero-slider .owl-nav button.owl-next {
    left: auto;
    right: 25px;
}

.tw-hero-slider .owl-nav button:focus {
    outline: 0
}

.tw-hero-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 5;
    text-align: center
}

.tw-hero-slider .owl-dots button {
    opacity: .5;
    border: none;
    border-radius: 25px;
    width: 30px;
    height: 5px;
    background: #333;
    margin: 0 5px
}

.tw-hero-slider .owl-dots button.active {
    opacity: 1;
    background: #f7b19e
}

.tw-hero-slider .owl-item .slider-1 .tw-slider-title {
    font-size: 48px;
    margin-bottom: 35px
}

.tw-hero-slider .owl-item .slider-1 img {
    margin-bottom: 42px;
    margin-left: auto;
    margin-right: auto
}

.tw-hero-slider .active a,
.tw-hero-slider .active h1,
.tw-hero-slider .active h4 {
    -webkit-animation: fadeInDown .3s both !important;
    animation: fadeInDown .3s both !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-animation-duration: 1.3s !important;
    animation-duration: 1.3s !important;
}

.tw-hero-slider .active img {
    -webkit-animation: fadeInUp .3s both !important;
    animation: fadeInUp .3s both !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-animation-duration: 1.3s !important;
    animation-duration: 1.3s !important;
}

.tw-hero-slider .active .slider-1 img {
    -webkit-animation: fadeInDown .3s both !important;
    animation: fadeInDown .3s both !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-animation-duration: 1.3s !important;
    animation-duration: 1.3s !important;
}

.tw-hero-slider .active .slider-1 a,
.tw-hero-slider .active .slider-1 h1,
.tw-hero-slider .active .slider-1 h4 {
    -webkit-animation: fadeInUp .3s both !important;
    animation: fadeInUp .3s both !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-animation-duration: 1.3s !important;
    animation-duration: 1.3s !important;
}

.slider-arrow img {
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center
}

.slider-arrow img:nth-child(1) {
    left: 30px
}

.slider-arrow img:nth-child(2) {
    top: auto;
    bottom: 0
}

.slider-arrow img:nth-child(3) {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto
}

.slider-1 {
    background: #0298d0;
    position: relative
}

.slider-1 .slider-content p {
    color: #757575
}

.slider-1 .tw-slider-subtitle {
    color: #fff
}

.slider-2 {
    background-color: #f26744;
    position: relative
}


/*.slider-2 .slider-content { padding-right: 43px }*/

.slider-3 {
    background-color: #2bc2a7;
    position: relative
}

.slider-wrapper {
    width: 100%;
    height: 500px
}

.slider-content {
    margin-top: 100px
}

.slider-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 26px
}

.slider-content h1 span {
    color: #2e2c2d
}

.slider-content p {
    margin-bottom: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 32px
}

.slider-img {
    width: 100%
}

.bottom-seo {
    position: relative;
}

.sppb-addon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.sppb-addon-header.sppb-text-center h2 small {
    color: #b4b4b4;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
}

.sppb-addon-header.sppb-text-center h2 {
    color: #2f2c2c;
    font-size: 30px;
}

@media screen and (max-width:767px) {
    .slider-arrow {
        display: none;
    }
    .slider-wrapper {
        height: 600px;
    }
    .tw-hero-slider .owl-nav button {
        padding: 10px 15px;
    }
    .tw-hero-slider .owl-nav button {
        left: 10px;
    }
    .tw-hero-slider .owl-nav button.owl-next {
        right: 10px;
    }
    .sppb-addon-header.sppb-text-center h2 {
        font-size: 10px !important;
    }
}

@media screen and (max-width:400px) {
    .slider-wrapper {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .slider-wrapper .slider-content {
        margin: 0;
        text-align: center;
    }
    .slider-content h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .slider-inner {
        padding-top: 50px;
    }
    .tw-hero-slider .owl-item img {
        display: block;
        width: 100% !important;
    }
}

.testimonials-slider .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.testimonials-slider .owl-nav .owl-prev {
    padding: 0px 8px;
    font-size: 20px;
    color: #fff;
    background-color: #f26744;
    border: 0px;
    margin-right: 10px;
}

.testimonials-slider .owl-nav .owl-next {
    padding: 0px 8px;
    font-size: 20px;
    color: #fff;
    background-color: #f26744;
    border: 0px;
}

.about-section .about-chart .form-control::placeholder {
    color: #fff;
}

.sp-page-title {
    padding: 145px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

#fixed-form-container {
    position: fixed;
    bottom: 0px;
    margin: 0;
    z-index: 999;
    right: -330px;
    transition: 1s;
    float: left;
    /* height: 100%;*/
}

.open-left#fixed-form-container {
    right: 0px;
}

#fixed-form-container .button2:before {
    content: "+ ";
}

#fixed-form-container .expanded:before {
    content: "- ";
}

#fixed-form-container .button2 {
    font-size: 1.1em;
    cursor: pointer;
    float: left;
    border: 2px solid #f26744;
    border-radius: 2px 2px 2px 2px;
    padding: 10px 3px 10px 3px;
    background-color: #f26744;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
    writing-mode: vertical-rl;
    /*position: relative; top: 50%; transform: translateY(-50%);*/
}


/*#fixed-form-container .form-body { }*/

#fixed-form-container .form-body {
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #e25454;
    margin-bottom: 16px;
    padding: 30px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    width: 330px;
    height: 100%;
}

.mp-go-to-home {
    opacity: 0;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 1100;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to right, #ffcc33, #ffb347);
    font-size: 13px;
    color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.mp-go-to-home.mp-active {
    animation: go-home 600ms forwards;
    display: block;
}

@keyframes go-home {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#social-sidebar {
    left: 0;
    position: fixed;
    top: 30%;
    z-index: 1;
}

#social-sidebar li {
    list-style: none;
}

#social-sidebar li:first-child a {
    border-top-right-radius: 5px;
}

#social-sidebar li:last-child a {
    border-bottom-right-radius: 5px;
}

#social-sidebar a {
    background: #0F2027;
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#social-sidebar a:hover span {
    left: 120%;
    opacity: 1;
}

#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {
    background: #00aced;
}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {
    background: #3B5998;
}

#social-sidebar a[class*="gplus"]:hover,
#social-sidebar a[class*="gplus"] span,
#social-sidebar a[class*="gplus"] span:before {
    background: #E34429;
}

#social-sidebar a[class*="dribbble"]:hover,
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before {
    background: #ea4c89;
}

#social-sidebar a[class*="dropbox"]:hover,
#social-sidebar a[class*="dropbox"] span,
#social-sidebar a[class*="dropbox"] span:before {
    background: #8DC5F2;
}

#social-sidebar a[class*="github"]:hover,
#social-sidebar a[class*="github"] span,
#social-sidebar a[class*="github"] span:before {
    background: #9C7A5B;
}

#social-sidebar a[class*="evernote"]:hover,
#social-sidebar a[class*="evernote"] span,
#social-sidebar a[class*="evernote"] span:before {
    background: #6BB130;
}

.whatsapp {
    position: fixed;
    bottom: 5px;
    left: 10px;
    z-index: 9999;
}

.whatsapp img {
    background: #fff;
    border-radius: 100%;
}

.service-single-content strong {
    font-weight: 900;
    color: #000;
    font-size: 15px;
}

.service-sidebar {
    position: sticky;
    top: 90px;
    background-color: #fff;
    z-index: 1;
}

.ola-uber{
    background-image: url(../images/car-booking-banner.jpg);
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 050px 0px;
}
.ola-uber2{
    background-image: url(../images/bg-interface2-1.jpg);
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 050px 0px;
}
.app-part{
    background-color: #fff;
    
}
.app-part h3{
    padding: 10px 0px;
    margin: 0px;
    font-weight: 800;
    color: #0f75bc;
    font-size: 18px;
    
}
.inter{
    margin: 40px 0px;
}
.inter h2, .inter p{
    color: #fff;
}
.ddriver .app-part img{
    width: auto!important;
    filter: brightness(100%) contrast(100%) saturate(86%) blur(0px) hue-rotate(0deg);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f7931f;
    border-radius: 27px 27px 27px 27px;
}
.section-padding .app-part{
    background-color: transparent;
}
.user-app .app-part h3, .user-app .app-part p{
    color: #fff;
}
.user-admin {
    background-image: url(../images/user-bg-1.jpg);
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 050px 0px;
}
/*.col-md-pull-8{
    position: sticky!important;
    top: 80px;
}*/