@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #222222;
}
*:not(i) {
  font-family: "Poppins", sans-serif;
}
* a {
  cursor: pointer;
}

.nav {
  background-color: white;
  height: 70px;
}
.nav * {
  font-size: 12px;
  font-weight: 500;
  color: #222222;
}
.nav .logo-pr {
  float: left;
  height: 100%;
  margin-left: 35px;
}
.nav .logo-pr img {
  margin: 14.5% 0%;
}
.nav ul {
  float: right;
  height: 100%;
  padding: 25px 50px;
}
.nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 13px;
}
.nav ul li a {
  text-decoration: none;
}
.nav ul li:not(:first-of-type):hover * {
  color: #8490ff;
  cursor: pointer;
}
.nav ul li:first-of-type a {
  color: #8490ff;
}
.nav ul li:nth-last-of-type(2), .nav ul li:nth-last-of-type(3) {
  position: relative;
  margin-right: 18px;
}
.nav ul li:nth-last-of-type(2) a i, .nav ul li:nth-last-of-type(3) a i {
  font-size: 11px;
  color: #222222;
  position: absolute;
  top: 3px;
  right: -7px;
}
/* general */
.container {
  width: 90%;
  height: 100%;
  margin: auto;
}
h1 {    
    font-weight: 600;
}
/* header & about comman*/
.header__content-wrapper p:first-of-type , .about__content-wrapper p:first-of-type {
    font-size: 14px;
    font-weight: 400;
}
.header__content-wrapper a , .about__content-wrapper a{
    font-size: 14px;
    font-weight: 500;
    color: white;
    padding: 10px 27px;
    background: linear-gradient(193deg, #62bdfc 0%, #8490ff 100%);
} 
.header__content-wrapper p:last-of-type , .about__content-wrapper p:last-of-type {
    font-size: 14px;
    font-weight: 300;
    color: #777777;
}
/* header & about comman*/

.header {
  background-color: #f9f9ff;
}
.header .container {
  display: table;
  height: 100vh;
}
.header__content-wrapper {
  vertical-align: middle;
  width: 49%;
  height: 99%;
  padding: 0px 15px;
  display: table-cell;
}
.header__content-wrapper p:first-of-type {
    letter-spacing: 2px;
}
.header__content-wrapper h1 {
  margin: 14px 0px;
  font-size: 40px;
  letter-spacing: 2px;
}
.header__content-wrapper p:last-of-type {
  margin-bottom: 20px;
}
.header__img-wrapper {
  vertical-align: bottom;
  width: 49%;
  padding: 0px 15px;
  display: table-cell;
}
.header__img-wrapper img {
  width: 78%;
  display: block;
  margin: 0 auto;
}

.about {
  background-color: #ffffff;
  margin-bottom: 95px;
  padding-top: 25px;
}
.about .container {
  display: table;
  height: 100vh;
}
.about__img-wrapper {
  vertical-align: middle;
  width: 49%;
  padding: 0px 15px;
  display: table-cell;
}
.about__img-wrapper img {
  width: 93%;
  display: inline-block;
  margin-bottom: -53px;
  height: 285px;
}
.about__content-wrapper {
  vertical-align: middle;
  width: 49%;
  height: 99%;
  display: table-cell;
  padding-left: 10%;
  padding-right: 2%;
}
.about__content-wrapper h1 {
  margin: 5px 0px 10px;
  font-size: 37px;
}
.about__content-wrapper p:last-of-type {
  margin-bottom: 31px;
  line-height: 24px;
  clear: both;
}
.about__content-wrapper a {
  display: block;
  width: -webkit-max-content;
  width: max-content;
}

/*services : posts comman*/
.services h1 , .projects h1 , .testimonial h1 , .plans h1 , .posts h1{
    margin: 5px 0px 10px;
    font-size: 37px;
    font-weight: 600;
}
.services_caption p , .projects_caption p , .testimonial_caption p , .plans_caption p , .posts_caption p{    
    font-size: 14px;
    font-weight: 300;
    color: #777777;
}   
/*services : posts comman*/

.services {
  overflow: auto;
}
.services .container .services_caption {
  text-align: center;
}

.services .container .services_caption p {
  margin-bottom: 30px;
  line-height: 23px;
  clear: both;
  padding: 0% 21%;
}
.services .container .services_items .item {
  width: 32%;
  float: left;
  margin: 35px 0px;
  text-align: center;
}
.services .container .services_items .item:nth-of-type(2), .services .container .services_items .item:nth-of-type(5) {
  margin-right: 2%;
  margin-left: 2%;
}
.services .container .services_items .item i {
  display: block;
  font-size: 36px;
  color: #222222;
}
.services .container .services_items .item h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #222222;
  font-weight: 500;
}
.services .container .services_items .item h4:hover {
  color: #8490ff94;
  cursor: pointer;
}
.services .container .services_items .item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin-bottom: 30px;
  line-height: 23px;
  clear: both;
  padding: 0% 3%;
}

