/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700;800&display=swap');

/*================================================
Default CSS
=================================================*/

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #212529;
    display: inline-block;
}

a:hover,
a:focus {
    color: #292929;
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    font-size: 14px;
    color: #4e4e4e !important;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 15px;
    color: #4c4c4c !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.align-items-center {
    align-items: center!important;
}

.ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 36px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424242;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}


/*================================================
Default Btn CSS
=================================================*/

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

.menu-btn {
    border: 1px solid green;
}

.btn-call {
    display: flex;
    justify-content: center;
}

.template-btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.2;
    background-color: #272727;
    color: #ffffff !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 16px 69px;
    border-radius: 30px;
    border: none;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .template-btn {
        padding: 18px 30px;
        font-size: 15px;
    }
    .content img{
        width:35%;
    }
    .service-text{
        height:auto;
    }
    .service-text a {
    color: #000 !important;
}
.services-section-two{
    padding:20px 0 20px!important;
}
.sec-title{
    margin-bottom:0!important;
}
.about-area.reverse .thumb img{
    display:none;
}
.about-area{
    padding-top:0!important;
    padding-bottom:0!important;
}
}

.template-btn i {
    font-size: 15px;
    margin-left: 6px;
    color: #ececec;
}

@media (max-width: 575px) {
    .template-btn i {
        font-size: 14px;
    }
}

.template-btn:hover {
    background-color: #e91d25 !important;
    color: #ececec !important;
    border: none !important;
}

.fa-calendar {
    margin-right: 10px;
}


/*================================================
Section Title CSS
=================================================*/

.section-title {
    text-align: center;
    margin-bottom: 17px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 47px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.section-title h2 span {
    font-weight: 400;
    font-style: italic;
}

.section-title p {
    max-width: 650px;
    margin: auto;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pad_top {
    padding-top: 120px;
}

.mt-25 {
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

ul {
    list-style: none;
    padding: 0;
}

.subTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: .9;
    color: var(--theme-color);
    margin: 0 0 14px;
}

.subTitle span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: var(--theme-color);
    margin-right: 13px;
    position: relative;
    top: -5px;
}

.sec-title {
    margin-bottom: 50px;
}


/* ======== 2.1 Header Top ========*/

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content{
        margin-top:50px;
    }
    .single-info-of-company {
        display:none!important;
    }
}                          

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    /* .header-top {
        display: none;
    } */
    .about-area{
        padding-top:20px;
    }
    .service-text a{
        color:#000!important;
    }
}


/*-- Links --*/

.header-top-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top {
    padding: 12px 0px 0px 0px;
    background: #e91d25;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.header-top-links li {
    color: #ffffff;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-top-links li {
        padding: 0 12px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-links li {
        padding: 0 12px;
        font-size: 13px;
        border-left: 0px;
        margin-bottom: 5px;
    }
}

.header-top-links li:first-child {
    border-left: 0px;
    padding-left: 0px;
}

.header-top-links li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.header-top-links li a:hover {
    color: #fff;
}

.header-top-links li i {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .header-top-links {
        display: none !important;
    }
}

@media only screen and (min-width: 998px) and (max-width: 1024px) {
    .header-logo a img {
        /* max-width: 100%; */
        width: 365px;
        margin-top: -104px !important;
    }
}


/*-- Header Top Action --*/

.header-top-action {
    position: relative;
}

.expert-text {
    color: #fff;
    top: -5px;
    display: flex;
    justify-content: center;
}

.expert-text p {
    float: right;
    padding: 0px 10px;
    margin-bottom: 6px !important;
}

.expert-text span {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top-action {
        width: 290px;
        margin: 0 auto;
    }
}

.header-top-action .action-search {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border: 1px solid #41414a;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-right: 35px;
    background: transparent;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top-action .action-search {
        width: 100%;
    }
}

