/* Common Css */
.top-manu .active {
  box-shadow: 0px 0px 5px 5px #eff4f9;
}
#header-aria {
}

#header-aria .top-head {
  position: relative;
}

#header-aria .top-head #mobile-manu {
}

#header-aria .top-head .top-logo {
  float: left;
}

#header-aria .top-head .top-logo > h1 {
  font-size: 24px;
  font-family: "Patua One", cursive;
  color: #000080;
  text-transform: capitalize;
  padding: 5px;
  cursor: pointer;
  margin-left: 55px;
}

#header-aria .top-head .top-manu {
}

#header-aria .top-head .top-manu > ul {
  justify-content: flex-end;
  list-style: none;
}

#header-aria .top-head .top-manu > ul > li {
}

#header-aria .top-head .top-manu > ul > li > a {
  display: block;
  padding: 24px 15px;
  text-decoration: none;
  font-size: 15px;
  font-family: "Poly", serif;
  color: navy;
  text-transform: capitalize;
  transition: 0.5s;
}

#header-aria .top-head .top-manu > ul > li > a:hover {
  background: #008060;
  color: white;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
  background: #ffdd00;
  border-radius: 50%;
}

.back-to-top .fa-arrow-up {
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#header-aria .top-head .top-manu > ul > li > a:hover {
}

#header-aria .top-head .top-button > h2 {
  font-size: 15px;
  text-transform: lowercase;
  font-family: "Poly", serif;
  color: white;
  margin-top: 0px;
  background-color: #008060;
  padding: 25px 0px;
  text-align: center;
}

/* -------------------- */
/* end header aria */
/* -------------------- */

#hero-section {
  padding: 35px 5px 0px 5px;
}
#hero-section .hero-content {
  padding-left: 57px;
  padding-top: 67px;
  background-color: #eff4f9;
  padding-bottom: 69px;
  margin-top: 19px;
}
#hero-section .hero-content > h2 {
  font-size: 25px;
  font-family: "Patua One", cursive;
  margin: 0;
  color: #008060;
}
#hero-section .hero-content > h1 {
  font-size: 35px;
  color: navy;
  font-family: "Jacques Francois Shadow", cursive;
  margin: 0;
  padding: 11px 0px;
  font-style: normal;
}
#hero-section .hero-content > p {
  font-size: 16px;
  font-family: "Poly", serif;
  padding: 27px 99px 32px 0px;
}
#hero-section .hero-content .content-buttion {
  margin-top: 26px;
}
#hero-section .hero-content .content-buttion > button {
  border: none;
  box-shadow: none;
  padding: 12px 22px;
  font-size: 15px;
  font-family: "Patua One", cursive;
  margin-right: 32px;
  color: white;
  background-color: #008060;
  font-weight: 300;
  border-radius: 3px;
  transition: 0.6s;
}
#hero-section .hero-content .content-buttion > button:hover {
  background-color: navy;
}
#hero-section .hero-content .social-icon {
  margin-top: 26px;
}
#hero-section .hero-content .social-icon > ul {
}
#hero-section .hero-content .social-icon > ul > li {
}
#hero-section .hero-content .social-icon > ul > li > a {
  font-size: 23px;
  padding: 7px 22px 7px 0px;
  display: block;
  margin: 23px 10px 10px 4px;
  color: navy;
  transition: 0.6s;
  transform: scale(1, 1);
}
#hero-section .hero-content .social-icon > ul > li > a:hover {
  transform: scale(1.5, 1.5);
}
#hero-section .hero-content .social-icon > ul > li > a > i {
}
#hero-section .potrait-image {
  margin-top: -23px;
}

/* -------------------- */
/* end main_aria */
/* -------------------- */

#work_aria {
  padding: 103px 0px;
}
#work_aria > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
}
#work_aria > h2 {
  font-size: 17px;
  color: navy;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
  text-transform: capitalize;
}

#work_aria .single_work {
  padding: 9px;
  border-radius: 5px;
  position: relative;
  transition: 0.4s;
  box-shadow: 0px 8px 7px -4px rgb(0 0 0 / 40%);
  margin-top: 32px;
}

#work_aria .single_work:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px);
}

