* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    font-family: inherit;
    box-sizing: border-box
}

body {
    font-family: 'DM Sans',sans-serif
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'DM Sans',sans-serif
}

p,.text {
    font-family: 'DM Sans',sans-serif
}

a {
    text-decoration: none!important;
    font-family: 'DM Sans',sans-serif
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-menu .navigation>li.dropdown:hover>.left_imp {
    visibility: visible;
    opacity: 1;
    top: 100%;
    right: -60%!important;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>.left_imp {
    position: absolute;
    right: -100%!important;
    top: 100%;
    width: 156px!important;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #ec1d25;
    margin-top: 30px;
    opacity: 0;
    display: none;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%),-2px 0 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%),-2px 0 5px 1px rgb(0 0 0 / 5%)
}

.main-header .logo {
    position: relative
}

.main-header .main-box {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu {
    position: relative;
    float: left
}

.main-menu .navbar-header {
    display: none
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 33px 0;
    margin-right: 38px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    color: #c40404;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    bottom: -4px;
    height: 2px;
    width: 0%;
    background: #ec1d25;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:hover>a:before,.main-menu .navigation>li.current>a:before {
    left: 0;
    width: 75%
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 370px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #e3000f;
    margin-top: 30px;
    opacity: 0;
    display: none;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #f5878c;
    transition: all 300ms ease;
    margin: 0 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    right: 100%;
    bottom: 0%;
    width: 259px;
    z-index: 100;
    display: none;
    background-color: #e3000f;
    opacity: 0;
    padding: 0;
    margin-top: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    transition: all 300ms ease;
    margin: 0 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #fff
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    padding-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    bottom: -71%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px
}

.main-header .outer-box .theme-btn {
    display: block;
    min-width: 160px
}

.mobile-nav-toggler {
    position: relative;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 15px;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
    width: 100px
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    height: 40px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-box {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-top: 0;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 0 20px
}

.mobile-menu .navigation>li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.mobile-menu .navigation>li>a {
    font-weight: 500;
    border: 1px solid #eee
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #404040;
    text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,.mobile-menu .navigation li.current>a {
    color: #1c73ea
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-left: 1px solid #fafafa;
    color: #222;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
    display: inline-block;
    position: relative;
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.mobile-menu .navigation li>ul,.mobile-menu .navigation li>ul>li>ul {
    display: none;
    margin-left: 10px
}

.header-style-two {
    background-color: #fff
}

.header-style-two .main-menu .navigation>li>a {
    color: #060709;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    font-family: inherit
}

.header-style-two .main-menu .navigation>li>a:before {
    bottom: -4px
}

.header-style-two .main-menu .navigation>li>a:hover:before,.header-style-two .main-menu .navigation>li.current>a:before {
    width: 25px
}

.header-style-two .menu-outer {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 0
}

.header-style-two .outer-box .theme-btn {
    min-width: 160px
}

.header-style-two .logo {
    padding: 0 0;
    width: 360px
}

.header-style-two .logo img {
    width: 100%
}

.banne {
    height: 90%
}

.banne img {
    width: 100%
}

.about {
    padding: 60px 0 40px 0;
    position: relative;
    z-index: 1
}

.about p {
    line-height: 28px;
    font-size: 16px;
    text-align: justify
}

.about-left {
    display: block;
    position: relative;
    margin-right: 60px
}

.wel {
    padding-top: 25px!important
}

.about-left .first-part span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    color: #e3000f;
    position: relative
}

.about-left .first-part span::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #c62727;
    top: 100%
}

.about-left .first-part h2 {
    margin: 0;
    color: #000;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px
}

.single {
    font-size: 20px;
    font-weight: 700;
    color: #e3000f;
    margin-bottom: 0
}

.zenair {
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 0;
    line-height: 28px!important;
    font-size: 17px!important
}

.checks {
    display: flex
}

.right-icon i {
    color: #e3000f;
    font-size: 20px
}

.thereare {
    font-size: 18px;
    font-weight: 700;
    color: #0e2207;
    margin-left: 12px
}

.about-btn {
    position: relative;
    display: block;
    margin-top: 30px
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none!important;
    background-color: #e3000f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 12px 12px 40px;
    border-radius: 32px;
    transition: 0.5s all linear;
    overflow: hidden;
    z-index: 1
}

.thm-btn i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    margin-left: 17px;
    transition: 0.5s all linear;
    font-size: 15px
}

.thm-btn:hover i {
    background-color: #000;
    color: #fff
}

.about-right {
    position: relative;
    display: block;
    z-index: 1
}

.about-one__img-box {
    position: relative;
    display: block;
    z-index: 1
}

.about-img-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    transition: 0.8s ease;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
}

.about-img-one::before {
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.about-img-one:hover img {
    transform: scale(1.05)
}

.about-img-one img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    transition: 0.8s ease
}

.img-two {
    position: absolute;
    bottom: 0;
    left: -165px;
    z-index: 2;
    width: 70%;
    overflow: hidden;
    transition: 0.8s;
    border-radius: 10px
}

.img-two img {
    border-radius: 10px;
    width: 100%;
    transition: 0.8s
}

.img-two:hover img {
    transform: scale(1.1)
}

.animate_line {
    position: relative;
    padding: 20px 15px;
    z-index: 0
}

