
/* Amiso | Web solutions HTML Template

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Main Slider
9. Banner Section / Two
10. About Section / Two / Three / Four
11. Services Section / Two / Three
12. Projects Section / Two
13. Process Section
14. Testimonial Section / Two / Three
15. team Section
16. FAQ's Sectiom / Two
17. Fun Fact Section
18. Work Section / Two
19. Why Choose Us / Two
20. Offer Section
21. Features Section / Two / Three / Four
22. Video Section / Two / Three
23. Call To Action / Two / Three / Four
24. Contact Info Section
25. Contact Section / Two
26. Map Section
27. Clients Section
28. News Section / Two / Three
29. Main Footer
**********************************************/
:root {
  --theme-color1: #0f0f0f;
 /* --theme-color2: #ff3838;*/
  --theme-color2:#ee1580;
  --theme-color2-dark: #e42b2b;
  --theme-color3: #f3f3f3;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color2-dark: var(--theme-color2-dark);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color2-dark: var(--theme-color2-dark);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --text-color: #6a6a6a;
  --headings-color: var(--theme-color1);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --text-font: "Manrope", sans-serif;
  --title-font: "Manrope", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 500;
  --body-font-weight-bold: 700;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 90px;
  --h2-font-size: 46px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-size: 18px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*** 

====================================================================
		About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 60px 0 70px;
}
.about-section::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/icons/shape.png);
  content: "";
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 10px;
}
.about-section .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section .content-column .list-style-two {
  margin-bottom: 40px;
}
.about-section .content-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section .content-column .info-btn {
  position: relative;
  display: block;
  font-size: 22px;
  padding: 8px 0;
  padding-left: 90px;
  color: #181818;
  text-align: left;
  font-weight: 800;
  white-space: nowrap;
  line-height: 20px;
  margin-right: 30px;
}
.about-section .content-column .info-btn small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6a6a6a;
  margin-bottom: 10px;
}
.about-section .content-column .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -34px;
  line-height: 68px;
  height: 68px;
  width: 68px;
  text-align: center;
  border-radius: 50%;
  color: var(--bg-theme-color2);
  background-color: #edf0f5;
  font-size: 24px;
}
.about-section .content-column .info-btn:hover {
  color: var(--bg-theme-color2);
}

