@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
:root {
  /* --primary: #00356B; */
  --primary: #3c5ef5;
  --secondary: #FBA504;
  --light: #F6F4F9;
  --dark: #04000B;
}

table, th, td {
  border:0.14rem solid black;
  padding-left: 2%;
  margin-top: 10%;
  margin-bottom: 5%;
}

th {
  background-color: #ef443b;
  color: #ffffff;
}

td {
  background-color: #14e4f3;
  color: #15082e;
}

/* body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
} */

body {
  color: #030303;
  font-size: 1.1rem;
  /* font-family:Verdana, Geneva, Tahoma, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  /* line-height: 2.0; */
  font-weight: normal;
  /* background: url(../images/bckgnd.jpg); */
  /* background-image: url(../images/abs.jpg); */
  /* background-color: #041da7; */
  background-color: #102a70;
  background-image: url(../images/slidersel_bgnd.jpg);
  /* background-color: #0c243c; */
  /* background: linear-gradient(60deg, #034eda 50%, #ffffff); */
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding_s1 {
  padding: 5px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  color: #00bbf0;
}

.heading_container h2 span {
  color: #2903ff;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}



/*header section*/
.hero_area {

  background: url(../images/body_bg.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat; 
}

.sub_page .hero_area {
  min-height: auto;
  /* background: linear-gradient(130deg, #04324a, #04324a); */
  background-color: #1D428A;  
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  /* color: #00bbf0; */
  color: #3c5ef5;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
  background-image: url(../images/slidersel_bgnd.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;  
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  /* font-size: 3rem; */
  font-size:5.0rem ;  
  font-weight:normal;
  text-transform:none; 
  margin-bottom: 15px;
  color: #ef443b;
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
}

.slider_section .detail-box p {
  color:#ffffff;
  font-size: 1.2rem;  /* font-weight:normal; */
  /* background-color:#0c4700; */
  /* text-align:; */
  /* font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
 }

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 20px;
  font-size: 1.1rem;
  
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
}

.slider_section .detail-box .btn-box a {
  /* margin: 5px; */
  text-align: center;
  /* width: 165px; */
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  /* padding: 10px 15px; */
  /* background-color: #00bbf0; */
  background-color:transparent;
  margin-bottom: 5%;
  text-decoration:underline;
  color: #ef443b;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  /* background-color: #007fa4; */
  /* background-color: #ffffff; */
  text-decoration:none;
  color: #ffa6a1;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

/* product slider start */

.product_slider_section {
  position: relative;
  background-color: #424240;
}

.product_slider_section h1{
  color: #ef443b;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  font-size: 4.5rem;
}

.product_slider_section .heading_container {
  margin-bottom: 30px;
}

.product_slider_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.product_slider_section .box .img-box {
  position: relative;
  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;
  width: 100%; /*100%*/

  position: relative;
}

.product_slider_section .box .img-box img {
  /*border-radius: 50%;*/
}

.product_slider_section .box .product_slider_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_slider_section .box .product_slider_id .product_slider_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.product_slider_section .box .product_slider_id .product_slider_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.product_slider_section .box .detail-box {
  /* background-color: #04324a; */
  background-color: #00356B;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 5px 25px 25px;
  width: 100%;
}

.product_slider_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.product_slider_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_slider_section .owl-carousel .owl-nav .owl-prev,
.product_slider_section .owl-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.product_slider_section .owl-carousel .owl-nav .owl-prev:hover,
.product_slider_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* product slider section end */

/* .main1_layout {

  background-color: crimson;
} */

.product_section {
  width: 100%;
  position: relative;
  /* background-image: url(../images/prodsel_bgnd.png); */
  background-color:#f0f0f0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;   

/* -webkit-box-flex: 1;
  -ms-flex: 1;
   flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;  
   width: 100%;
  /* float: left; */
  /* background-color: #000000;
  background-image: url(../images/prodsel_bgnd.png);
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  background-position: center;
  background-repeat: no-repeat; 
  position: relative;
  background-size:cover;
  padding: 45px 0 145px 0;  */
  
}




.product_section h1 {
  /* font-size: 3rem; */
  font-size:5.0rem ;  
  font-weight:normal;
  text-transform:none; 
  margin-bottom: 15px;
  color: #312c2b;
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
}

.product_section .box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #d1d1d1;
  padding: 20px;
  border-radius: 20px;
}

.product_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .box .detail-box h5 {
  font-weight: bold;
  font-size: 2.0rem; 
  text-transform: none;
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
}

.product_section .box .detail-box a {
  /* color: #00bbf0; */
  text-decoration:underline;
  color: #ef443b;  
  font-size: 1.5rem;
  /* line-height: 3.0rem;  */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  /* padding-bottom: 1rem; */
  /* display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;  
  /* font-weight: 200; */
  animation-delay: 1.5s;
}

.product_section .box .detail-box a:hover {
  /* color: #00bbf0; */
  text-decoration:none;
  color: #ffa6a1;  
  font-size: 1.5rem; 
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ef443b;
  /* color: #464646; */
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 1.5rem;
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
}

.product_section .btn-box a:hover {
  background-color: transparent;
}


/*** Product hover section ***/
.product_hover_section {
  position: relative;
  padding: 45px 30px;
  background: var(--light);
  overflow: hidden;
  transition: 0.5s;
}

.product_hover_section:hover {
  margin-top: -15px;
  padding-bottom: 60px;
  background: var(--primary);
  transition: 0.5s;
}

.product_hover_section .product_hover_icon {
  margin: 0 auto 20px auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background: url(../images/blob-primary.png) center center no-repeat;
  background-size: contain;
  transition: 0.5s;
}


.product_hover_section .product_hover_icon img {
  margin: 1em;
  width:70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background-size: contain;
  transition: 0.5s;
}

.product_hover_section:hover .product_hover_icon {
  color: var(--dark);
  background: url(../images/blob-secondary.png) center center no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  transition: 0.5s;  
}

.product_hover_section:hover .product_hover_icon img {
  width: 90px;
  height: 9 0px;  
  filter: invert();
  transition: 0.5s;
}

.product_hover_section h4 {
  font-weight: bold;
  font-size: 100%;  
  transition: 0.5s;
  background: none;
  color: #ffffff;
  padding: 45px 30px;
  position: static;
  margin-top: -15px;
  padding-bottom: 60px;
}

.product_hover_section:hover h4 {
  font-weight: bold;
  font-size: 100%;  
  transition: 0.5s;
  background: #ffffff;
  color: #ffffff;
  padding: 45px 30px;
  position: static;
  margin-top: -15px;
  padding-bottom: 60px;
}

.product_hover_section h5 {
  font-weight: bold;
  font-size: 100%;  
  transition: 0.5s;
  color: #000000;
}

.product_hover_section p {
  /* font-weight: 300;
  font-size: 80%;  */
  /* transition: 5s;  */
  /* display: none; */
  display:list-item ;
  font-weight: 300;
  font-size: 85%;
  Text-align: left;
  transition: 0.5s;  
  /* Text-align: left; */
}

.product_hover_section:hover h5 {
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 100%;
  transition: 0.5s;
}
.product_hover_section:hover p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 85%;
  Text-align: left;
  display:list-item ;
  transition: 0.5s;
}

.product_hover_section a.btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary);
  background: #FFFFFF;
  border-radius: 40px 40px 0 0;
  transition: 0.5s;
  z-index: 1;
}

.product_hover_section a.btn:hover {
  color: var(--dark);
  background: var(--secondary);
}

.product_hover_section:hover a.btn {
  bottom: 0;
}

.service_section {
  position: relative;
}

.service_section .box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 50px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00bbf0;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

/* about section  */
.about_section {
  background-color: #f0f0f0;
  color: #1201aa;
  /* background-image: url(..//images/about_bcknd.png); */
  width: 100%;
  height: 100%;
/*   background-image: linear-gradient(
    to bottom,
    rgba(0, 3, 185, 0.65),
    rgba(140, 214, 3, 0.65)
  ); */
  /* background: linear-gradient(60deg, orange 60%, rgb(17, 0, 255));  */
  /* background: linear-gradient(45deg, rgb(255, 255, 0), rgb(3, 3, 3)); */
  /* background: rgb(223, 223, 0); */
  /* background: linear-gradient(60deg, #0c243c 50%, #ffffff); */
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .heading_container p {
  color: #000000;
  font-weight:lighter;
  /* text-align:start  */
  /* font-family: consolas; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  font-size:1.7rem;
}

.about_section .heading_container h2 {
  font-size:5.0rem ;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  font-weight:lighter;
  /* color: #006092; */
  color: #1A1A74;  
  /* padding-bottom: 7%; */
}

.about_section .heading_container h3 {
  margin-top: 45px;
  font-size: 4.0rem;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  font-weight:lighter;
  /* color: rgb(6, 152, 219); */
  color: #ef443b;
  text-align: center;
  font-style:normal;
  line-height: 3.0rem;
  padding-bottom: 10%;
}

.about_section .heading_container h4 {
  font-size: 4.0rem;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  font-weight:lighter;
  /* color: rgb(6, 152, 219); */
  color: #ef443b;
  text-align: center;
  font-style:normal;
  /* line-height: 3.0rem; */
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  /* max-width: 100%; */
  background-color: transparent;
  max-width:100%;
  max-height:100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
  padding-bottom:0%
}

.about_section .box {
  margin-top: 45px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.about_section .box .img-box1 {
  /* margin-bottom: 20px; */
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #3c5ef5;
  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;
  background-color: #ffffff;
}

.about_section .box .img-box1 img {
  padding-bottom: 0%;
  width: 55px;
  height: auto;
  fill: #00204a;
}

.about_section .detail-box{
  margin-top: 15px;
}

.about_section .detail-box h3 {
  margin-top: 5%;
  padding-top: 0%;
  font-weight:bolder;
  /* color: #6d5e5e; */
  font-size:1.6rem;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  color: #1111b3;;
  font-family : "Noto Sans", Calibri, Arial, sans-serif;  
  text-align:left;
}

.about_section .detail-box h2 {
  margin-top: 20px;
  font-weight:normal;
  color: #1A1A74;
  /* font-size:1.2rem; */
  font-size: 1.8rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  /* text-decoration: underline; */
}

.about_section .detail-box h1 {
  margin-top: 20px;
  font-weight:normal;
  color: #f51f1f;
  /* font-size:1.2rem; */
  font-size: 2.2rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  /* text-decoration: underline; */
}
.about_section .detail-box p {
  /* margin-top: 15px; */
  /* color: #ef443b; */
  /* font-family : "Noto Sans", Calibri, Arial, sans-serif; */
  /* font-size:1.8rem; */
  /* background-color: #ef443b; */
  /* text-align:center; */
  /* padding-left: 1rem; */
  /* padding-bottom: 2rem; */
  /* padding-right: 1rem; */
  /* padding-top: 1rem; */

  color: #1111b3;;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  font-size: 1.3rem;
  /* padding-bottom: 0%; */
  /* list-style:disc; */
  /* display: list-item; */
  margin-left: 2%;
  font-weight:normal;
  margin-top: 0%;
  /* font-weight: 400; */
  /* line-height: 0.5; */


}  


.about_section .detail-box a {
  /* display: inline-block; */
  /* padding: 10px 45px; */
  /* background-color: #00bbf0; */
  /* color: #ffffff; */
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  text-align: center;
  background-color:transparent;
  /* margin-bottom: 5%; */
  text-decoration:underline;
  color: #ef443b;
  font-size:1.5rem;
}

.about_section .detail-box a:hover {
  /* background-color: #007fa4; */
  /* color: #ef443b; */
  text-decoration:underline;
  color: #ffa6a1;
}

/* End of About section  */

/* Usecases section  */
.usecase_section {
  /* background-color: #e2ba06; */
  /* color: #ffffff; */
/*   background-image: linear-gradient(
    to bottom,
    rgba(0, 3, 185, 0.65),
    rgba(140, 214, 3, 0.65)
  ); */
  /* background: linear-gradient(60deg, orange 60%, rgb(17, 0, 255));  */
  /* background: linear-gradient(45deg, rgb(255, 255, 0), rgb(3, 3, 3)); */
  /* background: #312c2b; */
  /* background-image: url(../images/bckgnd.jpg); */

 -webkit-box-flex: 1;
  -ms-flex: 1;
   flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;  
   width: 100%;
   /* float: left;  */
   background-color: #000000;
  background-image: url(../images/bckgnd.jpg);
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  background-position: center;
  background-repeat: no-repeat; 
  position: relative;
  background-size:cover;
  padding: 45px 0 145px 0;


}

.usecase_section .heading_container {
  margin-bottom: 45px;
}

.usecase_section .heading_container p {
  color: #000000;
  font-weight:bolder;
  text-align:start 
}

.usecase_section .heading_container h2 {
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  font-weight:normal;
  color: #ef443b;
  font-size:3.5rem;
}

.usecase_section .heading_container h3 {
  margin-top: 45px;
  font-size: 150%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

.usecase_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usecase_section .img-box img {
  /* max-width:150%; 
  max-height: 150%;  */
  width: 130%;
  height: 130%;
  margin-top: 20%;
}

.usecase_section .detail-box {
  position: relative;
  /* padding: 30px 30px; */
  padding-right: 10px;
  /* padding-bottom: 20px; */
  margin-top: 10%;
  overflow: hidden;
  transition: 0.5s;
  background:#002759;
  border-radius: 6%;
}

.usecase_section .detail-box h3 {
  margin-top: 5px;
  font-weight:normal;
  color: #56bffc;
  font-size:2.6rem;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  text-align: center;
}

.usecase_section .detail-box h4 {
  font-weight:bolder;
  color: #faf0f0;
  font-size:1.9rem;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  /* display:list-item ; */
  margin-left: 20px;
}

.usecase_section .detail-box h5 {
  font-weight:bolder;
  color: #dcddfcb7;
  font-size:120%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  display:list-item ;
  margin-left: 50px;
}

.usecase_section .detail-box p {
  margin-top: 2px;
  color: #ffffff;
  margin-left: 40px;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
  font-size:1.2rem;
}

.usecase_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.usecase_section .detail-box a:hover {
  background-color: #007fa4;
}

/* about section  */
.product-detail {
  /* background-color: #e2ba06; */
  color: #f0f0f0;
/*   background-image: linear-gradient(
    to bottom,
    rgba(0, 3, 185, 0.65),
    rgba(140, 214, 3, 0.65)
  ); */
  /* background: linear-gradient(60deg, orange 60%, rgb(17, 0, 255));  */
  /* background: linear-gradient(45deg, rgb(255, 255, 0), rgb(3, 3, 3)); */
  background: rgb(255, 255, 255);
  /* display: flex;
  justify-content: center; */
}

iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

.product-detail .heading_container {
  margin-bottom: 45px;
}

.product-detail .heading_container p {
  color: #000000;
  font-weight:normal;
  /* text-align:start  */
}

.product-detail .heading_container h2 {
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  font-size: 2.5rem;
  font-weight:bold;
  /* line-height: 3.8;   */
  color: #3f3f3f
}

.product-detail .heading_container h3 {
  margin-top: 45px;
  font-size: 250%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: normal;
  color: rgb(0, 0, 0);
  text-align: center;
  font-style:normal;
  margin-bottom: 1px;  
}

.product-detail .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .img-box img {
  /* max-width: 50%;
  max-height: 50%; */
  /* margin-bottom: 25px;  */
  width:40%; 
}

.product-detail .detail-box h3 {
  margin-top: 30px;
  font-weight:normal;
  color: #ef443b;
  /* font-size:320%; */
  font-size: 2.6rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
} 

.product-detail .detail-box h2 {
  margin-top: 20px;
  font-weight:normal;
  color: #3f3f3f;
  /* font-size:1.2rem; */
  font-size: 1.0rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  /* text-decoration: underline; */
}

.product-detail .detail-box h1 {
  /* margin-top: 0px;  */
  font-weight:normal;
  color: #3f3f3f;
  /* font-size:100%; */
  font-size: 0.9rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  text-align:justify ;
  /* padding-left: 0%;
  padding-right: 0%; */
  /* border:5px solid black; */
}

.product-detail .detail-box h4 {
  margin-top: 5%;
  font-weight:normal;
  color: #3c5ef5;
  /* font-size:100%; */
  font-size: 1.3rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  text-align:left ;
  text-decoration: underline;
  /* padding-left: 0%;
  padding-right: 0%; */
  /* border:5px solid black; */
}

/* .product-detail .detail-box .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  border: 5px solid black;
} */

.product-detail .detail-box p {
  /* margin-top: 5px; */
  color: #3f3f3f;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  font-size: 0.9rem;
  padding-bottom: 0%;
  list-style:disc;
  display: list-item;
  margin-left: 2%;
  font-weight:normal;
  margin-top: 0%;
  /* font-weight: 400; */
  line-height: 0.5;
  /* line-height: 2.0; */
}



.product-detail .detail-box a {
  display: inline-block;
  /* padding: 5px 15px; */
  /* background-color: #0b41b4; */
  color: #0b41b4;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  /* margin-top: 10px; */
  font-size: 1.0rem;
  /* margin-bottom: 10px; */
}

.product-detail .detail-box a:hover {
  background-color:#0051ff;
  color: #ffffff;
}

/* End of About section  */

.why_section {
  position: relative;
  /*background-color: #121418b6;*/
  background: #fde4e4;
}

.why_section h2{
  font-size:5.0rem ;  
  font-weight:normal;
  text-transform:none; 
  margin-bottom: 15px;
  color: #312c2b;
  font-family : "Noto Sans", Calibri, Arial, sans-serif;
}


.why_section .box {
  margin-top: 45px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  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;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight:300;
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  color: #ef443b;
}

.why_section .box p {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  /* background-color: #00bbf0; */
  background-color: transparent;
  text-decoration:underline;
  color: #ef443b;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  /* background-color: #007fa4; */
  text-decoration:none;
  color: #ffa6a1;  
}

/*team section */
.team_section {
  text-align: center;
  background-color: #00204a;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient(to bottom, #002759, #002b64);
}

.team_section .team_container .box .img-box {
  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;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/


.error_section {
  position: relative;
  /*background-color: #121418b6;*/
  background: #ffffff;
  /* background-image: url(../images/mosaic_background.png); */

}
/* client section start */
.client_section {
  position: relative;
  /*background-color: #121418b6;*/
  background: #555454;
  background-image: url(../images/mosaic_background.png);

}

.client_section .heading_container h2 {
  margin-bottom: 50px;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  color: #ef443b;
  font-size: 3.5rem;
  font-weight: normal;
 }

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* margin: 15px; */
  margin-top:15%;
  margin-bottom:15%;
  /* padding-top: 20%; */
}

.client_section .box .img-box {
  position: relative;
  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;
  width: 100%;
}

.client_section .box .img-box img {
background: #1D428A;  /*border-radius: 50%;*/

}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}


.contact_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;  
  /* width: 100%; */
  /* float: left; */
  background-color: #0e0d0d;
  background-image: url(../images/map.png);
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  background-position: center;
  background-repeat: no-repeat; 
  position: relative;
  background-size: 100% 100%;
  padding: 45px 0 145px 0;

}

.contact_section .title {
  width: 100%;
  float: left;
  font-size: 4.0rem;
  color: #e7e7e7;
  padding-top: 10px;
  text-transform:none;
  font-weight:lighter;
  text-align: center;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
}

.contact_section .title::after {
  content: '';
  background-color: #ef443b;
  position:relative;
  width: 60px;
  text-align: center;
  right: 0;
  top: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 7px;
  left: 0;
  border-radius: 100px;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
}

.contact_section .title_text {
  width: 100%;
  float: left;
  color: #e7e7e7;
  font-size: 2.0rem;
  text-align: center;
  margin-left: 0px;
  font-weight:lighter;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
}
  .contact_section2 {
  width: 100%;
  float: left;
  padding-top: 80px;
}

.address_section {
  width: 90%;
  float: left;
  padding-left: 50px;
}

.address_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #e7e7e7;
  background-color: transparent !important;
  /* border-bottom: 1px solid #050000 !important; */
  padding-right: 20px;
  border: 0px;
  padding-top: 20px;
}

.address_text h1 {
  font-size: 2.0rem;
  text-align: left;
  margin-left: 0px;
  font-weight:lighter;
  color: #ef443b;
  text-decoration: underline;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  padding-top: 40px;
}

.address_text h2 {
  font-size: 1.6rem;
  text-align: left;
  margin-left: 0px;
  /* font-weight:lighter; */
  color: #3c5ef5;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
  /* padding-bottom: 3%; */
}

.address_text p {
  line-height:normal;
  font-size: 1.0rem;
  font-weight:lighter;
  color: #e7e7e7;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: "Noto Sans",Calibri,Arial,sans-serif;
}

.address_text a {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-pack: justify;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  /* font-size: 24px; */
  font-size: 1.1rem;
}

.address_text a:hover {
  color: #00bbf0;
}


.mail_section {
  width: 90%;
  float: left;
  padding-left: 50px;
}
  .mail_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #666666;
  background-color: transparent !important;
  border-bottom: 1px solid #050000 !important;
  padding-right: 20px;
  border: 0px;
  padding-top: 20px;
}
  .message_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #666666;
  background-color: transparent !important;
  border-bottom: 1px solid #050000 !important;
  padding-right: 20px;
  border: 0px;
  height: 70px;
  padding-top: 30px;
}
  .send_btn {
  width: 170px;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
  .send_btn a {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #ef443b;
  /* background-color: #ff5a58; */
  padding: 10px 0px;
  text-transform: uppercase;
  border-radius: 30px;
}



/* client section end */
.info_section {
  background-color: #000000;
  color: #3c5ef5;
  padding: 45px 0 15px 0;
  background-image: url(../images/info_background.jpg);
  max-width:100%;
  image-rendering:optimizeSpeed;
}

.info_section .img-box img {
  max-width:150%;
  max-height: 150%;
  margin-bottom: 20px;
  margin-top: 140px;  
}

.info_section h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.info_section .info_contact .contact_link_box p {
  margin: 5px 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

/* .info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
} */

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  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;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  /* font-size: 24px; */
  font-size: 1.1rem;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 1.1rem;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #00204a;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */