@charset "utf-8";
/* @font-face {
    font-family: 'nimbus_sans_d_otlight';
    src: url('../fonts/nimbus_sans_light-webfont.woff2') format('woff2'),
         url('../fonts/nimbus_sans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
*{
margin: 0;
padding: 0px;
}
ol, ul, li{
list-style: none;
list-style-type: none;
margin:0px;
}
img {
max-width: 100%;
}
p{
    margin-bottom: 00.4rem;
}
body {
    font-size: 14px;
    color: #787878;
    line-height: 1.6em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: lato,sans-serif;
}
a.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
}
nav{
    background-color: #fff;
}
.navbar{
    padding: 1rem 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}
ul.navbar-nav li a {
    color:#011e58;
    font-size: 16px;
    font-weight: 700;
    font-family: lato,sans-serif;
}
ul.navbar-nav > li.nav-item.active a.nav-link{
    color: #e43229;
    font-size: 16px;
    font-weight: 700;
    font-family: lato,sans-serif;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit--transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
ul.navbar-nav > li.nav-item > a.nav-link:hover{
    color: #e43229;
    font-size: 16px;
    font-weight: 700;
    font-family: lato,sans-serif;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit--transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

a.btn.btn-success.getestbtn{
    background-color:#e43229;
    border-color: #e43229;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-family: lato,sans-serif;
    font-size: 14px;
}

a.btn.btn-success.getestbtn:hover{
    background-color:#011e58;
    border-color: #011e58;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-family: lato,sans-serif;
    font-size: 14px;
    -transition: all 0.5s ease-in;
    -webkit--transition: all 0.5s ease-in;
}

/* left-block */
.left-block{
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px #d8d8d8;
    -webkit-box-shadow: 0px 5px 20px 0px #d8d8d8;
    -moz-box-shadow: 0px 5px 20px 0px #d8d8d8;
}
/* categories */
.categories{
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px #d8d8d8;
    -webkit-box-shadow: 0px 5px 20px 0px #d8d8d8;
    -moz-box-shadow: 0px 5px 20px 0px #d8d8d8;
}
.categories h2 {
    padding: 20px 20px 0;
    font-size: 18px;
    /* font-weight: 600; */
    color: #333;
}
.categories-list{
    padding: 0 20px 20px 20px;
}
ul.categories-list li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
ul.categories-list li:before{
    color: #3476c0;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: -4px;
}
ul.categories-list li a {
    color: #33363c;
    /* font-weight: 600; */
}
ul.categories-list li a span{
color:#999;
}


/* footer css */
footer {
    background: #040c23;
}
section.footer1 {
    padding: 50px 0px 0;
}
section.footer2 {
    padding: 20px 0;
}
.copyright p {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
    /* font-weight: 600; */
}
.copyright p a{
    color: #b9b9b9;
}
.block1 h3 {
    color: #3476c0;
}
.block1 .text p{
    color: #b9b9b9;
    font-weight: 400;
}
.block1 .text p a {
    color: #b9b9b9;
    border: 1px solid #696969;
    padding: 14px 25px;
    border-radius: 4px;
}
.block1 .text p a:hover{
    text-decoration: none;
    color: #FFF;
    background-color: #df6512;
    border: 1px solid #df6512;
    transition: all 0.5s ease-in;
}
.block2 h3 {
    color: #fff;
}
.block3 h3 {
    color: #fff;
}
.block4 h3 {
    color: #fff;
}
.widgettitle h3{
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    border: 0;
    margin: 0 0 15px 0;
}
.block1 p i {
    position: absolute;
    margin-right: 21px;
    display: block;
    line-height: 21px;
    color: #3476c0;
}
.block1 p i.fa.fa-phone{
    font-size: 18px;
}
.block1 p span {
    padding-left: 20px;
    display: block;
    /* font-size: 15px; */
    color: #33363c;
    /* font-weight: 600; */
}
.block1 p span a{
    color: #33363c;
}
.block3 .address p {
    color: #b9b9b9;
    font-weight: 600;
}
.block3 .address p a {
    color: #e43229;
}
ul.footer-categories-list li{
    margin-bottom: 10px;
}
ul.footer-categories-list li a{
    color: #33363c;
    /* font-weight: 600; */
}
ul.footer-categories-list li a span{
    color:#999;
}
ul.recent-post li{
    margin-bottom: 10px;
}
ul.recent-post li a{
    color: #b9b9b9;
    font-weight: 600;
}
.block4 p{
    display: block;
    /* font-size: 15px; */
    color: #b9b9b9;
    /* font-weight: 600; */
}

