

@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

* {
  margin: 0;
  padding: 0; }

body {
  /*font-family: "Roboto", sans-serif;*/ }

p {
  color: #565656;
  font-size: 15px;
  line-height: 2;
  font-weight: 100; }


#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000; }

#sonar-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2400ms linear infinite;
  animation: sonar 2400ms linear infinite;
  z-index: 999; }
  #sonar-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f8f5f5;
    -webkit-animation: sonar 2700ms linear infinite;
    animation: sonar 2700ms linear infinite; }
  #sonar-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f8f5f5;
    -webkit-animation: sonar 1800ms linear infinite;
    animation: sonar 1800ms linear infinite; }

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none !important; }

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

.sonar-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0; }

.sonar-table-cell {
  display: table-cell;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-230 {
  margin-top: 230px; }
  @media only screen and (max-width: 767px) {
    .mt-230 {
      margin-top: 100px; } }

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

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

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.mfp-wrap {
  z-index: 100000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 10px; }

#scrollUp {
  background-color: #232323;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #192a56; }
 
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }

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

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

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

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

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.bg-gray {
  background-color: #f8f5f5; }

.nicescroll-rails {
  z-index: 999999 !important; }

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .section-heading .line {
    width: 100px;
    height: 1px;
    background-color: #232323;
    margin-bottom: 30px;
    display: block; }
  .section-heading h2 {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.5; }
    .section-heading h2 span {
      font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 30px; } }

.sonar-btn {
  position: relative;
  z-index: 1;
  min-width: 180px;
  height: 66px;
  border: 1px solid;
  border-color: #2f2f2f;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 64px;
  padding: 0;
  background-color: #ffffff; }
  .sonar-btn:hover, .sonar-btn:focus {
    background-color: #2f2f2f;
    font-size: 12px;
    color: #ffffff; }
  .sonar-btn.white-btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent; }
    .sonar-btn.white-btn:hover, .sonar-btn.white-btn:focus {
      background-color: #ffffff;
      color: #2f2f2f; }
  .sonar-btn.btn-2 {
    background-color: #2f2f2f;
    font-size: 12px;
    color: #ffffff; }
  .sonar-btn.btn-3 {
    background-color: #232323;
    color: #ffffff; }
    .sonar-btn.btn-3::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 1px solid;
      border-color: #232323;
      right: -6px;
      bottom: -6px;
      content: '';
      z-index: -100; }
    .sonar-btn.btn-3:hover, .sonar-btn.btn-3:focus {
      background-color: #232323;
      color: #ffffff; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    opacity: 0.85;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: 1; }
  
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.slide-background-overlay {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; }
  
  .slide-background-overlay::after {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%); }

.grids {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .grids div {
    width: 1px;
    height: 100%;
    background-color: #e0e3e4; }
    .grids div:nth-child(5) {
      background-color: #bababa; }
    .grids div:first-child, .grids div:last-child {
      background-color: transparent; }

/* :: Header Area CSS */
.header-area {
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  padding: 15px 30px; }
  .header-area .logo-area a {
    color: #ffffff;
    font-size: 36px;
    font-weight: 100; }
    @media only screen and (max-width: 767px) {
      .header-area .logo-area a {
        font-size: 24px; } }
  .header-area .menu-content-area .header-social-area {
    margin-right: 30px; }
    .header-area .menu-content-area .header-social-area a {
      font-size: 18px;
      padding: 0 10px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .header-area .menu-content-area .header-social-area a {
          padding: 0 5px;
          font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .header-area .menu-content-area .header-social-area {
        margin-right: 15px; } }
  .header-area.sticky {
    background-color: #232323; }
  @media only screen and (max-width: 767px) {
    .header-area {
      padding: 10px 0; } }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer; }

.mainMenu {
  position: fixed;
  width: 480px;
  height: 100%;
  top: 0;
  right: -500px;
  background-color: #232323;
  z-index: 99999;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 15px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  .mainMenu .closeIcon {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms; }
    .mainMenu .closeIcon:hover {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .mainMenu .closeIcon {
        right: 30px;
        top: 30px; } }
  .mainMenu .logo-area a {
    color: #ffffff;
    font-size: 30px;
    display: block;
    font-weight: 100; }
    @media only screen and (max-width: 767px) {
      .mainMenu .logo-area a {
        font-size: 24px; } }
  .mainMenu .copywrite-text p {
    margin-bottom: 0;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .mainMenu .copywrite-text p {
        font-size: 14px; } }
  .mainMenu .copywrite-text a {
    font-weight: 100;
    color: #ffffff; }
    .mainMenu .copywrite-text a:hover, .mainMenu .copywrite-text a:focus {
      font-size: 14px; }
  .mainMenu .nav-link {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    padding: 12px 15px; }
    @media only screen and (max-width: 767px) {
      .mainMenu .nav-link {
        font-size: 14px;
        padding: 10px; } }
    .mainMenu .nav-link::after {
      content: '';
      bottom: 0;
      width: 30px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      z-index: 5;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .mainMenu .nav-link:hover::after, .mainMenu .nav-link:focus::after {
      width: 70px;
      background-color: white; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainMenu {
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainMenu {
      padding: 30px 15px; } }
  @media only screen and (max-width: 767px) {
    .mainMenu {
      padding: 15px;
      width: 300px; } }


/* :: Hero Slides Area CSS */
.owl-carousel .single-hero-slide {
 
  position: relative;
 
  padding-right:-10px;
 
  overflow: hidden;
  cursor: pointer; 
}


  @media  (max-width:575px) {

     .owl-carousel .single-hero-slide {
      height: 60vh;
       padding-left:10px;
     
    } 
 
     .owl-carousel .single-hero-slide .hero-slides-content {
      -webkit-transform:none !important;
      transform:none !important;
      position: relative;
      z-index: 11;
     
      margin-left: 70px;
     
      
    }
     .owl-carousel .single-hero-slide:hover .hero-slides-content  {
        -webkit-transform:none!important;
        transform:none !important;
      }
     .owl-carousel .single-hero-slide h3  {
      display: none ;
    }
   
}

 




@media (max-width:991px) {
     .owl-carousel .single-hero-slide {
      height: 60vh;
       padding-left:10px;
     
    } 
 
     .owl-carousel .single-hero-slide .hero-slides-content {
      -webkit-transform:none !important;
      transform:none !important;
      position: relative;
      z-index: 11;
     
      margin-left: 70px;
     
      
    }
     .owl-carousel .single-hero-slide:hover .hero-slides-content  {
        -webkit-transform:none!important;
        transform:none !important;
      }
     .owl-carousel .single-hero-slide h3  {
      display: none ;
    }
}







@media only screen 
  and (max-width:1350px)
  and (orientation: landscape) {

 .owl-carousel .single-hero-slide:hover h3  {
      display: none;
    }
}

@media only screen 
and (max-height: 1100px)
  and (max-width:800px)
  and (orientation: landscape) {

 .owl-carousel .single-hero-slide:hover h3  {
      display: none;
    }
}


@media only screen 
and (max-height: 1050px)
  and (max-width:800px)
  and (orientation: landscape) {

 .owl-carousel .single-hero-slide:hover h3  {
      display: none;
    }
}


























  
















@media only screen and (max-width: 1028px)
{
	
	.owl-carousel .single-hero-slide .hero-slides-content h2 {
       
      margin-left: -10px !important;
      
    }
  
	 .owl-carousel .single-hero-slide .hero-slides-content p {
   
    
    margin-left:-10px !important;
   
  }
.owl-carousel .single-hero-slide:hover h2  {
         margin-left:-10px !important;

    }



    .owl-carousel .single-hero-slide:hover p  {
         margin-left:-10px !important;
    }

}	







  
  


  @media only screen and (min-width: 992px)  
  {
    .owl-carousel .single-hero-slide 
    {
      height: 60vh; padding-left:10px;
    } 
	.owl-carousel .single-hero-slide:hover .anthem-product-feature-carousel-sm__slide-main-wrapper  
  { 
      opacity:1;
    } 
	
	
	.owl-carousel .single-hero-slide .hero-slides-content 
  {
      position: relative;
      z-index: 11;
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-top: 85px;
      left: 0px;
     
    }
	
    .owl-carousel .single-hero-slide .hero-slides-content h2 {
        color: #ffffff;
      
      font-size:20px;  
      margin-left: 20px;
      margin-top:-20px;
    
      
       font-family: 'larsseit-light';
    }
  
	 .owl-carousel .single-hero-slide .hero-slides-content p {
    color: #ffffff;
    margin-top: 10px;
    
    font-size:13px;
    
    margin-left:20px;
    font-family: 'larsseit-light';
  }
  .owl-carousel .single-hero-slide :hover h3  { 
       display: none;
  }
  
	
	.owl-carousel .single-hero-slide:hover h2  {
         margin-left:20px;

    }



    .owl-carousel .single-hero-slide:hover p  {
         margin-left:20px;
    }



    .owl-carousel .single-hero-slide:hover .hero-slides-content  {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        margin-left: 20px;
        padding-left: 20px;
        opacity: .9;
    }
  }

  @media  (max-width:1980px)  {
	  .owl-carousel .single-hero-slide {
  
  position: relative;
 
  padding-right:-10px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  overflow: hidden;
  cursor: pointer; 
}
    
	.owl-carousel .single-hero-slide:hover .anthem-product-feature-carousel-sm__slide-main-wrapper  { 
      opacity:1;
    } 
	
	
	.owl-carousel .single-hero-slide .hero-slides-content {
      position: relative;
      z-index: 11;
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-top: 100px;
      left: 0px;
     
    }
	
    .owl-carousel .single-hero-slide .hero-slides-content h2 {
        color: #ffffff;
      
      font-size:19px;  
      margin-left: 20px;
      margin-top:-20px;
    
      
       font-family: 'larsseit-light';
    }
  
	 .owl-carousel .single-hero-slide .hero-slides-content p {
    color: #ffffff;
    margin-top: 10px;
    
    font-size:12px;
    
    margin-left:20px;
    font-family: 'larsseit-light';
  }
  .owl-carousel .single-hero-slide :hover h3  { 
       display: none;
  }
  
	
	.owl-carousel .single-hero-slide:hover h2  {
         margin-left:20px;

    }



    .owl-carousel .single-hero-slide:hover p  {
         margin-left:20px;
    }



   /* .owl-carousel .single-hero-slide:hover .hero-slides-content  {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        margin-left: 20px;
        padding-left: 20px;
        opacity: .9;
    }*/
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

/*@media (max-width:576px) {
    .owl-carousel .single-hero-slide {
        padding:20px;
        height: 75vh;
		
    }
}
@media (max-width:350px) {
    .owl-carousel .single-hero-slide {
        padding:20px;
        height: 84vh;
    }
}*/

  /*@media only screen and (min-width: 768px)  {
    .hero-slides .single-hero-slide {
      height: 700px; } }
  
  @media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
      height: 550px; } }
*/





/*.hero-slides .owl-dots {
  position: absolute;
  left: 50px;
  bottom: 50px; }
  .hero-slides .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #6a6a67;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block; }
    .hero-slides .owl-dots .owl-dot.active {
      border: 1px solid #ffffff;
      background-color: #ffffff; }*/





