/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}
body {
  font-family:"Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color: #444444;
}
a {
  color: #4154f1;
  text-decoration: none;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
h1, h2, h3 {
  margin-bottom: 20px!important;
  line-height: 1.1;
}
h1 {
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-size: 270%;
  font-weight: 700;
}
h2{
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color:#424242;
  font-weight: 700;
  font-size: 35 px;
  font-weight: 600;
}
h3{
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color:#5e5c5c;
  font-size: 170%;
  font-weight: 600;
}
h4{
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color:#424242;
  font-size: 18px;
  font-weight: 600;
}
h5,
h6 {
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color:#424242;
  font-weight: 700;
}
p{
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 500;
}
span{
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color:#2b2b2b;
}
  .new_textbanner h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 200 !important;
    font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    line-height: 80px;
    width: 80%;
    position: relative;
    margin: 0;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 35px 50px 25px;
  overflow: hidden;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: inherit;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #0a7001;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  color:white;
}
.section-title h2 {
  
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 7px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: background-color .1s;
  z-index: 1001;
  padding: 5px 0;
  position:fixed;
}
.header.header-scrolled {
  background: #fff;
  padding: 5px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  margin-right: 7px;
  max-width: 230px;
  margin-right: 10px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  margin-top: 3px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  color: #fff;
}
.navbar_icon{
  right: 0%;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  background: no-repeat center/70%;
  background-image: url("../img/fire.png");
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  padding-right: 0%;
  padding-bottom: 2px;
}
.navbar li {
  position: relative;
  padding-right: 30px;
  padding-bottom: 2px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 10px 30px;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  color: #59f588;
}
.navbar-scrolled {
  color: #000000;
}
.navbar a:hover,
/*.navbar .active,*/
.navbar .active:focus,
.navbar li:hover>a {
  color: #5969f3  ;
}
/*--------navbar Brackets go out --------------- */
div.brackets a:before, div.brackets a:after
{
    position: absolute;
    opacity: 0;
    font-size: 150%;
    top: 0px;
    transition: all 0.1s;
}
div.brackets a:before
{
    content: '<';
    left: 5%;
    transform: translateX(0px);
}
div.brackets a:after
{
    content: '>';
    right: 5%;
    transform: translateX(0px);
}
div.brackets a:hover:before, div.brackets a:hover:after
{
    opacity: 1;
    transform: translateX(0px);
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #0e700e;
  padding: 8px 20px;
  margin-left: 10px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}
/*---circle--start---*/
.circle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fcfcfc;
  margin-right: 10px;
  animation: pulse-white 1500ms infinite;
}
.circle:nth-of-type(2){
  animation-delay: 200ms; 
}
.circle:nth-of-type(3){
  animation-delay: 400ms; 
}
.blob.white {
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  25% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  25% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----circle--end--*/
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--color-white);
  background: var(--color-primary);
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: flex;
  }
  .navbar ul {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar-mobile .getstarted{
    display: flex;
  }
  .navbar .getstarted {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 7px 40px 10px 40px;
  font-size: 15px;
  color: #012970;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #4154f1;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------navbar Brackets go out --------------- */
.navbar-mobile div.brackets a:before, div.brackets a:after
{
    position: absolute;
    opacity: 0;
    font-size: 150%;
    top: 0px;
    transition: all 0.1s;
}
.navbar-mobile div.brackets a:before
{
    content: '<';
    left: 5%;
    transform: translateX(0px);
}
.navbar-mobile div.brackets a:after
{
    content: '>';
    right: 5%;
    transform: translateX(0px);
}
.navbar-mobile div.brackets a:hover:before, div.brackets a:hover:after
{
    opacity: 1;
    transform: translateX(0px);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  height:100vh;
  width:100%;
  display:flex;
  align-items:center;
  justify-content: center;
}
#hero video {
width:100%;
height:104%;
position:absolute;
top:0;
left:0;
z-index:5;
object-fit:cover;
font-family:"Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}
#hero .caption {
position:relative;
z-index:10;
text-align:center;
color:#ffffff;
}
#hero .caption h1 {
color: #fff;
font-size:200%;
font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
text-align:initial;
}
#hero .caption h3 {
  color: #fff;
  line-height: 1.8;
  text-transform: initial;
  text-align:initial;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.caption p
{
  font-size: 1.1em;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}
.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #4154f1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  transition: all .3s;
  text-transform: initial;
}

.main-button a:hover {
  letter-spacing: 3px;
}