.copyright {
    color: #b9b9b9;
    text-align: left;
    float: left;
}
.copyright p a{
    color: #b9b9b9;
}

/* footer social link */
ul.footer-social-links.clearfix{
    float: right;
}
ul.footer-social-links.clearfix li {
    display: inline-block;
    padding: 0 5px;
}
ul.footer-social-links.clearfix li a span{
    color: #b9b9b9;
}
ul.footer-social-links.clearfix li a span:hover{
    color: #df6512;
    transition: all 0.5s ease-in;
}



/*Menu scroll*/
/*Fixed Nav*/
.nav-position-fixed {
    position: fixed !important;
    left: 0px;
    /* background-color: #fff; */
    right: 0px;
    z-index: 100 !important;
    top: 0px !important;
    border: 0;
    border-radius: 0;
    animation: slide-down 0.7s;
    -webkit-transition:all 0.2s linear 0.02s;
    -o-transition:all 0.2s linear 0.02s;
    -moz-transition:all 0.2s linear 0.02s;
    transition:all 0.2s linear 0.02s;
    -webkit-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
    -moz-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
    box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
  }
  
  @keyframes slide-down {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 0.9;
      transform: translateY(0%);
    }
  }
  
  .innov-navbar {
    background-color: #ffffff;
    border: 0;
    margin-bottom: 0;
  }

  /*Scroll to top*/
.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px; 
    z-index: 9999999;
  }
  .scroll {
    position: absolute;
      right: 20px;
      bottom: 20px;
      background: #e43229;
      padding: 8px 10px;
      text-align: center;
      margin: 0 0 0 0;
      cursor: pointer;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      border-radius: 50%;   
  }
  .scroll:hover {
    background:rgba(178,178,178,1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;    
  }
  .scroll:hover .fa {
    padding-top:-10px;
  }
  .scroll .fa {
    font-size: 26px;
      margin-top: -4px;
      margin-left: 1px;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
    color: #ffffff;
  }
  /*Scroll to top*/


  /* layouts css */
  .top-block {
    background-color: #001e57;
}
.top-block .top-left {
    position: relative;
    float: left
}

.top-block .top-left .text:before {
    position: absolute;
    content: '';
    right: 0%;
    top: 0;
    height: 100%;
    width: 100000%;
    display: block;
    z-index: -1;
    background-color: #031331
}

.top-block .top-left .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    float: left;
    z-index: 1;
    font-weight: 400;
    padding: 8px 0;
    padding-right: 40px
}
/* top social */
.top-block .top-left .social-links {
    position: relative;
    float: left;
    padding: 12px 0;
    margin-left: 24px
}

.top-block .top-left .social-links li {
    position: relative;
    margin-right: 18px;
    display: inline-block
}

.top-block .top-left .social-links li a {
    position: relative;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.top-block .top-left .social-links li a:hover {
    color: #df6512
}

/* top right */
.top-right {
    position: relative;
    float: right;
}

.top-right .info-list {
    position: relative
}

.top-right .info-list li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding: 8px 0;
    margin-left: 24px
}

.top-right .info-list li a {
    color: #fff
}

.top-right .info-list li .icon {
    position: relative;
    margin-left: 8px;
    color: #df6512
}
ul.info-list.clearfix li a span.icon.fa.fa-phone {
    transform: rotate(253deg);
}

