@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
body{
	font-family: 'Noto Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	overflow-x:hidden;
    font-weight: 500;
    font-style: normal;
    font-stretch:normal;
}

a, :before, :after, .btn {
	-webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.top-grad{position:relative; overflow-y:hidden !important; }
.top-grad:before{
	content:"";
	left:0;
	top:-24px;
	width:100%;
	height:30px;
	z-index:1;
	position:absolute;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); 
}

p {line-height: 24px; font-size: 15px; font-weight:500; color: #6D6D6D; }
strong{font-weight: 600;}

.bg-1{background-color:#EEEEEE; }
.bg-2{ background: rgb(164,206,139);
background: radial-gradient(circle, rgba(164,206,139,1) 0%, rgba(222,220,131,1) 100%); }
.bg-3{background-color:#333333; }
.z-ind{z-index:1;}
.text-black{color:#000 !important; }
.bdr-l{border-left:solid 1px #ccc}
.btn-read{font-family: 'Montserrat Subrayada', sans-serif; font-size:13px; font-weight:400; position:relative; }
.btn-read:before{content: "\f101"; position: absolute; font-family: 'FontAwesome'; left: 100%; font-size: 20px; color: #e3000f; top: -7px; opacity:0; }
.btn-read:hover:before{opacity:1; left: 110%;}

.header-top .nav-item{font-size:13px; color:#e3000f; padding-top:4px; padding-bottom:4px; }
.header-top .nav-item a.d-block{color:#666; font-size:16px; }
.header-top .nav-item .fa-lg{font-size:22px; }
.header-top .nav-item.parts{color:#000; font-size:14px; font-weight:600; }

.main-menu.navbar-light{padding:0 !important; margin:0; box-shadow:none; border-top: solid 1px rgba(101, 101, 101, 0.5); }
.main-menu.navbar-light .navbar-nav .nav-item .nav-link {font-size:14px; font-weight:600; color:#333; padding:19px 50px; position:relative; z-index:1; }
.main-menu.navbar-light .navbar-nav li + li .nav-link {border-left:solid 1px rgba(101, 101, 101, 0.5); }
.main-menu.navbar-light .navbar-collapse{}
.main-menu.navbar-light .navbar-brand{padding-left:1rem; }
.main-menu.navbar-light .navbar-toggler{padding:15px 12px; margin:0px 14px; }
.main-menu .navbar-nav .nav-link:before {
    background: #e3000f;
    border-radius: 100%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-top: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    z-index:-1;
}
.main-menu.navbar-light .dropdown-menu a:before {
    content: '\f0da';
    position: absolute;
    font-family: 'fontawesome';
    top: 12px;
    left: -7px;
    color: #FFFFFF;
    opacity: 0;
}
.dropdown-item, .main-menu .navbar-nav .nav-link:before{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-menu.navbar-light .dropdown-menu a:hover:before {left: 20px; opacity: 1; }
.main-menu.navbar-light .navbar-nav li:hover .nav-link{color:#FFF !important; }
.main-menu.navbar-light .navbar-nav li:hover .nav-link:before {height: 220px;margin-top: 0;-webkit-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; width: 240px;}
.main-menu.navbar-light .dropdown-menu{background:#e3000f; border-radius:0; border:none; }
.main-menu.navbar-light .dropdown-menu a{font-size:14px; font-weight:500; color:#FFF !important; display:block; padding:12px 24px; position:relative; }
.main-menu.navbar-light .dropdown-menu a:hover{box-shadow:none; background-color:transparent;  padding:12px 14px 12px 34px; }
.main-menu.navbar-light .dropdown-menu a + a {border-top:solid 1px rgba(101, 101, 101, 0.35); }
.main-menu.navbar-light .navbar-toggler{color:#798080;font-size:15px;font-weight:500;cursor:pointer}
.main-menu.navbar-light .navbar-toggler strong{position:relative;top:-7px;padding-right:4px}

#nav-icon3{width:32px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}
#nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#2e2e2e;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
#nav-icon3 span:nth-child(1){top:0}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:9px}
#nav-icon3 span:nth-child(4){top:18px}
.navbar-toggler.open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.navbar-toggler.open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.navbar-toggler.open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.navbar-toggler.open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}


.welcome h1 small{font-size:16px; color:#666666; display:block; font-weight:600; }
.welcome h1 {font-size:50px; color:#e3000f; font-weight:600; }
.welcome h1 span{font-size:25px; color:#262626; display:block; }
.welcome a{color:#262626 !important; }
.welcome p{font-size:15px; font-weight:500; }

.industries h2, .home-prod h4{font-family: 'Montserrat Subrayada', sans-serif; font-size:25px; font-weight:400; color:#262626; text-align:center; padding:16px 0px 20px 0px; }
.industries .figure-caption{color:#565656; font-size:15px; font-weight:600; }  
.industries .figure .figure-img{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(136,136,136,0.65);
	-moz-box-shadow: 0px 0px 7px 1px rgba(136,136,136,0.65);
	box-shadow: 0px 0px 7px 1px rgba(136,136,136,0.65);
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
}

.values h4{color:#e3000f; font-weight:600; margin:28px auto 26px auto; }
.values a{color:#e3000f;}

.home-prod h4{color:#FFF; }
.home-prod .card h5{margin-bottom:0; color:#444444; line-height:22px; font-weight:600; font-size:17px;}
.home-prod .card img {border-radius:0; }

.contact .form h3 {font-weight:500; text-align:center; color:#333333; font-size:32px; padding:10px 0px 30px 0px; }
.contact .card-body h5 {font-weight:600; color:#FFF; }
.contact .card-body p {color:#f0fff8; padding-bottom:10px; }
.contact .card-body p strong{display:block; color:#FFF; font-size:14px;}
.contact .form .form-control{border:solid 2px #CCCCCC; height:54px; border-radius:5px; font-size:13px; font-weight:600; font-family: 'Montserrat', sans-serif; }
.contact .form textarea.form-control{height:96px; resize:none; }
.contact .form .form-group{margin-bottom:10px; }
.submit{font-weight:500; height:52px; border-radius:5px;  }
.contact .form .form-control:focus{box-shadow:none; border-color:#5aa887; }

footer p, footer a{font-size:14px; color:#f0fff8;  }
footer a:hover {color:#FFF; text-decoration:underline; }
.footer-top ul.social, .footer-top ul.social li{display:inline-block;}
.footer-top ul.social li a{padding:5px; width:28px; display: inline-block; text-align:center; margin-right:5px;}
a.facebook:hover { background: #3b5998; color: #FFF; }
a.linkedin:hover { background: #0077B5; color: #FFF; }
a.twitter:hover { background:  #0084b4; color: #FFF; }
a.google:hover { background: #d34836; color: #FFF; }
.btn-default {font-weight:500; }

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999;}
#status{left:50%; top:50%; position:absolute; -webkit-transform:translate(-50%, -50%) rotate(18deg); -ms-transform:translate(-50%, -50%) rotate(18deg); transform:translate(-50%, -50%) rotate(18deg); background:url(../images/loader.svg) center center no-repeat; width:76px; height:76px; }


.sub-banner{min-height:250px; }

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {content: none; } 
.bc-icons-2 .breadcrumb-item.active, .bc-icons-2 .breadcrumb-item a{color: #333; } 

.welcome .contact h5, .welcome .contact p{color: #6D6D6D; }
.welcome .contact .card-body p strong{display:block; color: #6D6D6D; }

.contact_us iframe{display:block; height:396px; width:100%; border:none; padding:3px 0; }

.card .card-body h3, .card .card-body h4{font-weight:600; font-size: 20px; }
.card .card-body h4{color:#333;}


.file-field input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    z-index:1;
}

.file-field.big .file-path-wrapper {height: 3.2rem; }
.file-field.big .file-path-wrapper .file-path {height: 2.3rem; }  
.file-field input.file-path {width: calc(100% - 86px);}
.cote{width:100%; padding: 15px 0px 10px 32px; text-align:center; position:relative; }
.cote:before {
    top: 5px;
    left: -5px;
    content: "\201C";
    width: 62px;
    height: 35px;
    color: #dadada;
    line-height: 90px;
    font-size: 100px;
    font-family: 'ABeeZee', sans-serif;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 111;
}
.cote h6 {
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 45px;
    line-height:40px;
    font-weight: 400;
    color: #262626;
    text-align: center;
    padding: 0px;
    margin:0px;
}
.cote h6 strong{font-family: 'Montserrat', sans-serif; font-weight:500; font-size:35px; line-height:55px;}
.cote p{margin:0; font-size:15px;}
.industries01{width:100%; position:relative; text-align:center; padding-top: 20px;}
/*.industries i{color:#e3000f; font-size:40px;}*/
.industries01 h4 {
    color: #e3000f;
    font-weight: 600;
    margin: 20px auto 20px auto;
}
.bdrb-l {
    border-bottom: solid 1px #ccc;
}
.card-body h3{line-height: 24px;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #6D6D6D !important;
}
.card-body p{text-align:left;}
.green-gre {
    background: #ffffff!important;
    border-bottom: 1px solid #eee;
    border-radius: 0 !important;
    min-height: 122px;
    box-shadow: none !important;
}
.card.card-cascade .card-body {
    padding-top: 1.8rem;
    min-height: 200px;	
}
.gradient-card-header h2{font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px !important;
    color: #e3000f !important;
    padding: 0px !important;}
    .gradient-card-header i{color:#000;}	
    .green-gre p{text-align:center !important; color:#a9a9a9; margin-bottom:0;}
    .padhade{padding: 1.6rem 3rem 1rem 3rem !important}	
    .marb30{margin-bottom:30px;}
    .card-body ul{padding:0;}
    .card-body li{display:inline-block; line-height: 24px; padding-left:20px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6D6D;
        position:relative;}
        .card-body li:before{content:'\f00c'; color:#5AA887; font-size:15px; line-height:25px; left:0; top:0; font-family:'FontAwesome'; position:absolute;}
        .welcome h3{font-size:18px; font-weight:500; margin-bottom:10px;}
        .mart30{margin-top:30px;}
        .welcome h2{font-family: 'Montserrat Subrayada', sans-serif;
        font-size: 25px;
        font-weight: 400;
        color: #262626;
        text-align: center;
        padding: 0px 0px 20px 0px;}
        .pb-20{padding-bottom: 2rem!important; padding-top: 3rem!important;}
        .pbt-130{padding-bottom: 1.5rem!important; padding-top: 3rem!important;}
        .pdtb-31{padding-bottom: 1rem!important; padding-top: 3rem!important;}
        .product h2 {
            font-family: 'Montserrat Subrayada', sans-serif;
            font-size: 25px;
            font-weight: 400;
            color: #262626;
            text-align: center;
            padding: 0px 0px 20px 0px;
        }
        .industries h3 {
            color: #000;
            font-weight: 600;
            font-size:18px;
            margin: 15px auto 10px auto;
        }
        .industries p {text-align:justify;}
        .industries p>span{color: #000;
            text-transform: uppercase;
            font-size: 15px;}
            .owl-prod1 i{font-size:25px;}


            .product-list{
                width: 100%;
                margin-top: 20px;
            }
            .product-list ul {
                padding: 0;
                width: 100%;
                margin:0;
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
}	
.product-list li {
    display: inline-block;
    padding-left: 20px;
    font-size:15px;
    position: relative;
    padding: 10px 0px 10px 30px;
    margin-bottom: 11px;    
    box-shadow: 0px 0px 10px -1px #ccc;
    width: 100%;

}
.product-list li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 22px;
    color: #e3000f;
    left: 10px;
}

.quality h2 {
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #262626;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.quality h3 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 25px auto 10px auto;
}
.quality p{text-align:justify;}
.career h3{color:#fff !important;}
.owl-prod1 .item{margin:5px;}

.captcha-img{position:absolute; right:15px; top:15px;}
/*20-jun*/
table.table td
{padding: 5px;}
.industries h3 {
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #262626;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.industries a{color: #5AA887; font-weight:600; text-decoration:underline;}
.text-italic{font-style: italic;}
h1.main-text{font-size:2rem;}
.bg-4{background:#fbfbfb;}
.footer-top h4{text-transform:uppercase;font-size: 16px; color:#fff; line-height:24px; margin-bottom:10px; font-weight:600;}
.footer-top h6	{ 
    font-size: 16px;
    font-weight: 600;color: #fff;margin-bottom:10px;}
    .footer-top ul{list-style:none; padding:0;}
    .footer-top li a, .footer-top p{color: #f0fff8;
     line-height: 24px;
     font-size: 15px; padding-bottom:5px;
     font-weight: 500; margin-bottom:0;}
     .footer-top h5{color: #fff;line-height: 24px;
        font-size: 15px;
        font-weight: 600; margin-bottom:0;}
        .footer-top li a{ /*padding-bottom: 15px;*/ padding:5px 0px; display:block;}
        .footer-top a{color: #f0fff8;}
        .footer {
            border-top: 1px solid rgba(240, 255, 248, .2);
        }



        .abt-text{
            position: relative;
            height: 85%;
            box-shadow: 0px 15px 30px -20px rgba(19, 24, 33, 0.5);
            transition: 0.5s all;
            transform: translateY(0);
        }
        .abt-text:hover {
            box-shadow: 0px 25px 30px -25px rgba(19, 24, 33, 0.4);
            transform: translateY(-5px);
        }
        .abt-text img {
            border: 10px solid #EEEEEE;
            margin: -40px 0 0 0;
            background: #fff;
            padding: 15px;
            width: 100px;
        }
        .abt-text  p, .disclaimer p{text-align:justify;}
        .abt-text h4 {
            font-weight: 600 !important;
            font-family: 'Montserrat', sans-serif;
            font-size: 20px !important;
            color: #e3000f !important;
            padding: 0px !important; display:inline-block; margin:0 20px;
        }
        .disclaimer h1{font-size:23px;}
        .disclaimer h2{font-size:19px;text-align:left; padding:10px 0 0 0;}
        .disclaimer .product-list li {
            display: inline-block;
            padding-left: 20px;
            font-size: 15px;
            position: relative;
            padding: 0px 0px 0px 30px;
            margin-bottom: 11px;
            box-shadow: none; color:#6D6D6D;
            width: 100%;
        }
        .welcome.disclaimer h3{font-size:18px;}
        .welcome.disclaimer a {
            color: #5AA887 !important;
            font-weight: 600;
            text-decoration: underline;
        }
        .error-page h2{font-size:140px; line-height:155px; font-weight:700;margin-bottom:0px;color:#e3000f!important;text-shadow:0 5px 15px rgba(92, 165, 149, 0.46);}
        .error-page h3{font-weight:600; font-size:35px;color:#444;}
        #thanks{max-width: 750px;width:100%; background:#fff;padding: 80px 24px 50px 24px;text-align:center;/* min-height:456px; */border: 5px solid #cccccc;margin: 70px auto 20px auto;position: relative;box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.2);}
        #thanks h2{font-size: 60px;color: #444444;font-weight:700;margin-bottom: 0;text-transform: uppercase;letter-spacing: 1px;}
        #thanks p{font-size: 17px;padding: 7px 44px;color:#666;}
        #thanks svg{width: 130px;display:block;margin:0 auto 32px;position: absolute;top: -55px;background: #ffffff;padding: 0 10px;left: 0;right: 0;}
        #thanks .path{stroke-dasharray:0;stroke-dashoffset:0;stroke: #5aa887;}
        #thanks .path.circle{-webkit-animation:dash .9s ease-in-out;animation:dash .9s ease-in-out;}
        #thanks .path.line{stroke-dashoffset:1000;-webkit-animation:dash .9s .35s ease-in-out forwards;animation:dash .9s .35s ease-in-out forwards}
        #thanks .path.check{stroke-dashoffset:-100;-webkit-animation:dash-check .9s .35s ease-in-out forwards;animation:dash-check .9s .35s ease-in-out forwards}	
/* ==============================
     Responsive   
     ============================== */

     @media (min-width: 1200px) and (max-width: 1465px) {
       .main-menu.navbar-light .navbar-nav .nav-item .nav-link{padding:19px 20px;}	
   }
   @media only screen and (min-width: 1200px) {
     .main-menu.navbar-light .navbar-nav li.dropdown:hover .dropdown-menu{display:block;}
 }

 @media only screen and (max-width:1199px) {
   .header-top{border-bottom:solid 1px rgba(101, 101, 101, 0.5);  }
   .main-menu .navbar-nav .nav-link:hover:before{ width:100%; height:100%; }
   .main-menu .navbar-nav .nav-link:before{border-radius:0; left:0; top:0; transform: translate(0, -0); }
   .main-slider .caption h1{font-size:2vw;}
}



@media only screen and (max-width:767px) {
	.header-top .nav-item.bdr-l{border-left:none; padding-right:1.5rem;}
	footer p{text-align:center; }
	.social a{width:32px; margin-bottom:1rem; }
	#thanks{width:80%;}
}

@media only screen and (max-width:575px) {
	.header-top{display:none; }
    .navbar-brand img
    {height: 20px!important;}
	.main-menu.navbar-light .navbar-brand{margin:20px 0; }
	.main-menu.navbar-light .navbar-toggler{position:absolute; right:0; top: -72px; }
	.industries .figure, .owl-prod .item{margin-left:auto; margin-right:auto; display:block; max-width:320px; }
	.main-slider .caption h1{font-size:2vw;}
	
}
.iso-certi{ margin:20px 0px 20px 0px; padding:0px 0px; position:relative;}
.iso-certi img{ border:2px solid #efefef;}

.google-review{ margin:0px 0px; padding:0px 0px; position:relative;}
.google-review img{ background:#fff; padding:5px 18px; border:5px solid #598e78;}

/*--------------------------13-08-2021------------------------------*/
.whatsapp-call {
    z-index: 111;
    position: fixed;
    bottom: 22px;
    left: 22px;
    transition: 0.5s;
}
.whatsapp-call .whatsapp-call-icon {
    position: relative;
    z-index: 1;
}
.whatsapp-call .whatsapp-call-icon:before, .whatsapp-call .whatsapp-call-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgb(37 211 102 / 63%);
    border-radius: 50%;
    z-index: -1;
}
.whatsapp-call .whatsapp-call-icon:before, .headtop .call-icon:before, .headtop .wp-call-icon:before {
    animation: btn_ring_anim 2s linear infinite;
}
.whatsapp-call .whatsapp-call-icon a {
    background: #25d366;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    padding: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    margin: 0px 0 0 0;
    border-radius: 50%;
    border-right: none;
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    font-size: 40px;
}
@keyframes btn_ring_anim{
  0% { transform: scale(1); opacity:0.1 ;}
  50% { transform: scale(1.3); opacity:1; }
  100% { transform: scale(1.6); opacity:0; }
}
.trin-trin
{
animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.product-bg
{
    padding: 20px;
    border: 2px solid #e3000f;
    position: relative;
    background: #fff;
    box-shadow: 0 13px 22px rgba(28,15,52,.06);
}
.product-bg .tittle
{
    position: absolute;
    top: -18px;
    left: 20px;
    font-size: 25px;
    font-weight: 600;

}
.product-bg .tittle span
{background: #eaeaea; color: #e3000f; border-radius: 10px; padding-left: 15px; padding-right: 15px;}
.nav-tabs .nav-link.active {
  color: #333;
 background: radial-gradient(circle, rgba(164,206,139,1) 0%, rgba(222,220,131,1) 100%)!important;

}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: #333;
  text-transform: uppercase;
  margin-left: 5px;
  color: #fff;
  font-size: 13px;
  border: none!important;
}
.tab-pane
{padding-top: 30px;}
.tab-pane p
{font-size: 15px; font-weight: 400; line-height: 22px; color: #000;}
.tab-pane .alert-warning
{font-weight: 400; font-size: 14px;}
.img-box
{position: relative; border: 2px solid #eaeaea; padding: 10px;}
.presentation
{position: absolute; text-align: center; bottom: 0px; right: 0px; background: #e3000f; padding: 15px; color: #fff;}
.benefits li
{list-style: none; margin-bottom: 10px; font-size: 14px; font-weight: 400; display: flex;}
.benefits li:before
{
    content: "\f105";
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    color: #e3000f;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6
{font-weight: 700;}
.cta-call
{
    background-color: #003372;
border: 1px solid #4bafb4e8;
padding: 40px 0px;
-webkit-box-shadow: 10px 10px 11px -8px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 11px -8px rgba(0,0,0,0.26);
box-shadow: 10px 10px 11px -8px rgba(0,0,0,0.26);

}
.cta-call .container
{

display: flex;
align-items: center;
justify-content: space-between;
}
.call-btn
{
    padding-left: 30px;
}
.call-btn a
{
   
    font-size: 1.4rem;
    border-radius: 6px;
    animation-name: pulse;
 animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: #e3000f;

}
.hide-desk
{display: none!important;}

@media only screen and (max-width:991px) {
 .values .bdr-l{border-top:solid 1px #ccc; border-left:none; }
 .social a{width:24px; }
 .table{width:100%;}
 .abt-text{ height:auto;}
 
 .main-menu.navbar-light
 {border: none;}
 .cta-call .container
{flex-direction: column; text-align: center;}
.cta-call .left 
{margin-bottom: 30px;}
.call-btn a {
 
  font-size: 1.2rem;
  border-radius: 6px;
}
}
.sm{
    padding-left: 0px !important;
}
.ml-auto, .mx-auto {
    margin-left: 20% !important;
}
.logs{
   margin-left: -30px;
}
@media screen and (max-width: 650px){
    li.nav-item.pr-3.parts.d-xl-block.cer {
    display: none;
}
.pro{
    margin-top:-51px;
}
}
