@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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    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: #0084bb;
    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 #0084bb;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #3e3e3e;
    margin-bottom: 20px;
}

.text {
    font-size: 20px;
    line-height: 26px;
    color: #353535;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-title {
    font-size: 18px;
    line-height: 20px;
    color: #1992cd;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.section-title .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #70b144;
}

.title {
    font-size: 34px;
    line-height: 44px;
    color: #1992cd;
    margin-bottom: 15px;
    font-weight: 700;
}

.title span {
    color: #70b144;
}

.div-title {
    font-size: 28px;
    line-height: 36px;
    color: #464646;
    margin-bottom: 20px;
    font-weight: 700;
}

.div-sub-title {
    font-size: 22px;
    color: #464646;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.view-more-text {
    display: inline-block;
}

.view-more-text-btn {
    font-size: 18px;
    line-height: inherit;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    border: none;
    outline: 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;
}

.view-more-text-btn:hover {
    color: #ffffff;
}

.view-more {
    display: inline-block;
}

.view-more-btn {
    font-size: 18px;
    line-height: inherit;
    color: #ffffff;
    background: #000000;
    padding: 14px 30px;
    display: inline-block;
    border: none;
    outline: none;
    font-weight: 500;
    border-radius: 50px;
    -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: #004366;
    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;
}

.main-header.g_shrink .top-menu {
    display: none;
}

.main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
    width: 120px;
    -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;
}


/* loader css*/


/* loader css */


/* main-header */

.top-menu {
    padding: 15px 0;
    background: #000000;
}

.header-social ul li {
    display: inline-block;
    margin-right: 15px;
}

.header-social ul li img {
    width: 18px;
}

.header-email {
    font-size: 14px;
    float: right;
    margin-left: 40px;
    display: flex;
}

.header-email a {
    color: #ffffff;
    font-weight: 500;
}

.header-email img {
    width: 18px;
    margin-right: 6px;
}

.navbar-light .navbar-toggler {
    border: transparent;
}

.navbar-toggler {
    padding: 0;
    padding-left: 15px;
}

.search-login {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.main-nav {
    padding: 10px 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: 220px;
    -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 .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding: 15px 15px;
    font-weight: 500;
}

.main-nav .navbar-light .navbar-nav .nav-item {
    padding-right: 15px;
}

.main-nav .navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0px;
}

.main-nav .navbar-light .navbar-nav .nav-item.get-in-touch .nav-link {
    background: #000000;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
}


/* .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: #1992cd;
} */

.main-nav .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #1992cd;
}

.main-nav .navbar-light .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-light .navbar-nav .nav-item .show>.nav-link {
    color: #1992cd;
}


/* dropdown-menu */

.main-nav .collapse .navbar-nav .dropdown .dropdown-menu {
    min-width: 100%;
    margin: 0;
    top: 80%;
    padding: 0px 0px;
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    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 #1992cd;
    border-radius: 0px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.main-nav .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #1992cd;
}


/* dropdown-menu */


/* main-header */


/* banner section */

.slider-text {
    width: 100%;
    /* float: right; */
    text-align: left;
    margin: 0 auto;
    padding-top: 0px;
}

.slider-text .div-title {
    color: #ffffff;
    margin-bottom: 0;
}

.slider-text .title {
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
}

