* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans';
    font-weight: 400;
}

.top-bar {
    background-color: #195093;
    padding: 8px 0;
}

.top-bar .top-bar-inside .top-bar-main .top-bar-left a {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFf;
    text-decoration: none;
}

.top-bar .top-bar-inside .top-bar-main .top-bar-left a i {
    margin-right: 10px;
}

.top-bar .top-bar-inside .top-bar-main .top-bar-right a {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFf;
    text-decoration: none;
}

.top-bar .top-bar-inside .top-bar-main .top-bar-right a i {
    margin-right: 10px;
}

.top-bar-social {
    text-align: center;
}

.top-bar-social i {
    font-size: 22px;
    color: #FFFFFf;
}

header {}

header .header-inside .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0 0 0 30px;
    font-weight: 600;
    line-height: 26px;
    color: #000000;
}

header .header-inside .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #195093;
    transition: all 0.3s;
}

.active {
    color: #195093 !important;
}

header .header-inside .navbar .navbar-brand img {
    max-width: 142px;
    display: block;
}

.navbar-brand {
    padding-left: 15px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler {
    margin-right: 15px;
}

header .header-inside .navbar .dropdown-toggle::after {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-item {
    padding: 5px 0;
}

.hero-section {
    overflow: hidden !important;
}

.hero-inside .carousel-inner .carousel-item .slide-1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url(../images/en-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0;
}

.hero-inside .carousel-inner .carousel-item .slide-2 {
    background-color: #bae9f1;
    padding: 44px 0;
}

.hero-inside .carousel-inner .carousel-item .slide-2 .slide-second {
    padding-left: 150px;
}

.hero-inside .carousel-inner .carousel-item .slide-2 .slide-second h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #195093;
}

.hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
}

.hero-inside .carousel-inner .carousel-item .slide-2 .slide-second .slide-second-img img {
    width: 200px;
    text-align: center;
}

.hero-inside .carousel-inner .carousel-item .slide-2 .slide-second .slide-second-img {
    text-align: center;
}

.slide-content-inner h1 {
    font-size: 50px;
    line-height: 70px;
    color: #FFFFFf;
    font-family: 'Roboto Slab';
    font-weight: 400;
    margin-bottom: 0;
}

.hero-inside .carousel-inner .carousel-item .slide-3 {
    background-color: #bae9f1;
    padding: 106px 0;
}

.hero-inside .carousel-inner .carousel-item .slide-3 .slide-three {
    padding-left: 150px;
}

.hero-inside .carousel-inner .carousel-item .slide-3 .slide-three h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #195093;
}

.hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
}

.hero-inside .carousel-inner .carousel-item .slide-3 .slide-three .slide-three-img img {
    width: 250px;
    text-align: center;
}

.hero-inside .carousel-inner .carousel-item .slide-3 .slide-three .slide-three-img {
    text-align: center;
}

.slide-content-inner h1 {
    font-size: 50px;
    line-height: 70px;
    color: #FFFFFf;
    font-family: 'Roboto Slab';
    font-weight: 400;
    margin-bottom: 0;
}

.more-btn {
    text-decoration: none;
    font-size: 13px;
    padding: 12px 35px;
    background-color: #195093;
    color: #FFFFFf;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
}

.more-btn:hover {
    color: #FFFFFf;
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    left: -155px;
    border: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 10px;
}

.dropdown-next-submenu {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li:hover .dropdown-submenu {
    display: block !important;
}

.dropdown-submenu li:hover .dropdown-next-submenu {
    display: block !important;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 10px;
}

element.style {}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 10px;
}

.dropdown-item:hover {
    background-color: #195093;
    color: #FFFFFF;
}

.about-section {
    padding: 100px 0;
}

.about-inside .about-left img {
    width: 100%;
    display: block;
}

.about-content {
    text-align: center;
}

.section-title {
    font-size: 48px;
    line-height: 58px;
    color: #3592BE;
    font-weight: 700;
    margin-bottom: 0;
    margin-bottom: 40px;
}

.about-right {
    text-align: center;
}

.about-right span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

.about-right h3 {
    font-size: 54px;
    font-weight: 700;
    color: #195093;
    margin-bottom: 30px;
}

.about-right h3 span {
    color: #3592BE;
    font-size: 60px;
    font-weight: 700;
}

.about-right p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto Slab';
    font-weight: 300;
    color: #818181;
}

.about-right .about-btn {
    text-decoration: none;
    font-size: 13px;
    padding: 12px 35px;
    border: 2px solid #195093;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    color: #000000;
    display: inline-block;
    transition: all 0.5s;
}

.about-right .about-btn:hover {
    background-color: #195093;
    color: #FFFFFf;
}

button.slick-next.slick-arrow {
    display: none !important;
}

.service-right .service-img img {
    max-width: 500px;
}

.service-content {
    text-align: center;
}

.service-left h2 {
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 0;
    font-family: 'Roboto Slab';
    font-weight: 500;
}

.service-left p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    color: #818181;
    margin-bottom: 0;
}

.service-box {
    background-color: #fafafa;
    padding: 20px;
    margin-top: 40px;
}

.service-box-content i {
    font-size: 34px;
    color: #195093;
}

.service-box-content span {
    font-size: 24px;
    color: #000000;
    line-height: 43px;
    font-weight: 700;
    padding-left: 10px;
}

.service-list ul li {
    padding-bottom: 12px;
}

.service-list ul li::marker {
    color: #195093;
}

.clintes-logo-section {
    padding-top: 100px;
}

.clintes-logo-section .clintes-logo-img img {
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
}

.clintes-logo-img {
    overflow: hidden;
}

.clintes-logo-content {
    text-align: center;
}

.gallery-section {
    padding: 100px 0;
}

.gallery-inside .gallery-main img {
    width: 100%;
    display: block;
}

.gallery-main {
    position: relative;
    overflow: hidden;
}

.gallery-second {
    padding-top: 30px;
}

.overlay {
    position: absolute;
    background-color: #000000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
}

.gallery-main:hover .overlay {
    opacity: 0.8;
}

.gallery-content {
    position: absolute;
    top: 45%;
    z-index: 9999;
    transform: translateY(190px);
    transition: all 0.5s;
    width: 100%;
}

