* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0px;
}

a,
input,
textarea,
button,
li {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  text-decoration: none !important;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

br {
  margin: 0;
  width: 0;
}

:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 6px;
  color: #0091f7;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #0a58ca;
  border-radius: 10px;
  border-color: #000;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 20px #0a58ca;
}

li {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 90px;
  line-height: 88px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 60px;
  line-height: normal;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  line-height: normal;
  font-weight: 900;
}

h4 {
  font-size: 30px;
  color: #000;
}

h5 {
  font-size: 24px;
  color: #000;
  line-height: normal;
}

h6 {
  font-size: 21px;
  line-height: 25px;
}

.clear {
  clear: both;
}

.row {
  margin: 0;
}

.container-fluid,
.container,
.n_p,
.nopad {
  padding: 0px;
}

.container-fluid {
  width: 100%;
}

.container-fluid.banner_section {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 877px;
}

.banner_section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 -0.76%, rgba(0, 0, 0, 0) 126.14%);
  opacity: 0.7;
}

img.black_bg {
  position: absolute;
  top: 0px;
  bottom: -81px;
  margin: auto 0px;
  right: 0;
  z-index: 9;
}

.logo a {
  display: block;
  align-items: center;
  height: 100%;
}

.header_area {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #1c1b1f;
  width: 100%;
}

.container-fluid.header_bottom {
  background: #1c1b1f;
  padding: 0px 15px;
}

.container-fluid.banner_section .container {
  height: 100%;
  display: flex;
  padding: 195px 0px 50px;
}

.banner_content h4 {
  color: #fff;
  margin: 16px 0px 30px;
  position: relative;
  z-index: 9;
}

.inner_banner_section {
  background-repeat: no-repeat;
  background-size: 58% 100%;
  padding-bottom: 72px;
}

img.arrow {
  position: absolute;
  left: 0;
  right: 120px;
  margin: auto;
  bottom: -154px;
}

.banner_img_wrp {
  float: right;
  margin-right: 0px;
}

.inner_banner_section .container-xxl {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.call_us_btn {
  max-width: 480px;
  width: 100%;
  height: 70px;
  background-image: url("../images/call_btn.png");
  background-size: 100% 100%;
  text-align: right;
  font-size: 35.38px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  line-height: 70px;
  padding: 0px 31px;
  position: relative;
  left: -44px;
  margin: 15px 0;
}

.call_us_btn a {
  color: #fff;
}

.call_us_btn:hover a {
  color: #000;
}

.banner_content .read_more {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 0;
}

.inner_banner_content {
  margin-top: 100px;
  width: 50%;
  position: relative;
}

.get_a_free_quote {
  padding: 55px 15px 75px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: -140px bottom;
}

.get_a_free_quote h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.input_div {
  max-width: 19%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.input_div input,
.input_div select {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 42px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 15px;
  width: 100%;
  background: #fff;
  outline: none !important;
}

.input_div select {
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: 94% center;
  padding-right: 33px;
}

.input_div:last-child {
  float: right;
  margin-right: 0px;
  position: relative;
}

.submit_input_div {
  width: 132px;
  height: 42px;
  cursor: pointer;
  display: inline-block;
}

.submit_input_div input {
  width: 100%;
  height: 100%;
  background: #000;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  outline: none !important;
  cursor: pointer;
  border-radius: 4px;
}

.submit_input_div input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}

div#scroll_form span.wpcf7-not-valid-tip,
div#scroll_form div.wpcf7-validation-errors,
div#scroll_form div.wpcf7-acceptance-missing {
  color: #fff;
}

.input_div input::-webkit-input-placeholder,
.input_textarea textarea::-webkit-input-placeholder {
  color: #000;
}

.input_div input::-moz-placeholder,
.input_textarea textarea::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}

.input_div input::-ms-input-placeholder,
.input_textarea textarea::-ms-input-placeholder {
  color: #000;
}

.container-fluid.service_section {
  padding: 70px 0px;
  background-size: cover;
  background-position: center center;
}

.container-fluid.service_section .row {
  margin-top: 20px;
  float: left;
}

.service_wrp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 5%;
  border-radius: 10px;
}

.service_wrp:nth-child(3n) {
  margin-right: 0px;
}

.service_items {
  width: 100%;
}

.service_content h4 {
  color: #fff;
  font-size: 24px;
}