.header-top-action .action-search:focus {
    border: 1px solid #e91d25;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top-action .action-search::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search::placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-btn {
    position: absolute;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    right: 0;
    color: #ffffff;
    font-size: 16px;
    border: none;
    padding-right: 15px;
    padding-left: 5px;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top-action .action-btn:hover {
    color: #e91d25;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.expert-text p a {
    color: #ececec;
    font-size: 14px;
}

.expert-text p a span {
    margin-left: 7px !important;
}


/* ======== 2.2 Header Bottom ========*/

.header-bottom {
    background: transparent;
}

.header-bottom.header-sticky {
    min-height: 96px;
    max-height: 2px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media only screen and (max-width: 479px) {
    .header-bottom.header-sticky {
        min-height: 80px;
    }
}

.header-bottom.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}


/*-- Logo --*/

.header-logo a img {
    /* max-width: 100%; */
    width: 131px;
}


/*-- Main Menu --*/

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu>ul>li {
    position: relative;
}

.main-menu>ul>li+li {
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-menu>ul>li+li {
        margin-left: 28px;
    }
}

.main-menu>ul>li>a {
    font-size: 14px;
    line-height: 73px;
    text-decoration: none;
    padding-top: 13px;
    letter-spacing: 0.5px;
    /* font-weight: 400; */
    font-weight: 600;
    font-family: 'Poppins';
    color: #4c4c4c;
}

.main-menu>ul>li>a:hover,
.main-menu>ul>li>a.active {
    color: #e91d25;
}

.main-menu>ul>li.has-children>a::after {
    content: "\f107";
    font-family: 'fontAwesome';
    padding-left: 5px;
}

.main-menu>ul>li:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu>ul .sub-menu {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: auto;
    width: 230px;
    padding: 15px 0;
    border-bottom: 3px solid #e91d25;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.main-menu>ul .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #f7f7f7 transparent;
}

.main-menu>ul .sub-menu li a {
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
    font-size: 13px;
    color: #222;
    padding: 5px 20px;
    text-transform: uppercase;
}

.main-menu>ul .sub-menu li {
    border-bottom: 1px solid #bbb9b9 !important;
    padding: 5px !important;
}

.main-menu>ul .sub-menu li:last-child {
    border-bottom: 0px solid #bbb9b9 !important;
    padding: 5px !important;
}


/*-- Mobile Menu Bar --*/

.main-menu-right-side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu-right-side a {
    font-size: 33px;
    line-height: 100px;
    color: #e91d25;
}

.main-menu-right-side .header-language a {
    font-size: 14px;
    line-height: 80px;
    color: #e91d25;
}

.main-menu-right-side a:hover {
    color: #e91d25;
}

@media only screen and (max-width: 479px) {
    .main-menu-right-side a {
        line-height: 80px;
    }
}


/* ======== 2.3 Mobile Menu ========*/

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    z-index: 9999;
}

.mobile-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-inner {
    width: 100%;
    height: 100%;
    width: 350px;
    background-color: #ffffff;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin-left: auto;
    position: relative;
    padding: 20px 0 40px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}

.mobile-menu-inner .btn-close-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 36px;
    padding-left: 20px;
    color: #e91d25;
    opacity: 1;
}

.mobile-menu-inner .btn-close-bar i {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    font-size: 20px;
    font-weight: 400 !important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu-inner .btn-close-bar i:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu-inner .widget-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 40px;
}

.mobile-menu {
    text-align: start;
    padding: 39px 19px 14px;
}

.mobile-menu>.has-children>a i {
    -webkit-transform: rotate(0deg);
    font-size: 22px !important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>.has-children .dropdown a {
    font-size: 13px;
    padding-top: 20px;
    display: block;
    color: #ececec;
    padding-left: 15px;
}

.mobile-menu>.has-children.active>a {
    color: #fcfcfc;
}

.mobile-menu>.has-children.active>a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>li {
    margin-bottom: 20px;
    border-bottom: 1px solid #353535;
    padding: 7px;
}

.mobile-menu>li>a {
    color: #262424;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu>li>a:hover {
    color: #e91d25;
}

.contact-links {
    text-align: left;
    padding: 0 0px 0 24px;
    margin-bottom: 128px;
}

.contact-links li {
    color: #2b2b35;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
}

.contact-links li a {
    color: #ffffff;
}

.contact-links li a:hover {
    color: #ffffff;
}

.contact-links li i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 17px;
}