.gallery-content h3 {
    font-size: 24px;
    color: #FFFFFf;
    font-family: 'Roboto Slab';
    font-weight: 500;
    text-align: center;
}

.gallery-main:hover .gallery-content {
    transform: translateY(0);
}

.gallery-hed {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-hed .section-title {
    margin-bottom: 12px;
}

.gallery-hed .section-pera {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    margin-bottom: 0;
}

.testimonial-section {
    padding: 100px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.testimonial-slide .testimonial-content {
    padding: 20px;
    background-color: #FFFFFf;
    box-shadow: 0 2px 3px rgb(40 40 40 / 14%);
    margin: 0 15px;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.testimonial-slide .testimonial-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    color: #9e9e9e;
    text-align: center;
}

.testimonial-slide {}

.testimonial-img {
    padding-bottom: 15px;
}

.testimonial-img img {
    margin: 0 auto;
}

.testimonail-hed {
    text-align: center;
    margin-bottom: 40px;
}

.testimonail-hed .section-title {
    margin-bottom: 12px;
}

.testimonail-hed .section-pera {
    margin-bottom: 0;
}

.autoplay .slick-dots li button:before {
    font-size: 13px;
}

.autoplay .slick-dots li.slick-active button:before {
    color: #195093;
    opacity: 0.75;
}

.autoplay .slick-dots li button:before {
    color: #195093;
    opacity: 0.25;
}

.autoplay .slick-dots {
    bottom: -40px;
}

.testimonial-content {
    background-image: url(../images/quotation.png);
    background-position: inherit;
    background-size: 10%;
    background-repeat: no-repeat;
}

.cum-name {
    position: relative;
}

.cum-name span::after {
    content: '';
    width: 12px;
    height: 1px;
    background-color: #195093;
    position: absolute;
    left: -20px;
    top: 12px;
}

.newsletter-section {}

.newsletter-inside .newsletter-left .news-img img {
    width: 100%;
    display: block;
}

.news-content .section-title {
    margin-bottom: 12px;
}

.news-content .section-pera {
    color: #999;
    margin-bottom: 0;
}

.news-content .form-control {
    padding: 1px 2px 1px 25px;
    height: 60px;
    border: 1px solid #195093;
    width: 100%;
}

.news-content form {
    margin-top: 30px;
}

.submit-btn {
    border: none;
    height: 52px;
    padding: 0 30px;
    border-radius: 5px;
    line-height: 50px;
    font-size: 16px;
    background-color: #195093;
    color: #FFFFFf;
    position: absolute;
    top: 20px;
    right: 13px;
}

.form-main {
    position: relative;
}

footer {
    background-color: #fafafa;
    padding: 100px 0;
}

.foot-inner .section-pera {
    color: #000000;
    max-width: 90%;
    margin: 20px 0;
    font-size: 15px;
}

.fb-icon {
    width: 33px;
    height: 33px;
    background-color: #3b5998;
    border-radius: 100%;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.twt-icon {
    background-color: #195093;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-icon {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: #dd4b39;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.be-icon {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: -webkit-linear-gradient(45deg, hsla(27, 91%, 56%, 1) 0%, hsla(44, 99%, 73%, 1) 19%, hsla(333, 72%, 52%, 1) 42%, hsla(278, 54%, 45%, 1) 76%, hsla(235, 60%, 57%, 1) 100%);
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fb-icon i {
    color: #FFFFFF;
}

.twt-icon i {
    color: #FFFFFF;
}

.g-icon i {
    color: #FFFFFF;
}

.be-icon i {
    color: #FFFFFF;
}

.foot-link li {
    list-style: none;
}

.foot-link li a {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 7px;
}

.foot-item span {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 23px;
}

.foot-add li {
    list-style: none;
    display: flex;
    align-items: baseline;
}

.foot-add li .title {
    font-weight: 700;
    font-size: 18px;
    color: #195093;
    margin-bottom: 0;
}

.foot-add li .desc {
    margin-left: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}

.foot-item .section-pera {
    color: #000000;
    margin: 0 0 12px;
    font-size: 15px;
}

.foot-form .form-control {
    background-color: #c2c2c2c2;
    border: none;
    border-radius: 4px;
    height: 45px;
    padding: 2px 20px;
}

.foot-form input {
    color: #000000 !important;
}

.subscribe-btn {
    color: #FFFFFf;
    background-color: #195093;
    text-decoration: none;
    padding: 9px 17px 8px;
    display: inline-block;
    margin-top: 17px;
}

.foot-add ul {
    padding: 0;
}

.foot-inner img {
    max-width: 142px;
}


/* About page */

.company-content {
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 25%) 0%, rgba(0, 0, 0, 1) 100%), url(../images/en-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.company-inside {
    padding-top: 60px;
}

.company-content .section-title {
    color: #FFFFFf;
    margin-bottom: 0;
}

.company-section {
    padding-top: 0;
    padding-bottom: 60px;
}

.company-main h2 {
    font-size: 30px;
    color: #195093;
    font-weight: 600;
}

.company-main h2 span {
    font-size: 30px;
    color: #999;
    font-weight: 600;
}

.company-main p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.company-main p span {
    color: #195093;
}

.author-main {
    padding: 45px;
    text-align: center;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
}

.author {
    margin-top: 35px;
}

.author-main p {
    font-size: 32px !important;
    line-height: 46px !important;
    font-family: 'Roboto Slab';
    font-weight: 500;
    margin-bottom: 0;
    color: #000000;
}

.author-main p span {
    color: #3592BE;
    font-size: 32px !important;
    line-height: 46px !important;
}

.leaders {
    margin-top: 40px;
}

.leaders-left h3 {
    color: #999;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.line-color {
    color: #195093;
}

.leaders-left .entro {
    font-size: 16px;
    font-weight: 600;
    color: #9e9e9e;
    margin-bottom: 20px;
}

.leaders-left p {
    margin-top: 25px;
    font-size: 17px;
}

.leaders-left p span {
    font-weight: 800;
    font-size: 18px;
}

.leaders-right img {
    width: 100%;
    display: block;
}

.leaders-content h2 {
    margin-bottom: 20px;
}

.partner {
    margin-top: 35px;
}

.repair {
    padding-top: 40px;
}

.repair-main h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.repair-main p {
    font-size: 28px;
    margin-bottom: 0;
    padding-top: 30px;
    font-weight: 700;
    line-height: 38px;
    padding-bottom: 20px;
}

.repair-main ul {
    padding-left: 18px;
}

.repair-main ul li {
    padding: 5px 0;
}

.repair-main ul li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    color: #3592BE;
}

.info-inner span {
    font-size: 18px;
    color: #818181;
}

.info-main {
    padding: 20px;
    box-shadow: 0px 0px 20px 6px rgb(0 0 0 / 4%);
    transition: all ease-in-out 0.5s;
}

.info-inner p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    padding-top: 15px;
}

.info-inside a {
    text-decoration: none;
    font-size: 17px;
    color: #195093;
}

.info-inside a span {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.info-inside p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    padding-top: 25px;
}

.info-card {
    transition: all ease-in-out 0.5s;
}

.info-card:hover .info-main {
    border-bottom: 1px solid #195093;
}


/* Product page */

.pro-cart {
    padding: 100px 0;
}

.product-main {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 25%) 0%, rgba(0, 0, 0, 1) 100%), url(../images/en-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.product-inner {
    text-align: center;
}

.product-inner .section-title {
    color: #FFFFFf;
    margin-bottom: 0;
}

.product-content {
    margin-top: 4px;
}

.product-content a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.pro-cart-left img {
    max-width: 35%;
}

.product-content span {
    color: #FFFFFF;
    padding: 0 3px;
}

.pro-cart-left {
    text-align: center;
    background-color: rgb(247 246 242);
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.pro-gs-left {
    display: flex;
    justify-content: center;
}

.pro-cart-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin-bottom: 12px;
}

.pro-cart-content p {
    font-size: 17px;
    line-height: 28px;
    color: #999;
    margin-bottom: 0;
}

.pro-cart-content p span {
    font-size: 18px;
    color: #195093;
    line-height: 28px;
    font-weight: 600;
}

.special-content-left h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.special-content {
    padding-top: 80px;
}

.special-detial p {
    color: #6b6b84;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 16px;
    line-height: 26px;
}

.special-detial p span {
    color: #195093;
    font-family: 'Roboto Slab';
}

.special-detial {
    padding-right: 50px;
}

.special-content-right h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.special-detial ul li {
    list-style: decimal-leading-zero;
    color: #195093;
    font-size: 16px;
    font-weight: 700;
}

.pro-cart-inside .pro-cart-left .rds-img {
    max-width: 55%;
}


/* conact us page */

.contact-title {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 25%) 0%, rgba(0, 0, 0, 1) 100%), url(../images/en-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
}

.contact-title .section-title {
    color: #FFFFFf;
    margin-bottom: 0;
}

.contact-left-inner h2 {
    font-size: 30px;
    line-height: 40px;
    color: #195093;
    font-weight: 700;
    margin-bottom: 0;
}

.contact-main {
    padding: 100px 0px
}

.contact-left-inner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
    padding: 12px 0;
}

