/***====================================================================	Reset==================================================================== ***/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;800&display=swap');
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-family: 'Rubik';
}

html {
    overflow-x: hidden;
}


/***====================================================================Global Settings==================================================================== ***/

body {
    font-family: 'Rubik';
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #555;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Rubik';
    color: #000;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}


/* Typography */

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input,
button,
select,
select {}

select {
    overflow: hidden;
}

ul,
li {
    list-style: none
}

p {
    position: relative;
    line-height: 1.8em;
    margin: 0;
    font-size: 16px;
    font-weight: lighter;
    color: #000;
    text-align: justify;
}

a {
    text-decoration: none !important;
}

.auto-container {
    position: static;
    max-width: 1250px;
    width: 1250px;
    padding: 0px 15px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}


/**********HEADER************/

header {
    width: 100%;
    float: left;
    margin-top: -5px;
    position: absolute;
}

img.home-logo {
    width: 100px;
}

.inner-head li a {
    color: #9a9a9a;
}

.dropdown:hover .dropdown_menu li {
    display: block;
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 40px;
    width: 250px;
    perspective: 100px;
    z-index: 9999999;
    padding: 0;
    margin-top: 22px;
    background-color: #34495e;
}

.dropdown_menu li {
    display: none;
    color: #fff;
    background-color: #34495e;
    font-size: 16px;
    opacity: 0;
}

.dropdown_menu li:hover {
    background-color: #d81118;
}

span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown:hover .dropdown_menu--animated {
    display: block;
}

.dropdown_menu--animated {
    display: none;
}

.dropdown_menu--animated li {
    display: block;
    opacity: 1;
}

li.dropdown.dropdown-7:hover ul.dropdown_menu.dropdown_menu--animated.dropdown_menu-7 {
    display: block;
}

.dropdown_menu-6 {
    animation: growDown 100ms ease-in-out forwards;
    transform-origin: top center;
}

li.dropdown.dropdown-7 li {
    animation: slideIn 0.5s forwards !important;
}

li.dropdown.dropdown-7 li:last-child {
    animation: slideIn 0.9s forwards !important;
}

header nav ul li ul.dropdown_menu li a {
    color: #fff;
    margin: 0;
    padding: 10px 20px !important;
    display: block;
    border-bottom: 1px solid #676767;
}

header nav ul li ul.dropdown_menu li {
    list-style: none;
    transform: translateX(0rem) !important;
    animation: slideIn .5s forwards;
}

header nav ul li ul.dropdown_menu li a:after {
    content: inherit !important
}

header.inner-header ul {
    padding: 0;
    margin-top: 8px;
}

header.inner-header ul a {
    padding-bottom: 23px;
}

li.social-icon a {
    padding-bottom: 0 !important;
}

header.inner-header .brand img {
    width: 90px;
}

.menu-toggle {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    color: #eeeeee;
    font-size: 3rem;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.6rem;
}

header .brand {
    font-size: 3rem;
    font-weight: 300;
    transform: translateX(-100rem);
    animation: slideIn .5s forwards;
    padding-top: 10px;
}

header .brand span {
    color: crimson;
}

a.mob-logo {
    display: none;
}

header nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 20px 0;
    background: #fff;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 8vw;
    margin-top: -2px
}

header nav ul li {
    list-style: none;
    /*transform: translateX(5rem);*/
    /* animation: slideIn .3s forwards;*/
    animation-delay: inherit !important;
}

header nav ul li.call-icon {
    /*animation: slideIn 3.5s forwards !important;*/
    /*transform: translateX(25rem);*/
}

header nav ul li:nth-child(1) {
    animation-delay: 0s;
}

header nav ul li:nth-child(2) {
    animation-delay: .2s;
}

header nav ul li:nth-child(3) {
    animation-delay: 1s;
}

header nav ul li:nth-child(4) {
    animation-delay: 1.5s;
}