.animate_line::before {
    top: 9px;
    right: 5px
}

.animate_line::after {
    left: 5px;
    bottom: 9px
}

.card-bg {
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    transition: 0.5s all ease-in-out;
    padding: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 395px
}

.foot-logo {
    padding: 0 15px 30px 0
}

.foot-logo img {
    width: 100%;
    height: auto
}

.world-map {
    text-align: center
}

.wt-box {
    position: relative;
    margin-bottom: 30px
}

.wt-box img {
    width: 100px
}

.pro-box {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px
}

.pro-box h3 {
    font-size: 19px;
    font-weight: 700;
    color: #00173c;
    line-height: 30px
}

.pro-box h3 a {
    color: #000
}

.pro-content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 27px
}

.pro-box-read a {
    color: #111;
    font-weight: 400;
    font-size: 18px
}

.animate_line::before,.animate_line::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 0;
    transition: 0.5s all ease;
    z-index: -1
}

.animate_line:hover::before,.animate_line:hover::after {
    width: 50%;
    height: 50%;
    background-color: #e3000f
}

.card-bg-pic {
    background-image: url(../images/pro-back1.webp);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.5s all ease-in-out
}

.card-bg:hover {
    background-color: #000!important;
    border: 1px solid transparent;
    color: #fff
}

.card-bg:hover .card-bg-pic {
    opacity: .2
}

.card-bg:hover .pro-box h3 a {
    color: #fff
}

.card-bg:hover .pro-box-read a {
    color: #fff
}

.btun {
    background-color: transparent!important;
    border: 2px solid #e3000f!important
}

.btun {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    color: #e3000f;
    font-weight: 700;
    text-align: center;
    padding: 10px 14px;
    z-index: 1;
    transition: 0.5s all ease;
    letter-spacing: 1.6px;
    border: none
}

.btun::before {
    position: absolute;
    content: "";
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background-color: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.btun:hover,.btun:active,.btun:focus {
    color: #fff!important
}

.btun:hover::before,.btun:active::before,.btun:focus::before {
    top: -40%
}

.news {
    margin-top: 60px;
    padding: 50px 0;
    background-color: #FFF1F1
}

.news h3 {
    color: #A0000B;
    text-align: center;
    font-size: 28px;
    position: relative
}

.news h3::before {
    position: absolute;
    content: "";
    width: 125px;
    height: 2px;
    background-color: #A0000B;
    top: 100%
}

.news p {
    color: #000;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 24px
}

.news-eve {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer
}

.news-eve img {
    width: 35px
}

.news-eve:hover {
    background-color: #000;
    transform: translateY(-10%)
}

.top-meta {
    padding-left: 0
}

.top-meta li {
    display: inline-block;
    margin-right: 15px;
    color: #e3000f;
    font-size: 15px
}

.top-meta i {
    color: #000
}

.blog-title h4 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 30px;
    margin-top: 3px;
    color: #000;
    font-weight: 600
}

.entry-cont p {
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    margin-top: 0;
    line-height: 28px;
    font-weight: 500
}

.blog-link a {
    color: #e3000f;
    font-weight: 700
}

.blog-link i {
    color: #e3000f
}

.blog-link a:hover {
    color: #000
}

.applications {
    padding-top: 50px;
    position: relative
}

.applications h3 {
    color: #c62727;
    text-align: center;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px
}

.applications h3::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #c62727;
    top: 100%
}

.containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

.containers:hover img {
    cursor: pointer
}

.containers img {
    filter: grayscale();
    border: 4px solid #e3000f;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,.5);
    transition: filter 0.4s ease-in-out
}

.containers:hover img {
    filter: none
}

.title {
    font-size: 25px;
    color: #e3000f;
    position: relative;
    font-weight: 500;
    margin-top: 10px
}

.title::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #e3000f;
    left: 50%;
    bottom: 0;
    transition: all 0.4s ease-in-out
}

.containers:hover .title::after {
    width: 100%;
    left: 0
}

