@import url("../css/fontawesome-all.min.css");

:root {
  --pageCenter: 1230px;
  --bodyFontFamily: "Open Sans", sans-serif;
  --bodyFontColor: #1a1c1d;
  --bodyFont: 17px;
  --bodyLineHeight: 24px;
  --linkColor: #f27124;
}

html {
  overflow-x: hidden;
  font-size: var(--bodyFont);
  line-height: var(--bodyLineHeight);
}

body {
  color: var(--bodyFontColor);
  font-size: 100%;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  line-height: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  /* background: var(--bodyFontColor); */
}

* {
  border: none;
  margin: 0;
  outline: none !important;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: var(--linkColor);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--bodyFontColor);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bodyFontFamily);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 2.6666666666666665rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4666666666666666rem;
}

h6 {
  font-size: 1.2rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/***** wp ******/
p.pn {
  padding: 0;
  margin: 0;
}

p {
  margin: 0 0 25px;
}

p + ul,
p + ol {
  margin-top: -6px;
}

ul {
  margin: 0 0 25px;
}

ul li {
  position: relative;
  padding: 0 0 7px 22px;
  overflow: hidden;
}

ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  color: var(--bodyFontColor);
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 2px;
  top: 7px;
}

ol {
  padding-left: 26px;
  margin: 0 0 25px;
  text-align: left;
  overflow: hidden;
}

ol li {
  list-style: decimal;
  padding-bottom: 7px;
  padding-left: 0;
}

ol li ul > li {
  padding-left: 20px;
  list-style: none;
}

ol li ul > li:before {
  display: block;
  left: 1px;
}

ul ol li {
  overflow: visible;
}

ul ol li:before {
  display: none;
  overflow: visible;
}

ol ol li {
  list-style: lower-alpha;
}

ol ol ol li {
  list-style: lower-roman;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 12px;
  margin-bottom: 5px;
}

ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}

.text-center ul {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.list-none li {
  padding-left: 0;
}

.list-none li:before {
  display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

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

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

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

.table-responsive {
  border: none;
  margin: 20px 0;
  overflow: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #cfcdcd;
  border-collapse: collapse !important;
}

table tr td,
table tr th {
  padding: 14px 15px;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
  border: 1px solid #dddddd;
}

table tr th {
  font-weight: 700;
}

th[align="center"],
td[align="center"] {
  text-align: center !important;
}

th[align="right"],
td[align="right"] {
  text-align: right !important;
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.common-content {
  padding: 50px 0;
}

a[href^="tel:"],
a[href^="mailto:"] {
  display: inline-block;
  word-break: break-word;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--pageCenter);
  clear: both;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  content: "";
  clear: both;
  display: table;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33%;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3.3333333333333335rem;
  }

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33%;
  }
}

a,
::before,
:after {
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
}

/******Header******/
header {
  position: fixed;
  background-color: rgb(255 255 255 / 50%);
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 999;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  padding: 0;
}

.header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.header-left {
  --size: 280px;
  float: left;
  width: var(--size);
  min-width: var(--size);
}

header .logo {
  float: left;
  max-width: 100%;
  z-index: 999;
  width: 100%;
  margin: 5px 0;
}

header .logo a {
  display: block;
  margin: 0;
  position: relative;
}

header .logo img {
  display: block;
  margin: 0;
}

.head-fix header {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
}

@media only screen and (min-width: 1025px) {
}

/****Space Control Top Bottom*****/
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 10px 0 !important;
}

.m-2 {
  margin: 20px 0 !important;
}

.m-3 {
  margin: 30px 0 !important;
}

.m-4 {
  margin: 40px 0 !important;
}

.m-5 {
  margin: 50px 0 !important;
}

.m-6 {
  margin: 60px 0 !important;
}

.m-7 {
  margin: 70px 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 10px 0 !important;
}

.p-2 {
  padding: 20px 0 !important;
}

.p-3 {
  padding: 30px 0 !important;
}

.p-4 {
  padding: 40px 0 !important;
}

.p-5 {
  padding: 50px 0 !important;
}

.p-6 {
  padding: 60px 0 !important;
}

.p-7 {
  padding: 70px 0 !important;
}

.m-t0 {
  margin-top: 0 !important;
}

.m-t1 {
  margin-top: 10px !important;
}

.m-t2 {
  margin-top: 20px !important;
}