.service_content p {
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  padding: 18px 0px 25px;
  font-weight: 400;
}

.service_content p a {
  color: #000;
}

.learn_more a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #0091f7;
  display: block;
  max-width: 140px;
  width: 100%;
  line-height: 37px;
  text-align: center;
  border-radius: 12px;
}

.learn_more a:hover {
  background: #fff;
  color: #0091f7;
}

.learn_more {
  float: left;
  width: 100%;
  clear: both;
}

.service_content {
  border: 2px solid #fff;
  float: left;
  border-radius: 10px;
  padding: 30px;
}

.common_div {
  text-align: center;
  margin-bottom: 40px;
}

.common_div h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

.common_div h5 {
  font-weight: 500;
  color: #fff;
}

.container-fluid.content_section {
  padding: 60px 0px 120px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  overflow: hidden;
}

.content_section h3 {
  font-weight: 900;
  text-transform: uppercase;
}

.content_section h3 span {
  font-weight: 700;
  text-transform: none;
}

.content_section p {
  margin: 20px 0px;
}

.content_inner h3 a {
  color: #0091f7;
}

.content_inner h3 a:hover {
  color: #000;
}

.content_section .container-xxl {
  padding: 0px 50px;
}

.container-fluid.b_footer_wrapper {
  background: #000;
  text-align: center;
  padding: 50px 0px 30px;
  position: relative;
}

.Copyright p {
  color: #fff;
}

.Copyright a {
  color: #fff;
}

.Copyright a:hover {
  color: #0091f7;
}

.common_btn a {
  display: inline-block;
  background: #0091f7;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 28px;
  border: 1px solid #fff;
  padding: 3px 15px;
}

.common_btn a:hover {
  background: #000;
}

.common_btn {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  margin-bottom: 0;
  border: none;
  color: #fff;
  text-align: center;
}

.banner_content {
  padding: 0;
  width: 55%;
  position: relative;
  z-index: 9;
}

.mobile {
  display: none;
}

/* ==========================================================================   Footer   ========================================================================== */
/*=== Footer Top Css ===*/
#main_footer {
  background-color: #000;
}

.footer_top {
  /*        background-color:  #000;*/
  color: #fff;
  padding: 0px 15px;
}

.footer_top .header_top {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 0px;
  justify-content: center;
}

.footer_top .header_top ul li {
  color: #ffffff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.footer_top .header_top ul li:nth-child(2) {
  margin: 0;
  padding: 0 50px;
}

.footer_top .header_top ul li:nth-child(2):before,
.footer_top .social_links ul:before {
  display: none;
}

.footer_logo {
  margin: 0 0 20px;
  background: #fff;
  padding: 12px;
  display: inline-block;
}

.footer_logo img {
  width: 208px;
}

.fshort_des ul:before {
  display: none;
}

.fshort_des p {
  font-size: 16px;
  margin: 0;
}

h5.foo_title {
  text-transform: capitalize;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height,  or 100% */
  color: #0091f7;
}

.footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_menu ul li {
  display: block;
  position: relative;
}

.footer_menu ul li:last-child {
  margin: 0;
}

.footer_menu ul li a {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
}

.footer_menu ul li a:hover,
.footer_menu li.current-menu-item a,
.footer_copyright p a:hover {
  color: #0091f7;
  text-decoration: underline;
}

.foocontatc_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foocontatc_wrap ul li {
  display: block;
  font-size: 16px;
  font-weight: 300;
}

.foocontatc_wrap ul li strong {
  display: block;
}

.foocontatc_wrap ul li:not(:last-child) {
  margin-bottom: 28px;
}

.foocontatc_wrap ul li:nth-child(2) {
  margin-bottom: 10px;
}

p.news_content {
  color: #fff;
  font-weight: 400;
}

.foocontatc_wrap ul li p {
  font-size: 16px;
  margin: 0;
}

.foocontatc_wrap ul li p strong {
  font-weight: 900;
}

.foocontatc_wrap ul li a {
  color: #fff;
}

.foocontatc_wrap ul li a:hover {
  color: #0091f7;
  text-decoration: underline;
}

.gjs-cell {
  max-width: 245px;
  width: 100%;
  position: relative;
  margin: 10px 0px 30px;
}

.subcribe_form_wrap form input[type="email"] {
  background-color: #fff;
  border: none;
  transition: all 0.5s ease-in-out;
  height: 52px;
  padding: 0px 92px 0px 12px !important;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #707070;
}