.top-right .info-list li a:hover .txt {
    color: #df6512;
    text-decoration: underline
}
/* aboutussection */
.top-aboutus {
   text-align: center;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 2;
}
.top-aboutus h1 {
    /* font-size: 40px;
    font-weight: 600;
    color: #001e57;
    margin-bottom: 15px;
    position: relative;
    display: block; */
    position: relative;
    display: block;
    font-size: 33px!important;
    line-height: 1.2em!important;
    color: #001e57!important;
    font-weight: 800!important;
    padding-bottom: 15px!important;
    margin-bottom: 15px;
}
.top-aboutus h1:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #d4332a;
}
.top-aboutus h1:before {
    left: 55%;
    margin-left: -70px;
}
.top-aboutus h1:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #e0e0e0;
}
.top-aboutus h1:after {
    left: 55%;
    margin-left: -70px;
}
.top-aboutus h1 span{
    color: #d4332a;
    font-size: 33px;
    font-weight: 600;
}
.rightabout-section {
    box-shadow: 0 0px 10px #dfdfdf;
    padding: 20px;
}
.rightabout-section h2 {
    font-size: 18px;
    font-weight: 700;
    color: #031331;
    text-transform: uppercase;
    /* padding: 20px 0 13px; */
}

hr.footer-divider {
    border-top: 1px solid #2d2d2d;
    margin-bottom: 30px;
}
hr.footer-divider-line {
    border-top: 2px solid #e43229;
    margin-bottom: 30px;
    width: 60px;
}

/* product-segments-area */
.product-segement-area {
    position: relative;
    padding: 90px 0 80px;
    margin: 0 30px;
    background-color: #001e57;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

.text-of-product .title h2 {
    position: relative;
    display: block;
    font-size: 44px!important;
    line-height: 1.2em!important;
    color: #fff!important;
    font-weight: 800!important;
    padding-bottom: 25px!important;
}
.text-of-product .title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background-color: #df6512;
}
.text-of-product .title h2:before {
    background-color: #df6512;
}
.text-of-product .title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
}
.text-of-product .title.light h2:after {
    background-color: #fff;
}
.text-of-product .text-area {
    padding: 35px 0;
}
.text-of-product .text-area p {
    color: #b5b5b5;
    font-weight: 600;
    font-size: 14px;
}

/* .navigation-arrow {
    width: 6%;
    margin: auto;
    display: block;
    position: relative;
    float: right;
} */
.navigation-arrow{
    width: 6%;
    margin: auto;
    display: block;
    position: absolute;
    float: right;
    top: 200px;
    right: 60px;
}
.swiper-button-prev, .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 15px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
/* .swiper-button-prev, .swiper-button-next{
    margin-top: -350px;
} */
.swiper-button-prev.left:after {
    content: '';
    position: absolute;
    border: 1px solid #253a63;
    height: 22px;
    left: 77%;
    bottom: -12px;
}
.swiper-button-prev.left:focus, .swiper-button-next.right:focus {
    outline: none;
}
.swiper-slide .text-block{
    position: relative;
    padding-top: 25px;
}
.swiper-slide .text-block h2{
    font-size: 20px;
    font-weight: 700;
}
.swiper-slide .text-block h2 a {
    position: relative;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    word-break: break-all;
}
.swiper-slide .text-block h2:hover a{
    color: #df6512;
    text-decoration: none;
}
.swiper-slide .text-block p {
    position: relative;
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 12px;
    color: rgba(255,255,255,.7);
}
.swiper-slide .text-block a.read-more {
    position: relative;
    color: #e43229;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.swiper-slide .text-block a.read-more:hover {
    color: #fff;
}

.swiper-wrapper .swiper-slide {
    position: relative;
}
.swiper-wrapper .swiper-slide .image a {
    position: relative;
    display: block;
}
.swiper-wrapper .swiper-slide:hover .image a:before {
    opacity: .5;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.swiper-wrapper .swiper-slide .image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}
