/*

ART FACTORY

https://templatemo.com/tm-537-art-factory

*/

/* 
---------------------------------------------
Table of contents
---------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. profile
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- 
*/

/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"); */
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
/*#region reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div 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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
} */

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

/* * {
  box-sizing: border-box;
} */

html,
body {
  font-family: "Verdana", "sans-serif";
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
} */

p {
  font-size: 15px;
  line-height: 25px;
  color: #4a4a4a;
}
/*#endregion reset*/

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
/* html,
body {
  background: #fff;
  font-family:  "Verdana", "sans-serif";
} */

::selection {
    background: rgb(124, 189, 253);
    /*   background: #ff589e;*/
    color: #fff;
}

::-moz-selection {
    background: rgb(124, 189, 253);
    /* background: #ff589e; */
    color: #fff;
}
/*  @media (max-width: 1200px) {
*/
 @media (max-width: 991px) { 
    html,
    body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.faq-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #dd9001;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.faq-button:hover {
  background-color: #b17301;
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  /* background-color: #f55858; */
  background-color: #064AB0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #0088e8;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #00b4c6;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #0088e8;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 20px;
  /* background-color: #f55858; */
  background-color: #064AB0;

  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #0088e8;
}

/*.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}*/
h1 {
  font-size: 27px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 29px;
}

.section-heading p {
  font-size: 17px;
  color: #777;
  text-align: center;
}

/*#region header*/

/*#region header > background-header*/
.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}
.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}
.background-header .main-nav .nav > li:hover > a {
  /* color: #f55858 !important; */
  color: #064AB0 !important;
}
.background-header .main-nav .nav > li > ul > li:hover > a {
  /* color: #f55858 !important; */
  color: #064AB0 !important;
}
.background-header .nav li a.active {
  /* color: #f55858 !important; */
  color: #064AB0 !important;
}

/*#endregion header > background-header*/

/*#region header > header-area*/

.header-area {
  font-family: "Tahoma", "Arial";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}
.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}
.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li:hover a {
  /* color: #f55858; */
  color: #064AB0;
}
.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}
.header-area .main-nav .nav li.submenu:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}
.header-area.background-header .main-nav .nav li.submenu:after {
  color: #000;
}
.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 180px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
  z-index 0s linear 0.01s;
  right: 0px;
}
.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}
.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* background: #f55858; */
  background: #064AB0;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  /* color: #f55858; */
  color: #064AB0;
  padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e; 
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}
.header-area.header-sticky {
  z-index: 165;

  min-height: 80px;
}
.header-area.header-sticky .nav {
  margin-top: 20px !important;
}
.header-area.header-sticky .nav li a.active {
  /* color: #f55858; */
  color: #064AB0;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
/*@media (max-width: 991px) {*/
   @media (max-width: 1200px) { 
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    /* color: #f55858; */
    color: #064AB0;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #0088e7 !important;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}
/* @media (min-width: 992px) { */
@media (min-width: 1201px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/*#endregion header > header-area*/

/*#region header > background-header > menu-trigger*/
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}
/*#endregion header > background-header > menu-trigger*/

/*#endregion header*/

/*#region profile*/
#profile {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
/*
TRY IT ... with or without CENTER CENTER
  background-position: center center; 
*/
  background-size: cover;
  width: 100%;
  /*  height: 110vh;*/
  height: 1155px;
  /* margin-top: -5vh; */
}
.profile-area .header-text {
  position: absolute;
  top: 55%;
  transform: translateY(-60%);
  text-align: left;
  width: 100%;
}
.profile-area .header-text .left-text {
  align-self: center;
}
.profile-area .header-text h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
  /* font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1.4px;
  margin-top: 100px;
  margin-bottom: 30px;
  color: #fff; */
}
.profile-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}
.profile-area .header-text img {
  transform: rotate(-5deg);
}
.profile-area .services-text {
  font-size:14px; 
  background-color:#63bfdd;
}
.profile-area .emphasis {
  color:#064a80;
}
/* @media (max-width: 991px) { */
@media (max-width: 1400px) {
#profile {
  height: 1435px;
}


  .profile-area .header-text {
    /* top: 45% !important; */
    transform: perspective(1px) translateY(-60%) !important;
  }
  .profile-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
  }
  .profile-area .header-text h1 span {
    color: #fff;
  }
  .profile-area .header-text p {
    color: #fff;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) { 
  .profile-area {
    margin-bottom: 10px;
  }
  .profile-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-50%) !important;
    /* text-align: center; */
  }
  .profile-area .header-text .buttons {
    display: none;
  }
  .profile-area .header-text h1 {
    /* font-weight: 600; */
    font-size: 34px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
  }
  .profile-area .header-text h1 span {
    color: #fff;
  }
  .profile-area .header-text p {
    /* text-align: center; */
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .profile-area .header-text img {
    width: 35%;
    /* margin-top: 50px; */
  }
}
@media (max-width: 765px) { 
  .profile-area {
    margin-bottom: 20px;
  }
  .profile-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .profile-area .header-text .buttons {
    display: none;
  }
  .profile-area .header-text h1 {
    /* font-weight: 600; */
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .profile-area .header-text h1 span {
    color: #fff;
  }
  .profile-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .profile-area .header-text img {
    width: 50%;
    margin-top: 45px;
  }
  /* .profile-area .header-text .img-profile {
    height: rotate(10deg);
  } */
}

/* @media (max-width: 820px) {
  .profile-area .header-text {
  top: 55% !important;
  transform: perspective(1px) translateY(-60%) !important;
}
.profile-area .header-text h1 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
}
.profile-area .header-text p {
  margin-bottom: 30px;
}
} */

/*#endregion profile*/

/*#region topic*/
#topic {
  padding: 130px 0px 0px 0px; 
}
/*#endregion topic*/