.subcribe_form_wrap form input[type="email"]:focus {
  border-color: #ddd;
}

.subcribe_form_wrap form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
}

.subcribe_form_wrap form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
}

.subcribe_form_wrap form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
}

.subcribe_form_wrap form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
}

.subcribe_form_wrap form input.submit_btn,
.gjs-cell input[type="submit"] {
  background-color: #0091f7;
  border-radius: 0 !important;
  color: #fff;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0 14px !important;
  transition: all 0.5s ease-in-out;
  border: 1px solid #0091f7;
  height: 52px;
  margin: 0px !important;
  font-size: 16px;
  line-height: 19px;
  outline: none;
  position: absolute;
  right: 0;
}

.subcribe_form_wrap form input.submit_btn:hover,
.gjs-cell input[type="submit"]:hover {
  background-color: #000;
}

.footer_top .social_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_top .social_links ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer_top .social_links ul li:last-child {
  margin-right: 0;
}

.footer_top .social_links ul li a {
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background-color: transparent;
}

.footer_top .social_links ul li a:hover {
  background-color: #0091f7;
  border-color: #0091f7;
}

/*===== Footer Copyright Css =====*/
.footer_copyright {
  color: #fff;
  padding: 25px 15px;
}

.footer_copyright p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.footer_copyright p a {
  color: #fff;
}

.footer_copyright ul {
  display: flex;
  justify-content: flex-end;
}

.footer_copyright ul li {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 300;
  margin-right: 50px;
}

.footer1 {
  width: 27%;
}

.footer2 {
  width: 19%;
  border-left: 1px solid #d9d9d9;
  padding: 0px 4%;
}

.footer3 {
  width: 25%;
  border-left: 1px solid #d9d9d9;
  padding: 0 6%;
}

.footer4 {
  width: 29%;
  border-left: 1px solid #d9d9d9;
  padding-left: 3%;
}

.fshort_des {
  padding-top: 12px;
}

.footer1 p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

footer#main_footer .row {
  justify-content: space-between;
  padding: 60px 0px;
}

.footer1 h5.foo_title {
  margin-bottom: 14px;
}

.container-fluid.blogs_wrapper {
  padding: 80px 15px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #151518;
  position: relative;
}

.blog .container-fluid.blogs_wrapper {
  padding: 80px 15px;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #151518;
  position: relative;
}

.heading_wrp h2 {
  text-align: center;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  margin: 18px 0px;
}

.blog .heading_wrp .small {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left !important;
  color: #0091f7;
  text-align: center;
}

.heading_wrp .small {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #0091f7;
  text-align: center;
}

.heading_wrp p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.heading_wrp {
  padding: 0px;
  margin-bottom: 60px;
}

.blog-post-img {
  height: 500px;
}

.inner_b_item_img {
  background-size: cover;
  background-position: center center;
  transition: 0.4s;
  position: relative;
  height: 285px;
}

.inner_b_item_img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(33 37 41 / 50%);
  opacity: 0;
}

.blog_box:hover .inner_b_item_img {
  transform: scale(1.1);
}

.blog_box:hover .inner_b_item_img:after {
  opacity: 1;
}

.blog_items {
  padding: 0px 26px;
}

.blogs_wrapper .row {
  margin: 0px -18px;
}

.blog_content {
  background: transparent;
  padding: 20px 0px;
}

.b_item_img {
  position: relative;
  overflow: hidden;
}

span.date {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #8b8b8b;
}

.post_date {
  width: 100%;
}
.archive .blog_content h6,
.blog .blog_content h3 {
  text-transform: capitalize;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
}
.archive .blog_content h6 a {
  color: #fff;
}
.archive .post_date,
.blog .post_date {
  width: 14%;
  text-align: center;
  margin-top: -3.5%;
  position: absolute;
  padding: 10px 20px;
  background-color: #0091f7;
}

.blog span.date {
  color: #fff;
  font-weight: 400;
}

.blog_content h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  float: left;
  width: 100%;
  margin: 15px 0px;
  clear: both;
}

.blog_content h6 a {
  color: #000;
}

.blog_content h6 a:hover {
  color: #0091f7;
}

.blog_content p {
  margin: 10px 0px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  clear: both;
}