.big-icon {
    position: absolute;
    left: -60px;
    top: -10px;
    font-size: 400px;
    line-height: 1em;
    color: rgba(255,255,255,.08);
}
.flaticon-settings-4:before {
    content: "\f013";
    font-family: fontawesome;
}
.swiper-button-prev.left i {
    color: #fff;
    font-size: 30px;
    display: block;
}
.swiper-button-next.right i{
    color: #fff;
    font-size: 30px;
    display: block;
}
/* Product Application */
.product-app{
    padding: 90px 0;
    background-image: url(../images/productbg.jpg);
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: inherit;
    -webkit-background-size: cover;
    background-size: cover;
}
.title-box{
    text-align: center;
    margin-bottom: 80px;
}
.title-box h3 {
    position: relative;
    font-size: 42px;
    color: #001e57;
    font-weight: 700;
    line-height: 1.2em;
}
.title-box .text {
    position: relative;
    font-size: 18px;
    color: #555;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 25px;
}
.product-name .title {
    margin-top: 25px;
    text-align: center;
}
.product-name .title h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

/* locate us css */
.page-banner {
    position: relative;
    padding: 50px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.page-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: -ms-linear-gradient(left,rgba(0,18,52,0.95) 0%,rgba(255,255,255,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(0,18,52,0.95) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,18,52,0.95) 0%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,18,52,0.95)),color-stop(100,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,18,52,0.95) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right,rgba(0,18,52,0.95) 0%,rgba(255,255,255,0) 100%);
    z-index: 0;
}
.page-banner {
    background-image: url(../images/locateus.jpg) !important;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}
.page-banner .container {
    position: relative;
    z-index: 5;
}
.page-banner .container {
    color: #fff;
}
.page-banner h1 {
    position: relative;
    font-size: 52px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 700;
}
.page-banner .container {
    color: #fff;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
nav.breadcrumbbg {
    background: inherit;
}
ol.breadcrumb {
    background: inherit;
    padding: 0px;
}
ol.breadcrumb li.breadcrumb-item a {
    color: #e43229;
    font-weight: 700;
    font-size: 14px;
}
ol.breadcrumb li.breadcrumb-item.active{
    color: #fff;
}


/* contact info */
.left-info {
    background: #e43326;
    padding: 30px;
}
.left-info h2 {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
}
.left-info .text{
    color: #fff;
    padding: 10px 0;
}
.contact-info-list {
    list-style: outside none!important;
    margin-top: 0!important;
    padding-left: 0!important;
    position: relative;
}
.contact-info-list li {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    min-height: 50px;
    line-height: 1.8em;
    padding-left: 50px;
    color: rgba(255,255,255,.8);
}
.contact-info-list li a{
    color: #fff;
}
.contact-info-list li .icon {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 26px;
    line-height: 1em;
}
.icon-home:before {
    content: "\f015";
    font-family: FontAwesome;
}
.icon-location-pin:before {
    content: "\e096";
}
.icon-envelope-open:before {
    content: "\f2b6";
    font-family: FontAwesome;
}
.icon-call-in:before {
    content: "\f095";
    font-family: FontAwesome;
}
.icon-fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
}
.contact-info-list li strong {
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sec-title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #001e57 !important;
    padding-bottom: 15px;
}
.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 37px;
    width: 120px;
    height: 1px;
    background-color: #df6512;
}
.sec-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 37px;
    width: 40px;
    height: 1px;
    background-color: #001e57;
}
.spacing-12 {
    padding: 30px 30px 20px;
}
.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
}
/*
.blog-categories li {
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.blog-categories {
    position: relative;
}
.blog-categories li a {
    position: relative;
    color: #001e57;
    font-size: 18px;
    padding: 16px 48px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-decoration: none;
}
.blog-categories li a:before {
    position: absolute;
    left: 25px;
    margin-top: -2px;
    font-size: 18px;
    line-height: 30px;
    content: "\f054";
    font-weight: 800;
    font-family: "FontAwesome";
}*/
input.contact-form {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    color: #000000;
    background: #f1f1f1;
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
}
select.contact-form {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    color: #717171;
    background: #f1f1f1;
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
}
textarea.contact-form{
    width: 100%;
    padding: 12px;
    font-size: 15px;
    color: #000000;
    background: #f1f1f1;
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
}
textarea.contact-form:focus, input.contact-form:focus, select.contact-form{
    outline: none;
}
button.submitbtn {
    padding: 14px 40px;
    font-size: 18px;
    border: 1px solid #dfdfdf;
    color: #fff;
    background: #001e57;
    border-radius: 4px;
    font-weight: 400;
}
button.submitbtn:hover {
    padding: 14px 40px;
    font-size: 18px;
    border: 1px solid #e43326;
    color: #fff;
    background: #e43326;
    border-radius: 4px;
    font-weight: 400;
    transition: all 0.5s ease-in;
}
.aboutus{
    background-image: url(../images/about-page-title-bg.jpg) !important;
}
/* about us */
.top-text{
    text-align: center;
    margin: auto;
    width: 100%;
}
.top-text .icon {
 /*   width: 30px;*/
    margin: 0px auto 15px;
    display: block;
    text-align: center;
}
.subtitle h1{
    font-size: 18px;
    color: #292929;
    font-weight: 700;
    margin-bottom: 15px;
}
.top-text h2 {
    font-size: 39px;
    color: #001e57;
    font-weight: 600;
    margin-top: 30px;
}
.top-text .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    margin-top: 30px;
}
.top-text h1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 100px;
    width: 120px;
    height: 1px;
    background-color: #df6512;
}
.top-text h1:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100px;
    width: 40px;
    height: 1px;
    background-color: #001e57;
}
.top-text .subtitle h1:before {
    left: 55%;
    margin-left: -110px;
}
.top-text .subtitle h1:after {
    left: 55%;
    margin-left: -110px;
}

