@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body{
color: #444;
font-family: 'Open Sans', sans-serif !important;
font-size: 1rem !important;
font-weight: 400 !important;
line-height: 1.5 !important;
}
.p0 {padding: 0px !important;}
.add-bar ul li {list-style: none;}
.add-bar ul li i {margin-right: 20px; font-size: 15px; line-height: 30px;}
footer{
	background: #333;
	background-image:url(../../img/banner/footer_bg.jpg);
	color:#fefefe
}
section.contact_us{background:#4384e0; color:#fff;}
.why_us{color:#fff !important}
/* Image overlay  slide */
.overlay {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0px;
  background-color: #212331;
  opacity: 0.9;
  border-top: 2px solid #f27920;
  overflow: hidden;
  width: 93%;
  height: 50px;
  transition: .5s ease;
}
.overlaySlide{overflow:hidden}
.overlaySlide img{transition: transform .5s;}
.overlaySlide:hover .overlay {
  height: 100%;
}
.overlaySlide:hover .text{
   padding-top:25px;
}
.overlaySlide:hover img {
  transform: scale(1.2);
}
.text {
  color: white;
  position: absolute;
  padding: 3px 25px;
}
.rounded-circle {
    border-radius: 50% !important;
     background-image: -moz-linear-gradient(0deg, #3e69fe 0%, #4cd4e3 100%);
  background-image: -webkit-linear-gradient(0deg, #3e69fe 0%, #4cd4e3 100%);
  background-image: -ms-linear-gradient(0deg, #3e69fe 0%, #4cd4e3 100%);
    width: 165px;
    padding-top: 24.5px;
    padding-bottom: 24.5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.nav-item.active {
    background: #364a80;
}
.nav-item.active a{
    color: #fff !important;
}
.nav-item:hover {
    background: #3f73fc;
}

.nav-link{
font-weight: 600;
text-transform: uppercase;
color:#fefefe !important;
}
.navbar-expand-lg{
	background: linear-gradient(45deg, #3d31cd 20%, #2ec5ad 80%);
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
a.dropdown-item:hover{background: #3f73fc; color:#fff !important}
navbar-dark .navbar-nav .nav-link:hover {
   color:#000 !important
}
.dropdown-menu{padding-bottom:0px; padding-top:0px; border-radius: 0px !important; margin-top: 0px;}
.dropdown-menu li{padding-top:5px; padding-bottom:5px;}
.social_icons{word-spacing:20px;}
.top_info a, .social_icons a{text-decoration:none; color:#fff;}
.top_info a:nth-child(2){margin-left:20px;}
header{background: #2a3575;}
@media only screen and (max-width: 750px){
	.top_info, .social_icons{text-align:center}
	.top_info a{display:block;}
	.top_info a:nth-child(2){margin-left:0px;}
}
.about_section h2, .section-header h3{
	color: #413e66;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700 !important;
}
 .about_section h3, .why_us h4{
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
	font-family: 'Montserrat', sans-serif;
 }
 .about-section ul li i{
    font-size: 20px !important;
    padding-right: 4px !important;
    color: #1bb1dc !important;
}
.about_section ul li{list-style: none; padding-bottom: 10px;}
.about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}
.about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}
.about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}
.about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: .5s;
}
.about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
/* Clients Section */
#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}
.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}
#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}
#clients {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.section-bg {
    background: #ecf5ff;
}
#clients .client-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#clients img {
    transition: all 0.4s ease-in-out;
}
/* Testimonials */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/* Products */
#products{
	background: url("../../about-bg.jpg") center top no-repeat fixed;
    background-size: auto;
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}
#products::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
}
#products .col-lg4{display:flex}
#products .products-grid{
	flex:1;
	
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin: 0px;
	
}
/* Flip Box */
.flip-box {	
  background-color: transparent;
  min-height:300px;
  height: 200px;
  
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  padding:20px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin: 0px;
}

.flip-box-back {
  padding:20px;
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  border-radius: 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin: 0px;
}
@media only screen and (max-width: 768px){
	.carousel-item > img{top: -50px !important; right: 0; margin: 0 auto !important;}
}
/* back to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3d31cd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #000;
}
.add-bar.white, footer li, footer p {
    font-size: 14px;
}




