/* CSS Document */

body {
      font-family: "Montserrat", sans-serif;
    }

h1, h2, h3, h4, h5, h6{ font-family: "Parkinsans", sans-serif;}
    .btn-red {
      background-color: #e63946;
      color: white;
      border-radius: 25px;
      padding: 8px 50px;
		font-size: 20px;
    }
.btn-red:hover {
	background-color: #e67239;color: white;}
    .section-title {
      font-weight: 700;
		font-size: 30px;
      color: #e63946;
    }
    .feature-box {
      padding: 20px;
      border-radius: 12px;
      background: white;
      margin: 10px;
    }

.service-box {
	position: relative;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      padding: 30px 20px 30px 110px;
      border-radius: 12px;
      background: white;
      margin: 15px 10px;
	font-style: italic;    
text-align: left;}


.service-box div{position: absolute; left: 20px; top: 20px;}
.service-box div img{height: 70px;}
.service-box h6{color: #183b99;font-style: normal;font-weight: 700;font-size: 17px; }

.feature-box .fw-bold{color: #d62301;font-size: 22px;}
footer ul{margin: 0px; padding: 0px;}
footer ul li{
	list-style: none;
}
.swirl1{
	background: url(../images/swirl.png) no-repeat;
    width: 738px;
    height: 1000px;
    position: absolute;
    right: 0px;
	z-index: 0;
}

.swirl2{
	background: url("../images/swirl2.png") no-repeat;
	background-size: 400px;
    width: 400px;
    height: 550px;
    position: absolute;
    left: 0px;
	z-index: 0;
}

.socialIco{margin: 0px; padding: 0px;}
.socialIco li{float: left; list-style: none; margin-right: 20px;}
.socialIco li img{width: 70px;}

.bgelements{
	background: url("../images/bg1-09.svg") repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
	z-index: 0;
}

.whyUs {
    background: #2a5196;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
}

.serviceList h3{
	font-size: 26px;
}
.serviceList h4{
	color: #e37d05;
    font-size: 16px;
    font-weight: 400;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
	    background: #ffffff;
    border-radius: 20px;
}

.copyrights a{
	color: #fd920d;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

/*.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}*/

.logo_items {
  display: inline-block;
  animation: 15s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}


    footer {
      padding: 40px 0;
    }
footer h6{border-bottom: solid 1px #fff;
    padding-bottom: 6px;}

    .footer-logo {
      font-size: 24px;
      font-weight: bold;
    }
    .footer-link a {
      display: block;
      margin-bottom: 8px;
          color: #656464;
    text-decoration: none;
    font-size: 14px;
    }
footer p{
	color: #656464;
    font-size: 14px;
}
    .topbar {
      background: #ffffff;
      font-size: 14px;
      padding: 12px 0 0px 0;
    }
    .topbar .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    .topbar span {
      color: #5e5e5e;
	font-weight: 300;
    }

.navbar-nav .active{
	border-bottom: solid 1px red;
    padding-bottom: 8px;
}

.hero .fw-bold {
    font-weight: 700 !important;
    font-size: 50px;
}

.hero .text-muted{color: #000000 !important;font-style: italic;letter-spacing: 1px;}
.hero .text-warning{color: #de5a00 !important}


  .underline {
	  font-size: 24px;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 10px), #ffff00 10px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s;
  }

  /* Add this class dynamically on page load */
  .underline.animate {
    background-size: 100% 100%;
  }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 20px;
		font-weight: 500;
        color: #000;
    }
}








.testimonial-slide {
    padding: 40px 20px;
}

.testimonial_box-top {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

.testimonial_box-text {
    padding: 10px 0;
}

.testimonial_box-text p {
    color: #293241;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0;
}

.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #eb562c;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.slick-prev:before, .slick-next:before {

    opacity: .75;
    color: #de5a02 !important;
  
}







.form {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #f9f9f9;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #ffe3b7);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #f9f9f9;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #373636;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
      border: 1px solid #ebebeb;
    background: #fff;
  padding: 0.6rem 1.2rem;
  color: #686565;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #aeaeae;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.form .btn {
  padding: 0.6rem 1.3rem;
  background-color: #ed6e37;
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.form .btn:hover {
  background-color: #df632d;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
	color: #fff;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 20px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
	color: #fff;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #ec720f;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #1ABC9C;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #e4af49, #ffab13);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #fff2cd;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #ffe3b7);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}
