* {
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media (min-width: 1601px) {
  .container {
    max-width: 1398px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Inter";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

body {
  font-family: "Inter";
  background: white;
  font-size: 100%;
  color: #000;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
}

input[type=text] {
  border: 1px solid #d4d8e3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #a0623b;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
a:hover {
  color: #904f26;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.clearfix {
  clear: both;
  /*content:" "; never use this property error in opera*/
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0;
}

h1, .h1 {
  float: left;
  width: 100%;
  font-family: "Inter";
  font-size: 94px;
  font-weight: 700;
  color: white;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  h1, .h1 {
    font-size: 72px;
  }
}
@media (max-width: 1280px) {
  h1, .h1 {
    font-size: 62px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
  }
}

h2, .h2 {
  float: left;
  width: 100%;
  font-family: "Inter";
  font-size: 60px;
  font-weight: 300;
  color: #1F1F2D;
  line-height: 110%;
}
@media (max-width: 1600px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  float: left;
  width: 100%;
  font-family: "Inter";
  font-size: 50px;
  font-weight: 400;
  color: #1F1F2D;
  line-height: 140%;
}
@media (max-width: 1600px) {
  h3, .h3 {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  h3, .h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  float: left;
  width: 100%;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  color: #212121;
  line-height: 130%;
}
@media (max-width: 1600px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  float: left;
  width: 100%;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: 110%;
}
@media (max-width: 1280px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  float: left;
  width: 100%;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #394652;
  line-height: 110%;
}
@media (max-width: 1280px) {
  h6, .h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 14px;
  }
}

p {
  float: left;
  width: 100%;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  line-height: 160%;
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  p:last-child {
    margin-bottom: 0;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp,
.wow,
.zoomIn {
  visibility: hidden;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 999999;
}

#status {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section {
  float: left;
  width: 100%;
}

::selection {
  background: #F2801D;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #F2801D;
  color: white;
  text-shadow: none;
}

* {
  box-sizing: border-box;
}

/*---------------------Header start------------------------*/
#header.header {
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 0;
  -webkit-transition: all 0.55s ease 0s;
  transition: all 0.55s ease 0s;
}
#header.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header.header .header-main .logo {
  float: left;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  width: 260px;
  position: relative;
  padding: 24px 0 17px;
}
@media (max-width: 1600px) {
  #header.header .header-main .logo {
    width: 190px;
  }
}
@media (max-width: 1280px) {
  #header.header .header-main .logo {
    width: 150px;
  }
}
@media (max-width: 991px) {
  #header.header .header-main .logo {
    padding: 15px 0;
  }
}
#header.header .header-main .logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-main .logo img.light-logo {
  display: inline-block;
}
#header.header .header-main .logo img.dark-logo {
  display: none;
}
#header.header .header-right {
  float: right;
  position: relative;
  z-index: 9;
  margin-left: auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main {
  float: right;
  width: auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  margin: 0 22px;
}
@media (max-width: 1400px) {
  #header.header .header-right .nav-main .menu li {
    margin: 0 12px;
  }
}
@media (max-width: 991px) {
  #header.header .header-right .nav-main .menu li {
    margin: 0;
  }
}
#header.header .header-right .nav-main .menu li {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li a {
  float: left;
  width: auto;
  height: auto;
  padding: 50px 0 65px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: white;
  text-decoration: none;
  overflow: hidden;
  font-family: "Inter";
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media (max-width: 1600px) {
  #header.header .header-right .nav-main .menu li a {
    font-size: 14px;
    padding: 40px 0 50px;
  }
}
@media (max-width: 1280px) {
  #header.header .header-right .nav-main .menu li a {
    padding: 30px 0 47px;
  }
}
#header.header .header-right .nav-main .menu li a::after {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li a:hover::after {
  width: 100%;
  background: white;
}
#header.header .header-right .nav-main .menu li a.active::after {
  width: 100%;
  background: #F2801D;
}
#header.header .header-right .nav-main .menu li.phone-number {
  margin-right: 0;
}
#header.header .header-right .nav-main .menu li.phone-number a {
  display: flex;
  position: relative;
  padding-left: 55px;
  color: #F2801D;
}
#header.header .header-right .nav-main .menu li.phone-number a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: transparent url(../images/ic-call-head.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#header.header .header-right .nav-main .menu li.phone-number a:hover {
  color: #F2801D;
}
@media (max-width: 991px) {
  #header.header .header-right .nav-main .menu li.phone-number {
    display: none;
  }
}
#header.header .header-right .nav-main .menu li.mobile-info {
  display: none;
}
@media (max-width: 991px) {
  #header.header .header-right .nav-main .menu li.mobile-info {
    display: block;
  }
}
#header.header .header-right .nav-main .info-col {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header.sticky {
  background-color: rgb(0, 0, 0);
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
#header.header.sticky.hide-header {
  top: -50%;
}
#header.header.sticky .header-main .logo {
  width: 130px;
}
@media (min-width: 1281px) {
  #header.header.sticky .header-right .nav-main ul.menu li a {
    padding: 35px 0 42px;
  }
}
#header.header.sticky .header-right .nav-main ul.menu li.phone-number a {
  padding-left: 55px;
}
#header.header.sticky .header-right .nav-main ul.menu li.phone-number a::before {
  top: calc(50% - 5px);
}
#header.header::after {
  content: "";
  position: absolute;
  left: -35px;
  bottom: 0;
  width: calc(100% + 70px);
  height: 70px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.nav-open #header.header::after {
  opacity: 1;
  visibility: visible;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: black;
  top: -3px;
}
.nav-toggle.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: black;
  top: 16px;
  width: 100%;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: black;
}
.nav-toggle span {
  background: white;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
  right: 0;
  width: 70%;
  left: inherit;
}

