body {
  font-family: "Roboto Slab", serif;
}

.home_banner {
  height: 100vh;
  background: rgb(23, 26, 136); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(23, 26, 136) 0%, rgb(15, 16, 24) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(23, 26, 136) 0%, rgb(15, 16, 24) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(23, 26, 136) 0%, rgb(15, 16, 24) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#171a88", endColorstr="#0f1018",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
  position: relative;
}

.header {
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
.header .logo img {
  width: 250px;
}
.header .right_menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .right_menu li.search {
  margin-right: 25px;
  cursor: pointer;
}
.header .right_menu li.search img {
  width: 32px;
}
.header .right_menu li.menu_toggler {
  width: 35px;
  display: flex;
  flex-direction: column;
}
.header .right_menu li.menu_toggler span {
  background-color: #fff;
  height: 4px;
  margin-bottom: 7px;
}
.header .right_menu li.menu_toggler span:nth-child(1) {
  width: 20px;
  margin-left: auto;
}
.header .right_menu li.menu_toggler span:nth-child(2) {
  width: 100%;
}
.header .right_menu li.menu_toggler span:nth-child(3) {
  width: 18px;
  margin-right: auto;
  margin-bottom: 0;
}
.header .right_menu li.menu_toggler:hover {
  cursor: pointer;
}
.header .right_menu li.menu_toggler:hover span:nth-child(1) {
  width: 18px;
  margin-right: auto;
  margin-left: 0;
}
.header .right_menu li.menu_toggler:hover span:nth-child(3) {
  width: 20px;
  margin-left: auto;
  margin-right: 0;
}

.home_menu .modal-dialog {
  max-width: 100%;
  height: 100vh;
  margin: 0;
}
.home_menu .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
  border: 0;
  background: rgb(23, 26, 136); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(23, 26, 136) 0%, rgb(15, 16, 24) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(23, 26, 136) 0%, rgb(15, 16, 24) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(23, 26, 136) 0%, rgb(15, 16, 24) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#171a88", endColorstr="#0f1018",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.home_menu .modal-dialog .modal-content .modal-header {
  border: 0;
}
.home_menu .modal-dialog .modal-content .modal-header .btn-close {
  height: 50px;
  width: 50px;
  background-image: none;
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  margin-right: 50px;
}
.home_menu .modal-dialog .modal-content .modal-header .btn-close i {
  display: block;
}
.home_menu .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home_menu .modal-dialog .modal-content .modal-body .menu_logo {
  text-align: center;
}
.home_menu .modal-dialog .modal-content .modal-body .menu_logo img {
  width: 380px;
}
.home_menu .modal-dialog .modal-content .modal-body .inner_menu ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li a {
  text-decoration: none;
  color: #fff;
  padding: 8px 35px;
  font-size: 26px;
  font-weight: 400;
}
.home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li a:hover {
  color: #00CAFF;
}
.home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li.dropdown .dropdown-menu {
  background-color: #002C8B;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li.dropdown .dropdown-menu li a.dropdown-item {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 16px;
}
.home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li.dropdown .dropdown-menu li a.dropdown-item.active, .home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li.dropdown .dropdown-menu li a.dropdown-item:active, .home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li.dropdown .dropdown-menu li a.dropdown-item:hover {
  background-color: transparent;
}
.home_menu .modal-dialog .modal-content .modal-body .social ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.home_menu .modal-dialog .modal-content .modal-body .social ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  padding: 5px 15px;
}
.home_menu .modal-dialog .modal-content .modal-body .social ul li a:hover {
  color: #f15922;
}

.search_bar {
  border: 0;
}
.search_bar.offcanvas-end {
  border: 0;
  background-color: #002C8B;
}
.search_bar .btn-close {
  height: 50px;
  width: 50px;
  background-image: none;
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  margin-left: auto;
}
.search_bar .btn-close i {
  display: block;
}
.search_bar .offcanvas-body .saerch_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_bar .offcanvas-body .saerch_form .form-control {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  border-radius: 0;
  color: #fff;
}
.search_bar .offcanvas-body .saerch_form .form-control::placeholder {
  color: #fff;
}
.search_bar .offcanvas-body .saerch_form .form-control:hover, .search_bar .offcanvas-body .saerch_form .form-control:focus, .search_bar .offcanvas-body .saerch_form .form-control:visited, .search_bar .offcanvas-body .saerch_form .form-control:active {
  box-shadow: none;
}
.search_bar .offcanvas-body .saerch_form .btn {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.search_bar .offcanvas-body .tags {
  margin-top: 50px;
}
.search_bar .offcanvas-body .tags h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
  margin-bottom: 25px;
}
.search_bar .offcanvas-body .tags ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.search_bar .offcanvas-body .tags ul li {
  margin-right: 10px;
}
.search_bar .offcanvas-body .tags ul li a {
  line-height: 20px;
  white-space: nowrap;
  margin-right: 4px;
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
  margin-bottom: 8px;
  background: #fff;
  color: #222;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
}
.search_bar .offcanvas-body .tags ul li a:hover {
  background-color: #00CAFF;
  color: #fff;
}