header nav ul li:nth-child(5) {
    animation-delay: 2s;
}

header nav ul li a:hover {
    color: #555555
}

header nav ul li a {
    padding: 1rem 0 1.5rem;
    color: #555555;
    margin: 0 2.5rem;
    position: relative;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: capitalize;
}

header nav ul li a:last-child {
    margin-right: 0;
}

header nav ul li a.active::after {
    transform: scaleX(1);
}

header nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #d81118;
    left: 0;
    transform: scaleX(0);
    transition: all .5s;
}

header nav ul li a::before {
    top: 0;
    transform-origin: left;
}

header nav ul li a::after {
    bottom: 0;
    transform-origin: right;
}

header .overlay {
    background-color: rgba(0, 0, 0, .95);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity 650ms;
    transform: scale(0);
    opacity: 0;
    display: none;
}

header nav ul li a:hover::before,
header nav ul li a:hover::after {
    transform: scaleX(1);
}

header nav ul li a span img {
    width: 20px;
}

li.social-icon a {
    margin: 0 14px;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 1px 2px 3px #ddd;
    border-radius: 30px;
    display: grid;
    align-items: center;
    padding: 0;
    text-align: center;
}

li.social-icon a i {
    font-size: 13px;
}

li.social-icon a:hover {
    background: #d81118;
}

li.social-icon a:hover i {
    color: #fff;
}

header nav ul li.call-icon a::before,
header nav ul li.call-icon a::after {
    content: inherit !important;
}

header nav ul li.social-icon a::before,
header nav ul li.social-icon a::after {
    content: inherit !important;
}

@keyframes slideIn {
    from {}
    to {
        transform: translateX(0);
    }
}

@media screen and (max-width: 767px) {
    header .menu-toggle {
        display: block;
        background: #fff;
        padding: 12px 0;
        margin-top: -15px;
        box-shadow: 1px -29px 33px 33px #ddd;
    }
    section.services-sec {
        padding: 2em 0 2em;
    }
    .btn.main-btn {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .owl-nav {
        display: none;
    }
    header nav {
        padding-top: 0;
        display: none;
        height: 100vh;
        text-align: center;
        align-items: baseline;
    }
    header nav ul {
        flex-direction: row;
        width: 100%;
    }
    header nav ul li {
        margin-top: 1rem;
        float: left;
        text-align: left;
        width: 100%;
    }
    header nav ul li a {
        margin: 0;
        font-size: 2.5rem;
    }
    header .brand {
        font-size: 5rem;
        display: none;
    }
    header .overlay.menu-open,
    nav.menu-open {
        display: flex;
        transform: inherit;
        opacity: 1;
        background: #fff;
        overflow-y: auto;
        position: fixed;
    }
}


/**==============Banner================**/

section.banner-sec {
    margin-top: 0;
    position: relative;
    min-height: 700px;
}

.col-md-3.custom-slider {
    position: absolute;
    bottom: 0;
    width: 35%;
    max-width: 35%;
}

.owl-carousel.owl-carouselmain.owl-theme.owl-loaded {
    background: #d81118;
    margin-left: 50px;
    float: left;
}

.owl-carousel.owl-carouselmain.owl-theme.owl-loaded .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd !important;
    color: #fff;
}

.owl-carousel.owl-carouselmain.owl-theme.owl-loaded .owl-nav button.owl-prev:hover {
    background: #fff;
    border: 1px solid #fff !important;
    color: #000 !important;
}

.owl-carousel.owl-carouselmain.owl-theme.owl-loaded .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd !important;
    margin-left: 10px;
    color: #fff;
}

.owl-carousel.owl-carouselmain.owl-theme.owl-loaded .owl-nav button.owl-next:hover {
    background: #fff;
    border: 1px solid #fff !important;
    color: #000 !important;
}

.owl-carousel.owl-carouselmain.owl-theme.owl-loaded .owl-nav {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 30px;
}

.full-width .col-md-9 {
    float: right;
    position: absolute;
    right: 0;
    padding-right: 0;
}

.banner {
    background-repeat: no-repeat;
    min-height: 700px;
    background-attachment: fixed;
    background-size: cover;
}

.mail-v {
    transform: rotate(90deg);
    height: 8px;
    position: absolute;
    left: 0;
    width: 90px;
    display: flex;
    padding: 40px;
}

.mail-v a {
    display: inline-block;
    float: left;
}

.slider-main {
    background: #d81118;
    position: relative;
    z-index: 999;
    padding: 40px 20px 0;
}

.slider-main h1 {
    color: #fff;
    font-size: 2.2rem;
}

.slider-main h1:after {
    content: '';
    background: #fff;
    height: 1px;
    width: 70px;
    display: block;
    margin: 11px 0;
}

.slider-main p {
    color: #fff;
    font-size: 18px;
}

.slider-btn {
    padding: 40px 0;
}

.slider-main a.active-btn {
    background: #fff;
    padding: 9px 30px;
    display: inline-block;
}

.slider-main a.outline-btn {
    border: 2px solid #fff;
    padding: 7px 36px;
    display: inline-block;
    color: #fff;
    margin-left: 20px;
}


/************About*********/

section.services-sec {
    padding: 8em 0 6em;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

section.about-sec {
    width: 100%;
    padding: 7em 0 3rem;
    float: left;
}

section.about-sec .content-box {
    padding: 50px 35px;
    background: #fff;
    box-shadow: 2px 4px 13px #ddd;
    border-radius: 4px;
    margin-right: -100px;
    margin-left: 30px;
    margin-top: 50px;
}

section.about-sec .content-box p {
    font-size: 15px;
    padding-top: 20px;
    text-align: justify;
    color: #313131;
}


/***********services-module*********/

section.services-moodule {
    min-height: 480px;
    display: grid;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}

section.services-moodule:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mid-text {
    position: relative;
    z-index: 99999;
}

.mid-text h3 {
    color: #fff;
    font-weight: 400;
    font-size: 38px;
}

.mid-text p {
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
    text-align: center;
}


/********form***********/

.bg-box {
    width: 100%;
    float: left;
    padding: 60px 30px;
    box-shadow: 2px -4px 25px -1px #ddd;
    background: #fff;
}

section.services-form p {
    padding-top: 18px;
    color: #000;
    font-weight: lighter;
    font-size: 16px;
}

.form {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
}

.form.active label {
    transform: translateY(-24px);
    visibility: visible;
    font-size: 15px;
    color: #282829;
    background: #fff;
    left: 10px;
}

.form__input {
    font-size: 14px;
    background: transparent;
    border: 1px solid #d0d0d0;
    padding: 12px 15px;
}

.form__input:focus {
    outline: none;
}

.form__input:focus:invalid {
    border: 1px solid #40bb3b;
}

.form__input textarea :focus:invalid {
    border: 1px solid #40bb3b;
}

.form__label {
    font-size: 16px;
    color: #585858;
    position: absolute;
    top: 13px;
    pointer-events: none;
    transition: all 0.3s;
    font-weight: lighter;
    left: 15px;
}

.form__btn {
    grid-column: 1/2;
    grid-row: 5/6;
    background: #7581FF;
    color: #fff;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 1.1rem 0;
    margin: 2.8rem 0 4rem 4rem;
    cursor: pointer;
    border-radius: 0.4rem;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
}

.map-i {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(20%);
    filter: gray;
    /* IE 6-9 */
}

section.sec-pad-map {
    float: left;
    width: 100%;
    margin-bottom: -7px;
}

a.d-inline.theme-btn-ftr {
    background: #0a0a0a;
    padding: 13px 32px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #fff;
    margin-right: 10px;
}

a.d-inline.theme-btn-ftr:hover {
    background: #fff;
    color: #000;
    font-size: 14px;
}

a.d-inline.clients-theme-btn-ftr {
    background: #d81118;
    padding: 13px 32px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #d81118;
    margin-left: 10px;
}

a.d-inline.clients-theme-btn-ftr:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.mail-section.footer-btn-sec {
    padding: 58px 15px;
}

@media only screen and (max-width: 790px) {
    .form__btn {
        margin: 2.8rem 4rem 4rem 4rem;
    }
}

.form__btn:focus {
    outline: 0;
}

.form__btn:hover {
    background-color: #5162fe;
}

.form__btn>* {
    transition: all 0.4s;
    transition-delay: 1s;
    display: inline-block;
}

.form__btn--invisible {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
}

.form__btn--invisible.visible {
    top: 11px;
}

.form__btn--visible {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__btn--visible.invisible {
    transform: translateY(200%);
}

.btn.submit-btn button {
    background: #333333;
    padding: 9px 34px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.btn.submit-btn button:hover {
    background: #d81118;
    box-shadow: 6px 5px 0px #e2e2e2;
}

.btn.submit-btn {
    padding: 0;
}

section.services-form {
    width: 100%;
    float: left;
    margin-top: -150px;
    position: relative;
    z-index: 9999;
}


/**********************/

section.industries.case-stydies-text h4 {
    color: #d81118;
}

section.industries.case-stydies-text h4.pb-2 {
    color: #000 !important;
}

.icon-box {
    padding: 50px 15px;
    box-shadow: 1px 2px 13px -1px #ddd;
    margin: 12px;
}

.icon-box p {
    padding-top: 10px;
    color: #404040;
}

section.services-sec .owl-nav {
    top: -53px;
}

.icon-box img {
    width: auto !important;
}

.icon-box h5 {
    color: #000;
    font-size: 18px;
}

.icon-box p {
    padding-top: 10px;
    text-align: left;
    font-size: 15px;
}

.icon-box hr {
    width: 70px;
    margin: 20px 0 12px;
}

.head-title-main h3 {
    line-height: 2.9rem;
    color: #2f2f2f;
}

.icon-box:hover h5 {
    color: #d81118
}

.head-title-main h3 span {
    color: #d81118;
}

.btn.main-btn a {
    padding: 10px 28px;
}

.btn.main-btn {
    margin-top: 25%;
    padding: 0;
}


/****Services*******/

.services-info {
    padding-top: 20px;
}

.services-box:hover h4 {
    color: #e3565b;
}

.services-box .s-images {
    background: #000;
}


/* Circle */

.services-box .s-images {
    position: relative;
}

.services-box:hover .s-images::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.services-box:hover .s-images::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.services-box:hover .s-images img {
    opacity: 0.8
}

section.services-sec .owl-nav {
    display: block !important;
    float: right;
    position: absolute;
    top: -53px;
    right: 10px;
}

.testimonials-sec .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.testimonials-sec .owl-nav .owl-prev:hover {
    border: 1px solid #d81118 !important;
    color: #fff !important;
    background: #d81118;
}

.testimonials-sec .owl-nav .owl-next:hover {
    border: 1px solid #d81118 !important;
    color: #fff !important;
    background: #d81118;
}

.owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd !important;
}

section.services-sec .owl-nav button.owl-prev:hover {
    background: #d81118;
    border: 1px solid #d81118 !important;
    color: #fff !important;
}

.owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd !important;
    margin-left: 10px;
}

section.services-sec button.owl-next:hover {
    background: #d81118;
    border: 1px solid #d81118 !important;
    color: #fff !important;
}

.services-info h4 {
    color: #000;
    font-size: 22px;
}

.services-info p {
    margin: 0;
    padding: 10px 0;
    color: #383737;
}

.services-info .reader {
    padding-top: 4px;
    display: block;
    color: #e3565b;
}

.services-info .reader i {
    padding-left: 4px;
    font-size: 15px;
}

.tab.owl-carousel.owl-carousel-slider2.owl-theme.row-gutter.owl-loaded.owl-drag .owl-nav {
    padding-top: 20px;
}


/********Tesimonial**********/

section.testimonials-sec {
    padding: 6rem 0;
    width: 100%;
    float: left;
}

.head-title h3 {
    color: #000;
}

.head-title h3:after {
    content: '';
    background: #000;
    height: 1px;
    width: 70px;
    display: block;
    margin: 7px 0;
}

.btn a {
    background: #333333;
    padding: 8px 18px;
    color: #fff;
    font-size: 14px;
}

.btn a:hover {
    background: #d81118;
    box-shadow: 6px 5px 0px #e2e2e2;
}

.testmonial-box {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    text-align: ledt;
    border: 1px solid #ddd;
    height: 100%;
}

.testmonial-box:hover {
    box-shadow: 2px 3px 14px 2px #ddd;
}

.user-images {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 60px;
    margin: auto;
}

.user-images img {
    object-fit: cover;
    height: 100%;
}

.desc {
    padding: 5px 0 20px;
    display: inline-block;
}

.desc p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.testmonial-box .desc p {
    margin: 0;
    font-size: 16px;
    text-align: left;
}

.testmonial-box .desc b {
    color: #000 !important;
    font-weight: bold !important;
}
.testmonial-box hr {
    width: 100px;
    border-top: 1px solid #333333;
}

.user-info {
    padding-top: 0px;
}

.user-info h5 {
    color: #dd173b;
    font-size: 18px;
    margin: 0;
}

.user-info p {
    margin: 0;
    color: #000;
    font-size: 13px;
    text-align: center;
}

.user-star {
    padding-top: 20px;
}

.user-star i {
    color: #fbda26;
}


/**************chouse us****************/

.why-choose {
    background: #d81118;
    padding: 6rem 0;
    width: 100%;
    float: left;
}

.why-choose.why-choose-sec {
    background: #d81118;
    padding: 6rem 0;
    width: 100%;
    float: left;
    position: inherit;
}

.why-choose.why-choose-sec:after {
    content: inherit !important;
}

.icon-box.d-flex.align-items-top {
    margin-top: 40px !important;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.why-choose h3 {
    color: #fff;
}

.why-choose h3:after {
    content: '';
    background: #fff;
    height: 1px;
    width: 70px;
    display: block;
    margin: 7px 0;
}

.why-choose p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
}

.icon {
    width: 200px;
    padding-top: 5px;
}

.case-stydies-text b {
    font-weight: 500;
}

.icon-text h4 {
    color: #fff;
    font-size: 22px;
}

.icon-text p {
    margin: 0;
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
}

.icon-box.d-flex.align-items-top p {
    text-align: left;
}


/***********MAp-bg**********/

section.map-bg {
    width: 100%;
    float: left;
    padding: 10rem 0;
    background-size: cover;
}

.office-address {
    background: #fff;
    width: 390px;
    padding: 40px 20px;
}

.owl-carousel.owl-carouselmain.carousel-v.owl-theme.owl-loaded {
    background: none;
    margin: 0
}

.owl-carousel.owl-carouselmain.carousel-v.owl-theme.owl-loaded .owl-dots {
    display: block;
    background: #fff;
    width: 60px;
    text-align: right;
    transform: rotate( 90deg);
    position: absolute;
    left: 340px;
    bottom: 150px;
}

.owl-carousel.owl-carouselmain.carousel-v.owl-theme.owl-loaded .owl-dots button.owl-dot {
    background: #c5c5c5;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 5px;
}

.owl-carousel.owl-carouselmain.carousel-v.owl-theme.owl-loaded .owl-dots button.owl-dot:hover {
    background: #d81118;
}

.owl-carousel.owl-carouselmain.carousel-v.owl-theme.owl-loaded .owl-dots button.owl-dot.active {
    background: #d81118;
}

.owl-carousel.owl-carouselmain.carousel-v.owl-theme.owl-loaded .owl-nav {
    display: none !important;
}

.owl-carousel.owl-carouselmain.carousel-v.owl-theme.owl-loaded .owl-dots {
    display: block;
}

.office-address img {
    width: 23px !important
}

.office-address li {
    padding-bottom: 19px;
    list-style: none;
    display: flex;
}

section.map-bg {
    width: 100%;
    float: left;
    padding: 5rem 0;
    background-size: cover;
}

.office-address li span {
    margin-right: 10px;
}

.office-address h4 {
    color: #d81118;
    padding-bottom: 20px;
    font-size: 20px;
}

.office-address ul {
    margin: 0;
}

.certi-box {
    border: 1px solid #ddd;
    padding: 10px;
}


/************Footer********/

footer {
    background: #222222;
    width: 100%;
    float: left;
    padding: 0;
}

.f-menu.memu-list.links-left {
    float: left;
    width: 50%;
    padding-left: 10%;
}

.f-menu.memu-list.industry-menu {
    width: 50%;
    float: left;
    padding-left: 10%;
}

.mail-section {
    padding: 28px 15px;
    background: #181818;
    color: #fff;
    margin-bottom: 50px;
}

.mail-section span i {
    color: #fff;
    font-size: 26px;
}

.d-inline-flex {
    display: flex;
    align-items: center;
}

.d-inline-flex span {
    padding-right: 12px;
}

form#mailchimp-subscription-form1 {
    position: relative;
}

