

html {
  font-size: 16px;
  /* cursor: none; */
   overflow-x: hidden; 
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f9f8;
  overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
  margin: 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 37px;
  color: var(--black);
  font-weight: 700;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}


.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}


/* header/slider-css */

header {
  margin: auto;
  z-index: 11;
  position: relative;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;
  margin-bottom: -107px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #14377d;
}

.headerinfo {
  background-color: #CE63CE;
}

.headerinfo p {
  color: #fff;
  margin: 10px 0;
}

.logo-sec .media {
  align-items: center;
  margin-right: 30px;
}

.logo-sec .media a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0;
}

.logo-sec {
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #b262f9;
}

.logo-sec .media .media-body h5.mt-0 {
  font-size: 1.5rem;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  color: #ce63ce;
}

.navigation a.themeBtn {
  margin-left: 70px;
  padding: 18px 42px;
}

.logo-sec .media a i {
  font-size: 20px;
  color: #000;
}

.logo-sec .media .media-body a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}


.logo-sec .media .media-body small {
  font-size: 13px;
  font-weight: 600;
}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #14377d;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}


.mainSlider {

  position: relative;
  z-index: 1;
  padding: 0px 0px 50px 0;
  min-height: 847px;
  display: flex;
  align-items: center;
}


.slider-content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 4.234rem;
  text-transform: uppercase;
}

.slider-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11.491rem;
  line-height: 160px;
  margin-bottom: 25px;
}

.slider-content h2 span {
  color: #CE63CE;
  display: inherit;
}

.mainSlider h2 {
  /* text-shadow: 0 0 1px black; */
  /* margin: 0 0 1rem; */
}

.headingOne {
  font-size: 1.25rem;
  color: var(--theme-color);
  font-weight: bold;
  /* margin: 0; */
  letter-spacing: 0;
}

.headingTwo {
  font-size: 5.625rem;
  color: var(--white);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.95;
}

.headingThre {
  font-size: 2.8125rem;
  font-weight: 500;
  color: var(--white);
}

.slideContent .headingThre {
  margin: 0 0 3rem;
}

.slideContent a {
  /* font-size: 1.125rem; */
}

.top-links ul li {
  display: inline-block;
  padding-right: 75px;
}

.top-links ul {
  text-align: center;
}

.top-links ul li a {
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}

.slider-content p {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

a.whitebtn {
  background: #137FB7;
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding: 13px 32px;
  line-height: 15px;
  border-radius: 10px;
  transition: all 0.5s ease;
  border: 1px solid #137FB7;
  margin-left: 0;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
}

a.whitebtn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}



/* Cursor Start */

/***** Font Files *****/
/* sidenav-css start */

.sidenav {
  height: 100%;
  /* 100% Full-height */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  left: -500px;
  background: #48aadf;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 0;
  /* Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}

/* The navigation menu links */

/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: -7px;
  right: 13px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.mobilecontainer span {
  color: #fd0001;
  margin-right: 0;
  margin-top: 10px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.mobilecontainer img {
  width: 100px;
  margin: 10px 0;
}

.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}

.navigation .caret {
  position: absolute;
  border: 0;
  background: url('../images/img1.png') no-repeat;
  width: 14px;
  height: 9px;
  background-size: 80%;
  background-position: center center;
  right: 10px;
  top: 8px;
}

#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #000;
}

#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 13px 4px;
}

#mySidenav .caret {
  display: none;
}

#mySidenav #hassubmenu {
  position: relative;
}

#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
  padding-top: 5px;
}

#mySidenav div {
  border-top: 1px solid white;
}

#mySidenav div:last-child {
  border-bottom: 1px solid white;
}

#mySidenav a.closebtn+div {
  margin-top: 10px;
}

.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}

.navigation ul li>.dropdown-menu {
  padding: 0;
  border-radius: 0;
  min-width: 164px;
  left: 0px;
}

.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
  /* padding: 7px 0; */
}

.navigation ul li>.dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  /*padding: 7px 0 8px 25px;*/
  padding: 0px 14px 2px 15px;
  color: #555555;
}

.navigation ul li>.dropdown-menu li a:hover {
  background-color: #000000;
  color: #fff;
}

/* sidenav-css end */




.navigation ul li a i {
  padding-left: 10px;
}


.custom-nav .navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding-right: 34px;
}

/* Drop down menu */

li.dropdown a {
  padding: 0;
  color: #fff;
}

ul.dropdown-menu {
  padding: 9px;
  background-color: #000;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #eb2127;
  text-decoration: none;
  background-color: transparent;
}

ul.dropdown-menu li {
  padding: 8px 0 !important;
}

.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}

.navigation ul li>.dropdown-menu {
  padding: 10px 5px;
  border-radius: 0;
  /* border-top: 3px solid #7d1013; */
  margin: 0 0 0 -1px;
}

.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
  /* padding: 7px 0; */
}