/*#region virtualOffice*/
#virtualOffice {
  padding: 0px 0px 0px 0px; 
  /* padding-top: 80px;
  border-bottom: 1px solid #eee;*/
}
#virtualOffice .right-text {
  align-self: center;
}
#virtualOffice .right-text p {
  margin-bottom: 40px;
}
#virtualOffice .services-text {
  font-size: 16px; 
  background-color:#63bfdd;
}
@media (max-width: 765px) {
  #virtualOffice {
    /*padding: 20px 0px 120px 0px;*/
    padding-top: 20px 0px 0px 0px;
  }
}

/*#region virtualOffice > services*/
#services {
  scroll-margin-top: 80px;  
  position: relative;
  padding: 25px 0px 0px 0px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(0%, rgba(0, 182, 198, 1)),
    color-stop(100%, rgba(0, 136, 232, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
  background-image:linear-gradient(-45deg, rgba(0,136,232,85%), rgba(0,182,198,100%)),url("../images/incorporation.png");
  background-size: cover;

}
#services table th {
  border: none;
}
.service-item .service-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
/*#endregion virtualOffice > services*/

/*#endregion virtualOffice*/

/*#region companySecretary*/
#companySecretary {
  padding: 130px 0px 0px 0px; 
  /* padding-top: 80px;
  border-bottom: 1px solid #eee;*/
  position: relative;
  background: rgba(255,255,255,100%);
  background: -moz-linear-gradient(
    90deg,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255,255,255, 1)),
    color-stop(0%, rgba(255,255,255, 1)),
    color-stop(100%, rgba(255,255,255, 1))
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 0%,
    rgba(255,255,255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
  background-image:linear-gradient(90deg, rgba(255,255,255,100%), rgba(255,255,255,75%)),url("../images/companySecretary.jpg");
  background-size: cover;


}
#companySecretary .right-text {
  align-self: center;
}
#companySecretary .right-text p {
  margin-bottom: 40px;
}
#companySecretary .services-text {
  font-size: 16px; 
  background-color:#63bfdd;
}
@media (max-width: 765px) {
  #companySecretary {
    /*padding: 20px 0px 120px 0px;*/
    padding-top: 20px 0px 0px 0px;
  }
}

#QA .services-text {
  font-size: 14px; 
  background-color:#63bfdd;
  color: darkblue;
}

