﻿html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
input,
textarea {
  margin: 0;
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End Reset */
/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Default Font Styles
______________________*/
body,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
}

.container {
  max-width: 1380px;
}
/* Links
______________________*/
a {
  -webkit-transition: 0.1s ease-out 0.1s;
  -moz-transition: 0.1s ease-out 0.1s;
  transition: 0.1s ease-out 0.1s;
}

/* input , textarea , button
______________________*/
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 15px;
  box-shadow: none;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  background: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f6f6 url(../images/arrow.png) no-repeat 93% center / 12px 8px !important;
  background-size: 100% auto;
  cursor: pointer;
  padding: 6px 30px 6px 10px;
  color: #888888;
}
.navbar-header {
  display: none;
  position: absolute;
  right: 0;
  top: -35px;
}
#header.active .navbar-header {
  top: -27px;
}

.navbar-header .collapse-button {
  background: none;
  border: none;
  height: auto;
  transition: all 450ms ease-out 0s;
  width: auto;
  vertical-align: top;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.navbar-header .collapse-button span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  /* background: rgb(8, 233, 112);
    background: linear-gradient(90deg, rgba(8, 233, 112, 1) 0%, rgba(17, 195, 186, 1) 52%, rgba(0, 177, 255, 1) 100%); */
  background: #000;
  border-radius: 2px;
}

.navbar-header .collapse-button span:last-child {
  margin: 0;
}

.defaultbtn,
.defaultbtn2 {
  background: none;
  border-radius: 50px;
  padding: 14px 30px 14px 55px;
  text-decoration: none;
  color: #fff;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s ease-out 0.3s;
  position: relative;
  width: 185px;
  border: 1px solid #fff;
}
.defaultbtn2,
.innerpages .headercontent .defaultbtn {
  background: #000000;
  width: auto;
  min-width: 185px;
  display: inline-block;
}
.defaultbtn i,
.defaultbtn2 i {
  display: inline-block;
  background: url(../images/button-arrow.png) no-repeat;
  width: 37px;
  height: 38px;
  background-size: 100% auto;
  vertical-align: middle;
  position: absolute;
  right: 76%;
  top: 5px;
  transition: right 0.8s ease-in-out;
}
.defaultbtn2 i {
  right: 78%;
}
.defaultbtn span,
.defaultbtn2 span {
  display: inline-block;
  vertical-align: middle;
}
.defaultbtn:hover,
.defaultbtn2:hover {
  background: #000000;
  border-color: #000;
  padding: 14px 50px 14px 40px;
}
.defaultbtn2:hover {
  padding: 14px 55px 14px 30px;
}
.defaultbtn:hover i {
  right: 2px;
}
.defaultbtn2:hover i {
  right: 5px;
}

/* Headings
______________________*/
h1 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
}
h1 span {
  color: #ffbd59;
}
h1 em {
  font-style: normal;
  font-weight: 200;
}
h2 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #010101;
}
h2 span {
  font-weight: 200;
}
h3 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #111;
}
h4 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

#header {
  position: absolute;
  left: 50%;
  top: 45px;
  width: 86%;
  z-index: 9;
  transform: translate(-50%, 0);
}

#header.active {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100% !important;
  background: #fffffffa;
  transform: none !important;
  padding: 5px 0 !important;
  box-shadow: 6px 0px 14px rgba(0, 0, 0, 0.14);
}