form#mailchimp-subscription-form1 .input-group {
    width: 100%;
}

form#mailchimp-subscription-form1 .input-group input#mce-EMAIL {
    background: #222;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #afafaf;
    height: 60px !important;
}

form#mailchimp-subscription-form1 .input-group-append.tm-sc-button {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

form#mailchimp-subscription-form1 .input-group-append.tm-sc-button button.newsletter-btn.btn.btn-theme-colored1.btn-sm.text-white {
    width: 140px;
    height: 60px !important;
    background: #d81118;
    border-radius: 0;
    font-size: 15px;
}

.mail-list {
    padding-top: 15px;
}

footer .f-logo {
    padding-bottom: 14px;
}

footer .f-content {}

footer .f-content p {
    color: #fff;
    font-size: 14px;
}

ul.styled-icons {
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

ul.styled-icons li {
    list-style: none;
    display: inline-block;
    padding: 4px;
}

ul.styled-icons li a.social-link {
    padding: 7px;
    color: #fff;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
}

.f-menu {
    padding-left: 20%;
}

.f-menu h4 {
    color: #fff;
    border-bottom: 1px solid #555555;
    padding-bottom: 5px;
}

.f-menu ul {
    margin: 0;
    padding-top: 20px;
}

.f-menu ul li {
    width: 50%;
    float: left;
    padding-bottom: 17px;
    list-style: none;
}

.f-menu.memu-list ul {
    width: 50%;
    float: left;
}

.f-menu.memu-list ul li {
    width: 100%;
    float: left;
}

ul.services li {
    width: 100%;
}

.f-menu ul li a {
    color: #cacaca;
}

.f-menu ul li a:hover {
    color: #fff
}

.copyright {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #555;
    margin-top: 50px;
}

.copyright p {
    color: #cacaca;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.copyright p a {
    color: #cacaca;
}

ul.terms li a {
    color: #bbb;
}

ul.terms {
    text-align: right;
}

ul.terms li {
    display: inline-block;
    padding-left: 30px;
}

ul.terms li a:hover {
    color: #fff;
}


/***===================Services Page================***/


/********banner**********/

section.inner-banner {
    width: 100%;
    height: 300px;
    background: url(../img/banner-img.jpg) rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-blend-mode: multiply;
    list-style: none;
    color: #fff;
    background-position: 100%;
    object-fit: cover;
    margin-top: 73px;
    float: left;
    display: flex;
    align-items: center;
    text-align: left;
}

header.inner-header .brand {
    padding: 13px 0;
}

section.inner-banner h1 {
    font-size: 32px;
    color: #fff;
}

header.inner-header ul.dropdown_menu.dropdown_menu--animated.dropdown_menu-7 {
    margin-top: 21px;
}

.inner-head li {
    color: #fff;
}

.banner ul li {
    list-style: none;
}

.industries {
    width: 100%;
    overflow: hidden;
}

section.industries li {
    padding: 7px 0;
    font-size: 16px;
    color: #585858;
}

section.industries li a:hover {
    color: #f30a0a;
}

section.manufacturing h5 {
    font-size: 26px;
    color: #505050;
}

.underline {
    position: relative;
}

.underline:after {
    content: "";
    height: 2px;
    background: #777777;
    position: absolute;
    width: 50px;
    left: 0;
    bottom: -4px;
}

section.vortex {
    padding: 3rem 0;
    margin-top: 50px;
}

.small-underline {
    position: relative;
}

.small-underline:after {
    content: "";
    height: 1.50px;
    background: #777777;
    position: absolute;
    width: 50px;
    left: 0;
    bottom: -4px;
}

.industries span i {
    color: red;
}

.manufacturing {
    width: 100%;
}

.vortex .underline {
    text-decoration: none;
    position: relative;
}

.vortex .underline:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: inherit;
    width: 50px;
    background: #777777;
}

