@font-face {
  font-family: 'Aero';
  src: url('../fonts/Aero.eot');
  src: url('../fonts/Aero.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Aero.woff2') format('woff2'),
    url('../fonts/Aero.woff') format('woff'),
    url('../fonts/Aero.ttf') format('truetype'),
    url('../fonts/Aero.svg#Aero') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.eot');
  src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Light.woff2') format('woff2'),
    url('../fonts/Muli-Light.woff') format('woff'),
    url('../fonts/Muli-Light.ttf') format('truetype'),
    url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.eot');
  src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli.woff2') format('woff2'),
    url('../fonts/Muli.woff') format('woff'),
    url('../fonts/Muli.ttf') format('truetype'),
    url('../fonts/Muli.svg#Muli') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.eot');
  src: url('../fonts/Muli-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
    url('../fonts/Muli-ExtraLight.woff') format('woff'),
    url('../fonts/Muli-ExtraLight.ttf') format('truetype'),
    url('../fonts/Muli-ExtraLight.svg#Muli-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.eot');
  src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Bold.woff2') format('woff2'),
    url('../fonts/Muli-Bold.woff') format('woff'),
    url('../fonts/Muli-Bold.ttf') format('truetype'),
    url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.eot');
  src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-SemiBold.woff2') format('woff2'),
    url('../fonts/Muli-SemiBold.woff') format('woff'),
    url('../fonts/Muli-SemiBold.ttf') format('truetype'),
    url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}
input[type="file"] {
  cursor: pointer;
}
html {
  overflow-x: hidden;
}
html body {
  font-family: "Outfit", sans-serif;
  margin: 0;
  overflow-x: hidden;
}
*::-moz-selection {
  color: #fff;
  background: #ec1c24;
}
*::selection {
  color: #fff;
  background: #ec1c24;
}
*::-moz-selection {
  color: #fff;
  background: #ec1c24;
}
*::-webkit-selection {
  color: #fff;
  background: #ec1c24;
}
*::-ms-selection {
  color: #fff;
  background: #ec1c24;
}
*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}
*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body a {
  font-family: "Outfit", sans-serif;
  outline: none;
  color: #000;
}
body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}
body .clearfix {
  height: auto;
}
* {
  outline: none !important;
  list-style: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}
