@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
html, body {
  height: 100%;
font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.8571428571;
  font-size: 15px;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0;
  color: #333;
}
p {
  margin-top: 0;
  margin-bottom: 8px;
}
iframe {
  border: none;
}
a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active, select:focus, select:hover {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
 img:not([draggable]), embed, object, video {
 max-width: 100%;
 height: auto;
}
a {
  text-decoration: none;
  outline: 0;
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
}
button:focus {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
.section1 {
  padding: 70px 0; 
}
.section-top {
  padding: 70px 0 0;
}
.section-bottom {
  padding: 0 0 70px 0;
}
.btn.focus, .btn:focus {
  border: 1px solid transparent;
}
.form-control:focus, .btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  border-color: #075ac9;
  outline: 0;
  box-shadow: none;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
a:focus {
  outline: 0px solid;
}
.fix {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  color: #075ac9;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
  color: #12315a;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}

::-moz-selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}

::selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
/*------------------------ content end -----------------------*/


/*------------------------ element start ---------------------*/


/*=================================================
    element inheritance
==============================================================*/
body {
  background: #fff url(../img/pattern_3.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1; color: #000;
}

.header-top{background: #20232c; padding: 10px 0;}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span::before {
    background: rgb(255 29 4) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
.header-info a {
    color: #fff;
}
.header-social ul li {
    display: inline-block; padding-left: 5px;
}
.header-social ul li:hover i {
    color: #008C99;
    background: #fff;
}
.header-social ul li i {
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 1px solid #fff;
    vertical-align: middle;
    display: table-cell;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.navbar {
    padding: 0;
    width: 100%;
    z-index: 9;
       background: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
  display: block;
    padding: 1.5rem 1rem;
    font-weight: 500;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;letter-spacing: 1px;font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #000;
}
.dropdown-submenu {
  position: relative;
  z-index: 9999;
}
 .dropdown-submenu a::after {
 transform: rotate(-90deg);
 position: absolute;
 right: 6px;
 top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
 margin-left: .1rem;
 margin-right: .1rem;
  height: 300px;
  overflow-y: auto;
}
.dropdown-item {
  font-size: 13px;
  padding-left: 5px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #bd9753;
}
.container-fluid {
  width: 84%;
}
.banner-cap {
  position: absolute;
  top: 20%;
  left: 8%;
  right: auto;
  margin: 0 auto;
  text-align: left;
  width: 40%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px;
}
.banner-cap h1 {
  font-size: 30px;
  text-transform: uppercase;
}
.banner-cap h3 {
  color: #bd9753;
  font-size: 28px;
  text-transform: uppercase;
}
.banner-cap p {
  margin: 20px 0;
  font-size: 17px;
}
.banner-cap hr {
  border-top-color: rgb(255, 255, 255);
  position: relative;
}
.banner-cap hr:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 60px;
  height: 3px;
  background: #bd9754;
}
.carousel-caption1 {
     position: absolute;
    right: 0;
    top: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /* left: auto; */
    color: #000;
    padding: 40px 100px;
    height: fit-content;
    width: 80%;
    left: 0;
    margin: 0 auto;
}
.carousel-caption1 h2 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 30px;
}
.carousel-caption1 ul li {
    display: inline-block;
    background: #fff;width: 20%;
    padding: 20px;
}
.carousel-caption {
         position: absolute;
    right: auto;
    top: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    left: auto;
    background: #fff;
    color: #000;
    padding: 40px 100px;
    height: fit-content;
}
.carousel-caption h2{font-size: 50px; color: #000;font-family: "Aleo",sans-serif;}
.carousel-caption h5{color: #fe210e;
    font-size: 20px;
    margin-bottom: 25px;}
.know_more {
    border: 1px solid #5e9e33;
    color: #fff;
    padding: 10px 35px;
    margin-top: 25px;
    display: inline-block;
    font-size: 16px;
}
.know_more:hover{ background: #5e9e33; color: #fff; }

a.readmore_btn {
    background: #00a0e3;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 25px;
    display: inline-block;
}
.about-img{    position: relative;
    margin: 40px 30px 0 40px;
    z-index: 1;}
.about-img:before {
    position: absolute;
    border: 10px solid #00a0e3;
    content: '';
    width: 60%;
    z-index: -1;
    left: -40px;
    top: -40px;
    bottom: -40px;
}
.section {
    padding: 70px 0; position: relative;
}

.about-img img{border: 1px solid #ccc;}
.about-content h4 {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    color: #20232c; margin-bottom: 25px;
}
.about-content h4:after {
    position: absolute;
    width: 65px;
    height: 4px;
    background: #00a0e3;
    right: -85px;
    content: '';
    top: 15px;
}
.about-content h2{margin-bottom: 25px;}
.about-content h2 span{ color: #00a0e3; }
.fixed-bg {
    background-attachment: scroll;
    background-size: cover;
}
.fixed-bg {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.products:before{content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;    background: rgba(0,0,0,.8);}
.particles-js, .particles-js2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-img img{width: 100%;}
.product-con{   /* background: #ffffff;
    margin-left: 70px;
    padding: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: 0px 4px 10px 0px rgba(207, 207, 207, 0.48);
    margin-top: -100px;
    background: #fff;
    position: relative;
    z-index: 9;*/
    background: #ffffff;
    /* margin-left: 70px; */
    padding: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: 0px 4px 10px 0px rgba(207, 207, 207, 0.48);
    /* margin-top: -100px; */
    background: #fff;
    position: relative;
    z-index: 9;
  }
.product-con h3{font-size: 20px;
    margin-bottom: 10px;}
.product-box:hover .product-img img{transform: scale(1.1);}
 img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product-img {
    overflow: hidden;
}
.sec-head {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 40px;
    position: relative;
}
.sec-head:after{     position: absolute;
    width: 65px;
    height: 4px;
    background: #00a0e3;
    right: 0;
    content: '';
    /* top: 0; */
    bottom: -20px;
    left: 0;
    margin: 0 auto;}
.product-con a{    color: #222;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;}
.product-box{margin-bottom: 40px;}
.form-group label {
    color: #00a0e3;
}
button.sub_btn {
    width: 100%;
    background: #00a0e3;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    border-radius: 5px;
}
.contact-section-contact-box {
    padding: 38px 45px;
    border: 2px solid #00a0e3;
}
.contact-section-contact-box .details ul li {
    position: relative;
    padding-left: 25px;    margin-bottom: 15px;
}
.contact-section-contact-box .details ul i {
    color: #00a0e3;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact .sec-head{color:#000; font-size: 30px;}
.contact .sec-head:after {
    position: absolute;
    width: 65px;
    height: 4px;
    background: #00a0e3;
    right: 0;
    content: '';
    /* top: 0; */
    bottom: -9px;
    left: 0;
    margin: 0;
}
.section-title-white {
    margin-bottom: 30px;
}
footer {
    background: #20232c;
    color: #fff;
    padding: 10px;
}
footer p {
    margin-bottom: :0;
    padding-bottom: 0;
    margin: 0;
}
.specializeproducts .sec-head{color:#000; font-size: 23px;
    margin: 20px 0px}
.specializeproducts .sec-head:after {
    position: absolute;
    width: 65px;
    height: 4px;
    background: #00a0e3;
    right: 0;
    content: '';
    /* top: 0; */
    bottom: -9px;
    left: 0;
    margin: auto;
}
.product-box1{border:1px solid #ccc; text-align: center; padding: 20px}
.product-box2{border:0px solid #ccc; text-align: center; padding: 20px; background:#2b2a29; color:#fff; box-shadow: 10px 10px #eee;}
.product-box3{border:0px solid #ccc; text-align: center; padding: 20px; background:#fff200; color:#000; box-shadow: 10px 10px #eee;}
.product-box4{border:0px solid #ccc; text-align: center; padding: 20px; background:#e61a83; color:#fff; box-shadow: 10px 10px #eee;}
.product-box5{border:0px solid #ccc; text-align: center; padding: 20px; background:#00a0e3; color:#fff; box-shadow: 10px 10px #eee;}

.white {color:#fff !important}
.product-box1 h3 {
    padding: 15px; font-size: 20px;
    background: #1a1c28;
    color: #fff;
}
.innerbanner{background: url('../images/innerbanner.jpg')!important; padding:100px 0; position: relative;}
.innerbanner:before{position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,.5); top:0;}
.topheading h2{    color: #fff;
    background: #223148;
    padding: 15px;    width: 25%}
.product-image {
    border: 1px solid #ccc;
}
.container {
    max-width: 80%;
}
.product-content h3 {
    color: #fe1b0b;
    font-size: 30px;
}
.product-content h4 {
    line-height: 1.8;
}
.requestBtn {
    background: #00a0e3;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block;
}
.innerproductimg {
    overflow: hidden;
    border: 1px solid #ccc;
}
.nic-menu {
    padding: 1rem 1rem .5rem 1rem;
    background-color: #fe2107 !important;
    border-top: 2px solid #2c324a;
}
.nic-menu .nav-item strong { font-weight: 400; display: block; margin: .5rem 0; color: rgba(255, 255, 255, 0.75); border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
.nic-menu .nav-item .nav-link {
    padding: .3rem 0;
    text-transform: capitalize; color: #fff;
    font-size: 14px;
}

.nic-menu-sm { width: 540px; }
.nic-menu-md { width: 260px; }
.nic-menu-lg { width: 960px; }
.nic-menu-xl { width: 1140px; }
.nic-menu-mega { width: 1400px; }
 a.nav-link {    padding-top: 5px; padding-bottom: 5px;color: #000; text-transform: uppercase;font-size: 15px; /* padding: 10px 27px !important; */ padding-right: 40px !important; padding-left: 0 !important; }
  .list li{position: relative; padding-left: 25px;}
 .list li:before{font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f101';
        color:#fe1f00;
        position: absolute;
        left: 0;
        top: 0;
       }
@media (max-width: 960px) {
  .topheading h2 {
  
    width: auto;
}
  .nic-menu-sm, .nic-menu-md, .nic-menu-lg, .nic-menu-xl, .nic-menu-mega { width: 100% !important; } 
}
@media(max-width: 1200px){
  .carousel-caption1 {
    position: absolute;
    right: 0;
    top: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /* left: auto; */
    color: #000;
    padding: 0;
    height: fit-content;
    width: 100%;
    left: 0;
    margin: 0 auto;
}
.carousel-caption1 h2 {
    font-size: 22px;}
  .carousel-caption h2 {font-size: 35px;}
  .carousel-caption{padding: 30px 50px;top: 20%;}
  a.readmore_btn{padding: 12px 25px;}
}

@media (max-width: 767px){
  .innerbanner{padding: 70px 0;}
  .navbar-dark .navbar-nav .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.topheading h2 {

    width: 100%;
}
  .product-box1{margin-bottom: 25px;}
  .container{max-width: 100%;}
  .carousel-caption1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /* left: auto; */
    color: #000;
    padding: 0;
    height: fit-content;
    width: 100%;
    left: 0;
    margin: 0 auto;
}
.carousel-caption1 h2 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 13px;
    padding-top: 10px;
}
.header-social {display: none;}
.navbar {padding: 0 10px;}
.navbar-toggler{background: #191d28;}
.carousel-caption h5 {font-size: 15px;margin-bottom: 0;}
.carousel-caption h2{font-size: 15px;}
a.readmore_btn {padding: 10px 15px; margin-top: 5px; font-size: 9px;}
.carousel-caption{padding:10px;}
.carousel-caption {padding: 10px;top: 12px;background: rgba(255,255,255,.7);}
.section{padding:50px 0;}
.about-content h4:after{display: none;}
.about-content {margin-top: 25px;}
.con-form {margin-top: 25px;}
}


@media (min-width: 768px) {
ul.navbar-nav li.dropdown:hover > .dropdown-menu {
 display: block;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 transition: all 0.3s ease;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 .fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
}
}
