 html{
    overflow-x: hidden;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
}

.banner{
    width: 100%;
    height: auto;
    border-bottom: solid 0.5px #9f9f9f;
}

.logo{
    margin-top: 30px;
    float: right;
}
.logo img{
    float: left;
    height: auto;
    margin-bottom: 15px;
}
.header2 {
    width: 85%;
    float: right;
    height: auto;
    margin-top: 30px;
}
.activeli{
    text-decoration: none;
    padding: 20px;
    color: white !important;
    font-weight: 700;
}
.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 60px;
    padding-right: 0px;
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
.header_menu_area > ul > li > a {
    list-style: none;
    text-decoration: none;
    padding: 20px 10px;
    color: white;
     transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
     
.header_menu_area > ul > li > a:hover {
/*    color: color: #ffff;;*/
    color: #ED1B24 !important;
     transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
}











@media (max-width: 1024px) {


.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}
.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    float: right;
    width: 35px;
    height: 28px;
    margin: 0px 30px;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: white;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
    visibility: hidden;
    opacity: 50;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 100px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 55px;
    padding-bottom: 35px;
    background: #ED1B24;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}




.header_user_area {
    right: calc(5% + 70px);
}


.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    margin-bottom: -13px;
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 17px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 400;
    color: black;
    border-bottom: 5px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px 15px 15px 0px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
.header_menu_area > ul > li > a:hover {
    
    color: white !important;
 }

.activeli{
    color: white!important;
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: #0a3b85; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 108px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: #000000;
    background: #fff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
}


.header{
    width: 100%;
    float: left;
    background-image: url('../images/head.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 70px;
    position: relative;
}



.head-txt-bx{
 width: 100%;   
 float: left;
 height: auto;
}
.head-txt-bx h1{
font-size: 45px;
font-weight: 600;
color: #ffff;
line-height: 65px;
margin-bottom: 40px;
margin-top: 120px;
}
.head-txt-bx p{
font-size: 18px;
font-weight: 400;
color: #ffff;
text-align: justify;
margin-bottom: 40px;
line-height: 37px;
}
.head-txt-bx a{
    text-decoration: none;
}
.btn1{
    width: 150px;
    padding: 10px;
    color: #ED1B24;
    background-color: #ffff;
    border-radius: 10px 0px 10px 0px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    text-decoration: none !important;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn1:hover{
    background-color: #ED1B24;
    color: #ffff;
    text-decoration: none !important;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}








.head-mid-bx{
    width: 100%;
    float: left;
    border-radius: 10px 0px 0px 10px;
    padding: 25px 20px;
    box-shadow: 3.4px 6.9px 6.9px hsl(0deg 0% 0% / 0.39);
    position: relative;
    z-index: 111111111;
    margin-top: -60px; 
    background-color: #fff;
}
.head-mid-bx1{
    width: 100%;
    float: left;
    height: auto;
    padding-right: 10px;
    border-right: 3px dotted #ED1B24;
}
.head-mid-bx1 img{
    width: 70px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.head-mid-bx1 h3{
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #ED1B24;
    margin-bottom: 10px;
}
.head-mid-bx1 p{
    font-size: 18px;
    font-weight: 400;
    color: black;
    width: 100%;
    text-align: justify;
}


.head-mid-bx2{
    width: 100%;
    float: left;
    height: auto;
    padding-right: 10px;
/*    border-right: 3px dotted #ED1B24;*/
}
.head-mid-bx2 img{
    width: 70px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.head-mid-bx2 h3{
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #ED1B24;
    margin-bottom: 10px;
}
.head-mid-bx2 p{
    font-size: 18px;
    font-weight: 400;
    color: black;
    width: 100%;
    text-align: justify;
}










.abt-us{
    width: 100%;
    float: left;
/*    background-image: url('../images/abt.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 70px 0px;
    position: relative;
}
.abt-img{
    width: 100%;
    float: left;
    height: auto;
}
.abt-img img{
    float: left;
    width: 100%;
}


.abt-txt-bx{
    width: 100%;
    float: left;
    height: auto;
}
.abt-txt-bx h6{
    font-size: 20px;
    color: #ED1B24;
    font-weight: 400;
    margin-bottom: 20px;
}
.abt-txt-bx h2{
    font-size: 35px;
    color: black;
    font-weight: 700;
    margin-bottom: 50px;
}
.abt-txt-bxs{
    width: 100%;
    float: left;
    height: auto;
}
.abt-txt-bxs h4{
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.abt-txt-bxs p{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: justify;
    text-align: justify;
}














.product{
    width: 100%;
    float: left;
    height: auto;
    background-color: #ED1B24;
    padding: 70px 0px;
}

.pr-hd{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.pr-hd h2{
    color: #ED1B24;
    font-size: 35px;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-text-stroke-width: 1px; 
            -webkit-text-stroke-color: white; 
}
.pr-hd a{
    color: white;
    font-size: 18px;
    font-weight: 400;
    float: right;
    margin-left: 25px;
    text-transform: capitalize;
    text-decoration: none;
}


.pr-bx1{
    width: 100%;
    float: left;
    height: auto;
    background-color: white;
    border-radius: 10px 0px 10px 0px;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: rgb(200, 208, 231) 3.2px 3.2px 8px 0px inset, rgb(255, 255, 255) -3.2px -3.2px 8px 0px inset;
}
.pr-bx1:hover{
    transform: scale(1.0) !important;
/*    margin-top: -20PX;*/
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.pr-img{
    width: 100%;
    float: left;
     margin-bottom: 90px;
}
.pr-img img{
    width: 88px;
    height: auto;
    float: left;
}
.pr-bx1 h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #ED1B24;
    margin-bottom: 20px;
}
.pr-bx1 h6{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.pr-bx1 p{
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: justify;
}
.btn2{
    width: 150px;
    padding: 10px;
    color: #ED1B24;
    background-color: #ffff;
    border-radius: 10px 0px 10px 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    text-align: center;
    text-decoration: none !important;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn2 a{
    text-decoration: none !important;
}

.btn2 a:hover{
    text-decoration: none !important;
}

.btn2:hover{
    background-color: #ED1B24;
    border: solid 1px white;
    color: #ffff;
    text-decoration: none !important;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}












.sec5{
    width: 40%;
    float: left;
    height: auto;
    padding: 80px;
    background: rgb(2,0,36);
    background: linear-gradient(81deg, rgba(2,0,36,1) 0%,
     rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(0,0,0,1) 96%);
}
.sec5 h1{
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin-bottom: 45px;
    line-height: 45px;
}
.sec5 p{
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 35px;
    text-align: justify;
}


.sec5red{
    width: 25%;
    height: 300px;
    float: left;
    background-color: #ED1B24;
    padding: 33px;
}
.sec5red h3{
    font-size: 23PX;
    color: white;
    line-height: 45px;
    font-weight: 700;
}
.sec5red h2{
    font-size: 65PX;
    color: #9A0007;
/*    width: 100%;*/
    float: right;
    font-weight: 700;
    
}















.values{
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0px;
    background-color: #F6F6F6;
}
.values h1{
    width: 100%;
    float: left;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}
.val-bx{
    width: 100%;
    float: left;
    height: auto;
    border-right: solid 1px black;
}
.val-bx p{
    font-size: 20px;
    font-weight: 500;
    float: left;
    color: #ED1B24;
    text-align: justify;
    margin-top: 10px;
}
.val-bx img{
    width: 70px;
    float: left;
    height: auto;
    margin-right: 40px;
}












.good{
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0px;
    background-color: #F6F6F6;
}
.good h5{
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ED1B24;
    margin-bottom: 30px;
}
.good h1{
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ED1B24;
    margin-bottom: 30px;
}
.good span{
    color: black;
}
.good p{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: justify;
    color: black;
    line-height: 30px;
}
.gd-img{
    width: 100%;
    float: left;
    height: auto;
}
/*.gd-img img{
    width: 100%;
    float: left;
}*/
.gd-img {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes gd-img {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}













.prodct{
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0px;
    background-color: white !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.prodct h1{
    font-size: 35px;
    color: black;
    font-weight: 600;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize;
}
.prdt-bx{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    padding-bottom: 20px !important;
    background-color: white;
    margin-right: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px 0px 10px 0px;
    box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.2)  ; 
    -webkit-box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.2)  ; 
    -moz-box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.2)  ; 
}
.prdt-bx img{
    width: 75px!important;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    height: auto;
}
.prdt-bx h3{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}













.footer{
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0px;
    background-image: url('../images/ft.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0px !important;
}
.ft-1{
    width: 100%;
    float: left;
    height: auto;
}
.ft-1 img{
    width: 150px;
    float: left;
    height: auto;
    margin-bottom: 30px;
}
.ft-1 p{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    float: left;
    width: 100%;
    color: white;
    margin-bottom: 30px;
}
.social{
    width: 100%;
    float: left;
    height: auto;
}
.social img{
    width: 30px;
    float: left;
    margin-right: 20px;
    height: auto;
}

.social img:hover{
   transform: scale(1.2);
   transition: 0.3s;
}







.ft-2 h1 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-top: 33px;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.ft-2 a{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
    width: 100%;
    color: white;
    margin-bottom: 15px;
}


.ft-2 a:hover{
    font-weight: 600;
    transition: 0.3s;
}




.ft-3 h1 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-top: 33px;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.ft-3 a{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
    width: 100%;
    color: white;
    margin-bottom: 20px;
}
.ft-3 img{
    float: left;
    margin-right: 10px;
    width: 25px;
}
.ft-3 p{
    padding-left: 35px;
    
}


.pro{
    width: 100%;
    border-top: 1px solid white;
    padding: 50px 0px;
}





.pro a{
    width: 100%;
    
    text-align: center;
    float: left;
    text-decoration: none;
    color: white;
}












.header-abt{
    width: 100%;
    float: left;
    background-image: url('../images/abt-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 70px;
    position: relative;
}
.header-abt h1{
    font-size: 40px;
    font-weight: 800;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
}









.abt-1{
    width: 100%;
    float: left;
    padding: 70px 0px;
    height: auto;
}
.abt1-txt-bx{
    width: 100%;
    float: left;
    height: auto;
}
.abt1-txt-bx h5{
    width: 100%;
    float: left;
    font-size: 20px;
    color: black;
    font-weight: 500;
    text-decoration: 2px #ED1B24 underline;
    text-underline-offset: 5px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 50px;
}
.abt1-txt-bx span{
    color: #ED1B24;
    text-transform: uppercase;
}
.abt1-txt-bx h3{
    font-size: 30px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    color: black;
}
.abt1-txt-bx p{
    font-size: 18px;
    color: black;
    font-weight: 400;
    height: auto;
    margin-bottom: 40px;
    line-height: 35px;
    text-align: justify;
}
.abt1-img-bx{
    width: 100%;
    float: left;
    padding: 50px;
    margin-top: 140px;
}
.abt1-img-bx img{
    width: 100%;
    float: left;
}









.abt1-sml{
    width: 100%;
    float: left;
    height: auto;
    padding-top: 10px;
    cursor: pointer;
    border-top: solid 2px #ECACAE;
}
.abt1-sml img{
    float: left;
    width: 70px;
    height: auto;
    margin-right: 10px;
    margin-top: 10px;
}
.abt1-sml h6{
    font-size: 20px;
    font-weight: 600px;
    color: black;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.abt1-sml p{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: black;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: justify;
}


.abt1-sml:hover{
    border-top: solid 2px #ED1B24;

   /*box-shadow: 2px 1px 29px -8px rgba(196,196,196,0.75);
-webkit-box-shadow: 2px 1px 29px -8px rgba(196,196,196,0.75);
-moz-box-shadow: 2px 1px 29px -8px rgba(196,196,196,0.75);*/
}












.company{
    width: 100%;
    float: left;
    height: auto;
    background-color: #F5F5F5;
    padding: 70px 0px;
}
.mis-img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 10px 0px 10px 0px;
 -webkit-box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.14); 
box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.14);
}
.mis-img img{
    width: 100%;
    float: left;
    height: auto;
    border-radius: 10px 0px 10px 0px;
}


.misbx-1{
    width: 100%;
    float: left;
    background-color: white;
    padding: 20px;
    border-radius: 10px 0px 10px 0px;
     -webkit-box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.14); 
box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.14);
}
.misbx-1 img{
    width: 55px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}
.misbx-1 h5{
    width: 100%;
    float: left;
    height: auto;
    text-transform: capitalize;
    text-align: center;
    color: black;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.misbx-1 p{
    width: 100%;
    float: left;
    height: auto;
    text-transform: capitalize;
    text-align: justify;
    color: black;
    font-size: 18px;
    font-weight: 400;
}




.chore-bx{
    width: 100%;
    float: left;
    background-color: white;
    padding: 20px;
    border-radius: 10px 0px 10px 0px;
     -webkit-box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.14); 
box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.14);
}
.chore-bx img{
    width: 55px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}
.chore-bx h5{
    width: 100%;
    float: left;
    height: auto;
    text-transform: capitalize;
    text-align: center;
    color: black;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.chore-bx p{
    width: 100%;
    float: left;
    height: auto;
    text-transform: capitalize;
    text-align: center;
    text-align: justify;
    color: black;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
}
.ch-bx{
    width: 100%;
    float: left;
}
.ch-bx h6{
    float: left;
    height: auto;
    text-transform: capitalize;
    text-align: center;
    color: black;
    font-size: 18px;
    margin-bottom: 33px;
    font-weight: 400;
}
.round{
    width: 15px;
    height: 15px;
    border: 3px solid #ECACAE;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
/*.round p{
    width: 100%;
    float: left;
    font-size: 18px;
    color: black;
    font-weight: 400;
}*/

















.inov{
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0px;
    background-image: url('../images/inov.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inov-bx{
    width: 50%;
    float: left;
    background-color: white !important;
    padding-left: 90px;
    padding-top: 50px;
    padding-right: 90px;

}
.inov-bx h3{
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    float: left;
    color: white;
    line-height: 60px;
    margin-bottom:40px;
}
.inov-bx p{
    font-size: 18px ;
    color: black;
    float: left;
    font-weight: 400;
    text-align: justify;
    color: white;
    line-height: 35px;
}
.inov-img {
    width: 50%;
    float: left;
    height: auto;
}
.inov-img img{
    width: 100%;
    float: left;
    height: auto;
}









.our-pro{
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0px;
}
.our-pro-bx-img {
    width: 100%;
    float: left;
    padding: 128px;
    height: auto;
    margin-top: -117px;
}
.our-pro-bx-img img{
    width: 100%;
    float: left;
    height: auto;
}


.our-pro-bx-txt{
    width: 100%;
    float: left;
    height: auto;
}
.our-pro-bx-txt h6{
    font-size: 20px;
    font-weight: 500;
    float: left;
    color: #ED1B24;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.our-pro-bx-txt p{
    font-size: 18px;
    font-weight: 400;
    float: left;
    line-height: 35px;
    text-align: justify;
    color: black;
    text-transform: capitalize;
    margin-bottom: 30px;
}


.our-pro-bx-txt-sml{
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 25px;
}
.our-pro-bx-txt-sml img{
    width: 20px;
    float: left;
    height: auto;
    margin-right: 20px;
}
.our-pro-bx-txt-sml h2{
    font-size: 15px;
    font-weight: 600;
    color: black;
    float: left;
}












.choose{
    width: 100%;
    float: left;
    background-image: url('../images/chs.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 70px 0px;
    position: relative;
}
.chose-bx-1{
    width: 100%;
    float: left;
    height: auto;
}
.chose-bx-1 h2{
    width: 100%;
    float: left;
    font-size: 35px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.line{
    width: 200px;
    height: 5px;
    background-color: #ED1B24;
    float: left;
    margin-bottom: 30px;
    border-radius: 20px;
}

.chose-bx-1 p{
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: white;
    margin-bottom: 0px;
}




.chose-bx-2{
    width: 100%;
    float: left;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
}



.chose-sml{
    width: 100%;
    float: left;
    height: auto;
    margin-top: 10px;
}
.chose-sml img{
    width: 100%;
    float: none;
}
.chose-sml h4{
    width: 100%;
    float: left;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-top: 10px;
}















.pvc{
    width: 100%;
    float: left;
    height: auto;
    background-color: #fafafa;
    padding: 70px 0px;
}

.pvc h5{
    color: #ED1B24;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.pvc p{
    color: black;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: justify;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 50px;
}









.pvc-bx{
    width: 100%;
    float: left;
    height: 330px;
    padding: 40px 30px;
    background-color: #F5F5F5;
    border-radius: 10px 0px 10px 0px;
    border: solid 3px white;
    box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.2);
}
.pvc-bx img{
    width: 160px ;
    height: auto;
    float: none;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
}
.pvc-bx h3{
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ED1B24;
}

.pvc-bx p{
    width: 100%;
    float: left;
    text-transform: capitalize;
    text-align: justify;
    font-size: 18px;
    color: black;
     padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
.pvc-bx span{
    font-size: 20px;
    color: #ED1B24;
}
















.owl-prev{
    margin-left: -95px;
    margin-top: -197px;
    float: left;
}
.owl-next{
    margin-right: -95px;
    margin-top: -197px;
    float: right;
}











.cnt{
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0px;
    padding-bottom: 0px;
}







.contact{
    width: 100%;
    float: left;
}
.contact img{
    width: 75px;
    float: left;
}
.contact h1{
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    color: black;
}
.contact p{
    width: 100%;
    float: left;
    text-align: justify;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 35p;
    color: black;
}
.contact span{
    color: #ED1B24;
    font-weight: 500;
}














.abt-adr{
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0px;
}
.adr{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.adr img{
    width: 100%;
    float: left;
    margin-top: 10px;
    height: auto;
/*    margin-right: 15px;*/
}
.adr h3{
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}
.adr p{
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    text-align: justify;
}






.gt{
    width: 100%;
    float: left;
    border: solid 1px #CECECE;
    padding: 30px 20px;
    border-radius: 20px;
    margin-top: 90px;
}

.fn{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.fn h3{
     width: 100%;
    float: left;
    font-size: 17px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
}
.fn1{
    width: 100%;
    float: left;
    border-radius: 10px;
    border: solid 1px #b0aaaa;
    height: 50px;
    margin-bottom: 50px;
    padding-left: 5px;
}

.mct_form{
    border: solid 1px #CECECE;
    border-radius: 10px;
}




.btn3{
    width: 150px;
    padding: 10px;
    color: #ED1B24;
    background-color: #ffff;
    border-radius: 10px 0px 10px 0px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    background-color: #ED1B24;
    color: white; margin-bottom: 0px;
    text-decoration: none !important;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn3:hover{
    background-color: white;
    color: #ED1B24;
    border: solid 1px #ED1B24;
    text-decoration: none !important;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



/*style="background-color: #ED1B24;
    color: white; margin-bottom: 0px;
    "
*/












/*..media..*/

@media (min-width: 300px) and (max-width: 570px) {
     .header{
    background-position: top;
   } 
   .header2{
    width: 50% !important;
   }
   .logo{
    margin-left: 15px;
   }
   .pr-hd h2{
    text-align: center;
    width: 100%;
   }
   .pr-hd a{
    display: none;
   }
   .val-bx{
    border-right: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 265px;
    margin-top: 30px;
   }
   .good p{
    margin-bottom: 50px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-right: 0px;
    margin-left: 70px;
    margin-bottom: 50px;
   }
   .footer{
    background-position: center;
    height: auto;
   }
   .sec5{
    width: 100%;
   }
   .sec5red{
    width: 50%;
    border-bottom: solid 1px black;
   }
   .inov-bx{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
   }
   .inov-img{
    width: 100%;
   }
   .adr img{
    width: 100% !important;
    padding: 100px;
    margin-left: 0px;
   }
   .pvc-bx{
    height: auto;
   }
}
















@media  (min-width: 400px) and (max-width: 575px){
   .header{
    background-position: top;
   } 
   .header2{
    width: 70%;
   }
   .logo{
    margin-left: 15px;
   }
   .pr-hd h2{
    text-align: center;
    width: 100%;
   }
   .pr-hd a{
    display: none;
   }
   .val-bx{
    border-right: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 265px;
    margin-top: 30px;
   }
   .good p{
    margin-bottom: 50px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-right: 0px;
    margin-left: 70px;
    margin-bottom: 50px;
   }
   .footer{
    background-position: center;
    height: auto;
   }
   .sec5{
    width: 100%;
   }
   .sec5red{
    width: 50%;
    border-bottom: solid 1px black;
   }
   .inov-bx{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
   }
   .inov-img{
    width: 100%;
   }
   .adr img{
    width: 100% !important;
    padding: 100px;
    margin-left: 0px;
   }
   .pvc-bx{
    height: auto;
   }
}














@media (min-width: 576px) and (max-width: 767px){
    .header{
    background-position: top;
   } 
   .header2{
    width: 67%;
   }
   .logo{
    margin-left: 15px;
   }
   .pr-hd h2{
    text-align: center;
    width: 100%;
   }
   .pr-hd a{
    display: none;
   }
   .val-bx{
    border-right: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 265px;
    margin-top: 30px;
   }
   .good p{
    margin-bottom: 50px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-right: 0px;
    margin-left: 70px;
    margin-bottom: 50px;
   }
   .footer{
    background-position: center;
    height: auto;
   }
   .sec5{
    width: 100%;
   }
   .sec5red{
    width: 50%;
    border-bottom: solid 1px black;
   }
   .pvc-bx{
    height: auto;
   }

}










@media (min-width: 768px) and (max-width: 991px){
    .header{
    background-position: top;
   } 
   .header2{
    width: 65%;
   }
   .logo{
    margin-left: 15px;
   }
   .pr-hd h2{
    text-align: center;
    width: 100%;
   }
   .pr-hd a{
    display: none;
   }
   .val-bx{
    border-right: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 265px;
    margin-top: 30px;
   }
   .good p{
    margin-bottom: 50px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-right: 0px;
    margin-left: 70px;
    margin-bottom: 50px;
   }
   .footer{
    background-position: center;
    height: auto;
   }
   .sec5{
    width: 100%;
   }
   .sec5red{
    width: 50%;
    border-bottom: solid 1px black;
   }
   .pvc-bx{
    height: auto;
   }
}







@media (min-width: 992px) and (max-width: 1024px){
    .header2{
        width: 84%;
    }
     .header{
    background-position: top;
   } 
   .sec5{
    width: 100%;
   }
   .gd-img{
    margin-top: 60px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-bottom: 30px;
   }
   .footer{
    background-position: center;
   }
   .pvc-bx{
    height: auto;
   }
}

















@media (min-width: 1024px) and (max-width: 1099px){
   .header2{
        width: 84%;
    }
     .header{
    background-position: top;
   } 
   .sec5{
    width: 100%;
   }
   .gd-img{
    margin-top: 60px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-bottom: 30px;
   }
   .footer{
    background-position: center;
   } 
   .pvc-bx{
    height: auto;
   }
}















@media (min-width: 1100px) and (max-width: 1200px){
  .header2{
        width: 84%;
    }
     .header{
    background-position: top;
   } 
   .sec5{
    width: 100%;
   }
   .gd-img{
    margin-top: 60px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-bottom: 30px;
   }
   .footer{
    background-position: center;
   }   
   .pvc-bx{
    height: auto;
   }
}
















@media (min-width: 1024px) and (max-width: 1500px){
     .header2{
        width: 84%;
    }
     .header{
    background-position: top;
   } 
   .sec5{
    width: 100%;
   }
   .gd-img{
    margin-top: 60px;
   }
   .prdct{
    background-position: center;
   }
   .prdt-bx{
    margin-bottom: 30px;
   }
   .footer{
    background-position: center;
   } 
   .pvc-bx{
    height: auto;
   }  
}