.blog .read_more_text {
  text-align: right;
}
.archive .read_more {
  text-align: left;
  padding: 0 0 30px;
}
.archive .read_more a,
.read_more_text a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #0091f7;
}
.archive .read_more a:hover,
.read_more_text a:hover {
  color: #fff;
}

.blog_box {
  background: transparent;
  height: 100%;
}

.container-fluid.reviews_wrapper {
  padding: 180px 15px 80px;
  background-color: #151518;
  background-image: url("../images/half_circle.png");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center 100px;
  margin-top: -2px;
}

.services .inner_b_item_img {
  height: 335px;
}

.services .blog_box {
  border: 20px solid #fff;
  position: relative;
}

.services .blog_content {
  padding: 0px 0px 20px;
}

.services .read_more a {
  width: 61px;
  height: 61px;
  background: #0091f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  bottom: -50px;
}

.banner_content h1 {
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  margin: 15px 0 25px;
}

.banner_content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0091f7;
}

.become_member a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 40px;
  border: 1px solid #0091f7;
  background-color: #0091f7;
  margin: 0px auto 0px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.become_member a:hover {
  background: #000;
}

.header_details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 0px;
}

.header_details ul {
  width: 100%;
  float: left;
  line-height: normal;
}

.social_links ul {
  position: relative;
  padding-left: 10px;
}

.header_details ul.sub-menu {
  position: absolute;
  width: 252px;
  top: 18px;
  left: 0px;
  display: none;
  z-index: 99999999;
  background-color: #1c1b1f;
  padding: 8px 0px 4px;
}

.header_details ul li {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  padding: 0px 10px;
}

.header_details ul li:last-child {
  padding-right: 0;
}

.container.header {
  position: relative;
  padding: 12px 0 15px;
}

.logo {
  position: relative;
  left: 0;
}

.logo a {
  position: absolute;
  top: -3px;
  max-width: 108px;
  background: #fff;
  width: 100%;
  height: 108px;
  padding: 8px;
}

li.menu-item-has-children:hover ul {
  display: block;
}

li.menu-item-has-children {
  position: relative;
}

ul.sub-menu li {
  display: block;
  text-align: left;
  padding: 0px !important;
  margin: 15px 18px;
}

.header_details ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

.header_details ul li a:hover {
  color: #0091f7;
}

.menu_wrp {
  padding-right: 20px;
}

.header_top {
  display: flex;
  justify-content: flex-end;
}

.header_top ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 9;
}

.header_top ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.header_top ul li:nth-child(2) {
  margin: 0px 20px;
  padding-left: 20px;
  position: relative;
}

.header_top ul li:nth-child(2):before,
.social_links ul:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  height: 14px;
  background: #6c757d;
  margin: auto 0px;
}

.header_top ul li:nth-child(2) img {
  margin-right: 2px;
}

.header_top ul li a {
  color: #fff;
}

li.become_member {
  margin-left: 25px;
}

.header_top ul li a:hover {
  color: #0091f7;
}

.header_top ul li img {
  margin-right: 14px;
}

b,
strong {
  font-weight: 700;
}

/*===== Contact Stripe Css =====*/
.ct_contact_strip {
  background-color: #151518;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.ct_contact_strip .row {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ct_contact_strip .row > * {
  width: auto;
}

.ct_contact_strip .con_cnt {
  padding-right: 50px;
  border-right: 2px solid #6a6a6a;
}

.ct_contact_strip .con_cnt.ctfull_wcnt {
  padding-right: 0;
  border: 0 none;
  text-align: center;
}

.ct_contact_strip .con_cnt p {
  font-weight: 800;
  font-size: 38px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
}

.ct_contact_strip .stcon_btn {
  text-align: center;
  padding: 0px 20px;
}

.ct_contact_strip a.cmn_btn {
  padding: 0px 25px;
  background: #0091f7;
  border-radius: 5px;
  border: 1px solid #0091f7;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 40px;
  display: inline-block;
}

.ct_contact_strip a.cmn_btn:hover {
  background: #000;
  border: 1px solid #0091f7;
}

.read_more {
  padding: 40px 0px;
  text-align: center;
}

a.view_all {
  padding: 0px 25px;
  background: #0091f7;
  border-radius: 5px;
  border: 1px solid #0091f7;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 40px;
  display: inline-block;
}

a.view_all:hover {
  background: #000;
  border: 1px solid #0091f7;
}