.facts {
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  margin-bottom: 75px;
}
.facts .fact {
  width: 24.7%;
  height: 300px;
  text-align: center;
  /*padding: 10% 0%;*/
  padding: 7.5% 0%;
  display: inline-block;
}
.facts .fact span {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.facts .fact p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.projects .container .projects_caption {
  text-align: center;
}

.projects .container .projects_caption p {
  margin-bottom: 30px;
  line-height: 23px;
  clear: both;
}
.projects .container .projects_nav {
  text-align: center;
}
.projects .container .projects_nav li {
  list-style-type: none;
  display: inline-block;
  margin: 45px 10px;
}
.projects .container .projects_nav li button {
  color: #222222;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.projects .container .projects_nav li:first-of-type button {
  color: #8490ff;
}
.projects .container .projects_nav li:hover button {
  cursor: pointer;
}
.projects .container .projects_nav li:not(:first-of-type):hover button::after {
  content: "";
  display: block;
  background-color: #222222;
  height: 1px;
  width: 45%;
}
.projects .container .projects_items {
  margin: 26px auto 125px;
  overflow: auto;
}
.projects .container .projects_items .projects_item {
  width: 30%;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-align: center;
  position: relative;
}
.projects .container .projects_items .projects_item:nth-of-type(2), .projects .container .projects_items .projects_item:nth-of-type(5) {
  margin-right: 2%;
  margin-left: 2%;
}
.projects .container .projects_items .projects_item::before {
  content: "";
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 85%;
  border-radius: 7px;
  z-index: 2;
  opacity: 0;
}
.projects .container .projects_items .projects_item:hover::before {
  opacity: 0.5;
}
.projects .container .projects_items .projects_item:hover .projects_item-overlay {
  opacity: 0.9;
}
.projects .container .projects_items .projects_item .projects_item-overlay {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 85%;
  opacity: 0;
  z-index: 2;
  display: block;
}
.projects .container .projects_items .projects_item .projects_item-overlay i {
  color: white;
  font-size: 44px;
  margin-top: 39%;
}
.projects .container .projects_items .projects_item img {
  width: 100%;
}
.projects .container .projects_items .projects_item h4 {
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  color: #222222;
}
.projects .container .projects_items .projects_item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin-bottom: 55px;
  line-height: 23px;
}

.testimonial {
  background-color: #f9f9ff;
  margin-bottom: 75px;
  padding: 110px 0px 75px;
  position: relative;
}
.testimonial .container .testimonial_caption {
  text-align: center;
}

.testimonial .container .testimonial_caption p {
  margin-bottom: 30px;
  line-height: 23px;
}
.testimonial .container .testimonial_carousal {
  overflow: auto;
}
.testimonial .container .testimonial_carousal .testimonial_client {
  width: calc(50% - 10px);
  float: left;
  margin: 35px 0px;
  background-color: white;
  display: block;
  padding: 20px 36px;
  padding-left: 90px;
  position: relative;
}
.testimonial .container .testimonial_carousal .testimonial_client:nth-of-type(n+3) {
  display: none;
}
.testimonial .container .testimonial_carousal .testimonial_client:nth-of-type(odd) {
  margin-right: 10px;
}
.testimonial .container .testimonial_carousal .testimonial_client:nth-of-type(even) {
  margin-left: 10px;
}
.testimonial .container .testimonial_carousal .testimonial_client::before {
  content: "";
  background-image: url(../Images/user1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 30px;
}
.testimonial .container .testimonial_carousal .testimonial_client p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin-bottom: 18px;
  line-height: 23px;
}
.testimonial .container .testimonial_carousal .testimonial_client h4 {
  /*margin-top: 30px;
  margin-bottom: 20px;*/
  font-family: "Poppins", sans-serif;
  color: #222222;
}
.testimonial .container .testimonial_carousal .testimonial_control {
  position: absolute;
  top: 55.5%;
  right: 10px;
}
.testimonial .container .testimonial_carousal .testimonial_control button {
  width: 40px;
  height: 42px;
  background-color: whitesmoke;
  color: #222222;
  border: none;
  display: block;
}
.testimonial .container .testimonial_carousal .testimonial_control button i {
  display: block;
  width: inherit;
  height: inherit;
  padding: 12px;
  font-size: larger;
  color: black;
  background-color: white;
  border: 1px solid #f5f5f5;
  text-align: center;
  cursor: pointer;
}
.testimonial .container .testimonial_carousal .testimonial_control button:hover i {
  color: white;
  background-color: #8490ff;
}

