@charset "utf-8";

/* CSS Document */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
input:focus {
    outline: none !important;
}
html {
    scroll-behavior: smooth;
}
ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

html,
body {
    height: 100%;
}

a:hover {
    text-decoration: none !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
}
/* =====Header====== */
#header {
    float: left;
    width: 100%;
}
.header_top{
    float:left;
    width:100%;
    background: #0073bb;
}
.banner{
    float:left;
    width:100%;
    /* background:url(../images/banner.jpg) no-repeat left top;
    min-height: 600px;
    background-size: cover; */
}
.header_top nav.navbar {
    float: left;
    width: 100%;
    background: none;
    border: 0;
    margin-bottom: 0;
    padding: 15px 0;
}
#header {
    position: relative;
    z-index: 1002;
}
.serv_box  {
    min-height: 174px;
}
.header_top nav.navbar ul.nav.navbar-nav li a {
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    transition: all ease 0.3s;
    border-radius: 34px;
    margin-right: 10px;
    padding: 12px 20px;
}

.header_top nav.navbar ul.nav.navbar-nav li.active a {
    background: #ffffff;
    color: #0073bb;
}

.header_top nav.navbar ul.nav.navbar-nav li a:hover {
    background: #ffffff;
    color: #0073bb;
}
.header_top nav.navbar .logo {
    width: 200px;
    height: 200px;
    background: #1e2a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    border: 2px solid #ffffff;
    overflow: hidden;
    z-index: 2;
}

.header_top nav.navbar .logo img {
    width: 75%;
}
.banner_tag {
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner h1 {
    display: inline-block;
    width: 80%;
    font-size: 86px;
    font-weight: bold;
    text-shadow: 1px 2px 1px #000000;
}

.banner h1 span {
    float: left;
    width: 100%;
    font-size: 40px;
    text-shadow: 1px 2px 1px #000000;
}
.header_top.shrink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header_top.shrink a.navbar-brand.logo {
    width: 100px;
    height: 100px;
}


.header_top nav.navbar .logo {
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
#about {
    float: left;
    width: 100%;
    padding: 25px 0;
}

#about_us {
    float: left;
    width: 100%;
    margin: 50px 0;
}

#about_us .about_image {
    float: left;
    width: 100%;
    position: relative;
}

#about_us .about_image:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    border: 6px solid #0073bb;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#about_us .about_image img {
    position: relative;
    z-index: 10;
}

#about_us .about_txt {
    float: left;
    width: 100%;
}

#about_us .about_txt img {
    float: left;
    width: 50%;
}

#about_us .about_txt h1 {
    float: left;
    width: 100%;
    font-size: 30px;
}

#about_us .about_txt h2 {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
}

#about_us .about_txt p {
    float: left;
    width: 100%;
    font-size: 20px;
    text-align: justify;
}

#about_us .about_txt  .more,.more {
    float: left;
    border: 2px solid #0073bb;
    border-radius: 30px;
    padding: 7px 20px;
    color: #ffffff;
    margin-top: 10px;
    transition: all ease 0.3s;
    background: #0073bb;
}

#about_us .about_txt .more:hover, .more:hover {
    background: #0073bb;
    color: #ffffff;
}
#about_us {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

#about_us:after {
    position: absolute;
    content: "";
    right: 22px;
    top: 103px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: #ffbd594f;
    z-index: 10;
}
#about_us:before {
    position: absolute;
    content: "";
    right: -87px;
    top: 0px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background: #ffbd594f;
    z-index: 10;
}
.product {
    float: left;
    width: 100%;
    text-align: center;
    /*background: #f8f8f9;*/
    padding: 25px 0;
    position: relative;
}

.product h1 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.product  .pt_item {
    float: left;
    width: 100%;
    margin: 25px 0;
    min-height: 337px;
}

.product .pt_item .image {
    float: left;
    border: 3px solid #0073bb;
    border-radius: 4px;
    width: 360px;
    height: 360px;
    /* padding: 10px; */
    overflow: hidden;
    margin-bottom: 15px;
}

.product .pt_item .image img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.product .pt_item  span {
    float: left;
    width: 100%;
    color: #010101;
    font-size: 18px;
    font-weight: bold;
}

.product  .more {
    margin: 25px 0;
    float: none;
    display: inline-block;
}
.product .pt_item {
    transition: all ease 0.3s;
}

.product .pt_item:hover .image {
    padding: 0;
}

.product .pt_item .image {
    transition: all 0.3s ease;
}

.product .pt_item:hover span {
    color: #0073bb;
}