.contact-block__title {
    color: #fff;
}

.contact-block__list {
    margin-bottom: 15px;
}

.contact-block__list li {
    color: #ffffffc9;
}

.btn__white {
    background-color: #fff;
    margin-top: 22px;
}

#contact-form {
    margin-top: 50px;
}


/* slider */

.single-banner-slide {
    height: 76vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.single-banner-slide h2 {
    font-weight: 600;
    color: #e91d25;
    /* background: #ffffffbf; */
    border-radius: 7px;
    padding: 8px -1px;
    line-height: 53px;
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 10px;
}

.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(73 73 73 / 8%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single-banner-slide p {
    color: #2f2e2e !important;
    font-size: 14px;
    /* max-width: 85%; */
    line-height: 31px;
    /* margin: 0 auto; */
    text-align: center;
}

.single-banner-slide a {
    color: #fff;
    background: #2a2a2a;
    padding: 16px 45px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
    transition: 0.3s;
}

.single-banner-slide a:hover {
    color: #fff;
    background: #e91d25;
}

.all-banner-slide .owl-nav {
    margin-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: .01;
}

.all-banner-slide .owl-nav [class*=owl-] {
    margin: 0;
    border-radius: 30PX;
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    padding: 0;
    background: #ffffff99 !important;
    color: #404242 !important;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 56px;
    font-weight: 600 !important;
    text-align: center;
    font-size: 17px !important;
}

.all-banner-slide .owl-nav [class*=owl-]:hover {
    background: white;
    color: #e91d25;
}

.all-banner-slide .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 40px;
}

.all-banner-slide .owl-nav [class*=owl-].owl-prev {
    right: auto;
    left: 40px;
}

.banner-card {
    background: #ffffffd1;
    padding: 36px 30px;
    border-radius: 10px;
    max-width: 59%;
    margin: 0px auto;
    text-align: center;
}

.banner-call {
    padding-top: 31px;
    padding-bottom: 39px;
    position: relative;
    margin-top: 40px;
    z-index: 1;
}

.banner-call:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #e91d25;
    -webkit-clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%);
}

.banner-call .row {
    max-width: 1050px;
}

.banner-call .banner-call-content {
    position: relative;
    z-index: 1;
}

.banner-call .banner-call-content h3 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 35px;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

.banner-call .cmn-btn {
    text-align: right;
}

.banner-call .cmn-btn .banner-btn-left {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.2;
    background-color: #ffffff;
    color: #151415 !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 16px 67px;
    border-radius: 30px;
    border: none;
    margin-top: -20px;
}

.footer_01 {
    position: relative;
    /* padding: 49px 0 30px; */
    background: #f9f9f9;
}

.footer_01 .secTitle {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: -7px 0 0
}

.aboutWidget {
    position: relative
}

.aboutWidget h5 {
    /* text-align: right; */
    font-size: 17px;
    line-height: 30px;
    color: #4a4949;
    font-weight: 500;
    margin: 0 0 13px;
}

.phone .footer-call {
    display: flex!important;
    font-size: 15px!important;
    font-weight: 600!important;
    text-align: left !important;
    color: red;
    margin: 0 0 10px!important;
    border-bottom: none;
    line-height: 38px;
}

.phone i {
    margin-right: 8px;
}

.mail i {
    margin-right: 8px;
}

.aboutWidget p {
    text-align: left;
    color: #4a4949!important;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 18px;
}

.aboutWidget a {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #4a4949!important;
    border-bottom: 1px solid #fff;
    /* text-align: right; */
}

.aboutWidget a:hover {
    color: var(--theme-color);
    border-color: red;
}

.widget_title {
    font-size: 20px;
    line-height: 30px;
    color: #4a4949;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 18px;
}