.banner_content {
  position: relative;
  z-index: 1;
}
.banner_content .banner_text h4 {
  color: #fff;
  font-size: 22px;
}
.banner_content .banner_text h1 {
  color: #00CAFF;
  font-size: 40px;
  font-weight: 600;
}
.banner_content .banner_text p {
  font-size: 16px;
  color: #fff;
}
.banner_content .banner_text .btn {
  background-color: #00CAFF;
  color: #fff;
  border-radius: 25px;
  width: 180px;
  height: 45px;
  line-height: 28px;
}
.banner_content .banner_text .btn:hover {
  background-color: #f15922;
}
.banner_content .brain {
  text-align: right;
  position: relative;
}
.banner_content .brain img {
  width: 550px;
}
.banner_content .brain .dots span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgb(158, 178, 253); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgb(158, 178, 253) 0%, rgb(80, 92, 255) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(158, 178, 253) 0%, rgb(80, 92, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(158, 178, 253) 0%, rgb(80, 92, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9eb2fd", endColorstr="#505cff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 2s infinite;
}
.banner_content .brain .dots span:nth-child(1) {
  top: 15vw;
  left: 8vw;
}
.banner_content .brain .dots span:nth-child(2) {
  top: 18.03vw;
  left: 11.65vw;
}
.banner_content .brain .dots span:nth-child(3) {
  top: 21.5vw;
  left: 11.8vw;
}
.banner_content .brain .dots span:nth-child(4) {
  top: 29.2vw;
  left: 17.8vw;
}
.banner_content .brain .dots span:nth-child(5) {
  top: 7vw;
  left: 26vw;
}
.banner_content .brain .dots span:nth-child(6) {
  top: 12.5vw;
  left: 30vw;
}
.banner_content .brain .dots span:nth-child(7) {
  top: 18.2vw;
  left: 29vw;
}
.banner_content .brain .dots span:nth-child(8) {
  top: 5vw;
  left: 15vw;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.welcome {
  padding: 125px 0;
}
.welcome .welcome_block_img {
  display: flex;
  position: relative;
  margin-right: 50px;
}
.welcome .welcome_block_img .welcone_img.image_one {
  margin-right: 20px;
}
.welcome .welcome_block_img .welcone_img.image_two {
  margin-top: 90px;
}

.circular_move {
  position: absolute;
  top: 0;
  right: -60px;
  animation: rotation 28s infinite linear;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.title {
  position: relative;
  margin-bottom: 30px;
}
.title h2 {
  color: #002C8B;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  height: 13px;
  width: 100px;
  background-color: #f15922;
  bottom: 4px;
  z-index: 1;
}

.about_desc {
  padding-left: 50px;
}
.about_desc p {
  color: #6F6F6F;
  line-height: 32px;
  font-size: 18px;
}
.about_desc .desc_block {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.about_desc .desc_block .img {
  margin-right: 25px;
}
.about_desc .desc_block .img img {
  width: 70px;
}
.about_desc .desc_block p {
  margin-bottom: 0;
  line-height: 25px;
}
.about_desc .btn {
  background-color: #fff;
  border-radius: 25px;
  border-color: #f15922;
  border-width: 2px;
  width: 200px;
  height: 45px;
  color: #f15922;
  line-height: 29px;
}
.about_desc .btn:hover {
  background-color: #f15922;
  color: white;
}

.services {
  background-color: #F5F4F2;
  padding: 115px 0;
}
.services .services_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #707070;
  align-items: center;
  margin-bottom: 60px;
}
.services .services_link {
  margin-bottom: 25px;
  position: relative;
}
.services .services_link a {
  text-decoration: none;
  height: 110px;
  display: flex;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.services .services_link a:hover {
  background-color: #002C8B;
}
.services .services_link a:hover i {
  color: #fff;
  transform: rotate(0deg);
}
.services .services_link a:hover h3 {
  color: #fff;
}
.services .services_link a:hover h3 img {
  margin-left: 0;
}
.services .services_link i {
  font-size: 32px;
  position: absolute;
  top: 3px;
  right: 10px;
  transform: rotate(-45deg);
  color: #002C8B;
  transition: all 0.3s ease-out;
}
.services .services_link h3 {
  font-size: 18px;
  color: #002C8B;
  margin-bottom: 0;
  font-weight: 600;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.services .services_link h3 img {
  margin-left: -50px;
  margin-right: 10px;
  height: 47px;
  width: 47px;
  transition: all 0.3s ease-out;
}

.project_timer {
  padding: 60px 0;
  text-align: center;
}
.project_timer p {
  text-transform: uppercase;
  color: #6F6F6F;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.project_timer h1 {
  color: #002C8B;
  font-weight: 800;
  font-size: 75px;
}

.product {
  padding: 0 0 80px;
}
.product .product_title p {
  font-size: 18px;
  text-align: justify;
  color: #6F6F6F;
}
.product .product_desc {
  position: relative;
  margin-bottom: 25px;
}
.product .product_desc .pro_pop_desc {
  background-color: rgba(0, 44, 139, 0.86);
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  bottom: 0;
  height: 20%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease-in;
}
.product .product_desc .pro_pop_desc h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 100px;
  transition: 0.3s ease-out;
}
.product .product_desc .pro_pop_desc p {
  color: #fff;
  font-size: 14px;
}
.product .product_desc .pro_pop_desc .btn {
  background-color: #fff;
  border-color: #f15922;
  border-radius: 25px;
  color: #f15922;
  width: 170px;
}
.product .product_desc .pro_pop_desc .btn:hover {
  background-color: #f15922;
  color: #fff;
}
.product .product_desc:hover {
  cursor: pointer;
}
.product .product_desc:hover .pro_pop_desc {
  height: 100%;
  width: 100%;
  align-items: center;
}
.product .product_desc:hover .pro_pop_desc h2 {
  margin-bottom: 15px;
  font-size: 30px;
}

.clients {
  padding: 0 0 80px;
}
.clients .client_title p {
  font-size: 18px;
  text-align: justify;
  color: #6F6F6F;
}
.clients .client_title .btn {
  background-color: #fff;
  border-color: #f15922;
  border-radius: 25px;
  color: #f15922;
  width: 170px;
}
.clients .client_title .btn:hover {
  background-color: #f15922;
  color: #fff;
}
.clients .client_logo {
  text-align: center;
  height: 180px;
  display: flex;
  justify-content: center;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.clients .client_logo img {
  width: 180px;
}
.clients .client_logo_inner .col-md-4:nth-child(3) .client_logo, .clients .client_logo_inner .col-md-4:nth-child(6) .client_logo {
  border-right: 0;
}
.clients .client_logo_inner .col-md-4:nth-child(4) .client_logo, .clients .client_logo_inner .col-md-4:nth-child(5) .client_logo, .clients .client_logo_inner .col-md-4:nth-child(6) .client_logo {
  border-bottom: 0;
}

.footer {
  background-color: #04102B;
  padding: 60px 0;
}
.footer img {
  width: 240px;
  margin-bottom: 20px;
}
.footer p {
  color: #fff;
  font-size: 16px;
  margin: 25px 0;
  font-weight: 300;
}
.footer .btn {
  background-color: #04102B;
  border-color: #f15922;
  border-radius: 25px;
  color: #f15922;
  width: 170px;
}
.footer .btn:hover {
  background-color: #f15922;
  color: #fff;
}
.footer h3 {
  color: #00CAFF;
  margin-bottom: 25px;
}
.footer ul li {
  color: #fff;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
  padding: 7px 0;
  display: block;
  font-weight: 300;
}
.footer ul li a:hover {
  color: #00CAFF;
}
.footer ul.address li {
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  font-weight: 300;
}
.footer ul.address li i {
  width: 35px;
  color: #00CAFF;
  font-size: 18px;
  margin-top: 5px;
  flex: 0 0 35px;
}
.footer ul.social {
  display: flex;
}
.footer ul.social li a {
  font-size: 18px;
  padding: 5px;
}

.copyright {
  background-color: #002C8B;
  padding: 10px 0;
}
.copyright p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 420px) {
  .home_banner {
    height: auto;
  }
  .header .logo img {
    width: 150px;
  }
  .header .right_menu li.search img {
    width: 22px;
  }
  .home_menu .modal-dialog .modal-content .modal-header .btn-close {
    margin-right: 0;
  }
  .home_menu .modal-dialog .modal-content .modal-body .menu_logo img {
    width: 180px;
  }
  .home_menu .modal-dialog .modal-content .modal-body .inner_menu ul {
    flex-direction: column;
  }
  .home_menu .modal-dialog .modal-content .modal-body .inner_menu ul li a {
    padding: 12px 0;
    font-size: 16px;
    display: block;
  }
  .home_menu .modal-dialog .modal-content .modal-body .social ul li a {
    font-size: 18px;
  }
  .banner_content .brain {
    display: none;
  }
  .banner_content {
    padding: 50px 0;
    display: flex;
    align-items: center;
  }
  .banner_content .banner_text h4 {
    font-size: 16px;
  }
  .banner_content .banner_text h1 {
    font-size: 25px;
  }
  .banner_content .banner_text p {
    font-size: 14px;
  }
  .banner_content .banner_text .btn {
    width: 120px;
    height: 40px;
  }
  .welcome {
    padding: 40px 0;
  }
  .welcome .welcome_block_img {
    margin-right: 0;
  }
  .circular_move {
    width: 140px;
    right: 0;
  }
  .circular_move img {
    width: 100%;
  }
  .about_desc {
    padding-left: 0;
  }
  .about_desc .desc_block {
    margin: 15px 0;
  }
  .about_desc .desc_block .img img {
    width: 50px;
  }
  .services {
    padding: 50px 0;
  }
  .services .services_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .clients .client_logo_inner .col-md-4 {
    border-bottom: 1px solid #D3D3D3 !important;
  }
  .clients .client_logo {
    border: 0 !important;
    height: auto;
    padding: 25px 0;
  }
  .clients .client_logo img {
    width: 70%;
  }
  .footer .btn {
    margin-bottom: 15px;
  }
  .copyright p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
