/*-----------------------------------------------------------------------------------

    Template Name: Sass Landing Page,
    Template URI: site.com
    Description: Sass Landing Page,
    Author: Uideck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01.COMMON 
    02.PRELOADER
    03.HEADER
    04.HERO
    05.ABOUT
    06.HOW WE WORK
    07.WORK
    08.SERVICES
    09.PRICING
    10.CONTACT
    11.BRAND
    12.FOOTER

-----------------------------------------------------------------------------------*/
/*===========================
     01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700|Lato:300,400,700&display=swap");
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6a6972;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1680px;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1700px) {
  .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1770px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 36px;
  }
}

/*===========================
     02.PRELOADER css 
===========================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 999999999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader svg {
  max-width: 200px;
}
.preloader svg .logotext {
  opacity: 0;
  animation: logotext 1.5s linear forwards;
  animation-delay: 1.5s;
}
@keyframes logotext {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.preloader svg .logotext .rect {
  fill: #fff;
  width: 100%;
  height: 280px;
  animation: rect 1s ease-in forwards;
  transform: translate(0px, 2px);
  animation-delay: 1.6s;
}
@keyframes rect {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.preloader svg .logotext .rect2 {
  fill: #fff;
  width: 100%;
  height: 280px;
  animation: rect2 1s ease-in forwards;
  transform: translate(0px, 444px);
  animation-delay: 1.6s;
}
@keyframes rect2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
    transform: translate(900px, 444px);
  }
}
.preloader svg .stroke {
  stroke-dasharray: 800;
  stroke-dashoffset: 50;
  animation: dash 1.5s linear forwards;
  stroke: transparent;
  stroke-width: 2;
  fill: transparent;
  stroke: #3e5ecc;
}
.preloader svg .stroke.e {
  stroke-dasharray: 950;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 800;
  }
  80% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*===========================
     03.HEADER css 
===========================*/
header.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-out 0s;
}
header.header-area .navbar {
  padding: 30px 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
header.header-area .navbar .navbar-brand {
  padding: 0;
}
header.header-area .navbar .navbar-brand img {
  width: 130px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  header.header-area .navbar .navbar-brand img {
    width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  header.header-area .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
  header.header-area .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #222;
    display: block;
  }
  header.header-area .navbar .navbar-collapse .navbar-nav .nav-item a.active,
  header.header-area .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
    color: #3e5ecc;
  }
}
@media only screen and (max-width: 768px) {
  header.header-area .navbar .navbar-collapse {
    padding: 5px 12px;
  }
  header.header-area .navbar .navbar-collapse .navbar-nav .nav-item a {
    padding: 5px 0;
    font-size: 18px;
  }
}
header.header-area .navbar .navbar-nav .nav-item {
  margin-right: 80px;
  position: relative;
}
@media only screen and (max-width: 1770px) {
  header.header-area .navbar .navbar-nav .nav-item {
    margin-right: 60px;
  }
}
header.header-area .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  text-shadow: 1px 1px 6px #CCC;
}
header.header-area .navbar .navbar-nav .nav-item a:hover {
  color: #59bef1;
}
@media only screen and (max-width: 1770px) {
  header.header-area .navbar .navbar-nav .nav-item a {
    font-size: 18px;
  }
}
header.header-area .navbar button#lanDropdownMenuButton {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #000;
  padding: 5px 25px;
  border-radius: 15px;
  font-size: 14px;
  text-shadow: 1px 1px 4px #777;
}
@media only screen and (max-width: 1770px) {
  header.header-area .navbar button#lanDropdownMenuButton {
    font-size: 14px;
  }
}
header.header-area .navbar button#lanDropdownMenuButton i {
  font-size: 14px;
  margin-left: 5px;
}
header.header-area .navbar button#lanDropdownMenuButton::after {
  display: none;
}
header.header-area .navbar .lanDropdownMenu {
  font-size: 14px;
  text-shadow: 1px 1px 4px #777;
  right: 0;
  left: auto;
  padding: 0;
  border: 1px solid #fff;
  overflow: hidden;
  min-width: 106px;
}
header.header-area .navbar .lanDropdownMenu .dropdown-item:hover {
  background-color: #3e5ecc;
  color: #fff;
}
header.header-area .navbar-toggler {
  padding: 0;
}
header.header-area .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
header.header-area .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}
header.header-area .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
header.header-area .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}
header.header-area.sticky {
  position: fixed !important;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
  top: 0;
}
header.header-area.sticky .navbar {
  padding: 10px 0;
}
header.header-area.sticky .navbar .navbar-brand img {
  width: 85px;
}
header.header-area.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #000;
}
header.header-area.sticky .navbar .navbar-nav .nav-item.active a {
  color: #3e5ecc;
}
header.header-area.sticky .navbar .navbar-nav .nav-item a {
  color: #000;
}
header.header-area.sticky .navbar .navbar-nav .nav-item a:hover {
  color: #3e5ecc;
}