section.vortex p {
    padding-bottom: 20px;
    color: #000;
}

.border_right {
    border-right: 1px solid #eee;
    height: 100%;
}

.border_bottom {
    border-bottom: 1px solid #eee;
    width: 100%;
}


/*****************SERVICES PAGE*****************/


/**************service****************/

.why-choose .icon img {
    width: 50px;
}

.why-choose {
    padding: 5rem 0;
    width: 100%;
    float: left;
    background: url(../img/banner-img.jpg) #d81118;
    background-size: cover;
    list-style: none;
    background-position: 100%;
    position: relative;
}

.why-choose:after {
    content: '';
    background: rgba(216, 17, 24, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.why-choose.center-line h3:after {
    content: '';
    background: #fff;
    height: 1px;
    width: 70px;
    display: block;
    margin: 7px auto;
}

.why-choose.center-line .icon img {
    width: 50px !important;
    text-align: center;
    margin: auto;
}

.why-choose.center-line .icon-box {
    padding: 0;
    box-shadow: none !important;
    margin: 0px;
}

.why-choose.center-line .why-choose p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.why-choose.center-line .icon {
    width: 100%;
    padding-top: 5px;
}

.z-index-sec {
    position: relative;
    z-index: 9;
    text-align: center;
}

.tab {
    background-color: #fff;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    background-color: inherit;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #d81118;
    color: #fff;
}


/* Create an active/current tablink class */

button.tablinks.item.active {
    background-color: #d81118;
    color: #fff;
}

button.tablinks.active {
    background: #d81118;
    color: #fff;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 0px;
    border-bottom: 1px solid #ccc;
    border-top: none;
}

.owl-item .item button.tablinks {
    width: 100%;
}

.tab.owl-carousel.owl-carousel-slider .owl-item {
    width: auto !important;
}

.tab.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    font-size: 50px !important;
}

.tab.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-45%);
    border: none !important;
}