div input,
div select,
div textarea,
div button {
  font-family: "Outfit", sans-serif;
}
input,
select,
textarea {
  font-family: "Outfit", sans-serif;
  height: 50px;
  width: 100%;
  background: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  font-family: "Outfit", sans-serif;
  height: 50px;
  width: 100%;
  background: #a4414100;
  border-radius: 0;
  border: 1px solid #c7c7c7;
  padding: 0 26px;
  color: #323232;
  font-size: 16px;
  border-radius: 5px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  color: #000;
  font-weight: 500;
}
body h1 {
  font-size: 24px;
}
body h2 {
  font-size: 22px;
  font-family: 'Aero', sans-serif;
}
body h3 {
  font-size: 18px;
}
body h4 {
  font-size: 16px;
}
body h5 {
  font-size: 12px;
}
body h6 {
  font-size: 10px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin: 0;
}
div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div select option {
  font-size: 13px;
  color: #333;
  padding: 2px 5px;
}
img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
body p {
  color: #323232;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 6px;
  padding: 0;
  text-align: left;
}
body p:empty {
  margin: 0;
  line-height: 0;
}
body p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: bold;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
label em {
  color: #ff0000;
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-left: 5px;
}
.hidden {
  display: none !important;
}
iframe {
  display: block;
  width: 100%;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
html .container {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  float: none;
}
body .container .container {
  padding-left: 0;
  padding-right: 0;
}
/*scroll Hide*/
html.no-scroll {
  overflow: hidden;
}
html.no-scroll body {
  overflow: hidden;
  height: 100%;
}
/*error*/
html #form-error,
html #form-success {
  color: red;
  border: 1px solid red;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  padding: 5px 15px;
  line-height: 140%;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
html #form-success {
  color: green;
  border: 1px solid green;
}
html .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 120%;
  padding: 0;
}
.contact-form .invalid-input {
  border: 1px solid red;
}
/*succees*/
html .wpcf7-mail-sent-ok {
  border: 1px solid green;
  color: green;
  text-align: center;
  background: #fff;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  line-height: 140%;
  padding: 5px 15px;
  margin-top: 15px;
}
/*error*/
ul {
  margin: 0;
  padding: 0;
}
a,
span,
b,
i {
  display: inline-block;
  vertical-align: top;
}
/*Default-CSS close*/
.row::after,
.row::before {
  clear: both;
  content: "";
  display: table;
}
header .col-left {
  width: 7%;
}
/*fixed-menu*/
/*responsive menu*/
.menu {
  color: #333333;
  cursor: pointer;
  display: none;
  float: left;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 31px;
  position: fixed;
  right: 0;
  top: -3px;
}
.menu .menu-trigger {
  float: left;
  margin: 8px 20px 0 25px;
  position: absolute;
  top: 30px;
  right: 0;
  left: auto;
  bottom: auto;
  /* z-index: 999; */
  transition: 0.5s all;
}
.menu .line:nth-child(1):after {
  transition: all 0.6s linear 0.1s;
}
.menu .line:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 3px;
  width: 0;
}
.menu .line {
  background: #000000;
  display: block;
  height: 3px;
  margin-bottom: 3px;
  width: 23px;
}
header .col-left {
  width: 7%;
}
header .col-right {
  width: 93%;
}
.header-sec .menu-wrap .menu:hover .line:after {
  transform: rotate(360deg);
  width: 100%;
}
.show-menu nav.menu-act {
  transition: all 0.7s ease 0s;
  right: 0;
  transform: translateX(0%);
  display: block;
}
#wrapper {
  background: #ffffff;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 99;
}
html body.show-menu {
  overflow: hidden;
}
nav.menu-act .close-button {
  display: none;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>a::after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu>.dropdown-menu {
  border-radius: 0 6px 6px;
  left: 100%;
  margin-left: -1px;
  margin-top: -6px;
  top: 0;
}
.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
nav.menu-act ul li:hover>ul.dropdown-menu {
  display: block;
}
.dropdown-menu>li>a {
  clear: both;
  color: #477334;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
.dropdown-menu>li {
  clear: both;
}
nav.menu-act .dropdown-menu>li {
  clear: both;
  float: none;
  padding: 0;
}
nav.menu-act .dropdown-menu>li a {
  padding: 4px 14px;
  float: none;
}
header ul>li>a {
  font-size: 18px;
  line-height: 100%;
  font-family: "Outfit", sans-serif;
  color: #000;
}
nav.menu-act li.active:not(:last-child)>a,
nav.menu-act li:hover>a:hover {
  color: #ec1c24;
  outline: 0 none;
  text-decoration: none;
}
footer .footer-menu ul li a:hover,
footer .footer-menu ul li.active>a {
  color: #ec1c24;
}
/* menu - Close */
@media screen and (max-width: 1023px) {
  nav.menu-act .close-button,
  nav.menu-act ul {
    display: none;
  }
  .menu,
  .show-menu nav.menu-act .close-button,
  .show-menu nav.menu-act ul {
    display: block;
  }
  nav.menu-act {
    background: #477334;
    bottom: auto;
    height: auto;
    right: 0;
    overflow: hidden;
    padding: 0px 0 0px;
    position: fixed;
    left: auto;
    top: 101px;
    transition: none;
    width: 250px;
    z-index: 999;
    color: #fff;
    transform: none;
    display: none;
  }
}
nav#desktop-nav .close-button {
  display: none;
}
/*Button */
a.button,
.button,
button,
form input[type="submit"] {
  background: #ec1c24;
  border-radius: 5px;
  border: 0;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  line-height: 55px;
  padding: 0 42px;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
}
a.button:hover {
  color: #fff;
}
a.button:hover,
.button:hover,
button:hover,
form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
a.button.button-white,
.button.button-white,
button.button-white,
form input[type="submit"].button-white {
  background: #fff;
  color: #005185;
  margin-top: 0px;
}
a.button.button-white:hover,
.button.button-white:hover,
button.button-white:hover,
form input[type="submit"].button-white:hover {
  background: #ec1c24;
  color: #fff;
}
/*Button -close*/
/*form -close*/
body textarea {
  resize: none;
  overflow: auto;
  height: 110px;
  padding-top: 15px !important;
}
body textarea:focus {
  box-shadow: none;
}
/*form -close*/
/*404**/
.error-404.not-found,
.error-404.not-found p {
  text-align: center;
}
.error-404.not-found.container {
  padding: 80px 15px 80px 15px;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-404.not-found.container #content-area {
  width: 100%;
}
.error-404 #content-area small {
  font-size: 110px;
  font-weight: bold;
  color: #ec1c24;
  line-height: 120%;
  text-shadow: 6px 4px 4px #fff;
  font-family: "Roboto Condensed", sans-serif;
}
.error-404 .main-title::before {
  display: none;
}
.error-404 #content-area .main-title {
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  display: block;
  color: #000;
  margin: 7px 0 24px 0 !important;
  font-family: "Outfit", sans-serif;
}
.error-404 .grve-subtitle {
  font-size: 23px;
  line-height: 120%;
  margin: 0;
  color: #ec1c24;
  font-weight: bold;
  /* text-shadow: 1px 1px 1px #666; */
}
.error-404 {
  /* padding: 0 0 60px 0; */
  background: #fff;
}
.error-404 .content-element {
  margin-top: 20px;
}
.error-404 header {
  position: unset;
}
/*404*/
/**************************[[[[[[[[[[[[[[[[[[[[Homepage css]]]]]]]]]]]]]]]]****************************/
header .header-logo {
  display: block;
  max-width: 90px;
  transition: all 0.5s ease 0s;
}
#header.fixed .header-wrapper {
  padding: 20px 0;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  transition: all 0.5s ease 0s;
}
#header.fixed a.header-logo {
  max-width: 50px;
}
header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
header ul>li:not(:last-child) {
  margin-right: 80px;
}
nav#desktop-nav ul li a.button:hover,
nav#desktop-nav ul li.active a.button {
  background: #000;
  color: #FFF;
}
/*banner section*/
.home-banner-section .banner-img-wrap {
  height: 755px;
  position: relative;
}
.home-banner-section .banner-img-wrap video {
  /* height: inherit; */
  width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.home-banner-section .banner-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-banner-section {
  position: relative;
  height: 852px;
}
.home-banner-section .banner-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1085px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
}
.home-banner-section .banner-content h2,
.home-banner-section .banner-content p {
  color: #fff;
  text-align: center;
}
.home-banner-section .banner-content h2 {
  font-size: 54px;
  line-height: 73px;
  margin-bottom: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.home-banner-section .banner-content p {
  font-size: 27px;
  font-family: "Outfit", sans-serif;
  line-height: 41px;
  margin-bottom: 19px;
}
.home-banner-section .section-title-left:before {
  width: 150px;
  height: 40px;
  background-position: 0 -256px;
}
.home-banner-section .banner-img-wrap::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  background: url("../images/Banner\ Shape\ 18April23.png") no-repeat;
  height: 154px;
  width: 100%;
  background-size: 100% 100%;
}
/*banner section*/
.contact-us-section .contact-us-main-heading h2 {
  color: #000000;
  font-size: 55px;
  line-height: 73px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-weight: bold;
}
.contact-us-section .contact-us-container {
  max-width: 1100px;
}
.contact-us-section .conatct-us-para {
  margin-top: 5px;
}
.contact-us-section .conatct-us-para p {
  text-align: center;
  font-size: 27px;
  line-height: 41px;
  font-family: "Outfit", sans-serif;
  color: #000;
}
.contact-us-section .contact-us-button {
  margin-top: 19px;
  text-align: center;
}
.contact-us-section {
  padding: 115px 0 135px 0;
}
.contact-us-section .button-green {
  background: #457039;
}
.contact-us-section .button-green:hover {
  background: #ec1c24;
}
.conatct-us-para p {
  text-align: center;
}
footer {
  background: url(../images/footer-background-img.png) no-repeat;
  background-position: center center;
  object-fit: cover;
  padding: 78px 0 0 0;
  background-size: cover;
}
.footer-bg {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12px;
}
.footer .quicklink li:not(:last-child) {
  margin-bottom: 18px;
}
.footer .common-footer ul li a,
.footer .common-footer ul li p {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer .text-red h2 {
  color: #ec1b24;
  font-size: 22px;
  line-height: 159%;
  margin: 0 0 23px 0;
  font-family: 'Aero', sans-serif;
}
.footer .contact-details-left a {
  line-height: 27px;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
}
.footer .contact-details-left span {
  line-height: 27px;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  display: block;
}
footer .footer-bg .footer-col-ind-add ul li:not(:last-child) {
  padding: 0 0 17px 0;
}
footer .footer-bg .footer-col-can-add ul>li {
  position: relative;
  padding: 0 0 26px 38px;
}
footer .footer-bg .footer-col-can-add ul>li:last-child {
  padding-bottom: 0;
}
footer .footer-bg .footer-col-can-add ul>li.office {
  margin: 0 0 10px 0;
  max-width: 250px;
}
footer .footer-bg .footer-col-can-add ul>li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 0 -72px;
}
.footer .contact-details-left li.email::before {
  background-position: 0 -147px;
  top: 0;
}
.footer .contact-details-left li.phone-no::before {
  background-position: 0px -203px;
  top: -2px;
}
.footer .footer-left-icons a:hover {
  background: #000;
  border-radius: 50px;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-left-icons {
  display: flex;
  padding: 30px 0 38px 0;
}
.footer .footer-left-icons ul {
  display: flex;
  justify-content: flex-start;
}
.footer .footer-left-icons ul li:not(:last-child) {
  margin-right: 14px;
}
.footer .footer-left-icons li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50px;
  position: relative;
  background: red;
  display: block;
  margin: 0 auto;
}
.footer .footer-left-icons a::before {
  content: "\f16d";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  font-family: "fontawesome";
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.footer .footer-left-icons .tweeter-left-icon a::before {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 8px 10px;
}
.footer .footer-left-icons .facebook-left-icon a::before {
  content: "\f09a";
  font-size: 22px;
}
.footer .footer-left-icons .linkedin-left-icon a::before {
  content: "\f0e1";
  font-size: 26px;
}
.footer .quicklink a:hover {
  color: #ec1b24;
}
.footer .contact-details-left a:hover {
  color: #ec1b24;
}
.footer .copyright {
  margin-top: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .container:not(:last-child)::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.footer .copyright .copyright-content h2 {
  text-align: center;
  color: #ffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.footer .copyright .copyright-content a {
  color: #fff;
}
.footer .copyright .copyright-content a:hover {
  color: #ec1b24;
}
footer .footer-bg .footer-col-logo {
  width: 33.91%;
  padding-right: 40px;
  /* border-right: 2px solid #fff; */
  margin-right: 92px;
  position: relative;
}
footer .footer-bg .footer-col-nav {
  width: 16.01%;
  padding: 0;
}
footer .footer-bg .footer-col-ind-add {
  width: 19.4%;
}
footer .footer-bg .footer-col-can-add {
  width: 23.58%;
}
.footer .quicklink a:hover,
.footer .quicklink li.active a {
  color: #ec1b24;
}
a#myBtn {
  background: #ec1c24;
  font-weight: bold;
  margin: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 48px;
  position: fixed;
  right: 20px;
  width: 48px;
  line-height: 43px;
  z-index: 999;
  bottom: 50px;
  text-align: center;
  font-size: 0px;
  border-radius: 50px;
  padding-left: 0px;
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.24);
}
#myBtn:before {
  content: "\f106";
  font-size: 28px;
  font-family: "FontAwesome";
}
#myBtn:hover {
  background: #000;
}
.home-bnner-img .desktop {
  background-position: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-bnner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-bnner-img::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 182px;
  width: 100%;
  background: url('../images/banner-bottom-images.png') no-repeat;
  background-size: 100% 100%;
}
/*................................................................CONTACT-US................................................*/
.contact-section {
  padding: 120px 0;
}
.contact-section .contact-main-heading {
  padding-bottom: 50px;
  text-align: center;
  padding-top: 10px;
}
.contact-section .form-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form-section .left-form-section {
  width: 33%;
  max-width: 418px;
  background-image: url('../images/contact-detail-banner.jpg');
  background-repeat: repeat;
  padding: 17px 0 0 30px;
  position: relative;
}
.form-section .right-form-section {
  width: 67%;
  border: 1px solid #DDDDDD;
  border-left: 0;
  background-color: #F4F4F4;
  padding: 17px 63px 46px 70px;
}
.contact-section .form-section .left-form-section h2 {
  color: #fff;
  font-size: 28px;
  line-height: 140%;
  font-family: 'Aero', sans-serif;
  letter-spacing: 1.2px;
  position: relative;
}
.contact-section .form-section .left-form-section p,
.contact-section .form-section .left-form-section a {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 62px;
  font-family: 'Muli';
  font-weight: 500;
  position: relative;
}
.contact-section .form-section .left-form-section p:before,
.contact-section .form-section .left-form-section a:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  left: -72px;
  right: 0;
  bottom: 0;
  background-image: url('../images/contact-sprite-image\ .png');
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
  background-position: 8px -4px;
}
.contact-section .form-section .left-form-section a:before {
  bottom: 0;
  top: -6px;
  background-position: 9px -103px;
}
.contact-section .form-section .left-form-section li.email a:before {
  background-position: 9px -192px;
}
.contact-section .form-section .left-form-section li.email a {
  font-size: 20px;
  line-height: 160%;
}
.form-section .right-form-section h2 {
  font-size: 28px;
  line-height: 140%;
  position: relative;
}
.contact-section .form-section .left-form-section h2:before,
.form-section .right-form-section h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 53px;
  top: auto;
  left: 0;
  right: 0;
  bottom: -13px;
  background-color: #FFF;
}
.form-section .right-form-section h2:before {
  background-color: #EB1B24;
}
.csubmit-btn1 {
  width: auto;
}
.form-content .form-field {
  margin-bottom: 22px;
  position: relative;
}
.address.office-div .add-street,
.number,
.email {
  padding-bottom: 22px;
  color: rgb(0, 0, 0);
}
.office-div {
  position: relative;
  padding-left: 34px;
}
.common-address .office-div::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  left: 0;
  right: auto;
  bottom: 0;
  margin: 0 auto;
  background: url(../images/sprite-image-contact-us.png) no-repeat;
  background-position: -2px -1px;
}
.common-address .office-div.number::before {
  background-position: 0px -54px;
}
.common-address .office-div.email::before {
  background-position: 0px -110px;
}
.form-content .form-field label {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: rgb(50, 50, 50);
  position: absolute;
  left: 20px;
  top: 16px;
  right: auto;
  bottom: auto;
  transition: 0.5s all;
  line-height: 120%;
  pointer-events: none;
}
.form-content .form-field.value_focus label,
.form-content .form-field.input_focus label {
  top: -9px;
  font-size: 14px;
  color: rgb(50, 50, 50);
  background: #fff;
  padding: 3px 5px 3px;
  border-radius: 5px;
  line-height: 1;
  z-index: 9;
  border: 1px solid #c7c7c7;
}
label span {
  color: rgb(50, 50, 50);
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-left: 5px;
}
body textarea {
  resize: none;
  overflow: auto;
  height: 110px;
  padding-top: 15px !important;
}
.common-address .add-heading {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  font-family: "Arboria-bold", sans-serif;
  margin-bottom: 3px;
}
.common-address .office-div .add-street {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  line-height: 150%;
  font-size: 18px;
}
.common-address .office-div a {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  line-height: 150%;
  font-size: 18px;
}
.India-office-content.common-address {
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
.map-section iframe {
  height: 489px;
  width: 100%;
}
.Capcha .g-recaptcha {
  margin-bottom: 30px;
}
.g-recaptcha.recaptcha-error iframe {
  border: 1px solid red;
}
/*28-06-2024*/
.owl-item {
  float: left;
  visibility: hidden;
  opacity: 0;
}
.owl-item.active {
  visibility: visible;
  opacity: 1;
}
.banner-wrap {
  width: 55%;
  padding: 193px 0;
  position: relative;
}
.home-banner-section h2 {
  font-size: 60px;
  line-height: 130%;
  margin: 0;
  color: #fff;
}
span.red {
  color: #EB1B24;
}
.banner-wrap p {
  font-size: 26px;
  line-height: 180%;
  padding-right: 138px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.small-titl h2 {
  line-height: 100%;
  font-size: 45px;
}
section#services .small-titl h2,
section#choose .small-titl h2 {
  text-align: center;
  padding-bottom: 18px;
}
section#services {
  padding: 27px 0 0 0;
}
section#services p {
  font-family: 'Muli', sans-serif;
  line-height: 180%;
  color: #333333;
  text-align: center;
  padding-bottom: 25px;
  font-size: 26px;
  /*Added 15-07-2024*/
  max-width: 800px;
  margin: 0 auto;
}
.about-slider .title {
  border: 1px solid #EBEBEB;
  padding: 21px 38px;
  border-top: 0;
}
.about-slider .title h2 {
  font-family: 'Muli', sans-serif;
  line-height: 100%;
  font-size: 26px;
  font-weight: 600;
  border-left: 4px solid #EC1B23;
  padding: 12px 16px;
}
.owl-dots {
  display: none;
}
.owl-nav button {
  height: 64px;
  width: 64px;
  border-radius: 50px;
  padding: 0;
  position: relative;
  background-color: #F1EEF4;
}
.about-slider .owl-nav button span {
  font-size: 0;
}
.owl-nav button:before {
  content: "";
  position: absolute;
  background-image: url('../images/owl-arrow.png');
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 20px -5px;
}
.about-slider {
  position: relative;
}
button.owl-next {
  margin: 0 -105px 0 auto;
  display: block;
  transform: rotate(180deg);
}
button.owl-prev {
  margin-left: -105px;
}
.about-slider .owl-nav {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
}
.owl-nav button:hover {
  background-color: #EC1B23;
}
.owl-nav button:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(334deg) brightness(107%) contrast(102%);
}
.about-main-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-main-wrap .contant-setion {
  width: auto;
}
.image-section {
  width: 50%;
}
.contant-setion {
  width: 50%;
  padding-left: 23px;
  float: right;
}
section#about .main-image {
  width: 469px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
  border-radius: 20px;
  position: relative;
}
section#about {
  padding: 143px 0 110px 0;
  background-color: #f1f8fe;
  margin-top: 132px;
}
h2.bar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  height: 59px;
  width: 3px;
  background-color: red;
}
h2.bar {
  position: relative;
  padding-left: 27px;
}
section#about .small-titl h2 {
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin-bottom: 38px;
}
.about-main-wrap .contant-setion p {
  line-height: 180%;
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  /*Added 15-07-2024*/
  width: 100%;
  max-width: 550px;
}
section#about .main-image:before {
  content: "";
  background-image: url('../images/about-top-image.png');
  position: absolute;
  height: 126px;
  width: 126px;
  top: -59px;
  bottom: 0;
  left: -60px;
  right: auto;
}
section#about .main-image::after {
  content: "";
  background-image: url("../images/about-bottom-image.png");
  position: absolute;
  height: 224px;
  width: 256px;
  border-radius: 20px;
  top: auto;
  bottom: -26px;
  left: auto;
  right: -107px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