.contact-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 50%;
    background-color: #195093;
    padding: 30px 15px;
    text-align: center;
    margin-top: 25px;
    border-radius: 6px;
}

.contact-box i {
    font-size: 42px;
    color: #FFFFFf;
}

.contact-box a {
    text-decoration: none;
    color: #FFFFFf;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    padding-top: 5px;
}

.contact-right-inner {
    background-color: #F1F6FC;
    padding: 40px;
}

.contact-right-inner h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.contact-right-inner .form-control,
.form-select {
    height: 60px;
    padding: 15px 25px;
    margin-bottom: 25px;
    color: #7A7A7A;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 2%);
    border: none;
}

.contact-right-inner .form-floating .form-control {
    height: 120px;
}

.form-floating>label {
    left: 25px;
}

.contact-right-inner .btn {
    padding: 17px 30px;
    background-color: #195093;
    color: #FFFFFF;
}

.contact-right .contact-right-inner .btn:focus {
    box-shadow: none;
    border: none;
}

.contact-right .contact-right-inner .form-control:focus {
    box-shadow: none;
    border: none;
}

.contact-right .contact-right-inner .form-select:focus {
    box-shadow: none;
    border: none;
}

.map-section {
    padding-bottom: 100px;
}

.map-section iframe {
    width: 100%;
}

.news-content .form-control:focus {
    box-shadow: none;
}


/* FAQ page */

.faq-section {
    padding: 100px 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-inner-left h2 {
    font-size: 32px;
    color: #000000;
    line-height: 42px;
    font-weight: 700;
}

.faq-inner-right h2 {
    font-size: 32px;
    color: #000000;
    line-height: 42px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: #F1F6FC;
    color: #000000;
    font-family: 'Roboto Slab';
}

.faq-left {
    margin-top: 20px;
}

.faq-right {
    margin-top: 20px;
}

.faq-inner-right h2 span {
    color: #195093;
}

.faq-inner-left h2 span {
    color: #195093;
}


/* Other Accessories page */

.other-section {
    padding: 100px 0;
}

.other-content {
    text-align: center;
}

.other-img {
    cursor: pointer;
}

.other-img img {
    width: 100%;
    height: 346px;
}

.other-main {
    margin-top: 30px;
    position: relative;
}

.pro-content h3 {
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'Roboto Slab';
    font-weight: 500;
    margin-bottom: 0;
}

.pro-content {
    padding: 25px;
    position: absolute;
    background-color: #00000070;
    left: 0;
    right: 0;
    text-align: center;
    /* top: 0; */
    bottom: 0;
}

.pro-stack-left img {
    max-width: 80%;
}


/* depth sampler page */

.pro-ds {
    max-width: 100% !important;
}

.pro-gs {
    max-width: 50% !important;
    margin: 0 20px;
}


/* nox assembly page */

.pro-nox {
    max-width: 50% !important;
}

.samplers-main {
    padding: 50px 0;
}

.samplers-inside {
    box-shadow: 0px 0px 20px 6px rgb(0 0 0 / 4%);
    padding: 30px;
    text-align: center;
}

.samplers-inside h2 {
    font-size: 38px;
    color: #195093;
    font-weight: 700;
}

.special-right {
    max-width: 350px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 6px rgb(0 0 0 / 4%);
    /* transform: translate(-360px,250px); */
    border-right: 2px solid #195093;
    transition: all 0.5s;
    position: absolute;
    top: 35%;
    left: -60%;
}

.special-right h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab';
    margin-bottom: 0;
    color: #3592BE;
}

.pro-cart-left:hover .special-right {
    left: 0%;
}

.pro-stack-left {
    position: relative;
    overflow: hidden;
}

.pro-stack-left:hover .special-right {
    left: 0%;
}

.pro-gs-left {
    position: relative;
    overflow: hidden;
}

.pro-gs-left:hover .special-right {
    left: 0%;
}

.service-blog-main h2 {
    font-size: 32px;
    line-height: 42px;
    color: #7A7A7A;
    font-weight: 600;
}

.service-deta {
    padding-top: 12px;
}

.service-deta p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-deta p span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #195093;
}

.service-inside {
    padding: 50px 0;
}

.clintes-logo-main .multiple-items .slick-next:before {
    content: '';
    display: none;
}

.hero-inside .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    background-size: 25px;
}

.hero-inside .carousel .carousel-control-prev {
    opacity: 1;
}

.hero-inside .carousel .carousel-control-next {
    opacity: 1;
}

.hero-inside .carousel .carousel-control-prev {
    left: -70px;
}

.hero-inside .carousel .carousel-control-next .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
    background-size: 25px;
}

.clint-text {
    /* background-color: #19509312; */
    box-shadow: 0px 0px 18px 6px rgb(0 0 0 / 2%);
    padding: 10px;
    margin-top: 15px;
    transform: translateY(90px);
    transition: all 0.5s;
}

.clint-text h2 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.clintes-logo-img:hover .clint-text {
    transform: translateY(0px);
}

.count-main h2 {
    font-size: 80px;
    color: #FFFFFf;
    line-height: 89px;
    text-align: center;
    font-weight: 700;
}

.count-inside .count-content span {
    font-size: 56px;
    line-height: 66px;
    color: #FFFFFf;
    font-weight: 700;
    padding-bottom: 8px;
}

.count-inside .count-content {
    text-align: center;
}

.count-inside .count-content .counters {
    position: relative;
}

.count-inside .count-content .counters::after {
    content: "+";
    position: absolute;
}

.count-inside .count-content h3 {
    font-size: 44px;
    line-height: 56px;
    color: #FFFFFf;
    font-weight: 600;
    margin-bottom: 0;
}

.count-inner {
    padding-top: 67px;
}

.count-inside .count-content h4 {
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.bg-none {
    background-color: transparent !important;
}
.lut-img {
    max-width: 30% !important;
}

.handy-img {
    max-width: 55% !important;
}











@media only screen and (max-width: 1600px) {
    .slide-content-inner {
        padding-left: 25px;
    }
    .slide-content-inner h1 {
        font-size: 49px;
        line-height: 69px;
    }
    .about-right h3 {
        font-size: 52px;
    }
    .about-right p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 74px 0;
    }
}