.tab.owl-carousel.owl-carousel-slider button.owl-next.disabled {
    display: none !important;
}

.tab.owl-carousel.owl-carousel-slider button.owl-prev.disabled {
    display: none;
}

.tab.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    transform: translateY(-45%);
    border: none !important;
}

.tab.owl-carousel .owl-nav .owl-prev {
    left: -4%;
}

.tab.owl-carousel .owl-nav .owl-next {
    right: -4%;
}

.tab.owl-carousel .owl-nav.disabled .owl-prev {
    position: absolute;
    top: 44%;
    transform: translateY(-45%);
    left: -2%;
}

.tab.owl-carousel .owl-nav {
    display: block;
}

.tab.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.tab.owl-carousel .owl-nav.disabled {
    width: 100%;
}

.tab.owl-carousel .owl-nav.disabled .owl-next {
    position: absolute;
    top: 44%;
    transform: translateY(-45%);
    right: -2%;
}


/****************Contact Page*********************/

section.sec-pad {
    padding: 4rem 0;
    float: left;
    width: 100%;
}

.feature-box.feature-box-hide-show-hover.bg-white {
    padding: 2rem 2rem;
    border: 1px solid #ddd;
    height: 100%;
    border-radius: 6px;
}

.feature-box-icon img {
    width: 30px;
    margin: auto;
    text-align: center;
}