@media (max-width: 991px) {
  .header-main::before {
    content: "";
    position: absolute;
    left: -35px;
    bottom: 0;
    width: calc(100% + 70px);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 11;
  }
  .nav-open #header.header .header-main::before {
    opacity: 1;
    visibility: visible;
  }
  .nav-open #header.header .header-main .logo .light-logo {
    display: none;
  }
  .nav-open #header.header .header-main .logo .dark-logo {
    display: inline-block;
  }
  #header.header {
    background-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.header .header-main {
    display: block;
  }
  #header.header .header-main .logo {
    width: 100px;
    position: relative;
    z-index: 111;
  }
  #header.header .header-main .logo a {
    border-width: 5px;
  }
  #header.header .header-main .header-right {
    padding-right: 20px;
    width: auto;
    margin-left: auto;
    float: right;
  }
  #header.header .header-main .header-right .res_navigation {
    width: 30px;
    display: block;
    top: 20px;
  }
  #header.header .header-main .header-right .nav-main {
    width: 100%;
    height: calc(100% - 69px);
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -100%;
    padding-right: 0;
    overflow: auto;
    z-index: 9;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background: white;
  }
  #header.header .header-main .header-right .nav-main .menu {
    padding: 15px 0 0;
    position: relative;
    z-index: 9;
  }
  #header.header .header-main .header-right .nav-main .menu li {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }
  #header.header .header-main .header-right .nav-main .menu li a {
    color: #090909;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 0;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #header.header .header-main .header-right .nav-main .menu li a::after {
    display: none;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col {
    padding-top: 30px;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li {
    transform: none;
    font-size: 16px;
    color: #313140;
    padding-left: 30px;
    padding-right: 0;
    line-height: 140%;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li a {
    border: 0;
    font-size: 16px;
    color: #313140;
    text-transform: inherit;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info a {
    position: relative;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info a::before {
    content: "";
    left: -30px;
    top: 0;
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info:last-child {
    margin-bottom: 0;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    background: center center no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.25s ease-in-out;
  }
}
@media (max-width: 991px) and (max-width: 1400px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info::before {
    width: 15px;
    height: 15px;
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-address::before {
    background-image: url(../images/ic-pin.svg);
  }
}
@media (max-width: 991px) and (max-width: 1400px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-address::before {
    top: 9px;
    width: 16px;
  }
}
@media (max-width: 991px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-mail::before {
    width: 18px;
    height: 18px;
    background-image: url(../images/ic-mail.svg);
  }
}
@media (max-width: 991px) and (max-width: 1400px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-mail::before {
    top: 12px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-mail:hover::before {
    background-image: url(../images/ic-mail-orange.svg);
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-call::before {
    width: 18px;
    height: 18px;
    background-image: url(../images/ic-call.svg);
  }
}
@media (max-width: 991px) and (max-width: 1400px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-call::before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-call:hover::before {
    background-image: url(../images/ic-call-orange.svg);
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-call::before {
    top: 13px;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-address {
    margin-bottom: 8px;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-address::before {
    top: 4px;
  }
  #header.header .header-main .header-right .nav-main .menu li .info-col li.ic-info.ic-mail::before {
    top: 15px;
  }
  #header.header .header-main .header-right .nav-main.open {
    top: 69px;
  }
  #header.header .header-main .header-right .nav-main.open .menu-main-menu-container {
    width: 100%;
    float: left;
  }
  #header.header .header-main .header-right .nav-main.open .menu li {
    opacity: 1;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.3s;
    transition: all 0.2s ease-out 0.3s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.5s;
    transition: all 0.2s ease-out 0.5s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(5) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.6s;
    transition: all 0.2s ease-out 0.6s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(6) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.7s;
    transition: all 0.2s ease-out 0.7s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(7) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.8s;
    transition: all 0.2s ease-out 0.8s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(8) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.9s;
    transition: all 0.2s ease-out 0.9s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(9) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 1s;
    transition: all 0.2s ease-out 1s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(10) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 1.1s;
    transition: all 0.2s ease-out 1.1s;
  }
  #header.header.sticky {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #header.header.sticky .header-main .logo {
    width: 100px;
  }
  .nav_open {
    overflow: hidden;
  }
  .header_main::before {
    display: none;
  }
  #header {
    padding: 20px;
  }
}
/*-----------------res-nav-end-------------------*/
/*---------------------Header end------------------------*/
@media (max-width: 991px) {
  .nav-main ul li span {
    background: url(../images/nav_close.svg) no-repeat center center;
    position: absolute;
    width: 60px;
    height: 45px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
  }
}
.btn-main {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: white;
  padding: 20px 30px;
  font-weight: 600;
  border-radius: 100px;
  background-color: #F2801D;
  text-transform: uppercase;
  border: 1px solid #F2801D;
  transition: all 0.25s ease-in-out;
}
.btn-main.btn-trans {
  color: #F2801D;
  background-color: transparent;
  border: 1px solid #F2801D;
}
.btn-main.btn-trans:hover {
  color: #F2801D;
}
.btn-main.btn-orange {
  color: white;
  background-color: #F2801D;
  border: 1px solid #F2801D;
}
.btn-main.btn-orange:hover {
  color: white;
  background-color: #212121;
  border: 1px solid #212121;
}
.btn-main.btn-white {
  color: #F2801D;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn-main.btn-white:hover {
  color: #F2801D;
}
.btn-main.right-arrow {
  padding-right: 60px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.btn-main.right-arrow.white-arrow {
  background-image: url("../images/arrow-white.svg");
}
.btn-main.right-arrow.orange-arrow {
  background-image: url("../images/arrow.svg");
}
.btn-main.right-arrow:hover {
  background-position: right 20px center;
}
@media (max-width: 1600px) {
  .btn-main {
    padding: 16px 30px;
    font-size: 14px;
  }
  .btn-main.right-arrow {
    padding-right: 50px;
    background-position: right 27px center;
    background-repeat: no-repeat;
    background-size: 16px;
  }
  .btn-main.right-arrow:hover {
    background-position: right 20px center;
  }
}

.section {
  position: relative;
}

.ptb100 {
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .ptb100 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ptb100 {
    padding: 60px 0;
  }
}

/*-------------------Index Page Start-----------------------------*/
.main-banner {
  height: 865px;
  overflow: hidden;
  border-radius: 0 0 100px 100px;
  position: relative;
}
.main-banner .container {
  position: relative;
  height: 100%;
}
@media (max-width: 1600px) {
  .main-banner {
    height: 630px;
    border-radius: 0 0 75px 75px;
  }
}
@media (max-width: 991px) {
  .main-banner {
    height: 534px;
  }
}
@media (max-width: 767px) {
  .main-banner {
    border-radius: 0 0 60px 60px;
  }
}
.main-banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner .banner-content {
  position: absolute;
  z-index: 1;
  width: 65%;
  top: 58%;
  left: 15px;
  transform: translate(0, -50%);
}
@media (max-width: 1600px) {
  .main-banner .banner-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .main-banner .banner-content {
    width: calc(100% - 30px);
  }
}
.main-banner .banner-content span {
  font-size: 40px;
  color: #F2801D;
  width: 100%;
  letter-spacing: 8px;
  display: inline-block;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 1600px) {
  .main-banner .banner-content span {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .main-banner .banner-content span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-content span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main-banner .banner-content span {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.main-banner .banner-content p {
  font-size: 22px;
  color: white;
  padding-top: 10px;
  padding-right: 5%;
  margin: 0;
}
@media (max-width: 1600px) {
  .main-banner .banner-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-banner .banner-content p {
    font-size: 16px;
  }
}
.main-banner .banner-content .btn-main {
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .main-banner .banner-content .btn-main {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-banner .banner-content .btn-main {
    margin-top: 15px;
  }
}

.our-services-section .title-conn-sec {
  padding-right: 16%;
}
@media (max-width: 1600px) {
  .our-services-section .title-conn-sec {
    padding-right: 18%;
  }
}
@media (max-width: 1440px) {
  .our-services-section .title-conn-sec {
    padding-right: 15%;
  }
}
@media (max-width: 1280px) {
  .our-services-section .title-conn-sec {
    padding-right: 0;
  }
}
.our-services-section .title-conn-sec .sub-title {
  font-size: 24px;
  line-height: 100%;
  color: #F2801D;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1023px) {
  .our-services-section .title-conn-sec .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-services-section .title-conn-sec .sub-title {
    font-size: 16px;
  }
}
.our-services-section .title-conn-sec h2 {
  padding-bottom: 20px;
}
.our-services-section .services-slider::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -120px;
  z-index: 1;
  width: 110px;
  height: 102%;
  background: white;
}
.our-services-section .services-slider-section {
  margin-top: 50px;
}
@media (max-width: 1439px) {
  .our-services-section .services-slider-section .services-slider {
    padding-right: 12%;
  }
}
@media (max-width: 767px) {
  .our-services-section .services-slider-section .services-slider {
    padding-right: 25%;
  }
}
.our-services-section .services-slider-section .service-item {
  user-select: inherit;
  transition: all 0.25s ease-in-out;
}
.our-services-section .services-slider-section .service-item .service-conn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.our-services-section .services-slider-section .service-item .service-conn h4 {
  color: #212121;
  font-weight: 600;
  line-height: 120%;
  align-self: flex-start;
  padding: 30px 0 10px;
  position: relative;
  letter-spacing: -0.5px;
}
.our-services-section .services-slider-section .service-item .service-conn h4::before {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.25s ease-in-out;
}
.our-services-section .services-slider-section .service-item .service-conn .img-wrapper {
  width: 100%;
  height: 350px;
}
.our-services-section .services-slider-section .service-item .service-conn .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.our-services-section .services-slider-section .service-item:hover .service-conn h4, .our-services-section .services-slider-section .service-item.active .service-conn h4, .our-services-section .services-slider-section .service-item.slick-current.slick-active .service-conn h4 {
  color: #F2801D;
}
.our-services-section .services-slider-section .service-item:hover .service-conn h4::before, .our-services-section .services-slider-section .service-item.active .service-conn h4::before, .our-services-section .services-slider-section .service-item.slick-current.slick-active .service-conn h4::before {
  background: #f2801d;
}
.our-services-section .services-slider-section .slick-list {
  margin: 0 -7px;
  overflow: visible;
}
.our-services-section .services-slider-section .slick-slide {
  margin: 0 7px;
}
.our-services-section .btn-wrapper .btn-main:hover {
  background-color: #212121;
  color: white;
  border-color: #212121;
  background-image: url("../images/arrow-white.svg");
}

.our-partners-logo-section {
  background: #F9F9F9;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-partners-logo-section {
    padding: 30px 0;
  }
}
.our-partners-logo-section::before, .our-partners-logo-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .our-partners-logo-section::before, .our-partners-logo-section::after {
    width: 70px;
  }
}
.our-partners-logo-section::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.our-partners-logo-section::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.our-partners-logo-section .our-partners-logo {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.our-partners-logo-section .our-partners-logo:hover .logos-slide {
  animation-play-state: paused;
}
.our-partners-logo-section .our-partners-logo .logos-slide {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  animation: slide 45s linear infinite;
}
.our-partners-logo-section .our-partners-logo .logos-slide img {
  height: 65px;
  margin: 0 25px;
}
@media (max-width: 1600px) {
  .our-partners-logo-section .our-partners-logo .logos-slide img {
    height: 55px;
  }
}
@media (max-width: 1023px) {
  .our-partners-logo-section .our-partners-logo .logos-slide img {
    height: 45px;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .our-partners-logo-section .our-partners-logo .logos-slide img {
    height: 35px;
    margin: 0 10px;
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.about-us-home-section {
  background: #201F2D;
  border-radius: 0 0 100px 100px;
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 1600px) {
  .about-us-home-section {
    border-radius: 0 0 75px 75px;
  }
}
@media (max-width: 991px) {
  .about-us-home-section {
    border-radius: 0 0 60px 60px;
  }
}
.about-us-home-section .title-conn-sec {
  width: 90%;
  display: inline-block;
}
.about-us-home-section .title-conn-sec .sub-title {
  font-size: 24px;
  line-height: 100%;
  color: #F2801D;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1023px) {
  .about-us-home-section .title-conn-sec .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-us-home-section .title-conn-sec .sub-title {
    font-size: 16px;
  }
}
.about-us-home-section .title-conn-sec h2 {
  padding-bottom: 20px;
  color: white;
}
.about-us-home-section .about-us-wrapper {
  display: flex;
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .about-us-home-section .about-us-wrapper {
    padding-top: 0;
  }
  .about-us-home-section .about-us-wrapper .row {
    flex-direction: column-reverse;
  }
}
.about-us-home-section .about-us-wrapper h3 {
  font-size: 32px;
  color: white;
  padding-bottom: 30px;
}
@media (max-width: 1600px) {
  .about-us-home-section .about-us-wrapper h3 {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .about-us-home-section .about-us-wrapper h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-us-home-section .about-us-wrapper h3 {
    font-size: 18px;
  }
}
.about-us-home-section .about-us-wrapper p {
  color: white;
  margin: 0;
}
@media (max-width: 1440px) {
  .about-us-home-section .about-us-wrapper p {
    font-size: 16px;
  }
}
.about-us-home-section .about-us-wrapper .right-sec {
  padding-left: 55px;
  padding-bottom: 120px;
}
@media (max-width: 1600px) {
  .about-us-home-section .about-us-wrapper .right-sec {
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  .about-us-home-section .about-us-wrapper .right-sec {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-us-home-section .about-us-wrapper .right-sec {
    padding-left: 15px;
    padding-bottom: 30px;
  }
}
.about-us-home-section .about-us-wrapper .left-sec {
  padding-right: 10%;
  position: relative;
  margin-bottom: -60px;
}
@media (max-width: 1280px) {
  .about-us-home-section .about-us-wrapper .left-sec {
    padding-right: 8%;
  }
}
@media (max-width: 767px) {
  .about-us-home-section .about-us-wrapper .left-sec {
    padding-right: 15px;
    margin-bottom: -30px;
  }
}

.certificate-approvals-section {
  padding-top: 150px;
}
@media (max-width: 1280px) {
  .certificate-approvals-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .certificate-approvals-section {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .certificate-approvals-section > .container > .row {
    flex-direction: column-reverse;
  }
}
.certificate-approvals-section h2 {
  padding-bottom: 30px;
}
@media (max-width: 1600px) {
  .certificate-approvals-section h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .certificate-approvals-section h2 {
    display: none;
  }
}
.certificate-approvals-section .left-sec {
  padding-right: 80px;
}
@media (max-width: 1600px) {
  .certificate-approvals-section .left-sec {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .certificate-approvals-section .left-sec {
    padding-right: 15px;
  }
}
.certificate-approvals-section .right-sec .title-sec {
  display: none;
}
@media (max-width: 767px) {
  .certificate-approvals-section .right-sec .title-sec {
    display: block;
  }
  .certificate-approvals-section .right-sec .title-sec h2 {
    display: block;
  }
}
.certificate-approvals-section .right-sec img {
  padding: 10px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .certificate-approvals-section .right-sec img {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .certificate-approvals-section .right-sec img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .certificate-approvals-section .right-sec .row {
    gap: 35px;
  }
  .certificate-approvals-section .right-sec .row h2 {
    padding: 0;
  }
  .certificate-approvals-section .right-sec {
    padding-bottom: 35px;
  }
}

.testimonial-section {
  background: #F2F2F2;
  text-align: center;
}
.testimonial-section .title-conn-sec {
  width: 90%;
  display: inline-block;
}
.testimonial-section .title-conn-sec .sub-title {
  font-size: 24px;
  line-height: 100%;
  color: #F2801D;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1023px) {
  .testimonial-section .title-conn-sec .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .title-conn-sec .sub-title {
    font-size: 16px;
  }
}
.testimonial-section .testimonial-wrapper {
  width: 80%;
  margin: 40px auto 0;
  background: white;
  border-radius: 20px;
  padding: 0 0 60px;
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-wrapper {
    padding-bottom: 45px;
  }
}
@media (max-width: 1280px) {
  .testimonial-section .testimonial-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-wrapper {
    width: 100%;
  }
}
.testimonial-section .testimonial-wrapper h4 {
  padding: 60px 100px 30px;
  line-height: 180%;
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-wrapper h4 {
    font-size: 18px;
    padding: 50px 60px 30px;
  }
}
@media (max-width: 1280px) {
  .testimonial-section .testimonial-wrapper h4 {
    font-size: 16px;
    padding: 40px 45px 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-wrapper h4 {
    padding: 30px 15px 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-wrapper h4 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.testimonial-section .testimonial-wrapper h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url(../images/ic-quote.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 5px -5px 0;
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-wrapper h4::before {
    width: 22px;
    height: 22px;
    margin: 0 3px -3px 0;
  }
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-wrapper {
    margin-top: 30px;
  }
}
.testimonial-section .testimonial-wrapper .logo-section {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-wrapper .logo-section {
    padding: 0;
  }
}
.testimonial-section .testimonial-wrapper .logo-section .slick-track {
  gap: 0 20px;
  display: flex;
  align-items: center;
}
.testimonial-section .testimonial-wrapper .logo-section .logo-img {
  padding: 10px;
  border: 1px solid white;
  border-radius: 20px;
  cursor: pointer;
  float: none;
  filter: grayscale(1);
  width: 170px;
  max-height: 70px;
  min-height: 70px;
  display: flex;
  justify-content: center;
}
.testimonial-section .testimonial-wrapper .logo-section .logo-img img {
  max-height: 50px;
  object-fit: contain;
}
.testimonial-section .testimonial-wrapper .logo-section .logo-img:hover, .testimonial-section .testimonial-wrapper .logo-section .logo-img.slick-current.slick-active {
  opacity: 1;
  border-color: #F2801D;
  filter: grayscale(0);
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-wrapper .logo-section .logo-img {
    padding: 15px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-wrapper .logo-section .logo-img {
    padding: 10px;
    width: 100px;
    border-radius: 15px;
    max-height: 60px;
    min-height: 60px;
  }
}

.cta-section {
  background: #ffffff;
  padding-top: 140px;
}
@media (max-width: 1280px) {
  .cta-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.cta-section .cta-inner-section {
  background: #201F2D;
  position: relative;
}
@media (max-width: 767px) {
  .cta-section .cta-inner-section {
    padding-bottom: 0;
  }
}
.cta-section .cta-inner-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: #201F2D;
}
@media (max-width: 767px) {
  .cta-section .cta-inner-section::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.cta-section .cta-inner-section .row {
  position: relative;
  z-index: 1;
}
.cta-section .cta-inner-section .h1 {
  color: white;
  font-size: 80px;
}
@media (max-width: 1600px) {
  .cta-section .cta-inner-section .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-inner-section .h1 {
    font-size: 44px;
    margin: 0;
  }
}
@media (max-width: 374px) {
  .cta-section .cta-inner-section .h1 {
    font-size: 34px;
  }
}
.cta-section .cta-inner-section .h2 {
  color: white;
}
.cta-section .cta-inner-section .h1-1 {
  font-weight: 700;
  color: #F2801D;
  font-size: 120px;
  display: block;
  line-height: 100%;
}
@media (max-width: 1600px) {
  .cta-section .cta-inner-section .h1-1 {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .cta-section .cta-inner-section .h1-1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-inner-section .h1-1 {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  .cta-section .cta-inner-section .h1-1 {
    font-size: 40px;
  }
}
.cta-section .cta-inner-section .img-sec {
  position: absolute;
  top: -20px;
  right: -5px;
  width: 35%;
  height: calc(100% + 40px);
}
@media (max-width: 1600px) {
  .cta-section .cta-inner-section .img-sec {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-inner-section .img-sec {
    position: inherit;
    width: 100%;
    height: auto;
    top: 0;
    padding: 0 20px;
  }
  .cta-section .cta-inner-section .img-sec img {
    position: relative;
    bottom: -40px;
  }
}

/*-------------------Index Page End-----------------------------*/
.orange-text {
  font-size: 24px;
  line-height: 100%;
  color: #F2801D;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1280px) {
  .orange-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .orange-text {
    font-size: 16px;
  }
}

/*-------------------About Us Page Start-----------------------------*/
.inner-banner {
  height: 650px;
  overflow: hidden;
  border-radius: 0 0 100px 100px;
  position: relative;
}
.inner-banner .container {
  position: relative;
  height: 100%;
}
@media (max-width: 1600px) {
  .inner-banner {
    height: 520px;
    border-radius: 0 0 75px 75px;
  }
}
@media (max-width: 1023px) {
  .inner-banner {
    height: 400px;
    border-radius: 0 0 60px 60px;
  }
}
@media (max-width: 1023px) {
  .inner-banner {
    height: 350px;
  }
}
.inner-banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .banner-content {
  position: absolute;
  z-index: 1;
  width: 60%;
  top: 58%;
  left: 15px;
  transform: translate(0, -50%);
}
@media (max-width: 1600px) {
  .inner-banner .banner-content {
    width: 48%;
  }
}
@media (max-width: 1440px) {
  .inner-banner .banner-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-content {
    width: calc(100% - 30px);
    top: 55%;
  }
}
.inner-banner .banner-content h1 {
  font-size: 70px;
}
@media (max-width: 1600px) {
  .inner-banner .banner-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 1280px) {
  .inner-banner .banner-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 1023px) {
  .inner-banner .banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-content h1 {
    font-size: 28px;
  }
}

.overview-section {
  text-align: center;
}
.overview-section h2 {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 1280px) {
  .overview-section h2 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .overview-section h2 {
    width: 100%;
  }
}
.overview-section .counter-section {
  padding-top: 30px;
  text-align: left;
}
.overview-section .counter-section .h1 {
  font-size: 80px;
  font-weight: 500;
  color: #1F1F2D;
}
@media (max-width: 1280px) {
  .overview-section .counter-section .h1 {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .overview-section .counter-section .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .overview-section .counter-section .h1 {
    font-size: 30px;
  }
}
.overview-section .counter-section p {
  color: #212121;
  font-size: 16px;
}
.overview-section .counter-section .row {
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (max-width: 991px) {
  .overview-section .counter-section .row > div {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .overview-section .counter-section .row > div {
    width: 100%;
  }
}

.who-we-are-section {
  background: #F2F2F2;
}
.who-we-are-section h2 {
  padding-bottom: 30px;
}
.who-we-are-section h4 {
  padding-bottom: 20px;
}
.who-we-are-section .who-we-are-inner .content-sec {
  padding-right: 50px;
}
@media (max-width: 1600px) {
  .who-we-are-section .who-we-are-inner .content-sec {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .who-we-are-section .who-we-are-inner .content-sec {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-we-are-inner .content-sec h2 {
    display: none;
  }
}
.who-we-are-section .who-we-are-inner .img-sec {
  padding-left: 50px;
}
.who-we-are-section .who-we-are-inner .img-sec h2 {
  display: none;
}
@media (max-width: 1600px) {
  .who-we-are-section .who-we-are-inner .img-sec {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .who-we-are-section .who-we-are-inner .img-sec {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-we-are-inner .img-sec {
    padding-top: 40px;
  }
  .who-we-are-section .who-we-are-inner .img-sec h2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-we-are-inner {
    flex-direction: column-reverse;
  }
  .who-we-are-section .who-we-are-inner .img-sec {
    padding: 0 0 40px;
  }
}
.who-we-are-section.mission-section {
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .who-we-are-section.mission-section .who-we-are-inner {
    flex-direction: inherit;
  }
}
.who-we-are-section.mission-section .who-we-are-inner .content-sec {
  padding-left: 50px;
  padding-right: 15px;
}
@media (max-width: 1600px) {
  .who-we-are-section.mission-section .who-we-are-inner .content-sec {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .who-we-are-section.mission-section .who-we-are-inner .content-sec {
    padding-left: 15px;
  }
}
.who-we-are-section.mission-section .who-we-are-inner .img-sec {
  padding-left: 15px;
  padding-right: 50px;
}
@media (max-width: 1600px) {
  .who-we-are-section.mission-section .who-we-are-inner .img-sec {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .who-we-are-section.mission-section .who-we-are-inner .img-sec {
    padding-right: 15px;
  }
}

.choise-section {
  background: #201F2D;
  border-radius: 0 0 100px 100px;
  position: relative;
}
@media (max-width: 1280px) {
  .choise-section {
    border-radius: 0 0 60px 60px;
  }
}
.choise-section .choise-section-inner {
  position: relative;
}
.choise-section .choise-section-inner::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 248px;
  height: 100%;
  background: transparent url(../images/ic-logo.svg) center center no-repeat;
  background-size: contain;
}
.choise-section h2 {
  color: white;
  padding-bottom: 25px;
}
.choise-section h4 {
  color: white;
  padding-bottom: 25px;
}
.choise-section p {
  color: white;
}
.choise-section .left-con h4 {
  color: #F2801D;
}

.timeline-section h2 {
  text-align: center;
  padding-bottom: 40px;
}
.timeline-section h4 {
  font-size: 24px;
  line-height: 100%;
  color: #F2801D;
  font-weight: 600;
  display: inline-block;
}
.timeline-section .timeline-inner {
  position: relative;
  overflow: hidden;
}
.timeline-section .timeline-inner::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .timeline-section .timeline-inner::before {
    left: 0;
    top: 29px;
  }
}
.timeline-section .timeline-container {
  padding: 10px 50px;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .timeline-section .timeline-container {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 0 !important;
    padding-bottom: 30px;
  }
}
.timeline-section .timeline-container .line {
  position: absolute;
  width: 25px;
  height: 1px;
  top: 40px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .timeline-section .timeline-container .line {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .timeline-section .timeline-container .line {
    width: 20px;
    top: 28px;
  }
}
.timeline-section .timeline-container .h2 {
  font-size: 50px;
  font-weight: 500;
  color: #1F1F2D;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .timeline-section .timeline-container .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .timeline-section .timeline-container .h2 {
    font-size: 30px;
  }
}
.timeline-section .timeline-container h4 {
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .timeline-section .timeline-container h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .timeline-section .timeline-container h4 {
    font-size: 18px;
  }
}
.timeline-section .timeline-container ul {
  padding: 15px 0 0;
  margin: 0;
  display: inline-block;
}
.timeline-section .timeline-container ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #212121;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.timeline-section .timeline-container ul li:last-child {
  margin-bottom: 0;
}
.timeline-section .timeline-container ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: transparent url(../images/ic-list.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .timeline-section .timeline-container ul li {
    font-size: 14px;
  }
}
.timeline-section .right-section {
  margin-left: auto;
  padding-right: 0;
}
.timeline-section .right-section .line {
  left: 0;
}
.timeline-section .left-section {
  margin-right: auto;
  padding-left: 0;
}
.timeline-section .left-section .line {
  right: 0;
}
@media (max-width: 767px) {
  .timeline-section .left-section .line {
    right: inherit;
    left: 0;
  }
}

/*-------------------About Us Page End-----------------------------*/
/*------------Product Services Page Start----------------------*/
.tab-section {
  position: inherit;
  overflow: visible;
}
.tab-section .container {
  height: 100%;
  overflow: visible;
}
.tab-section .sticky-nav-tabs {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tab-section .sticky-nav-tabs {
    padding-bottom: 0;
  }
}
.tab-section .sticky-nav-tabs-container {
  display: flex;
  gap: 14px;
}
@media (max-width: 1023px) {
  .tab-section .sticky-nav-tabs-container {
    overflow: auto;
  }
}
.tab-section .sticky-nav-tabs-container a {
  color: #212121;
  font-weight: 600;
  line-height: 120%;
  align-self: flex-start;
  padding: 30px 0 0;
  margin-bottom: 0;
  position: relative;
  letter-spacing: -0.5px;
}
@media (max-width: 1279px) {
  .tab-section .sticky-nav-tabs-container a {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .tab-section .sticky-nav-tabs-container a {
    padding-top: 20px;
    min-width: 200px;
  }
}
.tab-section .sticky-nav-tabs-container a::before {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.25s ease-in-out;
}
.tab-section .sticky-nav-tabs-container a:hover, .tab-section .sticky-nav-tabs-container a.active {
  color: #F2801D;
}
.tab-section .sticky-nav-tabs-container a:hover::before, .tab-section .sticky-nav-tabs-container a.active::before {
  background: #f2801d;
}
.tab-section .tabbing-main {
  position: inherit;
}
.tab-section .tabbing-main .tabbing-item {
  margin-top: 100px;
}
.tab-section .tabbing-main .tabbing-item:nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .tab-section .tabbing-main .tabbing-item {
    margin-top: 60px;
  }
  .tab-section .tabbing-main .tabbing-item:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tab-section .tabbing-main .tabbing-item {
    margin-top: 0px;
  }
  .tab-section .tabbing-main .tabbing-item:nth-child(2) h2 {
    margin-top: 0 !important;
  }
  .tab-section .tabbing-main .tabbing-item:nth-child(2) h2::before {
    display: none !important;
  }
}
.tab-section .tabbing-main .tabbing-item .img-sec h2 {
  display: none;
}
.tab-section .tabbing-main .tabbing-item .img-sec {
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .tab-section .tabbing-main .tabbing-item .img-sec {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .tab-section .tabbing-main .tabbing-item .img-sec {
    margin-bottom: 30px;
  }
  .tab-section .tabbing-main .tabbing-item .img-sec h2 {
    display: block;
    margin-top: 30px;
    padding: 30px 0 20px;
    position: relative;
  }
  .tab-section .tabbing-main .tabbing-item .img-sec h2::before {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.25s ease-in-out;
    background: rgba(0, 0, 0, 0.2);
  }
}
.tab-section .tabbing-main .tabbing-item .img-sec img {
  top: 100px;
  width: 100%;
  border-radius: 20px;
}
.tab-section .tabbing-main .tabbing-item .con-sec {
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .tab-section .tabbing-main .tabbing-item .con-sec {
    padding-left: 15px;
  }
}
.tab-section .tabbing-main .tabbing-item .con-sec h2 {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .tab-section .tabbing-main .tabbing-item .con-sec h2 {
    display: none;
  }
}
.tab-section .tabbing-main .tabbing-item .con-sec h2::before {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.25s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
}
.tab-section .tabbing-main .tabbing-item .con-sec h4 {
  color: #F2801D;
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
}
.tab-section .tabbing-main .tabbing-item .con-sec h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background: transparent url(../images/ic-list-orange.svg) center center no-repeat;
  background-size: contain;
}
.tab-section .tabbing-main .tabbing-item .con-sec ul {
  display: inline-block;
  margin-bottom: 25px;
}
.tab-section .tabbing-main .tabbing-item .con-sec ul li {
  position: relative;
  padding-left: 30px;
  color: #212121;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 20px;
}
.tab-section .tabbing-main .tabbing-item .con-sec ul li:last-child {
  margin-bottom: 0;
}
.tab-section .tabbing-main .tabbing-item .con-sec ul li::before {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  transition: all 0.25s ease-in-out;
  background: #D9D9D9;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .tab-section .tabbing-main .tabbing-item:first-child {
    margin-top: 10px;
  }
  .tab-section .tabbing-main .tabbing-item:first-child .row h2::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .tab-section .tabbing-main .tabbing-item:nth-child(2n+1) .row {
    flex-direction: column-reverse;
  }
}
.tab-section .tabbing-main .tabbing-item:nth-child(2n+1) .img-sec {
  padding-right: 15px;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .tab-section .tabbing-main .tabbing-item:nth-child(2n+1) .img-sec {
    padding-left: 15px;
  }
}
.tab-section .tabbing-main .tabbing-item:nth-child(2n+1) .con-sec {
  padding-right: 40px;
  padding-left: 15px;
}
@media (max-width: 1023px) {
  .tab-section .tabbing-main .tabbing-item:nth-child(2n+1) .con-sec {
    padding-right: 15px;
  }
}

/*------------Product Services Page End----------------------*/
/*------------Contact Page Start----------------------*/
.contact-main {
  padding-top: 50px;
  padding-bottom: 130px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .contact-main {
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact-main {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.contact-main .container {
  position: relative;
  height: 100%;
}
.contact-main .contact-form {
  background: #F2801D;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 1023px) {
  .contact-main .contact-form {
    padding: 20px;
  }
}
.contact-main .contact-form h3 {
  font-size: 40px;
  color: white;
  line-height: 120%;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .contact-main .contact-form h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact-main .contact-form h3 {
    font-size: 24px;
  }
}
.contact-main .contact-form form .form-group {
  margin-bottom: 10px;
}
.contact-main .contact-form form .form-group:last-child {
  margin-bottom: 0;
}
.contact-main .contact-form form .form-group .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #FFFDFD;
  border-radius: 10px;
  padding: 15px;
}
.contact-main .contact-form form .form-group .form-control::-webkit-input-placeholder {
  color: #FFFDFD;
}
.contact-main .contact-form form .form-group .form-control::-moz-placeholder {
  color: #FFFDFD;
}
.contact-main .contact-form form .form-group .form-control:-ms-input-placeholder {
  color: #FFFDFD;
}
.contact-main .contact-form form .form-group .form-control:-moz-placeholder {
  color: #FFFDFD;
}
.contact-main .contact-form form .form-group textarea.form-control {
  height: 135px;
}
.contact-main .contact-form form .form-group .btn-main {
  margin-top: 20px;
}
.contact-main .contact-form #messageBox {
  display: inline-block;
  text-align: center;
}
.contact-main .contact-form-section {
  position: absolute;
  right: 15px;
  top: -360px;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-main .contact-form-section {
    position: unset;
    padding-bottom: 50px;
  }
}
.contact-main .contact-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  max-width: 650px;
}
@media (max-width: 767px) {
  .contact-main .contact-info-wrapper {
    gap: 30px;
  }
}
.contact-main .contact-info-wrapper .info-item {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .contact-main .contact-info-wrapper .info-item {
    width: 100%;
  }
}
.contact-main .contact-info-wrapper .info-item iframe {
  width: 100%;
  height: 228px;
  border-radius: 20px;
}
.contact-main .contact-info-wrapper .info-item a {
  color: #313140;
  display: inline-block;
}
.contact-main .contact-info-wrapper .info-item a:hover {
  color: #F2801D;
}
.contact-main .contact-info-wrapper .info-item a:last-child {
  margin-left: 25px;
}
.contact-main .contact-info-wrapper .info-item.ic-call a:last-child {
  margin-left: 10px;
}
.contact-main .contact-info-wrapper .info-item.ic-call span {
  margin-left: 10px;
  opacity: 0.5;
}
.contact-main .contact-info-wrapper .info-item h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-main .contact-info-wrapper .info-item h4 {
    font-size: 18px;
    padding-left: 25px;
  }
}
.contact-main .contact-info-wrapper .info-item h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: transparent url(../images/ic-pin.svg) center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
}
.contact-main .contact-info-wrapper .info-item.ic-call h4::before {
  background-image: url(../images/ic-call.svg);
}
.contact-main .contact-info-wrapper .info-item.ic-mail h4::before {
  top: 6px;
  width: 18px;
  height: 14px;
  background-image: url(../images/ic-mail.svg);
}
.contact-main .contact-info-wrapper .info-item.ic-mail a {
  margin: 0;
}

/*------------Contact Page End----------------------*/
@media (max-width: 767px) {
  .modal-content {
    width: 80%;
    margin: 0 auto;
  }
}

.lightbox-img-border {
  border: 2px solid white;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lightbox-img-border {
    border-radius: 15px;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: 25px;
}

.carousel-control-prev {
  left: -70px;
}
@media (max-width: 767px) {
  .carousel-control-prev {
    left: -25px;
  }
}

.carousel-control-next {
  right: -70px;
}
@media (max-width: 767px) {
  .carousel-control-next {
    right: -25px;
  }
}

.footer-raw {
  padding: 70px 0 100px;
}
@media (max-width: 1400px) {
  .footer-raw {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .footer-raw {
    padding: 60px 0;
  }
}
.footer-raw h6 {
  color: #212121;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .footer-raw h6 {
    font-size: 16px;
  }
}
.footer-raw ul {
  display: inline-block;
  width: 100%;
}
.footer-raw ul li {
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #313140;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1400px) {
  .footer-raw ul li {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .footer-raw ul li {
    font-size: 14px;
  }
}
.footer-raw ul li a {
  font-size: 16px;
  color: #313140;
  font-weight: 400;
  line-height: 120%;
}
.footer-raw ul li a:hover {
  color: #F2801D;
}
@media (max-width: 1400px) {
  .footer-raw ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .footer-raw ul li a {
    font-size: 14px;
  }
}
.footer-raw .map {
  height: 100%;
}
.footer-raw .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.footer-raw .ft-1 .social-links {
  margin-top: 30px;
}
.footer-raw .ft-1 .social-links li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 3px;
}
.footer-raw .ft-1 .social-links li a {
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  background: white;
  transition: all 0.25s ease-in-out;
  text-align: center;
  line-height: 52px;
}
.footer-raw .ft-1 .social-links li a img {
  width: 16px;
  height: auto;
}
.footer-raw .ft-1 .social-links li a:hover {
  background: #F2801D;
  border-color: #F2801D;
}
.footer-raw .ft-1 p {
  font-size: 16px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .footer-raw .ft-1 {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .footer-raw .ft-2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-raw .ft-3 {
    display: none;
  }
}
.footer-raw .ft-4 {
  padding-left: 4%;
}
@media (max-width: 1400px) {
  .footer-raw .ft-4 {
    padding-left: 3%;
  }
}
@media (max-width: 991px) {
  .footer-raw .ft-4 {
    display: none;
  }
}
.footer-raw .ft-4 .ic-info {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.footer-raw .ft-4 .ic-info a {
  position: relative;
}
.footer-raw .ft-4 .ic-info a::before {
  content: "";
  left: -30px;
  top: 0;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
}
.footer-raw .ft-4 .ic-info:last-child {
  margin-bottom: 0;
}
.footer-raw .ft-4 .ic-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background: center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1400px) {
  .footer-raw .ft-4 .ic-info::before {
    width: 15px;
    height: 15px;
    padding-left: 25px;
  }
}
.footer-raw .ft-4 .ic-info.ic-address::before {
  background-image: url(../images/ic-pin.svg);
}
@media (max-width: 1400px) {
  .footer-raw .ft-4 .ic-info.ic-address::before {
    top: 9px;
    width: 16px;
  }
}
.footer-raw .ft-4 .ic-info.ic-mail::before {
  width: 18px;
  height: 18px;
  background-image: url(../images/ic-mail.svg);
}
@media (max-width: 1400px) {
  .footer-raw .ft-4 .ic-info.ic-mail::before {
    top: 12px;
    width: 12px;
    height: 12px;
  }
}
.footer-raw .ft-4 .ic-info.ic-mail:hover::before {
  background-image: url(../images/ic-mail-orange.svg);
}
.footer-raw .ft-4 .ic-info.ic-call::before {
  width: 18px;
  height: 18px;
  background-image: url(../images/ic-call.svg);
}
@media (max-width: 1400px) {
  .footer-raw .ft-4 .ic-info.ic-call::before {
    width: 15px;
    height: 15px;
  }
}
.footer-raw .ft-4 .ic-info.ic-call:hover::before {
  background-image: url(../images/ic-call-orange.svg);
}

/*
    box-shadow:2px 0px 0px #000000;
	-webkit-box-shadow:2px 0px 0px #000000;
    -moz-box-shadow:2px 0px 0px #000000;
	behavior:url(PIE.htc);
	position:relative;

	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;

	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	behavior:url(PIE.htc);
	position:relative;

	font-family: 'Inter'; Light: 300
	font-family: 'Inter'; Light Italic: 300i
    font-family: 'Inter'; Book: 400
	font-family: 'Inter'; Book Italic: 400i
	font-family: 'Inter'; Medium: 500
	font-family: 'Inter'; Medium Italic: 500i
	font-family: 'Inter'; Bold Italic: 700i
	font-family: 'Inter'; Heavy: 900
	font-family: 'Inter'; Heavy Italic: 900i

	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:200%;

*/

/*# sourceMappingURL=style.css.map */