@media screen and (min-width:768px)
{
#hero .caption h1 {
  font-size:2.5rem;
}
}
@media screen and (min-width:992px)
{
#hero .caption h1 {
  font-size:270%;
}
}
@media screen and (min-width:1200px)
{
#hero .caption h1 {
  font-size:3rem;
}
}
@media (max-width: 1199px) {
  .caption .swiper-slide-active {
    opacity: 1;
  }

  .caption .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .caption .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}
/*-------hero video-------------*/
/*---slide ----*/
/* Slideshow container */
.slideshow-container {
  position: relative;
}
/* Slides */
.mySlides {
  display: none;
  padding: 80px 20px 10px 30px;
  text-align: center;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}
/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
 position:initial;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 8px;
width: 10px;
margin: 0 5px;
background-color: transparent;
opacity: 0.2;
border: 1px solid #4154f1;
border-radius: 20px;
display: inline-block;
transition: opacity 0.5s, background-color 0.5s, width 0.5s;
background-color: #32e721;
}
/* Add a background color to the active dot/circles */
.active-slide, .dot:hover {
background-color: #4154f1;
opacity: 1;
width: 32px;
transition-delay: 0s;
}
/* Add an italic font style to all quotes */
q {font-style: italic;}
/* Add a blue color to the author */
.author {color: cornflowerblue;}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}
.about .btn-read-more
{
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  right: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  background: #4154f1;
  padding: 10px 30px;
  text-transform: initial;
  position: relative;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  transition: 0.2s;
  margin-left: 360px;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}
.caption a:hover
{
  letter-spacing: 3px;
}
.about .btn-read-more span {
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i {
  transform: translateX(5px);
}
.about .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.about .box:hover img {
  transform: scale(1);
}
/*--------------------------------------------------------------
# .services
--------------------------------------------------------------*/
.services {
  padding: 50px 0;
  background: #ecf5ff;
  border-top: 1px solid #e1ecff;
}
.services .box {
  padding: 20px 10px 0px;
  margin-left: 5%;
  margin-right: 10%;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  width: 90%;
  background: #ffffff;
}
.services .box img {
  padding: 0px 70px 10px 70px;
  transition: 0.5s;
  transform: scale(1.1);
}
.services .box h4 {
  margin-bottom: 20px;
}
.services .box h3 {
  padding: 0px 0px 0px 10px;
}
.services.box p {
  color: #7a7a7a;
  margin-top: 20px;
  margin-left:17%;
  margin-right:5%;
  margin-bottom: 10%;
}
.services .btn-read-more
{
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 83, 241, 0);
  margin-left:25%;
  margin-right:25%;
  margin-bottom: 10%;
  line-height: 0;
  padding: 6% 5%;
  border-radius: 1px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-transform: initial;
  position: relative;
  letter-spacing: 1px;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}
.services a:hover
{
  letter-spacing: 3px;
}
.services .btn-read-more span {
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.services .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i {
  transform: translateX(5px);
}
.services.box.box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.services.box.box:hover img {
  transform: scale(1);
}
/*--------------------------------------------------------------
# Counts box  start
--------------------------------------------------------------*/
.counts {
  padding: 10px 0px 20px;
  
}
.countyears{
  align-items: center;
}
.img-fluid2 {
  width: 100%;
  height: 50%;
}
.img-fluid3 {
  width: 80%;
  height: 80%;
margin-left:10%;
margin-right:10%;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 5%;
  width: 100%;
  background: #fff;
  box-shadow: 20px 20px 20px rgba(1, 41, 112, 0.08);
  position: relative;
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}
.counts .count-box span {
  font-size: 30px;
  display: block;
  font-weight: 600;
  color: #5e5c5c;
  text-align: center;
  position: absolute;
  top: 28%;
  left: 45%;
  transform: translate(-20%,-20%);
  margin: 0;
  padding: 0; 
}
.counts .count-box p {
  font-size: 120%;
  text-align: center;
  position: absolute;
  top: 40%;
  margin-left: 35%;
  margin-right: 30%;
  transform: translate(-20%,-20%);
  color: #5e5e5e;
}
/*--------counts content start--------*/
.counts .content {
  background-color: #f6f9ff;
  padding: 40px;
  box-shadow: 20px 20px 20px rgb(1 41 112 / 8%);
}

.counts h1 {
  font-family:"Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color: #000000;
  margin-right: 14%;
}
.counts h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.counts h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-right: 9%;
}
.counts  p {
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #7a7a7a;
}
.counts {
  margin: 20px 0px 15px 0;
  line-height: 24px;
}
.counts .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.counts .btn-read-more span {
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color:#ffffff
}
.counts .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.counts .btn-read-more:hover i {
  transform: translateX(5px);
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}
/*--------------------------------------------------------------
# Award Wings Counts example
--------------------------------------------------------------*/
.project-dwnld ul {
  padding: 0 0 0 79px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  bottom: 30%;
  left: 1%;
}
.project-dwnld {
  padding-top: 24em;
  background: url(../../assets/img/pngwings.png) bottom/contain no-repeat;
  text-align: center;
  padding-bottom: 79px;
  width: 101%;
  height: 700px;
 
}
.project-dwnld ul li span {
  font-size: 30px;
  padding-bottom: 2px;
  display: inline-block;
  font-weight: 700;
  text-shadow: 0 0 0;
  padding-top: 8px;
}
.project-dwnld ul li:nth-child(odd) {
  border-right: 1px solid #6fc047;
  padding-left: 0;
}
.project-dwnld ul li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #6fc047;
  width: 40%;
  padding: 6px;
  margin: 0 auto;
  float: left;
  position: relative;
}
.project-dwnld ul li:nth-child(2n) {
  padding-right: 0;
}

