@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  border:none;
  outline:none;
}

:root{
    --primary-color:#123456789;
    --light-gray:#9b9c9e5b;
    /* --light-black:#333333; */
    --light-black:#0b0a0a;
    --dark-black:#000000;
    --white-color:#ffffff;
    --light-white:#f6f6f6;
    --hover-color:#55dced;
    --logo-color:#1eaee3;
    --orange-color:#ea890f;
   --gradient-color: linear-gradient(135deg, var(--hover-color),rgb(25, 0, 255));
    --header-height: 5.5rem;
     /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  /* --first-color: hsla(187, 73%, 65%); */
  --first-color:hsl(197.73deg 71.54% 51.76%);
  --first-color-lighten: hsl(220, 68%, 97%);
  --title-color: hsl(220, 48%, 28%);
  --text-color: hsl(220, 12%, 45%);
  --body-color: hsl(220, 100%, 99%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Poppins", sans-serif;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 1000;
}

@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem;
  }
}

::selection{
    background-color: var(--hover-color);
    color: var(--white-color);
}

/* width */
::-webkit-scrollbar {
  width: .5rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 .5rem grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--hover-color); 
  border-radius: 1rem;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
} */

html{
    font-size: 62.5%;   
     scroll-behavior: smooth;
}

.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

/* Progress bar */

.progress-bar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .3rem;
  background-color: #f0f0f0;
  z-index: 10;
}

.progress-bar {
  height: 100%;
  background-color: var(--hover-color);
  transition: all 0.3s ease;
}

/* progress circle */

.progress-circle-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-circle {
  width: 4rem;
  height: 4rem;
}

.progress-circle-bar {
  fill: none;
  stroke: var(--hover-color);
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
  fill: transparent;
  stroke: var(--light-black);
  stroke-width: 5;
  stroke-dasharray: none;
}

.scroll-to-top {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--logo-color);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.scroll-to-top svg {
  display: block;
  width: 2rem;
  height: 2rem;
  stroke: white;
  transition: all 0.1s ease;
}

#social-share {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 20;
  /*transitions with relative delay*/
}
#social-share div.social-open-menu .btn-share, #social-share ul.social-itens .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 1.5rem;
  box-shadow: 0 .1rem .3rem rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#social-share div.social-open-menu .btn-share:hover, #social-share ul.social-itens .btn-share:hover {
  box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#social-share ul.social-itens {
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  /* display: none; */
}
#social-share ul.social-itens .btn-share {
  width: 5rem;
  height: 5rem;
  /* transform: none; */
}
#social-share ul.social-itens .btn-share.social-item-1 {
  background-color: #3B5998;
}
#social-share ul.social-itens .btn-share.social-item-1 i {
  text-shadow: 0px 0px #344e86, .1rem .1rem #344e86, .2rem .2rem #344e86, 3px 3px #344e86, 4px 4px #344e86, 5px 5px #344e86;
}
#social-share ul.social-itens .btn-share.social-item-2 {
  background-color: #E91E63;
}
#social-share ul.social-itens .btn-share.social-item-2 i {
  text-shadow: 0px 0px #d81558, 1px 1px #d81558, 2px 2px #d81558, 3px 3px #d81558, 4px 4px #d81558, 5px 5px #d81558;
}
#social-share ul.social-itens .btn-share.social-item-3 {
  background-color: var(--dark-black);
}
/*#social-share ul.social-itens .btn-share.social-item-3 i {*/
/*  text-shadow: 0px 0px #edb100, 1px 1px #edb100, 2px 2px #edb100, 3px 3px #edb100, 4px 4px #edb100, 5px 5px #edb100;*/
/*}*/
#social-share ul.social-itens .btn-share.social-item-4 {
  background-color: #0077B5;
}
#social-share ul.social-itens .btn-share.social-item-4 i {
  /*text-shadow: 0px 0px #edb100, 1px 1px #edb100, 2px 2px #edb100, 3px 3px #edb100, 4px 4px #edb100, 5px 5px #edb100;*/
}

#social-share ul.social-itens .btn-share.social-item-5 {
  background-color: #128c7e;
}

#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
  /* transform: translate(0px, -15px); */
}
#social-share ul.social-itens li {
  position: relative;
}
#social-share ul.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}
#social-share ul.social-itens li .btn-share-text {
  /* opacity: 0; */
  position: absolute;
  bottom: 1.5rem;
  right: 100%;
  margin-right: 1rem;
  min-width: 7.5rem;
  border-radius: 2px;
  padding: .3rem .4rem;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
  /* transition: all 500ms ease-in-out  0.5s; */
}
#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}
#social-share div.social-open-menu .btn-share {
  width: 5rem;
  height: 5rem;
  background-color: var(--first-color);
  
}
#social-share div.social-open-menu .btn-share i {
  /*text-shadow: 0px 0px #f32c1e, 1px 1px #f32c1e, 2px 2px #f32c1e, 3px 3px #f32c1e, 4px 4px #f32c1e, 5px 5px #f32c1e;*/
  font-size: 2rem;
}
#social-share .social-itens.open .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  font-size: 2rem;
}
#social-share .social-itens.hidden .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  font-size: 2rem;
}
#social-share .social-itens.open .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  font-size: 2rem;
}
#social-share .social-itens.hidden .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  font-size: 2rem;
}
#social-share .social-itens.open .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  font-size: 2rem;
}
#social-share .social-itens.hidden .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  font-size: 2rem;
}
#social-share .social-itens.open .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  font-size: 2rem;
}
#social-share .social-itens.hidden .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  font-size: 2rem;
} 