.applications .slick-prev {
    background-image: url(../images/fast-forward1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: absolute;
    background-color: red;
    width: 45px;
    font-size: 0;
    height: 35px;
    z-index: 9;
    right: 5.5%;
    top: -15%;
    transition: 0.4s
}

.applications .slick-next {
    background-image: url(../images/fast-forward.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: absolute;
    background-color: red;
    width: 45px;
    font-size: 0;
    height: 35px;
    z-index: 9;
    right: 1%;
    top: -15%;
    transition: 0.4s
}

.applications .slick-prev:hover {
    background-color: #000
}

.applications .slick-next:hover {
    background-color: #000
}

.global {
    padding: 0 0 100px 0
}

.hometree-heading {
    position: relative;
    z-index: 9
}

.hometree-heading h3 {
    font-size: 2.625rem;
    font-weight: 500;
    line-height: 55px;
    padding-bottom: 30px;
    color: #fff
}

.hometree-headingimg {
    position: relative;
    z-index: 9;
    padding: 20px;
    display: flex;
    justify-content: center
}

.hometree-headingimg img {
    width: 500px
}

.global h2 {
    position: relative;
    z-index: 9;
    color: #A0000B;
    font-size: 32px;
    text-align: center
}

.global h2::before {
    position: absolute;
    content: "";
    width: 125px;
    height: 2px;
    background-color: #A0000B;
    top: 100%
}

.enq {
    background-color: #fce6e6;
    width: 80%;
    margin: auto;
    margin-top: -50px;
    z-index: 9;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 9px 35px 0 rgba(0,0,0,.07);
    overflow: hidden;
    position: relative;
    margin-bottom: -10px
}

.male-work {
    padding: 15px 0 20px 0
}

.male-work img {
    width: 400px
}

.pl-0 {
    padding-left: 0!important
}

.inner-info {
    position: relative;
    vertical-align: middle
}

.inner-info p {
    font-size: 22px;
    color: #000;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 400;
    margin-top: 12px;
    padding-right: 28px
}

.inner-info h3 {
    position: relative;
    display: block;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 55px;
    max-width: 550px
}

.inner-info h3 span {
    color: #e3000f
}

.inner-info1 {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%
}

.num {
    margin-top: 10px;
    display: inline-block
}

.num a {
    position: relative;
    display: inline-block;
    background-color: #e3000f;
    transition: 0.5s ease;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 5px;
    padding: 8px 26px;
    border: 2px solid #e3000f
}

.num a:hover {
    background-color: transparent;
    color: #e3000f
}

.footer {
    padding: 60px 0;
    margin-top: 3px;
    background-color: #f5f3f3;
    position: relative;
    z-index: 1
}

.foot-logo {
    text-align: center
}

.last-logo img {
    width: 220px
}

.foot-logo h4 {
    font-size: 17px;
    font-weight: 600;
    color: #7F4A3E;
    padding-top: 15px;
    letter-spacing: .6px
}

.foot-logo span {
    color: #1B6431
}

.foot-logo p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .6px;
    padding: 0 4px 0 0;
    color: #363636
}

.last-ser {
    display: flex
}

.dengue {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 6px;
    padding-top: 10px
}

.dengue a {
    text-decoration: none;
    color: #060709;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit
}

.dengue a:hover {
    color: #e3000f
}

.chev {
    padding-top: 10px
}

.chev i {
    font-size: 17px;
    font-weight: 600;
    color: #e3000f
}

.foot-service h3 {
    font-size: 26px;
    font-weight: 600;
    color: #e3000f;
    padding-bottom: 20px
}

.foot-service h3::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #e3000f;
    display: block;
    position: relative;
    top: 10px;
    left: 0
}

.foot-service span {
    color: #000
}

.cont-info span {
    color: #000
}

.cont-info h3 {
    font-size: 26px;
    font-weight: 600;
    color: #e3000f;
    padding-bottom: 20px
}

.cont-info h3::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #e3000f;
    display: block;
    position: relative;
    top: 10px;
    left: 0
}

.addres p {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #060709;
    line-height: 28px;
    font-family: inherit
}

.addres p b {
    font-weight: 700
}

.addres a {
    color: #060709;
    text-decoration: none;
    font-family: inherit
}

.addres a:hover {
    color: #e3000f
}

.tita {
    line-height: 35px!important
}

.tita i {
    color: #e3000f;
    font-size: 21px
}

.social {
    display: flex;
    margin-top: 35px
}

.face {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 50%;
    margin-right: 12px;
    transition: 0.8s ease
}

.social i {
    font-size: 17px;
    color: #e3000f
}

.social .face:hover {
    cursor: pointer;
    background-color: #e3000f;
    transform: translateY(-20%)
}

.social .face:hover i {
    color: #fff
}

.phone {
    padding: 5px 0
}

.end-part {
    border-top: 2px solid #4e4a4a;
    background-color: #7F4A3E;
    padding: 10px
}

.last-foot {
    display: flex;
    justify-content: space-between
}

.copy-part {
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0;
    letter-spacing: 1px
}

.jinda-cro h5 {
    color: #7F4A3E;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .9px;
    padding-bottom: 20px
}

.jinda-cro h5::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #33ac54;
    display: block;
    position: relative;
    top: 10px;
    left: 0
}

.b-sec {
    display: flex
}

.jinda-cro {
    margin-top: 60px
}

.gifs {
    margin-left: auto
}

.phone i {
    color: #e3000f
}

.mail i {
    color: #e3000f
}

.last-foots {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: #e3000f;
    color: #fff;
    font-size: 18px
}

.last-foots a {
    color: #fff;
    font-size: 18px
}

.top-nav {
    background-color: #e3000f;
    color: #fff;
    padding: 8px 0
}

.top-head {
    display: flex;
    align-items: center
}

.top-head i {
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px
}

.top-head span {
    font-size: 15px;
    margin-left: 10px;
    font-weight: 600
}

.top-social {
    display: flex;
    justify-content: end
}

.top-social a {
    color: #fff
}

.top-social i {
    margin-right: 15px;
    transition: 0.8s
}

.top-social i:hover {
    cursor: pointer;
    color: #000
}

.sticky .header-bottom {
    position: fixed;
    top: -1px;
    left: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}

.header-bottom {
    background-color: #fff
}

.banne .slick-prev {
    position: absolute;
    z-index: 99;
    bottom: 41%;
    left: .5%;
    background-color: #e3000f;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-image: url(../images/fast-forward1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    font-size: 0;
    transition: 0.4s
}

