@property --degrees {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

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

html {
  scroll-behavior: smooth;
  --degrees:0;
}

body {
  font-family: sans-serif;
}

.container {
  width: 86rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.pre-header {
  background-color: #efefef;
}

.pre-header .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}

.pre-header .socials .social-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.pre-header .socials .social-address .email-address,
.pre-header .socials .social-address .phone-number {
  color: #afafaf;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.pre-header .socials .social-address .email-address:hover,
.pre-header .socials .social-address .phone-number:hover {
  color: orange;
}

.pre-header .socials .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.pre-header .socials .social-icons .social-icon {
  background-color: #afafaf;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.pre-header .socials .social-icons .social-icon:hover {
  background-color: #fe664e;
  color: #fff;
}

.pre-header .socials .social-icons .social-icon a {
  text-decoration: none;
  color: #fff;
}

.pre-header .socials .social-icons .social-icon i {
  font-size: 14px;
}

.header {
  -webkit-box-shadow: 0px 10px 16px -14px #bebebe;
          box-shadow: 0px 10px 16px -14px #bebebe;
}

.header .header-area {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-area input {
  display: none;
}

.header .header-area label {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: orange;
}

.header .header-area label i {
  font-size: 24px;
}

.header .header-area .header-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-area .header-list .header-item {
  margin-right: 1.5rem;
}

.header .header-area .header-list .header-item .header-link {
  text-decoration: none;
  color: #2a2a2a;
  padding: 0rem 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header .header-area .header-list .header-item .header-link:hover {
  color: orange;
}

.header .header-area .header-list .header-btn {
  text-decoration: none;
  color: #fe664e;
  border: solid 1px #fe664e;
  border-radius: 2rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header .header-area .header-list .header-btn:hover {
  background-color: #fe664e;
  color: #fff;
}

main .main-banner-sect {
  padding: 5rem 0;
  position: relative;
}

main .main-banner-sect::before {
  content: '';
  display: inline-block;
  background: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 1159px;
  height: 797px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

main .main-banner-sect .main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}

main .main-banner-sect .main-banner .banner-content {
  width: 50%;
  height: auto;
}

main .main-banner-sect .main-banner .banner-content .banner-content-littleTitle {
  color: #fe664e;
  font-size: 20px;
  margin-bottom: 1rem;
}

main .main-banner-sect .main-banner .banner-content .banner-content-largTitle {
  font-size: 48px;
  margin-bottom: 2rem;
}

main .main-banner-sect .main-banner .banner-content .banner-content-text {
  color: #afafaf;
  line-height: 1.8;
  max-width: 34rem;
  font-size: 15px;
  margin-bottom: 2rem;
}

main .main-banner-sect .main-banner .banner-content .banner-content-btn {
  text-decoration: none;
  text-decoration: none;
  color: #fe664e;
  border: solid 1px #fe664e;
  border-radius: 2rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

main .main-banner-sect .main-banner .banner-content .banner-content-btn:hover {
  background-color: #fe664e;
  color: #fff;
}

main .main-banner-sect .main-banner .banner-img {
  width: 50%;
  height: auto;
}

main .main-banner-sect .main-banner .banner-img img {
  width: 100%;
  height: auto;
}

main .main-banner-sect::after {
  content: '';
  display: inline-block;
  background: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  width: 262px;
  height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

main .aboutus-sect .aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

main .aboutus-sect .aboutus .aboutus-img {
  width: 50%;
  height: auto;
}

main .aboutus-sect .aboutus .aboutus-img img {
  width: 100%;
  height: auto;
}

main .aboutus-sect .aboutus .aboutus-content {
  width: 50%;
  height: auto;
}

main .aboutus-sect .aboutus .aboutus-content .section-littletitle {
  color: #fe664e;
  margin-bottom: 1rem;
  position: relative;
}

main .aboutus-sect .aboutus .aboutus-content .section-littletitle::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fe664e;
  position: absolute;
  left: 0;
  right: auto;
  bottom: -80px;
  margin: 0;
}

main .aboutus-sect .aboutus .aboutus-content .section-largtitle {
  font-size: 34px;
  margin-bottom: 4rem;
}

main .aboutus-sect .aboutus .aboutus-content .section-largtitle span {
  color: #fe664e;
}

main .aboutus-sect .aboutus .aboutus-content .aboutus-text {
  line-height: 1.8;
  color: #afafaf;
}

main .aboutus-sect .aboutus .aboutus-content .aboutus-text a {
  text-decoration: none;
  color: #0d6efd;
}

main .aboutus-sect .aboutus .aboutus-progresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}

main .aboutus-sect .aboutus .aboutus-progresses .progress {
  width: 150px;
  height: 150px;
  background: conic-gradient(var(--clr) 0turn var(--degrees), #fff 0turn);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: animated1 2s ease-in-out forwards;
          animation: animated1 2s ease-in-out forwards;
}

main .aboutus-sect .aboutus .aboutus-progresses .progress:nth-child(2), main .aboutus-sect .aboutus .aboutus-progresses .progress:nth-child(3) {
  -webkit-animation: animated2 2s ease-in-out forwards;
          animation: animated2 2s ease-in-out forwards;
}

main .aboutus-sect .aboutus .aboutus-progresses .progress .circle {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

main .aboutus-sect .aboutus .aboutus-progresses .progress .circle .progress-persent {
  font-size: 30px;
}

main .aboutus-sect .aboutus .aboutus-progresses .progress .circle .progress-persent span {
  color: #afafaf;
  font-weight: normal;
  font-size: 20px;
}

main .ourservices-sect {
  padding-top: 6rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

main .ourservices-sect::before {
  content: '';
  display: inline-block;
  background: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  width: 161px;
  height: 413px;
  position: absolute;
  right: 0;
  top: 400px;
  z-index: -1;
}

main .ourservices-sect .section-littletitle {
  text-align: center;
  color: #fe664e;
  margin-bottom: 1rem;
  position: relative;
}

main .ourservices-sect .section-littletitle::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fe664e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

main .ourservices-sect .section-largtitle {
  text-align: center;
  font-size: 34px;
  margin-bottom: 4rem;
}

main .ourservices-sect .section-largtitle span {
  color: #fe664e;
}

main .ourservices-sect .services-wraper {
  max-width: 64rem;
  margin: 0 auto;
}

main .ourservices-sect .services-wraper .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: 6rem;
}

main .ourservices-sect .services-wraper .services .service-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 lightgray;
          box-shadow: 0 0 14px 0 lightgray;
  width: calc(20% - 12px);
  padding: 1.8rem 1rem;
  border-radius: 0.8rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .ourservices-sect .services-wraper .services .service-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

main .ourservices-sect .services-wraper .services .service-box .service-img {
  margin-bottom: 1rem;
}

main .ourservices-sect::after {
  content: '';
  display: inline-block;
  background: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  height: 1217px;
  width: 786px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

main .ourservices-sect .seoanalysis {
  background-color: #fff;
  padding: 4rem 6rem;
  -webkit-box-shadow: 0 0 14px 0 lightgray;
          box-shadow: 0 0 14px 0 lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  margin-top: 4rem;
}

main .ourservices-sect .seoanalysis .seoanalys-content {
  width: 60%;
  height: absolute;
  padding-right: 8rem;
}

main .ourservices-sect .seoanalysis .seoanalys-content .seoanalys-title {
  color: #fe664e;
  margin-bottom: 2rem;
}

main .ourservices-sect .seoanalysis .seoanalys-content .seoanalys-text1 {
  color: #afafaf;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

main .ourservices-sect .seoanalysis .seoanalys-content .seoanalys-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 32rem;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2rem;
}

main .ourservices-sect .seoanalysis .seoanalys-content .seoanalys-option .option-title {
  width: 30%;
  font-weight: normal;
  font-size: 15px;
}

main .ourservices-sect .seoanalysis .seoanalys-img {
  width: 40%;
  height: absolute;
}

main .quote-sect {
  background: url(../images/quote-bg-v2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 6.5rem;
  padding: 6rem 0;
}

main .quote-sect .section-littletitle {
  text-align: center;
  color: #fe664e;
  margin-bottom: 1rem;
  position: relative;
  color: #fff;
}

main .quote-sect .section-littletitle::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fe664e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

main .quote-sect .section-littletitle::after {
  background-color: #fff;
}

main .quote-sect .section-largtitle {
  font-size: 34px;
  margin-bottom: 4rem;
  color: #fff;
  text-align: center;
}

main .quote-sect .section-largtitle span {
  color: #fe664e;
}

main .quote-sect .quote-inp-container {
  max-width: 46rem;
  height: 60px;
  background-color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  padding: 0 1rem 0 1.8rem;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
  font-size: 16px;
}

main .quote-sect .quote-inp-container input {
  border: none;
  outline: none;
  padding: 0.4rem;
  border-bottom: solid 1px lightgray;
  color: #afafaf;
  letter-spacing: 1px;
  width: 30%;
  height: auto;
}

main .quote-sect .quote-inp-container input:focus {
  border-color: #fe664e !important;
}

main .quote-sect .quote-inp-container input:placeholder-shown {
  border-color: lightgray;
}

main .quote-sect .quote-inp-container input:not(:placeholder-shown) {
  border-color: #fe664e !important;
}

main .quote-sect .quote-btn {
  border: none;
  outline: none;
  background-color: #fe664e;
  color: #fff;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
}

main .quote-sect .quote-btn:hover {
  background-color: #e7e7e7;
  color: #fe664e;
}

main .portfolio-sect {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

main .portfolio-sect::before {
  content: '';
  display: inline-block;
  background: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 414px;
  height: 861px;
  position: absolute;
  right: 0;
  z-index: -1;
}

main .portfolio-sect .section-littletitle {
  color: #fe664e;
  margin-bottom: 1rem;
  position: relative;
}

main .portfolio-sect .section-littletitle::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fe664e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0;
}

main .portfolio-sect .section-largtitle {
  font-size: 34px;
  margin-bottom: 4rem;
}

main .portfolio-sect .section-largtitle span {
  color: #fe664e;
}

main .portfolio-sect .portfolios {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 6rem;
}

main .portfolio-sect .portfolios .portfolio-item {
  -webkit-box-shadow: 0 0 14px 0 lightgray;
          box-shadow: 0 0 14px 0 lightgray;
  width: calc(20% - 12px);
  border-radius: 2.6rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

main .portfolio-sect .portfolios .portfolio-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

main .portfolio-sect .portfolios .portfolio-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .portfolio-sect .portfolios .portfolio-item .portfolio-content {
  padding: 1rem;
  text-align: center;
}

main .portfolio-sect .portfolios .portfolio-item .portfolio-content .portfolio-title1 {
  margin-bottom: 1rem;
}

main .portfolio-sect .portfolios .portfolio-item .portfolio-content .portfolio-title2 {
  color: #afafaf;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

main .portfolio-sect .portfolios .portfolio-item:hover {
  color: #fe664e;
}

main .portfolio-sect .portfolios .portfolio-item:hover .portfolio-title2 {
  color: #fe664e;
}

main .portfolio-sect::after {
  content: '';
  display: inline-block;
  background: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 677px;
  height: 759px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

main .recentnews-sect {
  padding-top: 6rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

main .recentnews-sect::before {
  content: '';
  display: inline-block;
  background: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  width: 961px;
  height: 1020px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

main .recentnews-sect .section-littletitle {
  color: #fe664e;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
}

main .recentnews-sect .section-littletitle::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fe664e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

main .recentnews-sect .section-largtitle {
  font-size: 34px;
  margin-bottom: 4rem;
  text-align: center;
}

main .recentnews-sect .section-largtitle span {
  color: #fe664e;
}

main .recentnews-sect .recentnews {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
  -ms-grid-columns: (minmax(664px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(664px, 1fr));
  gap: 20px;
  margin-top: 6rem;
}

main .recentnews-sect .recentnews .recentnews-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 lightgray;
          box-shadow: 0 0 14px 0 lightgray;
  border-radius: 1rem;
  overflow: hidden;
}

main .recentnews-sect .recentnews .recentnews-left img {
  width: 100%;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content {
  padding: 0 1rem;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-first span {
  background-color: #fe664e;
  color: #fff;
  padding: 0.6rem;
  border-radius: 2rem;
  font-size: 14px;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-first p {
  color: #afafaf;
  font-size: 12px;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-text1 {
  line-height: 1.6;
  margin-bottom: 2rem;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-text2 {
  color: #afafaf;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 1.8rem;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-last .recentnews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-last .recentnews-info img {
  width: 60px;
  height: auto;
  border-radius: 50%;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-last .recentnews-left-btn {
  text-decoration: none;
  color: #fe664e;
  border: solid 1px #fe664e;
  border-radius: 2rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 0.8rem 1.5rem;
}

main .recentnews-sect .recentnews .recentnews-left .recentnews-content .recentnews-left-last .recentnews-left-btn:hover {
  background-color: #fe664e;
  color: #fff;
}

main .recentnews-sect .recentnews .recentnews-right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 46px;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-shadow: 0 0 14px 0 lightgray;
          box-shadow: 0 0 14px 0 lightgray;
  padding: 1rem;
  border-radius: 1rem;
  gap: 26px;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item .recentnews-right-img img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item .recentnews-right-content {
  padding: 1rem 0;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item .recentnews-right-content .recentnews-content-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item .recentnews-right-content .recentnews-content-first span {
  background-color: #fe664e;
  color: #fff;
  padding: 0.6rem;
  border-radius: 2rem;
  font-size: 14px;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item .recentnews-right-content .recentnews-content-first p {
  color: #afafaf;
  font-size: 12px;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item .recentnews-right-content .recentnews-right-text1 {
  max-width: 18rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

main .recentnews-sect .recentnews .recentnews-right .recentnews-right-item .recentnews-right-content .recentnews-right-text2 {
  color: #afafaf;
  max-width: 22rem;
  line-height: 1.8;
}

main .contactus-sect {
  padding: 8rem 0;
}

main .contactus-sect .section-littletitle {
  color: #fe664e;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
}

main .contactus-sect .section-littletitle::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fe664e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

main .contactus-sect .section-largtitle {
  font-size: 34px;
  margin-bottom: 4rem;
  text-align: center;
}

main .contactus-sect .section-largtitle span {
  color: #fe664e;
}

main .contactus-sect .contactus {
  -webkit-box-shadow: 0 0 14px 0 lightgray;
          box-shadow: 0 0 14px 0 lightgray;
  padding: 6rem 4rem;
  border-radius: 1rem;
  margin-top: 6rem;
  position: relative;
  overflow: hidden;
}

main .contactus-sect .contactus::before {
  content: '';
  display: inline-block;
  background: url(../images/contact-top-right-v2.png);
  background-repeat: no-repeat;
  width: 726px;
  height: 78px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: -1;
}

main .contactus-sect .contactus .contactus-ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .contactus-sect .contactus .contactus-ways .contactus-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 lightgray;
          box-shadow: 0 0 14px 0 lightgray;
  padding: 2.5rem 4rem;
  text-align: center;
  border-radius: 1rem;
  width: 30%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  margin-bottom: 2.5rem;
}

main .contactus-sect .contactus .contactus-ways .contactus-box:hover {
  color: #fe664e;
}

main .contactus-sect .contactus .contactus-ways .contactus-box .contactus-img {
  margin-bottom: 1rem;
}

main .contactus-sect .contactus .contactus-ways .contactus-box .contactus-text {
  font-weight: normal;
}

main .contactus-sect .contactus .contactus-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

main .contactus-sect .contactus .contactus-form .form-inp {
  width: 48%;
  height: 100%;
}

main .contactus-sect .contactus .contactus-form .form-inp div {
  width: 100%;
  height: 100%;
  margin-bottom: 1.4rem;
}

main .contactus-sect .contactus .contactus-form .form-inp input {
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.7rem 0.7rem 1rem;
  border-radius: 2rem;
  border: solid 1px lightgray;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
}

main .contactus-sect .contactus .contactus-form .form-inp input:focus {
  border-color: #fe664e !important;
}

main .contactus-sect .contactus .contactus-form .form-inp input:placeholder-shown {
  border-color: lightgray;
}

main .contactus-sect .contactus .contactus-form .form-inp input:not(:placeholder-shown) {
  border-color: #fe664e !important;
}

main .contactus-sect .contactus .contactus-form .form-textarea {
  width: 48%;
  height: 100%;
}

main .contactus-sect .contactus .contactus-form .form-textarea textarea {
  width: 100%;
  height: 100%;
  border: solid 1px lightgray;
  outline: none;
  font-family: sans-serif;
  border-radius: 1rem;
  padding: 0.5rem;
}

main .contactus-sect .contactus .contactus-form .form-textarea textarea:focus {
  border-color: #fe664e !important;
}

main .contactus-sect .contactus .contactus-form .form-textarea textarea:placeholder-shown {
  border-color: lightgray;
}

main .contactus-sect .contactus .contactus-form .form-textarea textarea:not(:placeholder-shown) {
  border-color: #fe664e !important;
}

main .contactus-sect .contactus .contactus-form .form-btn {
  width: 30rem;
  height: auto;
  margin: 0 auto;
  border: none;
  text-decoration: none;
  color: #fe664e;
  border: solid 1px #fe664e;
  border-radius: 2rem;
  padding: 0.8rem 1.6rem;
  background-color: #fff;
  padding: 1rem 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

main .contactus-sect .contactus .contactus-form .form-btn:hover {
  background-color: #fe664e;
  color: #fff;
}

main .contactus-sect .contactus::after {
  content: '';
  display: inline-block;
  background: url(../images/contact-bottom-right-v2.png);
  background-repeat: no-repeat;
  width: 532px;
  height: 106px;
  position: absolute;
  bottom: 0;
  right: -5px;
  z-index: -1;
}

footer {
  background: url(../images/quote-bg-v2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

footer .copy-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

footer .copy-right .website-developer {
  font-weight: normal;
}

footer .copy-right .website-developer a {
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer .copy-right .website-developer a:hover {
  color: orange;
}

footer .copy-right .website-template {
  font-weight: normal;
}

footer .copy-right .website-template a {
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer .copy-right .website-template a:hover {
  color: orange;
}

@-webkit-keyframes animated1 {
  100% {
    --degrees:320deg;
  }
}

@keyframes animated1 {
  100% {
    --degrees:320deg;
  }
}

@-webkit-keyframes animated2 {
  100% {
    --degrees:290deg;
  }
}

@keyframes animated2 {
  100% {
    --degrees:290deg;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .seoanalysis {
    padding: 4rem 2rem !important;
  }
  .recentnews-right {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important;
  }
  .recentnews-right-item {
    margin-top: 2rem;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .aboutus-progresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .seoanalysis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem !important;
  }
  .seoanalys-content {
    width: 100% !important;
    padding: 0 !important;
  }
  .option-title {
    width: 48% !important;
  }
  .seoanalys-img {
    width: 100% !important;
    text-align: center;
  }
  .seoanalys-img img {
    width: 60% !important;
  }
  .portfolios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .portfolio-item {
    width: calc(33.33% - 12px) !important;
    margin-bottom: 1rem !important;
  }
  .contactus-ways {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .contactus-box {
    width: 48% !important;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header-btn {
    display: none;
  }
  .header-item {
    margin: 0 0 0 1rem !important;
  }
  .header-link {
    padding: 0 0.2rem !important;
  }
  .main-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-banner-sect::before {
    display: none !important;
  }
  .banner-content {
    width: 100% !important;
    margin-bottom: 2rem !important;
  }
  .banner-img {
    width: 100% !important;
  }
  .aboutus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutus-img {
    width: 100% !important;
  }
  .aboutus-content {
    width: 100% !important;
  }
  .services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-box {
    width: calc(33.33% - 12px) !important;
  }
  .portfolio-item {
    width: calc(50% - 12px) !important;
  }
  .contactus {
    padding: 4rem 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .pre-header {
    display: none !important;
  }
  .header-area {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 1.5rem 3.5rem !important;
    background-color: #fff;
  }
  .header-area input:checked ~ .header-list {
    left: 0;
  }
  .header-area label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-area .header-list {
    position: fixed;
    left: 100%;
    right: 0;
    top: 82px;
    padding: 1rem;
    background-color: #ffffffa1;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header-area .header-list .header-item {
    margin: .5rem 0 !important;
    font-size: 18px !important;
  }
  .main-banner-sect {
    padding-top: 8rem !important;
  }
  .service-box {
    width: calc(50% - 12px) !important;
  }
  .recentnews {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
  .recentnews-right-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recentnews-right-item .recentnews-right-img {
    width: 100% !important;
  }
  .recentnews-right-item .recentnews-right-content {
    width: 100% !important;
  }
  .contactus-box {
    padding: 1rem !important;
    width: 100% !important;
  }
  .form-inp, .form-textarea, .form-btn {
    width: 100% !important;
  }
  .copy-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 578px) {
  .container {
    width: 100%;
  }
  .header-area {
    padding: 1.5rem !important;
  }
  .banner-content-littleTitle {
    font-size: 18px !important;
  }
  .banner-content-largTitle {
    font-size: 36px !important;
  }
  .aboutus-progresses {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 30px;
  }
  .section-largtitle {
    font-size: 26px !important;
  }
  .service-box {
    width: 100% !important;
  }
  .seoanalys-img {
    display: none !important;
  }
  .option-title {
    width: 100% !important;
  }
  .quote-inp-container {
    padding: 1rem !important;
  }
  .quote-inp-container input::-webkit-input-placeholder {
    font-size: 12px !important;
    word-wrap: break-word !important;
  }
  .quote-inp-container input:-ms-input-placeholder {
    font-size: 12px !important;
    word-wrap: break-word !important;
  }
  .quote-inp-container input::-ms-input-placeholder {
    font-size: 12px !important;
    word-wrap: break-word !important;
  }
  .quote-inp-container input::placeholder {
    font-size: 12px !important;
    word-wrap: break-word !important;
  }
  .portfolio-item {
    width: 100% !important;
  }
  .recentnews {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    padding: 0  !important;
  }
  .recentnews-right {
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .recentnews-left * {
    text-align: center;
  }
  .recentnews-left .recentnews-left-last {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */