/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background: #ffffff;
  z-index: 10;
}

.about-style1__image {
  position: relative;
  display: block;
  max-width: 675px;
  margin-left: -205px;
}

.about-style1__image .outer-text {
  position: absolute;
  top: 5px;
  right: -240px;
  color: rgba(var(--thm-black-rgb), 0.2);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1em;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-90%);
  transform-origin: 0 0;
  width: max-content;
  font-family: var(--thm-font-2);
}

.about-style1__image .inner-box {
  position: relative;
  display: block;
}

.about-style1__image .inner-box .shape1 {
  position: absolute;
  top: 20px;
  left: 120px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.about-style1__image ul {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.about-style1__image ul li {
  position: relative;
  display: block;
  float: left;
  padding: 0 15px;
}

.about-style1__image ul li .experience-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

.about-style1__image ul li .experience-box h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.about-style1__image-img1 {
  position: relative;
  display: block;
  margin-top: 60px;
  background-blend-mode: hard-light;
  background-color: var(--thm-black);
}

.about-style1__image-img1:hover {
}

.about-style1__image-img1:hover img {
  opacity: 0.7;
}

.about-style1__image-img2 {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-black);
  background-blend-mode: luminosity;
  margin-bottom: 85px;
}

.about-style1__image-img2 img {
  width: 100%;
  transition: all 1700ms ease;
}

.about-style1__image-img2:hover img {
  opacity: 0.8;
  mix-blend-mode: luminosity;
  transform: scale(1.2) rotate(1deg);
}

.about-style1__image-img3 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  float: right;
}

.about-style1__image-img3::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(25deg);
  z-index: 2;
}

.about-style1__image-img3 img {
  width: 100%;
}

.about-style1__image-img3:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.about-style1__content {
  position: relative;
  display: block;
  padding-top: 115px;
}

.about-style1__content .sec-title {
  padding-bottom: 30px;
}

.about-style1__content .inner-content {
  position: relative;
  display: block;
}

.about-style1__content .inner-content h3 {
  color: var(--thm-base);
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.about-style1__content .inner-content p {
  margin: 0;
}

.about-style1__content .inner-content .bottom-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 61px;
}

.about-style1__content .inner-content .bottom-box .img {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.about-style1__content .inner-content .bottom-box .signature {
  position: relative;
  display: block;
  padding-left: 30px;
}

/*** 
=============================================
    About Style2 Area Css   
=============================================
***/
.about-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 114px;
  z-index: 10;
}

.about-style2__image {
  position: relative;
  display: block;
  margin-left: -90px;
}

.about-style2__image .outer-text {
  position: absolute;
  top: 5px;
  right: -138px;
  color: rgba(var(--thm-black-rgb), 0.2);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1em;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-90%);
  transform-origin: 0 0;
  width: max-content;
  font-family: var(--thm-font-2);
  transition: all 500ms ease;
}

.about-style2__image:hover .outer-text {
  letter-spacing: 1.5em;
  right: -202px;
}

.about-style2__image .inner-box {
  position: relative;
  display: inline-block;
}

.about-style2__image .inner-box .icon {
  position: absolute;
  top: 30px;
  left: 150px;
  right: 140px;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

.about-style2__image .inner-box .icon span:before {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  background: #81b754;
  background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fa-spin 5s ease infinite;
}

.about-style2__image .inner-box .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style2__content {
  position: relative;
  display: block;
}

.about-style2__content .sec-title {
  padding-bottom: 20px;
}

.about-style2__content .inner-content {
  position: relative;
  display: block;
}

.about-style2__content .inner-content .text {
  position: relative;
  display: block;
}

.about-style2__content .inner-content .text p {
  margin: 0;
}

.progress-levels {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  padding-top: 0px;
}

.progress-box {
  position: relative;
  display: block;
  margin-top: 43px;
}

.progress-box .inner {
  position: relative;
  display: block;
}

.progress-box .inner .top {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 11px;
}

.progress-box .inner .top .text {
  position: relative;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: var(--thm-font-2);
}

.progress-box .inner .top .text span {
  font-weight: 700;
}

.progress-box .top .skill-percent {
  position: relative;
  display: block;
  padding-left: 10px;
}

.progress-box .top .count-text {
  position: relative;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  float: none;
  font-family: var(--thm-font-2);
}

.progress-box .top .percent {
  position: relative;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  float: none;
  margin-left: -3px;
}

.progress-box .bar {
  position: relative;
  display: block;
}

.progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #e5e8ea;
  border-radius: 0px;
}

.progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 2px;
  border-radius: 0px;
  transition: all 2000ms ease 300ms;
  background: var(--thm-base);
}

.about-style2__content .inner-content .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 40px;
}

/*** 
=============================================
    About Style3 Area Css   
=============================================
***/
.about-style3-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0 120px;
  z-index: 10;
}

.about-style3-area.pdtop120 {
  padding-top: 120px;
}

.about-style3__image {
  position: relative;
  display: block;
  max-width: 470px;
}

.about-style3__image .outer-text {
  position: absolute;
  top: 5px;
  right: -240px;
  color: rgba(var(--thm-black-rgb), 0.2);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1em;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-90%);
  transform-origin: 0 0;
  width: max-content;
  font-family: var(--thm-font-2);
}

.about-style3__image .shape1 {
  position: absolute;
  top: 20px;
  left: -70px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.about-style3__image .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style3__image .top-image {
  position: relative;
  display: block;
  overflow: hidden;
  background-blend-mode: hard-light;
  background-color: var(--thm-black);
}

.about-style3__image .top-image img {
  width: 100%;
}

.about-style3__image .top-image:hover img {
  opacity: 0.8;
  mix-blend-mode: luminosity;
  transform: scale(1.2) rotate(1deg);
}

.about-style3__image .bottom-image {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 300px;
  float: right;
  margin-top: 60px;
}

.about-style3__image .bottom-image::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(25deg);
  z-index: 2;
}

.about-style3__image .bottom-image:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.about-style3__image .bottom-image img {
  width: 100%;
}

.about-style3__image .experience-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.about-style3__image .experience-box h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-style: italic;
  font-family: var(--thm-font-3);
}

.about-style3__content {
  position: relative;
  display: block;
  padding-top: 35px;
}

.about-style3__content .sec-title {
  position: relative;
  display: block;
  padding-bottom: 33px;
}

.about-style3__content .inner-content {
  position: relative;
  display: block;
}

.about-style3__content .inner-content h2 {
  color: #777777;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-style: italic;
  font-family: var(--thm-font-3);
  margin: 0 0 2px;
}

.about-style3__content .inner-content .single-box {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-top: 40px;
}

.about-style3__content .inner-content .single-box .icon {
  position: absolute;
  top: 8px;
  left: 0;
}

.about-style3__content .inner-content .single-box .icon span:before {
  color: var(--thm-black);
  font-size: 50px;
  line-height: 50px;
}

.about-style3__content .inner-content .single-box .text {
  position: relative;
  display: block;
}

.about-style3__content .inner-content .single-box .text p {
  margin: 0;
}

.about-style3__content__signature-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 61px;
  width: 270px;
  height: 90px;
  z-index: 1;
}

.about-style3__content__signature-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f1f1f1;
  z-index: -1;
  border-radius: 50px;
  border-top-left-radius: 0;
  transition: all 500ms ease;
}

.about-style3__content__signature-box:hover:before {
  background-color: var(--thm-base);
}

.about-style3__content__signature-box:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 30px;
  height: 70px;
  z-index: -1;
  border-bottom: 70px solid #f1f1f1;
  border-right: 70px solid transparent;
  transition: all 500ms ease;
}

.about-style3__content__signature-box:hover:after {
  border-bottom: 70px solid var(--thm-base);
}

/*** 
=============================================
    About Style4 Area Css   
=============================================
***/
.about-style4-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px 0 30px;
  z-index: 10;
}

