@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
html {
  scroll-behavior: smooth;
}
* {
  font-family: Raleway;
}

nav.navbar{
  padding: 0rem 1rem;
}
.header-social-div ul li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 1px;
    height: 17px;
    margin: auto;
    background: #cacaca;
    pointer-events: none;
}
.right-arrow{
	transform: rotate(180deg);
  height: 30px;
}

.pink {
  color: #ec3593;
}
.green {
  color: #98c93c;
}
.blue {
  color: #00bef2;
}
.yellow {
  color: #ffb614;
}
.bottom-strip .strip {
  height: 1rem;
}

.bg-pink {
  background-color: #ec3593;
}
.bg-green {
  background-color: #98c93c;
}
.bg-blue {
  background-color: #00bef2;
}
.bg-yellow {
  background-color: #ffb614;
}

.float-right-div{
	float: right;
}
.scrollToTop{
	text-align: center;
}
.page-sub-heading{
	font-size: 2rem;
}
h3 {
  font-size: 1rem !important;
}

.client h1 {
  font-weight: bolder;
  font-size: 4rem;
  color: #ffb614;
  text-transform: uppercase;
  display: flex;
  position: relative;
  top: 2.5rem;
  height: 5rem;
  left: -2rem;
  padding-right: 2rem;
  /*background: black;*/
}
#top-bar a{
  text-decoration: none;
  color: white;
}
#top-bar a:hover{
  text-decoration: none;
  color: #99ca3b;
}
.down_arrow_cnt img{
  width: 35px;
}
.left_arrow{
  height: 30px;
}
.up_arrow{
  width: 35px;
}
#button-goto-top{
  position: fixed;
  bottom: 100px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}
#button-goto-top.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link{
  color: #fff;
  font-size: 0.8rem;
}
.footer-social-icons a{
  font-size: 0.9rem;
  text-decoration: none;
  padding-left: 0.2rem;
  letter-spacing:1px;
  color: #fff;
}
.footer-social-icons a:hover{
  color: #fff;
}
.footer-social-icons{
  color: #fff;
}
.footsoc li{
  display: inline-block;
}
.bottom-navigation a:hover{
  text-decoration: none;
}
.home-hamburger{
  width:40px;
  position: absolute;
  right: 3%;
  bottom: -3rem;
  /*padding-top: 30px;*/
}
.top-with-icon{
  width:90px;
}
.hamburger{
    width:40px;
    padding-bottom: 20px;
  }
#bottom-social-icons > ul{
  padding-left: 0px;
  display: inline-block;
}
.copyright-text{
  font-size: 0.8rem;
}
.copyright-text a:hover{
  text-decoration: none;
}
.copyright-text p {
  margin-bottom: 5px;
}
.copyright-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
/*@Large Mobile*/
@media screen and (max-width: 600px) and (min-width: 321px) {
  .copyright-text{
    padding-left: 0.7rem !important;
  }
  .copyright-text{
    padding-right: 0.7rem !important; 
  }
  .copyright-text{
    font-size: 0.6rem;
  }
  .down_arrow_cnt img{
    width: 35px;
  }
  .left_arrow{
    height: 20px !important;
  }
  .up_arrow{
    width: 25px !important;
  }
  .right-arrow{
    height: 20px;
  }
  .goto-top-right-in-mobile{
    text-align: right !important;
  }
  .home-hamburger{
    width: 30px;
    padding-top: 20px;
  }
  .hamburger{
    width:40px;
    padding-bottom: 20px;
  }
  .top-with-icon{
    width:70px;
  }
  #button-goto-top{
    bottom: 100px;
  }
  .bottom-navigation h3{
    font-size: 0.8rem !important;
    padding-top: 0.2rem;
  }
  .bottom-navigation .add-padd{
    padding: 0rem !important;
  }
  .mobile-padding{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  h1{
    background-color: initial !important;
  }
	.navbar{
		padding: 0rem;
	}
	.display-inline-in-mobile{
		display: inline;
	}
	.scrollToTop{
		text-align: left;
	}
	.page-sub-heading{
		font-size: 1rem;
		padding-top: 3rem !important;
	}
  .display-none-in-mobile{
    display: none;
  }
  .owl-nav .owl-prev img{
    height: 30px;
  }
  .footer-social-icons a{
    font-size: 0.8rem;
    text-decoration: none;
    padding-left: 0px;
    color: #fff;
  }
	.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  } 
  #bottom-social-icons > ul{
    padding-left: 0px;
    display: block;
    margin-bottom: 0px;
  }
}
/* Small Mobile */
@media screen and (max-width: 320px) {
	.display-inline-in-mobile{
		display: inline;
	}
	.scrollToTop{
		text-align: left;
	}
	.page-sub-heading{
		font-size: 1rem;
		padding-top: 3rem !important;
	}
  .display-none-in-mobile{
    display: none;
  }

  .mobile-padding{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.youtube-play{
    display: none !important;
}