/*===========================
     04.HERO css 
===========================*/
#hero {
  position: relative;
  background-image: url(../images/banner-bg.svg);
  background-position: center bottom 20px;
  padding-bottom: 80px;
  padding-top: 120px;
}
@media only screen and (max-width: 1770px) {
  #hero {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  #hero {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #hero {
    padding-top: 100px;
  }
}
#hero .hero-container {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #hero .hero-container {
    padding-top: 50px;
  }
}
#hero .hero-container img {
  padding-left: 40%;
  display: block;
}
@media only screen and (max-width: 1770px) {
  #hero .hero-container img {
    padding-left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  #hero .hero-container img {
    padding-left: 0;
      width: 100%;
	max-width: 400px;
      display: block;
      margin: auto;

  }
}
#hero .hero-title {
  font-size: 70px;
  opacity: 0.9;
  text-shadow: 5px 5px 10px #333;
  color: #FFF;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1770px) {
  #hero .hero-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  #hero .hero-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  #hero .hero-title {
    font-size: 40px;
    margin-bottom: 70px;
  }
}
#hero .hero-title::after {
  content: "";
  opacity: 0.9;
  width: 220px;
  height: 4px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  box-shadow: 5px 5px 10px #333;
  bottom: -40px;
}
@media only screen and (max-width: 991px) {
  #hero .hero-title::after {
    width: 180px;
    height: 4px;
    bottom: -25px;
  }
}
#hero .hero-sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #DDD;
  text-shadow: 5px 5px 10px #333;
  font-weight: 500;
  max-width: 600px;
}
@media only screen and (max-width: 1770px) {
  #hero .hero-sub-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  #hero .hero-sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  #hero .hero-sub-title {
    font-size: 20px;
  }
}
#hero #particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*===========================
     05.ABOUT css 
===========================*/
#about {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1770px) {
  #about {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  #about {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
#about .about-image {
  padding-right: 5%;
  margin-top: 0px;
}
#about .about-contents {
  padding-left: 10%;
}
@media only screen and (max-width: 1770px) {
  #about .about-contents {
    padding-left: 0px;
  }
}
#about .about-contents p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-shadow: 2px 2px 3px #CCC;
}
@media only screen and (max-width: 1770px) {
  #about .about-contents p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  #about .about-contents p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {
  #about .about-contents p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #about .row {
    flex-direction: column-reverse;
  }
  #about .row .about-image {
    padding-right: 0;
  }
  #about .row p {
    text-align: center !important;
  }
}