.about-section .image-column {
  position: relative;
  margin-bottom: 35px;
}
.about-section .image-column .inner-column {
  position: relative;
  padding-right: 110px;
}
.about-section .image-column .inner-column:before {
  position: absolute;
  right: 65px;
  top: 70px;
  width: 451px;
  height: 381px;
  background-image: url(../images/icons/pattern-5.png);
  content: "";
}
.about-section .image-column .image-1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}
.about-section .image-column .image-1 img {
  width: 100%;
}
.about-section .image-column .image-2 {
  position: absolute;
  right: 0;
  top: 60px;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.about-section .image-column .image-2 img {
  width: 100%;
}

.about-section .experience {
  position: absolute;
  left: -110px;
  bottom: 60px;
  min-width: 220px;
  background: var(--bg-theme-color2);
  padding: 20px 30px;
  border-radius: 10px 10px 0 10px;
  -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
          box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
}
.about-section .experience::before {
  position: absolute;
  right: -20px;
  bottom: 0;
  border-left: 20px solid var(--border-theme-color2);
  border-top: 20px solid transparent;
  content: "";
}
.about-section .experience .inner {
  position: relative;
  padding-left: 75px;
}
.about-section .experience .icon {
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 64px;
  color: #ffffff;
}
.about-section .experience .text {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.about-section .experience strong {
  position: relative;
  margin-top: 7px;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  display: block;
}

/*** 

====================================================================
		About Section  Two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 120px 0 70px;
}
.about-section-two .content-column {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.about-section-two .content-column .inner-column {
  position: relative;
  padding-left: 70px;
}
.about-section-two .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section-two .content-column .theme-btn {
  margin-top: 20px;
}
.about-section-two .content-column .float-text {
  position: absolute;
  right: -120px;
  bottom: 40px;
  font-size: 100px;
  color: #f3f3f3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 300;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.about-block {
  position: relative;
  margin-bottom: 30px;
}
.about-block .inner-box {
  position: relative;
}
.about-block .inner-box:hover .icon {
  color: var(--theme-color1);
}
.about-block .icon {
  display: block;
  font-size: 62px;
  color: var(--theme-color2);
  line-height: 1em;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block .title {
  margin-bottom: 5px;
}

.about-section-two .image-column {
  position: relative;
  margin-bottom: 35px;
}
.about-section-two .image-column .inner-column {
  position: relative;
  padding-right: 110px;
  padding-bottom: 60px;
}
.about-section-two .image-column .image-1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.about-section-two .image-column .image-1:before {
  position: absolute;
  right: -55px;
  top: -45px;
  width: 100px;
  height: 185px;
  background-image: url(../images/icons/dots-3.png);
  content: "";
}
.about-section-two .image-column .image-1 img {
  border-radius: 10px;
}
.about-section-two .image-column .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.about-section-two .image-column .image-2:before {
  position: absolute;
  right: 100px;
  top: -80px;
  width: 20px;
  height: 60px;
  background-color: var(--bg-theme-color2);
  content: "";
}
.about-section-two .image-column .image-2 img {
  width: 100%;
  border-radius: 15px;
}

.about-section-two .experience {
  position: absolute;
  left: -85px;
  top: 40px;
  width: 170px;
  height: 170px;
  background: var(--bg-theme-color2);
  border-radius: 50%;
}
.about-section-two .experience .inner {
  position: relative;
  text-align: center;
  padding: 30px;
}
.about-section-two .experience .inner:before {
  position: absolute;
  right: 30px;
  bottom: 10px;
  border-left: 20px solid transparent;
  border-bottom: 20px solid var(--border-theme-color2);
  content: "";
}
.about-section-two .experience .icon {
  position: relative;
  display: block;
  font-size: 68px;
  color: #ffffff;
  margin-bottom: 5px;
}
.about-section-two .experience .text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
}

/*** 

====================================================================
		About Section Three
====================================================================

***/
.about-section-three {
  position: relative;
  background-color: #f3f3f3;
  padding: 120px 0 0;
}
.about-section-three .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-three .content-column .inner-column {
  position: relative;
  padding-left: 90px;
}
.about-section-three .image-column {
  position: relative;
}
.about-section-three .image-column .inner-column {
  position: relative;
  margin-left: -370px;
}
.about-section-three .image-column .image-box {
  position: relative;
}
.about-section-three .image-column .image-box .image {
  margin-bottom: 0;
}
.about-section-three .image-column .image-box img {
  width: 100%;
}
.about-section-three .info-box {
  position: relative;
  padding-left: 185px;
  margin-bottom: 40px;
  padding-top: 10px;
  min-height: 80px;
}
.about-section-three .info-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 155px;
  border-radius: 10px;
  overflow: hidden;
}
.about-section-three .info-box .title .num {
  font-size: 30px;
  font-weight: 700;
  margin-left: 10px;
  color: var(--theme-color2);
}
/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--theme-color1);
  padding-left: 35px;
  margin-bottom: 10px;
  font-family: var(--sec-title-font-family);

}
.list-style-two li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 20px;
  line-height: 26px;
}
.list-style-two li a {
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #ffffff;
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
.sec-title .sub-title {
  position: relative;
  top: -8px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  padding-left: 20px;
}
.sec-title .sub-title:before {
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.2em;
  content: "//";
  color: var(--theme-color2);
}
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-top: -5px;
  margin-bottom: 0;
  
}
.sec-title .text {
  margin-top: 15px;
}