/* list-bullet */
ul.list-bullet {
  width: 35%;
  float: left;
  margin: 0 15px 25px 0;
  list-style: none;
  list-style-type: none;
}
.list-bullet li::before {
  color: #001e57;
  content: "\f101";
  font-family: fontawesome;
  font-size: 18px;
  left: 0px;
  padding-right: 6px;
  position: absolute;
  top: -3px;
}

.list-bullet li {
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
  font-size: 14px;
  color: #787878;
}

ul.list-bullet>li>strong {
  font-weight: 500;
}

/* full list */
ul.common-list{
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
  }
  .common-list li::before {
    color: #001e57;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: -3px;
  }
  
  .common-list li {
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #718090;
  }
  ul.common-list>li>strong {
    font-weight: 500;
  }

  h4.title-color{
    color: #001e57;
  }
  a.linkbtn {
    border: 1px solid #df6512;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    background: #df6512;
}
a.linkbtn:hover{
    text-decoration: none;
    background: #001e57;
    transition: all 0.5s ease-in;
    border: 1px solid #001e57;
}



/* Vertical Tabs */
.vertical-tabs{
    padding:10px;
}
 .vertical-tabs .nav-tabs .nav-link{
    border-radius: 0;
    background:#001e57;
    text-align:center;
    font-size: 16px;
    border:1px solid #424242;
    color:#fff;
    height:40px;
    width: 250px;
}
 .vertical-tabs .nav-tabs .nav-link.active{
    background-color:#700000!important;
    color:#fff;
}
 .vertical-tabs .tab-content>.active{
    background:#fff;
    display:block;
}
 .vertical-tabs .nav.nav-tabs{
    border-bottom:0;
    border-right:3px solid #e3332f;
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
}
nav.navbar.navbar-expand-lg.logo-menu.nav-position-fixed {
    padding: 0.3rem 0rem;
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
    height:auto;
}
.acrylicbg{
    background: #f5f5f5;
    padding: 15px;
    box-shadow: 0 0px 10px #dfdfdf;
}
.sv-tab-panel .row {
    background: #f5f5f5;
    padding: 15px 0;
    /* border-radius: 5px; */
    box-shadow: 0 0px 10px #dfdfdf;
}