#social-share .social-itens.open .social-item-5, #social-share .social-itens.open .social-item-5 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  font-size: 2rem;
}
#social-share .social-itens.hidden .social-item-5, #social-share .social-itens.open .social-item-5 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  font-size: 2rem;
} 

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
  overflow-x: hidden!important;
}

.color-dark{
  color: var(--dark-black)!important;
}

 .top-header{
    padding:1rem 2rem;
    background-color:var(--light-black) ;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-header ul{
    display: flex;
    list-style-type: none;
}

.top-header ul li{
    margin-right: 1rem;
   
}

.top-header ul li a{
    color: var(--white-color);
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition:all .2s;
}

.top-header ul li:hover a{
    color:var(--hover-color);
}

.top-header .social-icons-list ul li{
    margin-right: 1.5rem;
}

.top-header .social-icons-list ul li a{
    font-size: 1.5rem;
    background-color:var(--first-color);
    border:.2rem solid var(--white-color);
    animation:scaleup 2s linear infinite;
}

@keyframes scaleup{
    0%{
        transform:scale(0.9);
    }
    
    50%{
        transform:scale(1);
    }
    100%{
        transform:scale(0.9);
    }
}

.top-header .social-icons-list ul li a:hover{
    color:var(--white-color);
}
/*header{
    position: sticky;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white-color);
    box-shadow: 0 0 1rem var(--light-gray);
    z-index: 100;
    padding: 1rem 2%;
    top: 0;
    left: 0;
}

header .logo img{
    height: 6.5rem;
}

header .navbar{
    padding: 1rem 2%;
}
.navbar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

.navbar ul li{
    margin-right: 1rem;
}

.navbar ul li a{
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: var(--light-black);
    font-weight: 500;
    display: block;
    transition: all .2s ease-in-out;
}

.navbar ul li:hover a{
    color: var(--hover-color);
}

.navbar ul a.active{
    color: var(--hover-color);
}

.navbar .header-btn{
    border:.1rem solid var(--light-white);
    padding:1rem 2rem;
    border-radius:2rem;
    background-color:#f7e700;
}

#menu{
    display: none;
}

#menu .fa-bars{
    font-size: 2rem;
	color: var(--white);
	cursor: pointer;
} */

/*=============== HEADER ===============*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
  background-color: var(--dark-black);
  z-index: var(--z-fixed);
}

/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
}
.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  transition: color 0.3s;
}

.nav__logo img {
  height: 5rem;
}
.nav__logo:hover {
  color: var(--first-color);
}
.nav__toggle {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
}
.nav__toggle-menu, .nav__toggle-close {
  font-size: 2rem;
  color: var(--white-color);
  position: absolute;
  display: grid;
  place-items: center;
  inset: 0;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}
.nav__toggle-close {
  opacity: 0;
}
@media screen and (max-width: 1118px) {
  .nav__menu {
    background-color: var(--dark-black);
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    padding-block: 1.5rem 4rem;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0.5rem;
  }
  .nav__menu::-webkit-scrollbar-thumb {
    background-color: hsl(220, 12%, 70%);
  }
}
.nav__link {
  color: var(--white-color);
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  font-size: 1.2rem;
}
.nav__link:hover {
  background-color: var(--dark-black);
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 5.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__toggle-menu {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__toggle-close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__button {
  cursor: pointer;
}
.dropdown__arrow {
  font-size: 1.5rem;
  font-weight: initial;
  transition: transform 0.4s;
}
.dropdown__content, .dropdown__group, .dropdown__list {
  display: grid;
}
.dropdown__container {
  background-color: var(--light-black);
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
.dropdown__content {
  row-gap: 1.75rem;
}
.dropdown__group {
  padding-left: 2.5rem;
  row-gap: 0.5rem;
}
.dropdown__group:first-child {
  margin-top: 1.25rem;
}
.dropdown__group:last-child {
  margin-bottom: 1.25rem;
}
.dropdown__icon i {
  font-size: 1.25rem;
  color: var(--white-color);
}
.dropdown__title {
  font-size: 1.5rem;
  font-weight: var(--font-semi-bold);
  color: var(--first-color);
}
.dropdown__list {
  row-gap: 0.25rem;
}
.dropdown__link {
  font-size: 1.2rem;
  font-weight: var(--font-medium);
  color: var(--white-color);
  transition: color 0.3s;
}
.dropdown__link:hover {
  color: var(--first-color);
}

/* Rotate dropdown icon */
.show-dropdown .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 300px) {
  .dropdown__group {
    padding-left: 1.5rem;
  }
}
/* For large devices */
@media screen and (min-width: 1118px) {
  /* Nav */
  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    display: flex;
    column-gap: 3rem;
    height: 100%;
  }
  .nav li {
    display: flex;
  }
  .nav__link {
    padding: 0;
  }
  .nav__link:hover {
    background-color: initial;
  }
  /* Dropdown */
  .dropdown__button {
    column-gap: 0.25rem;
    pointer-events: none;
  }
  .dropdown__container {
    height: max-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 6.5rem;
    background-color: var(--light-black);
    box-shadow: 0 6px 8px hsla(220, 68%, 12%, 0.05);
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .dropdown__content {
    grid-template-columns: repeat(4, max-content);
    column-gap: 6rem;
    max-width: 1120px;
    margin-inline: auto;
  }
  .dropdown__group {
    padding: 4rem 0;
    align-content: baseline;
    row-gap: 1.25rem;
  }
  .dropdown__group:first-child, .dropdown__group:last-child {
    margin: 0;
  }
  .dropdown__list {
    row-gap: 0.75rem;
  }
  .dropdown__icon {
    width: 60px;
    height: 60px;
    background-color: var(--first-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
  }
  .dropdown__icon i {
    font-size: 2rem;
  }
  .dropdown__title {
    font-size: var(--normal-font-size);
    font-size: 1.4rem;
  }
  .dropdown__link {
    font-size: var(--small-font-size);
    font-size: 1.3rem;
  }
  .dropdown__link:hover {
    color: var(--first-color);
  }
  .dropdown__item {
    cursor: pointer;
  }
  .dropdown__item:hover .dropdown__arrow {
    transform: rotate(180deg);
  }
  .dropdown__item:hover > .dropdown__container {
    top: 7.5rem;
    opacity: 1;
    pointer-events: initial;
    cursor: initial;
  }
}
@media screen and (min-width: 1152px) {
  .container {
    margin-inline: auto;
  }
}

.video-container{
    position: relative;
    width: 100%;
    height: 45rem;
    max-height: 100%;
}

.video-container video{
    object-fit: cover;
    width:100%;
    height:100%;
    
}

.video-container .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, var(--dark-black),var(--dark-black));
    opacity: .8;
}

.video-container .overlay .moving-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
   position: absolute;
   z-index: 10;
   
}

.video-container .overlay .moving-content-content{
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: bolder;
}

.video-container .overlay .moving-content-content h1{
    font-size: 7.5rem;
    margin-bottom: 1rem;
    color: white;
    font-weight:bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    text-align: center;
    color:var(--first-color);
    
}

.video-container .overlay .moving-content-content h3{
  text-align: center;
}

.video-container .overlay .moving-content-content .country-slide {
  color: transparent;
  display: inline-block;
  position: absolute;
  padding-left:1rem;
  color: var(--hover-color);

}

.video-container .overlay .moving-content-content h4{
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 1rem;
    letter-spacing:0.3rem;
    text-align:center;
}

.video-container .overlay .moving-content-content h3{
    /*font-size: 5rem;*/
    /*font-weight: bolder;*/
    /*margin-bottom: 2rem;*/
    font-size: 3rem;
    letter-spacing:0.5rem;
    font-weight:200;

}
.slick-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:1rem;
    list-style:none;
    background:0 0;
    cursor:pointer
    
}
.slick-dots li{
    display:flex;
    align-items:center;
    justify-content:center;
    width:2rem;
    height:2rem;
    margin:.5rem;
    background-color:var(--first-color);
    border-radius:100%;
    cursor:pointer;
    
}
.slick-dots button{
    background:#fff;
    color:var(--first-color);
    width:1rem;
    height:1rem;
    border-radius:50%;
    text-indent:-9999px;
    
}
.slick-dots .slick-active{
    border:10px solid var(--first-color)
    
}


.certificate-section{
    position: relative;
    overflow: hidden;
    /* background-image: url(img/awd-bg.webp);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: var(--light-black);
}

.certificate-section .certificate-image{
    margin: 2rem 0;
}



.certificate-section .box-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 20%;
  gap: 1rem;
}

.certificate-section .box-container .box{
    width: 24rem;
    /* height: 11rem; */
    margin-top: -1rem;
    margin-bottom: 1rem;
    border: .1rem solid var(--first-color);
    padding: 1rem;
    border-radius: 2rem;
    transition: .5s all;
}


.certificate-section .box-container .box:hover{
    color:var(--hover-color);
}

.certificate-section .box-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-section{
    width: 100%;
    height: 100%;
    background-color: var(--dark-black);
    padding: 5rem 3%;
    z-index: -1;
}

.service-section .title{
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--first-color);
    text-align: center;
    margin-bottom: 5rem;
}

.service-section .grid-container{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
    position: relative;
    padding: 0 5rem;
    
}

.service-section .grid-container .grid-box{
    padding: 1rem 2rem;
    border-radius: 1rem;
    background-color: var(--light-black);
    box-shadow: 0 .3rem .5rem rgba(0,0,0,0.3);
    position: relative;
    transition:.5s all;
    border: .1rem solid var(--white-color);
}

.service-section .grid-container .grid-box:hover{
    transform:translateY(-.5rem);
    box-shadow:0 .3rem .5rem rgba(255,255,255,.6);
}

.service-section .grid-container .grid-box:hover{

}


.grid-container .grid-box .grid-box-content{
    display: flex;
    flex-flow: column;
}

.grid-container .grid-box .grid-box-content .grid-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}

.grid-container .grid-box .grid-box-content .grid-icon::before{
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1rem;
    background-color: var(--first-color);
    bottom: -.7rem;
    left: 1rem;
    transform: rotate(360deg);
    clip-path: polygon(30% 0, 100% 100%, 100% 0);

}

.grid-container .grid-box .grid-box-content .grid-icon i{
    padding: 1rem 1.5rem;
    background-color: var(--first-color);
    margin-right: 1rem;
    font-size: 1.5rem;
    color: var(--white-color);
    clip-path: polygon(0 0, 100% 1%, 100% 83%, 0% 100%);
    border-radius: .5rem;
}

.grid-container .grid-box .grid-box-content .grid-icon h3{
    font-size: 1.5rem;
    color: var(--white-color);
    font-weight: 600;
}

.grid-container .grid-box:hover .grid-box-content .grid-icon h3{
    color:var(--first-color);
}
.grid-container .grid-box .grid-box-content p{
    font-size: 1.5rem;
    color: var(--white-color);
}

.grid-container .grid-box .grid-box-content a{
    font-size: 1.5rem;
    margin: 1rem 0;
    text-decoration: none;
    color: var(--white-color);
    font-weight: 600;
    text-transform:uppercase;
}

.grid-container .grid-box:hover .grid-box-content a{
    text-decoration:underline;
    color: var(--first-color);
}

