@import url(https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i);
@import url("https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=greek");
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("../../css/clanot-narrowbook-cufonfonts-webfont/style.css");
@import url("https://fonts.googleapis.com/css2?family=Capriola&display=swap");
/*!
<----------------------------------------
  Theme Name: Image Data
  Theme URI: http://Image data/
  Author: Islamhossain.inco.
  Author URI: http://islamhossain.info/
  Description: Image data is a Creative HTML5 Template for Saas, Startup & any ytpe of confarence.
  Version: 1.0.0
  Tags: app, image data landing page, app landing page, app showcase template, application services, gradient color, landing, marketing, responsive template, seo, software, Software Services, startup, tech, web application landing page.
---------------------------------------->
*/
/*
>>> TABLE OF CONTENTS:
<----------------------------------------------------------------
  01. Default CSS
  02. Global css
  03. Header
  04. sidebar menu
  05. About
  07. Roadmap
  08. News
  09. Team
  10. Contact
---------------------------------------------------------------->


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FAFAFF;
  counter-reset: my-sec-counter;
  scroll-behavior: smooth;
  scrollbar-width: 2px;
  letter-spacing: 0.065em;
  font-size: 14px !important;
  line-height: 25.5px;
}

body.overflow {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.theme-container {
  max-width: 1440px;
  margin: 0 auto;
}

.btn-theme {
  padding: 8px 25px;
  background: #161616;
  color: white;
  border: none;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-theme:hover {
  background: #292929;
  color: white;
}

.border-radius-lg {
  border-radius: 23px;
}

.btn-theme {
  background: #ffffff;
  color: #7C0001;
  font-weight: 900;
  padding: 10px 30px;
  float: left;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.1);
          box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.1);
}

.btn-theme:hover {
  color: white;
  background-color: #7C0001;
}

.theme-bar {
  padding: 10px 35px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 30px 0px #8CC63E1A;
          box-shadow: 0px 4px 30px 0px #8CC63E1A;
  border-radius: 20px;
}

.w-60 {
  width: 60%;
}

.w-300p {
  max-width: 400px;
  color: black;
}

.element-item {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  padding: 15px;
}

@media (min-width: 576px) {
  .element-item {
    width: calc(100% /3);
  }
}

.isotope {
  overflow: hidden;
}

.card-img {
  overflow: hidden;
}

.card-img img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 300px;
}

.card-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card .card-body .card-title {
  min-height: 60px;
}

.header {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.1);
          box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.1);
}

.header.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.header .menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0px;
}

@media (min-width: 768px) {
  .header .menu-area {
    padding: 0 20px;
  }
}

.header .menu-area .menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  justify-self: left;
  padding: 15px 0;
}

.header .menu-area .menu-logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu-area .menu-logo a p {
  font-size: 17px;
  font-weight: 700;
  color: #7C0001;
  letter-spacing: 1px;
  padding: 23px 0 0 20px;
}

.header .menu-area .menu-logo a p span {
  color: #7C0001;
}

@media (min-width: 576px) {
  .header .menu-area .menu-logo a p {
    font-size: 22px;
  }
}

.header .menu-area .menu-logo a img {
  max-height: 70px;
  width: auto;
}

.header .menu-area .main-menu .overlay {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 9;
  background-color: #3DADF2;
  opacity: 0.3;
  display: block;
  top: 0;
  left: 0;
  display: none;
}

.header .menu-area .main-menu .overlay.active {
  display: block;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .overlay {
    display: none;
  }
}

.header .menu-area .main-menu .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu-area .main-menu .menus .list-menu.open {
  left: 0;
  overflow-y: scroll;
}

.header .menu-area .main-menu .menus .list-menu {
  position: absolute;
  top: 0;
  background-color: #0A2465;
  width: 280px;
  text-align: left;
  height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 10;
  left: -280px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu-area .main-menu .menus .list-menu .drop-list {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
  width: 100%;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover::after {
  display: block;
  content: '';
  height: 8px;
  width: 8px;
  border-bottom: 1.5px solid white;
  border-right: 1.5px solid white;
  margin: 8px 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 {
  top: 30px;
  left: 0px;
  width: 260px !important;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaley(1);
          transform: scaley(1);
  border: 0px solid #242F46;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 {
    border: 0px solid #242F46;
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 ul {
  color: #3DADF2;
  padding: 0px;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 ul {
    padding-left: 2rem;
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 ul li {
  height: auto;
  padding: 5px 0 10px 0;
  margin: 5px 0;
  background-color: #071f5a;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 ul li {
    background-color: transparent;
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 ul li a {
  color: white;
  font-size: 14px;
}

.header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 ul li a span {
  display: none;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 {
    top: 30px;
    left: -74px !important;
    width: 300px !important;
    bottom: 20px;
    height: auto;
    -webkit-transform: scaley(1);
            transform: scaley(1);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-box-shadow: -5px 54px 81px 2px transparent;
            box-shadow: -5px 54px 81px 2px transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: white;
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling {
  display: block;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop {
    padding: 10px;
    color: #000B4B;
    cursor: auto;
    width: auto;
    font-weight: 500;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop span {
    padding-left: 10px;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li {
    min-height: auto;
    padding: 6px 15px 6px 5px;
    border-left: 5px solid transparent;
    margin: 5px 0;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    color: #000B4B;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li::after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li:hover {
    background-color: transparent;
    border-left: 5px solid transparent;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li:hover a {
    color: #000B4B;
    font-weight: 600;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li:hover::after {
    width: 100%;
    background: #7C0001;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li.active::after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #7C0001;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li a {
    line-height: 20px;
    font-weight: 500;
    color: black;
    font-weight: 600;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 .drop-aling ul.design-drop li a span {
    color: #757575;
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding-left: 0px;
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list::after {
  display: block;
  content: '';
  height: 8px;
  width: 8px;
  border-bottom: 1.5px solid white;
  border-right: 1.5px solid white;
  margin: 5px 10px;
  padding: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list::after {
    padding: 0x;
    position: relative;
    top: 2px;
    left: 8px;
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 {
  width: auto;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0px;
  border-radius: 10px;
  height: 0px;
  width: auto !important;
  -webkit-transform: scaley(0);
          transform: scaley(0);
  text-align: left;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  padding: 0px 0px;
}

.header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 .drop-aling {
  display: block;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 .drop-aling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 .drop-aling ul {
    padding: 10px;
    margin: 0;
    width: calc(400px / 3);
  }
}

.header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 li {
  padding: 0px;
  list-style: none;
}

.header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 li a {
  text-decoration: none;
}

.header .menu-area .main-menu .menus .list-menu .normal-list {
  list-style: none;
  padding: 10px 15px;
}

.header .menu-area .main-menu .menus .list-menu .normal-list a {
  color: #0A2465;
  font-size: 14px;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000B4B;
    position: relative;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent));
    background-image: linear-gradient(transparent);
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    left: 0;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list {
    list-style: none;
    cursor: pointer;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px 20px;
    position: relative;
    color: black;
    font-weight: 600;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover::after {
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    border-bottom: 1.5px solid black;
    border-right: 1.5px solid black;
    margin: 8px 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 {
    top: 40px;
    left: 0;
    bottom: auto;
    border-radius: 10px;
    padding: 10px;
    -webkit-transform: scaley(1);
            transform: scaley(1);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 4px 15px rgba(241, 89, 89, 0.1);
            box-shadow: 0px 4px 15px rgba(241, 89, 89, 0.1);
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 li {
    height: auto;
    list-style: none;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list:nth-child(3):hover .down-menu1 li a {
    color: #757575;
    text-decoration: none;
    font-weight: 600;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list::after {
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    border-bottom: 1.5px solid black;
    border-right: 1.5px solid black;
    margin: 5px 10px;
    padding: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list::after {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 {
    width: 150px;
    background-color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 40px;
    -webkit-transform: scaley(0);
            transform: scaley(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    padding: 10px;
  }
  .header .menu-area .main-menu .menus .list-menu .drop-list .down-menu1 li {
    padding: 0px;
  }
  .header .menu-area .main-menu .menus .list-menu .normal-list {
    list-style: none;
    padding: 0px 20px 20px;
  }
  .header .menu-area .main-menu .menus .list-menu .normal-list a {
    color: black;
    text-decoration: none;
    font-weight: 600;
  }
  .header .menu-area .main-menu .menus .list-menu .normal-list::after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
  }
  .header .menu-area .main-menu .menus .list-menu .normal-list:hover::after {
    width: 100%;
    background: #7C0001;
  }
  .header .menu-area .main-menu .menus .list-menu .normal-list.active::after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #7C0001;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
  }
}

@media (max-width: 991px) {
  .header .menu-area .main-menu .menus .menu-bar div {
    height: 2px;
    width: 20px;
    background-color: black;
    cursor: pointer;
  }
  .header .menu-area .main-menu .menus .menu-bar div:nth-child(2) {
    margin: 5px 0;
  }
}

.banner {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner .swiper {
  background-image: url("./../images/banner/bg.webp");
  background-position: center;
  background-size: cover;
}

.banner .swiper .swiper-slide img {
  max-height: 600px;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner .swiper .swiper-slide .benner-content {
  position: absolute;
  bottom: 20px;
  background-color: #DADEEC;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 20px 10px;
  text-align: left;
  padding: 15px;
  font-weight: 1000;
}

.banner .swiper .swiper-slide .benner-content h4 {
  font-weight: bold;
  color: black;
  text-align: center;
}

.banner .swiper .swiper-slide .benner-content p {
  display: none;
}

@media (min-width: 576px) {
  .banner .swiper .swiper-slide .benner-content p {
    display: block;
  }
}

.banner .swiper .swiper-button-prev::after, .banner .swiper .swiper-button-next::after {
  font-size: 20px;
  padding: 13px 18px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.1);
          box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.1);
  color: #7C0001;
  border-radius: 30px;
  font-weight: bold;
}

.banner .swiper .swiper-button-next {
  right: 30px;
}

.banner .swiper .swiper-button-prev {
  left: 30px;
}

.banner .about-banner {
  position: relative;
}

.banner .about-banner .about-banner-img {
  height: 500px;
}

.banner .about-banner .img-overaly {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.371);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 6;
  color: white;
  font-size: 35px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us, .choose-item-area {
  margin: 100px 0;
}

.about-us p, .choose-item-area p {
  color: black;
  font-size: 15px;
}

.about-us .message-box h2, .choose-item-area .message-box h2 {
  display: inline-block;
}

.about-us .message-box h2::after, .choose-item-area .message-box h2::after {
  width: 100%;
  height: 5px;
  content: "";
  background: #7C0001;
  position: relative;
  display: block;
  margin: 10px 0;
}

.about-us .about-blog .service-widget, .choose-item-area .about-blog .service-widget {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}

.about-us .about-blog .service-widget .widget-text, .choose-item-area .about-blog .service-widget .widget-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), color-stop(17.47%, rgba(50, 50, 50, 0.505208)), to(#000000));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(50, 50, 50, 0.505208) 17.47%, #000000 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 30%;
}

.about-us .about-blog .service-widget .widget-text h5, .choose-item-area .about-blog .service-widget .widget-text h5 {
  color: white;
  font-weight: bold;
}

.about-us .about-blog .service-widget .widget-text p, .choose-item-area .about-blog .service-widget .widget-text p {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  height: 0px;
}

.about-us .about-blog .service-widget .widget-text:hover a, .choose-item-area .about-blog .service-widget .widget-text:hover a {
  text-decoration: underline;
}

.about-us .about-blog .service-widget .post-media, .choose-item-area .about-blog .service-widget .post-media {
  position: relative;
  overflow: hidden;
}

.about-us .about-blog .service-widget .post-media img, .choose-item-area .about-blog .service-widget .post-media img {
  max-height: 290px;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about-us .about-blog .service-widget:hover .widget-text, .choose-item-area .about-blog .service-widget:hover .widget-text {
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 80%;
}

.about-us .about-blog .service-widget:hover .widget-text p, .choose-item-area .about-blog .service-widget:hover .widget-text p {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  height: auto;
}

.about-us .about-blog .service-widget:hover .post-media img, .choose-item-area .about-blog .service-widget:hover .post-media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.industrial-area .message-box h2 {
  display: inline-block;
}

.industrial-area .message-box h2::after {
  width: 100%;
  height: 5px;
  content: "";
  background: #7C0001;
  position: relative;
  display: block;
  margin: 10px 0;
}

.industrial-area .industrial-item {
  margin-top: 15px;
  position: relative;
}

.industrial-area .industrial-item .industrial-image {
  overflow: hidden;
  position: relative;
}

.industrial-area .industrial-item .industrial-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.industrial-area .industrial-item .industrial-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.industrial-area .industrial-item .industrial-image:hover .industrial-content a:hover {
  text-decoration: underline;
  color: #1f1f1f;
}

.industrial-area .industrial-item .industrial-image .industrial-content {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}

.industrial-area .industrial-item .industrial-image .industrial-content a {
  color: black;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}

footer {
  background-color: #070A38;
  padding: 50px 0 0 0;
}

footer .footer-widgets .widget .widget-title {
  color: white;
  font-weight: 600;
}

footer .footer-widgets .widget .contant-info {
  margin: 20px 0;
}

footer .footer-widgets .widget .contant-info .item-display-block {
  margin: 0;
  padding: 0;
}

footer .footer-widgets .widget .contant-info .item-display-block li {
  list-style: none;
  position: relative;
}

footer .footer-widgets .widget .contant-info .item-display-block li .info-shape {
  float: left;
  border-radius: 100px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  position: absolute;
}

footer .footer-widgets .widget .contant-info .item-display-block li .info-content {
  padding-left: 65px;
}

footer .footer-widgets .widget .contant-info .item-display-block li .info-content p {
  font-size: 15px;
  color: white;
  margin: 16px 0;
  padding: 10px 0 0 0;
}

footer .footer-widgets .widget ul {
  margin: 40px 0;
  padding: 0;
}

footer .footer-widgets .widget ul li {
  list-style: none;
  margin: 8px 0;
  color: #fff;
}

footer .footer-widgets .widget ul li a {
  color: #fff;
}

footer .footer-widgets .widget ul li a:hover {
  color: #fff;
  margin-left: 10px;
}

footer .footer-widgets .widget .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-widgets .widget .social a {
  border-radius: 50%;
  background-color: #fff;
  margin: 0 8px 0 0;
  font-size: 20px;
  color: #7C0001;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .footer-widgets .widget .social a:hover {
  color: black;
}

footer .footer-widgets .widget .social a.facebook {
  padding: 6px 11.5px 3px 10.5px;
  color: #4292FF;
}

footer .footer-widgets .widget .social a.facebook:hover {
  color: #1855aa;
}

footer .footer-widgets .widget .social a.youtube {
  padding: 6px 5px 3px 6px;
  color: #FF0000;
}

footer .footer-widgets .widget .social a.youtube:hover {
  color: #b80b0b;
}

footer .footer-widgets .widget .social a.linkedin {
  padding: 6px 7px 3px 8px;
  color: #0A66C2;
}

footer .footer-widgets .widget .social a.linkedin:hover {
  color: #094785;
}

footer .footer-widgets .widget .social a.twitter {
  padding: 6px 6px 3px 7px;
  color: #1DA1F2;
}

footer .footer-widgets .widget .social a.twitter:hover {
  color: #1855aa;
}

footer .footer-bottom {
  background-color: #7C0001;
  color: #fff;
}

footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-bottom ul li {
  list-style: none;
  margin: 0 10px;
}

footer .footer-bottom ul li a {
  color: #fff;
  text-decoration: underline;
}

footer .footer-bottom ul li a:hover {
  text-decoration: none;
}

.choose-area .message-box h2 {
  display: inline-block;
}

.choose-area .message-box h2::after {
  width: 100%;
  height: 5px;
  content: "";
  background: #7C0001;
  position: relative;
  display: block;
  margin: 10px 0;
}

.choose-area .message-box p {
  color: #aaa;
}

.choose-area .service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choose-area .service-items svg {
  font-size: 35px;
  margin: 0 15px;
  color: #7C0001;
}

.choose-area .service-items .items-text p {
  color: #aaa;
}

.blog-area {
  margin-bottom: 60px;
}

.blog-area .message-box h2 {
  display: inline-block;
}

.blog-area .message-box h2::after {
  width: 100%;
  height: 5px;
  content: "";
  background: #7C0001;
  position: relative;
  display: block;
  margin: 10px 0;
}

.blog-area .message-box p {
  color: #aaa;
}

.blog-area .card {
  border: none;
  margin: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-area .card:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.3);
          box-shadow: 0px 0px 10px rgba(99, 89, 241, 0.3);
}

.blog-area .card .card-body a {
  color: #7C0001;
}

.blog-area .card .card-img {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.blog-area .card .card-img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(7, 89, 240, 0.3);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.blog-area .card .card-img .overlay .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.blog-area .card .card-img:hover .overlay {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact-mail-area {
  margin: 50px 0;
}

.contact-mail-area .contact-designation {
  text-align: center;
}

.contact-mail-area .contact-designation h4 {
  color: black;
}

.contact-mail-area .contact-designation h5 {
  color: #575757;
}

.contact-mail-area .contact-details {
  margin: 10px 0;
}

.contact-mail-area .contact-details p {
  margin: 0;
  padding: 0;
}

.contact-mail-area .contact-details p svg {
  color: #575757;
}

.contact-mail-area .contact-details p a {
  color: #aaa;
  text-decoration: underline;
}

.contact-mail-area .contact-details p a:hover {
  text-decoration: none;
  color: #7C0001;
}

.metting-area {
  margin: 0 0 40px 0;
}

.metting-area .message-box h2 {
  display: inline-block;
}

.metting-area .message-box h2::after {
  width: 100%;
  height: 5px;
  content: "";
  background: #7C0001;
  position: relative;
  display: block;
  margin: 10px 0;
}

.metting-area .message-box p {
  color: black;
}

.metting-area .contant-info {
  margin: 20px 0;
}

.metting-area .contant-info .item-display-block {
  margin: 0;
  padding: 0;
}

.metting-area .contant-info .item-display-block li {
  list-style: none;
  position: relative;
}

.metting-area .contant-info .item-display-block li .info-shape {
  background: #070A38;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  position: absolute;
}

.metting-area .contant-info .item-display-block li .info-content {
  padding-left: 65px;
}

.metting-area .contant-info .item-display-block li .info-content h6 {
  font-weight: bold;
  color: black;
}

.metting-area .contant-info .item-display-block li .info-content p {
  color: black;
}

.metting-area .contact_form form .form-control {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px solid #E8E8E8;
  color: #757575;
  font-size: 16px;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
}

.metting-area .contact_form form .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.metting-area .contact_form form .form-control:-ms-input-placeholder {
  color: #aaa;
}

.metting-area .contact_form form .form-control::-ms-input-placeholder {
  color: #aaa;
}

.metting-area .contact_form form .form-control::placeholder {
  color: #aaa;
}
/*# sourceMappingURL=style.css.map */