@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}





  @media(min-width:320px) and (max-width:992px){
    .navbar-toggler {
        background: #e2302a;
        padding: 6px 10px;
    }
    .navbar-nav.ml-auto{
        margin: 10px 0 0;
        margin-left: 0px;
        background: #f2f2f2;
    }
    .fa.fa-bars {
        color: #fff;
    }
    .nav-item.mr-2 {
        margin-bottom: 15px;
    }
  }


  @media(min-width:320px) and (max-width:768px){
    .slider .item {height: 100vh; position: relative;}
    .top-block .top-left .text{padding-right:0px;}
    .top-block .top-left .text::before {background-color:inherit;}
    .swiper-slide.swiper-slide .image img {width: 100%;}
    .top-aboutus{width: 100%;}
  }
  @media(min-width:541px) and (max-width:768px){
    .swiper-button-next {right: -25px;}
    .block2.widgettitle.ml-5{margin-left: 0rem !important;}
    .top-block .top-left .text{font-size: 12px;}
    }
  @media(min-width:541px) and (max-width:767px){
    .swiper-button-next {right: -25px;}
    .top-text{width: 100%;}
    ul.list-bullet {width: 100%; float: none; margin: 0 15px 0px 0;}
    }
  @media(min-width:320px) and (max-width:540px){
  .top-block .top-left .social-links{float: none; margin-left: 0; text-align: center; padding: 0;}
  .top-block .top-left{float: none;}
  .top-block .top-left .text{float: none;}
  .top-right, .top-right .info-list li{float: none;}
  .top-right .info-list li{margin-left: 0; padding: 0;}
  .top-right .info-list {margin-bottom: 20px;}
  .top-block .top-left .text{text-align: center;}
  .top-right{text-align: center;}
  .navbar {padding: 0.5rem 1rem;}
  .swiper-button-next {right: -45px;}
  .read-more{float: none; margin-right: 0px; margin-bottom: 10px;}
 .button-icon .read-more a{padding: 7px 15px !important;}
  .slider .item .cover .header-content{padding: 25px;}
  .slider .owl-item.active .button-icon ul li{margin-right: 10px;}
  .slider .item .cover .header-content h1{font-size: 21px; word-spacing: 3px;}
  .navigation-arrow{top: 385px;}
  .swiper-button-prev.left::after{display: none;}
  .button-icon{position: static;}
  .product-name .images img {width: 100%;}
  ul.footer-social-links.clearfix {float: none; text-align: center;}
  .block2.widgettitle.ml-5 {margin-left: 0rem !important; margin-top: 3rem; margin-bottom: 3rem;}
  .top-aboutus h1, .text-of-product .title h2{font-size: 25px !important;}
  .title-box h3{font-size: 22px;}
  .title-box .text{font-size: 14px;}
  .copyright{float: none; margin-bottom: 5px;}
  .top-text{width: 100%;}
  ul.list-bullet {width: 100%; float: none; margin: 0 15px 0px 0;}
  h4.title-color {margin-top: 20px;}
  }

  .services-section-three.style-two {
    position: relative;
    padding: 100px 0 20px;
}

/*** 

====================================================================
    Services Section Three
====================================================================

***/


.services-section-three{
    position:relative;
    padding: 100px 0px 50px;
    background-color: #ffffff;
}


/* Services Block Three */

.services-block-three{
    position:relative;
    margin-bottom:50px;
}

.services-block-three .inner-box{
    position:relative;
    display:block;
}

.services-block-three .inner-box .image{
    position:relative;
    display: block;
    overflow: hidden;
}

.services-block-three .inner-box .image a{
    position: relative;
    display: block;
}

.services-block-three .inner-box .image a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #df6512;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    z-index: 1;
}