.creative-work{
  padding: 8rem 3%;
  background-color: var(--light-black);
}

.creative-work .title {
  font-size: 4rem;
  text-transform: capitalize;
  color: var(--first-color);
  text-align: center;
  margin-bottom: 5rem;
  text-transform: uppercase;
}

.tab_box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 2px solid rgba(229, 229, 229);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5rem;
}

.tab_box .tab_btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  background: none;
  border: none;
  padding: 18px;
  cursor: pointer;
}

.tab_box .line {
  position: absolute;
  width: 90px;
  height: 3px;
  top: 62px;
  left: 17px;
  background-color: var(--hover-color);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.tab_box .tab_btn.active {
  color: var(--hover-color);
}


.content_box .content {
  display: none;
  animation: moving 0.5s ease;
}

@keyframes moving {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.content_box{
  position: relative;
}

.content_box .content.active {
 display: block;
}


.content_box .content h2 {
  margin-bottom: 10px;
}

  .price{
    background-color: var(--dark-black);
    padding: 8rem 1%;
  }

  .price .title{
    font-size: 4rem;
    text-transform: capitalize;
    color: var(--first-color);
    text-align: center;
    margin-bottom: 8rem;
    text-transform: uppercase;
  }

  .price .price-container{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5rem;
    
  }

  .price .price-container .price-box{
    border-radius: 2rem;
    width: 26rem;
    height: 40rem;
    background-color: var(--dark-black);
    box-shadow: 0 .3rem 15rem rgba(255, 255 ,255,.3),;
    text-align: center;
    margin-bottom: 1rem;
    border: .1rem solid var(--white-color);
  }

    
  .price .price-container .price-box .icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    /* border: .2rem solid var(--white-color); */
    text-align: center;
    margin: -3rem auto 0;
    background-color: var(--light-black);
    margin-bottom: 2rem;
    font-size: 3rem;
    color: var(--first-color);
    transition:.5s linear;
  }

.price .price-container .price-box:hover .icon-box{
    transform:scale(1.08);
    
}

.price .price-container .price-box:hover{
    border:.1rem solid var(--first-color);
}

  .price .price-container .price-box h2{
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    color:var(--white-color);
     margin-bottom: 1.5rem; 
  }

  .price .price-container .price-box p{
    font-size: 3rem;
    font-weight: 800;
    color: #044b6a;
    text-decoration:line-through;
  }
  
  .price .price-container .price-box h4{
     font-size: 6rem;
    font-weight: 800;
    color: var(--first-color);
    margin-bottom: .5rem;
    text-decoration:none;
  }

  .price .price-container .price-box h5{
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 4rem;
    color:var(--white-color);
  }


  .btn{
    display: inline-block;
    text-align: center;
    padding: 1rem 3rem;
    background-color: var(--dark-black);
    border-radius: 2rem;
    color: var(--white-color);
    text-decoration: none;
    font-size: 1.5rem;
    transition:.5s all;
    box-shadow:0 .3rem .5rem rgba(255,255,255,.3);
    cursor: pointer;
    border:.1rem solid var(--first-color);
  }

.btn:hover{
     background-color: var(--hover-color);
     
}

.btn:active{
    transform:translateY(.3rem);
}

  .skills{
    padding: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url('img/background.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    position: relative;
  }

  .skills::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 ,0,.8);
  }

  .skills .progress-container{
    width: 70rem;
    max-width: 100%;
    padding: 5rem;
    position: relative;
    z-index: 10;
  }

  .skills .progress-container .progress-content h3{
    display:inline-block;
    line-height: -1.6;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color:var(--first-color);
    text-transform:uppercase;
    position:relative;
    z-index: 10;
  }
  
   .skills .progress-container .progress-content span{
       font-size:4rem;
       font-weight:bold;
       color:var(--first-color);
   }
  .skills .progress-container .progress-content h4{
    display:inline-block;
    line-height: 1.6;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color:var(--first-color);
    position:relative;
    text-transform:uppercase;
  }
  
  .skills .progress-container .progress-content h3::after{
      position:absolute;
      content:'';
      top:50%;
      left:105%;
      width:8rem;
      height:.2rem;
      background-color:var(--first-color);
  }

  .skills .progress-container .progress-content p{
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--white-color);
  }

  .skills .progress-view{
    padding: 5rem;
    z-index: 10;
  }
  .skills .progress-view .progress-box{
    background-color: var(--dark-black);
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    width: 32rem;
    max-width: 100%;
    box-shadow:  0 .3rem .5rem rgba(0, 0 ,0,.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border:.1rem solid var(--first-color);
  }

  .skills .progress-view .progress-box .percentage-progress{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: var(--first-color);
    padding: 1rem 2rem;
    box-shadow:  0 .3rem .5rem rgba(0, 0 ,0,.3);
    border: .2rem solid var(--white-color);
    font-size: 2rem;
    font-weight: 600;
    color:var(--white-color);
  }

  .skills .progress-view .progress-box .progress-writeup
  {
    padding: 1rem;
  }
  .skills .progress-view .progress-box .progress-writeup h3{
    font-size: 1.6rem;
    color: var(--first-color);
    margin-bottom: .5rem;
  }

  .skills .progress-view .progress-box:nth-child(2){
    margin-left: -6rem;
  }

  .skills .progress-view .progress-box:nth-child(2) h3,
  .skills .progress-view .progress-box:nth-child(2) p{
    font-size: 1.6rem;
    color: var(--first-color);
  }

  .skills .progress-view .progress-box .progress-writeup p{
    font-size: 1.3rem;
    color: var(--white-color);
  }

  
  .award{
    padding: 5rem 3%;
   
    background-color: var(--dark-black);
  }

  .award .title{
    font-size: 4rem;
    text-transform: capitalize;
    color: var(--dark-black);
    text-align: center;
    margin-bottom: 8rem;
    color: var(--first-color);
  }

  .award .award-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  
   .award-image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:1rem;
    padding: 2rem 7%;
    margin: 2rem 0;

  }

   .award-image-container .image{
    box-shadow: 0 .3rem .5rem rgba(0, 0 ,0,.3);
    margin-bottom: 2rem;
  }

  .award-image-container .image img{
    width: 98%;
    height: 100%;
    object-fit: cover;
    border: .6rem solid var(--white-color);
  }

  .award .award-text-container{
    display: inline-flex;
    color: var(--white-color);
    font-size: .8rem;
    text-align: center;
  }

  .frequentlyasdedquestions{
    width: 100%;
    background-image: url('img/office.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
  }

  .frequentlyasdedquestions::before{
    
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .8);
  }

  .frequentlyasdedquestions .accordion {
    padding: 8rem 0;
    width: 60rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: 6rem;
    z-index: 10;
  }

  .frequentlyasdedquestions .accordion .title{
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--first-color);
    position: relative;
  }
  
  .frequentlyasdedquestions .accordion-wrapper {
    background-color: var(--dark-black);
    margin-bottom: 20px;
    padding: 1rem 3rem;
    border-radius: .5rem;
    box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 50, 0.2);
    position: relative;
  }
  
  .frequentlyasdedquestions .toggle {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--white-color);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
    text-transform:uppercase;
    text-align:left;
    font-weight: 600;
  }
  
  .frequentlyasdedquestions .accordion .accrodion-content {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: all 1s;
    color: var(--white-color);
  }

  .happyclients{
    padding: 8rem 5%;
    background-color: var(--dark-black);
  }
  
  .happyclients h3{
      color:var(--first-color);
      text-align:center;
      position:relative;
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 1rem;
      text-transform: uppercase;
      display:inline-block;
  }
  
  .happyclients h3::after {
   position:absolute;
   content:'';
    top:50%;
   left:105%;
   width:8rem;
   height:.2rem;
   background-color:var(--first-color);
}

  .happyclients .clients-container{
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 1rem;
  }

  .happyclients .clients-container .client-box{
    width: 15rem;
    height: 10rem;
    border-radius: 1rem;
    background-color: var(--white-color);
    box-shadow: 0 .3rem .5rem rgba(241, 241, 241, 0.6);
  }

  .happyclients  .title{
    font-size: 3rem;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--first-color);
    position: relative;
  }

  .contact-information{
    display: flex;
    /* align-items: center; */
    justify-content: center;
  }

  .contact-information .contact-form{
    background-color: rgba(255, 255 ,255,.6);
    width: 50vw;
    background-color: var(--light-black);
  }

  .contact-information .contact-form form{
    padding: 8rem 8%;
  }

  .contact-information .contact-form form h1{
    font-size: 3rem;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 3rem;
    color: var(--first-color);
  }

  .contact-information .contact-form form span{
    display: block;
  }
  .contact-information .contact-form form .input-box{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /* gap: 1rem; */
    margin-bottom: 1rem;
    background-color: transparent;
  }

  .contact-information .contact-form form .input-box input{
    padding: 1rem;
    width: 100%;
    border-radius: .5rem;
    color: var(--white-color);
    background-color: transparent;
    border:.1rem solid var(--white-color);
  }
  
  .contact-information .contact-form form .input-box input:focus{
       border:.1rem solid var(--first-color);
       caret-color:var(--first-color);
  }

  .contact-information .contact-form form textarea{
    width: 100%;
    resize: none;
    padding: 1rem;
    margin-bottom: .5rem;
    background-color: transparent;
     border:.1rem solid var(--white-color);
     color:var(--white-color);
  }
  
  .contact-information .contact-form form .captcha-box input{
    padding: 1rem 4rem;
    border-radius: .5rem;
    background-color: transparent;
     border:.1rem solid var(--dark-black);
  }

  .contact-information .contact-form form .captcha-box span{
    display: inline-block;
    background-color: var(--hover-color);
    padding: 1.3rem 5rem;
    margin-left: 1rem;
    border-radius: .5rem;
  }

  .contact-information .contact-form form .btn{
    display: inline-block;
    margin-left: 1rem;
    background-color: var(--dark-black)!important;
    background-image: none;
    padding: 1rem 4rem;
  }

  .contact-information .contact-info{
    padding: 8rem 8%;
    background-color: var(--light-black);
    flex: 1;
    flex-direction: column;
  }

  .contact-information .contact-info h2{
    font-size: 3rem;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 3rem;
    color: var(--first-color);
  }

  .contact-information .contact-info span{
    display: block;
  }

  .contact-information .contact-info .contact-email{
    display: flex;
    justify-content: space-around;
    padding: 1rem;
  background-color: var(--light-black);
    border-radius: 2rem;
    color: var(--white-color);
    position: relative;
    margin-bottom: 3rem;
    border: .1rem solid var(--white-color);
  }

  .contact-information .contact-info .contact-email a{
    text-decoration: none;
    font-size: 1.3rem;
    color: var(--white-color);
    display: inline-block;
  }

  .contact-information .contact-info .contact-email .or{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-black);
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: var(--white-color);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: .1rem solid var(--white-color);
    top: 1.8rem;
  }

  .contact-information .contact-info .achieve-box .icon-box{
    background-color: var(--dark-black);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 4rem;
    /* border-top-left-radius:5rem;
    border-top-right-radius:5rem ; */
    margin-bottom: .5rem;
  }

  .contact-information .contact-info .achieve-box .icon-box.icon-box-2{
    border-radius: 0;
  }

  .contact-information .contact-info .achieve-box .icon-box.icon-box-3{
    /* border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius:5rem;
    border-bottom-right-radius:5rem ; */
  }

  .contact-information .contact-info .achieve-box .icon-box .icon i{
   margin-right: 2rem;
   font-size: 1.8rem;
   color:var(--first-color)
  }

  .contact-information .contact-info .achieve-box .icon-box .content{
    font-size: 2rem;
    color: var(--white-color);
  }
  .contact-information .contact-info .achieve-box .icon-box .content span{
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 500;
  }

  /* seo services page */

  .about-seo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8rem 5%;
    gap:3rem;
    background-color: var(--dark-black);
  }

  .about-seo .left-about{
    width:50%;
    display: block;
    margin: 0 auto;
  }

  .about-seo .left-about img{
    width: 100%;
    margin-bottom: 3rem;
  }
  .about-seo .right-about{
    flex: 1;
  }
  

  .about-seo .right-about .title h2{
     font-size: 1.5rem; 
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: .1rem;
    color: var(--hover-color);
    padding : 1rem 2rem;
    background-color:transparent;
    transform:skewY(3deg);
    display:inline-block;
    transition:.2s;
    border:.5rem solid var(--first-color);
    text-transform:uppercase;
    
  }
  

    .about-seo .right-about .title:hover h2{
        transform:skewY(0);
    }
    
  .about-seo .right-about .title-2 h4{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: .1rem;
    color: var(--hover-color);
    font-weight: 400;
    color: var(--dark-black);
  }
  .about-seo .right-about .content p{
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color:var(--white-color);
  }


  .what-makes-us-different{
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }

  .what-makes-us-different::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 ,0,.8);
  }

  .what-makes-us-different .background-data{
    padding: 8rem 8%;
    position: relative;
  }

  .what-makes-us-different .background-data .title{
    /* font-size: 1.8rem; */
    /* text-align: center; */
    margin-bottom: 3rem;
    color:var(--hover-color);
  }

  .what-makes-us-different .content p{
    font-size: 1.6rem;
    color: var(--white-color);
    line-height: 1.8;
    margin-bottom: 2rem;
  }


  .website-audit{
    background-color: var(--dark-black);
  }

  .website-audit-container{
    padding: 6rem 5%;
  }

  .website-audit-container .title{
    /* font-size: 2rem; */
    text-transform: uppercase;
    /* text-align: center; */
    margin-bottom: 0;
    color: var(--first-color);
  }
  .website-audit-container .content{
    font-size: 1.6rem;
    color: var(--white-color);
  }

  .website-audit-container .content p{
    padding-bottom: 2rem;
  }
  .seo-services-package{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow:column ;
    padding: 8rem 5%;
    background-color: var(--light-black);
    position: relative;
  }

  .seo-services-package .title{
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--white-color);
  }

  .seo-services-package .seo-services-package-text{
    display: inline-block;
    background-color:var(--dark-black);
    text-align: center;
    padding: 2rem 6rem;
    border-radius: 6rem;
    margin-bottom: 3rem;
    border: .1rem solid var(--white-color);
  }

  .seo-services-package .seo-services-package-text h3{
    font-size: 2rem;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: .3rem;
    font-weight: 500!important;
  }

  .seo-services-package .price-container-boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    position: absolute;
    top: 60%;
  }

  .seo-services-package .price-container-boxes .price-container-box{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-flow: column;
    padding:2rem;
    width: 22rem;
    height: 25rem;
    background-color: var(--dark-black);
    border-radius: 1rem;
    margin:  5rem auto 0;
    position: relative;
    max-width: 100%;
    transition: all .5s;
    box-shadow: 0 .3rem .5rem rgba(0, 0 ,0,.3);
    z-index: 100;
    border: .1rem solid var(--white-color);
  }

  
  .seo-services-package .price-container-boxes .price-container-box:hover{
   border: .1rem solid var(--first-color);
    transform: scale(1.05);
  }

  .seo-services-package .price-container-boxes .price-container-box .price-container-box-details{
    position: absolute;
    top: 10rem;
  }

  .seo-services-package .price-container-boxes .price-container-box .number{
    font-size: 10rem;
    opacity: .1;
    font-weight: bolder;
    color: var(--white-color);
  }

  .seo-services-package .price-container-boxes .price-container-box .price-detail{
    font-size: 5rem;
    font-weight: bold;
    color: var(--white-color);
  }

  .seo-services-package .price-container-boxes .price-container-box .price-container-box-details .btn_link{
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--first-color);
    cursor: pointer;
  }
  .seo-services-package .price-container-boxes .price-container-box h4{
    font-size:2rem;
    font-weight: 300;
    color: var(--first-color);
  }

  .seo-process{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2rem;
    padding-top: 15rem;
    position: relative;
    background-color: var(--dark-black);
  }

  .seo-process .seo-process-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8rem 0;
  }

  .seo-process .seo-process-container .left-side{
    width: 40vw;
    height: 60rem;
  }

  .seo-process .seo-process-container .left-side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .seo-process .seo-process-container .right-side{
    flex: 1;
    /* background-color: green; */
    margin-left: -5rem;
    padding: 3rem 0 0 18rem;
  }

  .seo-process .seo-process-container .right-side .title{
    /* font-size: 2rem; */
    margin-bottom: 2rem;
    color: var(--white-color);
  }

  .seo-process .seo-process-container .right-side .content-details .content h4{
    font-size: 2rem;
    color: var(--white-color);
  }

  .seo-process .seo-process-container .right-side .content-details .content{
    font-size: 1.5rem;
    color: var(--white-color);
    margin-bottom: 1.5rem;
    line-height: 1.8;
  }

  .value-for-money{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:var(--light-black);
    padding: 5rem 8%;
    gap:2rem;
    flex-wrap: wrap;
   
  }

  .value-for-money .left-side{
    width: 70%;
  }

  .value-for-money .right-side{
    flex: 1;
  }

  .value-for-money .right-side img{
    width: 100%;
  }

  .value-for-money .left-side .title h2{
    /* font-size: 3rem; */
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--first-color);
  }

  .value-for-money .left-side .content h5{
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 400;
    color: var(--white-color);
  }

  .value-for-money .left-side .content p{
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: var(--white-color);
  }

  .best-seo-services{
    padding: 8rem 6%;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--light-black);
  }

  .best-seo-services .left-side{
    width: 50%;
  }

  .best-seo-services .left-side img{
    width: 90%;
    height: 100%;
    object-fit: cover;
  }

  .best-seo-services .right-side{
    flex: 1;
  }

  .best-seo-services .right-side .title{
    /* font-size: 1.8rem; */
    margin-bottom: 1rem;
    color: var(--first-color);
  }

  .best-seo-services .right-side .content p{
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: var(--white-color);
  }


  /* website services page */

  .website-service-section{
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(135deg, var(--hover-color),rgb(25, 0, 255)); */
    background-color: var(--dark-black);
    padding: 5rem 3%;
    z-index: -1;
}

.website-service-section .flex-title{
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 8rem;
    font-weight: 400;
}

.website-service-section .flex-container{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    padding: 0 5rem;
    
}

.website-service-section .flex-container .flex-box{
    flex: 1 1 45rem;
    padding: 1rem 4rem;
    background-color: transparent;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,0.3);
    position: relative;
    transition:.5s all;
    border: .1rem solid var(--white-color);
    border-radius: .2rem;
}

.website-service-section .flex-container .flex-box:hover{
    transform:translateY(-.5rem);
    box-shadow:0 .3rem .5rem rgba(255,255,255,.6);
}

.website-service-section .flex-container .flex-box::after{
  
    position: absolute;
    content: '';
    right: -1rem;
    top: 1rem;
    border-radius: 1rem;
    background-color:orangered;
    box-shadow: 0 .3rem .5rem rgba(241, 241, 241, 0.6);
    z-index:-2!important;
}

.flex-container .flex-box .flex-container-content{
    display: flex;
    flex-flow: column;
}

.flex-container .flex-box .flex-box-content .flex-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}

.flex-container .flex-box .flex-box-content .flex-icon::before{
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1rem;
    background-color: var(--hover-color);
    bottom: -.7rem;
    left: 1rem;
    transform: rotate(360deg);
    clip-path: polygon(30% 0, 100% 100%, 100% 0);

}

