@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
  }
  body{
      overflow-x:hidden;
      font-family: 'Rubik', sans-serif;
      padding: 0;
      margin: 0;
  }
.bg-custom{
    background-color: black;
}
  .shadow{
    box-shadow: 8px 8px 14px rgb(0, 0, 0, 0.3);
  }
  .text-custom{
      color: #2D2F43;
  }
  .text-bold{
      font-weight: 600 !important;
  }
  .skinny-text{
      font-weight: 300;
  }
  .bg-green{
      background-color: #2D2F43;;
  }
  .carousel-control-next-icon{
      color: black !important;
  }
.c-input{
    border: none ;
    border-bottom: 2px solid grey !important;
}
/* Navigation */

/* .navbar{
    background-color: black;
    border-bottom: 4px solid #2D2F43;
} */

/* icon bar */

.icon-bar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 999 !important;}
.icon-bar a:hover {background-color: #000;}
.whatsapp {background: #25D366;color: white;}
.facebook {background: #3B5998;color: white;}
.twitter {background: #55ACEE;color: white;}
.google {background: #dd4b39;color: white;}
.linkedin {background: #007bb5;color: white;}
.instagram{background-color: #3f729b; color: white;}
.icon-bar a {display: block;text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 20px;}

/* end icon bars */	

.nav-link{
    color: black !important;
}
.page-footer,.top-nav-collapse{
    background-color:#1C2331
}
.dropdown-menu{
    width:300px;
    margin-top: 15px;
    border-bottom: 4px solid #2D2F43;
}
.dropdown-bottom{
    border-bottom: 1px solid rgb(238, 238, 238);
}
.text-grey{
    color: grey;
}
h1, h2, h3{
    font-weight: 300;
}
.sm{
    width:35px;
    height:35px;
    font-size: 15px;
    padding: 10px;
    border-radius: 50%;
    transition: 0.5s ease;
}
.sm:hover{
    background: black;
}
.card{
    border: none;
    transition: 0.5s ease;
}
.card:hover{
    box-shadow: 8px 8px 14px rgb(0, 0, 0, 0.3);
    transform: scale(1.05);
    
}
.card-btn{
    bottom: 10px !important;
}
.font-small{
    font-size: 14px !important;
}
.icon-bar a:hover {background-color: #000;}
.whatsapp {background: #25D366;color: white;}
.facebook {background: #3B5998;color: white;}
.twitter {background: #55ACEE;color: white;}
.google {background: #dd4b39;color: white;}
.youtube {background: #dd4b39;color: white;}
.linkedin {background: #007bb5;color: white;}
.icon-bar a {display: block;text-align: center;padding: 16px;transition: all 0.3s ease;color: white;font-size: 20px;}
.instagram{
    background: linear-gradient(110deg, #515bd4, #8134af, #dd2a7b, #feda77, #f58529);
    color: white;
}
.btn-grey{
    background-color: #2D2F43;
    color: white;
    border-radius: 0px !important;
    width:200px;
    transition: 0.5s ease;
}
.btn-grey:hover{
    background-color: black;
    color:white;
}
.btn-shadow{
    box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.3);
}
.bg-light-green{
    background-color: rgb(232, 255, 240);
}
.text-align-right{
    text-align: right !important;
}
.bg-black{
    background-color: black;
}
.footer-news{
    background-color: none !important;
    border: 2px solid rgb(153, 152, 152);
}
.call-us{
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	z-index:9999;
	display:none;
}
.call-us a{
	color:white;
	text-align:center;
	font-size:32px;
}
.phone-icons{
	border-right:2px solid white;
}
.phone-hover{
	transition:1s ease;
}
.phone-hover:hover{
	background-color:white;
}
.phone-hover:hover a span{
	color:black !important;
}
.no-gutter{
    padding: 0px !important;
}

@media only screen and (max-width:1200px){
    .btn-grey{
        width: 150px;
    }
    p{
        font-size: 12px;
    }
    h1, h2, h3{
        font-size: 20px;
    }
}

@media only screen and (max-width:768px){
    .navbar{
        background-color:black;
    }
    h1{
        font-size: 30px;
    }
    p{
        font-size: 14px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 26px;
    }
    .text-align-right{
        text-align: left !important;
    }
    .call-us{
		display:block;
	}
    .flip { display: flex; flex-flow: column; }
    .one { order: 1; }
    .two { order: 2;  }
    .three { order: 3 }

}