/*===========================
     06.HOW WE WORK css 
===========================*/
#howWeWork #scene {
  position: relative;
  padding: 60px 0 0px;
  background-color: #ebebeb;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #howWeWork #scene {
    padding: 40px 0 0px;
  }
}
#howWeWork .section-title {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  #howWeWork .section-title {
    margin-bottom: 40px;
  }
}
#howWeWork #scene .container {
  position: relative;
  z-index: 2;
}
#howWeWork #scene .row {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #howWeWork #scene .row {
    margin-bottom: 50px;
  }
  #howWeWork #scene .row.step2 {
    flex-direction: column-reverse;
  }
}
#howWeWork #scene .howWeWork-image {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  display: block;
  padding: 40px;
}
#howWeWork #scene .howWeWork-image img {
  width: 100%;
}
#howWeWork #scene .howWeWork-text h4 {
  color: #0b77b5;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px #BBB;
}
@media only screen and (max-width: 768px) {
  #howWeWork #scene .howWeWork-text h4 {
    text-align: center;
    margin-top: 30px;
  }
}
#howWeWork #scene .howWeWork-text p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-shadow: 2px 2px 2px #BBB;
}
@media only screen and (max-width: 1770px) {
  #howWeWork #scene .howWeWork-text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  #howWeWork #scene .howWeWork-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {
  #howWeWork #scene .howWeWork-text p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #howWeWork #scene .howWeWork-text p {
    text-align: center;
  }
}
#howWeWork #scene .bg-paralax {
  position: absolute;
  width: 105%;
  height: 105%;
  margin-left: -2.5%;
  margin-top: -2.5%;
  background-image: url(../images/How-we-work-background.png);
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #howWeWork #scene .bg-paralax {
    height: 140%;
    margin-top: -20%;
  }
}