#work_aria .single_work:hover a {
  background: navy;
}

#work_aria .single_work .fa-file-powerpoint {
  font-size: 43px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  color: navy;
}

#work_aria .single_work .fa-file-code {
  font-size: 43px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  color: navy;
}

#work_aria .single_work .fa-laptop-code {
  font-size: 43px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  color: navy;
}

#work_aria .single_work > h4 {
  margin-top: 75px;
  font-size: 17px;
  font-family: "Patua One", cursive;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  padding: 10px 0px;
}

#work_aria .single_work > p {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  text-align: justify;
  padding: 12px 28px;
  font-family: "Poly", serif;
}

#work_aria .single_work > a {
  padding: 5px;
  background: #008060;
  margin-left: 31px;
  border-radius: 3px;
}

#work_aria .single_work > a > button {
  color: #fff;
  font-size: 13px;
  padding-bottom: 13px;
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  font-family: "Poly", serif;
}

/* -------------------- */
/* end work_aria */
/* -------------------- */

#project {
  padding: 79px 0px;
  position: relative;
}

#project .proj-image {
  overflow: hidden;
}

#project .proj-image > img {
  border-radius: 5px;
  transform: scale(1);
  transition: 0.6s;
}

#project .proj-image > img:hover {
  transform: scale(1.2);
}

#project .proj-deatil {
  padding: 0px 25px;
  position: absolute;
  top: 68px;
  left: 37%;
}

#project .proj-deatil > h2 {
  font-size: 36px;
  font-family: "Patua One", cursive;
  font-weight: 400;
  text-transform: capitalize;
  padding: 15px;
  color: #008060;
}

#project .proj-deatil > p {
  font-size: 17px;
  padding: 21px;
  font-family: "Poly", serif;
}

#project .proj-deatil .accordion {
  margin-left: 25px;
}

#project .proj-deatil .accordion-item {
  border: none;
  padding: 6px 0px;
}

#project .proj-deatil button {
  color: navy;
  font-size: 18px;
  font-weight: 400;
  box-shadow: none;
  background: #fdfdfd;
  border-radius: 5px;
  font-family: "Poly", serif;
}

/* -------------------- */
/* end project_aria */
/* -------------------- */

#work-process {
  padding: 121px 0px;
}
#work-process > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
}
#work-process > h2 {
  font-size: 17px;
  color: navy;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
  text-transform: capitalize;
}
#work-process .single-work-process {
  margin-top: 134px;
  position: relative;
}
#work-process .single-work-process .number {
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
#work-process .single-work-process .number > h5 {
  font-size: 17px;
  color: white;
  font-family: "Patua One", cursive;
  text-align: center;
}
#work-process .single-work-process .process {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
}
#work-process .single-work-process .process::before {
  content: "";
  height: 40px;
  width: 40px;
  background: #008060;
  position: absolute;
  top: 7px;
  left: -20px;
  border-radius: 50%;
}
#work-process .single-work-process .process::after {
  content: "";
  height: 55px;
  width: 55px;
  background: #00806096;
  position: absolute;
  top: 0px;
  left: -27px;
  border-radius: 50%;
}

#work-process .single-work-process > h3 {
  color: navy;
  font-size: 18px;
  font-family: "Patua One", cursive;
  text-align: center;
  padding-top: 22px;
  text-transform: capitalize;
}
#work-process .single-work-process > p {
  color: navy;
  font-size: 14px;
  text-align: center;
  font-family: "Poly", serif;
  padding: 16px 21px;
}

/* -------------------- */
/* end work-process aria*/
/* -------------------- */

#featured_aria {
  padding: 169px 0px;
  background: #008060;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

#featured_aria > h1 {
  color: white;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
}

#featured_aria > h2 {
  font-size: 17px;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
  color: white;
  text-transform: capitalize;
}

#featured_aria .single_featured {
  margin-top: 83px;
  position: relative;
  transition: 0.5s;
}

#featured_aria .single_featured:hover {
  transform: translateY(-10px);
  background: white;
  box-shadow: 0px 17px 10px -10px rgb(255 255 255 / 38%);
  border-radius: 4px;
}
#featured_aria .single_featured > h3 {
  color: white;
  font-size: 18px;
  font-family: "Patua One", cursive;
  text-align: center;
  padding-top: 22px;
  text-transform: capitalize;
}

