@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&display=swap");
/************************** font_family end here *********************************/
/*red-color*/
/*black-color*/
/*****  mixin  *****/
/***** mixin  *****/
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
margin: 0;
padding: 0; }

a {
color: #fff; }

a:hover {
text-decoration: none; }

body {
font-family: 'Roboto', sans-serif; }

li {
list-style: none; }

a {
transition: 0.45s; }

.carousel-control-prev-icon{
    position:relative;
    background-image:none;
}

.carousel-control-prev-icon::after{
background-repeat: no-repeat;
    content: "";
    background-image: url(..//images/left-arrow.png);
    position: absolute;
    top: 50%;
    left: -50px;
    height: 20px;
    width: 28px;
    transform: translateY(-50%);
 
}


.carousel-control-next-icon::after{
    background-repeat: no-repeat;
    content: "";
    background-image: url(..//images/right-arrow.png);
    position: absolute;
    top: 50%;
    right: -70px;
    height: 20px;
    width: 28px;
    transform: translateY(-50%);
}

.carousel-control-next-icon{
    position:relative;
 background-image:none;
}

.no_padd {
padding: 0px; }

.mobile_menus {
display: none !important; }

#mySidenav {
display: none; }

.shop_btn {
border: 1px solid #000;
color: #000;
padding: 16px 25px;
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
display: inline-block;
border-radius: 10px; }
.shop_btn:hover {
background: #7a1012;
color: #fff;
border-color: #7a1012; }

.top-bar .p-r {
padding-right: 0; }
.top-bar .top-left {
line-height: 50px; }
.top-bar .top-left a {
margin-right: 15px;
font-size: 14px;
font-weight: 400; color: #000;}
.top-bar .top-left a i {
color: #7a1012;
font-size: 17px;
padding-right: 10px; }
.top-bar .top-left a span {
color: #000;
transition: 0.45s; }
.top-bar .top-left a:hover span {
color: #7a1012; }
.top-bar .top-right {
display: flex;
justify-content: end;
line-height: 50px;
align-items: center; }
.top-bar .top-right h4 {
font-size: 14px;
font-weight: 500;
color: #7a1012; }
.top-bar .top-right h4 span {
padding-left: 5px;
color: #7a1012;
font-size: 17px; }
.top-bar .top-right .ser-b {
margin-left: 20px; }
.top-bar .top-right .ser-b a {
color: #7a1012;
font-size: 15px;
border-radius: 50px;
padding: 4px 6px;
border: 1px solid #b4b4b4; }
.top-bar .top-right .ser-b a:hover {
background: #7a1012;
color: #fff;
border: 1px solid #7a1012; }
.top-bar .logo {
position: relative; }
.top-bar .logo::before {
content: "";
height: 2px;
width: 541%;
display: inline-block;
top: 52%;
left: -1345px;
transform: translateY(-52%);
background: #7a1012;
position: absolute; }
.top-bar .nav-text ul {
display: flex; }
.top-bar .nav-text ul li {
padding: 0 5px; }
.top-bar .nav-text ul li a {
color: #000;
font-size: 14px;
padding: 13px 10px;
display: inline-block;
font-weight: 700;
text-transform: uppercase; }
.top-bar .nav-text ul li a:hover {
background: #7a1012;
color: #fff; }
.top-bar .nav-text ul li:first-child {
padding-left: 0; }

.about-main .container-fluid {
padding-left: 0; }
.about-main .row {
align-items: center; }
.about-main .about-text h2 {
font-size: 37px;
font-weight: 800;
font-family: 'Roboto', sans-serif;
text-transform: uppercase; }
.about-main .about-text img {
padding: 25px 0; }
.about-main .about-text h4 {
font-size: 21px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
padding: 15px 0 5px; }
.about-main .about-text p {
font-size: 16px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
padding-bottom: 20px;
text-align: justify;
max-width: 675px; }
.about-main .about-text a {
font-size: 14px;
font-style: italic;
font-family: 'Roboto', sans-serif;
border: 1px solid #b7b7b7;
color: #000;
text-transform: uppercase;
border-radius: 50px;
padding: 10px 15px;
transition: 0.45s; }
.about-main .about-text a i {
padding-left: 5px; }
.about-main .about-text a:hover {
background: #7a1012;
color: #fff; }

.about-intro {
padding-top: 60px; }
.about-intro .about-inner {
background: #f2f2f2;
display: inline-block;
padding: 20px 0 20px 15px;
width: 85%;
border-bottom-right-radius: 50px; }
.about-intro .about-inner h4 {
font-size: 29px;
font-weight: 300;
text-transform: uppercase;
color: #11378a; }
.about-intro .about-inner p {
font-size: 16px;
font-weight: 400; }

.cat-main {
padding: 70px 0; }
.cat-main .head {
text-align: center;
margin-bottom: 30px; }
.cat-main .head h2 {
font-size: 34px;
font-weight: 800;
font-family: "Montserrat", sans-serif;
text-transform: uppercase; }
.cat-main .cat-inner {
margin-bottom: 20px; }
.cat-main .cat-inner .cat-img {
position: relative;
overflow: hidden;
border-radius: 10px; }
.cat-main .cat-inner .cat-img img {
width: 100%;
transition: 0.55s; }
.cat-main .cat-inner .cat-img .cat-text {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
text-align: center; }
.cat-main .cat-inner .cat-img .cat-text h2 {
font-size: 29px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
color: #fff;
text-transform: uppercase; }
.cat-main .cat-inner .cat-img .cat-text p {
font-size: 18px;
font-weight: 500;
color: #fff;
font-family: "Montserrat", sans-serif;
text-transform: uppercase; }
.cat-main .cat-inner:hover .cat-img img {
transform: scale(1.03);
-webkit-filter: grayscale(1); }

.fea-main {
padding:0 0 40px 0; }
.fea-main .row {
align-items: center; }
.fea-main .row .start-text h2 {
font-size: 34px;
font-weight: 800;
font-family: "Montserrat", sans-serif;
text-transform: uppercase; }
.fea-main .row .button {
text-align: end; }
.fea-main .row .button a {
font-size: 15px;
font-style: italic;
color: #000;
border: 1px solid #000;
border-radius: 50px;
transition: 0.45s;
padding: 10px 20px; }
.fea-main .row .button a i {
padding-left: 5px; }
.fea-main .row .button a:hover {
background: #7a1012;
border: 1px solid #7a1012;
color: #fff; }

.fea-inner-main {
padding-bottom: 70px; }
.fea-inner-main .item {
margin: 0 10px; }
.fea-inner-main .fea-inner {
position: relative; }
.fea-inner-main .fea-inner .img {
overflow: hidden;
border-bottom-right-radius: 50px; }
.fea-inner-main .fea-inner .img img {
transition: 0.45s; }
.fea-inner-main .fea-inner .text {
position: absolute;
bottom: 30px;
left: 40px; }
.fea-inner-main .fea-inner .text h4 {
font-size: 20px;
font-weight: 500;
font-family: "Montserrat", sans-serif; }
.fea-inner-main .fea-inner .text p {
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif; }
.fea-inner-main .fea-inner .icons {
position: absolute;
top: 20px;
display: block;
right: 20px; }
.fea-inner-main .fea-inner .icons ul {
margin: 0; }
.fea-inner-main .fea-inner .icons ul li {
list-style: none; }
.fea-inner-main .fea-inner .icons ul li a {
background: #fff;
width: 38px;
height: 40px;
line-height: 40px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
color: #000;
text-align: center;
margin-bottom: 10px;
display: inline-block;
border-radius: 50px;
transition: 0.45s; }
.fea-inner-main .fea-inner .icons ul li a:hover {
background: #7a1012;
color: #fff; }
.fea-inner-main .fea-inner:hover .img img {
transform: scale(1.05); }

.why-main {
padding: 30px 0; }
.why-main .b-center {
display: flex;
justify-content: end; }
.why-main .button {
text-align: end; }
.why-main .button a {
font-size: 15px;
font-style: italic;
color: #000;
border: 1px solid #000;
border-radius: 50px;
transition: 0.45s;
padding: 10px 20px; }
.why-main .button a i {
padding-left: 5px; }
.why-main .button a:hover {
background: #7a1012;
border: 1px solid #7a1012;
color: #fff; }

.service-main {
background: #f7f7f7;
padding: 70px 0; }
.service-main .service-inner h4 {
font-size: 20px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
padding: 15px 0 10px; }
.service-main .service-inner p {
font-size: 16px;
font-weight: 400;
max-width: 290px; }
.service-main .service-img {
margin-top: -200px;
margin-bottom: 55px;
border-bottom-right-radius: 50px;
overflow: hidden; }
.service-main .service-img img {
width: 100%;
transition: 0.45s; }
.service-main .service-img:hover img {
transform: scale(1.03); }

.value-main {
padding: 50px 0; }
.value-main .row {
align-items: center; }
.value-main .value-inner h2 {
font-size: 34px;
font-weight: 800;
font-family: "Montserrat", sans-serif;
text-transform: uppercase; }
.value-main .value-inner p {
font-size: 18px;
font-weight: 400;
padding: 10px 0 20px;
max-width: 500px; }
.value-main .value-inner a {
font-size: 15px;
font-style: italic;
color: #000;
border: 1px solid #b7b7b7;
border-radius: 50px;
transition: 0.45s;
padding: 10px 20px; }
.value-main .value-inner a i {
padding-left: 5px; }
.value-main .value-inner a:hover {
background: #7a1012;
border: 1px solid #7a1012;
color: #fff; }

.catl-main {
background: url(../images/bg.png) no-repeat center;
padding: 50px 0 0; }
.catl-main .row {
align-items: center; }
.catl-main .catl-text h4 {
font-size: 24px;
color: #fff;
font-weight: 700;
font-family: "Montserrat", sans-serif; }
.catl-main .catl-text h2 {
font-size: 40px;
color: #fff;
font-weight: 700;
font-family: "Montserrat", sans-serif; }
.catl-main .catl-text p {
font-size: 16px;
padding: 10px 0 20px;
color: #fff;
font-weight: 400;
max-width: 620px;
font-family: "Montserrat", sans-serif; }
.catl-main .catl-text .d-flex {
display: flex; }
.catl-main .catl-text .d-flex .actl-inf {
margin-right: 20px;
display: flex; }
.catl-main .catl-text .d-flex .actl-inf .text {
margin-left: 15px; }
.catl-main .catl-text .d-flex .actl-inf .text a {
display: block;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
font-family: "Montserrat", sans-serif; }
.catl-main .catl-text .d-flex .actl-inf .text a:hover {
color: #000; }

.cert-main {
padding: 40px 0; background:#183e93;}
.cert-main .cert-inner ul {
display: flex;
align-items: center; }
.cert-main .cert-inner ul li {
padding: 0 20px;
border-right: 1px solid #dedede; }
.cert-main .cert-inner ul li img {
transition: 0.45s; }
.cert-main .cert-inner ul li:first-child {
padding-left: 0; }
.cert-main .cert-inner ul li:last-child {
padding-right: 0;
border-right: 0; }
.cert-main .cert-inner ul li:hover img {
transform: scale(1.03); }

.form-main {
background: #1e1e1e;
padding: 30px 0; }
.form-main .form-inner h4 {
font-size: 20px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: #fff; }
.form-main .form-inner h2 {
font-size: 32px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
padding: 10px 0 30px 0;
color: #fff; }
.form-main .form-inner form input {
font-size: 15px;
font-weight: 400;
padding-left: 15px;
border-radius: 3px;
font-family: "Roboto", sans-serif;
width: 75%;
color: #888888;
border: 0;
line-height: 49px; }
.form-main .form-inner form input:focus-visible {
outline: 0; }
.form-main .form-inner form button {
border: 0;
line-height: 52px;
border-radius: 3px;
padding: 0 10px;
font-weight: 700;
font-size: 16px;
cursor: pointer;
color: #fff;
margin-left: 10px;
background: #183e93;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
transition: 0.45s; }
.form-main .form-inner form button:focus {
outline: 0;
border: 0; }
.form-main .form-inner form button:hover {
background: #fff;
color: #000; }

footer {
background: url(../images/footer-bg.png) no-repeat center; }

.footer-main {
padding: 30px 0; }
.footer-main .head {
padding-bottom: 10px; }
.footer-main .head h2 {
font-size: 20px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
font-family: "Montserrat", sans-serif; }
.footer-main .footer-logo {
border-bottom: 1px solid #3a5ba3;
margin-bottom: 30px;
padding-bottom: 20px; }
.footer-main .footer-inner .p-img li {
padding-bottom: 10px; }
.footer-main .footer-inner ul li {
padding-bottom: 5px; }
.footer-main .footer-inner ul li a {
font-size: 14px;
font-weight: 400;
font-family: "Roboto", sans-serif; }
.footer-main .footer-inner ul li a:hover {
color: #7a1012;
letter-spacing: 1px; }
.footer-main .footer-inner ul li img {
padding-right: 10px; }
.footer-main .footer-inner .mail-box {
display: flex;
margin-bottom: 10px; }
.footer-main .footer-inner .mail-box .text-b {
padding-left: 10px;
padding-top: 5px; }
.footer-main .footer-inner .mail-box .text-b h4 {
font-size: 16px;
font-weight: 700;
color: #fff;
font-family: "Roboto", sans-serif;
padding-bottom: 5px; }
.footer-main .footer-inner .mail-box .text-b a {
font-size: 14px;
color: #b6bbcd;
font-weight: 400;
font-family: "Roboto", sans-serif; }
.footer-main .footer-inner .mail-box .text-b a:hover {
color: #7a1012;
letter-spacing: 1px; }
.footer-main .footer-inner .mail-box .text-b p {
font-size: 14px;
font-weight: 400;
color: #b6bbcd;
font-family: "Roboto", sans-serif; }

.footer-bottom .b-t {
border-top: 1px solid #3a5ba3;
padding: 15px 0; }
.footer-bottom .b-t .footer-left p {
font-size: 14px;
font-weight: 400;
color: #b6bbcd;
font-family: "Roboto", sans-serif; }
.footer-bottom .b-t .footer-right {
text-align: end; }
.footer-bottom .b-t .footer-right p {
font-size: 14px;
font-weight: 400;
color: #b6bbcd;
font-family: "Roboto", sans-serif; }
.footer-bottom .b-t .footer-right p a {
color: #b6bbcd; }
.footer-bottom .b-t .footer-right p a:hover {
color: #7a1012;
letter-spacing: 1px; }



.mob-but {
display: none; }
.mob-but a {
color: #000; }

.menu-mod {
display: none !important; }

.mobile_menus {
display: block !important; }

#mySidenav {
display: block; }

/*menu css*/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 99;
top: 0;
right: 0;
background-color: #000;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px; }

.sidenav hr {
margin: 0;
border-color: #1e4145; }

.sidenav a {
padding: 8px 8px 8px 15px;
text-decoration: none;
font-size: 13px;
color: #aaa !important;
display: block;
text-transform: uppercase;
transition: 0.3s;
font-weight: 300;
letter-spacing: 0.5px;
display: inline-block; }

.mob_ul_m {
padding: 0px; }

.sidenav a:hover {
color: #fff; }

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px; }

.mobile_menus {
display: none !important;
display: inline-block; }

.mobile_menus a {
color: #7a1012;
font-size: 19px;
height: 40px;
line-height: 40px;
border: 0px solid #000;
border-radius: 5px;
display: inline-block;
text-align: center;
padding: 0px;
padding-left: 15px; }

.cart_liust ul li:last-child a {
width: 35px;
height: 35px;
line-height: 35px;
border: 0px solid #fff;
padding: 0px;
text-align: center;
margin-left: 11px;
border-radius: 50%;
transform: translateY(0px);
transition: 0.45s; }

.dropdown {
position: relative; }

.dropdown-menu {
display: none; }

.toggle,
.dropdown-menu {
width: 100%; }

.is-active .dropdown-menu {
display: block; }

.dropdown {
position: relative;
line-height: 18px;
display: inline-block;
width: 100%;
cursor: pointer; }

.dropdown:hover a.toggle {
color: #19b492 !important; }

.my_drop {
position: static;
background: #000; }

.my_drop li {
background: #272727;
color: #fff;
border: 0px;
border-bottom: 1px solid #5d5d5d;
margin-bottom: 0px;
text-transform: uppercase;
padding: 0px 10px 0px 10px;
font-size: 13px;
letter-spacing: 0.5px;
cursor: pointer;
transition: 0.45s; }

.my_drop li a {
width: 100%;
color: #fff !important; }

.my_drop li:hover a {
color: #fff !important; }

.my_drop li:hover {
background: #fff;
color: #000 !important; }

.my_drop li.list-group-item:hover {
background: #7a1012;
color: #fff !important; }

/*menu css*/
/*search css*/
#search {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 999999999;
background-color: rgba(0, 0, 0, 0.85);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, -100%) scale(0, 0);
-moz-transform: translate(0px, -100%) scale(0, 0);
-o-transform: translate(0px, -100%) scale(0, 0);
-ms-transform: translate(0px, -100%) scale(0, 0);
transform: translate(0px, -100%) scale(0, 0);
opacity: 0; }

#search input[type="search"] {
position: absolute;
top: 50%;
width: 100%;
color: white;
background: rgba(0, 0, 0, 0);
font-size: 30px;
font-weight: 300;
text-align: center;
border: 0px;
margin: 0px auto;
margin-top: -51px;
padding-left: 30px;
padding-right: 30px;
outline: none; }

#search .btn {
position: absolute;
top: 50%;
left: 50%;
margin-top: 61px;
transform: translate(-50%, -50%);
background-color: #7a1012;
border: black;
border: 2px solid #7a1012;
padding: 10px 60px;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
transition: 0.45s; }

#search .btn:hover {
background: transparent; }

#search .close {
position: fixed;
top: 15px;
right: 15px;
color: #fff;
background-color: #7a1012;
border-color: #7a1012;
border: 2px solid #7a1012;
opacity: 1;
transition: 0.45s;
padding: 0px 7px 2px 7px;
font-size: 25px;
border-radius: 50%; }

#search .close:hover {
background: #7a1012; }

#search.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);
-moz-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
opacity: 1; }

/*search css*/


/*# sourceMappingURL=main.css.map */



@media (max-width: 1950px) {
.top-bar .logo::before{ top:51%; left: -1634px;}
}

@media (max-width: 1570px) {
.top-bar .logo::before{ top: 51%; left: -1319px;}
.top-bar .nav-text ul li a{ padding: 13px 7px;}
}

@media (max-width: 1550px) {
.top-bar .logo::before{ top: 51%; left: -1297px;}
}

@media (max-width: 1520px) {
.top-bar .logo::before{ left: -1275px;}
}

@media (max-width: 1480px) {
.top-bar .nav-text ul li a{ padding: 13px 5px;} 
.top-bar .logo::before { top: 51%; left: -1240px;}

}


@media (max-width: 1400px) {
.top-bar .logo::before{ left: -1164px;}
.top-bar .nav-text ul li a{ font-size: 13px; padding: 13px 5px;}

}


@media (max-width: 1380px) {
.top-bar .logo::before{ left: -1145px;}
.prodcuts-page{ padding:0 0px 0 13px;}

}

@media screen and (max-width: 1380px) {
.about-intro .about-inner h4 {
font-size: 25px; }

.cat-main .cat-inner .cat-img .cat-text {
bottom: 10px; }

.cat-main .cat-inner .cat-img .cat-text h2 {
font-size: 23px; }

.fea-main .row .start-text h2 {
font-size: 30px; }

.fea-main .row .button a {
font-size: 14px; }

.fea-inner-main .fea-inner .text h4 {
font-size: 17px; }

.fea-inner-main .fea-inner .text p {
font-size: 17px; }

.why-main .b-center .head h2 {
font-size: 32px; }

.service-main .service-inner h4 {
font-size: 18px; }

.service-main .service-inner p {
font-size: 14px; }

.service-main .service-img {
margin-bottom: 80px; }

.value-main .value-inner h2 {
font-size: 32px; }

.value-main .value-inner p {
font-size: 16px; }

.value-main .value-inner a {
font-size: 14px; } }



@media screen and (max-width: 1380px) {
.about-intro .about-inner h4 {
font-size: 25px; }

.cat-main .cat-inner .cat-img .cat-text {
bottom: 10px; }

.cat-main .cat-inner .cat-img .cat-text h2 {
font-size: 23px; }

.fea-main .row .start-text h2 {
font-size: 30px; }

.fea-main .row .button a {
font-size: 14px; }

.fea-inner-main .fea-inner .text h4 {
font-size: 17px; }

.fea-inner-main .fea-inner .text p {
font-size: 17px; }

.why-main .b-center .head h2 {
font-size: 32px; }

.service-main .service-inner h4 {
font-size: 18px; }

.service-main .service-inner p {
font-size: 14px; }

.service-main .service-img {
margin-bottom: 80px; }

.value-main .value-inner h2 {
font-size: 32px; }

.value-main .value-inner p {
font-size: 16px; }

.value-main .value-inner a {
font-size: 14px; } }


@media (max-width: 1375px) {
.top-bar .logo::before{ left: -1142px;}

}

@media (max-width: 1370px) {
.top-bar .logo::before{ left: -1139px;}

}

@media (max-width: 1366px) {
.top-bar .logo::before{ left: -1135px;}

}



@media (max-width: 1360px) {
.top-bar .logo::before{ left: -1125px;}

}

@media (max-width: 1355px) {
.top-bar .logo::before{ left: -1122px;}

}

@media (max-width: 1350px) {
.top-bar .logo::before{ left: -1122px;}
.top-bar .nav-text ul li a{ font-size: 12px; padding: 13px 3px;}

}

@media (max-width: 1345px) {
.top-bar .logo::before{ left: -1120px;}

}

@media (max-width: 1340px) {
.top-bar .logo::before{ left: -1117px;}

}

@media (max-width: 1335px) {
.top-bar .logo::before{ left: -1115px;}

}



@media (max-width: 1330px) {
.top-bar .logo::before{ left: -1102px;}
.top-bar .nav-text ul li a{ font-size: 12px; padding: 13px 3px;}

}

@media (max-width: 1310px) {
.top-bar .logo::before{ left: -1082px;}

}

@media (max-width: 1300px) {
.top-bar .logo::before{ left: -1074px;}

}

@media (max-width: 1290px) {
.top-bar .logo::before{ left: -1064px;}

}

@media (max-width: 1280px) {
.top-bar .logo::before{ left: -1054px;}

}

@media (max-width: 1270px) {
.top-bar .logo::before{ left: -1044px;}

}

@media (max-width: 1260px) {
.top-bar .logo::before{ left: -1034px;}

}

@media (max-width: 1250px) {
.top-bar .logo::before{ left: -1024px;}
.top-bar .nav-text ul li a{ padding:13px 1px; font-size:10px;}
.top-bar .logo::before{ display:none;}

}

@media (max-width: 1240px) {
.top-bar .logo::before{ left: -1014px;}

}

@media (max-width: 1230px) {
.top-bar .logo::before{ left: -1000px;}

}





@media screen and (max-width: 1199px) {
.about-main .about-text h4 {
font-size: 19px; }

.about-main .about-text h2 {
font-size: 33px; }

.about-main .about-text p {
font-size: 14px; }

.about-intro .about-inner {
width: 100%; }

.cat-main .head h2 {
font-size: 32px; }

.cat-main .cat-inner .cat-img .cat-text h2 {
font-size: 18px; }

.cat-main .cat-inner .cat-img .cat-text p {
font-size: 15px; }

.fea-main {
padding: 0px 0 70px; }

.fea-inner-main .fea-inner .text h4 {
font-size: 15px; }

.fea-inner-main .fea-inner .text p {
font-size: 15px; }

.service-main .service-img {
margin-top: -140px; }

.why-main .b-center .head h2 {
font-size: 26px; }

.catl-main .catl-text .d-flex .actl-inf .text a {
font-size: 14px; }

.form-main .form-inner h4 {
font-size: 20px; }

.form-main .form-inner h2 {
font-size: 27px; }

.footer-main .footer-inner .mail-box .text-b p {
font-size: 12px; }

.footer-main .footer-inner .mail-box .text-b a {
font-size: 12px; } }


@media screen and (max-width: 1095px) {
.about-main .about-text h4 {
font-size: 14px; }

.about-main .about-text h2 {
font-size: 25px; }

.about-main .about-text img {
padding: 15px 0; }

.about-main .about-text p {
font-size: 13px;
padding-bottom: 11px; }

.about-main .about-text a {
font-size: 12px; }

.about-intro .about-inner {
width: 105%; } }


@media screen and (max-width: 992px) {
.mobile_menus {
display: block !important; }

.d-menu {
display: flex;
justify-content: end;
align-items: center; }

.mob-menu {
display: none; }

.menu-mod {
display: block !important; }

.about-main .about-text h4 {
font-size: 18px; }

.about-main .about-text h2 {
font-size: 20px; }

.about-main .about-text p {
padding-bottom: 14px;
font-size: 14px;
max-width: none; }

.about-text {
padding: 25px 40px; }

.about-intro .about-inner {
margin-bottom: 20px; }

.cat-main .head h2 {
font-size: 30px; }

.cat-main .row {
justify-content: center; }

.fea-main .row .start-text h2 {
font-size: 25px; }

.fea-main .row .button a {
font-size: 13px; }

.fea-inner-main .row {
justify-content: center; }

.fea-inner-main .fea-inner {
margin-bottom: 30px; }

.fea-inner-main .fea-inner .text {
left: 25px; }

.fea-inner-main .fea-inner .text h4 {
font-size: 19px; }

.fea-inner-main .fea-inner .text p {
font-size: 16px; }

.service-main .service-inner {
margin-bottom: 35px; }

.service-main .service-img {
margin-top: -90px;
margin-bottom: 50px; }

.value-main .value-inner a {
margin-bottom: 20px; }

.catl-main .catl-img {
margin-top: 30px; }

.form-main .form-inner h4 {
font-size: 18px; }

.form-main .form-inner h2 {
font-size: 20px; }

.form-main .form-inner h4 {
font-size: 17px; }

.form-main .form-inner h2 {
font-size: 20px; }

.form-main .form-inner form input {
font-size: 14px;
line-height: 40px; }

.form-main .form-inner form button {
line-height: 42px;
font-size: 14px; }

.footer-main {
padding: 50px 0 30px; }

.footer-main .footer-inner {
margin-bottom: 20px; }

.footer-main .footer-inner .mail-box .text-b a {
font-size: 14px; }

.footer-main .footer-inner .mail-box .text-b p {
font-size: 13px; }

.cert-main .cert-inner ul li {
padding: 0 10px; }

.top-bar .logo {
text-align: center; } }


@media screen and (max-width: 768px) {
.cat-main .cat-inner .cat-img .cat-text {
bottom: 20px; }

.top-bar .top-left a span {
display: none; }

.top-bar .top-left a {
margin-right: 10px; }

.cat-main .cat-inner .cat-img .cat-text h2 {
font-size: 24px; }

.cat-main .cat-inner .cat-img .cat-text p {
font-size: 22px; }

.fea-main .row .start-text h2 {
font-size: 20px; }

.fea-main .row .button a {
font-size: 12px;
padding: 8px 15px; }

.why-main .row {
align-items: center; }

.why-main .b-center {
display: block; }

.why-main .b-center .head h2 {
font-size: 24px; }

.why-main .button a {
font-size: 14px; }

.catl-main .catl-text h4 {
font-size: 22px; }

.catl-main .catl-text h2 {
font-size: 35px; }

.catl-main .catl-text p {
font-size: 14px; }

.catl-main .catl-text .d-flex .actl-inf .text a {
font-size: 13px; }

.form-main .form-inner h4 {
font-size: 15px; }

.form-main .form-inner h2 {
font-size: 15px; }

.form-main .form-inner form input {
font-size: 13px;
line-height: 35px;
width: 65%; }

.form-main .form-inner form button {
line-height: 40px;
font-size: 13px; }

.footer-bottom .footer-left {
text-align: center; }

.footer-bottom .b-t .footer-right {
text-align: center; } 
footer{ background-size:cover;}


.carousel-control-prev-icon{
    position:relative;
    background-image:none;
}

.carousel-control-prev-icon::after{
    left: 0px;
 
}

.carousel-control-next-icon::after{
    right: 0px;
}
.carousel-control-next-icon{
    position:relative;
 background-image:none;
}



}


@media screen and (max-width: 575px) {
.top-bar .top-right h4 span {display: none; } 
.top-bar .top-left{ display:none;}

.carousel-control-prev-icon{
    position:relative;
    background-image:none;
}

.carousel-control-prev-icon::after{
    left: 0px;
 
}


.carousel-control-next-icon::after{
    right: 0px;
}

.carousel-control-next-icon{
    position:relative;
 background-image:none;
}



}


@media screen and (max-width: 375px) {
.about-main .about-text h4 {
font-size: 12px; }

.about-main .about-text h2 {
font-size: 16px; }

.about-main .about-text p {
font-size: 13px; }

.about-main .about-text a {
font-size: 11px; }

.about-intro .about-inner {
text-align: center; }

.cat-main .cat-inner .cat-img .cat-text {
bottom: 15px; }

.cat-main .cat-inner .cat-img .cat-text h2 {
font-size: 16px; }

.cat-main .cat-inner .cat-img .cat-text p {
font-size: 16px; }

.cat-main .head h2 {
font-size: 25px; }

.fea-main .start-text {
text-align: center; }

.fea-main .row .button {
text-align: center; }

.fea-main .row .button a {
margin-top: 14px;
display: inline-block; }

.why-main .head {
text-align: center; }

.why-main .button {
text-align: center; }

.why-main .button a {
margin-top: 14px;
display: inline-block;
padding: 8px 15px; }

.value-main .value-inner h2 {
font-size: 25px; }

.value-main .value-inner p {
font-size: 14px; }

.value-main .value-inner a {
font-size: 13px; }

.catl-main .catl-text h4 {
font-size: 16px; }

.catl-main .catl-text h2 {
font-size: 26px; }

.catl-main .catl-text p {
font-size: 13px; }

.catl-main .catl-text .d-flex .actl-inf .text a {
font-size: 10px; }

.catl-main .catl-text .d-flex .actl-inf .img img {
width: 90%; }

.catl-main .catl-text .d-flex .actl-inf .text {
margin-left: 10px; }

.cert-main .cert-inner ul li {
padding: 0 3px; }

.form-main .form-inner h4 {
font-size: 13px; }

.form-main .form-inner h2 {
font-size: 13px; }

.form-main .form-inner form input {
font-size: 11px;
line-height: 30px;
width: 55%; }

.form-main .form-inner form button {
line-height: 33px;
font-size: 11px;
margin-left: 5px; }

.footer-main .head h2 {
font-size: 17px; }

.cat-main {
padding: 40px 0; } 
.top-bar .logo::before{ display:none;}
.top-bar .nav-text ul li a{ font-size: 8px;}
}

/*# sourceMappingURL=main.css.map */