.product:after {
    position: absolute;
    content: "";
    left: 22px;
    top: 143px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: #1e2a3a61;
    z-index: 10;
}
.product:before {
    position: absolute;
    content: "";
    left: -87px;
    top: 40px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background: #1e2a3a61;
    z-index: 10;
}
.service {
    float: left;
    width: 100%;
    padding: 25px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.service h1 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.serv_box {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px #00000040;
    margin-bottom: 15px;
    /* border: 6px solid #0073bb; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 30px;
    min-height: 220px;
}

.serv_box .image {
    float: left;
    width: 100%;
}

.serv_box span {
    float: left;
    width: 100%;
    padding: 20px 7px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.service:after {
    position: absolute;
    content: "";
    right: 22px;
    top: 143px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: #ffbd594f;
    z-index: 10;
}
.service:before {
    position: absolute;
    content: "";
    right: -87px;
    top: 40px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background: #ffbd594f;
    z-index: 10;
}
.client {
    float: left;
    width: 100%;
    padding: 25px 0 50px;
    text-align: center;
}

.client h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.client #demo {
    float: left;
    width: 100%;
}

.client #demo .item {
    float: left;
    width: 100%;
    margin-top: 25px;
    height: 163px;
}

.client #demo .item img {
    object-fit: contain;
    height: 100%;
}
.client #demo {
    float: left;
    width: 100%;
}

.client #demo .item {
    float: left;
    width: 96%;
    margin-top: 25px;
    height: 130px;
    border: 1px solid #1e2a3a;
    border-radius: 8px;
}

.client #demo .item img {
    object-fit: contain;
    height: 100%;
}


.client .owl-theme .owl-controls .owl-prev {
    left: -54px;
    position: absolute;
    top: 40%;
    height: 30px;
    line-height: 25px;
    background: #0073bb;
}

.client .owl-theme .owl-controls .owl-next {
    right: -50px;
    position: absolute;
    top: 40%;
    height: 30px;
    line-height: 25px;
    background: #0073bb;
}

.footer {
    float: left;
    width: 100%;
    background: #1e2a3a;
    padding: 40px 0;
    margin-top: 50px;
    position: relative;
    z-index: 1002;
}

.footer .fot_box {
    float: left;
    width: 100%;
}

.footer .fot_box a.fot_logo {
    float: left;
    width: 85%;
    margin-bottom: 20px;
}

.footer .fot_box  p {
    float: left;
    width: 100%;
    color: #ffffff8c;
    font-size: 14px;
}

.footer .fot_box h1 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
}

.footer ul.social {
    float: left;
    width: 100%;
    padding-left: 0;
}

.footer ul.social li {
    float: left;
}

.footer ul.social li a img {
    float: left;
    width: 73%;
}
.static_logo {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 170px;
}

.static_logo_right {
    position: fixed;
    z-index: 1001;
    right: 0;
    top: 170px;
}


/*====*/
.inner_banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 560px;
    overflow: hidden;
}

.inner_banner .in_image {
    float: left;
    width: 100%;
    height: 100%;
}
.inner_banner .in_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_banner .banner_tag {
    position: absolute;
    left: 0;
    top: 40%;
}

.inner_banner .banner_tag h1 {
    display: inline-block;
    background: #ffffff;
    border-radius: 3px;
    color: #0073bb;
    padding: 8px 15px;
}

/*===*/
.footer_get_touch_outer {
    margin-top: 80px;
  }
  .container {
    width: 95%;
    max-width: 1140px;
    margin: auto;
  }
  .grid-70-30 {
    display: grid;
    grid-template-columns: 70% 30%;
  }
  .get_form_inner {
    display: block;
    padding: 50px 40px;
    background: #fff;
    box-shadow: -4px -2px 20px -7px #cfd5df;
  }
  input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    height: 42px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: 0;
  }
  .grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .grid-full {
    margin: 20px 0;
  }
  textarea {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    padding: 12px 0 0 20px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
  }
  .get_form_inner_text h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid;
    font-weight: 500;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    color: #103e65;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  input[type="submit"]:hover {
    background-color: #0073bb;
    border-color: #0073bb;
    color: #fff;
  }
  .get_say_form {
    display: inline-block;
    padding: 45px 0 25px 30px;
    background: #0073bb;
    position: relative;
  }
  .get_say_form h5 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 40px;
  }

  .get_say_social-icn {
    display: flex;
    position: absolute;
    bottom: 40px;
  }
  .get_say_social-icn a {
    font-size: 22px;
    color: #fff;
    padding: 0 20px 0 0;
  }
  .get_say_info_sec i {
    color: #fff;
    font-size: 32px;
  }
  .get_say_info_sec > li {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    margin-bottom: 40px;
  }
  .get_say_info_sec > li a {
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    background: #162b65;
    border-radius: 5px 0 0 5px;
    transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .get_say_info_sec > li a:hover {
    background-color: #0073bb;
  }
  .contact {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.get_say_form iframe {
    height: 100%;
}



.contact_form .colmun-30.get_say_form {
    padding: 10px;
}

.service .row {
    text-align: center;
}

.service .row .col-md-4 {
    float: none;
    display: inline-block;
    width: 33%;
}

#product {
    text-align: center;
}

#product .product .col-md-3 {
    display: inline-block;
    /* float: none; */
    width: 24%;
}
#product .product .pt_item .image span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
#product .product .pt_item .image {
    width: 100%;
    height: 270px;
    padding: 20px;
    background: #ffffff;
}
#about .key {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

#about .key h1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #717171;
    padding-bottom: 5px;
}

#about .key ul {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

#about .key ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    list-style: disc;
    font-size: 18px;
    text-align: justify;
}




.banner .carousel .carousel-indicators li {
    background-color: #fff;
    background-color: rgba(70,70,70,.25);
  }
  
  .banner .carousel .carousel-indicators .active {
    background-color: #444;
  }
  .banner .carousel-caption {
    bottom: auto;
    top: 30%;
}



.facility .serv_box {
    background: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: -2px 0px 16px -2px #00000096;
}

.facility .serv_box span {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.material .serv_box {
    background: #ffead1;
    border: 6px solid #deaf74;
}

.material .serv_box span {
    color: #6f522f;
}

.serv_box a img {
    width: 80px;
}

a.left.carousel-control {
    background: none !important;
}

a.right.carousel-control {background: none !important;}
.serv_box:hover {
    background: #f6ee9a;
}

.serv_box:hover span {
    color: #000000;
}