/* ------------------------------------------
[Master Stylesheet]

Template Name: Alime - Photography HTML Template
Template Author: Colorlib
Template Author URL: http://colorlib.com
Version: 1.0.0
Last Update: Feb 22, 2019



[Tables of CSS Content]

+ body

    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Footer CSS
    - 10.0 Follow CSS
    - 11.0 About CSS
    - 12.0 Breadcrumb CSS
    - 13.0 Blog CSS
    - 14.0 Team CSS
    - 15.0 Gallery CSS
    - 16.0 Contact CSS

--------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url("https://conexis.in/css/bootstrap.min.css");
@import url("https://conexis.in/css/animate.css");
@import url("https://conexis.in/css/default-assets/classy-nav.css");
@import url("https://conexis.in/css/owl.carousel.min.css");
@import url("https://conexis.in/css/magnific-popup.css");
@import url("https://conexis.in/css/font-awesome.min.css");
@import url("https://conexis.in/css/default-assets/themify-icons.css");
@import url("https://conexis.in/css/style.css");
/* :: 01.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }


  @font-face {
    font-family: 'Glacial Indifference';
    src:url("https://conexis.in/fonts/GlacialIndifference-Regular.eot");
    src:url("https://conexis.in/fonts/GlacialIndifference-Regular.eot?#iefix") format('embedded-opentype'),
        url("https://conexis.in/fonts/GlacialIndifference-Regular.woff2") format('woff2'),
        url("https://conexis.in/fonts/GlacialIndifference-Regular.woff") format('woff'),
        url("https://conexis.in/fonts/GlacialIndifference-Regular.ttf") format('truetype'),
        url("https://conexis.in/fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src:url("https://conexis.in/fonts/GlacialIndifference-Bold.eot");
  src:url("https://conexis.in/fonts/GlacialIndifference-Bold.eot?#iefix") format('embedded-opentype'),
      url("https://conexis.in/fonts/GlacialIndifference-Bold.woff2") format('woff2'),
      url("https://conexis.in/fonts/GlacialIndifference-Bold.woff") format('woff'),
      url("https://conexis.in/fonts/GlacialIndifference-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



body {
  
 
  font-size: 16px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Glacial Indifference';
  color: #595959;
  line-height: 1.3;
  font-weight: 300; }

  .h1, h1 {
	font-size:40px;
}

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }


li {
  list-style: none; }

p {
  line-height: 1.9;
  color: #333;
  font-size: 16px;
  font-weight: 400; }

/*img {
  width: 100%;
  height: auto; }*/

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4); }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #001d4a;
  height: 30px;
  line-height: 30px; }

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

button.mfp-close,
button.mfp-arrow {
  background: #001d4a; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f7f7f7 !important; }

textarea:focus,
input:focus {
  outline: none; }

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important; }

.border {
  border-color: #ebebeb; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  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;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  margin-top: -20px;
  color: #001d4a;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  margin-top: 50px;
 }
 .section-heading h2 {
	font-size: 40px;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
	line-height: 1.2;
	font-weight: lighter;
	color: #595959 !important;
}
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading.white p,
  .section-heading.white h2 {
    color: #ffffff; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #001d4a;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 0%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 20px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff; }

/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none; }

.alime-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 46px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 60px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .alime-btn.btn-2 {
    color: #252525; }
  .alime-btn:focus, .alime-btn:hover {
    font-weight: 500;
   
    background-color: #fff;
    color: #ccc; }

.badges-btn {
  background-color: #ebebeb;
  padding: 5px 15px;
  display: inline-block;
  color: #636363;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  letter-spacing: 1px; }
  .badges-btn:hover, .badges-btn:focus {
    background-color: #001d4a;
    color: #ffffff;
    font-weight: 500; }

/* :: 7.0 Header CSS */
.header-area {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent; }
  .header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 80px; }
    .header-area .search-icon i {
      font-size: 18px;
      color: #ffffff;
      cursor: pointer; }

.top-search-area .modal {
  background-color: rgba(0, 0, 0, 0.7); }
.top-search-area .modal-content .modal-body {
  padding: 50px; }
  .top-search-area .modal-content .modal-body button.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-size: 14px; }
    .top-search-area .modal-content .modal-body button.close-btn.btn {
      padding: 0;
      background-color: transparent; }
.top-search-area form {
  width: 100%;
  position: relative;
  z-index: 1; }
  .top-search-area form input {
    width: 100%;
    height: 50px;
    border: none;
    -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px; }
    .top-search-area form input:focus {
      -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08); }
  .top-search-area form button {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
    border: none;
    background-color: #001d4a;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer; }

.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 70px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 17px;
      text-transform:capitalize;
      color: #ffffff;
      font-weight: 500;
      padding: 0 15px; }
      .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #f2f2f2; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #252525; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #001d4a; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #252525; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #001d4a; } }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 15px;
  text-transform: capitalize;
  height: 40px;
  font-weight: 300;
  line-height: 40px;
  padding:0 30px;
  color: #252525;}
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #001d4a; }