.widget_title.mb28 {
    margin-bottom: 28px
}

.menu {
    margin: 0;
    padding: 0
}

.menu li {
    font-size: 13px;
    text-transform: capitalize;
    display: block;
    color: #4a4949;
    line-height: 33px;
    font-family: 'Poppins';
    font-weight: 500;
    margin: 0;
}

.menu li a {
    color: inherit;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}

.menu li a:hover {
    color: var(--theme-color);
    padding-left: 23px
}

.menu li a:after {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f105";
    left: 3px;
    top: 4px;
    color: #292929;
    line-height: 29px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.menu li a:hover:after {
    color: var(--theme-color)
}


/* ============================================================== 
     # About 
=================================================================== */

.about-area {
    padding-top: 70px;
    /*padding-bottom: 100px;*/
    position: relative;
}

.about-area.reverse .thumb {
    padding-left: 15px;
    padding-right: 30px;
}

.about-area .content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    line-height: 1.3;
    color: #e81e25;
}

.about-area .content h2::after {
    background: #e91d25 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    width: 50px;
}

.about-area .content h3 {
    text-transform: capitalize;
    color: #e91d25;
    font-size: 23px;
    line-height: 22px;
}

.about-area .content h4 {
    font-size: 21px;
    font-weight: 500;
    color: #e91d25;
}

.about-area .content ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}

.about-area .content ul li:last-child {
    border: medium none;
    margin: 0;
    padding-bottom: 0;
}

.about-area ul {
    margin-top: 25px;
}

.about-area .content ul li h5 {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    text-transform: capitalize;
}

.about-area .content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.about-area .content a {
    margin-top: 25px;
}

.about-area .content a:hover {
    background: #333333 none repeat scroll 0 0;
    border: 2px solid #333333;
    color: #e91d25;
}

.about-area img {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
}

.about-area .thumb {
    padding-left: 30px;
}

.achivement .item .timer {
    color: #e91d25;
    font-weight: 900;
    margin-bottom: 15px;
}

.achivement .item {
    display: table-cell;
    width: 1%;
}

.achivement {
    margin-top: 25px;
}

.about-area.double-thumb .thumb .item:first-child {
    padding-left: 0;
}

.about-area.double-thumb .thumb .item:last-child {
    padding-right: 0;
}

.about-c {
    position: absolute;
    padding: 23px 13px 23px 74px !important;
    bottom: 115px;
    left: 14%;
    background: #ffffffdb !important;
}

.about-c .title-holder h3 {
    font-size: 23px !important;
    color: #e91d25;
}

.experiance::after {
    background: #2b2b35 none repeat scroll 0 0;
    bottom: 3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.experiance>h3 {
    color: #e91d25;
    display: table-cell;
    font-size: 150px;
    font-weight: 600;
    line-height: 120px;
    margin: 0 !important;
    position: relative;
    z-index: 1;
}

.experiance>h4 {
    display: table-cell;
    font-weight: 600;
    line-height: 30px;
    padding-left: 20px;
    vertical-align: middle;
}

.experiance {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.services-section {
    position: relative;
    padding: 110px 0 50px;
    background-color: #ebf7f7;
}

.services-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shape/shape-2.jpg);
}

.service-block-one {
    position: relative;
}

.service-block-one .inner-box {
    position: relative;
    margin-bottom: 80px;
}

.service-block-one .image {
    position: relative;
    overflow: hidden;
}

.service-block-one .image img {
    position: relative;
    transition: .7s;
    width: 100%;
}

.service-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}

.service-block-one .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    padding: 45px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
}

.service-block-one .inner-box:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.service-block-one .overlay .text {
    position: relative;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: cerebri-light;
}

.service-block-one .overlay .text:before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    height: 1px;
    bottom: 0;
    background-color: #e5e5e5;
    opacity: .9;
    transition: .5s;
}

.service-block-one .overlay a {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
    display: inline-block;
    z-index: 9999;
    color: #fff;
}