.services-block-three .inner-box:hover .image a:before{
    opacity: 0.70;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.services-block-three .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.services-block-three .inner-box:hover .image img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.services-block-three .inner-box .lower-content{
    position:relative;
    padding-top:25px;
}

.services-block-three .inner-box .lower-content h3{
    position:relative;
    font-size:22px;
    font-weight:700;
    line-height:1.4em;
    margin-bottom:10px;
}

.services-block-three .inner-box .lower-content h3 a{
    position:relative;
    color:#222222;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.services-block-three .inner-box .lower-content h3 a:hover{
    color:#df6512;
    text-decoration:underline;
}

.services-block-three .inner-box .text{
    margin-bottom:40px; 
}

.services-block-three .inner-box .lower-content .text{
    position:relative;
    font-size:16px;
    line-height:1.6em;
    color:#555555;
    margin-bottom:15px; 
}

.services-block-three .inner-box .text p{
    margin-bottom:25px; 
}

.services-block-three .inner-box .lower-content .read-more{
    position:relative;
    color:#555555;
    font-weight:700;
    font-size: 14px;
    display:inline-block;
    text-transform:uppercase;
    text-decoration:underline;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.services-block-three .inner-box .lower-content .read-more .fas{
    position:relative;
    font-size:16px;
    font-weight:700;
    padding-left:5px;
    color:#001e57;
}

.services-block-three .inner-box .lower-content .read-more:hover{
    color:#df6512;
}

/* Services Block Four */

.services-block-four{
    position:relative;
    margin-bottom:50px;
}

.services-block-four .inner-box{
    position:relative;
    display:block;
    color: #ffffff;
}

.services-block-four .inner-box .image{
    position:relative;
}

.services-block-four .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.services-block-four .inner-box .over-content{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
}

.services-block-four .inner-box .content-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px 30px;
}

.services-block-four .inner-box .content-box h3{
    position:relative;
    font-size:28px;
    font-weight:700;
    line-height:1.4em;
    margin-bottom:10px;
}

.services-block-four .inner-box .content-box .logo{
    position:relative;
    margin-bottom:10px;
}

.services-block-four .inner-box .content-box h3 a{
    position:relative;
    color:#ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.services-block-four .inner-box .content-box h3 a:hover{
    color:#df6512;
    text-decoration:underline;
}

.services-block-four .inner-box .content-box .text{
    position:relative;
    font-size:16px;
    line-height:1.6em;
    color:#ffffff;
    margin-bottom:0px;  
}


/*** 

====================================================================
    Products  Section
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 50px;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 15px 15px 24px;
    border-left: 5px solid #e43229;
    -webkit-box-shadow: 0px 0px 45px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 0px 45px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 45px rgb(0 0 0 / 10%);
}
.services-block-three .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #000;
}
.right-info h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
}


/* Sidebar Padding Right */

.sidebar-page-container .sidebar-side .sidebar.padding-right{
    padding-right:40px;
}

.services-categories{
    position:relative;
}

.services-categories li{
    position:relative;
    margin-bottom:5px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.services-categories li a{
    position:relative;
    color:#001e57;
    font-size:18px;
    font-weight:400;
    display:block;
    background-color:#f3f5f9;
    border-bottom:1px solid #9eaac0;
    padding:20px 15px 20px 30px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    text-decoration: none;
}

.services-categories li a:before{
    position:absolute;
    content:'\f105';
    right:22px;
    top:22px;
    color:#000048;
    font-size:18px;
    font-weight:900;
    font-family: "FontAwesome";
}

.services-categories li.active a:before,
.services-categories li:hover a:before{
    color:#ffffff;
}

.services-categories li.active a,
.services-categories li a:hover{
    color:#ffffff;
    border-color:#e43229;
    background-color:#e43229;
}

/*=== Brochures Widget ===*/

.brochures{
    position: relative;
}

.brochures .widget-content{
    padding-top: 15px;
}

.brochures .brochure-btn{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    padding: 15px 15px;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.brochures .brochure-btn span{
    position: relative;
    float: left;
    color: #df6512;
    font-size: 30px;
    margin-right: 20px;
}

.brochures .brochure-btn:hover{
    color: #df6512;
}

/* Blog Detail */

.services-detail{
    position:relative;
}

.services-detail .inner-box{
    position:relative;
}

.services-detail .inner-box .image{
    position:relative;
}

.services-detail .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.services-detail .inner-box .lower-content{
    position:relative;
   /* padding-top:35px;*/
}

.services-detail .inner-box .lower-content .title-box{
    position:relative;
    margin-bottom:35px;
}

.services-detail .inner-box .lower-content .title-box .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #afafaf;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.services-detail .inner-box .lower-content .title-box h2{
    position: relative;
    display: block;
    font-size:44px;
    line-height: 1.2em;
    color: #001e57;
    font-weight: 700;
    padding-bottom:25px;
}

.services-detail .inner-box .lower-content .title-box h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:120px;
    height:1px;
    background-color:#df6512;
}

.services-detail .inner-box .lower-content .title-box h2:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:40px;
    height:1px;
    background-color:#001e57;
}

