/********************************* Fonts *******************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat); /***** font-family: 'Montserrat', sans-serif; *****/
@import url(https://fonts.googleapis.com/css?family=Hind); /***** font-family: 'Hind', sans-serif; *****/

/********************************* General Css *******************************/
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Hind", sans-serif;
  overflow-x: hidden;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  outline: none;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  margin: 0 0 15px 0;
  color: #232323;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 0 0 15px 0;
  color: #232323;
  position: relative;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin: 0 0 15px 0;
  color: #232323;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  margin: 0 0 15px 0;
  color: #232323;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin: 0 0 15px 0;
  color: #232323;
}
h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
  color: #232323;
}

.company-affiliate h2:after,
.home-form h2:after {
  content: "";
  border-radius: 5px;
  background: #53c200;
  background-position: center center;
  display: block;
  width: 107px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 25px auto 0;
  padding: 0;
}

h1 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h2 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h4 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h5 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h6 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

h1 a:hover {
  color: #53c200;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h2 a:hover {
  color: #53c200;
}
h3 a:hover {
  color: #53c200;
}
h4 a:hover {
  color: #53c200;
}
h5 a:hover {
  color: #53c200;
}
h6 a:hover {
  color: #53c200;
}

p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  color: #424242;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  outline: none;
}
.clear {
  clear: both;
}

hr {
  background: #000;
  border: none;
  display: inline-block;
  height: 27px;
  margin: 35px 0;
  width: 100%;
}

/* green-button */
.green-btn {
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  background: #5dc311;
  color: #ffffff;
  padding: 14px 30px;
  overflow: hidden;
  z-index: 9;
}
.green-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.green-btn:hover {
  background: #5dc311;
  color: #ffffff;
}
.green-btn:after {
  width: 30%;
  height: 600%;
  background: rgba(255, 255, 255, 0.16);
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-25deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-25deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-25deg);
  transform-origin: 0 0;
  transform: rotate(-25deg);
}
.green-btn:hover:after {
  width: 40%;
}

/* blue-button */
.blue-btn {
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: inherit;
  cursor: pointer;
  padding: 14px 30px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  background: #101b2f;
  color: #ffffff;
  overflow: hidden;
  z-index: 99;
}
.blue-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.blue-btn:hover {
  background: #101b2f;
  color: #ffffff;
}
.blue-btn:after {
  width: 30%;
  height: 600%;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-25deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-25deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-25deg);
  transform-origin: 0 0;
  transform: rotate(-25deg);
}
.blue-btn:hover:after {
  width: 40%;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  text-decoration: none;
}
::selection {
  background: #5dc311;
  color: #fff;
}
::-moz-selection {
  background: #5dc311;
  color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
select {
  color: #424242;
  opacity: 1;
}
option {
  color: #424242;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #424242;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #424242;
  opacity: 1;
}
.entry-content ul {
  margin: 20px 0;
}
.entry-content ul li {
  color: #424242;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  position: relative;
  line-height: normal;
  margin: 0 0 13px 0px;
  padding: 0 0 0 20px;
}
.entry-content ul li:before {
  position: absolute;
  content: "\f105";
  display: inline-block;
  left: 0;
  top: 0px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  font-family: fontawesome;
  color: #2c3849;
}
.entry-content ul li a {
  color: #2c3849;
  font-size: 18px;
  font-weight: normal;
}
.entry-content ul li a:hover {
  color: #df7c26;
}
.entry-content ol {
  list-style: inside;
  margin: 20px 0;
}
.entry-content ol li span {
  color: #2c3849;
}
.entry-content ol {
  list-style-type: decimal;
  counter-reset: li-counter;
}
.entry-content ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 18px;
  font-size: 18px;
  color: #444444;
  line-height: normal;
  margin: 0 0 12px;
  font-weight: 300;
}
.entry-content ol li:before {
  position: absolute;
  top: 2px;
  display: inline-block;
  left: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #2c3849;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.entry-content ol li a {
  color: #2c3849;
  font-size: 18px;
  font-weight: normal;
}
ul.two-col li {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 48%;
}
ul.two-col li:nth-child(2n) {
  margin-right: 0;
}
ul.three-col li {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 31%;
}
ul.three-col li:nth-child(3n) {
  margin-right: 0;
}
ol.two-col li {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 48%;
}
ol.two-col li:nth-child(2n) {
  margin-right: 0;
}
ol.three-col li {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 31%;
}
ol.three-col li:nth-child(3n) {
  margin-right: 0;
}

[required] {
  box-shadow: none;
}