/*#region companySecretary > services*/
#services {
  position: relative;
  padding: 25px 0px 0px 0px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(0%, rgba(0, 182, 198, 1)),
    color-stop(100%, rgba(0, 136, 232, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
  background-image:linear-gradient(-45deg, rgba(0,136,232,85%), rgba(0,182,198,100%)),url("../images/incorporation.png");
  background-size: cover;

}
#services table th {
  border: none;
}
.service-item .service-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
/*#endregion companySecretary > services*/

/*#endregion companySecretary*/

/*#region incorporation*/
#incorporation {
  /* padding: 120px 0px; */
  padding: 130px 0px 0px 0px; 
  /* padding-top: 80px;
  border-bottom: 1px solid #eee; */
  background-image: linear-gradient(-45deg, rgba(255,255,255,100%), rgba(255,255,255,65%)),url("../images/incorporation.jpg");
  background-size: cover;
}
#incorporation .section-heading p {
  margin-bottom: 50px;
}
/* #incorporation .left-text {
  align-self: center !important;
} */
#incorporation .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
#incorporation .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#incorporation .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
}
#incorporation .left-text span a {
  font-weight: 500;
}

/*#region incorporation > package*/
#package {
  scroll-margin-top: 80px;  
  position: relative;
  padding: 25px 0px 50px 0px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(1, 90, 153) 0%,
    rgba(0, 136, 232, 1) 0%,
    rgb(1, 90, 153) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgb(1, 90, 153)),
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(100%, rgb(1, 90, 153))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgb(1, 90, 153) 0%,
    rgba(0, 136, 232, 1) 0%,
    rgb(1, 90, 153) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgb(1, 90, 153) 0%,
    rgba(0, 136, 232, 1) 0%,
    rgb(1, 90, 153) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgb(1, 90, 153) 0%,
    rgba(0, 136, 232, 1) 0%,
    rgb(1, 90, 153) 100%
  );
  background: linear-gradient(
    135deg,
    rgb(1, 90, 153) 0%,
    rgba(0, 136, 232, 1) 0%,
    rgb(1, 90, 153) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
  background-image:linear-gradient(-45deg, rgba(1,90,153,85%), rgba(0,136,232,100%)),url("../images/incorporation.png");
  background-size: cover;
}
#package table th {
  border: none;
}
.package-item .package-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.ordering li {
  padding-left: 1.3em; /* same as padding-left set on li */
}
.ordering li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
/*#endregion incorporation > package*/

/*#endregion incorporation*/

/*#region taxation*/
#taxation {
  /* padding: 120px 0px; */
  padding: 130px 0px 0px 0px; 
  /* padding-top: 80px; */
  border-bottom: 1px solid #eee;
  background-image: linear-gradient(rgba(255,255,255,100%), rgba(255,255,255,85%)),url("../images/taxation.png");
  background-size: cover;
}
#taxation .section-heading p {
  margin-bottom: 50px;
}
/* #taxation .left-text {
  align-self: center !important;
} */
#taxation .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
#taxation .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#taxation .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
}
#taxation .left-text span a {
  font-weight: 500;
}
/*#endregion taxation*/

/*#region contactUs*/
#contactUs {
  /* padding: 120px 0px; 
  padding-top: 80px;*/
  scroll-margin-top: 80px;
  padding: 25px 0px 50px 0px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgb(0, 24, 41) 0%,
    rgb(1, 90, 153) 0%,
    rgb(0, 24, 41) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgb(0, 24, 41)),
    color-stop(0%, rgb(1, 90, 153)),
    color-stop(100%, rgb(0, 24, 41))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgb(0, 24, 41) 0%,
    rgb(1, 90, 153) 0%,
    rgb(0, 24, 41) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgb(0, 24, 41) 0%,
    rgb(1, 90, 153) 0%,
    rgb(0, 24, 41) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgb(0, 24, 41) 0%,
    rgb(1, 90, 153) 0%,
    rgb(0, 24, 41) 100%
  );
  background: linear-gradient(
    135deg,
    rgb(0, 24, 41) 0%,
    rgb(1, 90, 153) 0%,
    rgb(0, 24, 41) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );

}
#contactUs h5 {
  font-size: 26px;
  font-weight: 700;
  color: whitesmoke;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