.service-block-one .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    transition: .5s;
}

.service-block-one h4 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
    font-size: 22px;
    font-family: cerebri-bold;
    padding: 29px 15px;
    text-align: center;
    transition: .5s;
    background-color: #fff;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.service-block-one .inner-box:hover h4 {
    color: #fff;
}

.service-block-one h4 span {
    position: relative;
}

.service-block-one h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    transform: scale(1, 0);
    transform-origin: top;
    opacity: 0;
    transition: .5s;
}

.service-block-one .inner-box:hover h4:before {
    transform: scale(1);
    opacity: 1;
}

.services-section-two .sec-title {
    padding-bottom: 2px;
}


/* Services Section Two */

.services-section-two {
    position: relative;
    padding: 77px 0 100px;
}

.services-section-two h2 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    line-height: 1.3;
}

.services-section-two h2 {
    font-size: 40px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    line-height: 55px;
}

.services-section-two .sub-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    color: #e91d25;
}

.services-section-two .text {
    position: relative;
}

.service-block-two {
    position: relative;
}

.service-block-two .inner-box {
    position: relative;
    margin-bottom: 120px;
}

.service-block-two .image {
    position: relative;
    overflow: hidden;
}

.service-block-two .image img {
    position: relative;
    transition: .7s;
    width: 100%;
}

.service-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}

.service-block-two .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    padding: 45px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.service-block-two .inner-box:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.service-block-two .overlay .link-btn a {
    font-size: 45px;
    color: #fff;
    position: relative;
    transition: 1s;
    transition-delay: .3s;
    display: inline-block;
}

.service-block-two .inner-box:hover .overlay .link-btn a {
    transform: rotate(360deg);
}

.service-block-two .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    transition: .5s;
}

.service-block-two h4 {
    position: relative;
    font-size: 22px;
    font-family: cerebri-bold;
    margin-bottom: 15px;
}

.service-block-two .text {
    position: relative;
    font-family: cerebri-light;
    margin-bottom: 0;
}

.service-block-two .lower-content {
    position: relative;
    text-align: center;
    padding: 45px;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.12);
    transition: .5s;
    background-color: #fff;
}

.service-img{
    text-align:center;
    background-color:#fff;
}

.service-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-text {
    /* background-color: #ffffff; */
    /* box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 12%); */
    margin-bottom: 40px;
    /* padding: 10px; */
    padding: 26px 22px 10px 23px;
    padding-bottom: 33px;
    text-align: center;
    border: 2px solid #ececec;
    border-top: none;
    /* text-align: center; */
    background: #ff111a;
    /* font-size: 15px; */
   /* margin-top: -6px;*/
   height:100px!important;
}

.service-text:hover {
    background: #be040a;
}

.service-text a {
    color: #fff;
}

.service-text h3 {
    font-size: 16px;
    font-weight: 500;
}

.services-section-two.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    z-index: -9;
    height: 100%;
    max-height: 454px;
    background-image: url(../img/ptn-1.png);
}

.cta-section {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.cta-section.sp-two {
    position: relative;
    padding: 60px 0 80px;
}

.cta-section .wrapper-box {
    position: relative;
    padding: 30px 22px 30px 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.cta-section .logo {
    margin-bottom: 20px;
}

.cta-section h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
}

.cta-section .link-btn {
    margin-bottom: 20px;
}

.cta-section .wrapper-box {
    border: 10px solid #ec5a31;
}

.missionvision {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #e91d25;
}

.missionvision h5 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}

.featured-icon-box {
    padding: 0px 30px;
}

.certification {
    padding-top: 70px;
    padding-bottom: 60px;
}


/* footer */

.fcopyright {
    position: relative;
    background: #e91d25;
    padding: 14px 0 14px;
    font-size: 22px;
    color: #fff;
}

.fcopyright p {
    margin: 0;
    font-size: 12px;
    color: #ffffff !important;
}

.fcopyright p a {
    font-size: 12px;
    color: #ffffff !important;
}