.flex-container .flex-box .flex-box-content .flex-icon i{
    padding: 1rem 1.5rem;
    background-color: var(--hover-color);
    margin-right: 1rem;
    font-size: 1.5rem;
    color: var(--white-color);
    clip-path: polygon(0 0, 100% 1%, 100% 83%, 0% 100%);
    border-radius: .5rem;
    border: .1rem solid var(--white-color);
}

.flex-container .flex-box .flex-box-content .flex-icon h3{
    font-size: 2rem;
    color: var(--white-color);
    font-weight: 700;
}

.flex-container .flex-box:hover .flex-box-content .flex-icon h3{
    color:var(--hover-color);
}
.flex-container .flex-box .flex-box-content p{
    font-size: 1.5rem;
    color: var(--white-color);
    line-height:1.8;
    padding-top: 2rem;
}

.flex-container .flex-box .flex-box-content a{
    font-size: 1.5rem;
    margin: 1rem 0;
    text-decoration: none;
    color: var(--hover-color);
    font-weight: 600;
    text-transform:uppercase;
}

.flex-container .flex-box:hover .flex-box-content a{
    text-decoration:underline;
}

  footer{
    position: relative;
    background-color: var(--dark-black);
    width: 100%;

  }
  footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
  }
  footer .content{
    max-width: 1250px;
    margin: auto;
    padding: 3rem 4rem 4rem 4rem;
  }
  footer .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .content .top .logo-details{
    color: #fff;
    font-size: 30px;
  }
  .content .top .media-icons{
    display: flex;
  }
  .content .top .media-icons a{
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .top .media-icons a:nth-child(1){
    background: #4267B2;
  }
  .top .media-icons a:nth-child(1):hover{
    color: #4267B2;
    background: #fff;
  }
  .top .media-icons a:nth-child(2){
    background: #1DA1F2;
  }
  .top .media-icons a:nth-child(2):hover{
    color: #1DA1F2;
    background: #fff;
  }
  .top .media-icons a:nth-child(3){
    background: #E1306C;
  }
  .top .media-icons a:nth-child(3):hover{
    color: #E1306C;
    background: #fff;
  }
  .top .media-icons a:nth-child(4){
    background: #0077B5;
  }
  .top .media-icons a:nth-child(4):hover{
    color: #0077B5;
    background: #fff;
  }
  .top .media-icons a:nth-child(5){
    background: #FF0000;
  }
  .top .media-icons a:nth-child(5):hover{
    color: #FF0000;
    background: #fff;
  }
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 4 - 10px);
    margin-bottom: 1rem;
  }
  .content .link-boxes .box .link_name{
    color: var(--first-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 4rem;
    border:.1rem dashed var(--first-color);
  }
  
  .content .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content .link-boxes .box li a{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s ease
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #140B5C;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: var(--white-color);
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: #fff;
    color: #140B5C;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    border-top: .1rem solid var(--white-color);
    width: 100%;
    /* background: #0F0844; */
  }
  footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }

  @media (max-width: 900px) {
    footer .content .link-boxes{
      flex-wrap: wrap;
    }
    footer .content .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
  }
  @media (max-width: 700px){
    footer{
      position: relative;
    }
    .content .top .logo-details{
      font-size: 26px;
    }
    .content .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content .link-boxes .box{
      width: calc(100%);
    }
    footer .content .link-boxes .input-box{
      width: 60%;
    }
    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a{
      font-size: 12px;
    }
  }
  @media (max-width: 520px){
    footer::before{
      top: 145px;
    }
    footer .content .top{
      flex-direction: column;
    }
    .content .top .media-icons{
      margin-top: 16px;
    }
    footer .content .link-boxes .box{
      /* width: calc(100% / 2 - 10px); */
    }
    footer .content .link-boxes .input-box{
      width: 100%;
    }
  }
 