.plans {
  margin-bottom: 110px;
}
.plans .container .plans_caption {
  text-align: center;
  margin-bottom: 85px;
}
.plans .container .plans_caption p {
  line-height: 23px;
}
.plans .container .plans_parent {
  background-color: #f9f9ff;
  overflow: auto;
}
.plans .container .plans_parent .plan {
  padding: 45px 0px 35px;
  width: 25%;
  float: left;
  text-align: center;
}
.plans .container .plans_parent .plan h1:first-of-type {
  font-size: 42px;
  color: #222222;
  font-weight: 300;
  background-color: #8490ff1a;
  border: 30px solid #8490ff1a;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 9px 0;
  margin: 0px auto 20px;
}
.plans .container .plans_parent .plan h4 {
  color: #222222;
}
.plans .container .plans_parent .plan ul {
  padding: 0px 25px;
}
.plans .container .plans_parent .plan ul li {
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0px 10px;
  font-size: 13px;
  font-weight: 300;
  color: #777777;
  line-height: 23px;
}
.plans .container .plans_parent .plan ul li:first-of-type {
  padding-bottom: 30px;
}
.plans .container .plans_parent .plan h1:last-of-type {
  color: #222222;
  font-size: 36px;
  font-weight: 600;
  margin-top: 15px;
}
.plans .container .plans_parent .plan a {
  display: none;
  margin: 22px 35px 10px;
  padding: 10px 0px;
  text-decoration: none;
}
.plans .container .plans_parent .plan:hover {
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  cursor: pointer;
}
.plans .container .plans_parent .plan:hover * {
  color: white;
}
.plans .container .plans_parent .plan:hover h1:first-of-type {
  color: white;
  border-color: #ffffff36;
  background-color: #ffffff1a;
}
.plans .container .plans_parent .plan:hover h1:last-of-type {
  display: none;
}
.plans .container .plans_parent .plan:hover a {
  display: block;
  background-color: white;
  color: #222222;
}

.posts {
  background: #f9f9ff;
  padding: 25px 0px 110px;
  overflow: auto;
}
.posts .container .posts_caption {
  text-align: center;
}
.posts .container .posts_caption p {
  line-height: 23px;
  margin-bottom: 75px;
}
.posts .container .post {
  width: 30%;
  float: left;
}
.posts .container .post:nth-of-type(1) {
  margin-left: 2.5%;
}
.posts .container .post:nth-of-type(2) {
  margin: 0% 2.5%;
}
.posts .container .post:nth-of-type(3) {
  margin-right: 2.5%;
}
.posts .container .post img {
  width: 100%;
}
.posts .container .post p:first-of-type {
  overflow: auto;
  clear: both;
}
.posts .container .post p:first-of-type img {
  width: auto;
  height: auto;
  display: block;
  float: left;
}
.posts .container .post p:first-of-type span {
  height: 100%;
  margin: 7px 0px;
  display: block;
  float: left;
  margin-left: 9px;
  line-height: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #777777;
}
.posts .container .post p:first-of-type span:first-of-type {
  font-size: 15px;
  color: #222222;
}
.posts .container .post p:first-of-type span:nth-of-type(n+2) {
  float: right !important;
}
.posts .container .post p:first-of-type span:nth-of-type(2)::before, .posts .container .post p:first-of-type span:nth-of-type(3)::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
  margin-right: 5px;
  float: left;
  font-size: 14px;
  color: #777777;
}
.posts .container .post p:first-of-type span:nth-of-type(3)::before {
  content: "";
}
.posts .container .post p:first-of-type span:nth-of-type(2)::before {
  content: "";
}
.posts .container .post h4 {
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  color: #222222;
  font-weight: 600;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
}
.posts .container .post h4 ~ p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin-bottom: 15px;
  line-height: 23px;
}
.posts .container .post:hover h4 {
  color: #8490ff;
  cursor: pointer;
}

.supporters {
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  padding: 70px 0px;
  overflow: auto;
}
.supporters .container a {
  display: block;
  float: left;
  width: 15%;
  margin: 0% 2.5%;
}
.supporters .container a img {
  width: 100%;
  opacity: 0.8;
}
.supporters .container a:hover img {
  opacity: 1;
}

.footer {
  background-color: #04091e;
  overflow: auto;
  padding: 75px 0px;
}
.footer .container h4 {
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 500;
}
.footer .container p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin-bottom: 15px;
  line-height: 23px;
}
.footer .container .footer_about {
  width: 38%;
  float: left;
}
.footer .container .footer_about p span::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 14px;
  color: #777777;
  content: "";
}
.footer .container .footer_about p a {
  color: #8490ff;
  text-decoration: none;
}
.footer .container .footer_news {
  width: 36%;
  margin: 0% 4%;
  float: left;
}
.footer .container .footer_news form * {
  display: block;
  float: left;
  height: 43px;
  border: none;
}
.footer .container .footer_news form input {
  width: 80%;
  padding: 13px;
}
.footer .container .footer_news form button {
  width: 43px;
  cursor: pointer;
}
.footer .container .footer_news form button i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8490ff;
  color: #fff;
  font-size: 14px;
  padding: 15px 8px;
}
.footer .container .footer_follow {
  width: 14%;
  float: left;
}
.footer .container .footer_follow a {
  display: block;
  float: left;
  margin-top: 12px;
  cursor: pointer;
}
.footer .container .footer_follow a i {
  display: block;
  float: left;
  font-size: 14px;
  color: white;
  margin-right: 15px;
}
.footer .container .footer_follow a:hover i {
  color: #8490ff;
  cursor: pointer;
}