.sec-title .row .text {
  max-width: 450px;
  width: 100%;
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title,
.sec-title.light .text {
  color: #8f8f8f;
}
.abc{
  letter-spacing: -0.04em;  
  line-height: var(--line-height-heading);

}

/*** 

/*** 

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
  padding: 120px 0 120px;
  background-color: #191825;
}
.services-section-two .outer-box {
  margin-left: -190px;
  margin-right: -190px;
}
.services-section-two .upper-box {
  margin-bottom: 40px;
}
.services-section-two .video-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.services-section-two .video-box .image {
  position: relative;
  margin-bottom: 0;
}
.services-section-two .video-box .image img {
  border-radius: 5px;
}
.services-section-two .video-box .play-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 52px;
  width: 52px;
  font-size: 12px;
  background-color: var(--bg-theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding-left: 2px;
  border-radius: 50%;
}
.services-section-two .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 15px;
}
.services-section-two .bottom-box .text {
  font-size: 18px;
  line-height: 34px;
  color: #8f8f8f;
  font-weight: 400;
}
.services-section-two .bottom-box .theme-btn {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: var(--bg-theme-color2);
  margin-left: 30px;
  border-radius: 20px;
  letter-spacing: 0.2em;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-section-two .bottom-box .theme-btn:hover {
  background-color: #ffffff;
  color: #000;
}

.service-block-two {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-two .inner-box {
  position: relative;
  background-color: #6963633d;
  border: 1px solid #e2e2e2;
  padding: 35px 40px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-image: url(../images/dots-4.png);
  background-position: right bottom;
  background-repeat: no-repeat;

}
.service-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/dots-4-light.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.service-block-two .inner-box:hover {
  background-image: none;
  background-color: var(--bg-theme-color2);
  border: 1px solid var(--border-theme-color2);
}
.service-block-two .inner-box:hover::before {
  opacity: 1;
}
.service-block-two .inner-box:hover .icon,
.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover .title {
  color: #ffffff;
}
.service-block-two .inner-box:hover .count {
  color: rgba(255, 255, 255, 0.2);
}
.service-block-two .inner-box:hover .count::before {
  opacity: 0;
}
.service-block-two .inner-box:hover .count:after {
  opacity: 1;
}
.service-block-two .count {
  position: absolute;
  right: 0;
  top: 40px;
  height: 65px;
  width: 140px;
  font-size: 51px;
  font-weight: 700;
  color: rgba(200, 199, 199, 0.34);
  line-height: 65px;
  z-index: 2;
  padding-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .count::after, .service-block-two .count::before {
  position: absolute;
  right: 0;
  top: 0px;
  height: 65px;
  width: 140px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(transparent));
  background: linear-gradient(to right, #f3f3f3, transparent);
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .count::after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e42b2b), to(transparent));
  background: linear-gradient(to right, #e42b2b, transparent);
}
.service-block-two .icon-box {
  position: relative;
  margin-bottom: 15px;
}
.service-block-two .icon-box .icon {
  color: var(--theme-color2);
  font-size: 68px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .title {
  font-weight: 800;
  margin-bottom: 14px;
}
.service-block-two .text {
  position: relative;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bg-pattern-10 {
  background-image: url(../images/pattern-10.jpg);
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    margin-top: -5px;
    margin-bottom: 0;
}


/*** 

====================================================================
    Work Section Two
====================================================================

***/
.work-section-two {
  position: relative;
  background-color: #201d26;
}
.work-section-two .content-column {
  position: relative;
}
.work-section-two .content-column .inner-column {
  max-width: 680px;
  width: 100%;
  padding: 50px 70px 60px;
  padding-right: 0;
}
.work-section-two .content-column .sec-title {
  margin-bottom: 40px;
}
.work-section-two .content-column .sec-title .other-text {
  color: #ff3838;
  font-size: 16px;
  line-height: 34px;
  margin-top: 30px;
}
.work-section-two .image-column {
  position: relative;
}
.work-section-two .image-column .image {
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.work-section-two .image-column .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-section-two .image-column .sign {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.work-block-two {
  position: relative;
  margin-bottom: 30px;
}
.work-block-two .inner-box {
  /*position: relative;
  padding-left: 100px;
  min-height: 60px;*/
  position: relative;
  padding-left: 77px;
  min-height: 60px;
  margin-top: -10px;

}
.work-block-two .inner-box:hover .icon {
  color: #ffffff;
}
.work-block-two .inner-box:hover .title {
  color: var(--theme-color2);
}
.work-block-two .title {
  color: #ffffff;
  line-height: 1.4em;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block-two .icon {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 40px;
  color: var(--theme-color2);
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block-two .icon::after {
  position: absolute;
  left: -20px;
  top: -10px;
  height: 54px;
  width: 54px;
  background-color: #2f273c;
  border-radius: 50%;
  z-index: -1;
  content: "";
}


/*** 

====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.services-section .row {
  margin: 0 -8px;
}
.services-section .row > div {
  padding: 0 8px;
}
.services-section .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.services-section .bottom-box .text {
  line-height: 28px;
  padding: 15px 30px;
  background-color: var(--bg-theme-color3);
}
.services-section .bottom-box .theme-btn {
  margin-left: 10px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 45px 25px 50px 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  overflow: hidden;
}
.service-block .inner-box::before {
  position: absolute;
  width: 124px;
  height: 121px;
  left: 0;
  top: 0;
  background-image: url(../images/dots.png);
  content: "";
}
.service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.service-block .inner-box:hover .icon-box {
  background-color: var(--bg-theme-color2);
}
.service-block .inner-box:hover .icon-box .icon {
  color: #ffffff;
}
.service-block .inner-box:hover .read-more i {
  color: #ffffff;
  background-color: var(--bg-theme-color2);
}
.service-block .icon-box {

/*


   position: absolute;
  right: -52px;
  bottom: -52px;
  height: 210px;
  width: 210px;
  background: #d0e9ff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 40px 50px;
  border-radius: 50%;

*/
position: absolute;
right: -52px;
bottom: -52px;
height: 160px;
width: 160px;
background: #d0e9ff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
padding: 30px 40px;
border-radius: 50%;
 
}
.service-block .icon-box .icon {
  color: var(--theme-color2);
  font-size: 72px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .title {
  font-weight: 800;
  margin-bottom: 14px;
 font-family: (--sec-title-font-family);
}
.service-block .title:hover {
  color: var(--theme-color2);
}
.service-block .text {
  position: relative;
  margin-bottom: 30px;
  font-size: 15px;
  color: #000;

}
.service-block .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #6a6a6a;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.service-block .read-more i {
  margin-right: 20px;
  height: 52px;
  width: 52px;
  font-size: 16px;
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.atc{
  color: #0f0f0f !important;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 600px !important;
}
/*** 

====================================================================
    Features Section
====================================================================

***/
.features-section {
  position: relative;
  padding: 120px 0 70px;
}
.features-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
.features-section .image-column .inner-column {
  margin-right: -375px;
}
.features-section .image-column .image {
  margin-bottom: 0;
}
.features-section .bg {
  right: 360px;
  width: auto;
}

.feature-block {
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}
.feature-block:last-child .content {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.feature-block .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-left: 60px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box:hover .icon {
  background-color: #ffffff;
  color: var(--theme-color2);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.feature-block .content {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdd;
  margin-bottom: 5px;
}
.feature-block .icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 5px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  background-color: var(--theme-color2);
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .title {
  display: block;
  color: var(--theme-color1);
  font-weight: 800;
  margin-bottom: 8px;
}
.feature-block .title a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .title a:hover {
  color: var(--theme-color1);
}
.feature-block .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;

}
.bg-pattern-1 {
  background-image: url(../images/pattern-1.jpg);
}

.feature-block .inner-box .content .icon{
  color:var(--text-color-bg-theme-color3);
}
.feature-block .inner-box .content .icon :hover{
  color:#e42b2b;
}
.z{
  padding-top:20px;
}


.fact-counter-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.counter-block-three {
  position: relative;
  margin-top: -15px;
  margin-bottom: 40px;
}
.counter-block-three:first-child .inner {
  padding: 0;
  margin: 0;
}
.counter-block-three .inner {
  position: relative;
  text-align: right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 200px;
  margin-left: 70px;
  padding-left: 70px;
}
.counter-block-three .inner:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
.counter-block-three .count-box {
  font-size: 45px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.counter-block-three .counter-title {
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #8f8f8f;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.cab{
  
  font-size:16px;
  font-family: var(--sec-title-font-family);
}
.ac {
  color: #000 !important;
  text-transform: uppercase;
}
.service-block-three .inner-box:hover .read-more i {
  color: #ffffff;
  background-color: #00183e;
}
.service-block-three .inner-box .icon-box :hover{
color:#fff;

}
.had{
  margin-top:50px;
}

.acc{
  color:red;
  font-weight:bolder ;
  
}


/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: #f2eeeb;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.services-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f2eeeb;
  background-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.services-two-shape-1 {
  position: absolute;
  top: 0;
  left: -170px;
}

.services-two-shape-1:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  border-top: 230px solid #e2ddda;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
}

.services-two-shape-2 {
  position: absolute;
  top: 167px;
  left: 0;
}

.services-two-shape-2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 160px solid transparent;
  border-left: 160px solid #ffffff;
  border-bottom: 160px solid transparent;
}

.services-two-shape-3 {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.services-two-shape-3:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  border-top: 220px solid transparent;
  border-bottom: 220px solid transparent;
  border-right: 220px solid #e2ddda;
}

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.services-two__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba($ambed-black-rgb, .80);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__img:after {
  transform: translateY(0);
  width: 100%;
}
.services-two__single:hover .services-two__img:after {
  background-color: #46454562;
}

.services-two__img img {
  width: 100%;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
  transform: scale(1.05);
}

.services-two__content {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__content {
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}

.services-two__content-inner {
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 49px 20px 20px;
  clip-path: polygon(0 1%, 100% 17%, 100% 100%, 0% 100%);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__icon {
  position: absolute;
  top: -16px;
  left: 35px;
  height: 48px;
  width: 48px;
  background-color: #a47c68;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-two__single:hover .services-two__icon {
  background-color: #6a6a6a;
}

.services-two__icon span {
  font-size: 32px;
  color: $ambed-white;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
  transform: scale(0.9);
}

.services-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 7px;
}

.services-two__title a {
  color: $ambed-black;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
  color: #44aee0;
}


.pt-100, .py-100 {
  padding-top: 30px;
}
.pb-70, .py-70 {
  padding-bottom: 70px;
}
.pp{
  padding-bottom:30px;}
  
.bgc-lighter {
  background-color: #f7f9fd;
}
.bgc-lighter {
  background-color: #f7f9fd;
}
/* Feature Five */
.feature-item-five {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 35px 20px;
  border-radius: 7px;
  margin-bottom: 30px;
  background-color: #80808054; }
  .feature-item-five:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px; }
  .feature-item-five i {
    line-height: 1;
    font-size: 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
    color:#2584c7;
    /*color: #fc653c*/;
    display: inline-block; }
  .feature-item-five h5 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0; }
  .feature-item-five:hover {
    background-size: cover;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    background-color: #f01782;
    background-image: url(../images/feature-bg.png); }
    .feature-item-five:hover i, .feature-item-five:hover h5, .feature-item-five:hover h5 a {
      color: white; }
      .feature-item-five h5 {
        color: rgb(0 0 0 / 90%);
      }
      
      
      	/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  padding: 50px 0 40px 0;
  background: #ff6b81;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 150px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 120px 0 50px 0;
  }
}

.hero-area .hero-image img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-area .hero-content h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  color: #fff;
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
}

.hero-area .hero-content h1 span {
  display: block;
}

.hero-area .hero-content p {
  margin-top: 30px;
  font-size: 15px;
  color: #fff;
}

.hero-area .hero-content .button {
  margin-top: 40px;
}

.hero-area .hero-content .button .btn {
  background-color: #fff;
  color: #ff6b81;
  margin-right: 12px;
}

.hero-area .hero-content .button .btn i {
  font-size: 17px;
}

.hero-area .hero-content .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt {
  background-color: #54b4e1;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt:hover {
  background-color: #fff;
  color: #ff6b81;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .video-button {
    margin-top: 20px;
  }
}

.hero-area .hero-content .button .video-button .text {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
}

.hero-area .hero-content .button .video-button:hover .video {
  color: #fff;
  background-color: #081828;
}

.hero-area .hero-content .button .video-button .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff6b81;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.hero-area .hero-content .button .video-button .video:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}
.llb{
    line-height:1.6;
}
.llm{
    margin-bottom:10px;
}