@import url("../css/aos.css");
@import url("../css/fancybox.css");
@import url("../css/slick.css");
@import url("../css/slick-theme.css");
@import url("../css/default.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("../css/icofont.min.css");
* {
    outline: 0;
}

.navbar-light .navbar-toggler {
    border: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: inherit;
    color: #000000;
}

.clr {
    width: 100%;
    float: left;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #000000;
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus,
select:focus,
.custom-select:focus,
.form-control:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: #3f5cd7;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 300;
    text-transform: normal;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

hr {
    border-bottom: 0.5px solid #ffc635;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

.body-bg {
    background: linear-gradient(180deg, #f1eade 0%, #f1eade 32%, #ffffff 66%, #ffffff 100%);
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #4b4b4b;
    margin-bottom: 20px;
}

.text {
    font-size: 22px;
    line-height: 28px;
    color: #4b4b4b;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-title {
    font-size: 16px;
    line-height: inherit;
    color: #545454;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.title {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.title .line {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    bottom: -20px;
    background: #3f5cd7;
}

.title2 {
    font-size: 34px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.div-title {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}

.div-sub-title {
    font-size: 22px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.view-more-text {
    display: inline-block;
}

.view-more-text-btn {
    font-size: 17px;
    line-height: inherit;
    color: #444444;
    font-weight: 700;
    display: inline-block;
    border: none;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.view-more-text-btn:hover {
    color: #3f5cd7;
}

.view-more {
    display: inline-block;
}

.view-more-btn {
    font-size: 20px;
    line-height: inherit;
    color: #ffffff;
    background: #3f5cd7;
    padding: 14px 30px;
    display: inline-block;
    border: none;
    outline: none;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.view-more-btn:hover {
    background: #0b2496;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.img-zoom:hover .zoom {
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.g_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
    padding: 0;
    position: fixed;
    background-color: #ffffffdc;
    backdrop-filter: blur(3em);
    box-shadow: 3px 3px 3px #0000001a;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}


/* loader css*/


/* loader css */


/* main-header */

.top-menu {
    padding: 12px 0;
    background: #000000;
}

.header-social ul li {
    display: inline-block;
    margin-right: 15px;
}

.header-social ul li a i {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}

.header-email {
    font-size: 16px;
    float: left;
    color: #fff;
}

.header-email a {
    color: #ffffff;
    font-weight: 500;
}

.header-email a:hover {
    opacity: 0.5;
}

.main-nav {
    padding: 15px 0;
    background-color: #fff;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.main-nav .navbar-light .navbar-brand {
    padding: 0;
    margin-right: 10px;
}

.main-nav .navbar-light .navbar-brand img {
    width: 300px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-light .navbar-nav {
    border-bottom: solid 0.5px #fff;
}

.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    padding: 20px 20px;
    font-weight: 400;
}

.main-nav .navbar-light .navbar-nav .nav-item {
    padding-right: 70px;
}

.main-nav .navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0px;
}

.main-nav .navbar-light .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-light .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #3f5cd7;
}

.main-nav .navbar-light .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-light .navbar-nav .nav-item .show>.nav-link {
    color: #3f5cd7;
}


/* dropdown-menu */

.main-nav .collapse .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    margin: 0;
    top: 80%;
    padding: 0px 0px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 11px -4px #989898ba;
    z-index: 9;
}

.main-nav .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    padding: 10px 10px;
    border-bottom: solid 0.5px #3f5cd7;
    border-radius: 5px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    text-transform: capitalize;
}

.main-nav .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #3f5cd7;
}


/* dropdown-menu */


/* main-header */


/* banner section */

.slider-text {
    width: 100%;
    /* float: right; */
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.slider-text .title {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
}

.banner-section .carousel .carousel-inner .carousel-item img {
    height: calc(100vh - 160px);
    object-fit: cover;
    object-position: center top;
}

.banner-section .carousel .carousel-inner .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: column;
}

.banner-section .carousel .carousel-inner .carousel-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
}

.banner-section .carousel .carousel-indicators {
    bottom: 30px;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.banner-section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgb(66, 66, 66);
    border-top: none;
    border-bottom: none;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .6s ease;
}

.banner-section .carousel .carousel-indicators li.active {
    background-color: #fff;
    opacity: 1;
}

.banner-section .carousel .carousel-control-next,
.banner-section .carousel .carousel-control-prev {
    z-index: 99;
    width: 10%;
    opacity: 1;
}

.banner-section .carousel .carousel-control-next-icon,
.banner-section .carousel .carousel-control-prev-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 60px;
    position: relative;
}

.banner-section .carousel .carousel-control-next-icon::before,
.banner-section .carousel .carousel-control-prev-icon::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: #d2d9e4;
    left: -15px;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.banner-section .carousel .carousel-control-next-icon:hover::before {
    background: #3f5cd7;
}

.banner-section .carousel .carousel-control-prev-icon:hover::before {
    background: #3f5cd7;
}

.banner-section .carousel .carousel-control-prev-icon {
    background-image: url(../images/icons/left-arrows.png);
}

.banner-section .carousel .carousel-control-next-icon {
    background-image: url(../images/icons/right-arrows.png);
}

.banner-section .carousel .carousel-control-prev-icon:hover {
    background-position: 2px;
    position: relative;
}

.banner-section .carousel .carousel-control-next-icon:hover {
    background-position: -2px;
    position: relative;
}


/* banner section */


/* about-company-section */

.about-company-section {
    position: relative;
}

.about-company-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60%;
    bottom: -110px;
    background: #3f5cd7;
}

.design-ideas-img {
    position: relative;
    width: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.design-ideas-box .content-overlay {
    background: #00000054;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.design-ideas-box:hover .design-ideas-img .content-overlay {
    background: #3f5cd7;
    opacity: 0.8;
}

.overlay-text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.design-ideas-img .overlay-text .div-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.design-ideas-box:hover .design-ideas-img .overlay-text {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}


/* about-company-section */


/* company-counter */

.ui-ux-count {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.count-div {
    text-align: center;
    display: inline-block;
    width: 400px;
}

.count-div .counter-box .counter-value {
    color: #3f5cd7;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.count-div .counter-box {
    width: 220px;
    height: 220px;
    line-height: 220px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0px 10px 40px #00000036;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.count-div .div-title {
    letter-spacing: 3px;
}

.count-div .ounter-conter {
    color: #3f5cd7;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}


/* company-counter */


/* our-product-section */

.design-ideas-img .div-sub-title {
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 20px;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.design-ideas-img:hover .div-sub-title {
    bottom: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.design-product {
    margin-bottom: 30px;
}


/* our-product-section */


/* main-footer */

.top-footer {
    position: relative;
    padding: 100px 0;
}

.top-footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    background: #3f5cd7;
}

.top-footer::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 62%;
    height: 100%;
    background: #edf0ff;
    z-index: -1;
}

.footer-box .div-title {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}

.footer-box-address .div-title {
    color: #000;
}

.footer-box-address {
    color: #ffffff;
}

.footer-box .footer-box-address {
    color: #000;
}

.footer-box .footer-box-address a {
    color: #fff !important;
}

.footer-box p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.footer-box p small {
    font-size: 14px !important;
}

footer.main-footer .col-md-3.col-sm-6.col-12:nth-child(3) {
    padding: 0;
}

.footer-box .footer-list {
    margin-left: 20px;
}

.footer-box .footer-list li {
    list-style: disc;
    margin-bottom: 10px;
    color: #fff;
}

.footer-box .footer-list li a {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    padding: 5px 0;
    display: block;
}

.footer-box .footer-list li a:hover {
    margin-left: 5px;
    color: rgb(119, 81, 255);
}

.footer-box .footer-list.footer-top {
    margin-top: 60px;
}

.designed-by-section {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000000;
}

.designed-by-section p {
    color: #ffffff;
}

.designed-by-section a {
    color: #4360dd;
}


/* main-footer */


/* inner-banner-section */

.inner-banner-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 350px
}

.inner-banner-section::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000096;
    z-index: 1;
}

.inner-banner {
    position: relative;
    z-index: 11;
}


/* .inner-banner .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
} */

.inner-banner .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: #0000;
    border-radius: 0;
}

.inner-banner .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 20px;
    line-height: inherit;
}