/********************************* Custom Css Start *******************************/
.main {
  min-height: 100%;
  padding-bottom: 60px;
  margin-bottom: -60px;
}
header {
  background-color: rgba(16, 27, 47, 0.55);
  display: inline-block;
  width: 100%;
  position: absolute;
  padding: 30px 0;
  left: 0;
  top: 0;
  z-index: 999;
}
.logo {
  float: left;
  margin: 0;
  padding: 0px;
}
nav.main-navigation {
  float: right;
  margin: 0;
}
nav.main-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
nav.main-navigation ul li {
  float: left;
  margin: 0px;
  padding: 0px;
}
nav.main-navigation ul li a {
  border-right: 1px solid #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 0 20px;
}
nav.main-navigation ul li:last-child a {
  margin-right: 0px;
  border-right: none;
}
nav.main-navigation ul li a.active {
  color: #53c200;
}
nav.main-navigation ul li a:hover {
  color: #53c200;
}

.banner {
  background: url(../images/slider01.jpg) no-repeat;
  background-size: cover;
  height: 881px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.banner .container {
  position: relative;
  height: 881px;
}
.banner .caption {
  width: 640px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0;
  padding: 0;
  left: 15px;
}
.banner .caption h3 {
  font-size: 43px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  line-height: 60px;
  margin: 0 0 35px;
}
.banner .caption h3 span {
  color: #a1fe5c;
}
.banner .caption h3:after {
  text-align: left;
  display: block;
  content: "";
  background: url(../images/banner-separator.png) no-repeat center center;
  width: 127px;
  height: 15px;
  margin: 25px 0 0;
  padding: 0;
}
.banner .caption p {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}
.banner .caption .banner-buttons {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.banner .caption .banner-buttons .green-btn {
  margin: 0 30px 0 0;
}
.scroller {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  width: 24px;
}
.scroller1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 105%;
  width: 36px;
}

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.inner-banner .container {
  position: relative;
  height: 300px;
}
.inner-banner h2 {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  font-size: 43px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

/******************* Company Affiliate **********************/
.company-affiliate {
  padding: 100px 0;
  position: relative;
}
.company-affiliate.company-advertiser {
  background: url(../images/company-advertiser-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}
.company-affiliate.company-advertiser:before {
  display: none;
}
.company-affiliate:before {
  content: "";
  background: url(../images/network-bg.png) no-repeat;
  width: 800px;
  height: 570px;
  position: absolute;
  left: 0;
  top: -194px;
  display: block;
}
.company-affiliate .container {
  position: relative;
  z-index: 1;
}
.company-affiliate h2 {
  font-size: 34px;
  text-align: center;
}
.company-affiliate p {
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: table;
  width: 82%;
  margin: 60px auto 60px;
}
.company-affiliate .col .icon {
  position: absolute;
  left: 23px;
  top: 20px;
}
.company-affiliate .col .col-content {
  padding-left: 70px;
}
.company-affiliate .col .col-content h3 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #232323;
  text-transform: uppercase;
}
.company-affiliate .col .col-content p {
  text-align: left;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #232323;
  width: 92%;
  padding: 0;
  margin: 0 0 40px 0;
  display: inherit;
}
.company-affiliate .button {
  text-align: center;
}

/******************* Promote **********************/
.promote {
  background-color: #101b2f;
  width: 100%;
}
.promote .container-fluid {
  padding: 0;
  position: relative;
}
.promote .promote-bg {
  background: url(../images/promote-bg.jpg) no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.promote .promote-bg:after {
  content: "";
  background: url(../images/promote-icon.png) no-repeat;
  width: 202px;
  height: 224px;
  position: absolute;
  right: -202px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.promote .container-fluid .container {
  position: relative;
  z-index: 9;
}
.promote .container-fluid .container .promote-content {
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promote .promote-content h4 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #ffffff;
}
.promote .promote-content p {
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.promote .promote-content .green-btn {
  margin-top: 10px;
  font-size: 15px;
}

/******************* Need **********************/
.need {
  background-color: #555555;
  display: inline-block;
  width: 100%;
}
.need .container-fluid {
  padding: 0;
  position: relative;
}
.need .need-bg {
  background: url(../images/need-bg.jpg) no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.need .need-bg:after {
  content: "";
  background: url(../images/need-icon.png) no-repeat;
  width: 194px;
  height: 225px;
  position: absolute;
  left: -194px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.need .container-fluid .container {
  position: relative;
  z-index: 9;
}
.need .container-fluid .container .need-content {
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.need .need-content h4 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #ffffff;
}
.need p {
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.need .green-btn {
  margin-top: 10px;
  font-size: 15px;
}
.left-align {
  float: left;
  text-align: center;
}
.right-align {
  float: right;
  text-align: center;
}

/******************* Map **********************/
.map {
  background: url(../images/map-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  padding: 100px 0 60px 0;
  position: relative;
}
.map .contact-detail {
}
.map .contact-detail ul {
  background: #101b2f;
  border-radius: 5px;
  width: 290px;
  padding: 25px;
  position: relative;
}
.contact-title:after {
  top: 0;
  left: -8px;
  border-left: 6px solid transparent;
  border-top: 6px solid #101b2f;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #101b2f;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.map .contact-detail ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Hind", sans-serif;
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}
.map .contact-detail ul li:last-child {
  margin-bottom: 0;
}
.map .contact-detail ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.map .contact-detail ul li a {
  color: #ffffff;
}
.map .contact-detail ul li a:hover {
  color: #53c200;
}
.map span.contact-title {
  text-align: right;
  border-bottom: 1px solid #53c200;
  width: 54%;
  position: relative;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-top: 0;
  margin-right: 30px;
}
.map span.contact-title:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 16px;
  color: #53c200;
  position: absolute;
  left: -4px;
  top: 20px;
}
.map .contact-detail:nth-child(2) {
  margin-top: 90px;
}
.hours-detail {
  width: 100%;
  margin: 70px 0 0 0;
}
.hours-detail .container-fluid {
  padding: 0;
  position: relative;
}
.hours-detail .hours-bg {
  background-color: rgba(16, 27, 47, 0.2);
  width: 70%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.hours-detail .hours-bg:after {
  content: "";
  background: url(../images/hours-icon.png) no-repeat left center
    rgba(16, 27, 47, 0.5);
  width: 50%;
  height: 100%;
  position: absolute;
  right: -50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hours-detail .container-fluid .container {
  position: relative;
  z-index: 9;
}
.hours-detail .container-fluid .container .hours-content {
  width: 100%;
  display: inline-block;
  padding: 60px 190px 60px 0;
  text-align: center;
}
.hours-detail .container-fluid .container .hours-content h4 {
  margin-bottom: 25px;
}
.hours-detail .container-fluid .container .hours-content p {
  display: inline-block;
  color: #232323;
  margin-right: 30px;
  border-right: 1px solid #232323;
  padding-right: 30px;
  font-size: 20px;
  font-family: "Hind", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hours-detail .container-fluid .container .hours-content p:last-child {
  border-right: none;
}
.hours-detail .container-fluid .container .hours-content p span {
  font-weight: bold;
  margin-right: 10px;
}

/******************* Contact US **********************/
.home-form {
  padding: 100px 0;
  position: relative;
}
.home-form h2 {
  text-align: center;
}
.home-form .container p {
  text-align: center;
  margin: 70px 0 50px 0;
  display: inline-block;
  width: 100%;
  color: #424242;
}
.get-in-touch fieldset {
  border: none;
}
.get-in-touch ul {
  margin: 0;
  padding: 0;
}
.get-in-touch ul li {
  list-style-type: none;
  position: relative;
  margin: 0 0 35px 0;
}
.get-in-touch ul li:last-child {
  margin-bottom: 0;
}
.get-in-touch ul li:nth-child(2) {
  padding: 0 30px;
  margin: 0 -4px;
}
.get-in-touch ul li:nth-child(1),
.get-in-touch ul li:nth-child(2),
.get-in-touch ul li:nth-child(3) {
  width: 33.333%;
  display: inline-block;
}
.get-in-touch ul li .ginput_container input,
.get-in-touch ul li .ginput_container textarea {
  height: 50px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  background: #ffffff;
  font-size: 16px;
  padding: 0 0 0 15px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  color: #424242;
  font-family: "Montserrat", sans-serif;
  border-left: none;
  border-right: none;
  border-top: none;
}
.get-in-touch ul li .ginput_container {
  position: relative;
}
.get-in-touch ul li .ginput_container textarea {
  height: 100px;
  padding-top: 25px;
  resize: none;
  line-height: 1;
}
.get-in-touch ul li .ginput_container span i.fa-pencil {
  height: 98%;
  top: 1px;
}

.get-in-touch ul li .blue-btn {
  width: 100%;
}
.get-in-touch ul li .blue-btn .gform_button {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background: none;
  border: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.get-in-touch ul li .ginput_container input:focus,
.get-in-touch ul li .ginput_container textarea:focus {
  background: #f7f7f7;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  color: #0a2347;
  border-bottom: 1px solid #101b2f;
}
.get-in-touch h3 {
  font-size: 40px;
  color: #0a2347;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 55px 0;
  font-weight: bold;
}
.get-in-touch h3 span {
  color: #e36c09;
}
.get-in-touch h3:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  width: 120px;
  height: 2px;
  background: #e36c09;
}
.get-in-touch {
  display: inline-block;
  width: 100%;
  position: relative;
}
.get-in-touch .right li:nth-child(2) {
  margin-top: 30px;
}
.home-form .container p.contact-email {
  margin: 40px 0 50px;
}
.contact-email a {
  color: #232323;
}

/******************* Footer **********************/
.footer {
  width: 100%;
  background-color: #101b2f;
  display: block;
  margin: 0;
  padding: 60px 0;
}
.upcomint-events h5,
.quick-links h5,
.latest-reviews h5 {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  padding: 0;
  margin: 0px 0 30px;
}

.footer .upcomint-events ul.upcomint-events-content {
  margin: 0;
  padding: 0;
  width: 80%;
}
.footer .upcomint-events ul.upcomint-events-content li {
  border-bottom: 1px dashed #283244;
  margin-top: 30px;
}
.footer .upcomint-events ul.upcomint-events-content li:first-child {
  margin-top: 0px;
}
.footer .upcomint-events ul.upcomint-events-content li:last-child {
  border-bottom: none;
}
.footer .upcomint-events ul.upcomint-events-content li h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 0 25px;
}
.footer .upcomint-events ul.upcomint-events-content li h6:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f017";
  font-size: 20px;
  font-family: "FontAwesome";
  color: #ffffff;
}
.footer .upcomint-events p {
  line-height: 26px;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  padding: 0 0 0 25px;
}

.quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-links ul li {
  width: 100%;
  display: inline-block;
  line-height: 30px;
  position: relative;
  margin-right: 22px;
  margin-bottom: 12px;
  padding: 0 0 0 15px;
}
.quick-links ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\f101";
  font-size: 16px;
  font-family: "FontAwesome";
  color: #ffffff;
}
.quick-links ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.quick-links ul li a:hover {
  color: #53c200;
}

.footer .latest-reviews ul.latest-reviews-content {
  margin: 0;
  padding: 0;
  width: 76%;
}
.footer .latest-reviews ul.latest-reviews-content li {
  border-bottom: 1px dashed #283244;
  margin-top: 30px;
}
.footer .latest-reviews ul.latest-reviews-content li:first-child {
  margin-top: 0px;
}
.footer .latest-reviews ul.latest-reviews-content li:last-child {
  border-bottom: none;
}
.footer .latest-reviews ul.latest-reviews-content li h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #ffffff;
}
.footer .latest-reviews p {
  line-height: 26px;
  font-family: "Hind", sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 7px;
}
.footer .latest-reviews span {
  font-family: "Hind", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
  display: inline-block;
}

.copyright {
  background-color: #050e1e;
}
footer .copyright p {
  color: #f3f3f3;
  margin: 0;
  padding: 15px 0;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  text-align: center;
}

.advertiser-application,
.thank-you {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}
.advertiser-application .form-horizontal .control-label {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
}
.advertiser-application .form-horizontal .control-label span {
  color: red;
}
.advertiser-application .form-control {
  height: 45px;
  border-radius: 0;
}
.advertiser-application .form-group {
  margin-bottom: 20px;
}
.advertiser-application .form-control:focus {
  box-shadow: none;
  border-color: #101b2f;
}
.advertiser-application .btn-default.focus,
.advertiser-application .btn-default:focus {
  background-color: #101b2f;
  border-color: #0b1321;
  color: #ffffff;
  outline: none;
}
label.error {
  position: absolute;
  right: 30px;
  color: #a94442;
  font-size: 13px;
  top: 13px;
  margin: auto;
  line-height: 1;
  background-color: #f2dede;
  height: 22px;
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: normal;
}
.get-in-touch label.error.valid,
label.error.valid {
  width: 30px;
  overflow: hidden;
  background: none;
  top: 6px;
  bottom: 0;
  height: 30px;
}
.get-in-touch label.error.valid,
label.error.valid:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #18954d;
  font-size: 20px;
}
.get-in-touch label.error.valid,
label.error.valid {
  bottom: auto;
}
.get-in-touch .success,
.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px;
}

/****************************media start**********************************/
@media only screen and (max-width: 1199px) {
  .banner,
  .banner .container {
    height: 700px;
  }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 991px) {
  .banner .caption h3 {
    font-size: 38px;
    line-height: 48px;
  }
  .company-affiliate .col .icon {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.6);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
  }
  .company-affiliate .col .col-content {
    padding-left: 55px;
  }
  .company-affiliate .col .col-content h3 {
    font-size: 20px;
  }
  .company-affiliate .col .col-content p {
    line-height: 24px;
  }
  .company-affiliate h2,
  .home-form h2,
  h2 {
    font-size: 32px;
  }
  .company-affiliate,
  .home-form,
  .hours-detail .container-fluid .container .hours-content {
    padding: 60px 0;
  }
  .promote .promote-bg,
  .need .need-bg,
  .hours-detail .hours-bg {
    width: 50%;
  }
  .promote .promote-bg:after,
  .need .need-bg:after {
    opacity: 0.5;
  }
  .left-align,
  .right-align {
    float: none;
  }
  .hours-detail .hours-bg:after {
    width: 100%;
    right: -100%;
    opacity: 0.5;
  }
  .upcomint-events h5,
  .quick-links h5,
  .latest-reviews h5 {
    font-size: 22px;
  }
  .footer .upcomint-events ul.upcomint-events-content li h6 {
    font-size: 18px;
  }
  .map span.contact-title {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 20px 0;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  /* .navbar-toggle{ margin-top: 0; margin-bottom: 0} */
  .navbar-toggle {
    padding: 0 10px;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-bottom: none;
    background-color: rgba(16, 27, 47, 1);
    padding: 0;
  }
  nav.main-navigation ul li {
    float: none;
  }
  nav.main-navigation ul li:last-child a {
    border-bottom: none;
  }
  nav.main-navigation ul li a {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    text-align: left;
    display: block;
  }
  .banner .caption h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 25px;
  }
  .banner .caption {
    width: auto;
  }
  .banner .caption p {
    font-size: 18px;
  }
  .banner,
  .banner .container {
    height: auto;
  }
  .banner {
    padding: 140px 0;
  }
  .company-affiliate {
    z-index: 1;
  }
  .banner .container {
    z-index: 9;
  }
  .banner .caption {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .company-affiliate:before {
    opacity: 0.5;
  }
  .company-affiliate,
  .home-form,
  .hours-detail .container-fluid .container .hours-content {
    padding: 40px 0;
  }
  .company-affiliate h2,
  .home-form h2,
  h2 {
    font-size: 30px;
  }
  .company-affiliate .col .icon {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
  }
  .company-affiliate .col .col-content {
    padding-left: 70px;
  }
  .promote .promote-bg,
  .need .need-bg,
  .hours-detail .hours-bg {
    width: 100%;
  }
  .promote-content div:nth-child(1),
  .need-content div:nth-child(1) {
    margin-bottom: 30px;
  }
  .promote .container-fluid .container .promote-content,
  .need .container-fluid .container .need-content {
    padding: 60px 0;
  }
  .get-in-touch ul li:nth-child(1),
  .get-in-touch ul li:nth-child(2),
  .get-in-touch ul li:nth-child(3) {
    width: 100%;
  }
  .get-in-touch ul li:nth-child(2) {
    padding: 0;
    margin: 0 0 35px 0;
  }
  .home-form .container p {
    display: block;
    margin: 60px 0 50px;
  }
  .home-form .container p i {
    margin-right: 10px;
  }
  .hours-detail .container-fluid .container .hours-content p {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
  }
  .upcomint-events {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 639px) {
  .green-btn,
  .blue-btn {
    font-size: 13px;
  }
  .banner .caption .banner-buttons .green-btn {
    margin: 0 0 10px 0;
  }
  .company-affiliate h2,
  .home-form h2,
  h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .banner .caption h3 {
    font-size: 21px;
    line-height: 30px;
  }
  .banner .caption p {
    font-size: 16px;
    line-height: 26px;
  }
  .company-affiliate h2,
  .home-form h2,
  h2 {
    font-size: 24px;
  }
  .company-affiliate p {
    width: 100%;
  }
  .home-form .container p {
    margin: 60px 0 30px;
  }
  .map span.contact-title {
    margin: 0;
    width: 80%;
  }
  .hours-detail .container-fluid .container .hours-content p {
    font-size: 16px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .latest-reviews ul.latest-reviews-content li h6 {
    font-size: 19px;
  }
}
/* FIXES: keep design as-is but prevent overflow and ensure images scale */
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1170px;
}

/* ===== New Header Design ===== */
.site-header {
  position: fixed; /* make sticky */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  background: rgba(16, 27, 47, 0.35); /* subtle transparent */
  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
  transition: background 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  background: rgba(16, 27, 47, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
}

/* keep the logo aligned */
.logo img {
  display: block;
  height: auto;
  max-height: 46px;
}

/* nav layout */
nav.main-navigation {
  float: right;
}
nav.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 0;
}
nav.main-navigation ul li {
  float: none;
}

/* regular links */
nav.main-navigation ul li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  border-right: none; /* remove old vertical dividers */
  text-transform: none;
}
nav.main-navigation ul li a:hover,
nav.main-navigation ul li a.active {
  color: #a1fe5c;
}

/* right-side action group */
nav.main-navigation ul li.nav-actions {
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* buttons */
.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  border-radius: 999px;
  padding: 10px 18px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn-login {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-login:hover,
.btn-login:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-signup {
  background: #5dc311;
  color: #fff;
  border: 1px solid #5dc311;
  box-shadow: 0 4px 10px rgba(93, 195, 17, 0.35);
}
.btn-signup:hover,
.btn-signup:focus {
  filter: brightness(1.05);
  box-shadow: 0 6px 16px rgba(93, 195, 17, 0.45);
}

/* mobile menu */
@media (max-width: 767px) {
  .site-header {
    padding: 14px 0;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(16, 27, 47, 1);
    padding: 6px 0;
  }
  nav.main-navigation ul {
    display: block;
  }
  nav.main-navigation ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 14px;
  }
  nav.main-navigation ul li.nav-actions {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
  }
  .btn {
    width: auto;
  }
}

/* keyboard focus */
.btn:focus,
nav.main-navigation a:focus {
  outline: 2px solid #5dc311;
  outline-offset: 2px;
}

/* ===== Video Hero Banner ===== */
.video-hero {
  position: relative;
  width: 100%;
  min-height: 80vh; /* taller hero */
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center for container */
  padding: 0; /* remove extra spacing */
  overflow: hidden;
  background: #0d1729; /* fallback color */
}

/* fullscreen video keeps aspect, covers like background-size: cover */
.video-hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: saturate(110%);
}

/* dark overlay to improve text contrast */
.video-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(16, 27, 47, 0.45),
    rgba(16, 27, 47, 0.65)
  );
  pointer-events: none;
}

/* center the caption block */
.video-hero .container {
  position: relative;
  z-index: 2;
}
.video-hero .caption {
  max-width: 820px;
  margin: 0 auto;
  text-align: center; /* center align */
  padding: 0 16px;
}

/* Title & subtitle styles + effects */
.video-hero .caption h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 16px;
  font-size: 48px; /* bigger in hero */
}
.video-hero .caption h3 span {
  color: #a1fe5c;
}
.video-hero .caption p {
  color: #e9e9e9;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 28px;
}

/* simple entrance animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* apply animations staggered */
.fx-title {
  animation: fadeUp 0.7s ease-out 0.1s both;
  /* optional subtle gradient ink effect */
  background-image: linear-gradient(
    90deg,
    #ffffff 0%,
    #a1fe5c 50%,
    #ffffff 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* show gradient through text */
  animation-name: fadeUp, shimmer; /* combine animations */
  animation-duration: 0.7s, 2.2s;
  animation-delay: 0.1s, 0.9s;
  animation-timing-function: ease-out, linear;
  animation-fill-mode: both, none;
  animation-iteration-count: 1, infinite;
}
.fx-subtitle {
  animation: fadeUp 0.7s ease-out 0.25s both;
}
.fx-buttons {
  animation: fadeUp 0.7s ease-out 0.4s both;
}

/* buttons centered already; add small gap */
.video-hero .banner-buttons .green-btn {
  margin: 0 8px;
}

/* keep the scroller above video */
.video-hero .scroller {
  z-index: 2;
  bottom: 22px;
}

/* responsive tweaks */
@media (max-width: 991px) {
  .video-hero {
    min-height: 72vh;
  }
  .video-hero .caption h3 {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .video-hero {
    min-height: 64vh;
    padding: 100px 0 80px;
  }
  .video-hero .caption h3 {
    font-size: 30px;
  }
  .video-hero .caption p {
    font-size: 16px;
  }
  .video-hero .banner-buttons .green-btn {
    display: inline-block;
    margin: 6px 6px 0;
  }
}

/* prefers-reduced-motion: respect users who disable motion */
@media (prefers-reduced-motion: reduce) {
  .fx-title,
  .fx-subtitle,
  .fx-buttons {
    animation: none !important;
  }
}

/* === Refined hero caption area === */
.video-hero {
  min-height: 65vh; /* smaller hero height (previously 80vh) */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* center caption with larger width */
.video-hero .caption {
  max-width: 1200px; /* wider text block */
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}

/* Title */
.video-hero .caption h3 {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.video-hero .caption h3 span {
  color: #74ff4f; /* bright green accent */
}

/* Divider line below title */
.video-hero .caption h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: linear-gradient(90deg, #74ff4f, #ffffff);
  margin: 14px auto 22px;
  border-radius: 4px;
}

/* Subtitle */
.video-hero .caption p {
  max-width: 880px; /* make paragraph a bit wider */
  margin: 0 auto 25px;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Buttons */
.video-hero .banner-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Responsive tuning */
@media (max-width: 767px) {
  .video-hero {
    min-height: 58vh;
  }
  .video-hero .caption {
    padding: 20px;
  }
  .video-hero .caption h3 {
    font-size: 32px;
  }
  .video-hero .caption p {
    font-size: 16px;
  }
}

/* === Updated Button Design Only === */
.video-hero .banner-buttons a {
  display: inline-block;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(
    135deg,
    #4facfe,
    #00f2fe
  ); /* Blue-cyan gradient */
  border: none;
  box-shadow: 0 6px 18px rgba(0, 242, 254, 0.3);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Effect: gradient shift + glow */
.video-hero .banner-buttons a:hover {
  background: linear-gradient(135deg, #00f2fe, #4facfe);
  box-shadow: 0 8px 24px rgba(79, 172, 254, 0.45);
  transform: translateY(-3px);
}

/* Optional: subtle light sweep effect */
.video-hero .banner-buttons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: left 0.4s ease;
}
.video-hero .banner-buttons a:hover::before {
  left: 120%;
}

/* For second button (different color) */
.video-hero .banner-buttons a:nth-child(2) {
  background: linear-gradient(135deg, #43e97b, #38f9d7); /* green-teal */
  box-shadow: 0 6px 18px rgba(67, 233, 123, 0.3);
}
.video-hero .banner-buttons a:nth-child(2):hover {
  background: linear-gradient(135deg, #38f9d7, #43e97b);
  box-shadow: 0 8px 24px rgba(67, 233, 123, 0.45);
}
.company-affiliate {
  padding: 80px 20px;
  background: #f9fafc;
  text-align: center;
}

.company-affiliate h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 10px;
}

.company-affiliate p {
  color: #555;
  margin-bottom: 40px;
  font-size: 1rem;
}

.company-affiliate .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.company-affiliate .col {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .company-affiliate .col {
    min-height: 231px;
  }
}
.g-3 > [class*="col-"] {
  padding: 15px;
}

.g-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.company-affiliate .col:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.company-affiliate .icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.company-affiliate .col-content h3 {
  color: #0077cc;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.company-affiliate .col-content p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.company-affiliate .blue-btn {
  display: inline-block;
  background: #0077cc;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.company-affiliate .blue-btn:hover {
  background: #005fa3;
}

.company-affiliate .scroller1 img {
  width: 35px;
  margin-top: 30px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.company-affiliate .scroller1 img:hover {
  opacity: 1;
}
/* contact us */

:root {
  --card-bg: #ffffff;
  --panel-bg: #f7f9fc;
  --ink-900: #0f172a;
  --ink-700: #374151;
  --ink-500: #6b7280;
  --border: #d1d5db;
  --border-strong: #9ca3af;
  --shadow-lg: 0 25px 40px rgba(2, 6, 23, 0.08),
    0 10px 18px rgba(2, 6, 23, 0.05);
  --radius-xl: 18px;
  --radius-md: 12px;
  --brand: #2563eb;
  --cta-from: #ff6b6b;
  --cta-to: #0ea5e9; /* tweak to #ff7a59 for more orange */
}

/* Wrapper */
.contact-wrap {
  padding: 48px 16px;
  background: radial-gradient(
      900px 500px at -10% 0%,
      rgba(37, 99, 235, 0.12),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 110% 120%,
      rgba(14, 165, 233, 0.12),
      transparent 60%
    ),
    var(--panel-bg);
}

/* Two-column container */
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}

/* Panels (cards) */
.contact-panel {
  background: var(--card-bg);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 28px;
}

/* Left panel headline */
.info-panel h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
  color: var(--ink-900);
  margin: 6px 0 8px;
}
.info-panel .lead {
  color: var(--ink-700);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  margin-bottom: 22px;
}

/* Info cards grid */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.info-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 18px 16px 18px 18px;
  overflow: hidden;
}
.info-card--wide {
  grid-column: 1 / -1;
}

/* Icon badges that overlap card edge */
.badge {
  position: absolute;
  right: -10px;
  top: -16px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.badge-yellow {
  background: #f4b400;
} /* yellow */
.badge-green {
  background: #10b981;
} /* emerald */
.badge-orange {
  background: #f97316;
} /* orange */

/* Card text */
.card-title {
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 6px;
}
.card-text {
  color: var(--ink-500);
  font-size: 0.98rem;
  word-break: break-word;
}

/* Right panel form */
.contact-form {
  width: 100%;
}
.form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
.form-row.two {
  grid-template-columns: 1fr 1fr;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--ink-700);
}

.field input,
.field textarea {
  width: 100%;
  background: #fff;
  border: 1.6px solid var(--border);
  border-radius: 10px;
  color: var(--ink-900);
  font-size: 1rem;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #a3a3a3;
}

/* hover + focus for crystal clear borders */
.field input:hover,
.field textarea:hover {
  border-color: var(--border-strong);
}

.field input:focus,
.field textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

.field textarea {
  resize: vertical;
  min-height: 160px;
}

/* Submit button */
.btn-submit {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 15px 18px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b6b, #0ea5e9);
  box-shadow: 0 14px 28px rgba(255, 107, 107, 0.25);
  transition: transform 0.06s ease, filter 0.2s ease;
  text-transform: uppercase;
}
.btn-submit:hover {
  filter: brightness(1.05);
}
.btn-submit:active {
  transform: translateY(1px);
}

/* Responsive */
@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
  .form-row.two {
    grid-template-columns: 1fr;
  }
}
/* <!-- Partner logo carosul start --> */

.partner-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #f5f9ff, #eaf3ff);
  display: flex;
  justify-content: center;
}

.partner-container {
  width: 100%;
  max-width: 1200px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  padding: 30px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.partner-container h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 28px;
}

/* carousel wrapper */
.partner-carousel {
  position: relative;
  overflow: hidden;
}

/* moving track */
.partner-track {
  display: flex;
  gap: 40px;
  animation: slideTrack 30s linear infinite;
}

.partner-track:hover {
  animation-play-state: paused;
}

@keyframes slideTrack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* cards */
.partner-card {
  flex: 0 0 auto;
  min-width: 200px;
  padding: 18px 28px;
  border-radius: 12px;
  border: 1.5px solid rgba(37, 99, 235, 0.15);
  background: #f9fbff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.partner-card img {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* arrows positioned outside logo row */
.arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
  transition: background 0.3s ease, transform 0.1s ease;
  z-index: 10; /* ensures on top */
}

.arrow:hover {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  transform: translateY(-50%) scale(1.08);
}

.arrow.left {
  left: -20px;
}

.arrow.right {
  right: -20px;
}

/* responsive tweaks */
@media (max-width: 768px) {
  .partner-card {
    min-width: 160px;
    padding: 14px 20px;
  }
  .arrow.left {
    left: 0;
  }
  .arrow.right {
    right: 0;
  }
}
/* <!-- Partner logo carosul End --> */

/* <!-- Footer Start --> */
/* ========= THEME (change these to recolor quickly) ========= */
.fx-footer {
  --fx-bg1: #0f0b2c; /* top */
  --fx-bg2: #062633; /* bottom */
  --fx-accent: #27c1a6; /* teal */
  --fx-accent2: #7b5cff; /* violet */
  --fx-ink: #e9eef7; /* main text */
  --fx-muted: #a9b4c6; /* secondary text */
  --fx-chip-bg: rgba(255, 255, 255, 0.06);
  --fx-chip-bd: rgba(255, 255, 255, 0.1);
  --fx-card: rgba(255, 255, 255, 0.06);
  --fx-ring: rgba(124, 92, 255, 0.28);
}

/* ========= LAYOUT ========= */
.fx-footer {
  color: var(--fx-ink);
  background: radial-gradient(
      900px 360px at -10% -10%,
      rgba(124, 92, 255, 0.22),
      transparent 60%
    ),
    radial-gradient(
      900px 360px at 110% 120%,
      rgba(39, 193, 165, 0.22),
      transparent 60%
    ),
    linear-gradient(180deg, var(--fx-bg1), var(--fx-bg2));
  padding: 64px 20px 20px;
}
.fx-footer__inner {
  max-width: 1200px;
  margin: 0 auto 28px;
  display: grid;
  gap: 28px;
  grid-template-columns: 1.6fr 1fr 1fr 1.6fr;
  align-items: start;
}
.fx-col {
  min-width: 0;
}

/* ========= BRAND ========= */
.fx-brand__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fx-ink);
  font-weight: 800;
  font-size: 1.2rem;
  text-decoration: none;
}
.fx-logo {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}
.fx-brand__tagline {
  margin: 12px 0 16px;
  color: var(--fx-muted);
  line-height: 1.6;
  max-width: 42ch;
}

/* ========= SOCIAL ========= */
.fx-social {
  display: flex;
  gap: 10px;
}
.fx-chip {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--fx-ink);
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  background: var(--fx-chip-bg);
  border: 1px solid var(--fx-chip-bd);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.fx-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px var(--fx-ring) inset;
}

/* ========= HEADINGS & LINKS ========= */
.fx-h {
  color: #f2f5ff;
  font-weight: 800;
  margin: 6px 0 12px;
  letter-spacing: 0.01em;
}
.fx-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.fx-links a {
  color: var(--fx-muted);
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.15s, transform 0.15s;
}
.fx-links a:hover {
  color: var(--fx-ink);
  transform: translateX(3px);
}

/* ========= NEWSLETTER ========= */
.fx-news .fx-note {
  color: var(--fx-muted);
  margin: 0 0 10px;
}
.fx-subscribe {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}
.fx-label {
  font-weight: 700;
  color: #eef2ff;
  grid-column: 1 / -1;
}
.fx-subscribe input {
  background: var(--fx-card);
  color: var(--fx-ink);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 14px 16px;
  height: 48px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fx-subscribe input::placeholder {
  color: #cbd5e1;
}
.fx-subscribe input:focus {
  border-color: var(--fx-accent2);
  box-shadow: 0 0 0 4px var(--fx-ring);
}
.fx-btn {
  height: 48px;
  border-radius: 14px;
  border: 0;
  padding: 0 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--fx-accent), var(--fx-accent2));
  box-shadow: 0 10px 22px rgba(124, 92, 255, 0.35);
  transition: filter 0.15s, transform 0.1s;
}
.fx-btn:hover {
  filter: brightness(1.05);
}
.fx-btn:active {
  transform: translateY(1px);
}
.fx-privacy {
  display: block;
  color: var(--fx-muted);
  margin-top: 8px;
}

/* ========= BOTTOM BAR ========= */
.fx-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.fx-bottom p {
  color: var(--fx-muted);
  margin: 0;
}
.fx-mini {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.fx-mini a {
  color: var(--fx-muted);
  text-decoration: none;
}
.fx-mini a:hover {
  color: var(--fx-ink);
}

/* ========= RESPONSIVE ========= */
@media (max-width: 980px) {
  .fx-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .fx-footer__inner {
    grid-template-columns: 1fr;
  }
  .fx-subscribe {
    grid-template-columns: 1fr;
  }
  .fx-btn {
    width: 100%;
  }
  .fx-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* <!-- Footer End --> */