.about-style4__image {
  position: relative;
  display: block;
  /* margin-right: 100px; */
}

.about-style4__image img {
  /* max-width: none; */
  /* float: right; */
}

.about-style4__content {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-style4__content .inner-content {
  position: relative;
  display: block;
}

.about-style4__content .sec-title {
  padding-bottom: 15px;
}

.about-style4__content .inner-content h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.about-style4__content .inner-content .text {
  position: relative;
  display: block;
  margin-top: 10px;
}

.about-style4__content .inner-content ul {
  position: relative;
  margin-top: 36px;
  margin-bottom: 40px;
}

.about-style4__content .inner-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-style4__content .inner-content ul li:last-child {
 
}

.about-style4__content .inner-content ul li .icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #100707;
  color: #ffffff;
  font-size: 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.about-style4__content .inner-content ul li .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #e10b0b;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.about-style4__content .inner-content ul li:hover .icon::before {
  transform: scaleX(1);
}

.about-style4__content .inner-content ul li:hover .icon {
  color: #ffffff;
}

.about-style4__content .inner-content ul li .text {
  position: relative;
  display: block;
  padding-left: 20px;
  max-width: 450px;
  width: calc(100% - 50px);
  margin-top: 0 !important;
}

.about-style4__content .inner-content ul li .text p {
  font-size: 16px;
  line-height: 22px;

  font-weight: 700;
  font-style: italic;
  margin: 0;
  color: #000000;
}

.about-style4__content .inner-content .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}

/*** 
=============================================
    About Style5 Area Css   
=============================================
***/
.about-style5-area {
  position: relative;
  display: block;
  background: #f2f3f5;
  padding: 120px 0px 120px;
}

.about-style5-top {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 59px;
}

.about-style5-top .sec-title-style2.style2instyle3 {
  padding-bottom: 0px;
}

.about-style5-top .signature {
  position: relative;
  display: block;
}