@media only screen and (max-width:768px){
  
    /* .top-header{
        display: none;
    }
    header{
        padding: 1rem 0%;
    }
    header .navbar{
        padding: 0;
    }
    #menu{
        display: block;
        padding: 0 2%;
    }

    .navbar{
        display: none;
        padding: 0;
    }

    .navbar.nav-toggle{
        position: absolute;
        top: 95%;
        display: block;
        width: 100%;
    }

    .navbar ul{
      display: block;
      width: 100%;
      background-color: var(--white-color);
    }

    .navbar ul li{
        display: block;
       padding: 1rem 2rem;
       margin-bottom: 1rem;
       box-shadow: 0 .3rem .5rem rgba(0, 0 ,0,.3);
    } */
    
   .top-header{
       display:none;
   }
    
  
   
    .video-container .overlay .moving-content-content{
        padding:1rem;
    }
    .video-container .overlay .moving-content-content h3{
        font-size: 3rem;
    }
    
    .video-container .overlay .moving-content-content h1{
      font-size: 3rem;
      margin-bottom: 2rem;
      /* text-align: center; */
        
    }
    
    .video-container .overlay .moving-content-content h4 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height:1.8;
    text-align: center;
}
    .certificate-section .box-container .box{
        flex: 1 1 12rem;
    }

    .price .price-container .price-box {
      width: 90%;
      margin: auto;
      margin-bottom: 5rem;
    }

    .price .price-container{
        padding: 0 0;
    }

    .service-section .grid-container{
      padding: 0;
    }
    
    .service-section .title{
        font-size:1.5rem;
    }

    /* .skills{
      padding: 0 2rem;
    } */
     

    .skills .progress-container{
      width: 100%;
      margin: auto;
    }

    .skills .progress-view{
      padding: 2rem;
    }
    .skills .progress-view .progress-box:nth-child(2){
      margin-left: 0;
    }

    .tab_box{
      flex-flow: column;
    }

    .award .award-text-container{
      display: none;
    }

    .frequentlyasdedquestions .accordion{
     margin: 0 auto;
    }

    .contact-information{
      flex-direction: column;
    }
    
    .contact-information .contact-info{
        padding:8rem 2%;
    }
    
    .contact-information .contact-info .contact-email .or{
        width:3.5rem;
        height:3.5rem;
        margin-left:-1.5rem;
    }

    .contact-information .contact-form{
      width: 100vw;
    }
    
     .contact-information .contact-form form .input-box{
      display: block;
    }

    .contact-information .contact-form form .input-box::placeholder{
      color: var(--white-color);
    }
    .contact-information .contact-form form .input-box input{
      margin-bottom:1rem;
    }
    
    .contact-information .contact-form form .captcha-box input{
      display: block;
      width: 100%;
      margin-bottom: 1rem;
    }

   

    .about-seo{
      flex-flow: column;
    }

    .about-seo .left-about{
      width: 100%;
    }

    .what-makes-us-different .background-data h2{
      font-size: 2rem;
    }
    .website-audit-container .title{
      font-size: 2rem;
    }
    

    .inline-form-container .submit-area .btn{
      width: 100%;
    }

    .seo-services-package .price-container-boxes{
      flex-direction: column;
      position: relative;
    }

    .seo-services-package .seo-services-package-text
    {
      padding: 1rem 2rem;
    }
    .seo-services-package .seo-services-package-text h3{
      font-size: 1.5rem;
      letter-spacing: 0;
    }

    .seo-services-package .price-container-boxes .price-container-box{
      width: 35rem;
      max-width: 90%;
      margin: 0 auto;
    }

    .seo-process{
      margin-top: 0;
    }

    .seo-process .seo-process-container .left-side{
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    

    .seo-process .seo-process-container{
      flex-flow: column;
      padding: 0;
    }

    .seo-process .seo-process-container .right-side{
      padding: 3rem 3rem;
      margin-left: 0;
    }

    .value-for-money{
      flex-direction: column-reverse;
    }

    .value-for-money .left-side{
      width: 100%;
    }

    .value-for-money .left-side .title h2{
      font-size: 2rem;
    }

    .best-seo-services{
      flex-flow: column;
      padding: 8rem 5%;
    }

    .best-seo-services .left-side{
      width: 90%;
    }

    footer .bottom-details .bottom_text{
      flex-direction: column;
      justify-content: center;
      text-align: center;
      padding-bottom: 1rem;
    }

    footer .bottom-details .bottom_text span{
      padding-bottom: 1rem;
    }
    
}