.project-dwnld ul li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #6fc047;
  width: 40%;
  padding: 6px;
  margin: 0 auto;
  float: left;
  position: relative;
}
.project-dwnld ul li:nth-child(5), .project-dwnld ul li:nth-child(6) {
  border-bottom: none;
}
.project-dwnld ul li:nth-child(2n) {
  padding-right: 0;
}
.project-dwnld ul li:nth-child(5), .project-dwnld ul li:nth-child(6) {
  border-bottom: none;
}

.project-dwnld ul li:nth-child(odd) {
  border-right: 1px solid #6fc047;
  padding-left: 0;
}

/*-color -*/
.count-bg.count-add {
  top: 7px;
  right: 46px;
}

.bg-yellow {
  background: #f8cc33;
}
.bg-violet {
  background: #c89de5;
}
.bg-red {
  background: #ff7173;
}
.bg-green {
  background: #87f0e6;
}
.bg-blue {
  background: #a2d0ff;
}
.bg-orange {
  background: #ffd4a2;
}
.count-bg {
  display: inline-block;
  top: 1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family:"Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-weight: 400;
  font-size: 20px;
  right: 36px;
  padding: 16px 0 16px 9px;
  transition: .3s ease-in;
  -o-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  z-index: -1;
}
.count-bg, .popup {
  position: absolute;
}
/*--------------------------------------------------------------
# case studies
--------------------------------------------------------------*/
/* Demo Syles */
body {
  margin: 0;
  font-family:"Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.device {
  width: 640px;
  height: 300px;
  padding: 30px 40px;
  border-radius: 20px;
  background: #111;
  border: 3px solid white;
  margin: 5px auto;
  position: relative;
  box-shadow: 0px 0px 5px #000;
}
.swiper-container {
  height: 300px;
  width: 640px;
}
.content-slide {
  padding: 0px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}

/*--------------------------- 
casestudy Section
--------------------------------*/ 
#casestudy .btn-read-more
{
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 83, 241, 0);
  margin-left:10%;
  line-height: 0;
  padding: 17px 15px;
  border-radius: 1px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-transform: initial;
  position: relative;
  letter-spacing: 1px;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}
#casestudy a:hover
{
  letter-spacing: 3px;
}



#casestudy .btn-read-more span {
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  
}

#casestudy.btn-read-more i {
 
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.location-list li.width100 label, .location-list li.width100 span {
    width: 100%;
}
.location-list li span {
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: 12px;
}
.location-list li.width100 {
  width: 95.5%;
  margin-bottom: 5px;
  margin-top: 3px;
}
.location-list li {
  display: inline-block;
  margin-right: -10px;
  padding: 0;
  width: 34%;
  font-size: 13px;
  margin-bottom: 10px;
  vertical-align: top;
}

.location-list li.width100 span small {
  background: #f2f2f2;
  padding: 4px 9px;
  margin-bottom: 2px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin-right: 2px;
  display: inline-block;
  margin-top: 4px;
  font-size: 93%;
  color: #000;
}
small, .small {
  font-size: 85%;
}

#casestudy.casestudy-item.content {
  padding: 20px;
  color: #fff;
}


#casestudy {
  padding: 50px 0;
  
  background: #ffffff;
}

#casestudy .section-header {
  margin-bottom: 40px;
}

#casestudy .casestudy-carousel,
#casestudy .casestudy-slider {
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 767px) {
  #casestudy .casestudy-item {
    text-align: initial;
  }
}

#casestudy .casestudy-item .casestudy-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

@media (max-width: 767px) {
  #casestudy .casestudy-item .casestudy-img {
    float: none;
    margin: auto;
  }
}

#casestudy .casestudy-item h3 {
  
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color: #5e5c5c;
  font-size: 170%;
  font-weight: 600;
  margin-left: 10px;

}

#casestudy .casestudy-item h4 {
  font-size: 160%;
  margin-left: 100px;
  color: rgb(0, 0, 0);
  margin-left: 10px;
  
}

#casestudy .casestudy-item p {
  
  margin: 0 0 10px 10px;

}

@media (min-width: 992px) {
  #casestudy .casestudy-item p {
    width: 80%;
  
  }
}

@media (max-width: 767px) {

  #casestudy .casestudy-item h3,
  #casestudy .casestudy-item h4,
  #casestudy .casestudy-item p {
    margin-left: 0;
  }
}

#casestudy .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#casestudy .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 10px;
  display: inline-block;
  background-color: #32e721;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  
}

#casestudy .swiper-pagination .swiper-pagination-bullet-active {
 
  opacity: 1;
  background: #4154f1;
  width: 32px;
  transition-delay: 0s;
}
#casestudy .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}



.casestudy.features .feature-box {
  padding: 5px 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  transition-timing-function: ease-in-out;
}

.casestudy.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.casestudy.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.casestudy.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}
.casestudy.features .feature-tabs i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.casestudy.features .feature-tabs:hover i {
  background: #4154f1;
  color: #fff;
  
}
.casestudy.features .feture-tabs {
  margin-top: 20px;
}

.casestudy.features .feture-tabs h3 {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}

.casestudy.features .feture-tabs h4 {
  color: #4154f1;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .casestudy.features .feture-tabs h3 {
    font-size: 28px;
  }
}

.casestudy.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.casestudy.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #08da4e;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.casestudy.features .feture-tabs .nav-link.active {
  color: #08da4e;
  border-bottom: 3px solid #4154f1;
}

.casestudy.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.casestudy.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #012970;
  background: #ecf3ff;
  padding: 4px;
  border-radius: 3px;
  transition: 0.3s;
}

.casestudy.features .feature-icons {
  margin-top: 120px;
}

.casestudy.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .casestudy.features .feature-icons h3 {
    font-size: 28px;
  }
}

.casestudy.features .feature-icons .content .icon-box {
  display: flex;
}

.casestudy.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.casestudy.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.casestudy.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background:#ecf5ff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
 
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
  color: #000;
}
.faq {
  background: #ecf5ff;
}
.faq .accordion-item{
  background: #ecf5ff;
}
.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button{
  background: none;
  color: #1d1d1d;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# technolgy
--------------------------------------------------------------*/
.portfolio{
  background: #ecf5ff;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
  background: #ecf5ff;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #ecf5ff;
  
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #41f17c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #ecf5ff;
  padding: 8px 50px 10px 50px;
  left: 15px;
  right: 15px;
}

.portfolio .portfolio-wrap::before {
  content: "";
 
  position: absolute;
  left: 100px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;


 
 
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 32%;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 10px;
  display: inline-block;
  background-color: #32e721;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4154f1;
  width: 32px;
  transition-delay: 0s;
}
.testimonials .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background-color: #4154f1;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients.section {
  padding: 80px 50px 50px;
  overflow: hidden;
}
.img-fluid1 {
 
  height: 30px;
  width: 95px;
}
.clients .clients-slider .swiper-slide img {
  
  transition: 0.3s;
  height: 30px;
  width: 200px;
  
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 20px;
  height: 200px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
  margin: 1px 0 1px 10px;
}
.contact .info-box h3 {
  font-size: 20px; 
  font-weight: 700;
  margin: 1px 0 1px 10px;
}
.contact .info-box p {
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.form{
  width: 50%;
}
.form label{
  font-size: 1.2rem;
}
.input, textarea, button {
  width: 100%;
  padding: 0.5em;
  border: none;
  font-size: 1.2rem;
}
input[type="text"], input[type="email"], textarea {
  margin: 0 0 1em;
  border: 1px solid #ccc;
  outline: none;
}
textarea {
  height: 6em;
}
input[type="submit"], button{
  background: #4570F3;
  color: #fff;
  cursor: pointer;
  width: 150px;
}
input[type="submit"]:hover, button:hover {
  background: #4570F3;
}
.form.button{
padding: 15px;
background: fixed;
color: #0245bc;
font-size: 18px;
border: 0;
outline: none;
cursor: pointer;
width: 50px;
margin: 20px auto 0;
border-radius: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #ecf5ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #ecf5ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: rgb(34 47 229) url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  padding: 40px;
  line-height: 24px;
  margin-bottom: 0;
  font-family:"Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  color:white;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #e7f0e5;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #edeff3;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #fafbfd;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
  color:white;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #000000;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/
.float{
	position:fixed;
	width: 45px;
	height:45px;
	bottom:10px;
  left: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px rgb(117, 118, 129);
  z-index:100;
  animation-name: pulse;
  animation: pulse-white 1500ms infinite;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
/*--------------------------------------------------------------
#freechat
--------------------------------------------------------------*/
#button {
  position: absolute;
  width: 112px;
  height: 140px;
  bottom: 12px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  right: 0px;
}
#button-body {
  width: 60px;
  height: 60px;
  border-radius: 28px;
  display: inherit;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: initial;
  background-size: 130% 130%;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  color: rgb(0, 125, 252);
}
#button:not(.sidebar) .buttonWave {
  position: absolute;
  z-index: -1;
  width: 60px;
  height: 60px;
}
#button-body::before {
  content: "";
  transition: opacity 0.5s ease-in-out 0s;
  position: absolute;
  inset: -1px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgb(198, 204, 220);
}
.awesome-iframe .onlyBubble #button, .awesome-iframe .bubbleWithLabel #button {
  height: 94px;
  width: 94px;
  bottom: 0px;
}
/*--------------------------------------------------------------
# Offers Popup
--------------------------------------------------------------*/