.about-style5__image {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.about-style5__image-inner {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
}

.about-style5__image-inner img {
  width: 100%;
}

.about-style5__image-inner .icon {
  position: absolute;
  top: 120px;
  right: -65px;
}

.about-style5__image-inner .icon a {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: var(--thm-base);
  font-size: 30px;
}

.about-style5__image .text-outer {
  position: absolute;
  right: -8px;
  bottom: -1px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-family: var(--thm-font);
  transform: rotate(180deg) translateX(0%);
  width: max-content;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.about-style5__image:hover .text-outer {
  letter-spacing: 1.1em;
  background: #81b754;
  background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-style5__content {
  position: relative;
  display: block;
  margin-top: -7px;
}

.about-style5__content .text1 {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.about-style5__content .text1 p {
  font-size: 16px;
  margin: 0;
}

.about-style5__content .text2 {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.about-style5__content .text2 h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  background: #81b754;
  background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-style5__content .text2 h5 span {
  color: var(--thm-base);
}

.about-style5__content .text3 {
  position: relative;
  display: block;
}

.about-style5__content .text3 p {
  font-size: 16px;
  margin: 0;
}

.about-style5__content .text3 p a {
  color: #80b757;
  text-decoration: underline;
}

.about-style5__content-bottom {
  position: relative;
  display: block;
  margin-top: 14px;
}

.single-text-box {
  position: relative;
  display: block;
}

.single-text-box p {
  font-size: 16px;
  margin: 0;
}

.single-text-box p a {
  color: #80b757;
  text-decoration: underline;
}

.about-style5__client-info {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-top: 40px;
}

.about-style5__client-info .img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.about-style5__client-info .text {
  position: relative;
  display: block;
}

.about-style5__client-info .text h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.about-style5__client-info .text p {
  text-transform: uppercase;
  line-height: 24px;
  margin: 2px 0 0;
}

/*** 
=============================================
    About Style6 Area Css   
=============================================
***/
.about-style6-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
}

.about-style6__image {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.about-style6__image-inner {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  padding-bottom: 40px;
}

.about-style6__image-inner img {
  width: 100%;
}

.about-style6__image-inner .icon {
  position: absolute;
  top: 265px;
  right: -65px;
}

.about-style6__image-inner .icon a {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 5px solid #ffffff;
  background: var(--thm-base);
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 125px;
}

.about-style6__image .text-outer {
  position: absolute;
  right: -8px;
  bottom: -1px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-family: var(--thm-font);
  transform: rotate(180deg) translateX(0%);
  width: max-content;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.about-style6__client-info {
  position: absolute;
  left: 30px;
  bottom: 0;
  right: 30px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 50px 20px;
}

.about-style6__client-info .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.about-style6__client-info .inner .img {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.about-style6__client-info .inner .img img {
  width: 100%;
}

.about-style6__client-info .inner .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-style6__client-info .inner .text h4 {
  color: var(--thm-base);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.about-style6__client-info .inner .text p {
  text-transform: uppercase;
  line-height: 24px;
  margin: 2px 0 0;
}

.about-style6__content {
  position: relative;
  display: block;
  margin-top: -10px;
}

.about-style6__content .sec-title-style4 {
  padding-bottom: 29px;
}

.about-style6__content .text1 {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.about-style6__content .text1 p {
  font-size: 16px;
  margin: 0;
}

.about-style6__content .text2 {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.about-style6__content .text2 h5 {
  color: var(--thm-base);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.about-style6__content .text3 {
  position: relative;
  display: block;
}

.about-style6__content .text3 p {
  font-size: 16px;
  margin: 0;
}

.about-style6__content .text3 p a {
  color: var(--thm-base);
  text-decoration: underline;
}

.about-style6__content-bottom {
  position: relative;
  display: block;
  margin-top: 14px;
}

.about-style6__content-bottom .single-text-box {
  position: relative;
  display: block;
}

.about-style6__content-bottom .single-text-box p {
  font-size: 16px;
  margin: 0;
}

.about-style6__content-bottom .single-text-box p a {
  color: var(--thm-base);
  text-decoration: underline;
}

.about-style6-signature-box {
  position: relative;
  display: block;
  padding-top: 52px;
}

/*** 
=============================================
    About Style7 Area Css   
=============================================
***/
.about-style7-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
}

.about-style7-area .auto-container {
  max-width: 100%;
  padding: 0 20px;
}

.about-style7__image {
  position: relative;
  display: block;
  min-height: 690px;
  padding-bottom: 75px;
}

.about-style7__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 75px;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.brand-content-box {
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
  padding: 0 30px;
  z-index: 2;
}

.brand-content-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 51%;
  background: var(--thm-base);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);
}

.brand-content-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: var(--thm-base);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 95% 50%);
}

.single-partner-logo-box-style2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
}

.single-partner-logo-box-style2 a {
  position: relative;
  display: block;
}

.single-partner-logo-box-style2 a img {
  width: auto !important;
  opacity: 0.3;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-partner-logo-box-style2 a:hover img {
  opacity: 1;
}

.brand-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots {
  display: none;
}

.about-style7__content {
  position: relative;
  display: block;
  max-width: 560px;
  width: 100%;
  padding-left: 100px;
}

.about-style7__content .top-title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 39px;
}

.about-style7__content .top-title h2 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 300;
}

.about-style7__content .inner-content {
  position: relative;
  display: block;
}

.about-style7__content .inner-content h3 {
  color: var(--thm-base);
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-style7__content .inner-content p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.about-style7__content .inner-content p a {
  color: var(--thm-base);
  text-decoration: underline;
}

.experience-box {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-top: 40px;
}

.experience-box .icon {
  position: absolute;
  top: 9px;
  left: 0;
  color: var(--thm-base);
  font-size: 50px;
}

.experience-box .title {
  position: relative;
  display: block;
}

.experience-box .title .big-title {
  position: absolute;
  top: -30px;
  left: -42px;
  color: rgba(var(--thm-black-rgb), 0.1);
  font-size: 100px;
  line-height: 1em;
  font-weight: 800;
  font-family: var(--thm-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.experience-box:hover .title .big-title {
  color: var(--thm-base);
}

.experience-box .title .overlay-title {
  position: relative;
  display: block;
}

.experience-box .title .overlay-title h3 {
  color: var(--thm-black);
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
}

.about-style7-signature-box {
  position: relative;
  display: block;
  margin-top: 60px;
}

.about-style7-signature-box img {
  opacity: 0.6;
}

/*** 
=============================================
    About Style8 Area Css   
=============================================
***/
.about-style8-area {
  position: relative;
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 10;
}

.about-style8__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: calc(100% - 375px);
  z-index: -1;
}

.about-style8__content {
  position: relative;
  display: block;
  max-width: 670px;
  width: 100%;
  float: right;
  background: #ffffff;
  padding: 58px 100px 62px;
  padding-right: 0;
  z-index: 2;
}

.about-style8__content .outer-text {
  position: absolute;
  top: 80px;
  left: 40px;
  color: rgba(var(--thm-base-rgb), 0.3);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-90%);
  transform-origin: 0 0;
  width: max-content;
  font-family: var(--thm-font-2);
}

.about-style8__content .top-title {
  position: relative;
  display: block;
  padding-bottom: 29px;
}

.about-style8__content .top-title h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.about-style8__content .inner-content {
  position: relative;
  display: block;
  z-index: 3;
}

.about-style8__content .inner-content .top-text {
  position: relative;
  display: block;
  padding-bottom: 15px;
}

.about-style8__content .inner-content .top-text p {
  font-size: 16px;
  margin: 0;
}

.about-style8__content .inner-content h3 {
  color: var(--thm-base);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 15px;
}

.about-style8__content .inner-content .single-text-box {
  position: relative;
  display: block;
}

.about-style8__content .inner-content .single-text-box p {
  font-size: 16px;
  margin: 0;
}

.about-style8__content .single-text-box-2 {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-top: 30px;
}

.about-style8__content .single-text-box-2 .count-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 60px;
  text-align: center;
  z-index: 1;
}

.about-style8__content .single-text-box-2 .count-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  z-index: -1;
  -moz-transform: skew(-7deg, 0deg);
  -webkit-transform: skew(-7deg, 0deg);
  -o-transform: skew(-7deg, 0deg);
  -ms-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-style8__content .single-text-box-2:hover .count-box:before {
  background: #ebcb3b;
  -moz-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.about-style8__content .single-text-box-2 .count-box h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
}

.about-style8__content .single-text-box-2 .text-box {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-style8__content .single-text-box-2 .text-box h3 {
  position: relative;
  top: -1px;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 9px;
}

.about-style8__content .single-text-box-2 .text-box p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.about-style8__signature-box {
  position: absolute;
  top: 0;
  left: -400px;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.about-style8__signature-box .box1 {
  position: absolute;
  top: 180px;
  right: 40px;
  width: 80px;
  height: 120px;
  background: var(--thm-base);
  z-index: 2;
}

.about-style8__signature-box .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 250px;
  background-color: #ebcb3b;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*** 
=============================================
    About Style9 Area Css   
=============================================
***/
.about-style9-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 10;
}

.about-style9-area.pdtopbtm0 {
  padding: 0;
}

.experience-box-style2 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 70px 70px 53px;
  margin-bottom: 70px;
  z-index: 1;
}

.experience-box-style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fcfcfc;
  -moz-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  z-index: -1;
}

.experience-box-style2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f4f4f4;
  -moz-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  z-index: -2;
}

.experience-box-style2 .title-box {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  margin-top: -4px;
}

.experience-box-style2 .title-box h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.54em;
  margin: 0 0 12px;
}

.experience-box-style2 .title-box h2 {
  font-size: 65px;
  line-height: 1.2em;
  text-transform: capitalize;
}

.experience-box-style2 .text-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  margin-top: -7px;
}