/*===========================
     07.WORK css 
===========================*/
#work {
  padding: 30px 0;
}
@media only screen and (max-width: 1770px) {
  #work {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  #work {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  #work {
    padding: 30px 0;
  }
}
#work .section-title {
  margin-bottom: 60px;
}
#work .slider {
  padding-left: calc((100vw - 1700px) / 2);
}
@media only screen and (max-width: 1700px) {
  #work .slider {
    padding-left: calc((100vw - 1200px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  #work .slider {
    padding-left: calc((100vw - 991px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  #work .slider {
    padding-left: calc((100vw - 768px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  #work .slider {
    padding-left: calc((100vw - 576px) / 2);
  }
}
#work .work-slider {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  margin-top: -130px;
}
@media only screen and (max-width: 991px) {
  #work .work-slider {
    padding-top: 70px;
    margin-top: -90px;
  }
}
#work .work-slider .swiper-button-prev,
#work .work-slider .swiper-button-next {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.45);
  height: 80px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  color: #111111;
  position: absolute;
  top: 30px;
  transition: 0.3s;
}
#work .work-slider .swiper-button-prev:hover,
#work .work-slider .swiper-button-next:hover {
  background-color: #3e5ecc;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  #work .work-slider .swiper-button-prev,
  #work .work-slider .swiper-button-next {
    height: 40px;
    width: 40px;
	top: 25px;
  }
}
#work .work-slider .swiper-button-prev::after,
#work .work-slider .swiper-button-next::after {
  font-size: 35px;
}
@media only screen and (max-width: 991px) {
  #work .work-slider .swiper-button-prev::after,
  #work .work-slider .swiper-button-next::after {
    font-size: 24px;
  }
}
#work .work-slider .swiper-button-prev[aria-disabled="true"],
#work .work-slider .swiper-button-next[aria-disabled="true"] {
  display: none;
}
#work .work-slider .swiper-button-prev {
  left: auto;
  right: 200px;
}
@media only screen and (max-width: 991px) {
  #work .work-slider .swiper-button-prev {
    right: 135px;
  }
}
#work .work-slider .swiper-button-next {
  right: 100px;
}
@media only screen and (max-width: 991px) {
  #work .work-slider .swiper-button-next {
    right: 70px;
  }
}
#work .swiper-slide {
  padding: 20px 0px;
  width: 20%;
  display: none;
}
#work .swiper-slide.primary {
  display: block;
}
@media only screen and (max-width: 1700px) {
  #work .swiper-slide {
    width: 20%;
  }
}
@media only screen and (max-width: 1199px) {
  #work .swiper-slide {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  #work .swiper-slide {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  #work .swiper-slide {
    width: 45%;
  }
}
@media only screen and (max-width: 578px) {
  #work .swiper-slide {
    width: 50%;
  }
}
#work .swiper-slide .content {
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.33);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
#work .swiper-slide .content .image img {
  width: 100%;
}
#work .swiper-slide .content .bottom {
  display: flex;
  padding: 25px 30px;
  align-items: center;
}
@media only screen and (max-width: 1700px) {
  #work .swiper-slide .content .bottom {
    padding: 20px 15px;
  }
}
#work .swiper-slide .content .bottom .left-img img {
  border-radius: 50%;
}
#work .swiper-slide .content .bottom .right-text {
  margin-left: 25px;
}
@media only screen and (max-width: 1700px) {
  #work .swiper-slide .content .bottom .right-text {
    margin-left: 15px;
  }
}
#work .swiper-slide .content .bottom .right-text h5 {
  margin-bottom: 7px;
  color: #111111;
}
@media only screen and (max-width: 1700px) {
  #work .swiper-slide .content .bottom .right-text h5 {
    font-size: 18px;
  }
}
#work .swiper-slide .content .bottom .right-text p {
  font-size: 20px;
  color: #111111;
}
@media only screen and (max-width: 1700px) {
  #work .swiper-slide .content .bottom .right-text p {
    font-size: 16px;
  }
}
#work #workpopup {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#work #workpopup .wrapper {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-height: 80vh;
  max-width: 60vh;
}
#work #workpopup .wrapper:hover .close-btn {
  display: block;
}
@media only screen and (max-width: 768px) {
  #work #workpopup .wrapper {
    width: 90vw;
  }
}
#work #workpopup .wrapper div.content {
  display: block;
}
#work #workpopup .wrapper div.content .image img {
  width: 100%;
}
#work #workpopup .wrapper div.content .bottom {
  display: flex;
  padding: 25px 30px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #work #workpopup .wrapper div.content .bottom {
    padding: 20px 15px;
  }
}
#work #workpopup .wrapper div.content .bottom .left-img img {
  border-radius: 50%;
}
#work #workpopup .wrapper div.content .bottom .right-text {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  #work #workpopup .wrapper div.content .bottom .right-text {
    margin-left: 15px;
  }
}
#work #workpopup .wrapper div.content .bottom .right-text h5 {
  margin-bottom: 7px;
  color: #111111;
}
@media only screen and (max-width: 1700px) {
  #work #workpopup .wrapper div.content .bottom .right-text h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #work #workpopup .wrapper div.content .bottom .right-text h5 {
    font-size: 18px;
  }
}
#work #workpopup .wrapper div.content .bottom .right-text p {
  font-size: 20px;
  color: #111111;
}
@media only screen and (max-width: 1700px) {
  #work #workpopup .wrapper div.content .bottom .right-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #work #workpopup .wrapper div.content .bottom .right-text p {
    font-size: 16px;
  }
}
#work #workpopup .wrapper .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  transition: 0.3s;
  padding: 10px;
  line-height: 0px;
  border-radius: 5px;
  background-color: #00000049;
  color: #3e5ecc;
}
#work #workpopup .wrapper .close-btn:hover {
  color: #ffffff;
}