#featured_aria .single_featured:hover h3 {
  color: navy;
}

#featured_aria .single_featured > p {
  color: white;
  font-size: 14px;
  text-align: center;
  font-family: "Poly", serif;
  padding: 16px 21px;
}

#featured_aria .single_featured:hover p {
  color: navy;
}

/* -------------------- */
/* end featured_aria */
/* -------------------- */

#about {
  padding: 60px 0px 92px 0px;
}

#about > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
}

#about > h2 {
  font-size: 17px;
  color: navy;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
  text-transform: capitalize;
}

#about .about-video {
  margin-top: 119px;
}

#about .about-video img {
  border: 2px solid #000080;
}

#about .about-detail {
  margin-top: 70px;
}

#about .about-detail .about-button-group {
  display: flex;
  justify-content: space-evenly;
}

#about .about-detail .about-button-group > button {
  font-size: 16px;
  box-shadow: none;
  padding: 7px 35px;
  border: none;
  font-family: "Patua One", cursive;
  text-transform: capitalize;
  background-color: #000080;
  font-weight: 300;
}

#about .about-detail .about-button-group .active {
  background: #008060;
}

#about .about-detail .about-button-group > button:last-child {
  border-right: none;
}

#about .about-detail .about-detail-single {
  margin-top: 60px;
}

#about .about-detail .about-detail-single .single-one {
}

#about .about-detail .about-detail-single .single-one > p {
  font-size: 17px;
  font-family: "Poly", serif;
  font-weight: 500;
  color: #000;
  text-align: justify;
}

#about .about-detail .about-detail-single .single-one > table {
}

#about .about-detail .about-detail-single .single-one > table > tbody {
}

#about .about-detail .about-detail-single .single-one > table > tbody td {
  padding: 16px 12px;
  transition: 0.5s;
  font-size: 18px;
  font-family: "Patua One", cursive;
  text-transform: capitalize;
  color: black;
}

#about .about-detail .about-detail-single .single-one > button {
  font-size: 18px;
  margin-top: 47px;
  padding: 11px 39px;
  background: navy;
  border: none;
  box-shadow: none;
  font-family: "Patua One", cursive;
}

#about .about-detail .about-detail-single .single-one > button:hover {
  background: #008060;
  transition: 0.5s;
}

#about .about-detail .about-detail-single .single-two {
}

#about .about-detail .about-detail-single .single-two .single-skill {
  padding: 7px 0px;
}

#about
  .about-detail
  .about-detail-single
  .single-two
  .single-skill
  .skill-title {
  padding: 8px 0px;
}

#about
  .about-detail
  .about-detail-single
  .single-two
  .single-skill
  .skill-title
  > h5 {
  font-size: 19px;
  font-family: "Noto Serif", serif;
  margin: 0px;
  font-weight: 400;
}

#about
  .about-detail
  .about-detail-single
  .single-two
  .single-skill
  .progress-bar {
  background-color: #008060;
}

#about .about-detail .about-detail-single .single-three {
}

#about .about-detail .about-detail-single .single-three .contact_all {
  display: flex;
}

#about
  .about-detail
  .about-detail-single
  .single-three
  .contact_all
  .contact-img {
  padding: 12px 33px;
  background: #008060;
  margin: 6px 0px;
  border-radius: 4px;
}

#about
  .about-detail
  .about-detail-single
  .single-three
  .contact_all
  .contact-img
  .fa-tty,
.fa-envelope-open-text,
.fa-link {
  font-size: 27px;
  margin-top: 16px;
  color: #fff;
}

#about
  .about-detail
  .about-detail-single
  .single-three
  .contact_all
  .contact-txt {
  padding: 16px 53px;
}

#about
  .about-detail
  .about-detail-single
  .single-three
  .contact_all
  .contact-txt
  > h5 {
  font-size: 18px;
  font-family: "Noto Serif", serif;
}

#about
  .about-detail
  .about-detail-single
  .single-three
  .contact_all
  .contact-txt
  > p {
  font-size: 14px;
  margin: 0;
}