.feature-box-icon {
    height: 40px;
}

.feature-box-icon {}

.feature-box-content {
    font-size: 17px;
    color: #000;
    padding-bottom: 5px;
}

.feature-box-move-bottom-top p {
    text-align: center;
}

.form textarea {
    font-size: 14px;
    background: transparent;
    border: 1px solid #d0d0d0;
    padding: 12px 15px;
    resize: none;
}

.contact-form-width {
    max-width: 600px;
    margin: auto;
    text-align: center;
}


/*********Client**********/

.client-logo {
    padding: 40px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.client-logo:hover {
    box-shadow: 2px 3px 24px -3px #ddd;
}


/******Tab-Slider********/

section.mob-slider {
    display: none;
}

.custom-div div {
    display: block !important;
}

.contentWrapper {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
}

.contentWrapper {
    width: 350px;
    margin: 0 auto;
    position: relative;
}

.tabsWrapper {
    width: 100%;
    height: 53px;
    overflow: hidden;
    position: relative;
}

.tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: auto;
}

.tabs li {
    display: inline-block;
    padding: 14px 16px;
    cursor: pointer;
}

.tabs li:hover {
    background-color: #d81118;
    color: #fff
}

.tabs li.active {
    background-color: #d81118;
    color: #fff;
}

.next,
.previous {
    position: absolute;
    padding: 14px 4px;
    top: 0;
    background-color: white;
    cursor: pointer;
    font-size: 20px
}