.banne .slick-next {
    position: absolute;
    z-index: 99;
    bottom: 41%;
    right: .5%;
    background-color: #e3000f;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-image: url(../images/fast-forward.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    font-size: 0;
    transition: 0.4s
}

.banne .slick-next:hover {
    background-color: #000
}

.banne .slick-prev:hover {
    background-color: #000
}

.image-wrapper {
    border-radius: 6px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.6
}

.image-wrapper img {
    width: 100%;
    height: auto
}

.shine {
    position: relative;
    overflow: hidden
}

.shine::before {
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2
}

.shine:hover::before,.shine:focus::before {
    animation: shine 0.85s
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.product h2 {
    color: #c62727;
    text-align: center;
    font-size: 28px;
    position: relative;
    margin-bottom: 30px
}

.product h2::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #c62727;
    top: 100%
}

.new-drop {
    position: relative
}

.drop-in-drop {
    position: absolute;
    right: -240px;
    top: 0;
    bottom: 0;
    background-color: #e3000f;
    width: 240px;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
    padding-left: 0;
    border: 1px solid #ffffff78
}

.new-drop i {
    position: absolute;
    right: 17px;
    top: 14px;
    font-size: 13px
}

.new-drop:hover .drop-in-drop {
    visibility: visible;
    top: -193px;
    height: auto
}

.submenu-items {
    display: inline-block;
    line-height: 20px;
    width: 100%;
    border-bottom: 1px solid #ffffff78;
    padding: 8px 10px;
    text-align: left!important;
    margin-bottom: 1px;
    transition: 0.3s all ease;
    margin-left: 0
}

.submenu-items a {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #060709;
    transition: all 0.35s ease;
    color: #fff
}

.btuns {
    background-color: transparent!important;
    border: 2px solid #fff!important
}

.btuns {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 14px;
    z-index: 1;
    transition: 0.5s all ease;
    letter-spacing: 1.6px;
    border: none
}

.btuns::before {
    position: absolute;
    content: "";
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background-color: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.btuns:hover,.btuns:active,.btuns:focus {
    color: #fff!important
}

.btuns:hover::before,.btuns:active::before,.btuns:focus::before {
    top: -40%
}

.footer-logo h3 {
    font-size: 26px;
    font-weight: 600;
    color: #e3000f;
    padding-bottom: 20px
}

.footer-logo h3::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #e3000f;
    display: block;
    position: relative;
    top: 10px;
    left: 0
}

.footer-logo span {
    color: #000
}

.abo-comp p {
    color: rgb(6,7,9);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    padding-right: 15px
}

.quick-link {
    display: flex
}

.quick-li {
    padding-right: 25px;
    font-size: 18px;
    font-weight: 600
}

.quick-li i {
    font-size: 22px;
    font-weight: 600;
    color: #e3000f
}

.quick-linkss {
    display: flex;
    margin-top: 20px
}

.quick-linkss {
    padding-right: 25px;
    font-size: 18px;
    font-weight: 600
}

.quick-linkss i {
    font-size: 22px;
    font-weight: 600;
    color: #e3000f
}

.news-img {
    position: relative
}

.blog-text {
    position: absolute;
    right: 0;
    bottom: -10px
}

.blog-text a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #A0000B;
    padding: 11px 8px 11px;
    transition: 0.5s;
    margin-right: 15px;
    letter-spacing: 2px
}

.blog-text a:hover {
    background-color: #000
}

.blog-content {
    padding: 25px 30px 25px 30px
}

.blog-content span {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize
}

.blog-content h4 a {
    padding: 10px 0 0 0;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    line-height: 28px
}

.blog-content p {
    color: #555;
    width: 100%;
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0
}

.read-more-but {
    text-align: left;
    display: inline-flex;
    margin-left: 30px;
    margin-bottom: 25px
}

.read-more-but a {
    padding: 8px 12px;
    border: 2px solid #A0000B;
    color: #000;
    transition: 0.5s;
    font-size: 1px;
    font-size: 15px
}

.read-more-but a:hover {
    background-color: #A0000B;
    color: #fff
}

.news-start {
    border: 1px solid #A0000B;
    margin-right: 30px
}

.news .slick-prev {
    display: none!important
}

.news .slick-next {
    display: none!important
}

.news .slick-dots {
    display: flex;
    justify-content: center;
    padding-top: 30px
}

.news .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #A0000B;
    font-size: 0;
    margin: 0 5px;
    border-radius: 50%
}

.bread {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.bread::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .85
}

.bread h1 {
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    font-size: 40px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 20px;
    text-align: center
}

.bread-home {
    color: #fff;
    position: relative;
    font-size: 19px;
    text-align: center
}

.bread-home a {
    color: #fff;
    transition: 0.4s
}

.bread-home a:hover {
    color: #A0000B
}

.air-pressor p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify
}

.air-pressor h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

.air-comps {
    width: 100%;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    border: 6px solid #e3000f;
    text-align: center
}

.air-comp {
    width: 100%;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    border: 6px solid #e3000f;
    text-align: center;
    padding: 20px
}

.air-comp img {
    transition: 0.5s;
    transform: scale(1.02)
}

.air-comp:hover img {
    transform: scale(1.1)
}

.first-table {
    border: 1px solid #fff
}

.first-table tr th {
    background-color: #e3000f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 12px 12px;
    vertical-align: middle
}