/*===========================
     08.SERVICES css 
===========================*/
#services {
  background-image: url(../images/service-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 991px) {
  #services {
    padding: 20px 0 10px;
  }
}
#services .arrow-up {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  left: calc(50% - 25px);
  background: #3e5ecc;
  color: #ffffff;
  top: 110px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 99999;
  transition: 0.6s;
  opacity: 0.5;
}
#services .arrow-up:hover {
  background-color: #00243e;
}
#services .arrow-down {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  left: calc(50% - 25px);
  background: #3e5ecc;
  color: #ffffff;
  bottom: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 99999;
  transition: 0.3s;
  opacity: 0.5;
}
#services .arrow-down:hover {
  background-color: #00243e;
}
#services .section-title h2 {
  color: #ffffff;
  text-shadow: 2px 2px 4px #333;
}
#services .all-services {
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 991px) {
  #services .all-services {
    justify-content: center;
  }
}
#services .all-services .single-service {
  width: calc(100% / 10);
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1700px) {
  #services .all-services .single-service {
    width: calc(100% / 5);
	margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #services .all-services .single-service {
    width: calc(100% / 5);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #services .all-services .single-service {
    width: calc(100% / 3);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  #services .all-services .single-service {
    width: calc(100% / 3);
    margin-bottom: 30px;
  }
}
#services .all-services .single-service button {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: block;
  margin: auto;
  border: 0;
  cursor: pointer;
  font-size: 70px;
  background-color: #ffffff;
  transition: 0.3s;
  text-shadow: 2px 2px 4px #333;
  opacity: 0.7;
}
#services .all-services .single-service button:hover {
  background-color: #3e5ecc;
  color: #ffffff;
}
@media only screen and (max-width: 1700px) {
  #services .all-services .single-service button {
    width: 130px;
    height: 130px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  #services .all-services .single-service button {
    width: 110px;
    height: 110px;
    font-size: 55px;
  }
}
#services .all-services .single-service p {
  margin-top: 30px;
  color: #000;
  text-shadow: 2px 2px 2px #888;
  font-size: 20px;
}
@media only screen and (max-width: 1700px) {
  #services .all-services .single-service p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  #services .all-services .single-service p {
    font-size: 18px;
    margin-top: 20px;
  }
}
#services .all-services .single-service .view-all {
  background-color: #ffffff;
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  transition: 0.3s;
  opacity: 0.7;
}
#services .all-services .single-service .view-all:hover {
  background-color: #3e5ecc;
  color: #ffffff;
}
@media only screen and (max-width: 1700px) {
  #services .all-services .single-service .view-all {
    width: 130px;
    height: 130px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  #services .all-services .single-service .view-all {
    width: 110px;
    height: 110px;
    font-size: 20px;
  }
}

/*===========================
     09.PRICING css 
===========================*/
#pricing {
  padding: 40px 0;
}
@media only screen and (max-width: 1700px) {
  #pricing {
    padding: 40px 0;
  }
  #pricing .section-title {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #pricing {
    padding: 40px 0;
  }
}
#pricing .package-text {
  text-align: center;
  margin: 10px;
  border: 3px solid #3e5ecc;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.33);
}
#pricing .package-text .name {
  font-weight: 100;
  color: #111111;
  margin-bottom: 20px;
}
#pricing .package-text .price {
  font-size: 28px;
  color: #3e5ecc;
}
#pricing .package-text p small {
  font-size: 16px;
  color: #111111;
}
#pricing .package-text .include {
  padding-top: 20px;
  margin-bottom: 20px;
}
#pricing .package-text .include li {
  font-size: 16px;
  margin-bottom: 1px;
  color: #848484;
}
#pricing .package-text .buynow a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 80px;
  border-radius: 40px;
  color: #ffffff;
  background: linear-gradient(90deg, #58b9eb 0%, #292e7d 50%, #292e7d 100%);
  background-size: 200%;
  transition: 0.3s;
}
#pricing .package-text .buynow a:hover {
  background-position: right center;
}
@media only screen and (max-width: 1700px) {
  #pricing .package-text {
    padding: 20px;
    margin: 5px;
  }
  #pricing .package-text .name {
    margin-bottom: 30px;
  }
  #pricing .package-text .include {
    padding-top: 30px;
  }
  #pricing .package-text .include li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #pricing .package-text .buynow a {
    padding: 7px 20px;
    display: block;
    max-width: 100px;
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  #pricing .package-text {
    padding: 10px;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
