@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dangrek&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Alkalami&family=EB+Garamond&family=Oleo+Script:wght@700&family=Oxygen&family=Roboto&display=swap');
nav{
  margin-top: 0;
}
.nav-color{
  background-color: #370b6f;
}
.nav-link {
    font-family: 'Oxygen', cursive;
}
.home-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 800px;
	background: -webkit-gradient(linear, left top, left bottom, from(#370b6f), color-stop(#00429b), color-stop(#006dba), color-stop(#0095ce), to(#2dbcdc));
	background: linear-gradient(to bottom, #370b6f, #00429b, #006dba, #0095ce, #2dbcdc);
}
.main-banner-content h1 {
	font-size: 55px;
	color: #ffffff;
	margin: 0 0 20px 0;
	font-weight: 700;
}
/* .main-banner-content h1 span{
  font-family: 'Dangrek', cursive;
  font-family: 'Acme', sans-serif;
} */
.main-banner-content p {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 0 0;
}
.main-banner-content .banner-btn {
	margin-top: 25px;
}
.home-area .banner-image {
  text-align: center;
  padding-top: 50px;
}
.home-area .creative-shape {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.btn-custom-white {
  background-color: white;
  font-weight: bold;
  padding: 10px 30px;
  box-shadow: inset 0 0 #9F8ACF;
  transition: all 0.4s ease-out;
}
.btn-custom-white:hover {
  box-shadow: inset 12em 0 #113BBF;
  border: solid white 1px;
  cursor: pointer;
  color: white;
}
.btn-custom-purple {
  background-color: #6A44BF;
  font-weight: bold;
  padding: 10px 30px;
  box-shadow: inset 0 0 white;
  transition: all 0.4s ease-out;
  color: white;
}
.btn-custom-purple:hover {
  box-shadow: inset 12em 0 #113BBF;
  border: solid white 1px;
  cursor: pointer;
  color: white;
}


.custom-fonts{
  /*font-family: 'Alkalami', serif;*/
  font-family: 'EB Garamond', serif;
  /*font-family: 'Oleo Script', cursive;*/
  /*font-family: 'Oxygen', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
}

.fa {
  padding: 20px;
}



.custom-card{
  padding: 30px;
  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.custom-card .icon {
  display: inline-block;
  color: #006dba;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* .custom-card .title,#title {
  font-family: 'Acme', sans-serif;
} */
.custom-card p {
  color: #0095ce;
}
.custom-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.custom-card:hover .icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}



.about-txt h1{
  text-transform: uppercase;
  color: #006dba;
  /* font-family: 'Dangrek', cursive; */
  font-weight: 200;
}
.about-txt .title,.choose-txt .title {
  margin-top: 50px;
  /* font-family: 'Acme', sans-serif; */
  margin-bottom: 50px;
}
.about-image {
	position: relative;
	text-align: center;
	margin-left: 0px;
}
.about-image img {
	border-radius: 3px;
}
.about-image .exp-txt {
  position: absolute;
  left: -75px;
  bottom: 25px;
  text-align: left;
  padding: 20px 40px 20px 40px;
  background: #ffffff;
  border-bottom: 2px solid #006dba;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}
.about-image .exp-txt h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}
.about-txt p,.choose-txt p {
  color: gray;
}




.choose-txt h1 {
  text-transform: uppercase;
  color: #006dba;
  /* font-family: 'Dangrek', cursive; */
  font-weight: 200;
}
.choose-txt ul{
  margin-top: 30px;
}
.choose-txt ul li{
  font-weight: bold;
  list-style-type: none;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: solid #7B68EE 3px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
}




.counter-area,.hire-area{
  padding-top: 100px;
  padding-bottom: 100px;
	text-align: center;
	position: relative;
	color: #fff;
	text-align: center;
  background-image: url("../img/banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed; 
	z-index: 1;
}
.counter-area::after,.hire-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .6;
	background: #03030c;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}



.testimonials-title h5,.hire-area h5{
  color: #006dba;
  /* font-family: 'Dangrek', cursive; */
  font-weight: 200;
}
.testimonials-title h1,.testimonial-info h5,.hire-area h1{
  font-family: 'Acme', sans-serif;
}
.testimonial-card{
  background-color: #F7F7F7;
  padding: 30px 50px;
  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);

}
.testimonial-img{
  padding: 55px;
}
.testimonial-img img{
  border: solid #7b68ee 7px;
  border-radius: 50%;
}



footer{
  background-color: black;
}
footer .links-heading{
  color: white;
  margin-top: 100px;
  border-bottom: 1px solid #777;
	padding-bottom: 10px;
  margin-bottom: 20px;
  /* font-family: 'Dangrek', cursive; */
}
footer ul{
  padding: 0;
}
footer p,footer ul li a{
  color: white;
  line-height: 1.8;
  text-decoration: none;
}
footer ul li{
  list-style-type: none;
  line-height: 2.5;
}
footer .social-links li{
  display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	text-align: center;
  margin-right: 15px;
  -webkit-transition: 0.4s;
	transition: 0.4s;

}
footer .social-links li a{
  color: black;
}
footer .social-links li:hover{
  background-color: royalblue;
  border-color: #00429b;
}
footer .contact-info{
  line-height: 2.1;
  color: white;
}
footer .contact-info .title{
  font-weight: 900;
  
}
footer .contact-info span {
  padding-left: 30px;
}
footer .contact-info span a{
  color: white;
  text-decoration: none;
}
.footer-sec-2{
  background-color: #1c1c23;
  padding: 30px 0;
  color: white;
}
#tac{
  text-align: right;
}
#footer-logo{
  text-align: center;
  padding: 0;
}
#md-screen{
  display: none;
}


/* .reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.fade-top {
  animation: fade-top 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
} */


@media (min-width: 992px){
  .btn-custom-white{
    margin-right: 30px;
  }
  .about-txt p{
    width: 70%;
  }
  .choose-txt ul li{
    width: 80%; 
  }
  .hire-area p{
    width: 50%;
  }
}
@media (max-width: 992px){
  .main-banner-content{
    text-align: center;
    margin-top: 100px;
  }
  .testimonial-img{
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .custom-card{
    margin-bottom: 50px;
  }
  .about-image .exp-txt{
    margin-left: 80px;
  }
  .testimonial-img{
    padding: 55px;
  }
  footer{
    height: auto;
  }
  #arr,#tac{
    text-align: center;
  }
  #footer-logo{
    display: none;
  }
  #md-screen{
    display: block;
  }
}