.mid-table {
    border: 1px solid #fff
}

.mid-table tr td {
    background-color: #dfdfdf;
    text-align: center;
    padding: 12px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle
}

.mid-tables tr td:first-child {
    text-align: center;
    padding-left: 0
}

.mid-tables tr td {
    background-color: #e3000f;
    color: #fff;
    padding: 12px 0 12px 28px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle
}

.modern {
    display: flex
}

.modern p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    margin-left: 0
}

.double-comp img {
    width: 270px
}

.ungli i {
    transform: rotate(90deg);
    color: #e3000f;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px
}

.highs h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px
}

.oil {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px
}

.noso {
    vertical-align: middle
}

.reg {
    color: #000!important;
    background-color: #dfdfdf!important;
    font-size: 20px!important
}

.power {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px
}

.power i {
    color: #e3000f;
    font-weight: 600
}

.zenai {
    font-size: 18px;
    line-height: 28px;
    margin: auto
}

.accordion {
    background-color: #e3000f;
    color: #fff;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.5s
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.active:after {
    content: "\2212"
}

.first-acco {
    margin-bottom: 10px
}

.panel {
    padding: 0 18px;
    background-color: #d1d1d1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out
}

.panel p {
    min-height: 0;
    margin: 15px 0
}

.dry {
    text-align: center
}

.note-dry {
    font-size: 17px;
    margin-top: 25px;
    line-height: 30px;
    text-align: center
}

.edv {
    transition: 0.7s ease;
    cursor: pointer;
    text-align: center
}

.edv:hover {
    transform: translateY(-5%)
}

.edv-161 {
    padding-bottom: 10px;
    font-weight: 600
}

.airfilter h6 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px
}

.airfilter h5 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    line-height: 28px
}

.thedesign {
    font-size: 18px;
    line-height: 30px
}

.thedesign i {
    color: #e3000f;
    font-size: 20px
}

.water {
    font-size: 18px;
    padding-top: 20px;
    text-align: justify
}

.interc {
    margin-bottom: 0
}

.rnd h4 {
    font-size: 22px;
    margin-bottom: 12px
}

.rnd h5 {
    font-size: 17px;
    margin-bottom: 18px
}

.chalis {
    background-color: #e3000f;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 1px solid #000
}

.foot-unit img {
    width: 293px;
    padding-top: 20px
}

.form-control-feedback {
    display: none
}

.has-feedback label~.form-control-feedback {
    top: 0!important
}

.error {
    text-align: left!important;
    display: table!important
}

.thnak4 {
    margin-top: 50px
}

.has-feedback .form-control {
    padding: 10px
}

.form-group {
    margin: 15px 0!important
}

.form-group input {
    font-size: 14px!important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #e3000f
}

.form-group textarea {
    font-size: 14px!important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #e3000f
}

.form-group select {
    font-size: 16px!important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #e3000f
}

.Submit-box {
    background-color: #e3000f;
    border: 1px solid #e3000f;
    padding: 10px 15px;
    color: #fff;
    border-radius: 2px
}

.Submit-box:hover {
    background-color: #e3000f;
    border: 1px solid #141414
}

.input-group .form-control:last-child,.input-group-addon:last-child {
    font-size: 14px!important;
    line-height: 24px;
    width: 100%!important
}

.input-group .form-control:last-child,.input-group-addon:last-child {
    font-size: 14px!important;
    line-height: 24px;
    border-radius: 2px;
    width: 100%!important;
    border-bottom: 2px solid #e3000f
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100%!important
}

.Submit-box {
    background-color: #e3000f;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #e3000f;
    font-size: 17px;
    border-radius: 2px;
    transition: 0.5s ease
}

.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000
}

.form-control:focus {
    box-shadow: none!important;
    border-color: #e3000f!important
}

.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0
}

section.page-part.about-section {
    padding: 40px 0
}

.text-center.counselling p strong {
    font-size: 20px;
    color: #000
}

.getres {
    font-size: 25px;
    font-weight: 600
}

.fill {
    font-size: 21px;
    font-weight: 500
}

::placeholder {
    font-size: 16px
}

section#contact-page {
    padding: 40px 0
}

.map-area iframe {
    width: 100%;
    height: 465px
}

.info-item {
    display: flex;
    background-color: #fff;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
    align-items: center;
    padding: 8px 20px;
    min-height: 138px
}

.row.contact-page-info {
    justify-content: center
}

.location-contact-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.info-content {
    padding-left: 20px
}

.info-content p {
    font-size: 21px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
    padding-bottom: 5px
}

.info-content a {
    color: #000;
    line-height: 28px
}

.contact-page-heading h2 {
    color: #e3000f
}

.contact-page-heading h5 {
    font-family: 'Allison',cursive;
    font-size: 42px
}

.cert {
    text-align: center;
    margin-top: 30px
}

.maping {
    text-align: center
}

.abo-in img {
    width: 100%;
    border-radius: 15px;
    height: 520px
}

.about-inner p {
    font-size: 18px;
    line-height: 32px;
    text-align: justify
}

.last-abo h3 {
    color: #A0000B;
    text-align: center;
    font-size: 28px;
    position: relative;
    margin-bottom: 40px
}