.videos_section {
  background: #000000;
  position: relative;
  overflow: hidden;
  padding: 56px 0px;
  background-size: cover;
  background-position: center center;
}

.blog .container-fluid.blogs_wrapper:after {
  background-image: url("/wp-content/themes/spic-and-span/assets/images/eclipse.png");
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.cbp-spmenu-push {
  overflow-y: hidden;
}

.blog_items {
  margin-top: ;
}

.blog .container-fluid.blogs_wrapper:before {
  background-image: url("/wp-content/themes/spic-and-span/assets/images/Ellipse-right.png");
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.blogs_wrapper .container {
  position: relative;
  z-index: 9;
}

img.blue_top_lines {
  position: absolute;
  top: -10px;
  left: -8px;
}

img.blue_bottom_lines {
  position: absolute;
  right: -8px;
  bottom: -2px;
}

.play_btnwrap {
  margin: auto;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  position: relative;
}

.play_btnwrap img {
  width: 100%;
}

img.video_icon_h {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.play_btnwrap:hover img.video_icon_h {
  opacity: 1;
}

.videos_section h2 {
  font-weight: 800;
  line-height: 73px;
  text-align: center;
  color: #ffffff;
}

.container-fluid.gallery_wrapper {
  background-color: #151518;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 80px 0px;
  margin-top: -2px;
  position: relative;
}

.g_item_img {
  height: 100%;
  position: relative;
}

.inner_g_item_img {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.gallery_content {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  opacity: 0;
  background: rgb(0 0 0 / 75%);
}

.gallery_content h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.gallery_content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  margin: 20px 0px 45px;
}

.gallery_content .read_more_text a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
}

.gallery_content .read_more_text a:hover {
  color: #000;
}

.gallery_items {
  padding: 8px;
}

.g_item_img h6 {
  background-color: #0091f7;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  transition: 0.4s;
}

.gallery_items .inner_box {
  height: 360px;
  position: relative;
}

.gallery_items:hover .gallery_content {
  opacity: 1;
}

.gallery_items:hover .g_item_img h6 {
  opacity: 0;
}

.number {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 150px;
  line-height: 158px;
  letter-spacing: 0.05em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  padding-bottom: 20px;
}

.h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0;
}

.count_box {
  text-align: center;
  position: relative;
  width: auto;
}

.count_box:nth-child(2):before {
  content: "";
  position: absolute;
  width: 3.17px;
  height: 128.3px;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #0091f7;
}

.count_box:nth-child(2):after {
  content: "";
  position: absolute;
  width: 3.17px;
  height: 128.3px;
  right: -90px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #0091f7;
}

.row.counter_row {
  justify-content: space-between;
  padding: 180px 0px 100px;
}

.container-fluid.why_choose_us_wrapper {
  position: relative;
  background-size: cover;
}

img.black_lines {
  position: absolute;
  right: 0;
  top: -3px;
}

img.why_choose_us {
  position: absolute;
  top: -130px;
  width: 100%;
}

.why_img {
  width: 40%;
}

.why_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.why_content .heading_wrp {
  padding: 0;
  margin: 0;
}

.why_content {
  position: relative;
  z-index: 9;
  text-align: left;
  width: 60%;
  display: flex;
  align-items: center;
  padding: 40px 20px;
}

.why_content .small {
  color: #000000;
  text-align: left;
}

.why_content h2 {
  text-align: left;
  margin: 5px 0;
  line-height: normal;
}

.why_content li {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  list-style: disc;
  margin-bottom: 6px;
}

.why_content ul {
  padding: 10px 20px;
}

.why_content .read_more {
  padding: 14px 0px 0;
  text-align: left;
}

.why_content .read_more a {
  background: #000;
}

.why_content .read_more a:hover {
  background: #fff;
  color: #000;
}

.container-fluid.counter_wrapper {
  background: #151518;
  position: relative;
  z-index: 9;
}

.container-fluid.services_wrapper {
  background-color: #151518;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 100px;
  position: relative;
}

.services_wrapper .read_more {
  padding: 60px 0px 40px;
  text-align: center;
}

.services_wrapper .heading_wrp {
  padding: 0 5%;
  position: relative;
  top: -18px;
}

.services_wrapper .heading_wrp p {
  padding: 0px 8%;
}

.ser_heading {
  font-weight: 800;
  font-size: 25px;
  line-height: normal;
  color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.ser_heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 1px;
  background: #d9d9d9;
}

.blog_content.services {
  background: #000;
  padding: 20px;
}

.blog_content.services p {
  line-height: 25px;
  margin: 12px 0px 25px;
}

.services_wrapper .blog_items {
  padding: 0px 8px;
}

.services_wrapper .slick-list {
  width: 100%;
  margin: auto;
}

.services_wrapper .container,
.container-fluid.about_content_wrp .container {
  z-index: 9;
  position: relative;
}

.blue_lines {
  position: absolute;
  right: -36px;
  bottom: -525px;
}

.services_wrapper .blog_box:hover .inner_b_item_img {
  transform: none;
}

.service_icon {
  width: 88px;
  height: 96px;
  background: #0091f7;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  z-index: 99;
}

.services_wrapper .blog_box:hover .service_icon {
  background: #000;
}

.container-fluid.about_content_wrp {
  padding: 80px 15px 235px;
  background-size: cover;
  background-position: center center;
  background-color: #151518;
  position: relative;
}

.container-fluid.about_content_wrp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151518;
  opacity: 0.15;
}

