@charset "UTF-8";
:root {
  --hm-font:'Poppins', sans-serif;	
  --hm-title:'Montserrat', sans-serif;	
  --hm-text:'Open Sans', sans-serif;	
  --hm-primary:#f37022;
  --hm-secondary:#0f823f;
  --hm-tertiary:#092e86;	
  --hm-base:#61CE70;
  --hm-accent:#FFDD00;
  --hm-black:#010039;
  --hm-white:#ffffff;
  --hm-text-body:#363636;
  --hm-text-dark:#1d1e20;
  --hm-text-light:#aea5bf;
  --hm-bg-dark:#02012b;
  --hm-bg-light:#f4f5ff;
  --hm-bg-light-2:#F3F7FA;
  --hm-bg-light-3:#f5f6fc;
  --hm-border-dark:#212529;
  --hm-border-light:#eeebf2;
}
body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family:var(--hm-font);
  color:var(--hm-text-body);
}
h1, h2, h3, h4, h5, h6 {
  font-family:var(--hm-title);	
  color:var(--hm-black);
  font-weight: bold;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
}
a, i, button, img, input, span,
*:before, *:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: 0px solid;
}

a:focus {
  color: inherit;
  outline: medium none;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.opacity-60 {
  opacity: 0.6 !important;
}
.particle-move-up {
  position: absolute;
  display: block;
  list-style: none;
  bottom: -150px;
}
.particle-move-up-1, .particle-move-up-2, .particle-move-up-3, .particle-move-up-4, .particle-move-up-5, .particle-move-up-6, .particle-move-up-7, .particle-move-up-8, .particle-move-up-9 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.particle-move-up-1 {
  left: 25%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.particle-move-up-2 {
  left: 10%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
}

.particle-move-up-3 {
  left: 70%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 36s;
          animation-duration: 36s;
}

.particle-move-up-4 {
  left: 40%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 27s;
          animation-duration: 27s;
}

.particle-move-up-5 {
  left: 65%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 38s;
          animation-duration: 38s;
}

.particle-move-up-6 {
  left: 75%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.particle-move-up-7 {
  left: 35%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.particle-move-up-8 {
  left: 50%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.particle-move-up-9 {
  right: 15%;
  -webkit-animation-name: moveups;
          animation-name: moveups;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
@-webkit-keyframes moveups {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes moveups {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
    border-radius: 50%;
  }
}
/*Common Class*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.section {
  width: 100%;
  overflow:hidden;	
}

.bg-gray {
  background-color:var(--hm-bg-light-2);
}
.section.bg-white {
  background-color: #fff;
}
.bg-primary {
  background: var(--hm-primary);
}
.bg-secondary {
  background: var(--hm-secondary) !important;
}
/*Slider Gap Start Here*/
.slick-list {
  margin-right: -30px;
}
.slick-list .slick-slide {
  margin-right: 30px;
}
/*Container Width For Mobile Device*/
@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
}
/*-- Input Placeholder --*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- Preloader --*/
.preloader {
 position:fixed;
 left:0;
 top:0;
 width:100%;
 height:100%;
 z-index:9999999;
 background-color:#ecf0f1;
 background-position:center center;
 background-repeat:no-repeat;
 background-image:url(../images/vpsjet-preloader.gif)
}
@-webkit-keyframes fadeInUp {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,100px,0);
  transform:translate3d(0,100px,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@keyframes fadeInUp {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,100px,0);
  transform:translate3d(0,100px,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@-webkit-keyframes bouncedelay {
 0%,
 80%,
 100% {
  -webkit-transform:scale(0)
 }
 40% {
  -webkit-transform:scale(1)
 }
}
@keyframes bouncedelay {
 0%,
 80%,
 100% {
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 40% {
  transform:scale(1);
  -webkit-transform:scale(1)
 }
}

/*-- Scroll Up --*/
#scrollUp {
  width:60px;
  height:60px;
  background-color:var(--hm-secondary);
  color: #fff;
  right: 40px;
  bottom: 40px;
  text-align: center;
  overflow: hidden;
}
#scrollUp .fa-fighter-jet, #scrollUp:hover  {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 479px) {
  #scrollUp {
    display: none !important;
  }
}
#scrollUp i {
  display: block;
  line-height:60px;
  font-size: 24px;
  color: var(--hm-accent);	
}
#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform: rotate(-90deg);	
}

/*-- Section Title --*/
.section-title h1 {
  font-size: 36px;
  color:var(--hm-tertiary);
  text-transform: uppercase;
  line-height: 28px;
  padding-bottom: 29px;
  margin: 0;
  position: relative;
}
.section-title h1 strong {color:var(--hm-primary);}
.section-title p {
  color:var(--hm-primary);
  font-size:18px;
  font-weight: 600;
}
.title-icon {
  background-image: url(../images/title-icon.png);
  background-size: 100%;
  width:175px;
  height:110px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 30px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size:27px;
    line-height:32px;
    padding-bottom: 15px;
  }
}
/*.section-title h1::before {
  border-bottom:2px dashed var(--hm-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -51px;
  position: absolute;
  width: 102px;
}*/
.section-title.title-white h1 {
  color: #fff;
}
.section-title.title-white h1::before {
  border-color: #fff;
}

.page-banner-area {
  background: var(--hm-bg-light-2);
  border-bottom: 1px solid #e3ecf2;
  border-top: 1px solid #e3ecf2;
}
.page-banner-area .page-banner h2 {
  color:var(--hm-secondary);
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat;
}
.page-banner-area .page-banner .breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.page-banner-area .page-banner .breadcrumb li a {
  font-size: 16px;
  color:var(--hm-black);
}
.page-banner-area .page-banner .breadcrumb li a:hover {
  color:var(--hm-tertiary);
}
.page-banner-area .page-banner .breadcrumb li + li::before {
  font-size:12px;
   color:var(--hm-black);
  content: "/ ";
  padding: 0 5px;
	
}

form {
  margin-left: -10px;
  margin-right: -10px;
}

.input-box {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  display: block;
}
.input-box input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=email] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 150px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=submit] {
  display: block;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 7px 45px;
  text-transform: uppercase;
}
.input-box input[type=submit]:hover {
  background-color: #26547c;
  color: #fff;
}

