:root {
  --home-banner-min: 600px;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 100vh; */
  height: auto;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
.error-field{
  border: 1px solid #ec2222 !important;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
img {
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
  overflow: hidden;
  /* height: 100vh; */
}

header {
  border-bottom: 1px solid #485967;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

header a.logo {
  padding: 0 40px;
  border-right: 1px solid #485967;
  float: left;
  height: 138px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header a.phone {
  padding: 0 40px;
  border-left: 1px solid #485967;
  height: 138px;
  float: right;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 2px;
  color: #FFF;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
header a.phone:hover {
  background: #114ff19e;
  color: #FFF !important;
}
header a.phone span {
  font-weight: 500;
  color: #969697;
  display: block;
  letter-spacing: normal;
}
header a.phone:hover span {
  color: #fff;
}

header ul.social {
  margin: 0 50px 0 0;
  padding: 0;
  float: right;
  list-style: none;
  height: 138px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

header ul.social li {
  margin: 0 0 0 10px;
}

header ul.social li a {
  display: block;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
header ul.social li a:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

header ul.social li img {
  width: 16px;
}
header.fixed-menu {
  background: #1e1e1e;
  border-bottom: 0px;
}
section.banner {
  /* background: url('../images/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  width: 100%;
  height: 100vh;
  min-height: var(--home-banner-min);
  position: relative;
}
.banner-slides {
  height: 100vh;
  min-height: var(--home-banner-min);
}
.owl-stage-outer {
  height: 100vh;
  min-height: var(--home-banner-min);
}
.single-banner-slide {
  height: 100vh;
  min-height: var(--home-banner-min);
}
.single-banner-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sbslide-caption-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sbslide-caption {
  height: 100vh;
  min-height: var(--home-banner-min);
  display: flex;
  align-items: center;
  padding: 15px;
}
.sbslide-caption h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sbslide-caption h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 67px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.owl-nav > button {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: 30px;
  font-size: 12px !important;
  color: #fff !important;
  letter-spacing: 5px;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  margin: 0;
}

.owl-nav .owl-next {
  right: 30px;
  font-size: 12px !important;
  color: #fff !important;
  letter-spacing: 5px;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  margin: 0;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
letter-spacing: 8px;
}

/* classy nav start */

.classy-nav-container {
  /* background-color: #cc0000; */
  padding: 0 0;
  margin: 0 0 0 50px;
  z-index: 11;
  float: left;
  height: 138px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
}

.classy-nav-container .classy-navbar .classynav ul li a::after {
  width: 0;
  height: 2px;
  background: #FFF;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.classy-nav-container .classy-navbar .classynav ul li.active a::after,
.classy-nav-container .classy-navbar .classynav ul li:hover a::after {
  width: 24px;
  height: 2px;
  background: #FFF;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}


/* .classy-nav-container .classy-navbar .classynav ul li:hover>a {
    background: #000;
    color: #FFF !important;
} */


/* .cn-dropdown-item:hover > a {
    background: #A30000 !important;
} */

.cn-dropdown-item .dropdown a::before {
  display: none;
}

.classynav ul li {
  margin-right: 30px;
}
.classynav ul li:last-child {
  margin-right: 0px;
}

.classynav ul li a:hover .classynav ul li.has-down::after {
  color: #cc0000 !important;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
  font-size: 14px;
  color: #fff;
  padding: 15px 15px !important;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: auto;
  line-height: inherit;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li:last-child a {
  border-bottom: 0;
}

.breakpoint-off .classynav ul li .dropdown li.sub2>a {
  border-bottom: 0 !important;
}

.breakpoint-off .classynav ul li .dropdown li.sub2 ul.dropdown li:last-child a {
  border-bottom: 0 !important;
}

.classynav ul li.cn-dropdown-item ul li a:hover {
  background: #000;
  color: #fff !important;
}

.classynav ul li.active a {
  position: relative;
  z-index: 1;
}

.classynav ul li.active a::before {
  width: 80%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
  content: '';
}

.classynav ul li.active a::before {
  display: none;
}

.classynav ul li.active a::before {
  display: none;
}

.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
  color: #fff;
}

.classynav #nav {
  margin: 0;
  padding: 0;
  display: table;
}

.breakpoint-off .classynav ul li .dropdown {
  padding-top: 0;
  padding-bottom: 0;
  background: #703696 !important;
  /* width: 200px; */
  left: 0;
}

.breakpoint-off .classynav ul li .dropdown li:hover .dropdown {
  top: 0;
}

.classynav ul li.has-down>a::after {
  font-size: 10px;
}

.classynav ul li.has-down.sub2 {
  position: relative;
}

.classynav ul li.has-down.sub2>a::after {
  display: none;
}

.classynav ul li.has-down.sub2>a::before {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'classyfonts';
  content: "\e900";
  font-size: 10px;
}

.classynav ul li.cn-dropdown-item ul li a {
  margin-left: 0 !important;
}

.classy-menu {
  width: 100%;
}


/* classy nav end */


/*# sourceMappingURL=style.css.map */


/* Experiance section Start */
.experiance-section {
  padding: 100px 0px;
}
.experiance-section .experiance-wrap .experiancew-title {
  margin-bottom: 10px;
}
.experiance-section .experiance-wrap .experiancew-title h3 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.experiance-section .experiance-wrap .experiancew-title h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}
.experiance-section .experiance-wrap .experiancew-text p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.btn-style1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 15px 50px;
  color: #fff;
  background-color: #114FF1;
  margin-top: 20px;
}
.btn-style1:hover {
  background: #073cc9;
  color: #fff;
}
/* Experiance section End */

/* About Section Start */
.about-section {}
.about-section .aboutsec-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.about-section .aboutsec-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-section .aboutsec-text {
  background-color: #F8F8F8;
  padding: 50px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section .aboutsec-text h4 {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #000;
}
.about-section .aboutsec-text h3 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000;
}
.about-section .aboutsec-text .aboutsec-details {
  margin-top: 20px;
}
.about-section .aboutsec-text .aboutsec-details p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}
/* About Section End */

/* Services Section Start */
.services-section {
  padding: 100px 0px;
}
.services-section .servicessec-title h3 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px 0;
}
.services-section .servicessec-title h3 span {
  color: #114FF1;
}


.services-item {
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px 10px;
  margin: 10px 0px;
  cursor: pointer;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.services-item:hover {
  border: 1px solid #114FF1;
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.services-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.services-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px 0;
}
.services-item p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
/* Services Section End */


/* Footer Section Start */
footer .ftop {
  padding: 100px 0px 0 0;
  background: linear-gradient(rgba(17, 79, 241, 0.8), rgba(17, 0, 79, 0.8)), url('https://i.pinimg.com/originals/8b/f9/05/8bf90583668ff7227eb319035be9ad15.jpg');
}

.footer-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-left > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-left > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.footer-left > ul > li:last-child {
  margin-bottom: 0px;
}
.footer-left > ul > li > div:first-child {
  margin-right: 30px;
}
.footer-left > ul > li > div h5 {
  font-size: 20px;
  color: #D0D0D0;
  margin-bottom: 0px;
}
.footer-left > ul > li > div a {
  text-decoration: none;
}
.footer-left > ul > li > div h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.footer-left > ul > li > div a:hover h4 {
  color: #fff;
  letter-spacing: 1px;
}

.needahand {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.needahand .needahand-title {
  text-align: center;
}
.needahand .needahand-title h3 {
  font-size: 45px;
  font-weight: 700;
}
.needahand .needahand-title p {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.needahand-form .form-control,
.needahand-form .form-select {
  font-size: 14px;
  color: #868484;
  background-color: #F8F8F8;
  border: 0px;
  height: 55px;
  padding: 15px;
}
.needahand-form textarea.form-control {
  height: 158px;
}
.btn-needahandform {
  color: #fff;
  background-color: #114FF1;
  border-color: #114FF1;
  padding: 15px 40px;
}
.btn-needahandform:hover {
  color: #fff;
  background-color: #073cc9;
  border-color: #073cc9;
}

.fbottom {
  background-color: #473f83;
  padding: 10px 0px;
  margin: 100px 0 0 0;
  color: #fff;
}
.fbottom p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 14px;
}
/* Footer Section End */