body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, a:hover {
  color: #000302;
  text-decoration: none;
}

.overlay-box {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000302), to(#7D7D7D));
  background: linear-gradient(to right, #000302 50%, #7D7D7D);
  opacity: 0.7;
  z-index: 0;
}

.btn-blue {
  background-color: #1565C0;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 25px;
  color: #FFFFFF;
  border: 2px solid #1565C0;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 16px;
  text-align: center;
}

.btn-blue:hover {
  background-color: #ffffff;
  color: #000302;
}

.h3-20 {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 20px 0px;
  font-weight: 600;
}

.h3-22 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.h3-25 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .h3-22, .h3-25, .h3-20 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.img-box {
  width: 100%;
}

.img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/*-------------header section--------------*/
.top-header {
  background-color: #000302;
  padding: 10px 0px;
  text-align: center;
}

.top-header p {
  color: #ffffff;
  padding: 0px 15px;
}

.header-section {
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px -5px #000302;
          box-shadow: 0px 0px 10px -5px #000302;
}

.navbar-custom {
  padding: 20px 0px;
}

.navbar-custom .navbar-toggler {
  padding: 0px;
  border: 0px;
  outline: none;
}

.navbar-collapse-custom .navbar-nav {
  margin-left: auto;
}

.navbar-collapse-custom .navbar-nav li {
  padding: 10px 8px;
  text-align: center;
}

.navbar-collapse-custom .navbar-nav li a {
  font-size: 16px;
  color: #7D7D7D;
  padding: 3px 3px !important;
}

.navbar-collapse-custom .navbar-nav .active a {
  color: #1565C0 !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  .navbar-brand {
    width: 180px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .navbar-collapse-custom {
    margin-top: 15px;
    border-top: 2px solid #E1E1E1;
  }
  .navbar-collapse-custom .navbar-nav {
    padding-top: 30px;
    padding-bottom: 60px;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .banner-section{
  	height: 530px !important;
  }
  
  .banner .banner-content{
  	top:-50px !important;
  }
  .slider2nd{
  	padding-top: 118px !important;
  }
  .banner .banner-content {
    padding: 180px 0px !important;
  }
  .banner .banner-content h1{
  	margin-bottom:15px !important
  }
  .aboutbanner{
  	height:300px !important;
    margin-bottom: 30px !important;
  }
  .contactfm{
  	width:32% !important;
  }
  .condi{
  	width:30% !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-collapse-custom .navbar-nav li a {
    font-size: 14px;
  }
}

/*--------banner-section---------*/
.banner {
  position: relative;
}

.banner .banner-content {
  padding: 160px 0px;
  z-index: 1000;
  position: relative;
  color: #ffffff;
  width: 70%;
  top: 50px;
}

.banner .banner-content label {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 33px;
}

.banner .banner-content h1 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 60px;
}

.banner .banner-content span {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.banner .banner-content p {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .banner .banner-content {
    width: 100%;
  }
  .banner .banner-content h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

/*-----------section-1------*/
.section-1 {
  padding: 60px 0px;
}

.section-1 .section-1-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-1 .section-1-ul li {
  width: 25%;
  padding: 15px;
  border-right: 1px solid #E1E1E1;
  text-align: center;
}

.section-1 .section-1-ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.section-1 .section-1-ul li h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
  min-height: 65px;
}

.section-1 .section-1-ul li p {
  color: #7D7D7D;
}

.section-1 .section-1-ul li:hover {
  background-color: #E1E1E160;
}

.section-1 .section-1-ul li:nth-child(3) {
  border-right: 0;
}

@media (max-width: 480px) {
  .section-1 .section-1-ul li {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-1 .section-1-ul li {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .section-1 .section-1-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-1 .section-1-ul li {
    width: 70%;
    border-right: 0px;
    border-bottom: 1px solid #E1E1E1;
  }
  .section-1 .section-1-ul li:nth-child(3) {
    border-bottom: 0;
  }
}

/*--------section-2 ---------*/
.section-2 {
  position: relative;
}

.section-2 .section-2-ul {
  background-color: #1565C0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-2 .section-2-ul li {
  width: 30%;
  margin: 2%;
  padding: 20px 0px;
}

.section-2 .section-2-ul li p {
  color: #ffffff;
}

@media (max-width: 480px) {
  .section-2 .section-2-ul li {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .section-2 .section-2-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-2 .section-2-ul li {
    width: 70%;
    background-color: #1565C0;
  }
}

/*----------section -3----------*/
.section-3 {
  overflow-y: hidden;
  padding: 60px 0px;
}

.section-3 .section-3-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-3 .section-3-ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.section-3 .section-3-ul li .img-box {
  height: 200px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
}

.section-3 .section-3-ul li h3 {
  margin: 20px 0px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.section-3 .section-3-ul li p {
  color: #7D7D7D;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

@media (max-width: 992px) {
  .section-3 .section-3-ul li:hover .img-box img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@media (min-width: 992px) {
  .section-3 .section-3-ul li:hover .img-box {
    height: 80%;
  }
  .section-3 .section-3-ul li:hover h3 {
    height: 20%;
  }
  .section-3 .section-3-ul li:hover p {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

.section-3 .section-3-ul li:nth-child(4) {
  margin-right: 0px;
}

@media (min-width: 480px) and (max-width: 992px) {
  .section-3 .section-3-ul li {
    width: 48%;
    margin-right: 4%;
  }
  .section-3 .section-3-ul li:nth-child(2) {
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .section-3 .section-3-ul li {
    width: 100%;
    margin-right: 0px;
  }
}

/*-----------section 4------*/
.section-4 {
  padding: 0px 0px 60px 0px;
}

.section-4 .section-4-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-4 .section-4-ul .section-4-ul-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-4 .section-4-ul .section-4-ul-1 li {
  list-style: outside;
  margin-left: 20px;
  color: #7D7D7D;
  margin-bottom: 5px;
}

.section-4 .section-4-ul .s4-li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section-4 .section-4-ul .s4-li-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-4 .section-4-ul li {
  width: 48%;
  margin-right: 4%;
}

.section-4 .section-4-ul li p {
  color: #7D7D7D;
  margin-bottom: 10px;
}

.section-4 .section-4-ul li label {
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 5px 0px;
  max-height: 42px;
}

.section-4 .section-4-ul li label p {
  color: #000302;
  display: inline-block;
  padding: 5px 15px;
  text-transform: capitalize;
  background-color: #E1E1E1;
}

.section-4 .section-4-ul li .overlay-box {
  opacity: 0;
  z-index: 9;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-4 .section-4-ul li .pixelcompare-container {
  max-height: 440px;
}

.section-4 .section-4-ul li .pixelcompare {
  height: 100% !important;
}

.section-4 .section-4-ul li .pixelcompare img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 8;
}

.section-4 .section-4-ul li .pixelcompare-vertical .pixelcompare-handle {
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  margin-top: -25px;
  z-index: 10;
  border: 2px solid #ffffff;
}

.section-4 .section-4-ul li .pixelcompare-vertical .pixelcompare-handle::after, .section-4 .section-4-ul li .pixelcompare-vertical .pixelcompare-handle::before {
  margin-top: 20px;
  border-top: 3px solid white;
  z-index: 10;
}

.section-4 .section-4-ul li .pixelcompare-vertical .pixelcompare-handle::after {
  margin-left: 22px;
}

.section-4 .section-4-ul li .pixelcompare-vertical .pixelcompare-handle::before {
  margin-right: 22px;
}

.section-4 .section-4-ul li .pixelcompare-vertical .pixelcompare-handle .pixelcompare-down-arrow {
  border-top: 6px solid #7D7D7D;
}

.section-4 .section-4-ul li .pixelcompare-vertical .pixelcompare-handle .pixelcompare-up-arrow {
  border-bottom: 6px solid #7D7D7D;
}

.section-4 .section-4-ul li:hover {
  /* .pixelcompare-vertical .pixelcompare-handle{
                background-color: transparent;
                border: 2px solid $white-color;
                .pixelcompare-up-arrow {
                    border-bottom-color: $white-color;
                }
                .pixelcompare-down-arrow {
                    border-top-color: $white-color;
                }
            }
            */
}

.section-4 .section-4-ul li:hover label {
  opacity: 1;
}

.section-4 .section-4-ul li:hover .overlay-box {
  opacity: 0.0;
}

.section-4 .section-4-ul li:nth-child(2) {
  margin-right: 0;
}

.section-4 .section-4-ul-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-4 .section-4-ul-2.left{
  margin-top: 0px !important;
  justify-content: center !important;
}

.section-4 .section-4-ul-2.left li{
  margin-right: 0% !important;
  margin-left: 17%;
}

.section-4 .section-4-ul-2.right{
  margin-top: 0px !important;
  justify-content: center !important;
}

.section-4 .section-4-ul-2.right li{
  margin-right: 0% !important;
  margin-left: 17%;
}

.section-4 .section-4-ul-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1%;
  margin-right: 3%;
}

.section-4 .section-4-ul-2 li label {
  font-size: 18px;
  color: #1565C0;
  font-weight: 400;
}

.section-4 .section-4-ul-2 li p {
  font-size: 25px;
  margin-top: 10px;
  color: #000302;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-4 .section-4-ul-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-4 .section-4-ul-2 li {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .section-4 .section-4-ul li .pixelcompare {
    min-height: 190px !important;
  }
  .section-4 .section-4-ul .s4-li-2 {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .section-4 .section-4-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-4 .section-4-ul .s4-li-2 {
    width: 70%;
    margin-right: auto !important;
    margin-left: auto;
  }
  .section-4 .section-4-ul li {
    width: 100%;
    padding: 0px 10px;
    margin-right: 0px;
  }
  .section-4 .section-4-ul li p {
    margin-bottom: 20px;
  }
  .section-4 .section-4-ul li .pixelcompare {
    min-height: 250px;
    width: 100% !important;
  }
  .section-4 .section-4-ul li .pixelcompare img {
    width: 100% !important;
  }
  .section-4 .section-4-ul li:after {
    content: "";
  }
  .section-4 .section-4-ul-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .section-4 .section-4-ul-2 li {
    text-align: center;
  }
  .section-4 .section-4-ul-2.right li,.section-4 .section-4-ul-2.left li{
    margin-left: 0% !important;
  }
}

/*-----------section 5------*/
.section-5 {
  overflow-y: hidden;
}

.section-5 .bg {
  padding: 80px 0px;
}

.section-5 .section-5-ul {
  text-align: left;
  width: 50%;
  margin: 0 auto;
}

.section-5 .section-5-ul a {
  margin-left: 40px;
  margin-top: 15px;
}

.section-5 .section-5-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.section-5 .section-5-ul li h3 {
  color: #000302;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}

.section-5 .section-5-ul li i {
  margin-right: 15px;
  min-width: 30px;
  text-align: center;
  font-size: 30px;
}

.section-5 .section-5-ul li p {
  color: #000302;
}

@media (min-width: 480px) and (max-width: 992px) {
  .section-5 .section-5-ul {
    width: 70%;
  }
  .section-5 .section-5-ul li {
    margin-right: 0px;
  }
  .section-5 .bg {
    padding: 10px 0px;
  }
}

@media (max-width: 480px) {
  .section-5 .bg {
    padding: 10px 0px;
  }
  .section-5 .section-5-ul {
    width: 100%;
  }
  .section-5 .section-5-ul li {
    margin-right: 0px;
  }
}

/*-----------section-6-----*/
.section-6 {
  padding: 60px 0px 0px 0px;
}

.section-6-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-6-ul .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.section-6-ul li {
  padding: 10px;
  height: 100%;
  max-height: 100px;
}

.section-6-ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-----------section-7-----*/
.section-7 {
  text-align: center;
  padding: 50px 0px;
}

.section-7 .section-7-ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-7 .section-7-ul li {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.section-7 .section-7-ul li img:hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.section-7 .section-7-ul li:nth-child(4) {
  margin-right: 0px;
}

@media (min-width: 480px) and (max-width: 768px) {
  .section-7 .section-7-ul {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-7 .section-7-ul li {
    width: 70%;
    margin: 0px auto 20px auto !important;
  }
}

@media (max-width: 480px) {
  .section-7 .section-7-ul li {
    width: 100%;
    margin: 0px auto 20px auto !important;
  }
}

/*---------section-8----------*/
.section-8 {
  padding-bottom: 60px;
}

.section-8 h3, .section-8 p {
  text-align: center;
}

.section-8 p {
  color: #7D7D7D;
}

.section-8 .section-8-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-8 .section-8-ul li {
  width: 48%;
  margin-right: 4%;
  margin-top: 20px;
}

.section-8 .section-8-ul li h3 {
  margin-top: 30px;
  text-align: left;
}

.section-8 .section-8-ul li p {
  text-align: left;
  color: #7D7D7D;
  margin-bottom: 15px;
}

.section-8 .section-8-ul li .img-box {
  height: 100%;
}

.section-8 .section-8-ul li .section-8-ul-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-8 .section-8-ul li .section-8-ul-2 li {
  margin-top: 10px;
  position: relative;
  text-transform: capitalize;
  margin-left: 15px;
  color: #7D7D7D;
}

.section-8 .section-8-ul li .section-8-ul-2 li:nth-child(1) {
  margin-top: 0;
}

.section-8 .section-8-ul li .section-8-ul-2 li::before {
  font-size: 10px;
  content: '\2014';
  position: absolute;
  top: 45%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-8 .section-8-ul li:nth-child(2) {
  margin-right: 0px;
}

@media (min-width: 480px) and (max-width: 992px) {
  .section-8 .section-8-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-8 .section-8-ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto !important;
  }
  .section-8 .section-8-ul li .img-box {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .section-8 .section-8-ul li h3 {
    margin-top: 10px;
  }
  .section-8 .section-8-ul li h3, .section-8 .section-8-ul li p {
    text-align: center;
  }
  .section-8 .section-8-ul li .section-8-ul-2 {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .section-8 .section-8-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-8 .section-8-ul li {
    width: 100%;
  }
  .section-8 .section-8-ul li .img-box {
    width: 100%;
  }
  .section-8 .section-8-ul li h3 {
    margin-top: 10px;
  }
  .section-8 .section-8-ul li h3, .section-8 .section-8-ul li p {
    text-align: center;
  }
  .section-8 .section-8-ul li .section-8-ul-2 {
    max-width: 250px;
    min-width: 50%;
    margin: 0 auto;
  }
}

/*---------section-9----------*/
.section-9 {
  padding: 60px 0px;
  position: relative;
  text-align: center;
}

.section-9 a {
  margin-top: 30px;
  position: relative;
}

.section-9 .overlay-box {
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000302), to(#7D7D7D));
  background-image: linear-gradient(to bottom, #000302 50%, #7D7D7D);
}

.section-9 h3, .section-9 p {
  text-align: center;
  color: #ffffff;
  position: relative;
}

.section-9 .section-9-ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-9 .section-9-ul li {
  position: relative;
  width: 25%;
  padding: 55px 20px 20px 20px;
  background-color: #000000a2;
  margin-right: 2%;
}

.section-9 .section-9-ul li label {
  position: absolute;
  top: -30px;
  left: 15px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 400;
  padding: 4px 18px;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  background-color: #000000;
}

.section-9 .section-9-ul li h3, .section-9 .section-9-ul li p {
  text-align: left;
  margin-bottom: 15px;
}

.section-9 .section-9-ul li h3 {
  min-height: 40px;
}

.section-9 .section-9-ul li p {
  min-height: 120px;
}

.section-9 .section-9-ul li:nth-child(3) {
  margin-right: 0px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section-9 .section-9-ul li {
    width: 30%;
  }
}

@media (min-width: 480px) and (max-width: 992px) {
  .section-9 a {
    margin-top: 0px;
  }
  .section-9 .section-9-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-9 .section-9-ul li {
    width: 70%;
    margin-right: 0px !important;
    margin-bottom: 50px;
    text-align: center;
  }
  .section-9 .section-9-ul li label {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .section-9 .section-9-ul li p, .section-9 .section-9-ul li h3 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .section-9 a {
    margin-top: 0px;
  }
  .section-9 .section-9-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-9 .section-9-ul li {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0px !important;
    text-align: center;
  }
  .section-9 .section-9-ul li label {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .section-9 .section-9-ul li p, .section-9 .section-9-ul li h3 {
    text-align: center;
  }
}

/*------------section 10-----*/
.section-10 {
  padding-top: 60px;
}

/*------------section 11-----*/
.section-11 {
  padding: 60px 0px;
}

.section-11 h3 {
  text-align: center;
}

.section-11 .section-11-ul-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-11 .section-11-ul-1 li {
  padding: 0px 5px;
  color: #7D7D7D;
  border-right: 1px solid #7D7D7D;
  line-height: 10px;
  margin-bottom: 15px;
}

.section-11 .section-11-ul-1 li:nth-child(4) {
  border-right: 0px;
}

.section-11 .section-11-ul-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.section-11 .section-11-ul-2 li {
  width: 40%;
  margin-right: 2%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.section-11 .section-11-ul-2 li h3 {
  text-align: left !important;
  margin-bottom: 10px;
}

.section-11 .section-11-ul-2 li i {
  margin-right: 15px;
  font-size: 35px;
  margin-top: 30px;
}

.section-11 .section-11-ul-2 li p {
  color: #7D7D7D;
  margin-bottom: 5px;
}

.section-11 .section-11-ul-2 li label {
  font-size: 14px;
  text-transform: uppercase;
}

.section-11 .section-11-ul-2 li:hover {
  -webkit-box-shadow: 1px 1px 5px 1px #E1E1E1;
          box-shadow: 1px 1px 5px 1px #E1E1E1;
}

.section-11 .section-11-ul-2 li:nth-child(2) {
  margin-right: 0px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-11 .section-11-ul-2 li {
    width: 47%;
    padding: 20px 15px;
  }
  .section-11 .section-11-ul-2 li .mb-3 {
    min-height: 50px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .section-11 .section-11-ul-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-11 .section-11-ul-2 li {
    width: 370px;
    margin: 0px auto 20px auto !important;
  }
}

@media (max-width: 480px) {
  .section-11 .section-11-ul-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-11 .section-11-ul-2 li {
    padding: 20px 10px;
    width: 100%;
    margin: 0px auto 20px auto !important;
  }
  .section-11 .section-11-ul-2 li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

/*----------footer-----*/
.footer-class {
  background-color: #000302;
  color: #ffffff;
  text-align: center;
  padding: 60px 0px;
}

.footer-class label {
  text-transform: uppercase;
}

.footer-class p {
  margin-bottom: 20px;
}

.footer-class .input-box {
  width: 385px;
  border-radius: 60px;
  border: 1px solid #ffffff;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

.footer-class .input-box button {
  color: #ffffff;
  background: transparent !important;
  border: none;
}
.footer-class .input-box button:focus {
  outline: none !important;
}
.footer-class .input-box form{
  display: contents;
}
.error_label{
  font-size: 12px;
  background: #820000;
  padding: 2px 5px;
  color: #ffffff;
}
.footer-class label.error_label{
  text-transform: none;
  min-height: 35px;
  margin: 8px 0px;
  font-size: 9px;
}

.footer-class .input-box input {
  outline: none;
  border: none;
  margin-right: auto;
  padding: 0px 25px;
  background-color: transparent;
  color: #ffffff;
  width: 100%;
}

.footer-class .input-box input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
}

.footer-class .input-box input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
}

.footer-class .input-box input::-ms-input-placeholder {
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
}

.footer-class .input-box input::placeholder {
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
}

.footer-class .input-box input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.footer-class .input-box input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.footer-class .input-box input:focus::-ms-input-placeholder {
  opacity: 0.5;
}

.footer-class .input-box input:focus::placeholder {
  opacity: 0.5;
}

.footer-class .input-box i {
  background-color: #1565C0;
  padding: 17px 20px;
  border-radius: 50%;
  color: #fff;
}

.footer-class .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-class .footer-main li:nth-child(3) {
  margin-right: 0px;
}

.footer-class .footer-main .footer-li-1 {
  width: 28%;
  margin-right: 2%;
  text-align: left;
}

.footer-class .footer-main .footer-li-1 h3 {
  text-align: center;
  margin-bottom: 15px;
}

.footer-class .footer-main .footer-li-1 .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-class .footer-main .footer-li-1 .social-media a {
  border-radius: 50%;
  margin-right: 8px;
  width: 40px;
  background-color: transparent;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.footer-class .footer-main .footer-li-1 .social-media a i {
  padding: 5px 10px;
  font-size: 20px;
}

.footer-class .footer-main .footer-li-1 .social-media a:hover {
  background-color: #ffffff;
}

.footer-class .footer-main .footer-li-1 .social-media a:hover i {
  color: #000302;
}

.footer-class .footer-main .footer-li-1 img {
  width: 240px;
  height: 58px;
  margin-bottom: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-class .footer-main .footer-li-1 p {
  color: #ffffff;
}

.footer-class .footer-main .footer-li-2 {
  width: 40%;
  margin-right: 2%;
}

.footer-class .footer-main .footer-li-3 {
  width: 28%;
}

.footer-class .footer-main .footer-li-3 h3 {
  min-height: 58px;
}

.footer-class .footer-main .footer-li-3 p {
  margin-bottom: 5px;
}

.footer-class .footer-main .footer-ul-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.footer-class .footer-main .footer-ul-2 li {
  padding: 10px;
  width: auto !important;
}

.footer-class .footer-main .footer-ul-2 li a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
}

.footer-class .footer-main .footer-ul-2 li a:hover {
  opacity: 0.7;
}

.copy-right {
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
}

@media (max-width: 992px) {
  .footer-class .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-class .footer-main li {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: center !important;
  }
  .footer-class .footer-main .footer-li-1 .social-media {
    max-width: 150px;
    margin: auto;
  }
  .footer-class .footer-main .footer-li-3 h3 {
    min-height: auto;
  }
  .footer-class .footer-main .footer-li-1, .footer-class .footer-main .footer-li-2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .footer-class .input-box {
    width: 100%;
  }
}

/*--------contact-inner----*/
.contact-banner {
  position: relative;
}

.contact-banner .overlay-box {
  background-color: #000302;
  opacity: 0.5;
}

.contact-banner .contact-banner-content {
  width: 100%;
  text-align: center;
  padding: 200px 0px 100px 0px;
  color: #ffffff;
  position: relative;
}

.contact-banner .contact-banner-content h1 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .contact-banner .contact-banner-content h1 {
    font-size: 35px;
  }
}

.contact-inner-1 {
  padding: 60px 0px 0px 0px;
}

.contact-inner-1 .quote-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.contact-inner-1 .quote-box i {
  color: #7D7D7D;
  margin-right: 10px;
  position: relative;
  top: 0px;
  font-size: 14px;
}

.contact-inner-1 .quote-box .i-2 {
  margin-left: 10px;
}

.contact-inner-1 .quote-box b {
  color: #7D7D7D;
}

.contact-inner-2 {
  text-align: center;
  padding-bottom: 60px;
}

.contact-inner-2 p {
  color: #7D7D7D;
  margin-bottom: 20px;
}

.contact-inner-2 .g-map {
  width: 100%;
  height: 350px;
}

.contact-inner-2 .g-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact-inner-2 .g-map {
    height: 250px;
  }
}

.contact-inner-3 {
  padding: 0px 0px 60px 0px;
}

.contact-inner-3 .contact-inner-ul-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-inner-3 .contact-inner-ul-3 li {
  width: 32%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 15px;
  border: 1px solid #E1E1E1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.contact-inner-3 .contact-inner-ul-3 li h3 {
  text-transform: capitalize;
}

.contact-inner-3 .contact-inner-ul-3 li i {
  margin-right: 15px;
  font-size: 30px;
  min-width: 30px;
  text-align: center;
}

.contact-inner-3 .contact-inner-ul-3 li:hover {
  background-color: #000302;
  color: #ffffff;
}
.contact-inner-3 .contact-inner-ul-3 li:hover a{
  color: #ffffff;
}
.contact-inner-3 .contact-inner-ul-3 li:nth-child(3) {
  margin-right: 0px;
}

.contact-inner-3 .contact-inner-ul-3 .contact-3-ul-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .contact-inner-3 .contact-inner-ul-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-inner-3 .contact-inner-ul-3 li {
    width: 400px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .contact-inner-3 .contact-inner-ul-3 li {
    width: 100% !important;
  }
}

/*----------contact-form-----*/
.contact-form {
  padding: 60px 0px;
  position: relative;
}

.contact-form .custom-form h3 {
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.contact-form .custom-form button {
  position: relative;
  margin-left: auto;
  display: table;
  padding: 10px 30px;
}

.contact-form .custom-form input, .contact-form .custom-form textarea {
  margin-bottom: 15px;
  background-color: #000000a2;
  border: none;
  outline: none;
  border-radius: 0px;
  padding: 15px;
  color: #E1E1E1;
}

.contact-form .custom-form input::-webkit-input-placeholder, .contact-form .custom-form textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form .custom-form input:-ms-input-placeholder, .contact-form .custom-form textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form .custom-form input::-ms-input-placeholder, .contact-form .custom-form textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form .custom-form input::placeholder, .contact-form .custom-form textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form .custom-form textarea {
  height: 150px;
  width: 100%;
  resize: none;
}

.contact-form .custom-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-footer .footer-class {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}