#header.active .headercontent .logo {
  margin: 0;
  background: none;
  padding: 0;
}
.headercontent .logo {
  background: #fff;
  padding: 13px 30px;
  border-radius: 0 50px 50px 0;
  margin: -20px 0 0 -37px;
}
#header.active .headercontent .logo a {
  width: 100px;
  height: 37px;
  transition: all 1s;
}
.headercontent .logo a {
  display: block;
  background: url(../images/mainlogo.png) no-repeat;
  background-size: 100% auto;
  width: 151px;
  height: 59px;
}
.headercontent .defaultbtn,
.innerpages .headercontent .defaultbtn {
  width: 160px;
  min-width: 160px;
}
.headercontent .defaultbtn i {
  right: 73%;
}
.headercontent .defaultbtn:hover {
  padding: 14px 50px 14px 30px;
}
.headercontent .defaultbtn:hover i {
  right: 6px;
}
.headercontent menu {
  margin: 0;
  padding: 0;
  position: relative;
}
.headercontent menu li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.headercontent menu li:last-child {
  display: none;
}
#header.active .headercontent li a {
  color: #000;
}
.headercontent li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  padding: 0 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  position: relative;
}
.headercontent li a i {
  color: #ffbd59;
  font-size: 14px;
}
.headercontent li:hover a,
.headercontent li a.active {
  color: #ffbd59;
}
.headercontent li a.active::after {
  content: "";
  background: #ffbd59;
  border-radius: 4px;
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
}
#header .navigation .megamenu {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  visibility: hidden;
  padding-top: 20px;
  z-index: 999999;
}
#header .navigation .submenu {
  background: #fff url(../images/menubg.png) no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 775px;
  padding: 0 13px;
}
#header .navigation .submenu .mmcontent {
  padding: 40px 5px;
}
#header .navigation .submenu .mmcontent h3 {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
#header .navigation .submenu .mmcontent h3::after {
  content: "";
  background: #ffbd59;
  border-radius: 50px;
  width: 75px;
  height: 2.5px;
  display: block;
  margin-top: 10px;
}
#header .navigation .submenu .mmcontent p {
  font-size: 11px;
  line-height: 20px;
  color: #000;
}
#header .navigation .submenu .mmtabs {
  padding: 15px 0;
  background: #f0f0f0;
  height: 100%;
}
#header .navigation .submenu .mmtabs li {
  display: block;
  margin: 0 0 2px 0;
}
#header .navigation .submenu .mmtabs li a {
  display: block;
  padding: 8px 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #4f4f4f;
  font-size: 14px;
  text-transform: capitalize;
}
#header .navigation .submenu .mmtabs li a:hover,
#header .navigation .submenu .mmtabs li a.active {
  background: #888888;
  color: #fff;
}
#header .navigation .submenu .mmtabs li a.active::after {
  display: none;
}
#header .navigation .submenu .mmtabscontent {
  padding: 15px 0;
  display: none;
}
#header .navigation .submenu .mmtabscontent li,
#header .navigation .submenu .megamenu2 li {
  display: block;
  margin: 0 0 2px 0;
}
#header .navigation .submenu .mmtabscontent li a,
#header .navigation .submenu .megamenu2 li a {
  display: block;
  padding: 8px 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  text-transform: capitalize;
}
#header .navigation .submenu .mmtabscontent li a i,
#header .navigation .submenu .megamenu2 li a i {
  display: none;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
  color: #000;
}
#header .navigation .submenu .mmtabscontent li a:hover,
#header .navigation .submenu .mmtabscontent li a:hover i,
#header .navigation .submenu .megamenu2 li a:hover,
#header .navigation .submenu .megamenu2 li a:hover i,
#header .navigation .submenu .mmtabscontent li a.active,
#header .navigation .submenu .mmtabscontent li a.active i,
#header .navigation .submenu .megamenu2 li a.active,
#header .navigation .submenu .megamenu2 li a.active i {
  color: #ffbd59;
}
#header .navigation .submenu .mmtabscontent li a.active::after,
#header .navigation .submenu .megamenu2 li a.active::after {
  display: none;
}
#header .navigation .submenu .mmtabscontent.active {
  display: block;
}
#header .navigation .submenu .megamenu2 {
  padding: 20px 15px;
  background: #f0f0f0;
  height: 100%;
}
#header .navigation > li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
#header.active .headercontent .defaultbtn {
  background: #000;
}

#mainbanner,
#innerbanner {
  padding: 25px 0 50px 0;
}
#mainbanner .mainbannercontent,
#innerbanner .innerbannercontent {
  background: url(../images/mainbanner.png) no-repeat;
  background-size: cover;
  height: 92vh;
  border-radius: 50px;
  box-shadow: 17px 16px 25px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
#innerbanner .innerbannercontent {
  background: url(../images/aboutbanner.png) no-repeat;
  background-size: cover;
  height: 490px;
}
#mainbanner .bannercontent,
#innerbanner .bannercontent {
  position: absolute;
  left: 70px;
  bottom: 100px;
  width: 765px;
}
#innerbanner .bannercontent {
  width: 100%;
  bottom: 40px;
}
#mainbanner .bannercontent h1,
#innerbanner .bannercontent h1 {
  padding-bottom: 20px;
}
#mainbanner .bannercontent p,
#innerbanner .bannercontent p {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  padding-bottom: 35px;
  font-weight: 400;
}
#mainbanner .bannercontent .defaultbtn {
  width: 240px;
}
#mainbanner .bannercontent .defaultbtn i {
  right: 82%;
}
#mainbanner .bannercontent .defaultbtn:hover i {
  right: 4px;
}
#mainbanner .bannercontent .btnwrap .otherlink {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
#mainbanner .bannercontent .btnwrap .otherlink:hover {
  text-decoration: none;
}
#mainbanner .scrollicon {
  display: block;
  background: url(../images/scrolldownicon.png) no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  animation: slowFadeAndMove 2s ease-in-out infinite alternate;
}

#trustedcomp {
  padding: 20px 0 30px;
}
.trustedcomplogos {
  padding: 0 150px;
}
.trustedcomplogos h2 {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.trustedcomplogos h2 span {
  font-weight: 200;
}

#homeaboutsec .homeaboutseccontent {
  background: #fbfbfb url(../images/vectorbg.png) no-repeat right top;
  background-size: auto;
  padding: 50px;
  border-radius: 50px;
}
.homeaboutseccontent h2 {
  margin-bottom: 25px;
}
.homeaboutseccontent p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding-bottom: 30px;
}
.homeaboutseccontent .aboutbtnwrap .otherlink {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}
.homeaboutseccontent .aboutbtnwrap .otherlink:hover {
  text-decoration: none;
}
.homeabtimg {
  display: flex;
  justify-content: end;
}
.homeabtimg img {
  display: block;
  width: 90%;
  height: auto;
}