#about .single-two,
.single-three {
  display: none;
}

/* -------------------- */
/* end about_aria */
/* -------------------- */

#review_aria {
  padding: 130px 0px;
  background: navy;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

#review_aria .color_patch {
}

#review_aria > h1 {
  color: white;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
}

#review_aria .review_slide {
  position: relative;
}

#review_aria .review_slide .carousel {
}

#review_aria .review_slide .carousel .carousel-indicators {
  bottom: unset;
  top: 91%;
}

#review_aria .review_slide .carousel .carousel-indicators > button {
}

#review_aria .review_slide .carousel .carousel-indicators > button {
  background: #ffa500;
  width: 6px;
  height: 6px;
  margin: 0px 5px;
  border: 0;
}

#review_aria .review_slide .carousel .carousel-inner {
  padding: 101px 0px;
}

#review_aria .review_slide .carousel .carousel-inner .carousel-item {
  position: relative;
}

#review_aria .review_slide .carousel .carousel-inner .carousel-item > img {
  border-radius: 50%;
  width: 150px !important;
  margin: 0 auto;
}

#review_aria
  .review_slide
  .carousel
  .carousel-inner
  .carousel-item
  .review-icon {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
}

#review_aria
  .review_slide
  .carousel
  .carousel-inner
  .carousel-item
  .review-icon
  .fa-star {
  color: #ffa500;
  font-size: 22px;
}

#review_aria
  .review_slide
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption {
  position: absolute;
  top: -76%;
  left: 50%;
  transform: translateX(-50%);
}

#review_aria
  .review_slide
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  > h5 {
  color: white;
  position: absolute;
  bottom: -28%;
  left: 36%;
}

#review_aria
  .review_slide
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  > p {
  font-size: 17px;
  color: white;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
}

/* -------------------- */
/* end review_aria */
/* -------------------- */

#pricing_aria {
  padding: 107px 0px 115px 0pc;
}

#pricing_aria > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
}

#pricing_aria > p {
  font-size: 17px;
  color: navy;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
}

#pricing_aria .single-pricing {
  padding: 17px 0px 49px 0px;
  position: relative;
  transition: 0.5s;
  margin-top: 65px;
}

#pricing_aria .single-pricing:hover {
  transform: translateY(-10px);
  box-shadow: 0px 2px 4px 3px rgb(239 244 249);
}

#pricing_aria .single-pricing > h3 {
  color: #008060;
  font-size: 18px;
  font-family: "Patua One", cursive;
  text-align: center;
  padding-top: 22px;
  font-weight: 500;
}

#pricing_aria .single-pricing > h5 {
  color: navy;
  font-size: 15px;
  font-family: "Poly", serif;
  text-align: center;
  font-weight: normal;
  margin-top: 34px;
}

#pricing_aria .single-pricing .curance {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 1px dashed navy;
  margin: 0 auto;
  position: relative;
  margin-bottom: 17px;
}

#pricing_aria .single-pricing .curance > p {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bolder;
  text-align: center;
  position: absolute;
  top: 33%;
  left: 36%;
  color: navy;
}

#pricing_aria .single-pricing .curance > span {
  font-size: 19px;
  position: absolute;
  top: 28%;
  left: 24%;
}

#pricing_aria .single-pricing .curance .dolar {
}

#pricing_aria .single-pricing > li {
  list-style: none;
  font-size: 15px;
  text-align: center;
  font-family: "Poly", serif;
  font-weight: 400;
  padding: 5px 0px;
  color: navy;
}

#pricing_aria .single-pricing > button {
  position: absolute;
  bottom: 3%;
  left: 30%;
  font-size: 14px;
  text-transform: capitalize;
  box-shadow: none;
  background: #008060;
  box-shadow: none;
  border: none;
  color: #fff;
  transition: 0.4s;
}

#pricing_aria .single-pricing > button:hover {
  background: #000080;
}

/* -------------------- */
/* end pricing_aria */
/* -------------------- */

#contact_aria {
  padding: 35px 0px;
}

#contact_aria > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
  padding: 34px 0px;
}

#contact_aria .contact-single {
  display: flex;
  margin-top: 70px;
}

#contact_aria .contact-single .single-left {
  padding: 0px 25px;
}

#contact_aria .contact-single .single-left .fa-location-dot {
  font-size: 35px;
  color: #008060;
}

#contact_aria .contact-single .single-left .fa-envelope-open-text {
  font-size: 35px;
  color: #008060;
  margin: 0;
}

#contact_aria .contact-single .single-left .fa-phone {
  font-size: 35px;
  color: #008060;
}

#contact_aria .contact-single .single-right {
  padding: 0px 5px;
}

#contact_aria .contact-single .single-right > h4 {
  color: navy;
  font-size: 21px;
  font-family: "Patua One", cursive;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 12px;
}

#contact_aria .contact-single .single-right > p {
  font-size: 16px;
  font-family: "Poly", serif;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  margin: 0;
}

#contact_aria .single-form {
  padding: 33px 14px;
  margin: 28px 10px 10px 10px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#contact_aria .single-form label {
  font-family: "Patua One", cursive;
  font-size: 17px;
  color: navy;
}

#contact_aria .single-form input {
  box-shadow: none;
}

#contact_aria .single-form textarea {
  box-shadow: none;
}

#contact_aria .single-form button {
  background: #008060;
  box-shadow: none;
  border: none;
  padding: 7px 26px;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 6px;
  font-family: "Patua One", cursive;
  font-weight: 300;
}

/* -------------------- */
/* end contact_aria */
/* -------------------- */

#blog_aria {
  padding: 89px 0px;
}

#blog_aria > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
  padding: 34px 0px;
}

#blog_aria .single-blog {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#blog_aria .single-blog .card {
}

#blog_aria .single-blog .card > img {
}

#blog_aria .single-blog .card .card-body {
  position: relative;
}

#blog_aria .single-blog .card .card-body > h5 {
  text-transform: uppercase;
  padding: 8px 0px;
  font-family: "Patua One", cursive;
  color: navy;
}

#blog_aria .single-blog .card .card-body > p {
  font-size: 16px;
  font-family: "Poly", serif;
  font-weight: 400;
  color: #000;
}

#blog_aria .single-blog .card .card-body .btn {
  background: #008060;
  box-shadow: none;
  border: none;
  font-size: 14px;
  font-family: "Patua One", cursive;
}

#blog_aria .single-blog .card .card-body small {
}

#blog_aria .single-blog .card .card-body .text-muted {
}

/* -------------------- */
/* end blog_aria */
/* -------------------- */
footer > h1 {
  font-size: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  background: white;
  color: navy;
  font-family: "Jacques Francois Shadow", cursive;
  font-weight: 500;
}

#main-footer {
  padding: 118px 0px;
  background: navy;
}

#main-footer .footer-left {
  padding: 26px 71px 26px 0px;
}

#main-footer .footer-left .left-single {
}

#main-footer .footer-left .left-single > h2 {
  font-size: 21px;
  color: #fff;
  font-family: "Patua One", cursive;
  font-weight: 500;
}

#main-footer .footer-left .left-single > p {
  color: #fff;
  font-size: 14px;
  font-family: "Poly", serif;
  padding: 24px 75px 0px 0px;
}

#main-footer .footer-left .left-single .footer-social a {
  color: #fff;
  font-size: 22px;
  margin: 10px;
}

#main-footer .footer-left .right-single {
}

#main-footer .footer-left .right-single > h2 {
  font-size: 21px;
  color: #fff;
  font-family: "Patua One", cursive;
  margin-bottom: 19px;
}

#main-footer .footer-left .right-single > a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 3px 0px;
  font-family: "Poly", serif;
}

#main-footer .footer-right {
  padding: 26px 0px 26px 75px;
}

#main-footer .footer-right .footer-right-single {
  font-size: 21px;
  color: #150a0a;
  font-family: "Noto Serif", serif;
  font-weight: 500;
}

#main-footer .footer-right .footer-right-single > h2 {
  font-size: 21px;
  color: #fff;
  font-family: "Patua One", cursive;
  margin-bottom: 19px;
}

#main-footer .footer-right .footer-right-single > a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 3px 0px;
  font-family: "Poly", serif;
}

#main-footer > h1 {
}