.copyMenu {
    position: relative;
    text-align: right
}

.copyMenu ul {
    margin: 0;
    padding: 0
}

.copyMenu ul li {
    font-size: 14px;
    color: #fff;
    list-style: none;
    display: inline-block;
    margin-left: 16px
}

.copyMenu ul li:first-child {
    margin-left: 0
}

.copyMenu ul li a {
    display: inline-block;
    color: inherit
}

.copyMenu ul li a:hover {
    color: var(--theme-color)
}

.footer_info p {
    font-size: 14px;
    color: #4a4949 !important;
    margin-right: 20%;
}

.social_media {
    border-top: 1px solid #4d4848;
    /* border-bottom: 1px solid #4d4848; */
    padding: 24px 0;
    margin-top: 0px;
}

.social_media ul {
    margin-bottom: 0;
}

.follow {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.social-links {
    display: flex;
}

.social-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #2a2a2a;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    margin: 0 35px 0px 0px;
    border-radius: 50%;
    position: relative;
    background: white;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-links a .fab {
    font-size: 19px;
    line-height: 30px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.social-links a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: rgb(255, 8, 8);
    /* background: linear-gradient(-45deg, #ed7a1c, #ffd417); */
    position: absolute;
    color: white;
    transition: 0.5s;
}

.social-links a:hover::after {
    top: 0;
}

.social-links a:hover .fab {
    color: #fff;
}

.social-links a:hover {
    transform: translateY(-10px);
}

.fa-car-side {
    font-size: 15px;
    margin-right: 10px !important;
}

.map {
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
    z-index: 0;
}

.map img {
    margin: 0 auto;
}

.map:before,
.map:after {
    position: absolute;
    bottom: -4vw;
    width: 50%;
    height: 7vw;
    background-color: #f5f5f5;
    z-index: 1;
    content: '';
}

.map:before {
    left: 0;
    transform: skewY(6deg);
}

.map:after {
    right: 0;
    transform: skewY(-6deg);
}

.map-container {
    overflow: hidden;
    padding-bottom: 26%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* ----------- */

.single-info-of-company {
    /* position: relative; */
    display: block;
    overflow: hidden;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 23px 13px 23px 69px;
    /* min-height: 112px; */
    /* margin: 6px auto 0; */
    max-width: 370px;
    width: 100%;
    border-radius: 5px;
}

.single-info-of-company .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 110px;
    text-align: center;
    z-index: 1;
}

.single-info-of-company .icon-holder span:before {
    color: #e91d25;
    font-size: 36px;
    line-height: 35px;
    display: block;
    padding: 23px 0 41px;
}

.main-service__item {
    position: relative;
    margin: 15px 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-service__item::before {
    top: auto;
    left: auto;
    left: -3px;
    width: 35px;
    content: "";
    bottom: -3px;
    height: 35px;
    position: absolute;
    border-style: solid;
    border-color: #e91d25;
    z-index: -1;
}

.main-service__item::after {
    top: auto;
    left: auto;
    right: -3px;
    width: 35px;
    content: "";
    bottom: -3px;
    height: 35px;
    position: absolute;
    border-style: solid;
    border-color: #e91d25;
    z-index: -1;
}


/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 190px 0 83px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #e91d251c;
    position: absolute;
}

.page-title .inner-container {
    position: relative;
}

.page-title .title-box {
    position: relative;
    float: left;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-title .title {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding-top: 75px;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #fa7720;
    font-weight: 500;
    text-transform: capitalize;
    cursor: default;
    padding-right: 13px;
    margin-right: 13px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    top: -1px;
    right: -5px;
    font-size: 8px;
    line-height: 30px;
    color: #ffffff;
    content: "\f13f";
    font-weight: 700;
    font-family: "Flaticon";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #fa7720;
}

.product-cat-list {
    padding-top: 100px;
    background: #f7f7f7;
    padding-bottom: 53px;
}

.product-cat-list .sec-title h2 {
    font-size: 35px;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 26px;
}

.product-cat-list .sub-title {
    color: #e91d25;
}


/* gakkery */

.gallery {
    padding-top: 60px;
    background: #f7f7f7;
    padding-bottom: 60px;
}

.service-offers-box {
    margin-bottom: 20px;
}

.awards {
    padding-top: 71px;
    padding-bottom: 70px;
    background: #f7f7f7;
}

.awards .sec-title {
    margin-bottom: 30px;
}

.feature-item {
    margin-top: 10px;
    text-align: center;
}

.contact-wrapper {
    padding: 100px 0px;
}

.contact-box-wrap {
    background: #fff;
    -webkit-box-shadow: 5px 7px 35px rgba(113, 113, 113, .1);
    box-shadow: 5px 7px 35px rgba(113, 113, 113, .1);
    padding: 40px 30px;
    margin-top: 23px;
}

.contact-box-wrap h4 {
    font-weight: 500;
    font-size: 23px;
    color: #252525;
}

.contact-box-wrap .single-contact-box {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 30px;
    background: #fff;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in
}

.contact-box-wrap .single-contact-box h6 {
    font-weight: 600;
    font-size: 16px;
    color: #303132;
    padding-bottom: 5px
}

.contact-box-wrap .single-contact-box .mail,
.contact-box-wrap .single-contact-box .location,
.contact-box-wrap .single-contact-box .weblink {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #5c5c5c;
    display: inline-block;
    font-family: 600;
    margin-right: 2px;
    padding-top: 6px;
    word-break: break-all
}

.contact-box-wrap .single-contact-box .phone {
    font-weight: 500;
    font-size: 15px;
    color: #5c5c5c;
    display: block;
    padding-top: 19px;
}

.contact-box-wrap .single-contact-box:hover {
    background: #e91d25
}

.contact-box-wrap .single-contact-box:hover h6 {
    color: #fff
}

.contact-box-wrap .single-contact-box:hover .mail,
.contact-box-wrap .single-contact-box:hover .location,
.contact-box-wrap .single-contact-box:hover .weblink {
    color: #fff
}

.contact-box-wrap .single-contact-box:hover .phone {
    color: #fff
}

.contact-form {
    background: #fff;
    -webkit-box-shadow: 5px 7px 35px rgba(113, 113, 113, .1);
    box-shadow: 5px 7px 35px rgba(113, 113, 113, .1);
    padding: 40px 30px;
    padding-top: 52px;
}

.contact-form h4 {
    font-weight: 800;
    font-size: 25px;
    color: #e91d25;
}

.contact-form .contact-input-group {
    margin-top: 22px;
    position: relative
}

.contact-form .contact-input-group label {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
    margin-left: 3px;
    margin-bottom: 18px
}

.contact-form .contact-input-group input,
.contact-form .contact-input-group .comment-form textarea,
.comment-form .contact-form .contact-input-group textarea {
    display: block;
    padding: 8px 15px;
    width: 100%;
    background: rgba(209, 209, 209, .2);
    border: 1px solid transparent;
    border-radius: 5px;
    height: 46px;
    border-radius: 5px;
    padding: 15px 20px
}

@media(max-width:767px) {
    .contact-form .contact-input-group input,
    .contact-form .contact-input-group .comment-form textarea,
    .comment-form .contact-form .contact-input-group textarea {
        background: rgba(209, 209, 209, .5)
    }
}

.contact-form .contact-input-group input::-webkit-input-placeholder,
.contact-form .contact-input-group .comment-form textarea::-webkit-input-placeholder,
.comment-form .contact-form .contact-input-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #5c5c5c;
}

.contact-form .contact-input-group input:-ms-input-placeholder,
.contact-form .contact-input-group .comment-form textarea:-ms-input-placeholder,
.comment-form .contact-form .contact-input-group textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #5c5c5c;
}