#homeserv {
  padding: 60px 0;
}
#homeserv .sechead {
  padding-bottom: 30px;
}
#homeserv .sechead h2 span {
  display: block;
}
#homeserv .sechead .defaultbtn2 {
  text-align: left;
}
#homeserv .sechead p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.servcard {
  background: #fff url(../images/vectorbg1.png) no-repeat right bottom;
  background-size: auto;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
  padding: 25px;
  min-height: 325px;
  position: relative;
  transition: 0.3s ease;
  top: 0;
}
.servcard::after {
  content: "";
  background: #e2e2e2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s ease;
}
.servcard .servicon1,
.servcard .servicon2,
.servcard .servicon3,
.servcard .servicon4,
.servcard .servicon5,
.servcard .servicon6,
.servcard .servicon7,
.servcard .servicon8,
.servcard .servicon9 {
  display: block;
  background: url(../images/servicon1.png) no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 45px;
  margin-bottom: 30px;
}
.servcard .servicon2 {
  background: url(../images/servicon2.png) no-repeat;
  background-size: 100% auto;
}
.servcard .servicon3 {
  background: url(../images/servicon3.png) no-repeat;
  background-size: 100% auto;
}
.servcard .servicon4 {
  background: url(../images/servicon4.png) no-repeat;
  background-size: 100% auto;
}
.servcard .servicon5 {
  background: url(../images/servicon5.png) no-repeat;
  background-size: 100% auto;
}
.servcard .servicon6 {
  background: url(../images/servicon6.png) no-repeat;
  background-size: 100% auto;
}
.servcard .servicon7 {
  background: url(../images/servicon7.png) no-repeat;
  background-size: 100% auto;
}
.servcard .servicon8 {
  background: url(../images/servicon8.png) no-repeat;
  background-size: 100% auto;
}
.servcard .servicon9 {
  background: url(../images/servicon9.png) no-repeat;
  background-size: 100% auto;
}
.servcard h3 {
  margin-bottom: 20px;
  min-height: 61px;
}
.servcard p {
  font-size: 14px;
  color: #111;
  padding-bottom: 50px;
  line-height: 192%;
}
.servcard em {
  font-style: normal;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  color: #111;
  font-weight: 300;
}
.servcard em::after {
  content: "";
  background: #0b1b33;
  width: 40px;
  height: 2px;
  display: block;
  margin: 5px 0 0;
  transition: 0.3s ease;
}
.servcard a {
  text-decoration: none;
}
.servcard:hover {
  top: -5px;
}
.servcard:hover::after {
  background: #d77a63;
}
.servcard:hover em::after {
  width: 80px;
}
.serviceswrap > .row:first-child,
.serviceswrap > .row:nth-child(2) {
  margin-bottom: 40px;
}

#partnetwork {
  background: url(../images/partnernetwork-bg.png) no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 80px 0;
}
#partnetwork h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#partnetwork span {
  display: block;
}
#partnetwork p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#partnetwork .numberbox {
  flex: 1;
  margin-bottom: 15px;
}
#partnetwork .numberbox span {
  display: block;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #ffbd59;
  font-size: 64px;
}
#partnetwork .numberbox span em {
  font-style: normal;
  font-size: 36px;
}
#partnetwork .numberbox i {
  font-style: normal;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
#partnetwork .partnerlogos {
  padding: 40px 100px 0 0;
}
#partnetwork .partnerlogos img {
  filter: brightness(0) invert(1);
}
#footer {
  background: #f2f2f2;
  padding: 30px 0 15px;
}
#footer .footercontent .footerlogo {
  padding-bottom: 15px;
}
#footer .footercontent .footerlogo a {
  display: block;
  background: url(../images/mainlogo.png) no-repeat;
  background-size: 100% auto;
  width: 151px;
  height: 59px;
}
#footer .footercontent p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding-bottom: 30px;
}
#footer .footercontent li {
  display: block;
  margin-bottom: 20px;
}
#footer .footercontent li:last-child {
  margin: 0;
}
#footer .footercontent li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
#footer .footercontent li span,
#footer .footerbottom li span {
  background: #000;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 40px;
}
#footer .footercontent li span i,
#footer .footerbottom li span i {
  color: #fff;
}
#footer .footercontent li a:hover {
  text-decoration: underline;
}
#footer .footercontent li a:hover span,
#footer .footerbottom li a:hover span {
  background: #ffbd59;
}
#footer .footerlink {
  flex: 1;
}
#footer .footerlink h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .footerlink li {
  display: block;
  margin-bottom: 4px;
}
#footer .footerlink li a {
  display: block;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 5px 0;
}
#footer .footerlink li a:hover,
#footer .footerlink li a.active {
  text-decoration: underline;
}
#footer .footerbottom {
  border-top: 1px solid #818181;
  margin-top: 20px;
  padding-top: 20px;
}
#footer .footerbottom p {
  font-size: 16px;
  color: #000;
}
#footer .footerbottom ul {
  text-align: right;
}
#footer .footerbottom li {
  display: inline-block;
  margin-left: 5px;
}
#footer .footerbottom li span {
  margin: 0;
  line-height: 44px;
}
#footer .footerbottom li span i {
  font-size: 20px;
}
.bigvectorbg {
  background: url(../images/vextorbigbg.png) no-repeat;
  background-size: 100% auto;
  width: 427px;
  height: 652px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

#homeaboutsec.innerabout .homeaboutseccontent {
  background: none;
  border-radius: 0;
  padding: 25px 50px;
}
#innerservices {
  background: #fbfbfb;
  padding: 50px 0;
}
#innerservices .container > h2,
#innerservices .container > p {
  text-align: center;
}
#innerservices .container > h2 {
  padding-bottom: 15px;
}
#innerservices .container > p {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
#innerservices .servcard {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  position: static;
  transition: inherit;
  min-height: 200px;
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#innerservices .servcard::after {
  display: none;
}
#innerservices .col-sm-4 {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#innerservices .servcard p {
  padding: 0;
}
#innerservices .row.justify-content-center .col-sm-4 {
  border-left: 1px solid #e8e8e8;
}
#innerservices .row:last-child .col-sm-4 {
  border-bottom: none;
}
#innerservices .row .col-sm-4:nth-child(3) {
  border-right: none;
}
#innerservices .servcard span {
  display: block;
  width: 50px;
  height: 45px;
  margin-bottom: 30px;
}
#innerservices .servcard .innericon1 {
  background: url(../images/innericon1.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innericon2 {
  background: url(../images/innericon2.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innericon3 {
  background: url(../images/innericon3.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innericon4 {
  background: url(../images/innericon4.png) no-repeat;
  background-size: 100% auto;
}
#innerpointsec {
  padding: 70px 0;
}
#innerpointsec h2 {
  padding-bottom: 30px;
}
#innerpointsec p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
#innerpointsec ul {
  padding: 15px 0 15px 0;
}
#innerpointsec ul li {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 15px;
}
#innerpointsec ul li::before {
  content: "";
  background: #ffbd59;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#innerpointsec .innerpointimg {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
  position: sticky;
  top: 0;
}
#innerpointsec .innerpointimg img {
  display: block;
  width: 100%;
  height: auto;
}
#innerpointsec .pointscontent {
  padding: 30px;
  border-left: 1px solid #000;
}
#innerpointsec .pointscontent span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ffbd59;
  margin-bottom: 3px;
}
#innerpointsec .pointscontent h3 {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
}
#innerpointsec .pointscontent:hover {
  border-color: #ffbd59;
}
#teammembers {
  padding: 75px 0;
  background: #fbfbfb;
}
#teammembers h2 {
  text-align: center;
  padding-bottom: 15px;
}
#teammembers p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding-bottom: 25px;
  text-align: center;
}
#teammembers .memberimg {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  height: 372px;
}
#teammembers .memberimg img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 450ms ease-out 0s;
  object-fit: cover;
}
#teammembers .teammember h5 {
  font-size: 24px;
  font-weight: 600;
  color: #141414;
  text-align: center;
  margin-bottom: 5px;
}
#teammembers .teammember span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #141414;
  text-align: center;
}
#teammembers .teammember:hover .memberimg img {
  transform: scale(1.1);
}