.content_number {
  width: 284px;
  height: 151px;
  background: #0091f7;
  position: absolute;
  bottom: -90px;
  right: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.inner_a_image {
  position: relative;
  display: inline-block;
  width: 96%;
}

.inner_a_image img {
  width: 100%;
}

.inner_number h2 {
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
}

.inner_number h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.inner_about_content h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0091f7;
  margin-bottom: 6px;
}

.inner_about_content h2 {
  font-weight: 800;
  line-height: normal;
  color: #ffffff;
}

.inner_about_content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin: 20px 0px;
}

.inner_about_content .read_more {
  padding: 20px 0px 0px;
  text-align: left;
}

.read_more {
  padding: 40px 0px;
  text-align: center;
}

.row.about_content {
  padding: 0px 20px;
}

.inner_img {
  width: 178px;
  height: 174px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -73px;
}

.inner_img img {
  margin-bottom: 16px;
}

.professional_inner_boxes .p_img p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #0091f7;
  width: 50%;
  margin-bottom: 34px;
  min-height: 100%;
}

.p_img {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 0px;
}

.professional_inner_boxes p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin: 0px 0 20px;
  min-height: 200px;
}

.professional_inner_boxes {
  background: #0d0d0f;
}

.p_content {
  padding: 22px 25px;
}

.Professional_boxes {
  padding: 0px 26px;
}

.Professional_row {
  position: relative;
  margin: 0px -74px;
  margin-top: -180px;
  margin-bottom: 110px;
}

img.blue_left_lines {
  position: absolute;
  bottom: 85px;
  left: -10px;
}

.footer_top .header_top ul li:nth-child(2) img {
  margin-right: 14px;
}

div#inner_pages {
  height: 531px;
  background-size: cover;
  background-position: center center;
  background-color: #0091f7;
}

div#inner_pages .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.default_wrapper {
  padding: 60px 0px;
  text-align: center;
}

.single_wrapper {
  padding: 60px 0px;
}

.innerbanner-wrp h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin: 5px 0px;
}

.innerbanner-wrp p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  padding: 0px 10%;
}

.breadcrumbs {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0091f7;
  text-align: center;
}

.breadcrumbs a {
  color: #0091f7;
}

.breadcrumbs a:hover {
  color: #fff;
}

.innerbanner-wrp {
  padding: 70px 14% 0;
}

.page-id-11 .about_content_wrp {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-size: auto;
  background-position: center top;
}

.about_box_content {
  padding: 210px 0 175px;
  background-size: cover;
  background-position: center top;
}

.about_box_content .a_image {
  text-align: right;
}

img.line_left {
  position: absolute;
  bottom: -24px;
  left: 0;
}

.circle {
  width: 221px;
  height: 398px;
  position: absolute;
  top: -135px;
  left: 0;
  z-index: 9;
}

.circle2 {
  width: 221px;
  height: 398px;
  position: absolute;
  bottom: -135px;
  right: 0;
  z-index: 9;
}

.page-id-11 .container-fluid.gallery_wrapper {
  padding-bottom: 0;
}

.inner_c_item_img {
  height: 475px;
  width: 100%;
  background-size: cover;
}

.info h5 {
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}