.contact-form .contact-input-group input::-ms-input-placeholder,
.contact-form .contact-input-group .comment-form textarea::-ms-input-placeholder,
.comment-form .contact-form .contact-input-group textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #5c5c5c;
}

.contact-form .contact-input-group input::placeholder,
.contact-form .contact-input-group .comment-form textarea::placeholder,
.comment-form .contact-form .contact-input-group textarea::placeholder {
    font-size: 14px;
}

.contact-form .contact-input-group textarea {
    display: block;
    padding: 6px 13px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: none;
    background: rgba(209, 209, 209, .2)
}

@media(max-width:767px) {
    .contact-form .contact-input-group textarea {
        background: rgba(209, 209, 209, .5)
    }
}

.contact-form .contact-input-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #5c5c5c;
}

.contact-form .contact-input-group textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #5c5c5c;
}

.contact-form .contact-input-group textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #5c5c5c;
}

.contact-form .contact-input-group textarea::placeholder {
    font-size: 14px;
    color: #5c5c5c;
}

.contact-form .contact-input-group button[type=submit] {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #e91d25;
    border-radius: 5px;
    border: none;
    padding: 10px 66px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 17px;
}

.contact-form .contact-input-group button[type=submit]:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #e91d25
}

.error-wrapper-start .error-content .error-texts {
    max-width: 646px;
    padding-top: 50px
}