#pricing .active .package-text {
  background: linear-gradient(0deg, #58b9eb 0%, #292e7d 100%);
  border: 0;
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
    #pricing .package-text .name {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #pricing .package-text .price {
  font-size: 22px;
    }
    #pricing .package-text .include li {
  font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
  #pricing .active .package-text {
    transform: scale(1);
  }
}
#pricing .active .package-text .name {
  color: #ffffff;
}
#pricing .active .package-text .price {
  color: #ffffff;
}
#pricing .active .package-text p small {
  color: #ffffff;
}
#pricing .active .package-text .include li {
  color: #ffffff;
}
#pricing .active .package-text .buynow a {
  background: #ffffff;
  color: #3e5ecc;
}
#pricing .active .package-text .buynow a:hover {
  background-color: #3e5ecc;
  color: #ffffff;
}

/*===========================
     10.CONTACT css 
===========================*/
#contact {
  padding-bottom: 100px;
  padding-top: 50px;
}
#contact .section-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1700px) {
  #contact .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #contact {
    padding-bottom: 70px;
  }
}
#contact p {
  font-size: 18px;
  columns: #111111;
}
#contact .contact-from {
  max-width: 650px;
  margin: auto;
    position: relative;
}

#contact .contact-from .input-group {
  margin-bottom: 20px;
}
#contact .contact-from .input-group input {
  width: 100%;
  display: block;
  padding: 25px 0px 15px;
  border: 0px;
  border-bottom: 4px solid #3e5ecc;
}
#contact .contact-from .input-group input:focus ~ label::after {
  width: 100%;
}
#contact .contact-from .input-group input:focus ~ label span {
  bottom: 45px;
  font-size: 16px;
  color: #59bef1;
}
#contact .contact-from .input-group textarea {
  width: 100%;
  display: block;
  padding: 25px 0px 15px;
  border: 0px;
  border-bottom: 4px solid #3e5ecc;
  height: 70px;
}
#contact .contact-from .input-group textarea:focus ~ label::after {
  width: 100%;
}
#contact .contact-from .input-group textarea:focus ~ label span {
  bottom: 45px;
  font-size: 16px;
  color: #59bef1;
}
#contact .contact-from .input-group label {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  margin: 0;
}
#contact .contact-from .input-group label span {
  display: block;
  position: absolute;
  bottom: 20px;
  font-size: 18px;
  pointer-events: none;
  transition: 0.3s;
}
#contact .contact-from .input-group label.active span {
  bottom: 45px;
  font-size: 16px;
  color: #59bef1;
}
#contact .contact-from .input-group label:after {
  content: "";
  width: 0%;
  height: 0;
  border-bottom: 4px solid #59bef1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
#contact .contact-from .input-group.button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#contact .contact-from .input-group button {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 40px;
  color: #ffffff;
  border: 0;
  background: linear-gradient(37deg, #58b9eb 0%, #292e7d 50%, #292e7d 100%);
  background-size: 200%;
  transition: 0.3s;
}
#contact .contact-from .input-group button i {
  font-size: 20px;
  margin-left: 10px;
}
#contact .contact-from .input-group button:hover {
  background-position: right center;
}

#contact .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.90);
    width: 100%;
    height: 100%;
}
#contact .overlay h4{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #3e5ecc;
}
#contact .overlay img{
    position: absolute;
    width: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/*===========================
     11.BRAND css 
===========================*/
#brands {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  #brands {
    margin-bottom: 50px;
  }
}
#brands .brand-slider-wrap {
  position: relative;
}
#brands .brand-slider-wrap .brand-slider {
  background: #222;
  padding: 20px 20px;
  margin: 0 20px;
  border-radius: 30px;
  box-sizing: border-box;
}
#brands .brand-slider-wrap .brand-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
#brands .brand-slider-wrap .brand-slider .swiper-wrapper .swiper-slide {
  display: inline-block;
}
#brands .brand-slider-wrap .brand-slider .swiper-wrapper .swiper-slide img {
  max-width: 80%;
  display: block;
  margin: auto;
}
#brands .brand-slider-wrap .swiper-button-prev,
#brands .brand-slider-wrap .swiper-button-next {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.45);
  height: 60px;
  width: 60px;
  line-height: 30px;
  text-align: center;
  color: #111111;
  position: absolute;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