.experience-box-style2 .text-box p {
  font-size: 16px;
  letter-spacing: 0.12em;
  margin: 0;
}

.experience-box-style2.about-page {
  margin-bottom: 120px;
}

.experience-box-style2.about-page::after {
  background-color: #00418f;
  -moz-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  z-index: -1;
}

.experience-box-style2.about-page::before {
  background: #f1f1f1;
  -moz-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  z-index: -2;
}

.experience-box-style2.about-page .title-box h5 {
  color: #ffffff;
}

.experience-box-style2.about-page .title-box h2 {
  color: #ffffff;
}

.experience-box-style2.about-page .text-box p {
  color: #ffffff;
}

.about-style9__content {
  position: relative;
  display: block;
  max-width: 470px;
}

.about-style9__content .title-box {
  position: relative;
  display: block;
  margin-top: -13px;
}

.about-style9__content .title-box h2 {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.about-style9__content .title-box h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.about-style9__content .title-box h2 span:before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 15px;
  right: 4px;
  height: 22px;
  background: #f1db62;
  z-index: -1;
}

.about-style9__content .inner-content {
  position: relative;
  display: block;
  padding-top: 28px;
}

.about-style9__content .inner-content p {
  font-size: 16px;
  letter-spacing: 0.12em;
  margin: 0;
}