.next {
    right: -25px;
}

.previous {
    left: -25px;
}

.tabContent {
    width: 100%;
    background-color: white;
    padding: 15px;
}

.logo-align {
    text-align: center;
    border-radius: 4px;
    display: flex;
    justify-content: start;
    gap: 18px;
    padding: 20px 0;
    max-width: 370px;
}

.logo-align img {
    max-width: 70px;
}

a.map-link {
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}

a.map-link i {
    padding-left: 4px;
}

.modal.fade.in {
    z-index: 99999999999;
    opacity: 1;
    background: #00000070;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0%);
}

button.close {
    text-align: right;
    padding: 20px;
    color: #000;
}

.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.testmonial-box .user-name img {
    max-width: 90px;
    margin-top: 0px;
}
.testmonial-box .desc b {
    color: #000 !important;
    font-weight: bold !important;
}
div#mansi button.close {
    position: absolute;
    right: -7px;
    top: -12px;
    z-index: 9;
}

button.close {
    position: absolute;
    right: -10px;
    top: -26px;
    background: #ff0000 !important;
    opacity: 1 !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 7px;
    text-align: center;
}

button.close span {
    font-weight: lighter;
    text-shadow: none;
    color: #fff;
}

.modal-body p {
    padding-bottom: 10px;
}

header {
    transition: 0.5s;
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    background: #fff;
    z-index: 999 !important;
    box-shadow: 0px 10px 30px -10px #ddd;
}

.modal-body {
    padding-top: 40px;
}

.f-logo img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}