@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900");
@import url("bootstrap.css");
@import url("font-awesome.min.css");
@import url("fancybox.css");
@import url("slick.css");
@import url("animate.css");
/* Custom
------------------------------------*/
#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #222222;
}

p {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 300;
  color: #222222;
  line-height: 30px;
}

p strong {
  color: black;
}

p span {
  color: black;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

img {
  border: 0px;
  outline: none;
}

.nopad {
  padding: 0px;
}

.nopad-left {
  padding-left: 0px;
}

.nopad-right {
  padding-right: 0px;
}

ul,
li {
  list-style-type: none;
}

.relative {
  position: relative;
}

.inner-content-main {
  padding: 30px 0;
}

.inner-content h2 {
  color: #4f00c5;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}

.inner-content h2 span {
  font-weight: 300;
  color: black;
}

.inner-content h3 {
  color: black;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.inner-content h4 {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

a {
  text-decoration: none;
}

.list-simple {
  list-style: none;
  margin: 15px 0 20px 0;
  width: 100%;
  display: inline-block;
}

.list-simple li {
  color: #222222;
  padding: 0 0 10px 0px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

/* morefull block link */
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/*transition*/
.transition {
  transition: all 0.3s ease-in-out;
}

/* scale with transition */
.scale-with-transition {
  transition: all 200ms ease-in;
  transform: scale(1.05);
}

.btn-med {
  width: 172px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  background: url(../images/button-bg-med.png) no-repeat 0 0;
  margin: 10px 0;
}

.btn-med a {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  text-shadow: 1px 1px 1px #000;
}

.btn-med:hover,
.btn-med:focus {
  color: white;
}

.btn-large {
  width: 282px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  background: url(../images/button-bg-large.png) no-repeat 0 0;
  margin: 10px 0;
}

.btn-large a {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  text-shadow: 1px 1px 1px #000;
}

.btn-large:hover,
.btn-large:focus {
  color: white;
}

/* header 
------------------------------------*/
header {
  background: white;
}
header button .icon-bar {
  background: black !important;
}
header ul.navbar-nav li a {
  color: black;
}
header .navbar-brand {
  height: auto;
  padding-inline: 0;
}
header .navbar-toggle {
  margin-top: 23px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header-main {
  padding: 0 0 0 0;
  border-bottom: 1px solid white;
  width: 100%;
  background: #f2561e url(../images/header-bg.png) repeat 0 0;
}

.logo-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 389px;
  height: 173px;
  padding: 25px 0 0 0;
  background: url(../images/logo-bg.png) no-repeat center 0/contain;
  z-index: 999;
  margin: auto;
  text-align: center;
}

.logo {
  margin: 15px 0 15px 0;
}

.top-area {
  display: inline-block;
  width: 100%;
}

.navbar {
  min-height: initial;
  margin: 0 0 0 0;
  border: 0px;
}

/* sldier home 
------------------------------------*/
.slider-wrapper {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.slider-home-main {
  position: relative;
}

.slider-home {
  margin-bottom: 0px;
  position: relative;
  height: 620px;
  overflow: hidden;
}

.slider-content-full {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.slider-content-main {
  display: table;
  width: 100%;
  height: 100%;
}

.slider-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.slider-content h3 {
  color: white;
  text-transform: uppercase;
  font-size: clamp(18px, 5vw, 40px);
  line-height: 45px;
  font-weight: 400;
  padding: 15px 0 15px 0;
  background: rgba(241, 231, 103, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241, 231, 103, 0)), color-stop(50%, rgba(0, 0, 0, 0.63)), color-stop(100%, rgba(254, 182, 69, 0)));
  background: linear-gradient(to right, rgba(241, 231, 103, 0) 0%, rgba(0, 0, 0, 0.63) 50%, rgba(254, 182, 69, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1e767", endColorstr="#feb645", GradientType=1 );
}

.slider-content h3 strong {
  font-size: clamp(25px, 5vw, 55px);
}

/* slick arrows .testimonial slider */
.slider-home-main .slick-prev,
.slider-home-main .slick-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 71px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}

.slider-home-main .slick-prev {
  left: 20px;
  background: url(../images/home-slider-prev.png) no-repeat top 0 left 0;
}

.slider-home-main .slick-next {
  right: 20px;
  background: url(../images/home-slider-next.png) no-repeat top 0 left 0;
}

/* progress bar */
.slider-progress {
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.slider-progress .progress {
  width: 0%;
  height: 12px;
  background: #4f00c5;
}

/* banner inner 
------------------------------------*/
.banner-inner {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.banner-inner-content-main {
  display: table;
  width: 100%;
  height: 100%;
}

.banner-inner-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-block: 4rem;
}

.banner-inner-content h3 {
  color: white;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  position: relative;
}

.banner-inner-content h3 span {
  font-weight: 400;
}

/* .home welcome area
------------------------------------*/
.home-welcome-area {
  padding: 30px 0 0 0;
}

.home-welcome-area h2 {
  font-size: clamp(30px, 5vw, 57px);
  line-height: 1.5;
  color: #4f00c5;
  font-weight: 500;
  padding: 50px 0 20px 0;
  text-transform: uppercase;
}

.home-welcome-area h2 span {
  font-weight: 300;
  color: black;
}

.home-welcome-area h2:before {
  position: absolute;
  content: "";
  width: 74px;
  height: 74px;
  left: -50px;
  top: 0px;
  background: url(../images/hd-icon-top.png) no-repeat 0 0;
}

.home-welcome-area p {
  line-height: 38px;
}

/* home boxes area
------------------------------------*/
.home-products-area {
  padding: 100px 0 60px 0;
  background: url(../images/hd-icon-top.png) no-repeat center top;
  position: relative;
}

.home-products-area h2 {
  color: black;
  font-size: clamp(33px, 5vw, 40px);
  line-height: 35px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  text-align: center;
}

.home-products-area h2 span {
  font-weight: 300;
  color: #4f00c5;
}

.home-products-main {
  margin: 15px 0;
  text-align: center;
}

.home-products-main img {
  margin: 0 auto 15px auto;
}

.home-products-main h3 {
  color: black;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.home-products-main h3 span {
  font-weight: 300;
}

.home-products-main p {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #111111;
  font-weight: 300;
  line-height: 20px;
}

.home-products-main a {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 28px 10px 45px;
  background: #4f00c5;
  color: white;
  display: inline-block;
  position: relative;
  border-radius: 50px 50px 50px 50px;
}

.home-products-main a span {
  position: relative;
  z-index: 15;
}

.home-products-main a:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  left: 5%;
  top: 0px;
  z-index: 5;
  border-radius: 50px 50px 50px 50px;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(50%, rgba(237, 237, 237, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(237, 237, 237, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}

.home-products-main a:after {
  position: absolute;
  content: "\f178";
  font-family: fontAwesome;
  font-size: 15px;
  color: white;
  left: 25px;
  top: 47%;
  z-index: 10;
  transform: translate(0, -47%);
}

/* slick Dots ..products slider */
.products-slider-main .slick-dots {
  position: absolute;
  bottom: -30px;
  right: 0px;
  left: 0px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.products-slider-main .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px 0 3px;
  padding: 0;
  cursor: pointer;
}

.products-slider-main .slick-dots li button {
  line-height: 0;
  display: block;
  width: 32px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: url(../images/slick-dots.png) no-repeat 0 0;
  border: none;
}

.products-slider-main .slick-dots li.slick-active button {
  border: none;
  background: url(../images/slick-dots.png) no-repeat top 0 left -32px;
}

/* app area home 
------------------------------------*/
.app-area-home {
  padding: 0;
  margin: 30px 0;
  background: url(../images/app-area-bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.app-area-content {
  padding: 70px 0 40px 0;
  position: relative;
}

.app-area-content:before,
.app-area-content:after {
  position: absolute;
  content: "";
  width: 69px;
  height: 69px;
}

.app-area-content:before {
  left: 0px;
  top: 0px;
  background: url(../images/app-content-top-line.png) no-repeat 0 0;
}

.app-area-content:after {
  right: 0px;
  bottom: 0px;
  background: url(../images/app-content-btm-line.png) no-repeat 0 0;
}

.app-area-content h2 {
  color: #4f00c5;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}

.app-area-content h2 span {
  color: white;
  font-weight: 300;
}

.app-area-content p {
  font-size: 18px;
  color: white;
  line-height: 35px;
  padding: 0px;
  margin: 0px;
}

.app-box-main {
  padding: 20px 10px;
  background: white;
  text-align: center;
  min-height: 200px;
  position: relative;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.app-box-main img {
  margin: 0 auto 5px auto;
  border: 3px solid #cccccc;
  border-radius: 200px 200px 200px 200px;
  width: 102px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-box-main h4 {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-box-main h4 span {
  font-weight: 300;
}

.app-box-main.current {
  z-index: 100;
  transition: all 200ms ease-in;
  transform: scale(1.08);
  box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.75);
}

.app-box-main:hover h4,
.app-box-main.current h4 {
  color: #4f00c5;
}

.top-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.app-area-content.tab-content-panel {
  display: none;
  overflow: hidden;
}

.app-area-content.tab-content-panel.selected {
  display: block;
}

/* board area 
------------------------------------*/
.board-area {
  padding: 120px 0 30px 0;
  background: url(../images/hd-icon-top.png) no-repeat center top 20px;
  position: relative;
  text-align: center;
}

.board-area h2 {
  color: black;
  font-size: 40px;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  text-align: center;
}

.board-area h2 span {
  font-weight: 300;
  color: #4f00c5;
}

.board-img {
  margin: 0 auto;
}

/* About (page) 
------------------------------------*/
.large-para1 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}

.large-para2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  padding: 10px 0 20px 0;
  margin: 0;
}

.separator-icon {
  margin: 0 auto;
  padding: 5px 0;
  display: table;
}

.about-box-main {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.about-box-content-main {
  min-height: 330px;
  display: table;
}

.about-box-content {
  display: table-cell;
  vertical-align: middle;
}

.about-box-main h2 {
  padding: 0 0 15px 0;
}

.about-box-main .image-box {
  border: 2px solid #cccccc;
  position: relative;
}

.about-box-main .image-box img {
  width: 100%;
}

.about-box-main .image-box:before {
  width: 6px;
  height: 100%;
  position: absolute;
  content: "";
  background: #e3e3e3;
  right: -8px;
  top: 8px;
}

.about-box-main .image-box:after {
  width: 100%;
  height: 6px;
  position: absolute;
  content: "";
  background: #e3e3e3;
  bottom: -8px;
  left: 8px;
}

/* career (page) 
------------------------------------*/
.inner-content h2.career-hd {
  padding: 90px 0 15px 0;
  text-align: center;
  position: relative;
}

.inner-content h2.career-hd:before {
  width: 74px;
  height: 74px;
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  background: url(../images/hd-icon-top.png) no-repeat 0 0;
}

/* custom popup 
------------------------------------*/
.custom-popup {
  padding: 0px;
  display: none;
  background: white;
}

.custom-popup h4 {
  color: #003a7b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid gray;
  text-align: left;
  position: relative;
}

.myClose {
  height: 36px;
  width: 36px;
  background: url(../images/fancybox/close-custom.png) no-repeat 0 0;
}

.formSec {
  width: 100%;
  background: #fff;
}

.info-form {
  padding: 20px 20px 30px 20px;
}

.formSec h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 36px;
}

.formSec h2 span {
  color: #4f00c5;
}

.formSec label {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  width: 140px;
  display: inline-block;
  float: left;
}

.formSec input[type=text],
.formSec select,
.formSec textarea {
  border: 1px solid #ccc;
  width: 310px;
  padding: 3px 0px 3px 5px;
}

.formSec select {
  width: 310px;
}

.formSec input.sm-field {
  background: #ebebeb;
  width: 60px;
  margin-right: 5px;
}

.formSec input.med-field {
  width: 245px;
}

.formSec .form-row {
  margin-bottom: 3px;
}

.formSec p {
  font-size: 10px;
  color: #666;
  margin-top: 20px;
}

.formSec .formBottom {
  background: #e5e5e5;
  padding: 30px 0px 30px 30px;
}

.formSec input[type=submit] {
  background: url(../images/btnBg.png) repeat-x;
  color: #000;
  padding: 3px 40px;
  border: 3px;
  color: #221f1f;
  font-size: 13px;
  cursor: pointer;
  text-transform: capitalize;
  margin: 10px 0px 0px 150px;
}

.formBottom textarea {
  width: 300px;
  border: 1px solid #ccc;
  padding: 3px 0px 3px 5px;
}

.formSec textarea:focus {
  border: 1px solid #f15a24;
}

.careerSec {
  text-align: center;
  padding: 60px 0px 73px 0px;
}

.careerSec h2 {
  font-size: 23px !important;
  padding-bottom: 33px;
  margin-bottom: 34px;
}

.careerSec p {
  font-size: 17px;
}

.deptSec {
  background: #f5f5f5;
  padding: 17px 0px 44px 0px;
  text-align: center;
}

.deptSec h2 {
  margin-bottom: 21px;
}

.deptSec .dptContainer {
  display: block;
  width: 520px;
  margin: 47px auto 0 auto;
}

.deptSec ul li {
  color: #888888;
  font-size: 14px;
  text-align: left;
  padding-bottom: 3px;
}

.blue-btn {
  border-radius: 3px;
  background: #0dacea;
  color: #fff !important;
  font-size: 24px !important;
  padding: 6px 67px;
  margin-top: 42px;
  display: inline-block;
}

.thanksForm {
  display: none;
}

.thanksForm h4 {
  padding: 150px 50px 150px;
  text-align: center;
  line-height: 27px;
  font-size: 22px;
  color: #f15a24;
}

/* partners (page) 
------------------------------------*/
.partners-links {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.partners-links .btn-large {
  float: left;
  margin: 0 5px;
}

/* products (page) 
------------------------------------*/
.products-list {
  display: inline-block;
  width: 100%;
  margin: 0 0 25px 0;
}

.products-list li {
  float: left;
  padding: 0 25px;
  text-align: center;
  position: relative;
}

.products-list li:first-child {
  padding-left: 0px;
}

.products-list li:last-child {
  padding-right: 0px;
}

.products-list li .product-img {
  width: 64px;
  height: 58px;
  overflow: hidden;
  margin: 0 auto 10px;
  position: relative;
}

.products-list li .product-img img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
}

.products-list li h4 {
  font-size: 14px;
  font-weight: 400;
  color: black;
  text-transform: uppercase;
}

.products-list li:hover .product-img img {
  top: -58px;
}

.product-box-main {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.product-box-content-main {
  min-height: 150px;
  display: table;
}

.product-box-content {
  display: table-cell;
  vertical-align: middle;
}

.product-box-main h2 {
  padding: 0 0 15px 0;
}

.product-box-main .product-image {
  border: 2px solid #cccccc;
  position: relative;
}

.product-box-main .product-image img {
  width: 100%;
}

.product-box-main .product-image:before {
  width: 6px;
  height: 100%;
  position: absolute;
  content: "";
  background: #e3e3e3;
  right: -6px;
  top: 6px;
}

.product-box-main .product-image:after {
  width: 100%;
  height: 6px;
  position: absolute;
  content: "";
  background: #e3e3e3;
  bottom: -6px;
  left: 6px;
}

/* Contact (page) 
------------------------------------*/
.form-box-main {
  background: #f6f6f6;
  padding: 30px 15px;
  border: 1px solid #e5e5e5;
}

.form-box-main h2 {
  padding: 0 0 15px 0;
}

.form-box-main form {
  width: 100%;
}

.form-box-main form ul li {
  width: 50%;
  margin: 0 0 20px 0;
  padding: 0 15px;
  float: left;
  box-sizing: border-box;
}

.form-box-main form ul li:nth-child(even) {
  margin-right: 0;
}

.form-box-main form ul li:last-child {
  margin-bottom: 0px;
}

.form-box-main form ul li.full-field {
  width: 100%;
}

.form-box-main form ul li label.field-txt {
  font-weight: 500;
  font-size: 12px;
  color: #000303;
  text-transform: uppercase;
  margin: 0 0 7px;
  width: 100%;
  display: block;
}

.form-box-main form ul li label.field-txt span {
  color: #ec1d23;
}

.form-box-main form ul li input[type=text],
.form-box-main form ul li input[type=number],
.form-box-main form ul li textarea {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  font-weight: 400;
}

.form-box-main form ul li select {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 12px 15px;
  color: gray;
  font-size: 13px;
  font-weight: 400;
}

.form-box-main form ul li select[name=ddlMonth],
.form-box-main form ul li select[name=ddlDay],
.form-box-main form ul li select[name=ddlYear] {
  float: left;
  width: 32.5%;
  margin: 0 1% 0 0;
}

.form-box-main form ul li select[name=ddlYear] {
  margin: 0;
}

.form-box-main form ul li textarea {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  height: 100px;
}

.form-box-main form ul li select[name=txtPhoneCode] {
  float: left;
  width: 24%;
  margin: 0 1% 0 0;
  cursor: pointer;
}

.form-box-main form ul li input[name=txtPhone] {
  width: 75%;
}

.check-list {
  float: left;
  margin: 0 15px 0 0;
}

.form-box-main form ul li input[type=checkbox]:not(old),
.form-box-main form ul li input[type=radio]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.form-box-main form ul li input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url("../images/checks.png") no-repeat 0 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
}

.form-box-main form ul li input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}

.form-box-main form ul li input[type=radio]:not(old):checked + label {
  background-position: 0 -48px;
}

.form-box-main form ul li button {
  background: #003a7b;
  padding: 10px 35px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #fff;
  margin-top: 0px;
  float: left;
  text-transform: uppercase;
  border: 0px;
  position: relative;
}

.form-box-main form ul li button:before {
  position: absolute;
  content: "\f0da";
  font-family: fontAwesome;
  font-size: 13px;
  color: white;
  right: 10px;
  top: 47%;
  transform: translate(0, -47%);
}

.form-box-main form ul li button:hover {
  background: #000303;
  cursor: pointer;
}

.form-box-main form ul li input::-webkit-input-placeholder {
  color: gray;
  opacity: 1 !important;
}

.form-box-main form ul li input:-moz-placeholder {
  color: gray;
}

.form-box-main form ul li input::-moz-placeholder {
  color: gray;
}

.form-box-main form ul li input:-ms-input-placeholder {
  color: gray;
}

.form-box-main form ul li textarea::-webkit-input-placeholder {
  color: gray;
  opacity: 1 !important;
}

.form-box-main form ul li textarea:-moz-placeholder {
  color: gray;
}

.form-box-main form ul li textarea::-moz-placeholder {
  color: gray;
}

.form-box-main form ul li textarea:-ms-input-placeholder {
  color: gray;
}

.form-box-main form input:focus,
.form-box-main form textarea:focus,
.form-box-main form ul li select:focus,
.form-box-main form ul li option:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* footer 
------------------------------------*/
.footer-main {
  padding: 0;
}

.footer-top {
  padding: 25px 0;
  background: black;
}

.footer-top h4 {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 0px;
  position: relative;
}

.logo-footer {
  margin: 30px auto 30px auto;
  display: table;
}

.footer-nav {
  list-style-type: none;
  display: table;
  margin: 0 auto;
  padding: 25px 0;
}

.footer-nav li {
  float: left;
  padding: 0 15px;
  position: relative;
}

.footer-nav li:first-child {
  padding-left: 0px;
}

.footer-nav li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: white;
  left: 0px;
  top: 22%;
}

.footer-nav li:first-child:before {
  display: none;
}

.footer-nav li a {
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
}

.footer-nav li a:hover {
  color: #4f00c5;
}

.footer-nav2 {
  list-style-type: none;
  display: table;
  margin: 15px auto 0px auto;
  padding: 25px 0 25px 0;
  background: url(../images/footer-icon.png) no-repeat center top;
}

.footer-nav2 li {
  float: left;
  padding: 0;
  position: relative;
}

.footer-nav2 li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: white;
  left: 0px;
  top: 22%;
}

.footer-nav2 li:first-child:before {
  display: none;
}

.footer-nav2 li a {
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}

.footer-nav2 li a:hover {
  color: #4f00c5;
  border-bottom: 1px solid #4f00c5;
}

.copyright-area {
  padding: 10px 0;
  text-align: center;
}

.copyright {
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 18px;
  margin: 0;
  padding: 10px 0;
}

/* Responsive 
------------------------------------*/
/* Non Responsive Nav */
@media only screen and (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    float: none;
    padding: 0px;
    margin: 0 auto;
    display: table;
  }
  .navbar-collapse {
    padding: 0px;
  }
  .navbar-inverse .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-inverse .navbar-nav > li {
    padding: 0px 10px 0px 10px;
    position: relative;
  }
  .navbar-inverse .navbar-nav > li:last-child {
    padding-right: 0px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 0 0 35px 0;
    font-size: 14px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
  }
  .navbar-inverse .navbar-nav > li > a:hover:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: -1px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid white;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a.active {
    color: white;
  }
}
@media only screen and (min-width: 991px) {
  .navbar-inverse {
    margin: 40px 0 0 0;
  }
  .navbar-inverse .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-inverse .navbar-nav > li {
    padding: 0px 8px 0px 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar-inverse .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-inverse .navbar-nav > li {
    padding: 0px 22px;
  }
  .navbar-inverse .navbar-nav > li.space-right {
    padding-right: 500px;
  }
}
/* Non Responsive Nav end */
@media only screen and (max-width: 1024px) {
  .slider-home-main .slick-dots {
    width: auto;
    text-align: center;
  }
  .slider-home {
    height: initial;
  }
  .testimonials-slider-main .slick-prev {
    left: 0px;
  }
  .testimonials-slider-main .slick-next {
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .top-info-list ul {
    float: none;
    margin: 10px auto;
    display: table;
  }
  .logo {
    margin: 10px auto 5px auto;
    display: table;
  }
  .navbar-inverse {
    float: none;
    margin: 5px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  /* responsive nav start */
  .dropdown {
    display: none;
  }
  .logo {
    margin: 15px auto;
    display: table;
  }
  .header-class {
    padding: 0px;
  }
  .navbar-nav {
    margin: 0px -15px;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #3ab375;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #3ab375;
    background-color: #3ab375;
  }
  .navbar-inverse .navbar-nav > li:first-child {
    border-top: 0px;
  }
  .navbar-inverse .navbar-nav > li {
    border-top: 1px solid #2c2c2c;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 7px 15px;
    font-size: 13px;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: white;
  }
  .top-number {
    float: none;
    margin: 0 auto;
    display: table;
    font-size: 15px;
  }
  /* responsive nav end */
  .copyright {
    text-align: center;
  }
  .footer-nav2 {
    margin: 10px auto 10px auto;
    display: table;
    float: none;
  }
  .disclaimer {
    text-align: center;
  }
}
.custom-tabs .nav-tabs {
  margin: 0 auto;
}
.custom-tabs .nav-tabs > li {
  z-index: 2;
  float: none;
  display: inline-block;
}
.custom-tabs .nav-tabs > li > a {
  padding: 16px 25px 12px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #737c85;
  border-radius: 0;
  border: none !important;
  border-bottom: 4px solid transparent !important;
}
.custom-tabs .nav-tabs > li.active > a,
.custom-tabs .nav-tabs > li.active > a:hover,
.custom-tabs .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border-bottom: 4px solid #4f00c5 !important;
}
.custom-tabs .nav > li > a:hover,
.custom-tabs .nav > li > a:focus {
  outline: 0;
}
.custom-tabs .tab-content {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.custom-tabs .tab-content .row > div {
  margin-bottom: 20px;
}
.custom-tabs .tab-pane {
  padding: 50px 0;
  border-bottom: 1px solid #ecf0f1;
}

.pricing-card {
  padding: 2rem;
  border: 1px solid #e3e3e3;
  box-shadow: 1px 1px 1px #e3e3e3;
  border-radius: 8px;
}
.pricing-card .price {
  font-size: 5rem;
  font-weight: bold;
  color: #4f00c5;
  line-height: 1;
}
.pricing-card h3,
.pricing-card span,
.pricing-card ul {
  margin: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e3e3e3;
  display: block;
  font-weight: bold;
}
.pricing-card span {
  font-size: 12px;
  color: gray;
  text-transform: uppercase;
}
.pricing-card ul {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-card .btn {
  width: 100%;
  padding: 1rem;
  font-size: 18px;
  background: #4f00c5;
}

.form-modal .modal-content {
  border-radius: 10px;
  border: 5px solid #4f00c5;
}
.form-modal .modal-header {
  border: 0;
}
.form-modal .modal-header .close {
  margin: 0;
  position: absolute;
  top: -13px;
  left: -18px;
  background: #4f00c5;
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 50rem;
  color: white;
}
.form-modal .modal-header .close span {
  font-size: 50px;
}
.form-modal .modal-body {
  padding: clamp(15px, 5vw, 30px);
}
.form-modal .modal-body span {
  font-size: 18px;
  position: relative;
}
.form-modal .modal-body span::before {
  content: "";
  position: absolute;
  background-color: #4f00c5;
  width: 50px;
  height: 1px;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-modal .modal-body span::after {
  content: "";
  position: absolute;
  background-color: #4f00c5;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-modal .modal-body h2 {
  font-weight: bold;
  font-size: clamp(24px, 3vw, 32px);
  margin-top: 0;
  margin-bottom: 2rem;
}
.form-modal .modal-body form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-modal .modal-body form input {
  padding: 10px 20px;
  min-height: 49px;
}
.form-modal .modal-body form button {
  padding: 1.2rem;
  width: 100%;
  display: block;
  font-size: 18px;
  background: #4f00c5;
  border-radius: 50rem;
  margin-top: 1.5rem;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.form-modal .modal-body form button:hover {
  background: black;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.nav-tabs li {
  display: inline-block;
  margin-right: 10px;
}

.nav-tabs li.active a {
  font-weight: bold;
}

.color-white {
  color: #fff !important;
}

.text-underline {
  text-decoration: underline;
}

.btn-contact_2 {
  background-color: black;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  padding: 10px 40px;
}
.btn-contact_2:hover {
  background-color: white;
  color: black;
  padding: 10px 20px;
  box-shadow: 0px 0px 18px -2px rgba(255, 255, 255, 0.75);
}

.font-12px {
  font-size: 10px !important;
}/*# sourceMappingURL=style.css.map */