.about-style9__content__signature-box {
  position: relative;
  display: block;
  padding-top: 42px;
}

.about-style9__image {
  position: relative;
  display: block;
  float: right;
}

/*** 
=============================================
    About Style10 Area Css   
=============================================
***/
.about-style10-area {
  position: relative;
  display: block;
  background: #f8f8f8;
  padding: 120px 0px 80px;
  z-index: 10;
}

.about-style10__image-box {
  position: relative;
  display: block;
  min-height: 705px;
}

.about-style10__image-box .title-outer {
  position: absolute;
  top: 0px;
  right: -280px;
  color: rgba(var(--thm-black-rgb), 0.2);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.54em;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(90deg) translateX(0%);
  transform-origin: 0 0;
  width: max-content;
  font-family: var(--thm-font-2);
}

.about-style10__image-box .top-image {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  min-height: 510px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.about-style10__image-box .bottom-image {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 10px solid #ffffff;
}

.about-style10__image-box .bottom-image .ovarlay-content {
  position: absolute;
  left: -240px;
  bottom: 40px;
  background: var(--thm-base);
  padding: 46px 45px 50px;
}

.about-style10__image-box .bottom-image .ovarlay-content::before {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px dashed #ffffff;
  content: "";
}

.about-style10__image-box .bottom-image .ovarlay-content h2 {
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
}

.about-style10__image-box .bottom-image .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style10__image-box .bottom-image .inner img {
  width: 100%;
}

.about-style10__content {
  position: relative;
  display: block;
  padding-top: 108px;
}

.about-style10__content .title-box {
  position: relative;
  display: block;
  padding-bottom: 26px;
}

.about-style10__content .title-box h2 {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.about-style10__content .inner-content {
  position: relative;
  display: block;
}

.about-style10__content .inner-content p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin: 0;
}

.about-style10__content__signature-box {
  position: relative;
  display: block;
  padding-top: 40px;
}

.about-style10-area .martop {
  margin-top: 115px;
}

/*** 
=============================================
    About Style11 Area Css   
=============================================
***/
.about-style11-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 10;
}

.about-style11__image-box {
  position: relative;
  display: block;
  min-height: 510px;
}

.about-style11__image-box--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  filter: grayscale(0.6) opacity(1);
}

.about-style11__image-box .phone-number-box {
  position: absolute;
  left: 70px;
  bottom: 0;
  right: 70px;
  background-color: var(--thm-base);
  border-radius: 10px;
  padding: 30px 50px 30px;
}

.about-style11__image-box .phone-number-box .inner {
  position: relative;
  display: block;
  padding-left: 70px;
}

.about-style11__image-box .phone-number-box .inner .icon {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 0;
}

.about-style11__image-box .phone-number-box .inner .icon span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}

.about-style11__image-box .phone-number-box .inner .text {
  position: relative;
  display: block;
}