#contactUs .section-heading p {
  margin-bottom: 50px;
}
/* #incorporation .left-text {
  align-self: center !important;
} */
#contactUs .left-text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #b2caed;
  line-height: 40px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
#contactUs .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: white;
}
#contactUs .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
}
#contactUs .left-text span a {
  font-weight: 500;
}

/*#region contactUs > map */
#map {
  background-color: #fff;
  position: relative;
  padding: 25px 0px 50px 0px;
  background-image: linear-gradient(rgba(255,255,255,100%), rgba(255,255,255,50%)),url("../images/contactUs.png");
  background-size: cover;
}
/*#endregion contactUs > map*/

/*#region contactUs > enquiryForm */
#map {
  background-color: #fff;
  position: relative;
  padding: 25px 0px 50px 0px;
}
/*#endregion contactUs > enquiryForm*/
#enqForm {
  scroll-margin-top: 80px;  
}
.enquiryForm {
  padding: 40px;
  background: rgb(200, 200, 200);
  background: -moz-linear-gradient(
    -45deg,
    rgb(200, 200, 200) 0%,
    rgb(235, 235, 235) 0%,
    rgb(200, 200, 200) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgb(200, 200, 200)),
    color-stop(0%, rgb(235, 235, 235)),
    color-stop(100%, rgb(200, 200, 200))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgb(200, 200, 200) 0%,
    rgb(235, 235, 235) 0%,
    rgb(200, 200, 200) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgb(200, 200, 200) 0%,
    rgb(235, 235, 235) 0%,
    rgb(200, 200, 200) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgb(200, 200, 200) 0%,
    rgb(235, 235, 235) 0%,
    rgb(200, 200, 200) 100%
  );
  background: linear-gradient(
    135deg,
    rgb(200, 200, 200) 0%,
    rgb(235, 235, 235) 0%,
    rgb(200, 200, 200) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
}
.enquiryForm .formLabel {
  color:rgb(8 107 177);

}
.enquiryForm .input textarea,
.enquiryForm .input input[type=text],
.enquiryForm .input input[type=checkbox],

.enquiryForm .input input[type=email] {

  /* border: 1px solid black;
  background-color: #ccc; */
  transition: all 0.5s ease;
} 
.enquiryForm .input textarea:focus,
.enquiryForm .input input[type=text]:focus,
.enquiryForm .input input[type=email]:focus {
  /* border-color: red; */
  background: #d5f3ff;
  outline: none;
}
/*#endregion contactUs*/

/*#region profileContent */
#profileContent {
  padding: 25px 20px 50px 20px;

 /* padding: 20px;
  background-color: #f8f8f8;*/
  /*border: 1px solid #dedede;
  border-radius: 5px;

  /*background-color: #fff;*/
  position: relative;
  padding: 25px 0px 50px 0px;
  background-image: linear-gradient(rgba(255,255,255,100%), rgba(255,255,255,80%)),url("../images/28b.png");
  background-size: cover;
}
#profileContent .section-heading p {
  margin-bottom: 50px;
}
#profileContent h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}
#profileContent p {
  margin-bottom: 35px;
  font-size: 16px;

}

#profileContent a {
  color: #006400;
  text-decoration: none;
  transition: color 0.3s ease;
}

#profileContent a:hover {
  color: #ff0000;
}

/*#endregion*/

/*#region qaSection */
#QA {
  scroll-margin-top: 80px;  
}
#qaSection {
  /* padding: 20px;*/
  background-color: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 5px;

  /*background-color: #fff;*/
  position: relative;
  padding: 25px 0px 50px 0px;
  background-image: linear-gradient(rgba(255,255,255,100%), rgba(255,255,255,70%)),url("../images/faq.jpg");
  background-size: cover;
}
#qaSection .section-heading p {
  margin-bottom: 50px;
}
#qaSection h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}
#qaSection p {
  margin-bottom: 35px;
}

#qaSection a {
  color: #006400;
  text-decoration: none;
  transition: color 0.3s ease;
}

#qaSection a:hover {
  color: #ff0000;
}

/*#endregion qaSection*/