@media only screen and (max-width: 1440px) {
    .slide-content-inner {
        padding-left: 45px;
    }
    .carousel-control-prev {
        left: -3%;
    }
    .slide-content-inner h1 {
        font-size: 48px;
        line-height: 68px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 74px 0;
    }
    .section-title {
        font-size: 47px;
        line-height: 57px;
    }
    .about-right h3 {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .about-right h3 span {
        font-size: 48px;
    }
    .about-right p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .about-right span {
        font-size: 22px;
        line-height: 32px;
    }
    .testimonial-slide .testimonial-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 1366px) {
    .top-bar .top-bar-inside .top-bar-main .top-bar-left a {
        font-size: 15px;
        line-height: 25px;
    }
    .top-bar {
        padding: 8px 0;
    }
    .count-inside .count-content h3 {
        font-size: 37px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        /* padding: 120px 0; */
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        /* padding: 120px 0; */
    }
    .about-section {
        padding: 90px 0;
    }
    .section-title {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 35px;
    }
    .about-right span {
        font-size: 20px;
        line-height: 30px;
    }
    .about-right h3 {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .about-right h3 span {
        font-size: 46px;
    }
    .about-right p {
        font-size: 16px;
        line-height: 26px;
    }
    .box-pera p {
        font-size: 15px;
        line-height: 25px;
    }
    .gallery-section {
        padding: 90px 0;
    }
    .testimonial-section {
        padding: 90px 0;
    }
    .testimonail-hed {
        margin-bottom: 35px;
    }
    .foot-item h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .foot-add li .desc {
        font-size: 15px;
    }
    .foot-link li a {
        font-size: 15px;
    }
    .service-left h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .service-box-content span {
        font-size: 23px;
    }
    .company-main h2 {
        font-size: 28px;
        color: #195093;
        font-weight: 600;
    }
    .company-main h2 span {
        font-size: 28px;
        color: #999;
        font-weight: 600;
    }
    .company-main p {
        font-size: 17px;
        font-weight: 500;
        line-height: 27px;
    }
    .author-main p {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .author-main {
        padding: 40px;
    }
    .author-main p span {
        font-size: 30px !important;
        line-height: 43px !important;
    }
    .leaders-left h3 {
        color: #999;
        font-size: 20px;
        line-height: 30px;
    }
    .line-color {
        margin: 12px 0;
    }
    .leaders-left .entro {
        font-size: 14px;
    }
    .leaders-left p {
        margin-top: 18px;
    }
    .info-main {
        padding: 18px;
    }
    .info-inside a {
        font-size: 16px;
    }
    .pro-cart-content h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .pro-cart-content p span {
        font-size: 17px;
        line-height: 27px;
    }
    .pro-cart-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .line {
        margin: 12px 0;
    }
    .pro-cart-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .pro-cart-content p span {
        font-size: 16px;
        line-height: 27px;
    }
    .pro-cart-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .special-content-left h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 11px;
    }
    .special-content-right h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .special-detial p {
        padding-top: 10px;
        font-size: 15px;
        line-height: 25px;
    }
    .contact-left-inner p {
        font-size: 15px;
        line-height: 25px;
    }
    .faq-inner-left h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .faq-inner-right h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .pro-content {
        padding: 20px;
    }
    .pro-content h3 {
        font-size: 16px;
    }
    .other-content .section-title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 30px;
    }
    .service-deta p {
        font-size: 15px;
        line-height: 25px;
    }
    .service-blog-main h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .carousel-control-next {
        right: -65px;
    }
    .top-bar .top-bar-inside .top-bar-main .top-bar-left a {
        font-size: 14px;
        line-height: 25px;
    }
    .top-bar .top-bar-inside .top-bar-main .top-bar-right a {
        font-size: 14px;
        line-height: 23px;
    }
    .slide-content-inner h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 54px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three {
        padding-left: 90px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second {
        padding-left: 90px;
    }
    .about-section {
        padding: 80px 0;
    }
    .gallery-section {
        padding: 80px 0;
    }
    .testimonial-section {
        padding: 80px 0;
    }
    footer {
        padding: 80px 0;
    }
    .section-title {
        font-size: 45px;
        line-height: 55px;
    }
    .foot-item h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .foot-social i {
        font-size: 28px;
    }
    .foot-item ul li a i {
        font-size: 18px;
        margin-right: 15px;
    }
    .service-box-content i {
        font-size: 32px;
    }
    .service-box-content span {
        font-size: 22px;
    }
    .company-main p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .author-main p span {
        font-size: 28px !important;
        line-height: 41px !important;
    }
    .author-main p {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .author-main {
        padding: 38px;
    }
    .leaders-left h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .leaders-left h3 {
        margin-bottom: 12px;
    }
    .pro-cart-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .special-content-left h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .special-content-right h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .special-detial p {
        padding-top: 12px;
    }
    .product-content a {
        font-size: 17px;
        line-height: 27px;
    }
    .special-content {
        padding-top: 70px;
    }
    .pro-cart {
        padding: 70px 0;
    }
    .faq-inner h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .dropdown-menu.dropdown-next-submenu {
        display: none !important;
        position: absolute;
        left: 100%;
        top: -3px;
    }
    .dropdown-menu {
        left: -178px;
    }
    .special-right {
        left: -66%;
    }
}

@media only screen and (max-width: 1199px) {
    .carousel-control-next {
        right: -50px;
    }
    .hero-inside .carousel .carousel-control-prev {
        left: -50px;
    }
    .top-bar .top-bar-inside .top-bar-main .top-bar-left a {
        font-size: 13px;
        line-height: 23px;
    }
    .slide-content-inner {
        padding-left: 35px;
    }
    .top-bar .top-bar-inside .top-bar-main .top-bar-right a {
        font-size: 13px;
        line-height: 23px;
    }
    .top-bar-social i {
        font-size: 20px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second h2 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        font-size: 20px;
        font-weight: 500;
        color: #000000;
        line-height: 31px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three h2 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        font-size: 20px;
        font-weight: 500;
        color: #000000;
        line-height: 31px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 55px 0;
    }
    .section-title {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 30px;
    }
    .gallery-hed {
        max-width: 60%;
        margin-bottom: 35px;
    }
    .service-main .service-inner {
        padding: 20px;
    }
    .foot-item ul li a i {
        font-size: 17px;
        margin-right: 5px;
    }
    .foot-item ul li a {
        font-size: 14px;
    }
    .subscribe-btn {
        font-size: 14px;
    }
    .service-left h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .service-box {
        margin-top: 30px;
    }
    .service-left p {
        font-size: 15px;
        line-height: 25px;
    }
    .pro-cart-content h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .special-content-left h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .contact-box {
        max-width: 65%;
    }
    .contact-box a {
        font-size: 15px;
        line-height: 25px;
    }
    .contact-box i {
        font-size: 40px;
    }
    .other-content .section-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .clint-text {
        transform: translateY(118px);
    }
    .count-main h2 {
        font-size: 65px;
    }
    .count-inside .count-content h3 {
        font-size: 30px;
    }
    .count-inner {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 1024px) {
    .service-right .service-img img {
        max-width: 455px;
    }
    .service-left h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .company-main h2 {
        font-size: 26px;
    }
    .company-main h2 span {
        font-size: 26px;
    }
    .pro-cart-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        line-height: 31px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        line-height: 31px;
    }
    .top-bar .top-bar-inside .top-bar-main .top-bar-right a {
        font-size: 11px;
        line-height: 23px;
    }
    .top-bar .top-bar-inside .top-bar-main .top-bar-left a {
        font-size: 11px;
        line-height: 23px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second .slide-second-img img {
        width: 190px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-inside .carousel .carousel-control-prev {
        left: -50px;
    }
    .dropdown-menu .dropdown-submenu {
        position: static;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        line-height: 31px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        line-height: 29px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three .slide-three-img img {
        width: 200px;
        text-align: center;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second .slide-second-img img {
        width: 150px;
        text-align: center;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second {
        padding-left: 60px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three {
        padding-left: 60px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 114px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 37px 0;
    }
    .top-bar {
        display: none;
    }
    .slide-content-inner {
        padding-left: 85px;
        max-width: 60%;
    }
    .slide-content-inner h1 {
        font-size: 38px;
        line-height: 60px;
    }
    .more-btn {
        font-size: 12px;
    }
    .about-right span {
        font-size: 17px;
        line-height: 27px;
    }
    .about-right h3 {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .about-right h3 span {
        font-size: 38px;
    }
    .about-right p {
        font-size: 14px;
        line-height: 24px;
    }
    .about-right .about-btn {
        font-size: 12px;
        margin-top: 15px;
        padding: 10px 25px;
    }
    .about-section {
        padding: 70px 0;
    }
    .section-title {
        font-size: 42px;
        line-height: 52px;
    }
    .service-content .section-pera {
        margin-bottom: 0;
    }
    .service-inner .icon-raound {
        width: 80px;
        height: 80px;
    }
    .service-main:hover .icon-raound i {
        font-size: 32px;
    }
    .icon-raound i {
        font-size: 25px;
        color: #195093;
    }
    .service-inner .icon-raound {
        border: 7px solid rgba(0, 0, 0, .1);
    }
    .service-main .service-inner {
        padding: 15px;
    }
    .box-pera p {
        font-size: 13px;
        line-height: 23px;
    }
    .service-content .section-pera {
        font-size: 14px;
    }
    .service-content .section-title {
        margin-bottom: 10px;
    }
    .service-content {
        margin-bottom: 25px;
    }
    .gallery-section {
        padding: 70px 0;
    }
    .gallery-hed {
        max-width: 80%;
        margin-bottom: 25px;
    }
    .gallery-hed .section-pera {
        font-size: 14px;
        line-height: 24px;
    }
    .gallery-content h3 {
        font-size: 16px;
    }
    .section-title {
        font-size: 34px;
        line-height: 44px;
    }
    .testimonial-slide .testimonial-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .submit-btn {
        height: 42px;
        padding: 0 25px;
        border-radius: 5px;
        line-height: 30px;
        font-size: 13px;
    }
    .news-content .form-control {
        padding: 1px 2px 1px 20px;
        height: 50px;
    }
    .foot-item span {
        margin-bottom: 15px;
    }
    .form-box {
        padding-top: 25px;
    }
    .space-up {
        padding-top: 25px;
    }
    .service-right .service-img img {
        max-width: 470px;
    }
    .service-left h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .service-box-content i {
        font-size: 30px;
    }
    .service-box-content span {
        font-size: 20px;
    }
    .service-box {
        padding: 18px;
    }
    .testimonial-content {
        background-size: 7%;
    }
    .company-main p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .company-main h2 {
        font-size: 25px;
    }
    .company-main h2 span {
        font-size: 25px;
    }
    .info-inner span {
        font-size: 17px;
    }
    .info-inner p {
        font-size: 15px;
    }
    .info-inner p {
        padding-top: 12px;
    }
    .author-main {
        padding: 35px;
    }
    .author-main p {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    .author-main p span {
        font-size: 26px !important;
        line-height: 39px !important;
    }
    .leaders-left h3 {
        font-size: 17px;
        line-height: 27px;
    }
    .pro-cart-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .pro-cart {
        padding: 80px 0;
    }
    .pro-cart-content p span {
        font-size: 16px;
        line-height: 26px;
    }
    .pro-cart-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .special-detial {
        padding-right: 25px;
    }
    .special-detial p {
        font-size: 15px;
        line-height: 25px;
    }
    .special-content-left h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .special-content-right h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .product-main {
        padding: 80px 0;
    }
    .product-content a {
        font-size: 16px;
        line-height: 26px;
    }
    .pro-cart-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .special-content {
        padding-top: 60px;
    }
    .special-content-left h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .special-content-right h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .navbar-collapse {
        position: absolute;
        top: 97px;
        background-color: #FFFFFF;
        z-index: 999;
        left: 0px;
        right: 0px;
        border-top: 1px solid #999999;
    }
    .dropdown-menu li {
        border: none;
    }
    .dropdown-menu {
        border: none;
    }
    .dropdown-item {
        padding: 0.25rem 2rem;
    }
    .contact-left-inner h2 {
        font-size: 28px;
    }
    .contact-main {
        padding: 90px 0;
    }
    .contact-title {
        padding: 90px 0;
    }
    .faq-left {
        margin-top: 15px;
    }
    .faq-inner h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .accordion-body {
        font-size: 15px;
        line-height: 25px;
        padding: 15px;
    }
    .accordion-button {
        padding: 15px 20px;
    }
    .faq-section {
        padding: 80px 0;
    }
    .other-img img {
        height: 305px;
    }
    .pro-content h3 {
        font-size: 15px;
    }
    .pro-content {
        padding: 15px;
    }
    .other-content .section-title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .service-blog-main h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .count-inside .count-content span {
        font-size: 42px;
        line-height: 52px;
    }
    .count-inside .count-content h3 {
        font-size: 23px;
        line-height: 52px;
    }
    .count-main h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .count-inner {
        padding-top: 47px;
    }
    .dropdown-menu.dropdown-next-submenu {
        position: static;
    }
}

@media only screen and (max-width: 800px) {
    .slide-content-inner {
        padding-left: 35px;
    }
    .slide-content-inner h1 {
        font-size: 35px;
        line-height: 55px;
    }
    .count-main h2 {
        font-size: 48px;
        line-height: 52px;
    }
    .more-btn {
        margin-top: 25px;
    }
    .about-right h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .about-right h3 span {
        font-size: 34px;
    }
    .news-content .section-pera {
        font-size: 14px;
    }
    .news-content form {
        margin-top: 5px;
    }
    .news-content .form-control {
        font-size: 14px;
    }
    .testimonial-content {
        background-size: 8%;
    }
    .service-right .service-img img {
        max-width: 375px;
    }
    .slide-content-inner {
        padding-left: 85px;
        max-width: 78%;
    }
    .service-left h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .service-left p {
        margin-top: 10px;
    }
    .service-box-content span {
        font-size: 18px;
    }
    .company-content {
        padding: 80px 0;
    }
    .info-main {
        padding: 15px;
    }
    .info-inside a {
        font-size: 13px;
    }
    .info-inside a span {
        font-size: 14px;
    }
    .info-inner p {
        font-size: 14px;
    }
    .info-inner span {
        font-size: 15px;
    }
    .author-main p {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .author-main p span {
        font-size: 24px !important;
        line-height: 37px !important;
    }
    .author-main {
        padding: 30px;
    }
    .leaders-left h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .product-main {
        padding: 80px 0;
    }
    .product-content a {
        font-size: 17px;
        line-height: 27px;
    }
    .pro-cart-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .special-content-left h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .special-content-right h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .special-content {
        padding-top: 60px;
    }
    .special-detial ul li {
        font-size: 15px;
    }
    .special-detial {
        padding-right: 10px;
    }
    .pro-cart {
        padding: 70px 0;
    }
    .special-detial p {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-box {
        max-width: 75%;
    }
    .faq-inner-left h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .faq-inner-right h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .other-img img {
        height: 280px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        background-color: #bae9f1;
        padding: 44px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        line-height: 27px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        line-height: 25px;
        margin-bottom: 10px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 27px 0;
    }
    .hero-inside .carousel .carousel-control-prev {
        left: -35px;
    }
    .carousel-control-next {
        right: -35px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        padding: 41px 0;
    }
}

@media only screen and (max-width: 768px) {
    .slide-content-inner {
        max-width: 70%;
        padding-left: 65px;
    }
    .about-right h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .about-right h3 span {
        font-size: 32px;
    }
    .section-title {
        margin-bottom: 25px;
    }
    footer {
        padding: 70px 0;
    }
    .foot-item span {
        font-size: 22px;
    }
    .foot-item span {
        margin-bottom: 10px;
    }
    .testimonial-section {
        padding: 70px 0;
    }
    .leaders-left {
        padding-top: 20px;
    }
    .info-card {
        margin-top: 20px;
    }
    .contact-box {
        max-width: 80%;
    }
    .accordion-button {
        font-size: 15px;
        line-height: 25px;
    }
    .service-right .service-img img {
        max-width: 360px;
    }
    .other-content .section-title {
        font-size: 37px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .count-inside .count-content h3 {
        font-size: 16px;
        line-height: 33px;
    }
    .count-inside .count-content span {
        font-size: 32px;
        line-height: 48px;
    }
    .count-main h2 {
        font-size: 34px;
        line-height: 48px;
    }
    .about-right {
        margin-top: 15px;
    }
    .service-img {
        text-align: center;
    }
    .service-right .service-img img {
        max-width: 100%;
    }
    .service-left {
        margin-top: 15px;
    }
    .service-left h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .submit-btn {
        left: 29%;
        right: 52%;
    }
    .news-content .form-control {
        width: 49%;
    }
    .pro-cart-right {
        padding-top: 20px;
    }
    .line {
        margin: 10px 0;
    }
    .product-content a {
        font-size: 16px;
        line-height: 26px;
    }
    .product-main {
        padding: 70px 0;
    }
    .pro-cart {
        padding: 70px 0;
    }
    .special-content {
        padding-top: 50px;
    }
    .special-content-right {
        padding-top: 50px;
    }
    .special-content-left h2 {
        margin-bottom: 0;
    }
    .special-content-right h2 {
        margin-bottom: 0;
    }
    .pro-cart {
        padding: 60px 0;
    }
    .special-content-right h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .special-content-left h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .pro-cart-content p span {
        font-size: 15px;
        line-height: 25px;
    }
    .special-detial {
        padding-right: 10px;
    }
    .contact-box-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .contact-box {
        max-width: 100%;
        width: 48%;
    }
    .contact-left-inner h2 {
        text-align: center;
    }
    .contact-left-inner p {
        text-align: center;
    }
    .contact-main {
        padding: 70px 0;
    }
    .contact-title {
        padding: 70px 0;
    }
    .map-section {
        padding-bottom: 70px;
    }
    .accordion-body {
        font-size: 14px;
        line-height: 24px;
        padding: 12px;
    }
    .faq-right {
        margin-top: 15px;
    }
    .faq-left {
        margin-top: 15px;
    }
    .faq-inner-right {
        padding-top: 25px;
    }
    .faq-inner-left {
        padding-top: 25px;
    }
    .faq-inner-right h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .faq-inner-left h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .faq-section {
        padding: 70px 0;
    }
    .clintes-logo-section .clintes-logo-img img {
        height: 50px;
        margin: 0 auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 124px 0;
    }
    .count-inner {
        padding-top: 54px;
    }
}

@media only screen and (max-width: 640px) {
    .submit-btn {
        padding: 0 12px;
    }
    .product-content a {
        font-size: 15px;
        line-height: 25px;
    }
    .product-main {
        padding: 60px 0;
    }
    .pro-cart-content p span {
        font-size: 15px;
        line-height: 25px;
    }
    .pro-cart-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .special-content-left h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .special-detial p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
    }
    .special-content-right h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .pro-cart {
        padding: 60px 0;
    }
    .faq-inner-right h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .other-section {
        padding: 60px 0;
    }
    .other-content .section-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second .slide-second-img img {
        width: 140px;
        text-align: center;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        line-height: 26px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        line-height: 26px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second {
        padding-left: 50px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-three {
        padding-left: 50px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 135px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 600px) {
    .submit-btn {
        padding: 0 11px;
    }
    .company-inside {
        padding-top: 50px;
    }
    .company-main p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .info-inner p {
        font-size: 15px;
    }
    .info-inside a {
        font-size: 15px;
    }
    .contact-left-inner h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .contact-box i {
        font-size: 38px;
    }
    .contact-right-inner h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 576px) {
    .slide-content-inner h1 {
        font-size: 26px;
        line-height: 46px;
    }
    .slide-content-inner {
        max-width: 100%;
        padding-left: 0;
    }
    .more-btn {
        font-size: 11px;
        margin-top: 20px;
    }
    .slide-content-inner {
        text-align: center;
    }
    .news-content .form-control {
        width: 51%;
    }
    .submit-btn {
        left: 30%;
        right: 50%;
    }
    .company-main h2 {
        font-size: 24px;
    }
    .company-main h2 span {
        font-size: 24px;
    }
    .author-main p {
        font-size: 23px !important;
        line-height: 34px !important;
    }
    .author-main p span {
        font-size: 23px !important;
        line-height: 35px !important;
    }
    .special-content {
        padding-top: 40px;
    }
    .special-content-right {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .count-inside {
        padding-bottom: 24px;
    }
    .count-main h2 {
        font-size: 38px;
        line-height: 40px;
    }
    .count-inside .count-content span {
        font-size: 28px;
        line-height: 34px;
    }
    .count-inside .count-content h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .count-inside .count-content h4 {
        font-size: 24px;
        line-height: 31px;
    }
    .about-section {
        padding: 60px 0;
    }
    .section-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .about-right span {
        font-size: 16px;
        line-height: 26px;
    }
    .about-right h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .about-right h3 span {
        font-size: 28px;
    }
    .service-right .service-img img {
        width: 100%;
    }
    .service-left h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .service-box-content i {
        font-size: 28px;
    }
    .service-left p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .gallery-main {
        margin-top: 30px;
    }
    .gallery-content {
        /* left: 40%; */
        top: 48%;
    }
    .gallery-content {
        transform: translateY(260px);
    }
    .gallery-section {
        padding: 60px 0;
    }
    .testimonial-section {
        padding: 60px 0;
    }
    .testimonial-content {
        background-size: 10%;
    }
    .testimonial-slide .testimonial-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .cum-name span {
        font-size: 14px;
    }
    .testimonail-hed .section-pera {
        font-size: 14px;
    }
    .testimonail-hed {
        margin-bottom: 20px;
    }
    .news-content .form-control {
        width: 100%;
    }
    .submit-btn {
        left: 75%;
        right: 3%;
        font-size: 12px;
    }
    .foot-inner {
        padding-bottom: 20px;
    }
    .foot-item span {
        font-size: 18px;
    }
    .foot-link li a {
        font-size: 14px;
    }
    .foot-item span {
        margin-bottom: 5px;
    }
    .foot-inner .section-pera {
        margin: 15px 0;
    }
    .company-content {
        padding: 70px 0;
    }
    .line-color {
        margin: 10px 0;
    }
    .leaders-left h3 {
        margin-bottom: 10px;
    }
    .pro-cart {
        padding: 50px 0;
    }
    .special-content-right {
        padding-top: 40px;
    }
    .special-content {
        padding-top: 40px;
    }
    .contact-main {
        padding: 50px 0;
    }
    .contact-left-inner h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .contact-left-inner p {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-right-inner h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .faq-inner-right h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .faq-inner-left h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .faq-right {
        margin-top: 10px;
    }
    .faq-left {
        margin-top: 10px;
    }
    .faq-section {
        padding: 50px 0;
    }
    .other-img img {
        height: 500px;
    }
    .other-section {
        padding: 50px 0;
    }
    .clint-text h2 {
        font-size: 15px;
    }
    .hero-inside .carousel .carousel-control-prev {
        left: -21px;
        width: 10%;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        line-height: 24px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-second p {
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        line-height: 24px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 32px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 25px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second .slide-second-img {
        display: none;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three .slide-three-img {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .count-main h2 {
        font-size: 32px;
    }
    .slide-content-inner h1 {
        font-size: 24px;
        line-height: 44px;
    }
    .service-left h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .submit-btn {
        left: 70%;
    }
    .author-main {
        padding: 20px;
    }
    .author-main p span {
        font-size: 20px !important;
        line-height: 34px !important;
    }
    .author-main p {
        font-size: 20px !important;
        line-height: 32px !important;
    }
    .info-inner p {
        font-size: 14px;
    }
    .contact-box a {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-box i {
        font-size: 36px;
    }
    .contact-right-inner {
        padding: 35px;
    }
    .clint-text h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second .slide-second-img {
        display: none;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three .slide-three-img {
        display: none;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second {
        padding-left: 32px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three {
        padding-left: 32px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 44px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 19px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        line-height: 25px;
    }
    .carousel-control-next {
        right: -19px;
    }
    .hero-inside .carousel .carousel-control-prev {
        left: -11px;
    }
}

@media only screen and (max-width: 414px) {
    .count-main h2 {
        font-size: 28px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 img {
        width: 100%;
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 img {
        width: 100%;
        height: auto;
    }
    .section-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .service-content {
        margin-bottom: 15px;
    }
    .service-left h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .gallery-hed {
        max-width: 100%;
        margin-bottom: 0px;
    }
    .testimonial-slide .testimonial-content {
        margin: 0 43px;
    }
    .testimonial-content {
        background-size: 12%;
    }
    .testimonail-hed .section-title {
        margin-bottom: 5px;
    }
    .company-main h2 span {
        font-size: 22px;
    }
    .company-main h2 {
        font-size: 22px;
    }
    .company-main p {
        line-height: 25px;
    }
    .author-main {
        padding: 12px;
    }
    .author-main p span {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .author-main p {
        font-size: 18px !important;
        line-height: 32px !important;
        margin-bottom: 0;
    }
    .leaders-left h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .leaders-left p span {
        font-size: 17px;
    }
    .pro-cart-content h2 {
        font-size: 20px;
        line-height: 31px;
    }
    .special-content-left h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .special-detial p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 5px;
    }
    .special-content-right {
        padding-top: 30px;
    }
    .product-main {
        padding: 50px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 70px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 23px 0;
    }
}

@media only screen and (max-width: 384px) {
    .count-main h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .submit-btn {
        left: 67%;
    }
    .section-title {
        font-size: 28px;
        line-height: 38px;
    }
    .company-content {
        padding: 55px 0;
    }
    .author-main p span {
        font-size: 17px !important;
        line-height: 23px !important;
    }
    .author-main p {
        font-size: 17px !important;
        line-height: 27px !important;
        margin-bottom: 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        padding: 13px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 18px 0;
    }
    .special-right h3 {
        font-size: 24px;
    }
    .special-right {
        padding: 15px;
        top: 15%;
    }
    .special-right {
        left: -114%;
    }
}

@media only screen and (max-width: 375px) {
    .count-main h2 {
        font-size: 24px;
    }
    .slide-content-inner h1 {
        font-size: 22px;
        line-height: 42px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 img {
        width: 100%;
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 img {
        width: 100%;
        height: auto;
    }
    .other-content .section-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 0px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        line-height: 24px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        font-size: 13px;
        font-weight: 500;
        color: #000000;
        line-height: 23px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        line-height: 24px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 57px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        padding: 10px 0;
    }
    .special-right {
        top: 0;
        left: -120%;
    }
}

@media only screen and (max-width: 360px) {
    .testimonial-slide .testimonial-content {
        padding: 15px;
    }
    .testimonial-slide .testimonial-content {
        margin: 0 39px;
    }
    .slide-content-inner h1 {
        font-size: 20px;
        line-height: 38px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 {
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 img {
        width: 100%;
        height: auto;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 img {
        width: 100%;
        height: auto;
    }
    .pro-cart-content h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .special-content-right h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .contact-box {
        padding: 25px 5px;
    }
    .contact-right-inner {
        padding: 30px;
    }
    .other-content .section-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0px;
    }
    .special-right {
        top: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .count-main h2 {
        font-size: 20px;
    }
    .testimonial-slide .testimonial-content {
        margin: 0 19px;
    }
    .submit-btn {
        left: 60%;
        right: 4%;
    }
    .service-left h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .leaders-left h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-box {
        padding: 25px 5px;
    }
    .contact-box a {
        font-size: 12px;
        line-height: 22px;
    }
    .contact-box i {
        font-size: 30px;
    }
    .contact-title {
        padding: 50px 0;
    }
    .contact-right-inner {
        padding: 15px;
    }
    .other-img img {
        height: 315px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 .slide-second p {
        font-size: 13px;
        font-weight: 500;
        color: #000000;
        line-height: 23px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-3 .slide-three p {
        font-size: 12px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }
    .hero-inside .carousel-inner .carousel-item .slide-2 {
        padding: 10px 0;
    }
    .hero-inside .carousel-inner .carousel-item .slide-1 {
        padding: 56px 0;
    }
    .carousel-control-next {
        right: -10px;
    }
    .hero-inside .carousel .carousel-control-prev {
        left: -4px;
    }
}