.last-abo h3::before {
    position: absolute;
    content: "";
    width: 125px;
    height: 2px;
    background-color: #A0000B;
    top: 100%
}

.vission-part {
    border: 1px solid #e3000f
}

.port {
    padding: 10px 0;
    background-color: #e3000f;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600
}

.port-zen {
    padding: 25px;
    line-height: 28px;
    font-size: 17px;
    text-align: justify
}

.offi {
    padding: 0 20px!important
}

.unnees {
    background-color: #dfdfdf!important;
    color: #000!important
}

.network {
    color: #c62727;
    text-align: center;
    font-size: 45px;
    position: relative;
    margin-bottom: 50px
}

.network::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #c62727;
    top: 100%
}

.milest {
    border-radius: 10px 10px 0 0;
    border: 1px solid #e3000f;
    height: 235px
}

.mile-info {
    background-color: #e3000f;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px 10px 0 0
}

.mile-infos h4 {
    font-size: 21px;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
    line-height: 30px
}

.mile-infos p {
    text-align: center;
    font-size: 16px;
    line-height: 28px
}

.mile-infos {
    padding: 0 10px
}

.desi {
    margin-left: 20px
}

.timeline {
    position: relative;
    margin: 0 auto
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #e3000f;
    top: 23px;
    bottom: 125px;
    left: 50%;
    margin-left: -3px
}

.contain {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%
}

.contain::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #fff;
    border: 4px solid #e3000f;
    top: 19px;
    border-radius: 50%;
    z-index: 1
}

.left {
    left: 0
}

.right {
    left: 50%
}


.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #e3000f;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e3000f transparent transparent
}

.right::after {
    left: -13px
}

.contents {
    padding: 20px 30px;
    background-color: #e3000f;
    position: relative;
    border-radius: 6px;
    color: #fff
}

@media screen and (max-width: 600px) {
    .timeline::after {
        left:31px
    }

    .contain {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px
    }

    .contain::before {
        left: 60px;
        border: medium solid #fff;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent
    }

    .left::after,.right::after {
        left: 18px
    }

    .right {
        left: 0%
    }
}

.careers {
    background-color: #e3000f;
    color: #fff;
    min-height: 260px
}

.careers h4 {
    font-size: 23px;
    font-weight: 600;
    background-color: #dfdfdf;
    padding: 15px 0;
    margin-bottom: 0;
    color: #000;
    text-align: center
}

.car-form {
    font-size: 28px;
    font-weight: 600
}

.jiro-two {
    font-size: 21px;
    font-weight: 500;
    padding: 20px 0 0 20px
}

.grad {
    font-size: 20px;
    padding-top: 5px;
    padding-left: 20px
}

.careers p {
    margin-bottom: 0;
    line-height: 28px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 20px
}

.air-recever {
    text-align: center
}

.non-lu {
    text-align: center
}

.non-lu img {
    width: 500px
}

.certs {
    text-align: center;
    margin-bottom: 30px
}

.table {
    margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .applications .slick-prev {
        right:6.5%
    }

    .foot-logo img {
        width: 60%
    }

    .abo-comp p {
        margin-bottom: 30px
    }

    .foot-logo {
        padding-bottom: 15px
    }

    .addres a {
        font-size: 15px
    }

    .our-com {
        margin-top: 30px
    }

    .card-bg {
        height: 420px
    }

    .oil {
        margin-bottom: 0
    }

    .midssss {
        margin-bottom: 35px
    }

    .careers {
        margin-bottom: 28px
    }

    .foot-unit {
        margin-bottom: 35px
    }

    .foot-unit img {
        padding-top: 0
    }
}

