@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;600;800&family=Poppins:wght@100;200;300;400;700;900&display=swap');

body{
  font-family: "Poppins", Sans-serif;
  font-size:16px;
  border-top:2px solid #00afef
}

.bg-dark{
  background-color: #00afef !important;
}

.navbar{
  border-bottom:1px solid #eee
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
  background-color: #fff;
  border-bottom:1px solid #ddd

}
.nav-link{
  font-weight: normal;
  text-transform: uppercase;
}

.nav-link:focus, .nav-link:hover{
  color: #00afef
}

.card{
transition: all 0.6s;
}

.card:hover {
  transform: translateY(-10px);
}

.testimonial-slider {
  padding: 100px 0px;  
}


.call-to-action  {
  width: 100%;
  padding:100px 0px;
  background-image: url(/assets/images/cta.jpg);
  background-size: cover

}


/* Contact */

.contact-info i{
  color: #004AAA;
  font-size: 20px;
  border: 1px solid #004AAA;
  width: 40px;  
  height: 40px;
  border-radius: 90%;
  line-height: 7px;
  text-align:center
}

.contact-info a{
  text-decoration: none;
}

.btn-link{
  text-decoration: none;
}

.btn-primary{    
  font-weight: 500;
  background-color: #004AAA;
}

/*** Home Slider ***/

.home-slider {
  position: relative;
  display: block;
  background: #ffffff;
  z-index: 10;
}

.home-slider .slide {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 200px 0px 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-slider .slide .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  transform:scale (1);
    transition: all .8s ease-in-out .4s;
}
.home-slider .slide .image-layer:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.20);
  content: "";
  z-index: -1;
  display: none;
}
.home-slider .active .slide .image-layer{
  -webkit-transform:scale(1.0);
  -ms-transform:scale(1.0);
  transform:scale(1.0);
}
.home-slider .content{
  position:relative;
  z-index:11;
}
.home-slider .content{
  position: relative;
  display: block;
  width: 100%;
}
.home-slider .auto-container{
  position: relative;
  overflow: hidden;
}

.home-slider .content .big-title{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.home-slider .active .content .big-title{
opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;   
}
.home-slider .content .big-title h2{
  color: #ffffff;
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 800;
  text-shadow:0 1px black
}

.home-slider .content h3{
  position: relative;
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
  transform: perspective(400px) rotateX(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  font-family: 'Noto Serif', serif;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: 'Rubik', sans-serif;
}
.home-slider .active .content h3{
opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
  transform: perspective(400px) rotateX(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;     
}

.fresh{color:#00afef}

.home-slider .owl-theme .owl-nav {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  line-height: 0;
  opacity: 1;
  transform: scale(1.0) translateY(0px);
}

.home-slider .owl-theme .owl-prev span, 
.home-slider .owl-theme .owl-next span{
  display: block;
}
.home-slider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  top: 0;
  transform: rotate(180deg);
  background: transparent;
  border: 2px solid #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 56px;
  font-weight: 400;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.home-slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  top: 0;
  transform: rotate(0deg);
  background: transparent;
  border: 2px solid #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 56px;
  font-weight: 400;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-content-box{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.slider-content-box .inner-content{
  position: relative;
  display: block;
  max-width: 670px;
  width: 100%;
  float: right;
  padding: 50px 50px 50px;
  background: #ffffff;
  box-shadow: 0px 30px 80px 0px rgba(12, 21, 41, 0.15);
  z-index: 10;
}

.slider-content-box .inner-content .text-box {
  position: relative;
  display: block;
  width: 330px;
  padding-right: 40px;
}
.slider-content-box .inner-content .text-box h3{
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 22px;
}
.slider-content-box .inner-content .text-box p{
  margin: 0;
}

.slider-content-box .inner-content .text-box,
.slider-content-box .inner-content .image-box{
  display: table-cell;
  vertical-align: middle;
}
.slider-content-box .inner-content .image-box .inner{
  position: relative;
  display: block;
  overflow: hidden;
}
.slider-content-box .inner-content .image-box .inner img{
  width: 100%;
}

/*Hover Effect*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #00afef;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 150px 20px;
  background: #00000042
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  font-weight:bold
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Footer */

footer{
  background-color: #1c1d1f;
  margin-top: 30px;
}

footer a {
  color: #494950;
}

footer h3{
  font-size: 20px;
}

.contact-widget {
  position: relative;
  display: block;
  padding: 48px 30px 50px 35px;
  border-radius: 5px;
  margin-top: -103px;
}
.contact-widget {
  background: #00afef}

.contact-widget .info li h5 a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.contact-widget .info li {
  position: relative;
  display: block;
  padding-left: 73px;
  margin-bottom: 40px;
}
.contact-widget .info li i {
  position: absolute;
  left: 0px;
  top: 11px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.contact-widget .info li p {
  color: #fff;
  margin-bottom: 5px
}
  
.contact-widget .info li h5 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
}

.contact-widget .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
}

.copyright{
  font-size: 16px;
  line-height: 32px;
  color: #bbbbbc;
  border-top: 2px solid rgba(255,255,255,0.1);
  margin-top:40px
}

.copyright a{
  color:#bbbbbc
}
ul.footer-menu li{
  list-style-type: none
}
ul.footer-menu li a{ 
  text-decoration: none;
}

ul.info{
  padding-left:0px
}

.footer-menu a{
  color:#fff
}

/* contact page */
.contact-page a{
color:#000;
text-decoration: none;
}

/* Responsive */

@media only screen and (max-width: 600px) {
  .navbar-brand img{
    width:200px
  }
  .home-slider .content .big-title h2{
  font-size:30px
  }
  .home-slider:hover .owl-theme .owl-nav{
    display: none;
  }
}



/* Preloader */

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#fff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/preloader.gif);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

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

.vmg-banner {
  position: relative;
  padding: 50px 0 50px;
  background: #00afef
}

.text-justify{text-align:justify !important;}