.about-style11__image-box .phone-number-box .inner .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 13px;
}

.about-style11__image-box .phone-number-box .inner .text p span {
  font-weight: 700;
}

.about-style11__image-box .phone-number-box .inner .text h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

.about-style11__image-box .phone-number-box .inner .text h2 a {
  color: #ffffff;
  transition: all 500ms ease;
}

.about-style11__image-box .phone-number-box .inner .text h2 a:hover {
  color: var(--thm-black);
}

.about-style11__content {
  position: relative;
  display: block;
  padding-left: 60px;
}

.about-style11__content .title-box {
  position: relative;
  display: block;
  padding-bottom: 42px;
}

.about-style11__content .title-box h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.about-style11__content .inner-content {
  position: relative;
  display: block;
}

.about-style11__content .inner-content p {
  font-size: 16px;
  line-height: 28px;
}

.about-style11__content__signature-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

/*** 
=============================================
    About Style12 Area Css   
=============================================
***/
.about-style12-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 10;
}

.about-style12-area.pd0 {
  padding: 0;
  background: transparent;
}

.about-style12__content--inner {
  position: relative;
  display: block;
  margin-top: -400px;
  padding-top: 120px;
  z-index: 10;
}

.about-style12__content--inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -170px;
  bottom: 0;
  right: -170px;
  background: #ffffff;
  z-index: -1;
}

.about-style12__image-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  min-height: 570px;
  margin: 0 auto;
}

.about-style12__image-box--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  filter: grayscale(0.6) opacity(1);
}

.about-style12__image-box .social-link-box-style2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 70px;
  margin: 0 auto;
  transform: perspective(400px) rotateX(0deg) scaleY(1);
}

.about-style12__image-box .social-link-box-style2:before {
  display: none;
}

.about-style12__image-box .social-link-box-style2 .inner-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-style12__image-box .social-link-box-style2 a.middle {
  top: 30px;
}

.about-style12__image-box .social-link-box-style2 a {
  color: #ffffff;
  background: rgba(var(--thm-base-rgb), 0.95);
}

.about-style12__image-box .social-link-box-style2 a:before {
  background: var(--thm-base);
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}

.about-style12__image-box .round-box {
  position: absolute;
  top: 0;
  right: -85px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.about-style12__image-box .round-box .inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 170px;
  height: 170px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 10.45px 0.55px rgba(0, 0, 0, 0.08);
}

.about-style12__image-box .round-box .inner:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  border: 2px solid var(--thm-base);
  opacity: 0.1;
  border-radius: 50%;
}

.about-style12__image-box .round-box .inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  height: 45px;
  width: 70px;
  background: #ffffff;
}

.about-style12__image-box .round-box h2 {
  color: var(--thm-base);
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 11px;
}

.about-style12__image-box .round-box h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-style12__content {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  float: right;
  padding: 50px 0;
}

.about-style12__content .title-box {
  position: relative;
  display: block;
  padding-bottom: 32px;
}

.about-style12__content .title-box h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.about-style12__content .inner-content {
  position: relative;
  display: block;
}

.about-style12__content .inner-content p {
  font-size: 16px;
  line-height: 28px;
}

.about-style12__content .inner-content p a {
  color: var(--thm-base);
}

.phone-number-box-style14 {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  background-color: var(--thm-base);
  border-radius: 10px;
  padding: 30px 50px 30px;
  margin-top: 32px;
}

.phone-number-box-style14 .inner {
  position: relative;
  display: block;
  padding-left: 70px;
}

.phone-number-box-style14 .inner .icon {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 0;
}

.phone-number-box-style14 .inner .icon span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}

.phone-number-box-style14 .inner .text {
  position: relative;
  display: block;
}

.phone-number-box-style14 .inner .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 13px;
}

.phone-number-box-style14 .inner .text p span {
  font-weight: 700;
}

.phone-number-box-style14 .inner .text h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

.phone-number-box-style14 .inner .text h2 a {
  color: #ffffff;
  transition: all 500ms ease;
}