@media only screen and (max-width: 991px) {
    .about-btn {
        margin-bottom:50px
    }

    .applications .slick-prev {
        right: 8.5%;
        top: -20%
    }

    .applications .slick-next {
        top: -20%
    }

    .about-left {
        margin-right: 0
    }

    .male-work {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px
    }

    .male-work img {
        width: 350px
    }

    .inner-info h3 {
        margin: auto;
        text-align: center
    }

    .num {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px
    }

    .addres a {
        font-size: 16px
    }

    .abo-in img {
        margin-bottom: 35px
    }

    .about-inner p:last-child {
        margin-bottom: 0
    }

    .vission-part {
        margin-bottom: 35px
    }

    .last-abo {
        margin-bottom: 0
    }

    .las h3 {
        text-align: left
    }

    .no {
        margin-bottom: 0
    }

    .card-bg {
        height: 370px
    }

    .mids {
        margin-bottom: 35px
    }

    .gt {
        display: flex;
        flex-direction: column-reverse
    }

    .thedesign {
        margin-bottom: 10px
    }

    .first-info {
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 767px) {
    .top-head {
        justify-content:center
    }

    .top-social {
        justify-content: center;
        margin-top: 10px
    }

    .applications .slick-prev {
        right: 11.2%
    }

    .applications .slick-next {
        right: 1.7%
    }

    .abo-comp p {
        padding-right: 0
    }

    .timeline::after {
        bottom: 200px
    }

    .top-nav {
        display: none
    }

    .about-left .first-part h2 {
        padding-top: 0
    }
}

@media only screen and (max-width: 600px) {
    .timeline::after {
        bottom:130px
    }
}

@media screen and (max-width: 575px) {
    .banne .slick-prev {
        display:none!important
    }

    .banne .slick-next {
        display: none!important
    }

    .applications .slick-prev {
        display: none!important
    }

    .applications .slick-next {
        display: none!important
    }

    .inner-info h3 {
        font-size: 35px
    }

    .foot-logo img {
        width: 100%
    }

    .foot-service h3 {
        margin-top: 35px
    }

    .cont-info h3 {
        margin-top: 35px
    }

    .abo-comp p {
        margin-bottom: 0
    }

    .img-two {
        left: -115px!important
    }

    .thm-btn {
        padding: 7px 8px 7px 24px
    }

    .thm-btn i {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .about-left .first-part h2 {
        font-size: 35px
    }

    .bread h1 {
        font-size: 40px
    }

    .bread-home {
        font-size: 17px
    }

    .foot-unit {
        margin-bottom: 0
    }

    .card-bg {
        text-align: center
    }

    .pro-box {
        margin-bottom: 15px
    }

    .foot-unit img {
        padding-top: 30px
    }
}

@media only screen and (max-width: 420px) {
    .top-head {
        display:flex;
        flex-direction: column
    }

    .top-social i {
        margin-left: 15px;
        transition: 0.8s;
        margin-right: 0
    }

    .mail-time {
        margin-top: 6px
    }
}

@media only screen and (max-width: 420px) {
    .brand img {
        width:260px
    }
}

@media only screen and (max-width: 380px) {
    .timeline::after {
        bottom:135px
    }

    .card-bg {
        height: 400px
    }
}

@media only screen and (max-width: 320px) {
    .timeline::after {
        bottom:160px
    }

    .header-style-two .logo img {
        width: 220px
    }
}

.fa-chevron-down {
    font-size: 14px
}

.sticky .main-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0;
    animation: stickey-header 1s;
    z-index: 100099;
    background-color: #fff;
    box-shadow: 0 0 40px #000;
    width: 100%
}

.sticky .menu-nav>ul>li>a {
    color: #000
}

.logo a img {
    width: 100%
}

.sticky .logo {
    width: 180px
}

.sticky .main-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 6px 0;
    animation: stickey-header 1s;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 40px #000
}

.sticky .main-header .main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 32px 0;
    margin-right: 38px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sticky .main-header .main-menu .navigation>li>a {
    font-size: 16px
}

@keyframes stickey-header {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.mail-time a {
    color: #fff;
    font-size: 14px
}

.phon a {
    color: #fff;
    font-size: 14px
}

.copies {
    width: 100%;
    margin: auto;
    text-align: center
}

.popup {
    position: fixed!important;
    background: rgba(0,0,0,.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100000;
    display: none
}

.popup-inner {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: table;
    margin: auto;
    top: 90px;
    box-sizing: border-box;
    width: 680px
}

.popup .close {
    cursor: pointer;
    height: 34px;
    width: 34px;
    position: absolute;
    right: 0;
    top: -44px;
    color: #fff;
    font-size: 30px;
    font-family: monospace;
    font-weight: 300
}

.popup-inner img {
    width: 100%!important
}

.popup-content {
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .popup-inner {
        width:100%!important
    }
}

.modal-lg {
    width: 750px
}

.modal-dialog {
    margin: 7% auto
}

.inq-btn-home {
    position: fixed;
    top: 300px;
    left: 10px;
    width: 45px;
    height: 50px;
    z-index: 11
}

.modal {
    z-index: 999999!important
}

.modal-header {
    padding: 10px 15px 0 15px;
    background-color: #373435
}

.modal-title {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding-bottom: 0px
}

.modal-body {
    padding: 0 15px 10px 15px
}

.capside {
    float: left;
    margin-top: 25px
}

.close {
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 28px;
    color: #fff!important
}

.pop-img {
    margin-top: 10%;
    margin-bottom: 20px;
    width: 300px;
    height: auto
}

button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background-color: #b52414!important;
    padding: 6px 15px;
    margin-top: -14px!important;
    position: absolute;
    opacity: 1;
    color: #fff!important
}

.btn-close {
    background: #ffffff var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
}

@media only screen and (max-width: 768px) {
    .modal-lg {
        width:75%;
        margin: 15px auto
    }

    .dmo {
        display: none
    }

    .modal-footer {
        padding: 15px 21px;
        text-align: right;
        border-top: none;
        margin-top: -72px;
        position: relative;
        z-index: 999;
        width: 120px;
        float: right
    }

    .inq-btn-home img {
        width: 30px;
        height: auto;
    }

    .moClose {
        display: none;
    }

    .modal-body {
        padding: 0 15px 45px 15px;
    }

    .modal-dialog {
        margin: 15% auto
    }
}

@media only screen and (max-width: 500px) {
    .modal-footer {
        width: auto;
    }

    .modal-footer {
        margin-top: auto;
    }

    .modal-body {
        padding: 0 15px 10px 15px !important;
    }
}

.table-lection {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-top: 30px;
}

.table-lection h3 {
    font-size: 20px;
    color: #060606;
    font-weight: 700;
    margin: 0;
    margin-top: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.table-lection h3 span {
    font-size: 50px;
    padding-left: 30px;
    padding-top: 0px;
    display: block;
}

#toggle_morefilter {
    display: none;
}

#toggle_morefilter ul {
    padding: 10px 20px;
    margin: 0px;
    list-style: none;
}