.submit-box {
  width: auto;
  margin-bottom: 0;
}

.input-box-2 {
  width: 100%;
  float: left;
  display: block;
}
.input-box-2 .input-box {
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .input-box-2 .input-box {
    width: 100%;
  }
}

.primary-btn {
  background:var(--hm-tertiary);
  color:var(--hm-white);
  display: inline-block;
  padding: 18px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:3px;
  font-weight: 600;
  font-size:18px;
  line-height:18px;
}
.primary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:18px;
  background:#17b57d;
  opacity: 0;
  z-index: -1;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active  {
  background:#17b57d;
  color: #fff;
}
.primary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .primary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .primary-btn {
    padding:11px 16px;
    font-size: 14px;
  }
}
.secondary-btn {
  background: var(--hm-primary);
  color: var(--hm-white);
  display: inline-block;
  padding:18px 45px;
  border-radius:3px;
  font-weight: 600;	
  text-transform:uppercase;
  font-size: 18px;	
  line-height:18px;	
}
@media (max-width: 991px) {
  .secondary-btn {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
  background: #d2b808;
  color: var(--hm-black);
}

@media (max-width: 767px) {
  .secondary-btn {
    padding:11px 16px;
    font-size: 13px;
  }
}
.tertiary-btn {
  background:var(--hm-tertiary);
  color:var(--hm-white);
  display: inline-block;
  padding:12px 30px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:3px;
  font-weight: 600;
  font-size:16px;
  line-height:18px;
}
.tertiary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:18px;
  background:var(--hm-primary);
  opacity: 0;
  z-index: -1;
}
.tertiary-btn:hover, .tertiary-btn:focus, .tertiary-btn:active  {
  background:var(--hm-primary);
  color:var(--hm-white);
}
.tertiary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .tertiary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tertiary-btn {
    padding:18px 36px;
    font-size: 14px;
  }
}
/*Bootstrap Custom Container*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 30px;
}
/*Header Area Start Here*/
/*-- Header Area --*/
.header-area {
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  background-color: #fff;
  z-index:999;
  padding-right: 60px;
  padding-left: 60px;	
}
.header-area.stick {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area.stick .header-search {
  padding: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-area.stick .header-search {
    padding: 16px 0;
  }
}
.header-area.stick .main-menu {
  margin: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-area.stick .main-menu {
    margin: 0;
  }
}
.header-area .logo {
  display: inline-block;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .logo {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .logo {
    width: 140px;
  }
  .header-area {
  padding-right:10px;
  padding-left:10px;	
}
	.header-contact-info {display:none;}	
}
.header-area .logo img {
  width: 100%;
}

/*-- Animation For Stick Menu --*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
}
/*-- Menu Toggle --*/
.header-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*-- Header Search --*/
.header-search {
  padding: 36px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-search {
    padding: 26px 0;
    position: static;
  }
}
.header-search .search-toggle {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #ef476f;
  border-radius: 50px;
  color: #fff;
  border: none;
}
.header-search .search-toggle:hover {
  background-color: #eb184a;
}
.header-search .search-toggle i {
  font-size: 18px;
  line-height: 28px;
}

.header-search-form {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #f1f1f1;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-search-form.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.header-search-form form {
  width: 256px;
  margin: 0;
}
.header-search-form form input {
  display: block;
  float: left;
  width: 220px;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  font-weight: 300;
  height: 36px;
}
.header-search-form form .submit {
  height: 36px;
  border: none;
  background-color: #f1f1f1;
  width: 36px;
  color: #525252;
}
.header-search-form form .submit:hover {
  background-color: #ef476f;
  color: #fff;
}
.header-search-form form .submit i {
  font-size: 18px;
  line-height: 36px;
  display: block;
}

.menu-toggle {
  margin-left: 20px;
  width:40px;
  height:40px;
  border:none;
  background-color:var(--hm-secondary);
  border-radius:3px;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.menu-toggle:hover {
  background-color:var(--hm-primary);
}
@media only screen and (max-width: 767px) {
  .menu-toggle {
    margin-left: 15px;
  }
}
.menu-toggle i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
/*-- Call Us --*/
.header-contact-info {
  padding: 36px 0;
  position: relative;
}
.header-contact-info .call-btn {
	font-weight: 600;
	padding: 6px 12px;
	font-size:18px;
	color: var(--hm-black);
}
.header-contact-info .call-btn i {font-size:24px;}
.header-contact-info .call-btn:hover {
	color: var(--hm-primary)
}
.header-contact-info .call-btn .fa-phone {
  transform: scaleX(-1);
	color: var(--hm-primary);
}
.header-contact-info .login-btn {
  background:var(--hm-tertiary);
  color: var(--hm-white);
  padding: 6px 20px;
  border-radius: 3px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.header-call {
    padding: 26px 0;
    position: static;
  }
}
/*-- Menu --*/
.main-menu {
  padding: 12px 60px;
}
@media only screen and (max-width: 767px) {
  .main-menu {
    margin: 0;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu nav {
    padding-bottom: 10px;
  }
}
.main-menu nav ul li {
  display: block;
  float: left;
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu nav ul li {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu nav ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.main-menu nav ul li:first-child {
  margin-left: 0;
}
.main-menu nav ul li a {
  border-top: 1px solid transparent;
  display: block;
  font-size: 15px;
  color:var(--hm-black);
  line-height: 22px;
  font-weight:600;
  margin: 3px 0 2px;
  text-transform: uppercase;
  line-height: 36px;	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu nav ul li a {
    font-size: 12px;
  }
}
.main-menu nav ul li a:hover {
  border-top:2px solid var(--hm-primary);
  border-bottom:2px solid var(--hm-secondary);	
  color:var(--hm-black);
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li a:hover {
    border-color: transparent;
  }
}
.main-menu nav ul li.active a {
  border-top:2px solid var(--hm-primary);
  border-bottom:2px solid var(--hm-secondary);	
  color:var(--hm-black);
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li.active a {
    border-color: transparent;
  }
}
/*Hero Section Start Here*/
.theme__main__banner {
	background:url("../images/hero-bg.jpg") center center no-repeat;
	background-size: cover;
	visibility: inherit;
  	margin-top:160px;	
}
.main-hero__bg {
  position: absolute;
  left: 0;
  top:4px;
  width: 100%;
  height: 100%;
  z-index:0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:var(--cv-bg-secondary);;
  animation: bgSlide 20s linear infinite;
  opacity: 0.5;	
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 991.98px) {
}
@media only screen and (max-width: 767.98px) {
	.theme__main__banner {margin-top:70px;}
	.about-section .about-image-wrapper img {max-width: 350px;}
}

@media only screen and (max-width: 1200px) {
}
.harish-murugan__img {
  margin-bottom:14px;
  padding-top:0px;
  z-index: 1;
  position: relative;	
}
@media only screen and (max-width: 1200px) {
  .harish-murugan__img {
    margin-left: 0;
  }
  .harish-murugan__img img {
    max-width: 100%;
  }
}


.rahul-gandhi__img {
  margin-bottom:14px;
  padding-top:0px;
  z-index: 1;
  position: relative;	
}
@media only screen and (max-width: 1200px) {
  .rahul-gandhi__img {
    margin-left: 0;
  }
  .rahul-gandhi__img img {
    max-width: 100%;
  }
}
/*About Section*/
.about-section {position: relative;padding: 90px 0 70px;background:var(--hm-bg-light);}
.about-section .section-title h1{font-size: 41px;line-height: 55px;text-transform: capitalize;padding-bottom:10px;}
.about-section .section-title h2{color: var(--hm-text-body);font-size: 24px;padding-bottom: 15px;}
.about-section .section-title p {font-size:36px;}
.about-section .about-image-wrapper .sticky-hero {
      flex: 1;
      position: sticky;
      top: 20px; /* Distance from the top of the viewport */
    }
.about-section .text {font-weight: 400;margin-top: 30px;line-height: 27px;}
.about-block {margin-bottom:30px;}
.about-block h3 {position:relative;padding-left:30px;font-size:18px;color:var(--hm-primary);font-weight:700;margin-bottom:15px;}
.about-block h5 i {position:absolute;left:0;top:0;color:var(--hm-primary);}

@media only screen and (max-width: 767.98px) {
	.title-icon {margin: auto;}
	.about-section .section-title {text-align:center;}
	.about-section .section-title h1 {font-size: 27px;line-height: 36px;text-align:center;}
}

.why-box{background: #fff;
  padding: 21px 40px;
  border-radius: 10px;
  border: 1px solid #eeeef2;}
.why-section{position:relative;padding:60px 0;}
.why-wrap{display: flex;align-items: center;}
.why-info{margin-bottom: 30px;}
.why-info li{color: var(--hm-text-body);font-size:14px;font-weight:400;margin-bottom:10px;}
.why-info li:before {font-family: "Font Awesome 5 Pro";content:'\f681';font-weight:600;margin: 0 10px 0 3px;font-size: 18px;color: var(--hm-secondary);}
.why-info li:last-child{margin-bottom: 0;}
.why-info li i{color: #34ad54;margin-right: 15px;font-size: 15px;} 

/*Join the Movement Section Start Here*/
.hm-join-section {
	position:relative;
    padding:30px 0px 110px;
}
.hm-join-img {
  z-index: 1;
}
.hm-join-text {
  background-color: #f7f7f7;
  padding:20px;
}
.hm-join-text p {
  font-size: 18px;
  line-height: 36px;
  color: var(--hm-border-dark);
}
.hm-join-text p strong {
	color: var(--hm-secondary);
}
.hm-join-section .sec-title {
  margin-bottom: 30px;
}
.hm-join-section .sec-title-title {
  font-size: 45px;
  font-weight: 700;
  color: var(--hm-tertiary);
}
@media (max-width: 767px) {
.hm-join-section .sec-title-title {
  font-size:36px;
}
.hm-join-section {
	text-align:center;
}
}
@media only screen and (max-width:1199px) {
.hm-join-section {
	text-align:center;
}
}
/*Join the Movement Section End Here*/
/*Vote For Harish Start Here*/
.hm-vote-section {
 position:relative;
 z-index:1
}
.hm-vote-section .hm-shape-one,
.hm-vote-section .hm-shape-two {
 position:absolute;
 z-index:-1
}
.hm-vote-section .hm-shape-one {
 top:100px;
 right:100px
}
.hm-vote-section .hm-shape-two {
 top: 30px;
 left: 15px
}
.hm-vote-section .hm-thumb-img {
 position:absolute;
 z-index:0;
 bottom:0;
 right:50px
}
.hm-vote-section:after {
 position:absolute;
 top:50%;
 right:0;
 content:"";
 width:48.5%;
 height:88%;
 border-radius:5px;
 background-color:#f6fbf8;
 z-index:-1;
 transform:translateY(-50%)
}
.hm-vote-section .hm-img {
 border-radius:5px
}
.hm-vote-section .hm-img img {
 border-radius:5px
}
.hm-vote-section .hm-content .content-title-one .section-title h1 {padding-bottom:0;}
.hm-vote-section .hm-content .content-title-one p {
 margin:18px 0 0
}
.hm-vote-section .hm-content .content-title-one p strong {font-size:18px;}
.hm-vote-section .hm-content .content-feature-list {
 margin:25px 0 35px
}
.hm-vote-section .hm-content .content-feature-list ol {list-style-type:decimal; /* Use numbers for ordered list */margin:20px;padding-bottom:36px;}
.hm-vote-section .hm-content .content-feature-list ol ul {list-style-type: disc; /* Use bullets for nested unordered list */margin-left: 20px; /* Indent nested list */}
.hm-vote-section .hm-content .content-feature-list ol ul li {font-weight: 500;color:var(--hm-text-body);padding: 10px 0;font-size: 16px;}
.hm-vote-section .hm-content .content-feature-list ol ul li a {color:var(--hm-secondary)}
.hm-vote-section .hm-content .content-feature-list ol ul li a:hover {color:var(--hm-secondary); text-decoration:underline;}
.hm-vote-section .hm-content .content-feature-list ol li { margin-bottom: 10px;font-weight: 600;font-size: 18px;color: var(--hm-tertiary);}



.hm-vote-section .sec-title {
  margin-bottom:20px;
}

@media only screen and (max-width:767px) {
.hm-vote-section {
padding:0;	
}
.hm-vote-section .hm-img {
	display:none; 
	visibility:hidden;
}
.sm-none {
  display:none!important
}
.hm-vote-section {
  padding:30px 0;
  overflow-x:hidden;
}
.sec-title .sec-title-title {font-size:45px;}	
.hm-vote-section .hm-content .content-title-one {text-align:center;}
.hm-vote-section .hm-content .content-feature-list li{text-align:left;}
}

@media only screen and (max-width:991px) {
 .md-none {
  display:none!important
 }
 
 .hm-vote-section .hm-content {
  margin-top:30px
 }
 .hm-vote-section:after {
  display:none
 }
 .hm-vote-section .hm-thumb-img {
  bottom:-50px;
  max-width:120px
 }

 
}
@media only screen and (max-width:1199px) {
.lg-none {display:none!important}
.hm-vote-section .hm-img {display:none;}
.hm-vote-section .hm-content {text-align:center;}
.hm-vote-section .hm-content .content-feature-list li{text-align:left;}	
}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .hm-vote-section:after {
  width:50.6%
 }
 .hm-vote-section .hm-thumb-img {
  bottom:-50px;
  max-width:120px
 }
}
@media only screen and (min-width:1200px) {
 .xl-none {
  display:none!important
 }
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
 .hm-vote-section:after {
  width:50.6%
 }
 .hm-vote-section .hm-thumb-img {
  bottom:-50px;
  max-width:180px
 }
}
@media only screen and (min-width:1400px) and (max-width:1599px) {
 .hm-vote-section::after {
  width:50%
 }
}
@media only screen and (min-width:1600px) {
 .hm-vote-section .hm-img {
  width:calc(100% + 20px)
 }
 .hm-vote-section .hm-content {
  width:calc(100% - 42px);
  margin-left:auto
 }
 .hm-vote-section .hm-thumb-img {
  right: 80px;
  bottom: 5px;
 }
}
/*Welcome Section End Here*/
/*Footer Area Start Here*/
.footer-bg {
    background-color: transparent;
    background-image: linear-gradient(160deg,#023069 62%,#173f84 100%);
    padding: 0px 0 50px 0;
    position: relative;
    overflow: hidden;
}
.main-footer .section-title .hm-title{color: var(--bs-white);font-size: 32px;font-weight:600;margin-bottom: 20px;}
.footer-shape-top {
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.footer-shape-top svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(142% + 1.3px);
}
.footer-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.footer-logo {
  margin:120px 0 90px;
}
.footer-menu {
  margin-bottom:65px;
}

.footer-menu ul {
  padding-left: 0;
  margin: 0;
}

.site-footer .footer-menu ul li {
  margin-bottom: 12px;
}
.footer-menu ul {
  list-style: none;
  text-align: center;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px 29px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #ffd701;
}
.site-footer-bottom a {
	display: block;
	background-color: #063979;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding:41px 20px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-bottom a:hover {
	 color: var(--bs-white);
	background-color:var(--hm-primary);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.site-footer-bottom a i {
	width: 36px !important;
	height: 36px !important;
	background-color:var(--hm-primary);
    color: var(--bs-white);
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
 .site-footer-bottom a .fa-phone {
    transform: scaleX(-1);
}

.site-footer-bottom a:hover i {
	color: var(--bs-white);
	background-color:var(--hm-tertiary);
}


.footer-bottom {
    padding-top:40px;
    border-top: none;
}
.footer-bottom p {
    line-height: 24px;
    margin-top: 13px;
	color:#FFF;
}
.footer-bottom p a {
	color:#FFF;
}
.footer-bottom p a:hover {
	color:#ffd701;
}

.swiper { width: 100%;height:754px;}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
@media (max-width: 767px) {
	.main-footer .section-title .hm-title {line-height:48px;}
}