/*#region informationTech*/
#informationTech {
  padding: 130px 0px 0px 0px; 
  /* padding-top: 80px;
  border-bottom: 1px solid #eee;*/
}
#informationTech .right-text {
  align-self: center;
}
#informationTech .right-text p {
  margin-bottom: 40px;
}
#informationTech .services-text {
  font-size: 16px; 
  background-color:#63bfdd;
}
@media (max-width: 765px) {
  #informationTech {
    /*padding: 20px 0px 120px 0px;*/
    padding-top: 20px 0px 0px 0px;
  }
}

/*#region informationTech > services*/
#services {
  position: relative;
  padding: 25px 0px 0px 0px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(0%, rgba(0, 182, 198, 1)),
    color-stop(100%, rgba(0, 136, 232, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
  background-image:linear-gradient(-45deg, rgba(0,136,232,85%), rgba(0,182,198,100%)),url("../images/incorporation.png");
  background-size: cover;

}
#services table th {
  border: none;
}
.service-item .service-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
/*#endregion informationTech > services*/

/*#endregion informationTech*/



/* #contact-us h5, */
#informationTech h5,
#companySecretary h5,
#incorporation h5,
#taxation h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
#contact-us p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
/* #incorporation ul li img {
  display: inline;
  float: left;
}
#incorporation ul li .text {
  margin-left: 80px;
}
#incorporation ul li .text h6 {
  padding-top: 12px;
  font-size: 21px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 20px;
} */



/*
---------------------------------------------
informationTech
---------------------------------------------
*/








/* 
---------------------------------------------
services
--------------------------------------------- 
*/

  
 

.service-item {
  /*ursor: pointer;*/
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  /* text-align: center; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  /* height: 100%; */
}

/* @media screen and (max-width: 920px) {
  .service-item {
    margin: 0px 30px !important;
  }
} */

.service-item:hover .icon,
.service-item:hover a.main-button {
  background-color: #0088e8;
}

.service-item .icon {
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #00b4c6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.service-item .icon img {
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.service-item ul {
  /* font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2; */
  text-align: left;
  padding: 20px;
}
.service-item li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.service-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.service-item a.main-button {
  margin-top: 30px;
  display: inline-block;
}

.owl-carousel .owl-dots {
  /* margin-top: 60px; */
  margin-top: 20px;
  text-align: center;
  align-self: center;
}

.owl-carousel button.owl-dot span {
  border-radius: 50%;
  background-color: #fff;
  width: 5px;
  height: 5px;
  display: inline-block;
  margin: 0px 5px;
}

.owl-carousel button.active span {
  width: 8px;
  height: 8px;
  padding-top: 1.5px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next span {
  top: 32%;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  right: -80px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.15);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  top: 32%;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  left: -80px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.15);
  position: absolute;
}

@media screen and (max-width: 1320px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/*
---------------------------------------------
accordions
---------------------------------------------
*/

#frequently-question {
  padding: 120px 0px;
}

#frequently-question .section-heading p {
  margin-bottom: 80px;
}

#frequently-question .left-text {
  align-self: center !important;
}

#frequently-question .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
}

#frequently-question .left-text span a {
  font-weight: 500;
}
.frequently-question li {
  padding-left: 1.3em; /* same as padding-left set on li */
}
.frequently-question li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
@media (max-width: 765px) {
  #frequently-question .left-text {
    margin-bottom: 60px;
  }
}

.accordions {
  background-color: #f7f7f7;
}
.accordion-head {
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #0088e8;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
  padding: 0px;
}
 .accordion-body > .content {
  padding: 20px;
  padding-top: 0;
} 

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
#contact-us {
  position: relative;
  padding: 120px 0px 90px 0px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(0%, rgba(0, 182, 198, 1)),
    color-stop(100%, rgba(0, 136, 232, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
}
#contact-us .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: hidden;
}

#contact-us .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-field {
  background-color: rgba(250, 250, 250, 0.3);
}