.inner-banner .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.inner-banner .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


/* inner-banner-section */


/* inner-about-section */

.home-about-section-3 {
    position: relative;
    background-size: 66% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

.home-about-section-3::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: #0000009e;
    width: 66%;
    height: 100%;
}

.about-box {
    background: #fff;
    padding: 40px 40px;
    box-shadow: 0px 0px 9px #d6d6d6;
}

.feature-icon-box {
    background: #edebff;
    padding: 60px 30px;
    padding-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 60px
}

.feature-icon-box .feature-icon {
    border: 3px solid #edebff;
    padding: 5px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -39px;
    background: #ffffff;
}

.feature-icon-box .feature-icon img {
    width: 100%;
}

.feature-icon-box h4 {
    color: #000000;
    font-size: 20px;
}

.feature-icon-box p {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.uuindia-health-portal {
    float: left;
    width: 100%;
}

.img-zoom {
    overflow: hidden;
    cursor: pointer;
}

.img-zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.img-zoom:hover img {
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.js-card {
    padding: 50px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 80px 0px #ccc;
    margin-left: -80px;
}

.js-card-1 {
    padding: 50px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 80px 0px #ccc;
    margin-right: -80px;
    margin-left: 0;
    position: relative;
    z-index: 1;
}

.why-us-inner {
    width: 100%;
    padding: 10px 10px;
    background-image: url(../images/bg/about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-us-inner-box {
    padding: 30px 30px;
    border: solid 1px #ffffff26;
}

.why_us_custom {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ffffff26;
}

.why_us_custom .why_us_custom-icon {
    float: left;
}

.why_us_custom .why_us_custom-icon img {
    width: 60px;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.why_us_custom-text {
    padding-left: 80px;
}

.about .about-img {
    position: relative;
    max-width: calc(100% - 40px);
}

.about .about-img .about-img-holder .bg-section img {
    border-radius: 12px;
}

.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.heading.heading-1 {
    margin-bottom: 40px;
}

.heading .heading-subtitle.heading-subtitle-bg {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #e0f6e9;
}

.heading .heading-subtitle {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}

.about .about-block .block-left .paragraph {
    color: #000000;
    font-weight: 500;
    margin-bottom: 25px;
}

.block-right .prief-set p {
    margin-bottom: 32px;
}

.about .about-img .counter {
    min-width: 200px;
    position: absolute;
    top: 70px;
    left: -40px;
    z-index: 2;
}

.counter {
    background-color: #283d95;
    color: #ffffff;
    border-radius: 8px;
    padding: 24px 40px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.counter .counter-icon {
    margin-bottom: 18px;
}

.counter .counter-icon i::before {
    font-size: 65px;
    margin-left: 0;
}

.counter .counter-num {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.counter .counter-num span,
.counter .counter-num p {
    font-size: 37px;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    color: #ffffff;
}

.counter .counter-name h6 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    text-transform: capitalize;
}

.heading .heading-subtitle {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}

.features-img {
    position: absolute;
    width: 100%;
    height: 400px;
    top: -90px;
}

.features-img img {
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}


/* inner-about-section */


/* contact-us page */

.contact-us .w-bg {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px #efefef;
    box-shadow: 0px 0px 10px #efefef;
}

.contact-us .w-bg .title {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.contact-form .form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    width: 100%;
}

.contact-form .form-group .form-control {
    border-radius: 0;
    padding: 10px 15px;
    border-radius: 0px;
    height: 45px;
    border: 1px solid #3f5cd7;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .form-group textarea.form-control {
    height: 150px;
    resize: none;
}

.contact-form .form-group .form-control[type=file] {
    cursor: pointer;
    outline: none;
    padding: 7px 0;
}

.contact-us .uae-bg {
    background-image: url(../images/bg/sharjah-uae.jpg);
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px #efefef;
    box-shadow: 0px 0px 10px #efefef;
}

.contact-us .uae-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000bd;
}

.contact-us .turkey-bg {
    background-image: url(../images/bg/ecg-business-park-turkey.jpg);
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px #efefef;
    box-shadow: 0px 0px 10px #efefef;
}

.contact-us .turkey-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000bd;
}

.contact-us .address {
    position: relative;
    z-index: 10;
    padding: 20px;
}

.contact-us .address h3 {
    color: #fff;
    padding: 10px 0px;
}

.contact-us .address .lead {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px dashed #fff;
}

.contact-us .address .media {
    padding: 10px 0px;
}

.contact-us .address .media i {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
}

.contact-us .address .media .media-body h5 {
    font-size: 14px !important;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.contact-us .address .media .media-body span {
    color: #fff;
    font-size: 16px;
}

.contact-us .address .media .media-body span a {
    color: #fff;
}

.contact-us .address .media .media-body span a:hover {
    color: #007bff;
}

.contact-us .address .media .media-body p {
    color: #fff;
    font-weight: 400;
}

.contact-us .address .media .media-body a {
    color: #fff;
}

.contact-us .address .media .media-body a:hover {
    opacity: 0.5;
}

.contact-us .address .media .contact-social {
    padding: 0;
    text-align: center;
}

.contact-us .address .media .contact-social li {
    display: inline-block
}

.contact-us .address .media .contact-social li a {
    margin-right: 10px;
}


/* contact-us page */


/* product section */

.product-list-mb {
    margin-bottom: 50px;
}

.product-list {
    width: 100%;
    height: 100%;
    float: left;
    box-shadow: 0 9px 20px #00000021;
    -webkit-box-shadow: 0 9px 20px #00000021;
    -moz-box-shadow: 0 9px 20px #00000021;
    border-radius: 20px;
    /* cursor: pointer; */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-list:hover {
    transform: translateY(-10px);
}

.product-text {
    background: #fff;
    padding: 20px 20px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    text-transform: capitalize;
}

.product-slider-img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.product-list:hover .div-sub-title {
    color: #0b2496;
}

.product_enquiry .modal-dialog {
    max-width: 65%;
    margin: 0px auto;
}

.product_enquiry .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 7px;
    outline: 0;
}

.product_enquiry .modal-header {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product_enquiry .close {
    text-shadow: none;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    padding: 0;
    margin: 0;
    opacity: 1;
    background: #0b2496;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.product_enquiry .close span {
    line-height: 33px;
    display: inline-block;
    font-size: 30px;
    line-height: inherit;
    font-weight: 300;
    color: #fff;
}

.product_enquiry .close:not(:disabled):not(.disabled):focus,
.product_enquiry .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.product_enquiry .modal-body {
    padding: 0px;
}

.product_enquiry_img {
    width: 100%;
    float: left;
}

.product_enquiry_img img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    background: #e7e7e7;
}

.enquiry-details {
    width: 100%;
    float: left;
    padding: 20px 20px;
    background: #ffffff;
}

.enquiry-details p {
    font-size: 16px;
    line-height: 23px;
}


/* .product-enquiry-detais {
    width: 100%;
    height:600px;
  } */

.product-info {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    height: auto;
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.product-info::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0b2496;
    -webkit-box-shadow: inset 0 0 6px #0b2496;
    background-color: #fff;
    border-radius: 0px;
}

.product-info::-webkit-scrollbar {
    width: 3px;
}

.product-info::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #0b2496;
}

.product-info ul {
    padding-left: 20px;
}

.product-info ul li {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b4b;
    margin-bottom: 5px;
    list-style: disc;
}

.ptoduct-details-top {
    width: 100%;
    float: left;
    border-bottom: solid 1px #0b2496;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.ptoduct-details-top .product-title {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0px 0px 0px #0000004d;
    margin-bottom: 10px;
}

.ptoduct-details-top .product-title-manufacturer {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 0px 0px #0000004d;
    display: block;
}


/* product section */

.container {
    max-width: 1530px;
}


/* responsive css */

@media (max-width: 1480px) {
    .container {
        max-width: 1140px;
    }
    .main-nav .navbar-light .navbar-brand img {
        width: 250px;
    }
    .main-nav .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 10px;
    }
    .main-nav .navbar-light .navbar-nav .nav-item {
        padding-right: 30px;
    }
    .slider-text .title {
        font-size: 40px;
        line-height: 50px;
    }
    p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .div-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .div-sub-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .title2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
    .pt-100 {
        padding-top: 40px;
    }
    .count-div .counter-box {
        width: 180px;
        height: 180px;
        line-height: 180px;
    }
    .count-div {
        width: 280px;
    }
    .count-div .counter-box .counter-value {
        font-size: 38px;
        line-height: 38px;
    }
    .top-footer {
        padding: 40px 0;
    }
    .footer-box .footer-list li a {
        font-size: 18px;
        line-height: 20px;
    }
    .inner-banner-section {
        height: 250px;
    }
    .lead {
        font-size: 18px;
        font-weight: 300;
    }
    .contact-us .address .media .media-body h5 {
        font-size: 20px;
    }
    .features-img {
        height: 330px;
    }
}

@media (max-width: 1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width: 1199.98px) {
    .container {
        max-width: 991px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 800px)
/* 768 */

{}

@media (max-width: 767.98px) {
    .container {
        padding: 0 15px;
    }
    footer.main-footer .col-md-3.col-sm-6.col-12:nth-child(3) {
    padding: 15px;
    }
}

@media (max-width: 575.98px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 390px) {}


/* responsive css */

.design-ideas-box img {
    height: 300px;
    object-fit: cover;
}

.pdf-box {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.41);
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: ease all 0.5s;
    border: 1px solid #fff;
    background-color: #f1f1f1;
}

.pdf-box .pdf-inside i {
    margin-right: 15px;
    width: 20px;
    padding-top: 3px;
}

.pdf-inside {
    padding: 15px;
    width: 90%;
    display: flex;
    text-align: left;
    background-color: #fff;
}

.pdf-box:hover {
    color: #f00;
    border: 1px solid rgb(204, 0, 0);
    color: rgb(204, 0, 0);
}

.download {
    display: flex;
    color: #f00;
    padding: 15px;
    background-color: #f1f1f1;
    align-content: center;
    width: 100px;
    justify-content: center;
}