.classynav ul li.active a {
  position: relative;
  z-index: 1; }
  .classynav ul li.active a::before {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #f2f2f2;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 1;
    content: '';
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .classynav ul li.active a::before {
        display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #ccc; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 230px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius:0px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #252525; }

.main-header-area {
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1); }
  .main-header-area.sticky {
    background-color: #001d4a; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff; }

/* :: 8.0 Hero CSS */
.welcome-area {
  position: relative;
  z-index: 1; }

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .welcome-slides .owl-prev,
  .welcome-slides .owl-prev, .welcome-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 35px;
    height: 35px;
    border-radius: 0%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    left: 70px;
    margin-top: 0px;
    z-index: 10;
    text-align: center;
    line-height: 39px;
    color: #ffffff;
    font-size: 15px;
  }
    .welcome-slides .owl-prev:hover, .welcome-slides .owl-prev:focus,
    .welcome-slides .owl-next:hover,
    .welcome-slides .owl-next:focus {
      background-color: #001d4a; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        left: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        width: 40px;
        left: 15px;
        height: 40px;
        font-size: 18px;
        line-height: 44px; } }
  .welcome-slides .owl-next {
    left: auto;
    right: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-next {
        right: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-next {
        right: 15px; } }

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #001d4a; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 750px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 750px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 600px; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text h2 {
      font-weight: bold;
      font-size: 60px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 0;
      background: -webkit-linear-gradient(#fff, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
    .single-welcome-slide .welcome-text p {
      color: #ffffff;
      margin-bottom: 50px;
      display: block; }
    .single-welcome-slide .welcome-text .hero-mail-contact {
      color: #ffffff;
      font-style: italic;
      text-decoration: underline; }
      .single-welcome-slide .welcome-text .hero-mail-contact:hover, .single-welcome-slide .welcome-text .hero-mail-contact:focus {
        color: #001d4a; }

/* :: 9.0 Footer CSS */
.footer-content {
  padding: 20px 0; }
  .footer-content .copywrite-text {
    position: relative;
    z-index: 1; }
    .footer-content .copywrite-text p {
      margin-bottom: 0;
      color: #252525; }
      @media only screen and (max-width: 767px) {
        .footer-content .copywrite-text p {
          font-size: 12px; } }
      .footer-content .copywrite-text p a {
        color: #001d4a;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .footer-content .copywrite-text p a {
            font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .footer-content .footer-logo a img {
      max-width: 50px; } }
  .footer-content .social-info a {
    color: #252525;
    font-size: 16px;
    margin-right: 20px; }
    .footer-content .social-info a:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .footer-content .social-info a {
        margin-right: 5px;
        font-size: 12px; } }
    .footer-content .social-info a:hover, .footer-content .social-info a:focus {
      color: #001d4a; }

/* :: 10.0 Follow CSS */
.single-instagram-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin:10px 15px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-instagram-item img {
    width: 100%;
    -webkit-transition-duration: 1500ms;
    -o-transition-duration: 1500ms;
    transition-duration: 1500ms; }
  .single-instagram-item .instagram-hover-content {
    width: 100%;
    height: 100%;
   
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 29, 74, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-instagram-item .instagram-hover-content a {
      text-align: center; }
      .single-instagram-item .instagram-hover-content a i {
        color: #ffffff;
        font-size: 0px;
        display: block;
        width:40px;
        margin: auto !important;
        text-align: center;
        margin-bottom: 15px; }
      .single-instagram-item .instagram-hover-content a span {
        font-size: 15px;
        font-weight: 500;
       
        margin-bottom: 0;
        color: #ffffff; }
        .top_category_heading{

        text-align: center; font-weight: 200; text-transform: capitalize; color: #333; padding:10px 0px;}


        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-instagram-item .instagram-hover-content a span {
            font-size: 12px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-instagram-item .instagram-hover-content a span {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-instagram-item .instagram-hover-content a span {
            font-size: 12px; } }
  .single-instagram-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single-instagram-item:hover .instagram-hover-content {
    opacity: 1;
    visibility: visible; }

.instagram-gallery-single-item:hover .instagram-hover-content .zoom-img {
  margin-top: 0;
  opacity: 1; }

/* :: 11.0 About CSS */
.about-us-content h3 {
  font-size: 36px;
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {



    .about-us-content h3 {
      font-size: 24px; } }
.about-us-content .line {
  height: 3px;
  width: 70px;
  background-color: #001d4a;
  margin-bottom: 30px; }

.about-video-area {
  position: relative;
  z-index: 1;
  border-radius: 10px; }
  .about-video-area img {
    -webkit-box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-radius: 10px; }
  .about-video-area .video-icon a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    height: 50px;
    width: 50px;
    display: inline-block;
    background-color: #001d4a;
    text-align: center;
    line-height: 56px;
    font-size: 38px;
    border-radius: 50%; }
    .about-video-area .video-icon a::after {
      content: '';
      position: absolute;
      width: 0%;
      height: 0%;
      border-radius: 50%;
      background-color: transparent;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border: 2px solid #001d4a;
      -webkit-animation: video-icon 1200ms linear infinite;
      animation: video-icon 1200ms linear infinite;
      z-index: -10; }
    .about-video-area .video-icon a:hover, .about-video-area .video-icon a:focus {
      background-color: #000000; }
      .about-video-area .video-icon a:hover::after, .about-video-area .video-icon a:focus::after {
        border: 2px solid #000000; }

@-webkit-keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  50% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  50% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
.why-choose-us-content {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color: #ffffff;
  padding: 80px 30px 50px;
  border-radius: 10px;
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-top: 50px; }
  .why-choose-us-content .chosse-us-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background-color: #001d4a;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px; }
  .why-choose-us-content h4 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
  .why-choose-us-content p {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    font-size: 26px;
    margin-bottom: 0; }
  .why-choose-us-content:hover, .why-choose-us-content:focus {
    background-color: #001d4a; }
    .why-choose-us-content:hover .chosse-us-icon, .why-choose-us-content:focus .chosse-us-icon {
      background-color: #000000;
      box-shadow: 0 5px 15px 2px rgba(255, 255, 255, 0.15); }
    .why-choose-us-content:hover h4,
    .why-choose-us-content:hover p, .why-choose-us-content:focus h4,
    .why-choose-us-content:focus p {
      color: #ffffff; }

/* :: 12.0 Breadcrumb CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 370px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 240px; } }
  .breadcrumb-area .page-title {
    color: #ffffff;
    font-size: 36px; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .page-title {
        font-size: 24px; } }

.breadcrumb-content {
  position: relative;
  z-index: 1;
  margin-top: 70px; }
  .breadcrumb-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }
    .breadcrumb-content .breadcrumb .breadcrumb-item {
      color: #CCC;
      font-weight: 400;
      font-size: 16px; }
      .breadcrumb-content .breadcrumb .breadcrumb-item a {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400; }
        .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
          color: #001d4a; }
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: '\f105';
      color: #ffffff;
      font-family: "FontAwesome"; }

.breadcrumb-area.blog {
  height: 550px; }
  .breadcrumb-area.blog .breadcrumb-content .post-catagory {
    padding: 2px 15px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #001d4a;
    font-weight: 500;
    margin-bottom: 15px; }
    .breadcrumb-area.blog .breadcrumb-content .post-catagory:hover, .breadcrumb-area.blog .breadcrumb-content .post-catagory:focus {
      font-weight: 500;
      background-color: #000000; }
  .breadcrumb-area.blog .breadcrumb-content .page-title {
    display: block;
    font-size: 48px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area.blog .breadcrumb-content .page-title {
        font-size: 30px; } }
  .breadcrumb-area.blog .breadcrumb-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 5px; }
    .breadcrumb-area.blog .breadcrumb-content .post-meta a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #ffffff;
      font-weight: 500;
      margin-right: 21px; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area.blog .breadcrumb-content .post-meta a {
          font-size: 13px; } }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a::after {
        content: '|';
        position: absolute;
        top: 0;
        right: -11px;
        z-index: 1; }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a:last-child::after {
        display: none; }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover, .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus {
        color: #001d4a; }
        .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover::after, .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus::after {
          color: #ffffff; }

/* :: 13.0 Blog CSS */
.blog-details-text {
  position: relative;
  z-index: 1; }
  .blog-details-text .row {
    margin-right: -5px;
    margin-left: -5px; }
    .blog-details-text .row .col-12 {
      padding-right: 5px;
      padding-left: 5px; }
  .blog-details-text p {
    font-size: 18px;
    margin-bottom: 20px; }

.alime-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  border-left: 3px solid #001d4a;
  padding-left: 30px; }
  .alime-blockquote h4 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #161715;
    line-height: 1.5;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .alime-blockquote h4 {
        font-size: 18px; } }
  .alime-blockquote h6 {
    font-size: 18px;
    color: #001d4a;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .alime-blockquote h6 {
        font-size: 14px; } }

.post-author-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .post-author-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .post-author-area .popular-tags {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 30px; } }
  .post-author-area .popular-tags li {
    display: inline-block;
    float: left;
    margin: 3px; }
  @media only screen and (max-width: 767px) {
    .post-author-area .post-social-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }
  .post-author-area .post-social-info p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #252525; }
  .post-author-area .post-social-info a {
    display: inline-block;
    color: #625b66;
    margin-right: 20px;
    font-size: 14px; }
    .post-author-area .post-social-info a:last-child {
      margin-right: 0; }
    .post-author-area .post-social-info a:hover, .post-author-area .post-social-info a:focus {
      color: #001d4a; }

.alime-pager-area {
  position: relative;
  z-index: 1; }
  .alime-pager-area .previous,
  .alime-pager-area .next {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 290px; }
    @media only screen and (max-width: 767px) {
      .alime-pager-area .previous,
      .alime-pager-area .next {
        height: 180px; } }
    .alime-pager-area .previous::after,
    .alime-pager-area .next::after {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.7);
      top: 0;
      left: 0;
      content: '';
      opacity: 0;
      visibility: hidden; }
    .alime-pager-area .previous .overlay-content,
    .alime-pager-area .next .overlay-content {
      position: absolute;
      width: 70%;
      height: 100%;
      top: 0;
      left: 15%;
      text-align: center;
      z-index: 100; }
      .alime-pager-area .previous .overlay-content .post-title,
      .alime-pager-area .next .overlay-content .post-title {
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .alime-pager-area .previous .overlay-content .post-title,
          .alime-pager-area .next .overlay-content .post-title {
            font-size: 14px; } }
        .alime-pager-area .previous .overlay-content .post-title:hover, .alime-pager-area .previous .overlay-content .post-title:focus,
        .alime-pager-area .next .overlay-content .post-title:hover,
        .alime-pager-area .next .overlay-content .post-title:focus {
          color: #001d4a; }
      .alime-pager-area .previous .overlay-content .previous-link,
      .alime-pager-area .previous .overlay-content .next-link,
      .alime-pager-area .next .overlay-content .previous-link,
      .alime-pager-area .next .overlay-content .next-link {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: -10%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        color: #ffffff;
        z-index: 100;
        opacity: 0; }
        .alime-pager-area .previous .overlay-content .previous-link:hover, .alime-pager-area .previous .overlay-content .previous-link:focus,
        .alime-pager-area .previous .overlay-content .next-link:hover,
        .alime-pager-area .previous .overlay-content .next-link:focus,
        .alime-pager-area .next .overlay-content .previous-link:hover,
        .alime-pager-area .next .overlay-content .previous-link:focus,
        .alime-pager-area .next .overlay-content .next-link:hover,
        .alime-pager-area .next .overlay-content .next-link:focus {
          color: #001d4a; }
    .alime-pager-area .previous:hover::after, .alime-pager-area .previous:focus::after,
    .alime-pager-area .next:hover::after,
    .alime-pager-area .next:focus::after {
      opacity: 1;
      visibility: visible; }
    .alime-pager-area .previous:hover .previous-link,
    .alime-pager-area .previous:hover .next-link, .alime-pager-area .previous:focus .previous-link,
    .alime-pager-area .previous:focus .next-link,
    .alime-pager-area .next:hover .previous-link,
    .alime-pager-area .next:hover .next-link,
    .alime-pager-area .next:focus .previous-link,
    .alime-pager-area .next:focus .next-link {
      opacity: 1; }
  .alime-pager-area .next .overlay-content .next-link {
    left: auto;
    right: -10%; }

.pagination {
  position: relative;
  z-index: 1;
margin-top: 50px; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .pagination .page-link {
    padding: 12px 20px;
    color: #252525;
    border: none;
    background-color: #f7f7f7;
    margin-right: 5px;
    border-radius: 50px; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: #001d4a;
      color: #ffffff !important;
      border-color: #001d4a; }
    .pagination .page-link:focus {
      box-shadow: none; }

      .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #001d4a;
        border-color: #001d4a;
      }

.comment_area {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }
  .comment_area .single_comment_area {
    position: relative;
    z-index: 1; }
    .comment_area .single_comment_area::after {
      position: absolute;
      width: 1px;
      background-color: #ebebeb;
      height: 100%;
      content: '';
      top: 0;
      left: 90px;
      z-index: 1; }


        
     
        .pagination .page-link {
          padding: 4px 12px;
          color: #252525;
          border: none;
          background-color: #f7f7f7;
          margin-right: 1px;
         
        }


.accordion {
	color: #ccc;
	cursor: pointer;
	padding: 10px 0px;
	font-weight: 100;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	border-bottom: solid 1px #003971;
	margin: 10px 0px;
}


      @media only screen and (max-width: 767px) {


        
.accordion {
	color: #ccc;
	cursor: pointer;
	padding: 10px 0px;
	font-weight: 100;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	border-bottom: solid 1px #003971;
	margin: 3px 0px;
}
        
        .active, .accordion:hover {
          
        }
        
       .panel {
	padding: 20px 5px;
	display: none;
	overflow: hidden;
	font-size: 15px;
}
       .accordion::after {
	content: '\02795';
	font-size: 13px;
	background-color: #032242;
	border-radius: 50%;
	color: #000 !important;
	float: right;
	margin-left: 5px;
	margin-top: 6px;
}
        
        .active:after {
         /* content: "\2796";  Unicode character for "minus" sign (-) */
        }





        

        .single-welcome-slide .welcome-text h2 {
          font-weight: bold;
          font-size: 30px;
          text-transform: uppercase;
          display: block;
          padding: 0px 25px;
          margin-bottom: 0;
          background: -webkit-linear-gradient(#fff, #fff);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-align: center;
         word-break: keep-all !important;
        }
        
        .welcome-slides .owl-prev, .welcome-slides .owl-prev, .welcome-slides .owl-next {
          
          background-color: rgba(255, 255, 255, 0.6);
         
        }

        

        .single-welcome-slide .welcome-text p {
          color: #ffffff;
          margin-bottom: 50px;
          display: block;
          text-align: center;
        }


        .hero-btn-group{
            text-align: center !important;

        }
        .comment_area .single_comment_area::after {
          left: 50px; } }
    .comment_area .single_comment_area .single_comment_area::after {
      display: none; }
  .comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .comment_area .comment-content .comment-author {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      width: 70px;
      max-width: 70px;
      margin-right: 40px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px;
          width: 40px;
          max-width: 40px;
          margin-right: 20px; } }
      .comment_area .comment-content .comment-author img {
        border-radius: 50%; }
    .comment_area .comment-content .comment-meta .post-date {
      font-size: 12px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 5px;
      font-weight: 300;
      color: #b2b2b2;
      letter-spacing: 1px; }
      .comment_area .comment-content .comment-meta .post-date:hover, .comment_area .comment-content .comment-meta .post-date:focus {
        color: #001d4a; }
    .comment_area .comment-content .comment-meta h5 {
      margin-bottom: 5px;
      font-size: 18px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta h5 {
          font-size: 16px; } }
    .comment_area .comment-content .comment-meta p {
      color: #636363;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
          font-size: 13px; } }
    .comment_area .comment-content .comment-meta .like,
    .comment_area .comment-content .comment-meta .reply {
      display: inline-block;
      padding: 5px 25px 5px;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid #ebebeb;
      text-transform: uppercase;
      border-radius: 2px; }
      .comment_area .comment-content .comment-meta .like:focus, .comment_area .comment-content .comment-meta .like:hover,
      .comment_area .comment-content .comment-meta .reply:focus,
      .comment_area .comment-content .comment-meta .reply:hover {
        border-color: #001d4a;
        background-color: #001d4a;
        color: #ffffff; }
  .comment_area .children {
    margin-left: 120px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children {
        margin-left: 60px; } }
    .comment_area .children .single_comment_area:last-of-type {
      margin-bottom: 0; }
    .comment_area .children .single_comment_area .comment-author {
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .comment_area .children .single_comment_area .comment-author {
          margin-right: 10px; } }

.alime-blog-area {
  position: relative;
  z-index: 1; }
  .alime-blog-area .row {
    margin-right: -5px;
    margin-left: -5px; }
    .alime-blog-area .row .col-12 {
      padding-right: 5px;
      padding-left: 5px; }

.single-post-area {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-post-area::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 1; }
  .single-post-area .post-thumbnail {
    display: block;
    overflow: hidden; }
    .single-post-area .post-thumbnail img {
      width: 100%;
      -webkit-transition-duration: 800ms;
      -o-transition-duration: 800ms;
      transition-duration: 800ms; }
  .single-post-area .post-catagory {
    position: absolute;
    padding: 2px 15px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #001d4a;
    top: 15px;
    right: 15px;
    z-index: 20;
    font-weight: 500; }
    .single-post-area .post-catagory:hover, .single-post-area .post-catagory:focus {
      font-weight: 500;
      background-color: #000000; }
  .single-post-area .post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 100; }
    .single-post-area .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 5px; }
      .single-post-area .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 13px;
        color: #ffffff;
        font-weight: 300;
        margin-right: 21px; }
        .single-post-area .post-content .post-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -11px;
          z-index: 1; }
        .single-post-area .post-content .post-meta a:hover, .single-post-area .post-content .post-meta a:focus {
          color: #001d4a; }
          .single-post-area .post-content .post-meta a:hover::after, .single-post-area .post-content .post-meta a:focus::after {
            color: #ffffff; }
    .single-post-area .post-content .post-title {
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-post-area .post-content .post-title {
          font-size: 16px; } }
      .single-post-area .post-content .post-title:hover, .single-post-area .post-content .post-title:focus {
        color: #001d4a; }
  .single-post-area:hover .post-thumbnail img, .single-post-area:focus .post-thumbnail img {
    -webkit-transform: scale(1.4) rotate(10deg);
    -ms-transform: scale(1.4) rotate(10deg);
    transform: scale(1.4) rotate(10deg); }

.related-news-area {
  position: relative;
  z-index: 1; }
  .related-news-area .row {
    margin-right: -5px;
    margin-left: -5px; }
    .related-news-area .row .col-12 {
      padding-right: 5px;
      padding-left: 5px; }

/* :: 14.0 Team CSS */
.team-content-area {
  position: relative;
  z-index: 1;
  padding:18px;
  height:450px;
  -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff; }
  .team-content-area .member-thumb {
    margin: 0 auto 40px;
    width: 165px; }
    .team-content-area .member-thumb img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 100%;
      border-radius: 50%; }
  .team-content-area h5 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0; }
  .team-content-area span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #333;
    font-size: 15px;
    padding-top: 10px;
    margin: 25px 5px !important;
    text-transform: capitalize; }
  .team-content-area .member-social-info {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .team-content-area .member-social-info a {
      color: #636363;
      font-size: 16px;
      margin: 0 10px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .team-content-area .member-social-info a:hover, .team-content-area .member-social-info a:focus {
        color: #001d4a; }
  .team-content-area:hover, .team-content-area:focus {
    background-color: #001d4a; }
    .team-content-area:hover .member-thumb img, .team-content-area:focus .member-thumb img {
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg); }
    .team-content-area:hover h5,
    .team-content-area:hover span, .team-content-area:focus h5,
    .team-content-area:focus span {
      color: #ffffff; }
    .team-content-area:hover .member-social-info a, .team-content-area:focus .member-social-info a {
      color: #ffffff; }
      .team-content-area:hover .member-social-info a:hover, .team-content-area:hover .member-social-info a:focus, .team-content-area:focus .member-social-info a:hover, .team-content-area:focus .member-social-info a:focus {
        color: #000000; }

/* :: 15.0 Gallery CSS */
.alime-portfolio-area {
  position: relative;
  z-index: 1; }
  .alime-portfolio-area .container-fluid {
    padding-right: 3%;
    padding-left: 3%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%; } }
    @media only screen and (max-width: 767px) {
      .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%; } }

.alime-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .alime-projects-menu .portfolio-menu .btn {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: 300;
    border-radius: 0;
    margin: 0 25px;
    color: #333;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .alime-projects-menu .portfolio-menu .btn {
        font-size: 14px;
        margin: 0 5px; } }
    .alime-projects-menu .portfolio-menu .btn::after {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 0%;
      color: #001d4a;
      height: 3px;
      background-color: #001d4a;
      content: '';
      bottom: -5px;
      left: 0;
      right: 0;
      z-index: 1; }
    .alime-projects-menu .portfolio-menu .btn.active::after {
      width: 100%; }

.single-portfolio-content {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .single-portfolio-content img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-portfolio-content .hover-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 29, 74, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
    .single-portfolio-content .hover-content a {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0;
      margin-left: -26px;
      z-index: 100;
      display: inline-block;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: #001d4a;
      text-align: center;
      line-height: 52px;
      font-size: 30px;
      color: #ffffff; }
      .single-portfolio-content .hover-content a:hover, .single-portfolio-content .hover-content a:focus {
        background-color: #000000; }
  .single-portfolio-content:hover img, .single-portfolio-content:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-portfolio-content:hover .hover-content, .single-portfolio-content:focus .hover-content {
    opacity: 1;
    visibility: visible; }
    .single-portfolio-content:hover .hover-content a, .single-portfolio-content:focus .hover-content a {
      margin-top: -26px; }

/* :: 16.0 Contact CSS */
.alime-contact-form .form-control {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  color: #afb4bf;
  font-size: 14px;
  border: 1px solid #ebebeb; }
  .alime-contact-form .form-control:focus {
    box-shadow: none;
    border-color: #001d4a; }
.alime-contact-form textarea.form-control {
  height: 120px;
  padding: 20px; }

.contact-area .contact-title {
  font-size: 56px; }
  @media only screen and (max-width: 767px) {
    .contact-area .contact-title {
      font-size: 30px; } }
.contact-area .contact-info p {
  font-size: 14px;
  margin-bottom: 5px; }
.contact-area .contact-info a {
  font-size: 16px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-area .contact-info a {
      font-size: 16px; } }

#map {
  height: 250px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #map {
      height: 400px; } }
  #map iframe {
    width: 100%;
    height: 100%;
    border: none !important;
    border-radius: 10px; }

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



.bg-about {
	position: relative;
	background: url(../images/happy-bg.png) top right no-repeat;
	padding-bottom: 24px !important;
	background-size: 25%;
}
.bg-dark {
	background-color: #002448 !important;
}

.text-white {
	color: #fff !important;
	padding: 12px;
	font-size: 21px;
	font-weight: 100;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #fff;
  clear: both;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .70rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
  

	border-radius:0rem !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



/*** Footer ***/
.footer {
  color: #ccc;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ccc;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content:url(../images/arrow.png);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--secondary);

  box-shadow: none;
}



.sidebar-contact{
  position:fixed;
  z-index:1000 !important;
  top:70%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input, .sidebar-contact textarea {
	width: 100%;
	height: 42px;
	padding: 5px;
  color: #000;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(168, 168, 168, 0.5);
	outline: none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#001d4a;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
  text-transform: uppercase;
}
.toggle {
  position: absolute;
  height: 43px;
  width: 43px;
  text-align: center;
  cursor: pointer;
  background: #f00;
  top: 0;
  right: -40px;
  line-height: 44px;
  
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}

.pulse i {
  position: relative;
  z-index: 20;
  top: 10px;
  font-size: 20px;
}
.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 40px !important;
  height: 40px;
  bottom: 100px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 0px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
  z-index: 9000;
}

.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}

	
.container_banner11 {
	

	
	
 
  
  color: white;
  background:url("https://conexis.in/images/landing_page-banner.jpg")fixed no-repeat;
 	background-size:COVER;
  padding:2em 0em 6em 0em;
  height:auto;
  
  
  margin:0px auto;
}

.label_text2 {
  font-size: 18px;
  color: #333;
  font-weight: 300;
  text-align: left!important;
  float: left;
  line-height: 20px;
  margin: 5px 0px 5px 0px;
  line-height: 0px;
}



.single-input-fieldsbtn {
background: #001d4a;
color: #fff;
display: inline-block;
font-weight: 500;
padding: 13px 25px;
text-transform: uppercase;
width: 100%;
margin: 19px 0px;
font-size: 17px;
border: none;
cursor: pointer;
}

  .single-input-fieldsbtn:hover {
      background: #eaeaea;
      color: #000;
      display: inline-block;
      font-weight: 500;
      padding: 13px 25px;
      text-transform: uppercase;
      width: 100%;
    margin: 19px 0px;
      font-size: 17px;
      border: none;

  }

  
.form_filedbooking22 {
  width: 100%;
  height: 50px;
  
  border: solid 1px #fff;
  font-size: 13px;
  margin: 10px 0px;

  /* box-shadow: 1px 1px 2px #000; */
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  color: #000 !important;
  opacity: 1;
}

  .form_filedbooking22:focus {
      
   opacity: 0.5;
   box-shadow:1px 1px 3px #c2953a;
  }

.border1{
  border: solid 1px #ccc;
  text-align: center;



}
.border_realted{
  border-bottom: solid 1px #f3f3f3;
  padding-bottom: 5px;
  
  text-align: center;



}


          .conexis_logo{
            position:absolute; margin:0;
            
            vertical-align:text-top;
            font-weight:bold;
            float:right;
            
            text-align:center;
            padding:0PX 0PX;
           
            }

            .form-control {
              border-radius: 0px;
              padding:25px 10px;
              color: #495057;
              background-color: #ffffff;
              border-color: #bfbfbf;
             
            }
            
            .form-control:focus {
                color: #000;
                background-color: #f9f9f9;
                border:1px solid #001d4a;
                outline: 0;
                box-shadow: none;
            
            }
            
 
            
/* :: Product Listing CSS */



.single-instagram-margin {
  
  margin:2px 2px 30px 2px !important;
   }   


   
.filter {
  padding: 18px 0;
}

.filter-title {
  font-size: 17px;
 
  letter-spacing: .79px;
  display: block;
  border-bottom: 1px solid #E7E7E7;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-weight: 300;
  width:100%;
}

.filter-options {
  padding-top: 10px;
}

  .filter-options li {
      padding: 8px 0px;
      font-size: 15px;
  }

      .filter-options li a {
          color: #161616;
          text-transform: uppercase;
          font-weight: 600;
      }

      .filter-options li.active a {
         color: #444
      }

.filter li.active a {
 color: #444;
}

.filter-options input {
  display: none;
}

.filter-options label {
  position: relative;
  line-height: 26px;
  font-size: 14px;
  display: block;
  padding-left: 27px;
}

  .filter-options label i {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #E7E7E7;
  }

  .filter-options label span {
      float: right;
      color: #A0A0A0;
  }

.filter-options .active label i:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #4FA730;
}


.filter-options1 {
  padding-top: 10px;
}

  .filter-options1 li {
      padding: 0px 0px;
      font-size: 14px;
      text-transform: capitalize;
  }

      .filter-options1 li a {
          color: #444;
          padding: 4px 10px;
          line-height: 38px;
          text-transform: capitalize;
          font-size: 15px;
          font-weight: 300;
      }


      .filter-options1 li a:hover {
        color: #002358;
        
        transition: 0.3s;
        
    }
      .filter-options1 li.active a {
          color: #444;
      }

      .sort{
        border:solid 1px #f3f3f3;



      }

.sidebartoggle a {
  letter-spacing: .86px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #0C0C0C;
  line-height: 30px;
  text-decoration: none!important;
  position: absolute;
  padding-left: 20px;
}

  .sidebartoggle a i {
      position: relative;
      top: 3px;
      margin-right: 2px;
  }

.sortselect {
  text-align: right;
}

  .sortselect span {
      letter-spacing: .86px;
      font-size: 12px;
      text-transform: uppercase;
      color: #0C0C0C;
      line-height: 30px;
  }

.products .sortselect .select2-container {
  min-width: 180px;
}

.sidebar {
  margin-top: 40px;
 
  
}

.mainbar {
  margin-top: 40px;
  margin-bottom: 8px;
}

.products .sidebar {
  display: none;
}

.products.filter-open .sidebar {
  display: block;
}

.products.filter-open .products-list {
	width: 80%;
	margin-left: 2%;
}
.products .when-open {
  display: none;
}

.products.filter-open .when-open {
  display: block;
}

.products.filter-open .when-closed {
  display: none;
}
.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: no-repeat center center;
}


.icon-filter-black {
  background-image: url(../images/icon-filter-black.svg);
}

.icon-min-black {
  background-image: url(../images/icon-min-black.svg);
}
.sidebar {
  width: 100%;
}

.sidebar-inner {
  
}

.filter {
	padding: 18px 10px;
  width:215px;

}

.filter-title {
  font-size: 17px;
 
  letter-spacing: .79px;
  display: block;
  border-bottom: 1px solid #E7E7E7;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-weight: 300;
}

.filter-options {
  padding-top: 10px;
}

  .filter-options li {
      padding: 8px 5px;
      font-size: 15px;
  }

      .filter-options li a {
          color: #444;
          text-transform: uppercase;
      }

      .filter-options li.active a {
         color: #444
      }

.filter li.active a {
 color: #444;
}

.filter-options input {
  display: none;
}

.filter-options label {
  position: relative;
  line-height: 26px;
  font-size: 14px;
  display: block;
  padding-left: 27px;
}

  .filter-options label i {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #E7E7E7;
  }

  .filter-options label span {
      float: right;
      color: #A0A0A0;
  }

.filter-options .active label i:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #4FA730;
}


.filter-options1 {
  padding-top: 10px;
}

  .filter-options1 li {
      padding: 0px 0px;
      font-size: 14px;
      text-transform: capitalize;
  }

      .filter-options1 li a {
          color: #333;
          padding: 4px 0px;
          line-height: 38px;
          text-transform: capitalize;
          font-size: 15px;
      }

      .filter-options1 li.active a {

          color: #444;
      }
.mb-2 {

font-size:15px;
}



      @media only screen and (max-width: 767px) {

        .sidebar {
          width: 100%;
        }

        .products.filter-open .products-list {
          width: 100%;
          margin:auto !important;
        }
      }





      .toggled-on .toggle-content {
        display: block;
        margin-top: 0px;
        padding:1px 3px;
        
    }
    
    .toggle-content {
        
    }
    
    .toggle-content p {
        margin: 15px 0 15px 0; 
    }
    
    .toggled-on .fa-angle-down {
        display: none; 
    }
    .toggle-title {
      cursor: pointer;
      position: relative;
      font-weight: 600;
      padding: 10px 5px;
      border-bottom: solid 1px #f2f2f2;
    }
    .toggle-title a {
      font-weight: 600;
    }
    .toggle-title i {
        position: absolute;
        right: 0;
        font-size:20px; 
        margin-top:10px;
    }
    
    .toggled-off .toggle-content {
        display: none; 
    }
    
    .toggled-off .fa-angle-up {
        display: none; 
    }




    
.description_right {
  float: left;
  width: 50%;
	

}

.description_left {
  float: left;
  
	
}
.zoomer_small {
	padding: 8px 5px 0px 5px;
	float: left;
	width: 20%;
	
}
.zoomer {
	float:left;
  width: 100%;
	
	background:#fff;
	
	margin-left:0%;
	box-shadow: 0 0 3px rgba(0,0,0, .2);
}


.product_image{
	
float:right; width:80%; 
	
}

.des_heading1 {
	font-size:20px;
	font-weight: 600;
	color: #001d4a;
	text-transform:uppercase;
	

	border-bottom: solid 1px rgba(204,204,204,.5);
	padding-bottom: 10px;font-family: 'Poppins', sans-serif;
}

.descrption_bg {
	box-shadow: -0px 2px 2px -1px rgba(0,29,71,0.1);
	font-size: 20px;
	border-bottom: none;
	color: #292929;
	width: 100%;
	padding: 20px 0px;
	font-weight: 500 !important;
	margin: 5px 0px 30px 0px;
	font-size: 24px;
	text-transform: capitalize;
}

.p_class{
  text-align: justify;
  line-height: 22px !important;


}


.dots1 ul {
		margin:0;
	padding:0;
	
	
}
.dots1 ul li {
	margin: 5px 28px;
	padding: 5px 3px 5px 11px;
	list-style: url("https://conexis.in/images/1111.png") bottom outside;
	color: #000;
	font-size: 16px;
	line-height: 27px;
}
.brand_hading {
	font-size:18px;
	margin: 0px 20px 2% 0%;
	padding:10px;
	width:auto; display:inline-block;
	text-transform:uppercase;
	border: solid 1px #ccc;
	border-radius:25px;
	
	
	font-weight: 600;
	color: #000;
}
.fb{
vertical-align:top;
text-align:center;	
	
}

.button_des {
	background: #001d4a  center left no-repeat;
	border: solid 1px #001d4a;
	padding: 10px 10px 10px 10px;
	
	width: auto;
	display: inline-block;
	
	font-size: 14px;
	font-weight:500;
  letter-spacing: 0.5px;

	border-radius:0px;
	color: #fff !important;
	margin: 5px 10px;
	text-transform:uppercase;
}
.button_des a{
	padding:10px 10px 0px 10px ;
	height:30px;
	

	color:#fff;
	text-decoration:none;
	
	
	
	
}
.button_des a:hover{
	text-decoration:none !important;
	color:#FFF;

	
	
	
	
}
.button_des:hover{

background: #000 center left no-repeat ;
border: solid 1px #000;
color: #000 !important;
}

.button_des2 {
	background: #000  center left no-repeat;
	border: solid 1px #000;
	padding: 10px 10px 10px 10px;
	
	width: auto;
	display: inline-block;
  letter-spacing:0.5px;
	
	font-size: 14px;
	font-weight:500;

	border-radius:0px;
	color: #fff !important;
	margin: 5px 10px;
	text-transform:uppercase;
}
.button_des2 a{
	padding:10px 10px 0px 10px ;
	height:30px;
	

	color:#fff;
	text-decoration:none;
	
	
	
	
}
.button_des2 a:hover{
	text-decoration:none !important;
	color:#FFF;

	
	
	
	
}
.button_des2:hover{

background: #001d4a center left no-repeat ;
border: solid 1px #001d4a;
color: #fff !important;
}
.img_border
{
	border: solid 1px #dfdfdf;
	padding:2px;
	margin:2px;
	height:auto !important;
width:75px;
	
}



.h2, h2 {
	font-size:30px;
}

.conexis_logo2 {
	position: absolute;
	margin: 7px 22px;
	vertical-align: text-top;
	font-weight: bold;
	float: right;
	text-align: center;
	padding: 0PX 0PX;
	z-index: 10;
	right: 0;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.btn1 {
	border: 1px solid #aaa;
	color: gray;
	background-color: white;
	padding: 16px 20px;
	/* border-radius: 3px; */
	font-size: 16px;
	font-weight: 300;
	width: 250px;
	text-align: center !important;
}
.upload-btn-wrapper input[type="file"] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
  right: 0;
	opacity: 0;
}

.text-dark {
	color: #5b5b5b !important;
}

.card {
	position: relative;
	display: -ms-flexbox;
  font-weight: 600;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
  font-size: 20px;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius:0rem; 
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	color: inherit;
	background-color:#fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}


.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	color: #000 !important;
	font-size: 15px;
	padding: 10px 6px !important;
}

.heading-display {
	padding: 10px 0px;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	color: #000;
	font-weight: 300;
}


@media only screen and (max-width: 767px) {

.form-container {
	background-color: #001d4a;
	border-radius: 0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	width: 90% !important;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 40px;
	padding: 40px;
	color: #fff;
}
  .form-popup-bg {
	position: absolute !important;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94, 110, 141, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
}


  .single-instagram-margin {
	margin: 20px 2px 30px 2px !important;
}
  .filter {
	padding: 18px 10px;
	width: 100% !important;
}

  .sort {
    border: solid 1px #f3f3f3;
    display: block !important;
  }

  .product_image {
    float: inherit;
    width: 100%;
  }

  .zoomer_small {
    padding: 8px 5px 0px 5px;
    /* float: left; */
     width: 100%;
    display: flex;
  }

}



.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
	background-color: #001d4a;
	border-radius: 0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  margin-top: 40px;
	padding: 40px;
	color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