.info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.c_details {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  background: #000;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.clients_info {
  position: relative;
  z-index: 9;
  max-width: 450px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.c_social li a {
  color: #fff;
}

.c_social li a:hover {
  color: #0091f7;
}

.page-id-11 .heading_wrp {
  padding: 0px 11%;
}

.c_details:before {
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  background: #0091f7;
  width: 66%;
  height: 1px;
}

.page-id-13 .row.about_content {
  padding: 0;
}

.page-id-13 .row.about_content {
  margin: 90px 0px;
}

.page-id-13 .row.about_content:nth-child(2n) .a_image {
  order: 2;
  text-align: right;
}

.page-id-13 .row.about_content:first-child {
  margin-top: 0px;
}

.page-id-13 .row.about_content:last-child {
  margin-bottom: 0px;
}

.inner_about_content h5 {
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-id-13 .inner_about_content p {
  margin: 0px 0px 20px;
}

.page-id-13 .inner_about_content h2 {
  margin-bottom: 15px;
}

.one img.line_left,
.three img.line_left {
  position: absolute;
  top: 7%;
  left: -28px;
  margin: auto 0;
  bottom: 0;
  max-width: 614px;
}

.second img.blue_lines {
  bottom: 0;
  top: 0;
  max-width: 795px;
  right: -11%;
}

.second .circle {
  top: 18%;
}

.page-id-13 .about_content_wrp {
  padding: 80px 15px;
  background-position: center top;
  background-color: #151518;
  position: relative;
  background-size: auto;
  background-repeat: no-repeat;
}

.page-id-13 .about_content_wrp.three {
  padding: 110px 15px 0;
}

.container-fluid.about_content_wrp.second {
  padding: 110px 0px;
}

.page-id-11 .why_content .heading_wrp {
  padding: 0px 0%;
}

.about_box_content .about_content {
  display: flex;
  align-items: center;
}

.blog .container-fluid.blogs_wrapper:after {
  background-image: url("/wp-content/themes/spic-and-span/assets/images/eclipse.png");
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.cbp-spmenu-push {
  overflow-y: hidden;
}

.blog .blog_items .read_more_text {
  margin-bottom: 50px;
}

.blog .heading_wrp h2 {
  text-align: left;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  margin: 18px 0px;
}

.blog .container-fluid.blogs_wrapper:before {
  background-image: url("/wp-content/themes/spic-and-span/assets/images/Ellipse-right.png");
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.page-template-contact-us .homebaner-content h1 {
  color: #fff;
}

.container-fluid.contact_wrapper {
  padding: 0 15px 180px 15px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #151518;
  position: relative;
}

.form-container {
  padding: 40px;
  position: relative;
}

.form-container::before {
  content: "";
  background-color: #0091f7;
  position: absolute;
  width: 92%;
  border-radius: 10px;
  top: -200px;
  right: 0;
  left: 0;
  bottom: 0;
  height: 60%;
  padding: 0;
  margin: auto;
}

.form-box {
  padding: 40px;
  background-color: #fff;
  z-index: 1;
  position: inherit;
  border-radius: 10px;
  top: -80px;
  height: auto;
}

.form-box h2 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px;
}

.form-box textarea {
  resize: none;
  overflow-y: auto;
  height: 130px;
  width: 100%;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #0d0d0f;
  margin-top: 10px;
  padding: 20px;
  color: #0d0d0f;
}

.contact-detail-row {
  background-color: #0d0d0f;
  padding: 0 40px 40px;
  top: -50px;
  position: relative;
  height: 550px;
  z-index: 99;
}

.form-box input {
  width: 100%;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #0d0d0f;
  margin-top: 10px;
  font-size: 16px;
  padding: 20px;
  color: #0d0d0f;
}

.form-box .submit-button {
  text-align: right;
}

.form-box .wpcf7-submit {
  width: 150px;
  height: 45px;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: #0091f7;
  border: none;
}

.submit-button p {
  display: flex;
  flex-direction: row-reverse;
  align-content: flex-end;
}

.form-box .wpcf7 form .wpcf7-response-output {
  color: #000;
}

.detail-box h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}

.detail-box {
  padding: 40px 140px 40px 40px;
}

.icon-box {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.icon-box .fa {
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  font-size: 20px;
  margin-top: 5px;
}

.follow-icon .fa:hover {
  color: #0091f7;
}

.icon-box .fa-envelope {
  font-size: 15px;
}

.icon-box p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-left: 10px;
  line-height: 30px;
}

.hours,
.follow {
  padding-top: 40px;
  padding-left: 0;
  background-color: #0d0d0f;
}

.hours p {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

.follow-icon a {
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  align-content: flex-start;
  margin-right: 10px;
  justify-content: center;
}

.fix-editor {
  display: none;
}

.follow-icon {
  margin-top: 20px;
}

.single-post {
  background-color: #151518;
}

.inner_single_image img {
  width: 100%;
}

.single-post .innerbanner-wrp {
  padding: 70px 7% 0;
}

.single-blog-box {
  padding-top: 50px;
  z-index: 99;
}

.single-post .blog-content p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.single-post .single-blog-box h4 {
  color: #fff;
  font-size: 20px;
}

.table-of-contents ul li {
  list-style: auto;
  color: #909090;
  margin-bottom: 15px;
}

.table-of-contents a {
  font-size: 14px;
  color: #909090;
}

.table-of-contents a:hover {
  color: #fff;
  font-size: 15px;
}

.table-of-contents ul li:hover {
  border-bottom: 1px solid #0091f7;
  border-width: 80%;
  color: #fff;
  font-size: 18px;
}

.table-of-contents a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0091f7;
  transition: width 0.4s;
}

.table-of-contents a:hover::after {
  width: 30%;
  //transition: width .3s;
}

.table-of-contents ul li {
  margin-top: 10px;
}

.table-of-contents ul {
  margin-left: 17px;
}

.single_wrapper {
  background-size: 100%;
  background-repeat: no-repeat;
}

.blog-content {
  background: linear-gradient(
    0deg,
    rgba(21, 21, 24, 1) 0%,
    rgba(21, 21, 24, 1) 69%,
    rgba(255, 255, 255, 0) 100%
  );
}

.blog-content img {
  margin-bottom: 20px;
}

.blog-content h2,
h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 800;
}

.blog-content ul {
  margin: 35px 0;
}

.blog-content ul li {
  color: #fff;
  list-style: disc;
  margin-left: 50px;
  margin-bottom: 15px;
}

.single-blog-post .blue_lines {
  position: absolute;
  right: -300px;
  top: -900px;
  bottom: 0;
  margin: auto;
}

.single-blog-post img.blue_left_lines {
  position: absolute;
  bottom: 85px;
  left: -10px;
  top: 0;
  margin: auto;
}

/* container */

#share,
.heateor_sss_sharing_container {
  width: 100%;
  margin: 100px auto;
  text-align: right;
  display: flex;
  align-items: center;
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  padding-top: 15px;
  height: 80px;
}

#share {
  display: none;
}