#contactuscontent {
  padding: 25px 0 50px;
}
#contactuscontent .contactleft {
  padding: 0 50px;
}
#contactuscontent h2 {
  margin-bottom: 25px;
}
#contactuscontent p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding-bottom: 50px;
}
#contactuscontent .contactdetailwrap {
  margin-bottom: 40px;
}
#contactuscontent .contactcard {
  flex: 1;
  padding-left: 45px;
}
#contactuscontent .contactcard h5 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 13px;
}
#contactuscontent .contactcard a,
#contactuscontent .contactcard span {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
#contactuscontent .contactcard a:hover {
  text-decoration: underline;
  color: #ffbd59;
}
#contactuscontent .contactcard.phone {
  background: url(../images/phoneicon.png) no-repeat;
  background-size: 25px 26px;
}
#contactuscontent .contactcard.email {
  background: url(../images/emailicon.png) no-repeat;
  background-size: 25px 18px;
  background-position: left 4px;
}
#contactuscontent .contactcard.address {
  background: url(../images/mapicon.png) no-repeat;
  background-size: 25px 36px;
}
#contactuscontent .contactright {
  padding: 60px 50px 0 0;
}
#contactuscontent .contactright input,
#contactuscontent .contactright select,
#contactuscontent .contactright textarea {
  border-radius: 8px;
  background: #f8f8f8;
  padding: 25px 20px;
  border: none;
  appearance: auto;
  height: 65px;
}
#contactuscontent .contactright textarea {
  height: inherit;
}
#contactuscontent .contactright button {
  background: #000;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  padding: 14px 30px;
  text-align: center;
  border: 1px solid #000;
  min-width: 250px;
  text-transform: uppercase;
}
#contactuscontent .contactright button:hover {
  background: none;
  color: #000;
}
#mapsection {
  height: 550px;
  margin-bottom: 30px;
}
#mapsection iframe {
  display: block;
  width: 100%;
  height: 550px;
}
.innerpages .headercontent li a {
  color: #090909;
}
.innerpages #header {
  position: static;
  width: 100%;
  transform: inherit;
  padding: 30px 0;
}
.innerpages .headercontent .logo {
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.innerpages .headercontent .defaultbtn {
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.innerpages #header .navigation .submenu {
  background: #f6f6f6 url(../images/menubg.png) no-repeat;
}
.innerpages #header .navigation .submenu .mmtabs,
.innerpages #header .navigation .submenu .megamenu2 {
  background: #e1e1e1;
}