.error-wrapper-start .error-content .error-texts h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    text-transform: capitalize;
    color: #e91d25
}

.error-wrapper-start .error-content .error-texts p {
    padding-top: 6px;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5c5c5c;
}

.error-wrapper-start .error-content .error-texts .back-btn {
    margin-top: 32px
}

.product-list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.product__item .title {
    margin-bottom: 20px;
}

.product__item .img {
    margin-bottom: 20px;
}

.product__item .sub-title {
    font-weight: 500;
    color: #e91d25;
    margin-top: 17px;
}

.product__item ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 12px;
}

.product__item li {
    line-height: 30px;
}

.featured-desc p {
    color: white !important;
}

.banner-content h2 {
    color: white;
}

.banner-content p {
    color: white !important;
    text-align: left;
}

.banner-content {
    /*margin-top: -210px;*/
    margin-top: -120px;
    text-align: center;
}

.banner-content h3{
    color:#fff;
}

.missionvision ul {
    list-style: none;
}

.missionvision ul li {
    font-size: 14px;
    color: #4e4e4e !important;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 15px;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.missionvision ul li::before {
    content: "\2022";
    color: rgb(254, 254, 254);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.intl-tel-input {
    margin: 10px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.intl-tel-input input {
    width: 250px;
    border: 1px solid #CCC;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}

.feature__img:hover {
    /* border: 4px solid red; */
}

.feature__img {
    /* border: 4px solid rgb(30, 30, 30); */
}

#slider .slider {
    margin-bottom: 30px;
    position: relative;
}

#slider .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #ff9966;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ff5e62, #ff9966);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

#slider .slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 40px 90px 40px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}

#slider .slider-card img {
    border-radius: 5px 5px 0px 0px;
}

#slider .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 48px);
    left: 9px;
    background: #e91d25;
    opacity: 1;
    width: 26px;
    color: white;
    height: 26px;
    z-index: 1;
    border-radius: 30px;
}

#slider .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 48px);
    right: 10px;
    opacity: 1;
    font-size: 17px !important;
    z-index: 1;
    width: 26px;
    color: white;
    height: 26px;
    background: #e91d25;
    border-radius: 30px;
}

#slider .owl-dots {
    text-align: center;
}

#slider .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
}

#slider .owl-dots .owl-dot.active {
    background: #f44336 !important;
}

.certificate-details {
    text-align: center;
}

.certificate-details h6 {
    font-size: 13px;
    color: #333333;
}

.certificate-details h1 {
    font-size: 35px;
    color: red;
}

.certificate-details h2 {
    font-size: 20px;
    font-weight: 500;
}

.certificate-details h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.certificate-details p {
    text-align: center;
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.about-area .content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    line-height: 1.3;
    color: #e81e25;
}
.about-area img {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    margin-top:-6px;
}