.navigation ul li>.dropdown-menu li a {
  color: #fff;
  font-weight: 500;
}

/* Drop down menu */

.custom-nav .navbar-nav {}

.logo-sec {
  padding: 20px 0;
}

.custom-nav .navbar-nav>li a i {
  margin-left: 125px;
  font-size: 19px;
}

.band-right img {
  padding-right: 24px;
}

.navigation ul li {
  display: inline-block;
  padding: 0 25px;
}

.navigation ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.main-navigate h1 {
  font-weight: 600;
  text-align: center;
  color: #e92229;
  font-style: italic;
  font-size: 50px;
}

.main-navigate h5 {
  text-align: center;
  color: #000000;
  font-size: 22px;
}

.main-navigate {
  margin: 0;
  padding: 15px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation ul li a:hover {
  color: #333;
}


.navigation ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #333;
  transition: width .3s;
}

.navigation ul li a:hover:before {
  width: 100%;
}

/*custom-nav*/

/* custom-slider */


.mainSlider {

  position: relative;
  z-index: 1;
  padding: 0px 0px 50px 0;
  min-height: 847px;
  display: flex;
  align-items: center;
}

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-content h5 {
  color: #fff;
  font-weight: 400;
  font-size: 44px;
  text-transform: uppercase;
  letter-spacing: 24px;
}

.custom-slider {
  position: relative;
}

/* .custom-slider:after {
  content: '';
  background: url(../images/slicer-img.png) no-repeat;
  width: 1270px;
  height: 325px;
  position: absolute;
  background-position: center center;
  background-size: cover;
  right: 0;
  bottom: 24px;
} */
.slider-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11.491rem;
  line-height: 160px;
  margin-bottom: 25px;
}

.slider-content h2 span {
  color: #CE63CE;
  display: inherit;
}


.headingOne {
  font-size: 1.25rem;
  color: var(--theme-color);
  font-weight: bold;
  /* margin: 0; */
  letter-spacing: 0;
}

.headingTwo {
  font-size: 5.625rem;
  color: var(--white);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.95;
}

.headingThre {
  font-size: 2.8125rem;
  font-weight: 500;
  color: var(--white);
}

.slideContent .headingThre {
  margin: 0 0 3rem;
}

.bottom-line {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -97px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.themeBtn {
  font-size: 16px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 14px 40px;
  line-height: 15px;
  border-radius: 20px;
  transition: all 0.5s ease;
  border: 2px solid #5bb1ec;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  border-radius: 30px;
  transition: all 0.5s ease;
  background-color: #5bb1ec;
  text-transform: uppercase;
}

.themeBtn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #090909;
  background-color: #fff;
}

.themeBtn:hover {
  color: #1d528b;
  border: 2px solid #1d528b;
}


.slider-content p {
  color: #000;
  font-size: 19px;
  text-transform: capitalize;
}

a.whitebtn {
  background: transparent;
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding: 13px 32px;
  line-height: 15px;
  border-radius: 10px;
  transition: all 0.5s ease;
  border: 1px solid #fff;
  margin-left: 0;
  text-transform: uppercase;
}