.banner-section .carousel .carousel-inner .carousel-item .slider-text .text img {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.slider-text p {
    font-size: 20px;
    line-height: initial;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
}

.banner-section .carousel .carousel-inner .carousel-item img {
    height: calc(100vh - 150px);
    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: #00000093;
}

.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: 15px;
    height: 15px;
    background-color: #d2d5dc;
    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 */


/* nifty-section */

.nifty-section {
    background: #1d1d1d;
    padding: 10px 0 6px;
}

.nifty-box p {
    margin-bottom: 0;
    color: #ffffff;
}

.nifty-box iframe {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 70px;
    overflow: scroll;
}


/* nifty-section */


/* product-section */

.product-box {
    width: 100%;
    height: 350px;
    float: left;
    border: solid 2px #dddddd;
    padding: 20px;
    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;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start-;
    justify-content: flex-start;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.product-box::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    background: -webkit-linear-gradient(180deg, #41a551 0%, #37ac78 42%, #238ea2 65%);
    background: -moz-linear-gradient(180deg, #41a551 0%, #37ac78 42%, #238ea2 65%);
    background: linear-gradient(270deg, #41a551 0%, #37ac78 42%, #238ea2 65%);
    opacity: 0;
    -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-box:hover::before {
    opacity: 1;
    bottom: 0;
    -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-box img {
    margin: 0 auto;
    width: 70px;
    margin-bottom: 30px;
}

.product-box .div-title {
    margin-bottom: 30px;
}

.product-box:hover .div-title {
    color: #0084bb;
}

.product-box p {
    margin-bottom: 0;
    word-spacing: -1px;
}

.product-slider {
    width: 100%;
    float: left;
}

h4.div-title.our-edge {
    color: #1992cd;
}


/* product-section */


/* why-choose-section */

.happy-client {
    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;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.happy-client span {
    font-size: 28px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #70b144;
    border-radius: 50%;
}

.happy-client .div-sub-title {
    padding-left: 20px;
}

.why-choose-us-text {
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.why-choose-innovation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.why-choose-innovation span img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.why-choose-section {
    position: relative;
}

.why-choose-section::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background: #f6f6f6;
}

.why-choose-us-img {
    position: relative;
}

.why-choose-us-img::before {
    position: absolute;
    content: '';
    top: -30px;
    left: -30px;
    width: 500px;
    height: 150px;
    background: #1992cd;
    z-index: -1;
}


/* why-choose-section */


/* our-partners-section */

.client-section {
    padding-left: 200px;
    padding-right: 200px;
}

.partners-list {
    text-align: center;
}

.partners-list img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin: 0 auto;
    padding: 30px;
}

.partners-list p {
    font-size: 22px;
    color: #898989;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}


/* our-partners-section */


/* testimonial-section */

.testimonial-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.testimonial-title p {
    font-size: 54px;
    color: #ffffff;
    line-height: 65px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: left;
}

.testimonial-box {
    position: relative;
    margin: 0 150px;
}

.testimonial-text {
    background: #ffffff;
    padding: 80px 80px;
    border-radius: 10px;
    padding-left: 130px;
    position: relative;
}

.testimonial-text .quote {
    width: 60px;
    position: absolute;
    left: 30px;
}

.testimonial-text p {
    font-size: 27px;
    line-height: 32px;
    color: #696969;
    font-weight: 400;
    text-align: left;
}

.testimonial-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonial-bottom img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color: #ffffff;
}

.testimonial-slider .slick-dots {
    bottom: -40px;
    text-align: left;
}


/* testimonial-section */


/* media-section */

.media-box .blog-name {
    font-size: 18px;
    line-height: 20px;
    color: #3e3e3e;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

.media-box .blog-date {
    font-size: 18px;
    line-height: 20px;
    color: #3e3e3e;
    margin-bottom: 0px;
    font-weight: 400;
}

.media-box .blog-text {
    padding: 20px 20px;
    background: #ffffff;
    box-shadow: 0px 8px 11px 0px #0000003b;
}

.media-box {
    width: 90%;
    margin: 0 auto;
}

.media-slider .slick-list {
    padding: 40px 0;
}

.media-slider .slick-prev:before,
.media-slider .slick-next:before {
    color: transparent;
    font-size: 40px;
}

.media-slider .slick-next:before {
    background-image: url(../images/icons/next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
}

.media-slider .slick-prev:before {
    background-image: url(../images/icons/Previous.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
}

.media-slider .slick-prev,
.media-slider .slick-next {
    top: -60px;
}

.media-slider .slick-prev {
    left: unset;
    right: 110px;
}

.media-slider .slick-next {
    right: 30px;
}

.media-section {
    position: relative;
}

.media-section::before {
    position: absolute;
    content: '';
    top: 180px;
    left: 0px;
    width: 200px;
    height: 350px;
    background: #f1f1f1;
}

.media-section::after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 400px;
    height: 550px;
    background: #f1f1f1;
    z-index: -1;
}


/* media-section */


/* help-section */

.help-section {
    position: relative;
}

.help-section::before {
    position: absolute;
    content: '';
    top: 50px;
    right: 0;
    left: 0px;
    width: 300px;
    height: 3px;
    background: #47a8d7;
    margin: 0 auto;
}


/* help-section */


/* footer-section */

.main-footer {
    background: #1d1d1d;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-box p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 34px;
}

.footer-box .footer-logo {
    margin-bottom: 40px;
}

.footer-box .footer-title {
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 70px;
    font-weight: 500;
}

.footer-box .footer-link li {
    margin-bottom: 5px;
}

.footer-box .footer-link li a {
    font-size: 20px;
    color: #8992a5;
    font-weight: 300;
    padding: 5px 0px;
    display: block;
}

.footer-padding-left {
    padding-left: 140px;
}

.copyright p {
    color: #8992a5;
}


/* footer-section */


/* inner-section */

.banner-section .carousel .inner-breadcrumb .carousel-item img {
    height: 350px;
    object-fit: cover;
    object-position: center top;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item {
    font-size: 18px;
}

.breadcrumb-item.active {
    color: #70b144;
}

.breadcrumb-item a {
    color: #70b144;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #70b144;
}

.banner-section .carousel .inner-breadcrumb .slider-text .title {
    line-height: 60px;
}


/* inner-section */


/* inner-about-section */

.inner-about-section .image-box {
    position: relative;
    padding-left: 80px;
    padding-bottom: 80px;
}

.inner-about-section .image-box:before {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 470px;
    width: 465px;
    background-color: #1992cd;
    background: linear-gradient(180deg, #1992cd 0%, #3596bd 48%, #296f99 100%);
    content: "";
    z-index: -1;
}

.inner-about-section .image-box:after {
    position: absolute;
    right: -50px;
    top: 140px;
    height: 470px;
    width: 470px;
    background-image: url(../images/bg/pattern-1.png);
    background-repeat: repeat;
    content: "";
    z-index: -2;
}


/* vision-mission-section */

.vision-mission-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.vision-mission-left img {
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.vision-mission-section .inner-box {
    padding-left: 50px;
}

.corporate-values p {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 32px;
}


/* vision-mission-section */


/* inner-about-section */


/* profile-section */

.moretext {
    display: none;
}

.moreless-button {
    display: block;
}

.pop-btn {
    color: #aa0e96;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    background: transparent;
    border: none;
}

.lightbox .popup-container .div-title {
    margin-bottom: 5px;
}

.lightbox .popup-container .div-sub-title {
    color: #686868;
}

.lightbox {
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    position: fixed;
    z-index: 999;
    display: none;
}

.lightbox .popup-container {
    max-width: 650px;
    max-height: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 15px #ffffff3b;
    padding: 30px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: auto;
    text-align: center;
    margin: 20px;
}

.popup-text {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 20px;
}

.lightbox .popup-container p {
    text-align: justify;
}

.lightbox .popup-container .close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #872990;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    margin: 0;
    padding: 0;
}

.lightbox .popup-container .close-btn img {
    height: 100%;
    width: 100%;
    padding: 5px;
}

.profile-box .div-title {
    margin-bottom: 0px;
}

.profile-box .qr-code {
    position: absolute;
    right: 0;
    width: 70px;
    bottom: -86px;
    z-index: 0;
    margin-bottom: 50px;
}

.profile-box .div-sub-title {
    margin-bottom: 10px;
    color: #686868;
    font-weight: 500;
}

.profile-box p {
    /* text-align: justify; */
    margin-bottom: 0px;
}

.profile-box p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-box .text {
    margin-top: 10px;
    margin-bottom: 0px;
}

.profile-img {
    position: relative;
}

.profile-box {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px #00000042;
}

.profile-box .profile-text {
    padding: 25px 15px;
    padding-top: 25px;
    padding-top: 50px;
}

.profile-box:hover .div-title {
    color: #37ac78;
}

.profile-section .col-6 {
    margin-bottom: 30px;
}


/* profile-section */


/* Contact Page Section */

.contact-page-section {
    position: relative;
}

.contact-page-section .contact-box {
    position: relative;
    padding: 40px 44px;
    background-color: #004366;
    -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
    height: 100%;
}

.contact-box-2 {
    background: #fff;
    box-shadow: 0px 0px 10px #0000007d;
    padding: 30px;
}

.contact-page-section .contact-box .title-box {
    position: relative;
}

.contact-page-section .contact-box .social-links {
    position: relative;
}

.contact-page-section .contact-box .social-links li {
    position: relative;
    margin-right: 4px;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-page-section .contact-box .social-links li a {
    position: relative;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.contact-page-section .contact-box .social-links li a img {
    width: 20px;
}

.contact-page-section .contact-box .social-links li a:hover {
    border-color: #79c47e;
    background-color: #79c47e;
}


/* Contact Info List */

.contact-info-list {
    position: relative;
}

.contact-info-list li {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    min-height: 50px;
    line-height: 1.8em;
    padding-left: 50px;
    color: #ffffff;
}

.contact-info-list li a {
    color: #ffffff;
}

.contact-info-list li strong {
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.contact-info-list li .icon {
    position: absolute;
    left: 0px;
    top: 8px;
}

.contact-info-list li .icon img {
    width: 30px;
}

.contact-page-section .form-column {
    position: relative;
}

.contact-page-section .form-column .contact-box .contact-form .form-group {
    padding: 0px 10px;
}


/* Contact Form */

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group label {
    width: 100%;
    color: #000000;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    padding: 5px 0px;
    height: 35px;
    border-radius: 2px;
    background: #ffffff;
    border: none;
    border-bottom: 1.5px solid #000000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #70b144;
}

.form-check-inline {
    margin-right: 15px;
    margin-top: 15px;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    color: #000000;
    height: 100px;
    line-height: 18px;
    padding: 5px 0px;
    font-size: 18px;
    resize: none;
    border-radius: 2px;
    background: #ffffff;
    border: none;
    border-bottom: 1.5px solid #000000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}


/* Contact Page Section */


/* service page */

.products-section {
    padding: 60px 0 80px;
    position: relative;
}

.products-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 30%;
    height: 100%;
    background: #f4f4f4;
    z-index: -1;
}

.products-section::after {
    content: "";
    position: absolute;
    bottom: -400px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/products-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}

.who-we-are-text {
    padding-left: 60px;
}

.who-we-are-text .offering-list {
    margin-left: 20px;
}

.who-we-are-text .offering-list li {
    font-size: 18px;
    line-height: 26px;
    color: #01486b;
    margin-bottom: 12px;
    list-style: square;
    font-style: italic;
    font-weight: 600;
}

.who-we-are-text .offering-list li:hover {
    color: #44831a;
}

.products-section-two {
    position: relative;
}

.products-section-two .inner-column {
    position: relative;
    padding: 40px 40px;
    box-shadow: 0px 0px 10px #e2e2e2;
    background: #ffffff;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    height: 100%;
}

.products-section-two .inner-column:hover {
    background: #277aa5;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.products-section-two .inner-column:hover p {
    color: #ffffff;
}

.products-section-two .inner-column:hover .div-title {
    color: #ffffff;
}

.popular-products-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.popular-products-img img {
    height: 100%;
    object-fit: cover;
}

.offer-Sheet-table table {
    margin-bottom: 2rem;
    box-shadow: 0px 5px 15px #0000001a;
}

.offer-Sheet-table table thead tr {
    background: #017db1;
}

.offer-Sheet-table table thead tr th {
    padding: 10px 10px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
}

.offer-Sheet-table table tbody tr:hover {
    background-color: #cdf4bf;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #0000001f;
}

.offer-Sheet-table table tbody tr td {
    padding: 15px 10px;
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}


/* service page */


/* career-section css */

.career-text ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

.career-text ul li {
    font-size: 18px;
    line-height: 24px;
    color: #1992cd;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.career-text ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    color: #f36f21;
    font-size: 30px;
}

.career-img img {
    position: relative;
    -webkit-animation: jump 3s infinite;
    -moz-animation: jump 3s infinite;
    -ms-animation: jump 3s infinite;
    -o-animation: jump 3s infinite;
    animation: jump 3s infinite;
    transition: 0.3s ease-in-out;
}

@keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}

@-ms-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}


/* career-section css */

.comingsoon-icons a {
    display: inline-block;
    background: #056189;
    padding: 10px;
}

.comingsoon-icons a img {
    width: 25px;
}


/*clientele-section css */

.client-box {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    padding: 15px 15px;
    padding-bottom: 30px;
    border: 1px solid #e2ddd7;
    background: #ffffff;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.client-box:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / 18%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.client-box img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.client-box .client-data {
    position: relative;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    /* opacity: 1; */
    /* visibility: hidden; */
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    background: #bfe8fc;
}


/* .client-box:hover .client-data {
  opacity: 1;
  visibility: visible;
} */

.client-box .client-data h4 {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 7px 5px;
    background: #066ea1;
}


/* clientele-section css */


/* Testimonials */

.review.masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 2em;
}

.review .masonry .item {
    display: inline-block;
    background: #fff;
    margin: 20px 0;
    width: 100%;
    padding: 20px;
    border: 0;
    position: relative;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 7px 0 #ccc;
    -webkit-box-shadow: 1px 1px 7px 0 #ccc;
}

.review .masonry .item img {
    max-width: 100%;
}

.review .item .card::before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/testimonial.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 80px;
    height: 80px;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.05;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.review .item .content {
    text-align: center;
}

.review .item .content img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.review .item .content .div-title {
    color: #70b144;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.review h5.text {
    color: #1992cd;
    font-size: 18px;
}

.review .item .content p {
    text-align: justify;
    word-spacing: -2px;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (max-width: 575px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}


/* Testimonials */

.container {
    max-width: 100%;
    padding: 0 50px;
}


/* responsive css */

@media (max-width: 1600px) {
    .why-choose-us-text {
        padding-top: 0;
        padding-left: 40px;
        padding-right: 20px;
    }
    .testimonial-box {
        margin: 0 40px;
    }
    .testimonial-title p {
        font-size: 44px;
        line-height: 55px;
        margin-top: 50px;
    }
    .who-we-are-text {
        padding-left: 30px;
    }
}

@media (max-width: 1480px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
    p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .section-title {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .div-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .div-sub-title {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .view-more-text-btn {
        font-size: 16px;
    }
    .view-more-btn {
        font-size: 16px;
        padding: 12px 25px;
    }
    .main-nav .navbar-light .navbar-brand img {
        width: 150px;
    }
    .main-nav .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 10px;
    }
    .main-nav .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        font-size: 15px;
    }
    .main-nav .navbar-light .navbar-nav .nav-item.get-in-touch .nav-link {
        padding: 12px 15px;
    }
    .product-box img {
        width: 50px;
    }
    .product-box .div-title {
        margin-bottom: 15px;
    }
    .why-choose-innovation span img {
        width: 50px;
        height: 50px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .why-choose-innovation {
        margin-bottom: 10px;
    }
    .happy-client span {
        font-size: 22px;
        line-height: 22px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
    }
    .testimonial-title p {
        font-size: 34px;
        line-height: 45px;
        margin-top: 30px;
    }
    .testimonial-text {
        padding: 20px 20px;
        border-radius: 10px;
        padding-left: 80px;
    }
    .testimonial-text p {
        font-size: 17px;
        line-height: 28px;
    }
    .testimonial-text .quote {
        width: 40px;
        left: 20px;
    }
    .testimonial-bottom h4.div-title {
        color: #70b144;
        font-size: 20px;
    }
    .testimonial-bottom h5 {
        color: #1992cd;
        font-size: 18px;
    }
    .pb-200 {
        padding-bottom: 80px;
    }
    .pt-200 {
        padding-top: 80px;
    }
    .inner-about-section .image-box:after {
        right: -50px;
        top: 120px;
        height: 350px;
        width: 350px;
    }
    .inner-about-section .image-box:before {
        height: 350px;
        width: 350px;
    }
    .main-footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .contact-page-section .contact-box {
        padding: 20px 20px;
    }
    .contact-info-list li {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .contact-page-section .contact-box .social-links li a {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }
    .contact-page-section .contact-box .social-links li a img {
        width: 16px;
    }
    .contact-box-2 {
        padding: 20px;
    }
    .footer-box .footer-link li a {
        font-size: 17px;
    }
}

@media (max-width: 1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width: 1199.98px) {
    .container {
        max-width: 991.99px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 800px)
/* 768 */

{}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 390px) {}


/* responsive css */