.phone-number-box-style14 .inner .text h2 a:hover {
  color: var(--thm-black);
}

.partner-style2-area {
  padding: 0 0 80px 0;
}

/*----------------------------------------------
 Inner Slider
----------------------------------------------*/
.inner-sliders {
  background-image: url("../../../assets/images/about-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.inner-sliders h1 {
  color: #ffffff;
  margin-bottom: 10px;
}
.inner-sliders p {
  color: #ffffff;
  font-size: 15px;
}

/*----------------------------------------------
 Service Category
----------------------------------------------*/
.service-category h2 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 28px;
}
.service-category h4 {
  color: #000000;
}
.service-category p {
  color: #333333;
  font-size: 15px;
}
.services-lists {
  background-color: #f6f7f8;
  padding: 15px 25px;
}
.services-lists h4 {
  font-size: 22px;
  border-bottom: 1px solid #355c8c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.services-lists li {
  margin: 10px 0;
}
.services-lists a {
  display: flex;
  justify-content: space-between;
  padding: 9px 15px;
  border: 1px solid #4e627b;
  color: #355c8c;
  font-weight: 600;
}
.services-lists a .fa-angle-right {
  font-size: 20px;
}
.services-lists a:hover {
  border: 1px solid #ffffff;
  background-color: #e10d0e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.list-disc li {
  list-style-type: disc;
  margin: 0 0 10px 20px;
  color: #333333;
  font-size: 15px;
}

.service-category .enquiry-section {
  background-color: #f3f5f8;
  border: 1px solid #00418f;
  margin: 30px 0;
  padding: 15px 0px;
}

.related-images .images {
  margin: 15px 0;
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.how-works {
  padding: 60px 0;
  background-color: #f8f8f8;
}
.how-works .works-lists {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.how-works .works-lists span {
  width: 60px;
  height: 60px;
  background-color: #00418f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  font-weight: bold;
  margin: 0 auto;
  border: 5px solid #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.how-works .works-lists h4 {
  font-size: 18px;
  margin: 20px 0;
}
.how-works .works-lists p {
  color: #000000;
}

.faq-lists .card {
  margin: 20px 0;
}
.faq-lists .card h5 {
  position: relative;
}
.faq-lists .card-header {
  padding: 0;
}
.faq-lists .card .btn-link {
  padding: 0.75rem 1.25rem;
  display: block;
  width: 100%;
  text-align: left;
  color: #00418f;
  font-size: 20px;
}
.faq-lists .card .btn-link:hover {
  text-decoration: none;
}
.faq-lists .card-body {
  color: #333333;
  font-size: 15px;
}

.contact-us {
  padding: 60px 0;
}
.contact-form {
  margin-bottom: 30px;
}
.contact-form h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.contact-form h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.contact-form h3 strong {
  color: #009ee0;
}
.contact-form .form-control {
  border-radius: 0;
  font-size: 15px;
}
.contact-form .form-check {
  margin-top: 10px;
}
.contact-form .form-check-input {
  width: 18px;
  height: 18px;
}
.contact-form .form-check-label {
  padding-left: 10px;
}

.our-address h4 {
  margin-bottom: 25px;
}
.our-address .address-lists {
  display: flex;
  margin-bottom: 20px;
}
.our-address .address-lists .icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #00418f;
  border: 1px solid #00418f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-address .address-lists .address {
  margin-left: 15px;
}
.our-address .address-lists .address a {
  color: #00418f;
  font-weight: 600;
}

.google-map .map-responsive {
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
  height: 0;
}
.google-map .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.image-gallery {
  margin: 15px 0;
  border: 3px solid #0a73f4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.single-blog-style1 p {
  color: #333333;
}

.shifting-process {
  margin: 40px 0;
}
.shifting-process .image {
  border: 8px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.shifting-process h5 {
  margin-bottom: 15px;
  margin-top: 5px;
}


.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-one.arrow.txt{
	color: #ffffff;
    margin-left: auto;
    cursor: pointer;
    background-color: #e10b0b;
}