a.whitebtn:hover {
  background: #fff;
  color: #000;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 21px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -200px;
  left: auto;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 4px;
  width: 20px;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active:before {
  width: 30px;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li span {
  opacity: 1;
  transition: .5s all ease-in-out;
  font-size: 15px;
  font-weight: 500;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 87px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.sliderItem h4 {
  color: #fff;
  font-weight: 500;
  font-size: 46px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 61px;
  margin-bottom: 0;
}

.custom-slider img {
  width: 100%;
  height:auto;
  height: 560px;
  object-fit: cover;
}



.custom-slider .banner-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.custom-slider .banner-border img {
  width: 100%;
}

.latest-sec .text-center a.themeBtn {
  background-color: #cc1417;
}

.latest-sec .text-center a.themeBtn:hover {
  background-color: #fff;
}

/* custom-slider */


.text-body .text-holder {
  position: relative;
}

.text-body .text-holder h3 {
  opacity: 1;
  /* animation: text-appear 1.2s linear forwards; */
  animation-delay: 0.7s;
  /* text-shadow: 2px 2px 4px #000; */
}

.text-body .text-holder-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: appear2 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 0.6s;
}

.text-body .text-holder-2 h3 {
  animation: text-appear 1.8s linear forwards;
  animation-delay: 0.7s;
}

@keyframes text-appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes appear2 {
  0% {
    left: 0%;
    width: 0%;
    background: #0c5088;
  }

  50% {
    left: 0%;
    width: 100%;
    background: #0c5088;
  }

  100% {
    left: 100%;
    width: 0%;
    background: #0c5088;
  }
}




.header-cta .media .media-body {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.header-cta .media .media-body small {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 600;
}

.header-cta .media .media-body a {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.header-cta figure img {
  width: 100%;
}


.header-cta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 50px;
}

a.phone-icon {
  background-color: #0c5088;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  color: #fff;
}

.header-cta .d-flex {
  align-items: center;
}

.header-cta .d-flex span a.themeBtn {
  margin-top: 0;
  margin-left: 30px;
  padding: 16px 40px;
  border-radius: 100px;
  text-transform: uppercase;
}


.sliderItem p {
  color: #fff;
  font-size: 21px;
}

a.BlueBtn {
  font-size: 16px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 16px 40px;
  line-height: 15px;
  border-radius: 30px;
  transition: all 0.5s ease;
  border: 1px solid #0c5088;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #0c5088;
}

a.BlueBtn:hover {
  border: 1px solid #0c5088;
  background-color: #fff;
  color: #0c5088;
}

.sliderItem .d-flex a.Bluebtn {
  margin-left: 20px;
}


.sliderItem .d-flex a.BlueBtn {
  margin-left: 20px;
}

.cart-links ul li {
  display: inline-block;
  padding-right: 20px;
}

.cart-links ul li a {
  font-size: 20px;
  color: var(--black);
}


.top-links {
  margin-bottom: 35px;
}


.logo a img {
  width: 100%;
}


header.d-flex {
  background-color: #fff;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  /* background-color: #000; */
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.logo {
  width: 80%;
  padding: 0;
}

.header-search form {
  display: flex;
  width: 100%;
  position: relative;
}


.header-search span {
  display: inline-block;
  width: 20%;
}

.header-search ul li {
  display: inline-block;
  padding-right: 25px;
}

.header-search ul li a {
  color: #000;
}

.header-search form button {
  border: none;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 100px;
  background-color: #000000;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 6px;
}

.header-search form input.form-control {
  min-height: 45px;
  border-radius: 100px;
  padding-right: 55px;
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: inherit;
  margin-bottom: 30px;
}

.header-search span:first-child {
  width: 51%;
}

.header-search ul li a:hover {
  color: #000;
}

.header-detail p {
  color: #fff;
  padding: 10px 0;
  margin: 0;
}

.header-detail {
  text-align: center;
  background-color: #000;
}

.cart-links ul li a span {
  font-size: 17px;
  color: #000;
}

.cart-links ul li:last-child {
  padding-right: 0;
}

.cart-links {
  display: flex;
  justify-content: end;
  margin-bottom: 25px;
}

.cart-links ul {
  display: flex;
  align-items: end;
  justify-content: end;
}

.slider-content {
  margin-top: 41px;
}

.slider-content a.themeBtn {
  margin-top: 20px;
}

.custom-slider:before {
  content: '';
  background: url(../images/shape01.png) no-repeat;
  width: 320px;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 11rem;
}

.main-navigate .d-flex a.themeBtn {
  background-color: #fff;
  color: #000;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 34px;
}


.main-navigate nav img {
  width: 83%;
}

.btn {
  padding: 18px 44px;
  color: #fff;
  font-weight: 500;
  border-radius: 38px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #22629e;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5) inset, 0 0 0 40px rgba(255, 255, 255, 0.5) inset;
  z-index: -1;
  transition: 1s ease;
}

.btn:hover {
  color: var(--white);
}

.btn-form {
  background-color: #11a54d;
  padding: 12px 25px;
  left: 10px;
  transition: all .5s;
  color: #fff;
  border-radius: 27px;
  border: none;
  transition: all .5s;
}

.btn-form:hover {
  background-color: #000;
  color: #fff;
}

.btn:hover::before {
  left: 50%;
  transform: translateX(-50%) scale(2);
}

.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c99d5;
  z-index: -2;
}


.header-btn {
  position: relative;
  left: 34px;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item::before {
  /* content: ''; */
  /* background-color: #000; */
  width: 3px;
  /* height: 3px; */
  /* position: absolute; */
  /* left: 28px; */
  /* top: 20px; */
  /* border-radius: 100%; */
}


.navbar-nav .nav-item:nth-child(1):before {
  display: none;
}

.banner-btn {
  margin-top: 30px;
}

.bottom-line img {
  width: 258px;
}

/* header/slider-css */

/* inc-sec */
.inc-sec {
  padding: 120px 0px;
}

.inc-content article {
  padding-right: 20px;
}

.inc-box {
  padding: 20px;
  transition: all 2s;
  border-radius: 16px;
}

.inc-box:hover {
  background-image: linear-gradient(45deg, #1c99d5, transparent);
}

.inc-img img {
  transition: all.5s;
}

.inc-box:hover .inc-img img {
  transform: scale(1.1);
}

.about-content img {
  -webkit-animation: heartbeat 1s ease-in-out infinite alternate both;
  animation: heartbeat 1s ease-in-out infinite alternate both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}



.inc-content article h4 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 30px;
}



/* inc-sec */

/* aboutus */
.about-content article h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #1c99d5;
 
}

.about-shape {
  position: absolute;
  top: -10rem;
 left: -130px;
  z-index: -1;
}

.about-shape img {
  width: 1130px;
}

.about-img {
  position: relative;
}

.aboutus {
  padding: 50px 0px 100px 0px;
  position: relative;
}

.aboutus::after {
  content: '';
  background-image: url(../images/aboutafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 9rem;
  width: 1148px;
  height: 1000px;
  z-index: -1;
}

.about-content article {
  padding-left: 30px;
}

.about-content article h4 {
  font-weight: 500;
  font-size: 43px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.about-content span .btn {
  color: #fff;
}

.about-content span a h6 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.about-content span h4 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;

}

/* aboutus */

/* join-sec */

.join-sec {
  padding: 60px 0px 150px 0px;
}

.join-card article h2 {
  font-weight: 600;
  font-size: 53px;
  text-transform: uppercase;
}

.option-card article h2 {
  text-transform: uppercase;
  font-size: 67px;
}

.option-card article h4 {
  font-size: 30px;
  font-weight: 400;
}

.j-img {
  position: relative;
  right: 60px;
  top: 60px;
}


/* join-sec */

/* mster-sec */
.mster-sec {
  padding: 120px 0px 140px 0px;
  background-image: url(../images/msbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.mster-text {
  padding-left: 11rem;
}

.mster-text h4 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.mster-text h2 {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}

.mster-box {
  position: relative;
  padding: 0px 10px;
}

.ms-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  padding: 48px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(36 58 120) 100%);
}

.ms-overlay h3 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}

/* mster-sec */

/* patner-sec */
.patner-sec {
  padding: 60px 0px 120px 0px;
  position: relative;
}

.patner-sec::after {
  content: '';
  background-image: url(../images/ptbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: -6rem;
  height: 1362px;
  z-index: -1;
}

.pt-cntr {
  display: flex;
  margin-top: 30px;
}

.pt-cntr span {
  flex: 0 0 27%;
  max-width: 27%;
}

.pt-cntr span h2 {
  font-size: 43px;
}

.pt-cntr span h4 {
  font-weight: 400;
  font-size: 16px;
}

.patner-sec .primary-heading p {
  margin-bottom: 60px;
}

/* patner-sec */


/* testimonial-sec */

.testimonial-sec .owl-carousel .owl-item img {
  display: inline-block;
  width: 15%
}

.testi-box article h5 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 15px;
  color: #000;
  font-family: Poppins, sans-serif;
  margin-top: 25px;
}

.testimonial-sec .owl-nav {
  position: absolute;
  top: 96%;
  left: 25rem
}

.testimonial-sec .owl-nav button.owl-prev {
  position: absolute;
  left: -280px;
  width: 58px;
  top: -80px;
  font-size: 28px;
  height: 58px;
  border: 3px solid #d6eff7;
  background-color: transparent;
  color: #000;
  border-radius: 100%
}

.testimonial-sec .owl-nav button.owl-next {
  position: absolute;
  width: 58px;
  height: 58px;
  background-color: #efe5c9;
  color: #000;
  border-radius: 100%;
  left: 601px;
  top: -79px;
  font-size: 28px
}

.testi-box article p {
  margin: 22px 0px;
  color: #000;
}

.star-img img {
  width: 74px !important
}

.testimonial-sec {
  padding: 6rem 0 6rem;
  position: relative;
}

.testimonial-sec::after {
  content: '';
  background-image: url(../images/lines.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: -2rem;
  height: 1160px;
  z-index: -1;
  -webkit-animation: bounce-top 3s infinite alternate both;
  animation: bounce-top 3s infinite alternate both;
}


.testi-box {
  text-align: center;
  position: relative;
}

.testimonial-sec .primary-heading h5 {
  margin-bottom: 25px;
  margin-top: 16px;
}


.tes-three {
  position: absolute;
  left: 27rem;
  bottom: 20rem;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(0, 0, 0, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(0, 0, 0, 0.1);
  }
}


.tes-four {
  position: absolute;
  left: 42rem;
  bottom: 26rem;
  animation: pulse-animation-three 1.2s infinite;
  border-radius: 100%;
}

@keyframes pulse-animation-two {
  0% {
    box-shadow: 0 0 0 0px rgb(211, 156, 26, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(211, 156, 26, 0.1);
  }
}

.tes-five {
  position: absolute;
  right: 37rem;
  top: 22rem;
  animation: pulse-animation-two 1.2s infinite;
  border-radius: 100%;
  display: none;
}



@keyframes pulse-animation-three {
  0% {
    box-shadow: 0 0 0 0px rgb(214, 239, 247, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(214, 239, 247, 0.1);
  }
}

.tes-seven {
  position: absolute;
  right: 27rem;
  bottom: 27rem;
  animation: pulse-animation-three 1.2s infinite;
  border-radius: 100%;
}

.tes-eight {
  position: absolute;
  right: 20rem;
  bottom: 44rem;
}


/* testimonial-sec */


/* blog-sec */
.blog-sec {
  padding: 40px 0px 95px 0px;
}



.service-box {
  border-radius: 25px;
  padding: 19px 10px 50px 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 78%, 0 85%);
}


.service-box article h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 12px;
  margin-top: 16px;
}

.service-box figure {
  text-align: center;
}

.service-box article img {
  width: 73px !important;
  margin-top: -65px;
}


.service-box article {
  padding: 10px 30px 116px 30px;
}

.service-box article p {
  margin-top: 0px;
  line-height: 27px;
}



/* blog-sec */

/* Analyst-sec */
.Analyst-sec {
  padding: 50px 0px;
  position: relative;
}

.analyst-content article h2 {
  text-transform: uppercase;
}


@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.man-shape {
  position: relative;
  left: 8rem;
}

.world-img {
  position: absolute;
  bottom: -13rem;
  right: 9rem;
}

.world-img img {
  animation: rotate 20s linear infinite;
}

/* Analyst-sec */


@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}



/* footer sec */

.copy-sec p span {
  color: #333;
  font-weight: 600;
}

footer {
  padding: 22rem 0 1rem;
  background-image: url(https://awsvision.com//wp-content/uploads/2025/06/footerbackground.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

.footersec .btn {
  background-color: #d39c1a;
  padding: 12px 25px;
  left: 10px;
  transition: all .5s;
  color: #fff;
  border-radius: 27px;
}

footer .footer-column {
  position: relative;
  top: -126px;
}

.footersec .btn:hover {
  background-color: white;
  color: black;
}

.footer-logo h3 {
  color: white;
  font-size: 67px;
}

.footer ul li {
  display: inline-block;
}

footer.footersec ul li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}


.footercontact ul li i {
  font-size: 21px;
  margin-right: 15px;
}

footer.footersec ul li a {
  color: white;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 16px !important;
}

.footercontact p {
  color: white;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 14px;
}

.foooter-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footernav h5 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.footernav ul {
  margin-top: 30px;
  border-top: 2px solid #4c669a;
  padding-top: 35px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}


.footercontact ul li {
  display: block;
}


.footercontact {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}

.footercontact ul li>.media {
  min-height: 70px;
}

.footercontact ul li>.media .media-body {
  display: inline-grid;
  margin-left: 20px;
}

.footercontact ul li>.media a i {
  font-size: 22px;
  color: #fff;
}

.footercontact ul li>.media .media-body p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.footercontact ul li>.media .media-body small {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.footercontact ul li>.media a {
  color: #fff;
  font-size: 17px;
}

.footercontact ul li>.media a:nth-child(3) {
  align-items: self-end;
}

.footerinfo {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.footercontact ul li:nth-child(3) {
  border-right: none;
  padding-bottom: 0;
}

.footercontact ul li i {
  color: #fff;
  font-size: 23px;
}

.footernav ul li {
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 39px;
  position: relative;
}

.footercontact ul li {
  padding-bottom: 13px;
}

.footercontact ul li a {
  font-size: 16px !important;
}

.slidercontact ul li:nth-child(3)>.media {
  align-items: center;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 13px;
  margin: 0;
  color: white;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

footer.footersec ul li a:hover {
  color: #0071bc;
}

.footercontact h5 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
}

.footersocial h5 {
  color: #fff;
}

.footersocial ul {
  margin-top: 0;
}

.footersocial ul li {
  display: inline-block;
  padding-right: 2px;
}

.footersocial ul li a i {
  height: 40px !important;
  width: 40px !important;
  background-color: transparent;
  color: white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: 1px solid white;
  transition: all .5s;
}

.active-fb {
  background: #e2cf24 !important;
}

.footersocial ul li a i:hover {
  color: white;
  background: #d39c1a;
  color: #fff;
  border: none;
}

.app-image {
  display: flex;
  margin-top: 30px;
  margin-left: 30px;
}

.app-image img {
  width: 150px;
}

.form-control {
  font-family: 'Poppins', sans-serif;
  margin: 0 5px;
}

.footersec form .d-flex {
  margin-bottom: 15px;
  width: 95%;
  justify-content: space-between;
}

.footercontact span h4 {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 27px;
}

.footersocial ul {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.footer-logo {
  margin-bottom: 0;
  text-align: center;
}

.footercontact span {
  flex: 0 0 50.666667%;
  max-width: 50.666667%;
}

.footercontact input.form-control {
  min-height: 52px;
  border-radius: 29px;
  border: 1px solid #f7f9f8;
  background-color: #f7f9f8;
}

.copy-sec {
  text-align: center;
}

footer.footersec .container {
  position: relative;
  margin-top: -71px;
}

.footer-logo a img {
  width: 75%;
  margin: 0 auto;
  display: table;
}

.copysec p {
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

.footercontact .themeBtn {
  background-color: #000;
  border-color: #b71313;
}

.copysec {
  position: relative;
  /* margin-top:30px; */
  top: -44px;
}

.carousel-indicators li {
  background-color: #a5c7de !important;
}

.copysec::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 132px;
  width: 1257px;
  height: 2px;
  background-color: #4c669a;
}

.footersec img.footer-logo {
  position: absolute;
  top: auto;
  bottom: 22rem;
  width: 45%;
}

.copysec p {
  color: #fff;
}

.footer-logo img {
  width: 222px;
}


/* footer */

.mster-box img {
  transition: all .5s;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right,
      #2a3c799d 0%,
      #2a3c7944 100%);
  content: "";
  display: block;
  height: 100%;
  left: -83%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.shine:hover img {
  transform: scale(1.1);
}





.custom-slider .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  transition: all 0.25s ease;
}

.custom-slider .carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}

.custom-slider .carousel-indicators li {
  text-indent: inherit;
  position: relative;
  background-color: white !important;
  margin: 10px 0;
  opacity: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: .5s all ease-in-out;
  margin-right: 20px;
  width: 10px;
  margin-bottom: 16px;
  height: 10px;
  justify-content: space-around;
  border-radius: 100%;
  transition: .5s all ease-in-out;
  opacity: 1;
  /* border: 1px solid #000; */
}

.custom-slider .carousel-indicators {
  position: absolute;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  width: 10%;
  align-items: center;
  top: 24px;
  left: -293px;
  flex-direction: column;
}

.custom-slider .carousel-indicators li span {
  display: inline-block;
  position: absolute;
  /* left: -45px; */
  font-size: 30px;
  color: #fff;
  margin: 23px 0px !important;
  font-weight: 500;
  /* top: -20px; */
  opacity: 1;
  transition: .5s all ease-in-out;
}

.slider-content a.themeBtn {
  display: inline-block;
  padding: 15px 25px;
}

.custom-slider .carousel-indicators li.active {
  color: #2a9d8f;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 27px;
  height: 27px;
  transition: .5s all ease-in-out;
  background-color: #d39c1a !important;
  /* border: 2px solid #66bb46; */
  margin-bottom: 14px;
  animation: pulse-animation-2 2s infinite;
}

@keyframes pulse-animation-2 {
  0% {
    box-shadow: 0 0 0 0px rgb(211, 156, 26, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(211, 156, 26, 0.1);
  }
}



.custom-slider .carousel-indicators li.active span {
  color: #fff;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}


/*.about-img img {*/
/*  -webkit-animation: shake-horizontal 6s linear infinite alternate both;*/
/*  animation: shake-horizontal 6s linear infinite alternate both;*/
/*  position: relative;*/
/*  left: -30px;*/
/*}*/

@-webkit-keyframes shake-horizontal {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

/*.about-shape img {*/
/*  animation: bounce-top 3s infinite alternate both;*/
/*}*/

.j-img img {
  animation: slide-out-bc-center 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite alternate both;
}

@-webkit-keyframes slide-out-bc-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-1100px);
    transform: translateZ(-1100px);
    opacity: 0;
  }
}

.pt-img img {
  animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.baner-lines {
  position: absolute;
  right: 21rem;
  bottom: 13rem;

}

.baner-lines img {
  animation: roll-out-left 3s ease-in infinite alternate both;
}



@-webkit-keyframes roll-out-left {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100px) rotate(0deg);
    transform: translateY(-100px) rotate(0deg);
    opacity: 0;
  }
}

@keyframes roll-out-left {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100px) rotate(-0deg);
    transform: translateY(-100px) rotate(-0deg);
    opacity: 0;
  }
}

.baner-strs {
  position: absolute;
  bottom: 21rem;
  right: 12rem;
}

.baner-strs img {
  animation: puff-in-center 1.5s linear infinite alternate both;
}


@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}


.bannner-main {
  position: relative;
}

.bannner-main img {
  width: 100% !important;
  height: 400px;
  object-fit: cover;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: start;
  padding-left: 16rem;
  justify-content: center;
  flex-direction: column;
}

.banner-overlay h3 {
  font-size: 78px;
  font-weight: 500;
  color: #fff;
}

.bottom-line-inner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -97px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-line-inner img {
  width: 258px !important;
}

.inner-about {
  padding: 150px 0px 100px 0px;
}

/* video-sec */
.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-img {
  position: relative;
}

.video-overlay img {
  border-radius: 100%;
  animation: pulse-animation-two 2s infinite;
}

@keyframes pulse-animation-two {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 0, 0, 0.9);
  }

  100% {
    box-shadow: 0 0 0 25px rgb(255, 0, 0, 0.0);
  }
}