.contact-form {
  padding: 100px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(0%, rgba(0, 182, 198, 1)),
    color-stop(100%, rgba(0, 136, 232, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
}

@media (max-width: 765px) {
  .contact-form {
    padding: 60px;
    margin-top: -7px;
  }
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: none;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

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

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.contact-form ::placeholder {
  color: #fff;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: #fff;
  padding: 30px 0px;
}

footer .social {
  overflow: hidden;
  text-align: right;
}

footer .social li {
  margin: 0px 5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: #00b4c6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #0088e8;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
      text-align: center;
      margin-top: 15px;
  }
  footer .company {
    text-align: center;
  }
}

/* 
---------------------------------------------
sitemap
--------------------------------------------- 
*/
#sitemap-section {
  padding: 50px 0px 25px 0px;
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
    border-bottom: 1px solid #eee;
    background: rgb(0, 24, 41);
}

#sitemap-section a {
    text-decoration: none;
    transition: color 0.3s ease;
}

#sitemap-section a:hover {
    color: #007bff !important;
}

#sitemap-section li {
    margin-bottom: 0.5rem;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #00b4c6 0%, #0088e8 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
table
--------------------------------------------- 

table tr {
  color: whitesmoke;
}*/


table th {
/*   background: rgb(196,194,194);
  background: radial-gradient(circle, rgba(196,194,194,1) 0%, rgba(239,239,239,0) 60%);
    */background-color: #efefef;
    background:  linear-gradient(#fbfbfb, #e3e3e3);
  border: solid 1px; 
  color: dodgerblue;
}
table .blank {
  background-color: transparent;
  background: transparent;
}
table tbody {
  background-color: #f8f8f8;
}
table .content-center {
  text-align: center;
  vertical-align: middle;
  
  border-left: 1px solid #e6e6e6;

}
table .body-head {
  background-color: #d3d3d340;
  /*background:  linear-gradient(#fbfbfb, #e3e3e3);*/
  background: linear-gradient(to right,#f8f8f8, #e5e2e2)
}

.text-shadow {
  text-shadow: 3px 3px rgb(0 0 0 / 8%);
  font-weight: bold;
}

/* 
---------------------------------------------
Callout
--------------------------------------------- 
*/
.bd-callout {
 /*  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color:  #997404;
  background-color: #fffbef;
  border-left: 0.5rem solid #ffe69c; */

  padding: 1.25rem;
  color:#4A4A4A; 
  background-color: #f7f7f7;
  border-left: 0.3rem solid #9cc7ff;

}

.category {
  background-color: #f7f7f7;
}
.category-head {
  padding: 1rem;
  font-size: 20px;
  cursor: pointer;
  transition: color 200ms ease-in-out;
}
.category-body {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
  padding: 1.5rem;
}

/* 
---------------------------------------------
WhatsApp Floating Button
--------------------------------------------- 
*/
.whatsapp-float {
    position: fixed;
    bottom: 180px;
    right: 20px;
    z-index: 999;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    background-color: #128C7E;
    color: white;
    text-decoration: none;
}

.whatsapp-tooltip {
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 160px;
        right: 25px;
    }
    
    .whatsapp-button {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .whatsapp-tooltip {
        font-size: 12px;
        right: -20px;
    }
}
/* 
---------------------------------------------
WeChat Floating Button
--------------------------------------------- 
*/
.wechat-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1000;
}
.wechat-button {
    width: 60px;
    height: 60px;
    background-color: #7BB32E;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(123, 179, 46, 0.4);
    transition: all 0.3s ease;
    animation: pulse-wechat 2s infinite;
}
.wechat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(123, 179, 46, 0.6);
    background-color: #6AA028;
    color: white;
    text-decoration: none;
}
.wechat-tooltip {
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
}
.wechat-tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}
.wechat-float:hover .wechat-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@keyframes pulse-wechat {
    0% {
        box-shadow: 0 0 0 0 rgba(123, 179, 46, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(123, 179, 46, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(123, 179, 46, 0);
    }
}
/* Mobile responsive */
@media (max-width: 768px) {
    .wechat-float {
        bottom: 90px;
        right: 25px;
    }
    
    .wechat-button {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .wechat-tooltip {
        font-size: 12px;
        right: -20px;
    }
}

/* 
---------------------------------------------
Scroll Top
--------------------------------------------- 
*/
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}