#brands .brand-slider-wrap .swiper-button-prev:hover,
#brands .brand-slider-wrap .swiper-button-next:hover {
  background-color: #3e5ecc;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  #brands .brand-slider-wrap .swiper-button-prev,
  #brands .brand-slider-wrap .swiper-button-next {
    height: 50px;
    width: 50px;
  }
}
#brands .brand-slider-wrap .swiper-button-prev::after,
#brands .brand-slider-wrap .swiper-button-next::after {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  #brands .brand-slider-wrap .swiper-button-prev::after,
  #brands .brand-slider-wrap .swiper-button-next::after {
    font-size: 20px;
  }
}
#brands .brand-slider-wrap .swiper-button-prev[aria-disabled="true"],
#brands .brand-slider-wrap .swiper-button-next[aria-disabled="true"] {
  display: none;
}
#brands .brand-slider-wrap .swiper-button-prev {
  left: -10px;
}
#brands .brand-slider-wrap .swiper-button-next {
  right: -10px;
}

/*===========================
     12.FOOTER css 
===========================*/
#footer {
  background-color: #00243e;
  position: relative;
}
#footer .footer-shapes {
  line-height: 0;
}
#footer .footer-shapes .footer-shape1 {
  width: 100%;
  position: relative;
  margin-top: -2px;
}
#footer .footer-shapes .footer-shape2 {
  position: absolute;
  left: 0;
  top: 40%;
}
@media only screen and (max-width: 1199px) {
  #footer .footer-shapes .footer-shape2 {
    width: 6vw;
    top: 30%;
  }
}
#footer .footer-shapes .footer-shape3 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 295px;
}
@media only screen and (max-width: 1700px) {
  #footer .footer-shapes .footer-shape3 {
    width: 260px;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .footer-shapes .footer-shape3 {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-shapes .footer-shape3 {
    width: 35vw;
  }
}
#footer .container {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
#footer .container .footer-top {
  padding-left: 5%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #footer .container .footer-top {
    flex-wrap: wrap;
  }
}
#footer .container .footer-top .footer-links {
  padding-right: 180px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1700px) {
  #footer .container .footer-top .footer-links {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .container .footer-top .footer-links {
    padding-right: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .container .footer-top .footer-links {
    padding-bottom: 30px;
      padding-right: 5vw;
  }
}
#footer .container .footer-top .footer-title {
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 1700px) {
  #footer .container .footer-top .footer-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#footer .container .footer-top .footer-links a {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media only screen and (max-width: 1700px) {
  #footer .container .footer-top .footer-links a {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#footer .container .footer-bottom {
  border-top: 1px solid #ffffff;
  padding: 20px 30px 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #footer .container .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
  }
}
#footer .container .footer-bottom .copyright {
  font-size: 22px;
  color: #ffffff;
}
@media only screen and (max-width: 1700px) {
  #footer .container .footer-bottom .copyright {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .container .footer-bottom .copyright {
    margin-bottom: 10px;
  }
}
#footer .container .footer-bottom ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #footer .container .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .container .footer-bottom ul li {
  font-size: 22px;
  color: #ffffff;
  margin-right: 50px;
}
@media only screen and (max-width: 1700px) {
  #footer .container .footer-bottom ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .container .footer-bottom ul li {
    margin: 0 10px;
  }
}
#footer .container .footer-bottom ul li:last-child {
  margin-right: 0;
}
#footer .container .footer-bottom ul li a {
  color: #ffffff;
}
#footer #particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}