#toggle_morefilter ul li {
    list-style: disc;
    padding: 10px 0px;
    font-family: "Rubik", sans-serif;
}

.images-part img {
    max-width: 100%;
}

.new-usa {
    background: #e0e5ea;
    padding: 20px !important;
    min-height: 100vh;
}

.left.wt-small-separator-outer h2 {
    font-size: 35px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 7px;
    color: #704d2a;
}

.new-usa h2 {
    font-family: "Rubik", sans-serif !important;
    font-size: 22px !important;
    color: #000 !important;
}

.list-section li img {
    margin-right: 10px;
}

.list-section {
    padding: 10px 0px;
    font-family: "Rubik", sans-serif;
    list-style-type: disc !important;
}

.list-section li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
}

.list-section li {
    padding: 4px 0px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    font-family: "Rubik", sans-serif;
}

.images-part h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    margin-top: 25px;
    font-family: "Rubik", sans-serif;
}

.images-part p {
    font-size: 18px;
    text-align: justify;
    line-height: 32px;
    margin-top: 15px;
    font-family: "Rubik", sans-serif;
}

.city-section ul li {
    display: inline-block;
    width: 49%;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    font-family: "Rubik", sans-serif;
}

.city-section h2 {
    font-family: "Rubik", sans-serif !important;
    font-size: 22px !important;
    color: #000 !important;
    margin: 20px 0px;
    font-weight: 700;
}

.city-section ul li a img {
    max-width: 100%;
}

.last-section h4 {
    font-size: 34px;
    color: #263555;
    font-weight: 600;
    margin: 0;
    margin-top: 50px;
    font-family: "Rubik", sans-serif;
}

.last-section td {
    border: 1px solid #ccc;
    padding: 8px;
    font-family: "Rubik", sans-serif;
}

td, th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(2n) {
    background-color: #ddd;
}

.last-section p {
    font-size: 18px;
    text-align: justify;
    line-height: 32px;
    padding: 10px;
    font-family: "Rubik", sans-serif;
}

.last-section tr:hover {
    background-color: #35abd8;
    color: #fff !important;
}

#toggle_morefilter ul li a {
    color: #000;
    font-size: 16px;    font-family: "Rubik", sans-serif;
}

#toggle_morefilter ul li {
    list-style: disc;
    padding: 10px 0px;
    font-family: "Rubik", sans-serif;
}

.images-part a {
    display: block;
    text-align: center;
    padding: 8px 15px;
    background-color: #e3000f;
    font-size: 17px;
    border-radius: 5px;
    transition: 0.3s;
    white-space: nowrap;
    margin: 20px auto 20px;
    color: #fff !important;
    width: 44%;
    font-family: "Rubik", sans-serif;
}

.images-part h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    font-family: "Rubik", sans-serif;
}

.table-section {
    border: 1px solid #000;
    border-bottom: 0px solid #000;
    padding: 10px;
    text-align: left;
    color: #1a1a1a;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.datagrid table {
    border-collapse: collapse;
    width: 100%;
}

.datagrid th {
    border: 1px solid #e3000f;
    text-align: left;
    background-color: #e3000f;
    padding: 8px 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

.datagrid td {
    border: 1px solid #e3000f;
    text-align: left !important;
    padding: 7px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}

.datagrid tr:nth-child(even) {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

tr:nth-child(2n) {
    background-color: #ddd;
}

.images-part h5 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
}

.Chimney ul {
    padding: 0px;
    margin: 0px;
}

.Chimney li {
    display: block;
    padding: 5px 0px 10px 0px;
    font-size: 18px;
    color: #000;
    font-family: "Rubik", sans-serif;
}

.Chimney li img {
    float: left;
    width: 1%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 7px;
}


.Chimney1 {
    padding: 0px;
    margin: 0px;
}

.Chimney1 li {
    display: block;
    padding: 5px 0px 10px 0px;
    font-size: 18px;
    color: #000;
    font-family: "Rubik", sans-serif;
}

.Chimney1 li img {
    float: left;
    width:2%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 7px;
}














.list-payment h4 {
    font-size: 34px;
    color: #263555;
    font-weight: 600;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Rubik", sans-serif;
}

.list-payment span {
    font-size: 20px;
    color: #040404;
    font-weight: 700;
    margin: 15px 0px 10px;
    display: block;
    font-family: "Rubik", sans-serif;
}

.list-payment ul {
    padding: 0px;
    margin: 0px;
}

.list-payment ul li {
    font-size: 18px;
    padding: 5px 0px;
    font-family: "Rubik", sans-serif;
}

.acc-container {
    max-width: 100%;
    width: 100%;
    font-family: "Rubik", sans-serif;
}

.acc {
    margin-bottom: 10px;
}

.acc-head {
    background-color: rgb(242 25 32);
    padding: 10px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    font-family: "Rubik", sans-serif;
}

.acc-head::before, .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #fff;
    transition: all .3s;
}

.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
}

.acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
}

.acc-content {
    padding: 15px 10px;
    display: none;
}

.acc-head.active::before {
    transform: rotate(90deg);
}

.acc-head p {
    margin-bottom: 0px;
}

.acc-content p {
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.city-section ul li a {
    color: #000;
}