.m-t3 {
  margin-top: 30px !important;
}

.m-t4 {
  margin-top: 40px !important;
}

.m-t5 {
  margin-top: 50px !important;
}

.m-t6 {
  margin-top: 60px !important;
}

.m-t7 {
  margin-top: 70px !important;
}

.m-b0 {
  margin-bottom: 0 !important;
}

.m-b1 {
  margin-bottom: 10px !important;
}

.m-b2 {
  margin-bottom: 20px !important;
}

.m-b3 {
  margin-bottom: 30px !important;
}

.m-b4 {
  margin-bottom: 40px !important;
}

.m-b5 {
  margin-bottom: 50px !important;
}

.m-b6 {
  margin-bottom: 60px !important;
}

.m-b7 {
  margin-bottom: 70px !important;
}

.m-l4 {
  margin-left: 40px !important;
}

.m-l2 {
  margin-left: 20px !important;
}

.m-l3 {
  margin-left: 30px !important;
}

.p-t0 {
  padding-top: 0 !important;
}

.p-t2 {
  padding-top: 20px !important;
}

.p-t3 {
  padding-top: 30px !important;
}

.p-t4 {
  padding-top: 40px !important;
}

.p-t5 {
  padding-top: 50px !important;
}

.p-t6 {
  padding-top: 60px !important;
}

.p-t7 {
  padding-top: 70px !important;
}

.p-b0 {
  padding-bottom: 0 !important;
}

.p-b2 {
  padding-bottom: 20px !important;
}

.p-b3 {
  padding-bottom: 30px !important;
}

.p-b4 {
  padding-bottom: 40px !important;
}

.p-b5 {
  padding-bottom: 50px !important;
}

.p-b6 {
  padding-bottom: 60px !important;
}

.p-b7 {
  padding-bottom: 70px !important;
}

.p-l2 {
  padding-left: 20px !important;
}

.p-l3 {
  padding-left: 30px !important;
}

.p-l4 {
  padding-left: 40px !important;
}

.p-r2 {
  padding-right: 20px !important;
}

.p-r3 {
  padding-right: 30px !important;
}

.p-r4 {
  padding-right: 40px !important;
}

.p-r5 {
  padding-right: 50px !important;
}

/****Space Control Top Bottom End*****/

/*****Social Icons*****/
ul.social-icon {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

ul.social-icon li {
  display: inline-block;
  width: auto;
  margin: 3px 9px 3px 0;
  background: none;
  padding: 0;
  vertical-align: middle;
  color: var(--bodyFontColor);
}

ul.social-icon li:before {
  display: none;
}

ul.social-icon li a {
  display: inline-block;
  padding: 0;
  width: auto;
}

ul.social-icon li i {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  font-size: 20px;
  color: var(--bodyFontColor);
  line-height: 1;
  transition: inherit;
}

ul.social-icon li i:before {
  display: inline-block;
  line-height: 36px;
  width: 36px;
}

ul.social-icon li a:hover i {
  color: #fff;
  background-color: var(--linkColor);
}

/*****Social Icons End*****/
/******Footer*****/
footer {
  background: rgb(26, 28, 29);
  color: rgb(178, 179, 184);
  padding: 20px 0;
  font-size: 13px;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .container p {
  margin: 0;
}

footer a {
  color: inherit;
}

footer a:hover {
  color: var(--linkColor);
}

/******Footer End*****/
#content {
  min-height: calc(100vh - (64px));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 30px;
  background-image: url("../img/about-us-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#content span.tag {
  color: #fff;
  background: #f27124;
  padding: 5px 11px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
}
#content .container {
  background: rgb(255 255 255 / 55%);
  backdrop-filter: blur(7px);
  padding: 70px 60px;
  border-radius: 12px;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 15%);
}

#content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 30%;
}

/************Responsive Start************/
@media only screen and (max-width: 991px) {
  .header-left {
    --size: 180px;
  }

  .header-row {
    padding: 15px 0;
  }

  #content .container {
    padding: 30px 30px;
    max-width: 90%;
    margin: 0 auto;
  }

  #content {
    font-size: 15px;
    line-height: 1.5;
  }

  #content br {
    display: none;
  }

  #content span.tag {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
  }
  footer .container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  footer {
    font-size: 11px;
    padding: 15px 0;
  }
}
/************Responsive End************/