section#choose .box {
  display: block;
  margin-top: 39px;
  width: 31%;
}
.choose-us-wrap .chooses-box {
  display: flex;
}
.choose-us-wrap .chooses-box>.box:not(:first-child) {
  margin-left: 60px;
}
.choose-content h3 {
  font-family: 'Aero', sans-serif;
  line-height: 100%;
  margin: 0;
  color: #221F1F;
  font-size: 25px;
}
.chooses-box .image-wrap {
  padding: 0px 0 32px 0;
  margin: 0;
  display: table;
}
.chooses-box p {
  color: #1F1F1F;
  line-height: 180%;
  padding-top: 18px;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}
section#clientsay {
  background-color: #DCEDFD;
  padding: 187px 0 135px 0;
}
.client-main-wrap .small-titl {
  width: 25%;
  padding-top: 40px;
}
.clientsay-slider {
  width: 70%;
  position: relative;
}
.client-main-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.clientsay-slider .box {
  background-color: #fff;
  border-radius: 23px;
  position: relative;
  padding: 72px 30px 0px 30px;
}
.clientsay-slider .box .image-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: -51px;
  bottom: auto;
}
.clientsay-slider .box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #e5e5e5;
}
.clientsay-slider .box .title h2 {
  font-family: 'Muli';
  font-weight: 800;
  color: #EC1B24;
}
.clientsay-slider .box p {
  padding-bottom: 15px;
  line-height: 161%;
}
.clientsay-slider .owl-nav button {
  height: 60px;
  width: 60px;
}
.clientsay-slider .owl-nav button span {
  font-size: 0;
}
.client-main-wrap span.red {
  padding-top: 15px;
}
.clientsay-slider button.owl-prev {
  margin-left: 20px;
}
.clientsay-slider button.owl-next {
  margin: 0;
  margin-left: 28px;
}
.clientsay-slider .owl-nav {
  position: absolute;
  top: 195px;
  left: -385px;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
}
.clientsay-slider .owl-nav button:before {
  background-position: 18px -79px;
}
section#latest-project .small-titl h2 {
  text-align: center;
  margin-bottom: 30px;
  /*added on the day 25-09-2024*/
}
section#latest-project .gallary-images {
  display: flex;
  min-height: 555px;
  /*  gap: 27px;*/
  /* margin-top: 60px; */
  margin-top: 37px;
  /*Added on the day 25-09-2024*/
}
section#latest-project .gallary-images.mobile-view {
  display: none;
}
section#get-touch {
  background-image: url('../images/get-touch-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 212px 0 131px 0;
  position: relative;
  background-position: center center;
}
section#get-touch .contant-setion p {
  line-height: 180%;
  padding: 5px 0 0px 0;
  font-size: 26px;
  /*Added 15-07-2024*/
}
section#get-touch .contant-setion p.call-no {
  padding: 4px 0 15px 0;
  font-size: 26;
}
section#get-touch .contant-setion p.call-no span {
  font-weight: 500;
}
section#latest-project .gallary-part2 {
  width: 50%;
  margin-left: 13px;
}
section#latest-project .gallary-part1 {
  width: 50%;
  display: flex;
  /* gap: 25px; */
  margin-right: 10px;
}
.gallary-images.desktop-view .gallary-part1 .gallary-sub2 {
  margin-left: 28px;
}
section#latest-project .gallary-part2 .gallary-sub1 {
  display: flex;
  /*gap: 25px;*/
}
.gallary-images.desktop-view .gallary-part2 .gallary-sub1 .image5 {
  margin-left: 28px;
}
section#latest-project .image3.common-image {
  margin-top: 25px;
}
section#latest-project {
  padding: 102px 0 95px 0;
}
section#latest-project .common-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  border-radius: 20px;
  overflow: hidden;
  width: 302px;
  height: 265px;
}
section#latest-project .image2.common-image {
  height: 556px;
}
section#latest-project .image6.common-image {
  margin-top: 25px;
  width: 100%;
}
section#get-touch::before {
  content: "";
  height: 320px;
  width: 320px;
  position: absolute;
  top: 85px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url('../images/get-touch-overlayimage.png');
  background-repeat: no-repeat;
  margin: auto;
  opacity: 0.1;
}
div#wrapper .mobile-view {
  display: none;
}
section#clientsay .clientsay-slider:before {
  content: "";
  position: absolute;
  top: -87px;
  bottom: 0;
  left: -65px;
  right: 0px;
  background-image: url('../images/clint-semicolon.png');
  background-repeat: no-repeat;
  height: 135px;
  width: 155px;
}
section#latest-project .common-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section#about .main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}
.halfbox {
  display: flex;
  gap: 20px;
}
section.contact-section.contact-form-section .form-section .left-form-section li a:hover {
  color: #000;
}
.halfbox .form-field {
  width: 100%;
}
.form-content form#contact-enquiryform input,
.form-content form#contact-enquiryform textarea {
  border-radius: 30px;
  background-color: #fff;
}
.form-content form#contact-enquiryform input[type="submit"] {
  background: #ec1c24;
  border-radius: 6px;
  padding: 0 52px;
  height: auto;
}
.form-content .submit {
  display: table;
  position: relative;
}
.form-content .submit div#ajaxLoader {
  position: absolute;
  right: -25px;
  top: 19px;
}
form#contact-enquiryform {
  padding: 15px 0 0 0;
}
.contact-details-conatiner .contact-details ul {
  padding: 15px 50px 0 72px;
}
.form-section .left-form-section:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 70px;
  height: 176px;
  width: 176px;
  background-image: url('../images/cont-detail-logo.png');
  background-repeat: no-repeat;
  margin: 0 auto;
  opacity: 0.1;
}
section.contact-section.contact-form-section {
  padding: 0 0 117px 0;
}
section.map-section .map-wrap {
  border: 1px solid #DDDDDD;
  padding: 4px;
  margin-bottom: 109px;
}
body.contact-us.about-us-page .small-titl h2 {
  color: #000;
}
.form-content .form-field label span.required {
  color: red;
}
div#error,
div#result {
  border: 1px solid red;
  color: red;
  padding: 7px 10px;
  margin-top: 7px;
  font-size: 16px;
  text-align: center;
}
div#result {
  border-color: green;
  color: green;
}
.form-content form#contact-enquiryform input[type="submit"]:hover {
  background-color: #000;
}
.mage-error {
  color: red;
}
.footer-bg p.qbcc-code {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Muli';
  font-weight: 300;
  line-height: 120%;
  padding-top: 8px;
}
.contact-section .form-section .left-form-section li.phone-no a::before {
  top: -12px;
}
.error-404.not-found.container .breadcrum-wrapp {
  display: flex;
  align-items: flex-start;
}
.error-404.not-found.container .breadcrum-wrapp .arrow::before {
  top: 3px;
}
.error-404.not-found.container .breadcrum-wrapp p.inner-text {
  padding-left: 10px;
}
section#services .box .image-wrap a:hover {
  transform: scale(1.05);
  transition: 0.5s all ease;
}
section#services .box .title a:hover {
  color: #EC1B23;
}
.Capcha .g-recaptcha.error {
  margin-bottom: 1px;
  height: 78px;
  width: 304px;
  border: 1px solid red;
}
.Capcha .g-recaptcha {
  margin-bottom: 0;
}
.form-content .submit {
  margin-top: 25px;
}
.comp-image a {
  max-width: 208px;
  height: 58px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding-left: 15px;
}
.footer .company-association h2 {
  margin-bottom: 15px;
}
.company-association {
  margin-top: 32px;
}
footer .footer-bg .footer-col-logo:before {
  content: "";
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  bottom: 0;
  height: 75%;
  width: 2px;
  background-color: #fff;
}
.home-bnner-img::after {
  content: "";
  position: absolute;
  top: 77px;
  left: auto;
  right: 135px;
  bottom: 0;
  height: 365px;
  width: 365px;
  background-image: url('../images/home-banner-overlaylogo.png');
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: 0;
}
.experiences-year img {
  margin: 0;
}
section#about .learn-btn {
  margin-top: 28px;
}
.experiences-year {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
}
/*Start of the day 05-07-2024*/
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #fff;
  box-shadow: 0 0 12px 0 #ec1c2496;
}
section#get-touch .contant-setion p.call-no a:hover {
  color: #ec1c24;
}
.error-404.not-found.container #content-area .bredacrumb {
  width: 100%;
}
/* .error-404.not-found.container #content-area {
	min-height: 400px;
} */
/*End of the day 05-07-2024*/
body.about-us-page .home-banner-section.update-banner .full-banner-img {
  height: 560px;
}
section.about-src-section.services .srvc-img {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  border-radius: 25px;
  overflow: hidden;
}
section.about-src-section.services .srvc-img img {
  height: 100%;
  width: 100%;
}
section.about-src-section .second.wrapp-img-content .about-img-right.responsive-view {
  display: none;
}
body.services-page section.about-src-section .small-titl p {
  text-align: center;
}
body.about-us-page .home-banner-section.update-banner .full-banner-img img {
  object-position: 100% 35%;
}
.fancybox-close:hover,
.fancybox-nav:hover {
  transform: scale(1.15) !important;
}
section#services .image-wrap.common-image a {
  height: 350px;
  width: 100%;
}
section#services .image-wrap.common-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.Capcha .g-recaptcha.error+span.mage-error {
  display: block;
}
.Capcha span.mage-error {
  display: none;
}
/* div#wall-cladding .srvc-img:before {
  content: "";
  position: absolute;
  top: 33px;
  left: 53px;
  right: auto;
  bottom: 0;
  height: 170px;
  width: 170px;
  background-image: url(../images/home-banner-overlaylogo.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 999;
  background-size: 100% 100%;
} */
section.about-src-section.services .srvc-img {
  position: relative;
}
body.about-us-page .About-banner.update-banner .banner-content-wrap {
  position: relative;
}
body.about-us-page .About-banner.update-banner .banner-content-wrap:before {
  content: "";
  height: 100%;
  width: 208px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: #fff;
  pointer-events: none;
  opacity: 0.4;
  border-radius: 100%;
  box-shadow: 0 0 50px 50px rgb(255 255 255);
}
body.about-us-page .About-banner.update-banner .banner-content-wrap * {
  z-index: 1;
  position: relative;
}
section#get-touch .contant-setion p.call-no span a {
  color: #333;
}
body.about-us-page .home-banner-section.service-banner .full-banner-img img {
  object-position: 100% 80%;
  background-position: right center;
}
body.services-page .About-banner.update-banner .banner-content-wrap::before {
  background: transparent;
  box-shadow: none;
}
body.about-us-page .home-banner-section.galler-section .full-banner-img,
body.about-us-page .home-banner-section.contact-us .full-banner-img {
  height: 518px;
}
/*20-08-2024*/
section#our-patner {
  background-color: #F1F8FE;
  padding: 102px 0 119px 0;
}
section#our-patner .patner-main-wrap .contant-setion {
  width: 100%;
  padding: 0;
  text-align: center;
}
section#our-patner .patner-main-wrap .patner-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  flex-wrap: wrap;
}
.patner-main-wrap .patner-image-wrap .experiences-year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  /* margin:0 75px 60px; */
  margin: 0 55px 60px;
  /*Added on the day 25-09-2024*/
  border-radius: 10px;
}
section#our-patner .patner-main-wrap .patner-image-wrap.bottom {
  padding-top: 0;
}
section#our-patner .patner-main-wrap .patner-image-wrap.bottom .experiences-year {
  margin: 0 50px 0px;
}
.banner-wrap span.black {
  color: #000;
}
section#home .banner-wrap p {
  font-weight: 400;
  color: #fff;
}
section#services p {
  color: #201F1F;
  max-width: 100%;
  font-weight: 600;
}
.about-slider .title h2 {
  font-weight: 400;
}
.about-main-wrap .contant-setion p {
  font-weight: 500;
  color: #201F1F;
}
.choose-content h3 {
  font-size: 30px;
}
section#get-touch .contant-setion p {
  text-align: justify;
  color: #1F1F1F;
  font-weight: 500;
}
section#get-touch .learn-btn {
  margin-top: 40px;
}
section#choose {
  padding: 103px 0 0px 0;
  position: relative;
}
section#choose .bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 50px;
  max-height: 500px;
}
.footer .common-footer ul li a,
.footer .common-footer ul li p {
  font-weight: 400;
}
.company-association {
  margin-top: 75px;
}
.footer .copyright .copyright-content h2 {
  font-weight: 400;
}
/*soon-comming-css*/
section#latest-project .common-image {
  position: relative;
}
/*soon-comming-css*/
section#latest-project .image4.common-image img {
  object-position: unset;
}
section#latest-project h2.coming-title {
  color: #EB1B24;
  font-size: 60px;
  text-align: center;
  padding-top: 55px;
}
/*Start of the day 25-09-2024*/
.small-titl h6.follow-us {
  text-align: center;
  font-size: 26px;
  line-height: 180%;
  color: #201F1F;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-titl h6.follow-us a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50px;
  position: relative;
  background: red;
  display: block;
  margin: 0 0 0 10px;
}
.small-titl h6.follow-us a:hover {
  background: #000;
}
.small-titl h6.follow-us a::before {
  content: "\f16d";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  font-family: "fontawesome";
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.patner-main-wrap .patner-image-wrap .experiences-year a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
}
/*End of the day 25-09-2024*/