.video-secs {
  padding: 70px 0px 120px 0px;
}

/* video-sec */

/* choose-sec */
.choose-sec {
  padding: 40px 0px 100px 0px;
}

.choose-content article h2 {
  font-size: 59px;
  font-weight: 400;
  text-transform: uppercase;
}

.dark {
  font-weight: 700;
  color: #14377d;
}

.inner-blog-sec {
  padding: 100px 0px;
}

/* choose-sec */

/* inner-join-sec */
.inner-join-sec {
  padding: 110px 0px;
}



/* inner-join-sec */

/* invest-sec */
.invest-sec {
  padding: 50px 0px 220px 0px;
  position: relative;
}

.invest-sec::after {
  content: '';
  background-image: url(../images/lines.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: -5rem;
  height: 1160px;
  z-index: -1;
  -webkit-animation: bounce-top 3s infinite alternate both;
  animation: bounce-top 3s infinite alternate both;
}


/* invest-sec */


/* email-info */

.email-inFo {
  padding: 45px 0px 150px 0px;
}

.contact-inf {
  text-align: center;
}

.contact-inf article h5 {
  font-weight: 700;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}

.contact-inf article span {
  font-size: 22px;
  margin-top: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.contactus- form input {
  min-height: 56px;
  border: none;
  background: #efefef;
  border-radius: 9px;
  padding-left: 24px;
  margin-top: 15px;
}

.contactus- form textarea {
  border: none;
  background: #efefef;
  border-radius: 9px;
  padding: 20px;
  margin-top: 15px;
}

.form-btn {
  text-align: start;
}

.form-btn .btn {
  padding: 18px 64px;
}

.contactus- {
  padding-bottom: 100px;
}

/* trad-sec */
.trad-sec {
  padding: 110px 0px 140px 0px;
}

.bs-sec {
  position: relative;
}

.bs-sec::before {
  content: '';
  background-image: url(../images/bssbefore.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10px;
  width: 463px;
  height: 877px;

}

.pr-ss {
  padding-bottom: 220px;
}


/* trad-sec */

/* faq-sec */

.faq-sec {
  padding: 100px 0px 180px 0px;
}


/* faq-sec */



/* accordian */




.accordion-container {
  width: 100%;
  max-width: 100%;
}

.accordion-item {
  background-color: #efeff0;
  border: 1px solid #E0E0E0;
  border-radius: 18px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-header {

  color: #000;
  padding: 23px 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px 18px 18px 18px;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #11a54d;
}

.accordion-header:hover.accordion-header {
  color: #fff;
}


.accordion-content {
  background-color: #FAFAFA;
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}


/* accordian */




/* featured-product */
.featured-product {
  padding: 120px 0px 100px 0px;
  position: relative;
}

.product-item img {
  border-radius: 22px;
  transition: all .5s;
}

.product-item img:hover {
  transform: scale(1.1);
  box-shadow: 2px 3px 7px #ccc;
}


.product-item h5 {
  color: #313131;
  margin-top: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.product-item {
  text-align: center;
  margin: 48px 4px 27px 4px;
}

.product-item span {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}



/* featured-product */


/* shirts-sec */
.shirts-sec {
  padding-bottom: 220px;
}

.main-shirt {
  display: flex;
  margin-top: 35px;
}

.shirttt-img {
  margin-left: 24px;
}

.shirt-img {
  position: relative;
}

.shirt-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: end;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 37px;
}

.shirt-overlay h4 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.shirttt-img {
  position: relative;
}


/* shirts-sec */

/* prmm-sec */
.prmm-sec {
  padding: 120px 0px 190px 0px;
}

.prmm-content article h4 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
}

/* prmm-sec */

/* testimonial-sec */
.testimoniall-sec {
  padding: 100px 0px 150px 0px;
}


.testimonials-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
}

.testimonials-card::after {
  content: '';
  background-image: url(../images/2lines.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -61px;
  z-index: 2;
  right: 61px;
  width: 140px;
  height: 110px;
}


.testimonials-card figure img {
  width: 36%;
  margin-left: -29px;
}

.testimonials-card figure span {
font-weight: 600;
    display: block;
    margin-left: 0;
    font-weight: 600;
    font-size: 22px;
}
span.reviewsss {
    padding: 0px 50px;
}

.testimonials-card article ul li {
  display: inline-block;
  padding-bottom: 40px;
}

.testimonials-card article ul li i {
  color: #ffcc00;
  font-size: 13px;
}

.testimonials-card article {
  padding: 0px 50px;
}

.testimonials-card article p {
  /*margin-top: -31px;*/
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.testimoniall-sec .primary-heading h2 {
  margin-bottom: 110px;
}

.testimoniall-sec .col-lg-5 {
  margin-bottom: 110px;
}


/* testimonial-sec */


header .header-inFo {
  position: absolute;
  right: 33px;
  top: 10px;
  z-index: 999;
}

.header-inFo span h5 {
  font-weight: 700;
  font-size: 18px;
  text-align: start;
  margin-left: 17px;
  color: #14377d;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header-inFo span a {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-left: 17px;
}

.header-inFo span img {
  width: 58px;
  display: block;
}

.copylnks {
  display: flex;
  justify-content: end;
  margin-right: 50px;
}

.copylnks li {
  padding-left: 25px;
}

/* em-while-sec */
.em-while-sec {
  padding: 100px 0px;
}

.golde {
  color: #d39c1a;
}

.em-while-cnt article h2 {
  font-size: 35px;
  font-weight: 400;
}


/* em-while-sec */


/* alrt-sec */
.alrt-sec {
  padding: 100px 0px 80px 0px;
}

.alrt-box {
  text-align: center;
}

.alrt-cnt article h4 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 30px;
}

.alrt-sec .col-lg-3 {
  margin-bottom: 40px;
}


/* alrt-sec */

/* member-sec */
.member-sec {
  padding-bottom: 10rem;
}

.member-sec .primary-heading h5 {
  font-size: 30px;
  margin-top: 25px;
}


.member-sec .primary-heading h1{
  text-transform: uppercase;
  font-size: 78px;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.member-bxx{
  text-align: center;
  background-color: #fff;
  padding: 32px 46px 43px 46px;
  border-radius: 21px;
  transition: all .5s;
}

.member-bxx:hover{
  background-color:#1e4187;
  transform: scale(1.02);
}

.member-bxx:hover h5{
  color:#fff;
}



.member-bxx h5{
    font-weight:700;
    margin-bottom:25px;
}

.member-bxx:hover h4{
  color: #fff;
}
.member-bxx:hover p{
  color: #fff;
}

.member-bxx:hover .price-bxx{
  background-color:#fff;
}

.member-bxx h4{
  color: #1e4187;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4rem;
  position: relative;
}

.member-bxx li{
    padding-bottom:9px;
    text-align:start;
    font-size:13px;
    position:relative;
}

.member-bxx li::before{
   content: '';
    background-color: #d39c1a;
    position: absolute;
    left: -24px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    animation: pulse-animation-seven 1.5s infinite;
}

@keyframes pulse-animation-seven {
  0% {
    box-shadow: 0 0 0 0px rgb(211, 156, 26,0.9);
  }

  100% {
    box-shadow: 0 0 0 5px rgb(211, 156, 26,0.1);
  }
}



.member-bxx h4::after{
  content: '';
  background-color:#ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -35px;
  left: 0px;
}

.member-bxx p{
  margin-bottom: 40px;
}

.member-bxx:hover li{
    color:#fff;
}

.member-bxx sup{
  font-size: 30px;
  font-weight: 600;
  color: #1e4187;
}

.member-bxx sub{
  font-size: 14px;
  font-weight: 600;
  color: #1e4187;
}

.member-btn .btn{
  padding: 20px 69px;
}

.member-btn{
  margin-top:24px;
}

.price-bxx{
  padding: 71px 10px 38px 10px;
  box-shadow: 0px 0px 8px 5px rgba(153, 151, 151, 0.3);
  border-radius: 21px;
  margin-top:29px;
}

.member-sec .owl-carousel .owl-stage{
  padding: 29px 0px 38px 0px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.service-box a{
    color:#000;
}

.row-class{
        flex-direction: column;
    align-items: start;
}

.banner-left-image figure img{
    height:auto;
    background: #ffffffc9;
    width: 70%;
    box-shadow: 0px 0px 31px #fcfeff;
}

.banner-left-image figure{
    text-align:end;
}

.header-btn .btn{
    padding: 18px 70px;
}

/* member-sec */


.alert-abc {
    background-color: #d39c1a;
    padding: 30px;
    height: 400px;
    border-radius: 50px;
    box-shadow: #14377d 5px 5px;
}

a.navbar-brand {
    width: 226px;
}



.spacing_{
  margin-top: 5rem;
}

.contact-inf img {
    width: 140px;
}

.detail_ul li {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
        font-size: 18px;
}

.detail_ul{
  list-style: disc;
}

.service-box figure img{
  width: 100%;
    height: 272px;
    object-fit: cover;
}

#gform_1 input {
    background-color: transparent !important;
    border-radius: 7px !important;
    height: 54px !important;
    font-weight: 700;
    border: 2px solid #1c99d5;
}

#gform_1 textarea {
    background-color: transparent !important;
    border-radius: 7px !important;
    height: 155px !important;
    border: 2px solid #1c99d5;
}

.prmm-content h6 {
    font-weight: 600;
    font-size: 21px;
}

.card{
    background-color:transparent;
    border:none;
}

input#gform_submit_button_1 {
    background: #1c99d5 !important;
    padding: 14px 55px;
}

#gform_1 label{
      font-weight: 700;
    font-size: 18px;
}

.inc-box {
    transition: background-color 0.5s ease;
}

.inc-box.highlight {
       background-image: linear-gradient(45deg, #1c99d5, transparent);
}