.services-detail .inner-box .lower-content .bold-text{
    position:relative;
    color:#222222;
    font-size:16px;
    font-weight:700;
    line-height:1.8em;
    margin-bottom:22px;
}

.services-detail .inner-box .lower-content .text{
    position:relative;
}

.services-detail .inner-box .lower-content .text p{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:1.7em;
    margin-bottom:25px;
}

.services-detail .inner-box .lower-content .text h3{
    position:relative;
    color:#001e57;
    font-size:24px;
    margin-bottom:24px;
    padding-bottom:22px;
    font-weight:900;
}

.services-detail .inner-box .lower-content .text h3:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    height:1px;
    width:50px;
    background-color:#df6512;
}

.services-detail .services-featured-outer{
    position:relative;
    margin-top:35px;
    margin-bottom:10px;
}

.services-detail .inner-box .lower-content .default-two-column{
    position:relative;
    margin-bottom:15px;
}

.services-detail .inner-box .lower-content .default-two-column .column{
    margin-bottom:20px; 
}

/* Feature Block */

.feature-block{
    position:relative;
    margin-bottom:35px;
}

.feature-block .inner-box{
    position:relative;
    padding-left:105px;
    padding-bottom:32px;
    min-height:112px;
    border-bottom:1px solid #dddddd;
}

.feature-block .inner-box .icon-box{
    position:absolute;
    left:0px;
    top:0px;
    width:80px;
    height:80px;
    color:#e3803d;
    line-height:80px;
    font-size:50px;
    display:block;
    text-align:center;
    background-color:#f3f5f9;
}

.feature-block .inner-box h4{
    position:relative;
    font-size:18px;
    color:#222222;
    font-weight:700;
    line-height:1.3em;
    margin-bottom:8px;
}

.feature-block .inner-box .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:1.7em;
}

.services-detail .inner-box .lower-content h5{
    position:relative;
    font-size:20px;
    font-weight:700;
    line-height:1.3em;
    text-align:center;
    color:#222222;
    margin-bottom:20px;
    margin-top:20px;
}

.services-detail .inner-box .lower-content .fact-counter{
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.services-detail .inner-box .lower-content .fact-counter .counter-column{
    float:left;
    padding:0px;
}

.services-detail .inner-box .lower-content .fact-counter .column:last-child .inner{
    border-right:none;
}


.sidebar .popular-tags .widget-content{
    padding:15px 22px 0px;
}


.popular-tags a{
    position:relative;
    display:inline-block;
    line-height:24px;
    padding:10px 22px 10px;
    margin:0px 6px 10px 0px;
    color:#222222;
    text-align:center;
    font-size:16px;
    background:none;
    font-weight:400;
    border:1px solid #dddddd;
    text-transform:capitalize;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    text-decoration: none;
}

.popular-tags a:hover{
    border-color:#e43229;
    background-color:#e43229;
    color:#ffffff;  
}

.popular-tags-1 a{
    position:relative;
    display:inline-block;
    line-height:24px;
    padding:10px 22px 10px;
    margin:0px 6px 10px 0px;
    color:#222222;
    text-align:center;
    font-size:16px;
    background:none;
    font-weight:400;
    border:1px solid #dddddd;
    text-transform:capitalize;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    text-decoration: none;
}

.popular-tags-1 a:hover{
    border-color:#e43229;
 
    color:#ffffff;  
}
.lower-content h3 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #001e57;
    line-height: 1.5em;
    padding-bottom: 14px;
    margin-bottom: 22px;
}
.lower-content h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100px;
    background-color: #df6512;
}
.lower-content h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: #001e57;
}