input[type=checkbox]:checked + .offerbox:after {

  transform: translateY(-50%) scale3d(8, 6, 1);
}
input[type=checkbox]:checked + .offerbox .box__item {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
  transition-delay: calc(var(--index) * 0.1s);
  transition-property: transform, opacity;
}
input[type=checkbox]:checked + .offerbox .icon1 {
  background-image: url("../img/close.png");
  
}

.offerbox {
  padding: 2% 2% 2% 2%;
  position: relative;
  margin-top: 0%;
  box-sizing: content-box;
  margin-left: 332%;
}
.offerbox:after {
  content: "";
  width: 3.6%;
  height: 8.2%;
  position: fixed;
  left: 97%;
  top: 48%;
  transform-origin: 100% 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.box__item {
  position: fixed;
  visibility: hidden;
  transform: translateX(20px);
  opacity: 0;
  transition: opacity 0.2s var(--easing-2) 0;
  right: 0%;
  bottom: 29%;
  box-sizing: border-box;
  padding: 6%;
  border: 11px solid transparent;
  background: 
  linear-gradient(to right, #20BF55, #01BAEF) padding-box,
  linear-gradient(70deg, #20bf55 40%, #01baef 60%) border-box;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}

.toggle {
  display: block;
  position: fixed;
  left:82%;
  bottom:30%;
}
.toggle__checkbox {
  display: none;
}
.icon {
  right: 0%;
  cursor: pointer;
  display: block;
  width: 350px;
  height:250px;
  background: no-repeat center/40%;
  background-image: url("../img/offers.png");
}
.toggle1 {
  display: block;
  position: fixed;
  left:83%; 
  bottom:74%;
}
.toggle1__checkbox {
  display: none;
}
.icon1 {
  right: 0%;
  cursor: pointer;
  display: block;
  width: 75px;
  height:75px;
  background: no-repeat center/40%;
  
}
.offerbox h2 {
  margin-top: 8%;
  margin-bottom: -2%;
  font-weight: 600;
  font-size: 230%;
  color: #ffffff;
}
.offerbox h4 {
  margin-top: 0;
  font-weight: 500;
  font-size: 145%;
  color: #ffffff;
}
.offerbox h5 {
  margin-top: -8%;
  font-weight: 300;
  font-size: 120%;
  color: #ffffff;
}
.offerbox p {
  margin-bottom: -0%;
  font-size: 120%;
  color: #ffffff;
}
.toggle p {
  margin-bottom: -0%;
  font-size: 120%;
  color: #ffffff;
}
.toggle.offerbox p {
  margin-bottom: 1%;
  font-size: 120%;
  color: #ffffff;
}
.button{
  margin-top: -8%;
  background: #4570F3;
  color: #fff;
  cursor: pointer;
  width: 150px;
  height: 100px;
}
.offer_button
{
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #4154f1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  
}
.offer_button a {
  color: #ffffff;
  text-decoration: none;
}


.EROjiyDygVX6uBZlDHTR .qOLve_vKPb7bqoXETVXJ .Prj1h9oiUODiWBJ8o5Km .BOEgyzjK__edhXYeEFIu.button{
  display: none;
}
.F8_lgcspc_8UsCtr_ydz.LyFL9GhRk0LcnoAWsrBy {
  margin: 0 auto 8px;
  display: none;
}