#innerpagesbanner {
  padding: 0 0 50px 0;
}
#innerpagesbanner h2 {
  font-size: 55px;
  line-height: 112%;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#innerpagesbanner h2 span {
  font-weight: 300;
  color: #ffbd59;
}
#innerpagesbanner p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}
#innerpagesbanner .defaultbtn2 {
  margin-top: 20px;
}
#innerpagesbanner .defaultbtn2 i {
  right: 83%;
}
#innerpagesbanner .defaultbtn2:hover i {
  right: 5px;
}
#innerpagesbanner .servimgwrap {
  border-radius: 50px;
  box-shadow: 17px 16px 25px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#innerpagesbanner .servimgwrap img {
  display: block;
  width: 100%;
  height: auto;
}
#innerpagedetail .innerpagecontent {
  background: #fbfbfb url(../images/vectorbg.png) no-repeat right top;
  background-size: auto;
  padding: 50px;
  border-radius: 50px;
}
#innerpagedetail h2 {
  margin-bottom: 20px;
}
#innerpagedetail p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
}
#innerpagedetail .secimgwrap {
  padding: 20px 80px 0;
}
#innerpagedetail .secimgwrap img {
  display: block;
  width: 100%;
  height: auto;
}
#innerservices.nobg {
  background: none;
}
#innerservices .servcard .innerpageicon1 {
  background: url(../images/innerpageicon1.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon2 {
  background: url(../images/innerpageicon2.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon3 {
  background: url(../images/innerpageicon3.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon4 {
  background: url(../images/innerpageicon4.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon5 {
  background: url(../images/innerpageicon5.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon6 {
  background: url(../images/innerpageicon6.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon7 {
  background: url(../images/innerpageicon7.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon8 {
  background: url(../images/innerpageicon8.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon9 {
  background: url(../images/innerpageicon9.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon10 {
  background: url(../images/innerpageicon10.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon11 {
  background: url(../images/innerpageicon11.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon12 {
  background: url(../images/innerpageicon12.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon13 {
  background: url(../images/innerpageicon13.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon14 {
  background: url(../images/innerpageicon14.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon15 {
  background: url(../images/innerpageicon15.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon16 {
  background: url(../images/innerpageicon16.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon17 {
  background: url(../images/innerpageicon17.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon18 {
  background: url(../images/innerpageicon18.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon19 {
  background: url(../images/innerpageicon19.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon20 {
  background: url(../images/innerpageicon20.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon21 {
  background: url(../images/innerpageicon21.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon22 {
  background: url(../images/innerpageicon22.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon23 {
  background: url(../images/innerpageicon23.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon24 {
  background: url(../images/innerpageicon24.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon25 {
  background: url(../images/innerpageicon25.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon26 {
  background: url(../images/innerpageicon26.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon27 {
  background: url(../images/innerpageicon27.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon28 {
  background: url(../images/innerpageicon28.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon29 {
  background: url(../images/innerpageicon29.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon30 {
  background: url(../images/innerpageicon30.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon31 {
  background: url(../images/innerpageicon31.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon32 {
  background: url(../images/innerpageicon32.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon33 {
  background: url(../images/innerpageicon33.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon34 {
  background: url(../images/innerpageicon34.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon35 {
  background: url(../images/innerpageicon35.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon36 {
  background: url(../images/innerpageicon36.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon37 {
  background: url(../images/innerpageicon37.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon38 {
  background: url(../images/innerpageicon38.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon39 {
  background: url(../images/innerpageicon39.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon40 {
  background: url(../images/innerpageicon40.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon41 {
  background: url(../images/innerpageicon41.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon42 {
  background: url(../images/innerpageicon42.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon43 {
  background: url(../images/innerpageicon43.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon44 {
  background: url(../images/innerpageicon44.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon45 {
  background: url(../images/innerpageicon45.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon46 {
  background: url(../images/innerpageicon46.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon47 {
  background: url(../images/innerpageicon47.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon48 {
  background: url(../images/innerpageicon48.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon49 {
  background: url(../images/innerpageicon49.png) no-repeat;
  background-size: 100% aut50;
}
#innerservices .servcard .innerpageicon50 {
  background: url(../images/innerpageicon50.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon51 {
  background: url(../images/innerpageicon51.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon52 {
  background: url(../images/innerpageicon52.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon53 {
  background: url(../images/innerpageicon53.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon54 {
  background: url(../images/innerpageicon54.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon55 {
  background: url(../images/innerpageicon55.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon56 {
  background: url(../images/innerpageicon56.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon57 {
  background: url(../images/innerpageicon57.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon58 {
  background: url(../images/innerpageicon58.png) no-repeat;
  background-size: 100% auto;
}
#innerservices .servcard .innerpageicon59 {
  background: url(../images/innerpageicon59.png) no-repeat;
  background-size: 100% auto;
}
#innerpointsec.withbg,
#innerpagesbanner.withbg {
  background: #fbfbfb;
}

#sectiondetail {
  background: url(../images/moredetail-bg.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 30px;
}
#sectiondetail h2 {
  color: #fff;
  line-height: 137%;
  margin-bottom: 20px;
}
#sectiondetail h2 span {
  font-weight: 300;
  color: #ffbd59;
}
#sectiondetail .sectiondetailcontent {
  width: 850px;
}
#sectiondetail .sectiondetailcontent > p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 25px;
}
#sectiondetail .sectiondetailcontent > h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fffbfb;
  display: block;
  font-family: "Sora", sans-serif;
  padding: 10px 0 25px 0;
}
#sectiondetail .sectiondetailcontent > p:last-child {
  padding-top: 30px;
}
#sectiondetail .morecontentwrap {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  width: 675px;
}
#sectiondetail .morecontentwrap h5 {
  font-size: 20px;
  font-weight: 400;
  color: #ffbd59;
  margin-bottom: 15px;
  font-family: "Sora", sans-serif;
}
#sectiondetail .morecontentwrap p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.morecontentwrap .owl-dots {
  margin-top: 25px;
}
.owl-carousel button.owl-dot {
  background: #ffbd59;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin-right: 5px;
}
.owl-carousel button.owl-dot.active {
  background: #fff;
}
#innerpagedetail .otherinfo .otherinfodetail {
  padding-bottom: 15px;
}
#innerpagedetail .otherinfo .otherinfodetail h4 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
#innerpagedetail .otherinfo .otherinfodetail span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

#innerpagedetail .otherinfo ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
#innerpagedetail .otherinfo li {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 25px;
  width: 50%;
}
#innerpagedetail .otherinfo li::before {
  content: "";
  background: #ffbd59;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#innerpagedetail .otherinfo.nowidth ul {
  display: block;
}
#innerpagedetail .otherinfo.nowidth li {
  width: 100%;
  margin-bottom: 15px;
}
#innerpagedetail .innerpagecontent h3 {
  margin: 20px 0;
}
#sectiondetail .morecontentwrap li {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  font-weight: 200;
  margin-bottom: 17px;
}
#sectiondetail .morecontentwrap li::before {
  content: "";
  background: #ffbd59;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#sectiondetail .morecontentwrap li:last-child {
  margin: 0;
}

@keyframes slowFadeAndMove {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0.5;
  }
}

.navigation .mobilemenu {
  display: none;
}

/* Responsive */

@media (max-width: 800px) {
  #header {
    position: static;
    width: 100%;
    transform: none;
    padding: 15px 0;
  }
  .headercontent {
    display: block !important;
  }
  .headercontent .logo {
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  .headercontent .logo a {
    width: 120px;
    height: 45px;
  }
  .navbar-header {
    display: block;
  }
  menu .navigation {
    display: none;
    background: #000;
    position: absolute;
    left: 0;
    width: 100%;
    top: 15px;
    z-index: 9;
    padding: 10px;
    border-radius: 5px;
  }
  .headercontent menu li {
    display: block;
    margin: 0 0 5px 0;
  }
  .headercontent li a {
    display: flex;
    padding: 10px;
    justify-content: space-between;
  }
  #header.active .headercontent li a {
    color: #fff;
  }
  #header .navigation .megamenu {
    display: none;
  }
  .navigation .mobilemenu {
    display: none;
  }
  .navigation .mobilemenu h3 {
    color: #ffbd59;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .navigation .mobilemenu .mm-content {
    margin-bottom: 15px;
    border-bottom: 1px solid #646464;
    padding-bottom: 10px;
  }
  .headercontent menu .mobilemenu li {
    margin: 0;
  }
  .headercontent menu .mobilemenu li a {
    padding: 6px 10px;
    display: block;
    font-size: 14px;
    text-transform: inherit;
    color: #fff !important;
  }
  .headercontent menu .mobilemenu li a.active {
    color: #ffbd59 !important;
  }
  .navigation .mobilemenu {
    padding: 15px;
    background: #252525;
    border-radius: 3px;
  }
  .navigation .mobilemenu .mm-content:last-child {
    margin: 0;
    border: none;
    padding: 0;
  }
  .headerbtn {
    display: none;
  }
  .headercontent li a.active::after {
    display: none;
  }
  .innerpages .headercontent li a {
    color: #fff;
  }
  .innerpages .headercontent li a:hover {
    color: #ffbd59;
  }
  .innerpages .headercontent li > a.active {
    color: #ffbd59;
  }
  #mainbanner,
  #innerbanner {
    padding: 10px 0 20px 0;
  }
  #mainbanner .mainbannercontent,
  #innerbanner .innerbannercontent {
    height: inherit;
    border-radius: 12px;
    box-shadow: none;
    background-position: center;
  }
  #mainbanner .bannercontent,
  #innerbanner .bannercontent {
    position: static;
    width: 100%;
    padding: 25px;
  }
  h1 {
    font-size: 25px;
    font-weight: 500;
  }
  h1 br {
    display: none;
  }
  #mainbanner .bannercontent h1,
  #innerbanner .bannercontent h1 {
    padding-bottom: 15px;
    text-align: center;
    line-height: 35px;
  }
  #mainbanner .bannercontent p,
  #innerbanner .bannercontent p {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px;
    text-align: center;
  }
  #innerbanner .bannercontent p br {
    display: none;
  }
  .bannercontent .btnwrap {
    display: block !important;
  }
  .defaultbtn,
  .defaultbtn2 {
    display: block;
    width: 100%;
    padding: 14px 30px !important;
    text-align: center;
    font-size: 13px;
  }
  .defaultbtn i,
  .defaultbtn2 i {
    display: none;
  }
  #mainbanner .bannercontent .btnwrap .otherlink,
  #mainbanner .scrollicon {
    display: none;
  }
  #trustedcomp {
    padding: 5px 0 0;
  }
  .trustedcomplogos {
    padding: 0;
  }
  .trustedcomplogos h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
  }
  #homeaboutsec .homeaboutseccontent {
    padding: 20px 10px;
    border-radius: 15px;
    text-align: center;
  }
  h2 {
    font-weight: 500;
    font-size: 22px;
  }
  .homeaboutseccontent p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .homeaboutseccontent p br {
    display: none;
  }
  .aboutbtnwrap {
    display: block !important;
  }
  .homeaboutseccontent .aboutbtnwrap .otherlink {
    display: none;
  }
  .homeabtimg {
    display: none;
  }
  .homeaboutseccontent h2 {
    margin-bottom: 15px;
  }
  #homeserv {
    padding: 20px 0 0;
    text-align: center;
  }
  #homeserv .sechead {
    padding-bottom: 20px;
  }
  #homeserv .sechead .mb-4 {
    margin-bottom: 0 !important;
  }
  #homeserv .sechead h2 {
    margin-bottom: 15px;
  }
  #homeserv .sechead .defaultbtn2,
  #homeserv .sechead p br {
    display: none;
  }
  #homeserv .sechead p {
    font-size: 14px;
    line-height: 25px;
  }
  .serviceswrap > .row:first-child,
  .serviceswrap > .row:nth-child(2) {
    margin-bottom: 0;
  }
  .servcard {
    border-radius: 5px;
    box-shadow: none;
    padding: 15px;
    min-height: inherit;
    margin-bottom: 25px;
  }
  .servcard::after {
    top: 5px;
    border-radius: 5px;
  }
  .servcard .servicon1,
  .servcard .servicon2,
  .servcard .servicon3,
  .servcard .servicon4,
  .servcard .servicon5,
  .servcard .servicon6,
  .servcard .servicon7,
  .servcard .servicon8,
  .servcard .servicon9 {
    width: 38px;
    height: 35px;
    margin: 0 auto 20px;
  }
  h3 {
    font-weight: 600;
    font-size: 19px;
  }
  .servcard h3 {
    margin-bottom: 7px;
    min-height: inherit;
  }
  .servcard h3 br {
    display: none;
  }
  .servcard p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .servcard em {
    font-size: 11px;
  }
  .servcard em::after {
    margin: 5px auto 0;
  }
  #partnetwork {
    min-height: inherit;
    padding: 30px 0 12px;
    text-align: center;
  }
  #partnetwork h2 {
    margin-bottom: 10px;
    line-height: 30px;
  }
  #partnetwork span {
    display: inline-block;
  }
  #partnetwork p {
    font-size: 14px;
    line-height: 25px;
  }
  #partnetwork p br {
    display: none;
  }
  #partnetwork .partnerlogos {
    padding: 0;
  }
  #partnetwork .numberbox span {
    font-weight: 600;
    font-size: 40px;
  }
  #partnetwork .numberbox span em {
    font-size: 25px;
  }
  #partnetwork .numberbox i {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
  }
  #partnetwork .numberbox p {
    font-size: 12px;
    line-height: 22px;
  }
  #footer {
    padding: 20px 0 15px;
    text-align: center;
  }
  .footercontent {
    padding-bottom: 25px;
    border-bottom: 1px solid #878787;
    margin-bottom: 25px;
  }
  #footer .footercontent .footerlogo a {
    width: 120px;
    height: 45px;
    margin: 0 auto;
  }
  #footer .footercontent p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 18px;
  }
  #footer .footercontent li {
    display: block;
    margin-bottom: 15px;
  }
  #footer .footercontent li a {
    font-size: 13px;
    font-weight: 500;
  }
  #footer .footercontent li span,
  #footer .footerbottom li span {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    line-height: 30px;
  }
  .footertop .d-flex {
    display: block !important;
  }
  h4 {
    font-weight: 600;
    font-size: 16px;
  }
  #footer .footerlink h4 {
    margin-bottom: 12px;
  }
  #footer .footerlink li a {
    font-size: 13px;
    padding: 2px 0;
  }
  #footer .footerlink {
    padding-bottom: 25px;
    border-bottom: 1px solid #878787;
    margin-bottom: 25px;
  }
  .footertop > .row .col-sm-4:last-child .footerlink {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  .footertop > .row .col-sm-4:last-child .footerlink:last-child h4 {
    display: none;
  }
  #footer .footerbottom p {
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
  }
  #footer .footerbottom ul {
    text-align: center;
  }
  #footer .footerbottom li span i {
    font-size: 16px;
  }
  #footer .footerbottom li span {
    margin: 0;
  }
  .bigvectorbg {
    display: none;
  }
  .innerpages #header {
    padding: 15px 0;
  }
  #innerpagesbanner {
    padding: 0 0 20px 0;
    position: relative;
  }
  #innerpagesbanner h2 {
    font-size: 25px;
    line-height: inherit;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    margin: 25px 0 10px;
  }
  #innerpagesbanner h2 br {
    display: none;
  }
  #innerpagesbanner p {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 15px;
  }
  #innerpagesbanner .defaultbtn2 {
    width: 80%;
    margin: 20px auto 0;
  }
  #innerpagesbanner .servimgwrap {
    border-radius: 12px;
    box-shadow: none;
    overflow: hidden;
    position: absolute;
    left: 12px;
    top: 0;
    z-index: -1;
    width: 94%;
    background: #000;
    height: 100%;
  }
  #innerpagesbanner .servimgwrap img {
    opacity: 0.7;
    height: 100%;
    object-fit: cover;
  }
  #innerpagedetail .innerpagecontent {
    background-size: 100% auto;
    padding: 20px 10px;
    border-radius: 12px;
    text-align: center;
  }
  #innerpagedetail h2 br {
    display: none;
  }
  #innerpagedetail p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #innerpagedetail .secimgwrap {
    padding: 15px 0px 0;
  }
  #innerservices {
    padding: 25px 0 0;
  }
  #innerservices .container > h2 {
    padding-bottom: 15px;
  }
  #innerservices .container > p {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }
  #innerservices .col-sm-4 {
    border-right: none;
    border-bottom: 1px solid #e8e8e8 !important;
  }
  #innerservices .row:last-child .col-sm-4:last-child {
    border-bottom: none !important;
  }
  #innerservices .servcard span {
    width: 45px;
    height: 40px;
    margin: 0 auto 15px;
  }
  #innerservices .servcard {
    min-height: inherit;
    padding: 25px 15px;
    text-align: center;
    margin: 0;
  }
  #innerpointsec {
    padding: 20px 0;
  }
  #innerpointsec h2 {
    padding-bottom: 15px;
    text-align: center;
  }
  #innerpointsec .innerpointimg {
    display: none;
  }
  #innerpointsec .pointscontent {
    padding: 10px 0;
    border-left: none;
    text-align: center;
  }
  #innerpointsec .pointscontent span {
    font-size: 18px;
    margin-bottom: 3px;
  }
  #innerpointsec .pointscontent h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  #innerpointsec p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  #sectiondetail {
    padding: 25px 0;
    margin-bottom: 25px;
  }
  #sectiondetail .sectiondetailcontent {
    width: 100%;
    text-align: center;
  }
  #sectiondetail h2 {
    margin-bottom: 20px;
  }
  #sectiondetail .sectiondetailcontent > p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  #sectiondetail h2 br {
    display: none;
  }
  #sectiondetail .morecontentwrap {
    padding: 20px;
    width: 100%;
  }
  #sectiondetail .morecontentwrap h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #sectiondetail .morecontentwrap p {
    font-size: 12px;
    line-height: 24px;
  }
  .morecontentwrap .owl-dots {
    margin-top: 5px;
  }
  .owl-carousel button.owl-dot {
    width: 7px;
    height: 7px;
  }
  #innerpagedetail .innerpagecontent .float-end {
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    float: none !important;
  }
  #innerpagedetail .otherinfo .otherinfodetail span {
    font-size: 14px;
    line-height: 24px;
  }
  #innerpointsec ul {
    padding: 10px 0;
  }
  #innerpointsec ul li {
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
  }
  #innerpointsec ul li::before {
    width: 5px;
    height: 5px;
    display: none;
  }
  #innerpagedetail .otherinfo ul {
    display: block;
  }
  #innerpagedetail .otherinfo li {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 22px;
    padding: 0;
  }
  #innerpagedetail .otherinfo li::before {
    width: 6px;
    height: 6px;
    top: 7px;
    transform: inherit;
    display: none;
  }
  #sectiondetail .morecontentwrap li {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 22px;
    padding: 0;
  }
  #sectiondetail .morecontentwrap li::before {
    width: 6px;
    height: 6px;
    top: 5px;
    transform: inherit;
    display: none;
  }
  #sectiondetail .sectiondetailcontent > h3 {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  #homeaboutsec.innerabout .homeaboutseccontent {
    padding: 0;
  }
  #teammembers p {
    font-size: 14px;
    line-height: 25px;
  }
  .teammember {
    padding-bottom: 25px;
  }
  #teammembers .memberimg {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #teammembers {
    padding: 25px 0 10px;
  }
  #contactuscontent {
    padding: 0 0 25px;
  }
  #contactuscontent .contactleft {
    padding: 0;
    text-align: center;
  }
  #contactuscontent h2 {
    margin-bottom: 12px;
  }
  #contactuscontent p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  #contactuscontent .contactdetailwrap {
    margin-bottom: 0;
    display: block !important;
  }
  #contactuscontent .contactcard {
    padding-left: 0;
    margin-bottom: 25px;
  }
  #contactuscontent .contactcard.phone {
    background-size: 20px 21px;
    background-position: 36% 2px;
  }
  #contactuscontent .contactcard h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #contactuscontent .contactcard a,
  #contactuscontent .contactcard span {
    text-decoration: none;
    font-size: 13px;
  }
  #contactuscontent .contactcard.email {
    background-size: 20px 14px;
    background-position: 38% 3px;
  }
  #contactuscontent .contactcard.address {
    background-size: 15px 20px;
    background-position: 28% top;
  }
  #contactuscontent .contactright {
    padding: 15px 0 0 0;
  }
  #contactuscontent .contactright .row.mb-4,
  #contactuscontent .contactright .mb-4 {
    margin-bottom: 0 !important;
  }
  #contactuscontent .contactright input,
  #contactuscontent .contactright select,
  #contactuscontent .contactright textarea {
    border-radius: 5px;
    background: #f8f8f8;
    padding: 20px 15px;
    border: none;
    appearance: auto;
    height: 55px;
    font-size: 12px;
    margin-bottom: 10px !important;
  }
  #contactuscontent .contactright textarea {
    height: auto;
  }
  #contactuscontent .contactright select.mb-4,
  #contactuscontent .contactright textarea.mb-4 {
    margin-bottom: 10px !important;
  }
  #contactuscontent .contactright button {
    width: 100%;
  }
  #mapsection {
    height: 300px;
    margin-bottom: 25px;
  }
  #mapsection a {
    font-size: 16px;
  }
  .headercontent menu li:last-child {
    display: block;
  }
  #mainbanner .bannercontent .defaultbtn {
    width: 100%;
  }
}