#share p {
  text-align: right;
  font-size: 16px;
}

/* buttons */
#share a,
.heateor_sss_sharing_container .heateor_sss_sharing_ul a {
  /*width: 50px;
        height: 50px;*/
  display: inline-block;
  margin: 8px 8px 0px 15px;
  border-radius: 50%;
  font-size: 20px !important;
  color: #0091f7;
  opacity: 0.75;
  transition: opacity 0.15s linear;
}

#share a:hover,
.heateor_sss_sharing_container .heateor_sss_sharing_ul a:hover {
  opacity: 1;
}

/* icons */
#share i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.single-post .blogs_wrapper {
  padding-top: 0;
}

.single-post .blog-post-img {
  height: 285px;
}

.single-post .post_date {
  margin-top: 50px;
}

/*.column {
   height:100%;
}
 .column .sticky {
         position: -webkit-sticky;
         position: sticky;
         top: 15px;
}*/
.form-box .wpcf7 form .wpcf7-response-output {
  bottom: 5%;
  width: 220px;
  text-align: left;
  position: absolute;
  font-size: 12px;
}

.form-box span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.form-box span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  font-size: 12px;
  bottom: 0;
  right: 50px;
  text-align: right;
  transform: translateY(-20px);
}

@media (min-width: 992px) {
  body.archive .container-fluid.blogs_wrapper {
    padding-top: 150px;
  }
}

/*========================================
  Social Sharing
========================================*/

.heateor_sss_sharing_container {
  padding-top: 0;
  justify-content: flex-end;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul {
  width: auto;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul a {
  margin: 0;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul a i {
  font-size: 20px;
  margin: 8px 8px 0px 15px !important;
}

.heateor_sss_sharing_container .heateor_sss_sharing_title {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #fff;
}
