@import url("../css/fontawesome.min.css");
@import url("../css/animate.min.css");
@import url("../css/bootstrap.css");
@import url("../css/jquery-ui.css");
@import url("../css/magnific-popup.css");
@import url("../css/owl.carousel.css");
@import url("../css/scrolling-nav.css");


/**********************
    Google Fonts
***********************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/**************************
    General Style Start
***************************/

::-moz-selection {
    background-color: #3e2bc5;
    color: #FFF;
   }
   ::selection {
     background-color: #3e2bc5;
     color: #FFF;
   }
   body, html {
     height: 100%;
     margin: 0;
     padding: 0;
   }
   body {
         background: #ffffff;
       line-height: 24px;
       color: #7a7a7a;
       font-size: 14px;
       letter-spacing: 0.5px;
         font-family: 'Poppins', sans-serif;
       font-weight: 400;
   }
   body.dark-header {
     padding-top: 82px;
   }
   .container {
     padding-left: 0;
     padding-right: 0;
   }
   .no-js #loader {
     display: none;
   }
   .js #loader {
     display: block;
     position: absolute;
     left: 100px;
     top: 0;
   }
   .se-pre-con {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background:#ffffff;
   }
   .main {
     position: relative;
     overflow: hidden;
   }
   img {
     height: auto;
     max-width: 100%;
     border: none;
     outline: none;
       -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
           -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
               transition: all 0.4s ease 0s;
   }
   .owl-carousel .owl-item img {
     width: auto;
     display: inline-block;
   }
   .owl-nav button span {
     display: none;
   }
   a, a:focus, a:active, a:link, img {
     outline: none;
     text-decoration: none;
   }
   a {
     cursor: pointer;
     text-decoration: none;
     color: #7a7a7a;
       -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
           -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
               transition: all 0.4s ease 0s;
   }
   a:hover {
     color: #3e2bc5;
     text-decoration: none;
       -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
           -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
               transition: all 0.4s ease 0s;
   }
   a.link {
     color: #202833;
   }
   a.link:hover {
     color: #3e2bc5;
   }
   br {
     font-size: 0;
     line-height: 0;
   }
   hr {
     margin-bottom: 0px;
     margin-top: 0px;
     border-top: 1px solid #f1f1f1;
     border-bottom: none;
     border-left: none;
     border-right: none;
   }
   .divider {
     position: relative;
     overflow: hidden;
     height: 4px;
     z-index: 9;
   }
   .divider:before, .divider:after {
     content: '';
     position: absolute;
     width: 100%;
     top: 50%;
     left: 0px;
     height: 0;
     border-top: 1px solid #f1f1f1;
       -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
           -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
               transform: translateY(-50%);
   }
   .divider::before {
       margin-top: -1px;
   }
   ul {
     list-style: none;
     padding-left: 0px;
     margin-bottom: 0;
   }
   .position-r {
     position: relative;
   }
   .position-s {
     position: static;
   }
   .position-initial {
     position: initial;
   }
   .overflow-h{
     overflow: hidden;
   }
   .align-center {
     text-align: center;
   }
   .align-left {
     text-align: left ;
   }
   .align-right {
     text-align: right;
   }
   .dark-bg {
     background-color: #f3f2fb;
   }
   .light-bg {
     background-color: #1f0e9c;
   }
   .gray-bg {
     background: #f5f5f5;
   }
   .light-gray-bg {
       background: #f3f2fb none repeat scroll 0 0;
   }
   p {
     color: #7a7a7a;
   }
   .middle-800 p {
     display: inline-block;
     max-width: 800px;
   }
   .middle-580 p {
     display: inline-block;
     max-width: 580px;
   }
   .text-primary  {
     color: #3e2bc5 !important;
   }
   .badge-primary, .badge-success, .badge-info, .badge-warning, .badge-danger, .badge-dark {
     color: #ffffff;
   }
   .badge-primary {
     background-color: #3e2bc5;
   }
   .box-wrap {
     box-shadow: 0 0 10px rgba(0,0,0,0.1);
     padding: 30px;
   }
 
 
   /*------border Style-------- */
     .border {
       border:  1px solid #e1e1e1 !important;
     }
     .border-tb {
       border-top: 1px solid #e1e1e1 !important;
       border-bottom: 1px solid #e1e1e1 !important;
     }
     .border-lr {
       border-left: 1px solid #e1e1e1 !important;
       border-right: 1px solid #e1e1e1 !important;
     }
     .border-top {
       border-top: 1px solid #e1e1e1 !important;
     }
     .border-left {
       border-left: 1px solid #e1e1e1 !important;
     }
     .border-right {
       border-right: 1px solid #e1e1e1 !important;
     }
     .border-bottom {
       border-bottom: 1px solid #e1e1e1 !important;
     }
 
   /*------border Style End-------- */
 
 /**************************
     General Style End
 ***************************/

 /**************************
    Headings Style Start
***************************/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #202833;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 45px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
  }
  h2.section_title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
  }
  h2.title-bg {
    background: rgba(0, 0, 0, 0) url("../images/title-icon.png") no-repeat scroll center bottom;
    padding-bottom: 15px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  h3.sub-heading {
     font-weight: 500;
     margin-bottom: 0;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  h5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
  }
  h6 {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
  }
  h6.heading-sub-title {
    color: #3e2bc5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .sub_title.heading {
    font-weight: 600;
    font-size: 22px;
  }
  .heading-des {
    max-width: 600px;
    margin: 0 auto;
  }
  .text-left .heading-des {
    max-width: 100%;
    margin: 0;
  }
  .heading-part {
    position: relative;
  }
  .title-line {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    display: inline-block;
  }
  .title-line:before, .title-line:after {
      top: 50%;
      background: #3e2bc5;
      content: "";
      position: absolute;
      height: 1px;
      width: 30px;
      z-index: 0;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
  }
  .title-line:before {
      left: 0;
  }
  .title-line:after {
      right: 0;
  }
  .text-left .heading-sub-title.title-line {
    padding-left: 0;
  }
  .text-left .heading-sub-title.title-line:before {
    display: none;
  }
  .section_title span:after {
    background: #3e2bc5 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 50px;
    z-index: 1;
  }

  /*------ Custom Headings Style Start ---------*/
  .homepage h2.section_title {
    background: #3e2bc5;
    display: inline-block;
    font-size: 20px;
    padding: 7px 30px 7px 20px;
    color: #fff;
    -webkit-border-radius:  0 25px 25px 0;
       -moz-border-radius:  0 25px 25px 0;
         -o-border-radius:  0 25px 25px 0;
            border-radius:  0 25px 25px 0;
  }
  /*------ Custom Headings Style End ---------*/

/**************************
    Button Style Start
***************************/
  .btn, button {
    background-color: transparent;
    padding: 14px 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
      -webkit-border-radius: 25px;
         -moz-border-radius: 25px;
           -o-border-radius: 25px;
              border-radius: 25px;
      -webkit-transition: all 0.4s ease 0s;
         -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
           -o-transition: all 0.4s ease 0s;
              transition: all 0.4s ease 0s;
  }
  button:focus, .btn:focus, .btn.focus {
      outline: 0 none;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
  }
  .btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn:hover:after {
    left: 120%;
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn.full {
    width: 100%;
    text-align: center;
  }
  .header .btn { padding: 12px 25px; }
  .btn.big-width {
    padding: 13px 30px;
  }
  .btn.big {
    padding: 18px;
  }

  .btn.small {
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
  }
  .btn svg {
    width: 18px;
    height: 17px;
    margin-left: 3px;
  }
  .btn i.fa.fa-lg {
    line-height: 8px;
  }
  .btn span ~ i.fa, .btn i.fa ~ span {
    margin-left: 5px;
  }

  .btn-black {
    color: #fff;
    background: #222;
    border: none;
  }
  .btn-black:hover {
    color: #fff;
    background: #3e2bc5;
  }
  .btn-color {
    color: #fff;
    background: #3e2bc5;
    border: none;
  }
  .btn-color:hover {
    color: #fff;
    background: #3e2bc5;
  }
  .btn-white {
    color: #222;
    background: rgba(255,255,255,1);
    border: none;
  }
  .btn-white:hover {
    color: #222;
    background: #3e2bc5;
  }
  .btn-transparent {
    color: #f22a59;
    background: transparent;
    border: none;
  }
  .btn-border {
    color: #3f3f3f;
    padding: 10px 15px; 
    border: 1px solid #e1e1e1;
  }
  .btn-border:hover {
    border: 1px solid #3e2bc5;
    color: #3e2bc5;
  }

/**************************
    Button Style End
***************************/

  /*----- Basic margin padding -----*/
  .m-10 { margin: 10px; }
  .m-15 { margin: 15px; }
  .m-20 { margin: 20px; }
  .m-30 { margin: 30px; }
  .mb-minus-30 { margin-bottom: -30px; }

  .p-10 { padding: 10px; }
  .p-15 { padding: 15px; }
  .p-20 { padding: 20px; }
  .p-30 { padding: 30px; }

  /*----- Page Section Spacing -----*/

    /*----- Padding top-bottom -----*/
    .ptb-10 { padding: 10px 0; }
    .ptb-20 { padding: 20px 0; }
    .ptb-30 { padding: 30px 0; }
    .ptb-60 { padding: 60px 0; }
    .ptb-100 { padding: 0px 0px; }

    /*----- Padding left-right -----*/
    .plr-15 { padding: 0 15px; }
    .plr-20 { padding: 0 20px; }
    .plr-30 { padding: 0 30px; }

    /*----- Padding top-----*/
    .pt-10 { padding-top: 10px; }
    .pt-20 { padding-top: 20px; }
    .pt-30 { padding-top: 30px; }
    .pt-60 { padding-top: 60px; }
    .pt-100 { padding-top: 100px; }

    /*----- Padding left-----*/
    .pl-20 { padding-left: 20px; }
    .pl-30 { padding-left: 30px !important; }

    /*----- Padding bottom-----*/
    .pb-30 { padding-bottom: 30px; }
    .pb-60 { padding-bottom: 60px; }
    .pb-70 { padding-bottom: 70px; }
    .pb-100 { padding-bottom: 100px; }

    /*----- Padding right-----*/
    .pr-30 { padding-right: 30px; }

    /*----- Margin top-bottom -----*/
    .mtb-10 { margin: 10px 0; }
    .mtb-15 { margin: 15px 0; }
    .mtb-20 { margin: 20px 0; }
    .mtb-30 { margin: 30px 0; }
    .mtb-40 { margin: 40px 0; }

    /*----- Margin top -----*/
    .mt-10 { margin-top: 10px; }
    .mt-20 { margin-top: 20px; }
    .mt-30 { margin-top: 30px; }
    .mt-40 { margin-top: 40px; }


    /*----- Margin bottom -----*/ 
    .mb-10 { margin-bottom: 10px; }
    .mb-20 { margin-bottom: 20px; }
    .mb-30 { margin-bottom: 30px; }
    .mb_-30 { margin-bottom: -30px; }
    .mb-40 { margin-bottom: 40px; }

    /*----- Margin right -----*/
    .mr-20 { margin-right: 20px; }
    .mr-30 { margin-right: 30px; }

/**************************
    Spacing Style End
***************************/

/********************************
    back-to-top Arrow Start
*********************************/
.scroll-top {
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 2;
  }
  .scroll-top .scrollup {
    position: relative;
    background: #3e2bc5;
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 34px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
           -o-border-radius: 50%;
              border-radius: 50%;
  }
  .scroll-top .scrollup::before {
    color: #fff;
    content: "";
    background: rgba(0,0,0,0) url(../images/top-arrow.svg) no-repeat center center;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
/******************************** 
    back-to-top Arrow End
*********************************/


/********************************
    Loader start
*********************************/
.spinner {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }    
  .triple-spinner {
    display: block;
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #3e2bc5;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  .triple-spinner::before,
  .triple-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
  }
  .triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #3e2bc5;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
  }
  .triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #3e2bc5;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
  }
  @-webkit-keyframes spin {
      from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
  @keyframes spin {
      from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    /********************************
    Loader stop
*********************************/

/* - Header Style  //---------------- */
header#header {
	background: transparent;
	top: 0;
	width: 100%;
	border: none;
	z-index: 2;
  padding: 0;
  display: inline-block;
	position: fixed;
  -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.header-fixed#header {
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
		      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.navbar .container {
    display: block;
}
.navbar-header {
    float: none;
}
.navbar-header .navbar-brand {
	height: auto;
	padding: 0;
	margin-right: 20px !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.collapsing {
	display: inline-block;
}
/* Navigation Menu Style */

.navbar-collapse.menu-open {
    left: 0;
}
.nav > li {
	position: inherit;
	display: inline-block;
}
.navbar-nav > li {
  margin: 0 15px;
}
.navbar-nav > li:first-child {
    margin-left: 0;
}
.navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-nav > li > a {
	color: #202833;
	padding: 15px 0 15px 0;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}
.header-fixed .navbar-nav > li > a {
  padding: 30px 0 30px 0;
}
.navbar-nav > li:hover > a {
	color: #3e2bc5
}
#menu-main li a.active {
	color: #3e2bc5;
}
#menu-main > li > a span {
	position: relative;
}
.navbar-nav li.level:last-child a {
	padding-right: 0; 
}
.navbar-collapse ul.nav > li > a:before {
	background: #3e2bc5;
  bottom: 20px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale3d(0, 1, 1);
     -moz-transform: scale3d(0, 1, 1);
      -ms-transform: scale3d(0, 1, 1);
       -o-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}
.navbar-collapse ul.nav > li > a:hover::before, 
.navbar-collapse ul.nav > li > a.active::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
       -o-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}
/*----- Megamenu Style -----*/
.megamenu {
  background: #ffffff;
  color: #a4a4a4; 
  padding: 0;
  text-align: left;
  position: absolute;
  top: auto;
  margin-top: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: auto;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
.megamenu.full {
    left: 0;
}
.nav > li.level:hover .megamenu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.megamenu-inner-top {
  display: inline-block;
  width: 100%;
}
.megamenu .sub-menu-level1 li.level2 {
  min-width: 230px;
}
.megamenu .level2 > a {
  display: inline-block;
  margin-right: 0;
  color: #3e2bc5;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 100%;
}
.megamenu .sub-menu-level2 li.level3 > a {
  color: #7a7a7a;
  display: inline-block;
  padding: 8px 20px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid #e1e1e1;
}
.megamenu .sub-menu-level2 li.level3:last-child > a { border-bottom: none; }
.megamenu .sub-menu-level2 li.level3 > a:hover {
  color: #3e2bc5;
  padding-left: 30px;
}
.megamenu .sub-menu-level2 li.level3 > a:before {
  content: "";
  background: #2318b3;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.megamenu .sub-menu-level2 li.level3:hover > a::before {
    width: 5px;
}
.megamenu .sub-menu-level2 li.level3 > a span {
  float: left;
  font-size: 9px;
  margin-right: 9px;
  margin-top: -1px;
}
.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}
 #menu-main .level3 {
  width: 100%;
}
  /*----- Main-Header ------*/
.side-toggle {
	display: none;
}
.side-toggle .menu-back{
	position: absolute;
	left: 15px;
	top: 0;
	display: none;
}

/*_______________________________________________________
// CONTENT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.home-banner.banner-bg {
    height: 60vh;
    background: transparent;
}

.info-banner.banner-bg {
  height: 50vh;
  background: transparent;
}
.banner-bg {
    background: #f3f2fb;
    padding: 150px 0 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.banner-bg::after {
    background: rgba(0, 0, 0, 0) url("../images/banner-bg.svg") no-repeat scroll left center;
    content: "";
    position: absolute;
    top: 0px;
    left: -400px;
    width: 900px;
    height: 900px;
    z-index: -1;
    opacity: 0.2;
    animation: rotation 50s linear infinite;
}
.banner {
	position: relative;
	display: block;
	width: 100%;
  height: 100%;
}
.banner-inner { height: 100%; }
.banner-detail {
    top: 50%;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

}
.banner-detail .banner-detail-inner span.slogan {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
    color: #3e2bc5;
    font-weight: 500;
}
.banner-detail .banner-detail-inner .banner-title {
    color: #202833;
    font-size: 35px;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
}

.info-detail .banner-detail-inner .banner-title {
  color: #202833;
  font-size: 30px;
  font-weight: 600;
  line-height: 55px;
  margin: 0;
}
.banner-detail .banner-detail-inner .banner-title span {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
.banner-detail-inner > p {
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 600px;
}



.info-detail .banner-detail-inner .banner-title span {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
.info-detail-inner > p {
  margin-bottom: 30px;
  margin-top: 20px;
  max-width: 600px;
}







.banner-img {
    animation: MoveUpDown 2s linear infinite;
    position: relative;
}
@keyframes MoveUpDown{0%,100%{top:0}50%{top:10px}}


/*---------------- Background Animation Start ---------------*/
.bg-position{
  position: relative;
  overflow: hidden;
}
.background-shape svg {
    position: absolute;
    opacity: 0.30;
}
svg.shape_1 {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
svg.shape_2 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
svg.shape_3 {
    top: 50px;
    right: -200px;
    animation: rotation 20s linear infinite;
}
svg.shape_4 {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
svg.shape_5 {
    top: -23%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
svg.shape_6 {
    left: -7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
svg.shape_7 {
    right: -9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.rotation { 
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite; 
}
@keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@-webkit-keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.bounce-1 {
  -webkit-animation: bounce-1 10s ease infinite;
          animation: bounce-1 10s ease infinite;
}
@keyframes bounce-1 {
  0% { transform: translateY(0); }
  50% { transform: translateY(50px); }
  100% { transform: translateY(0); }
}
@-webkit-keyframes bounce-1 {
  0% { transform: translateY(0); }
  50% { transform: translateY(50px); }
  100% { transform: translateY(0); }
}

.draw-in {
  stroke-dasharray: 1000;
  stroke-dashoffset: 10;
  -webkit-animation: draw 15s ease-in-out alternate infinite;
          animation: draw 15s ease-in-out alternate infinite;
}

@-webkit-keyframes draw {
  from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; }
}

@keyframes draw {
  from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; }
}
/*---------------- background Animation End --------------

/*---------------- about-part Start ---------------*/
.about-section {
	background: none;
	height: 190 px; /* Attention Wine Retailers */
	text-align: left;
}
.about-img img {
    max-width: 530px;
    max-height: 530px;
}
.about-section h2.main_title {
    padding-bottom: 0;
}
/*------------- about-part End -------------------*/

/*------------ FAQ css Strat ------------*/

  /*----- Tab CSS Start ---*/
  #tabs {
    text-align: center;
  }
  .nav-tabs {
    display: inline-block;
    border-bottom: none;
  }
  .nav-tabs > li {
    padding: 0px 10px !important;
  }
  .faq-part .nav > li > a {
    background: #f3f2fb;
    color: #3e2bc5;
    display: block;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
         -o-border-radius: 25px;
            border-radius: 25px;
  }
  .nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #3e2bc5;
    color: #ffffff !important;
  }
  #items [class*="items-"] {
    display: none;
  }
  #items [class*="items-"].selected {
    display: block;
  }
  /* Tab CSS End */
/*---------- Accordion CSS Start ---------*/
  .tab_content {
    margin-bottom: -20px;
  }
  .accordion .card {
    background: #f3f2fb;
    margin-bottom: 20px;
    border: none;
    -webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
         -o-border-radius: 5px !important;
            border-radius: 5px !important;
  }
  .card-title {
    font-weight: 500;
  }
  .card-header {
    background: none;
    border: none;
    padding: 0;
  }
  .card-body.card-bg {
    padding: 15px 30px 30px;
  }
  .card-body .pro-dec:last-child {
    padding-bottom: 0;
  }
  .accordion .card-header::after {
    content: "";
    opacity: 0.75;
    font-size: 14px;
    background: rgba(0,0,0,0) url(../images/minus.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
  }
  .accordion .card-header.collapsed:after {
    background: rgba(0,0,0,0) url(../images/plus.svg) no-repeat center center;
    opacity: 0.75;
  }
  .accordion .card-header:hover:after, .accordion .card-header.collapsed:hover:after {
    opacity: 1;
  }
  .accordion .card-header {
    display: inline-block; 
    position: relative;
    color: #202833;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
  }
  .pro-dec {
    padding: 5px 0;
  }
  .product-info {
    width: 170px;
    font-weight: 500;
  }
  .product-info, .pro-value {
    display: table-cell;
  }
  /*------- Accordion CSS End -------------*/

/*------------- FAQ css end ---------------*/

/*---------- pagination CSS Start -----------*/
.owl-dots {
	display: inline-block;
	margin-top: 20px;
}
.owl-carousel button.owl-dot {
	float: left;
	margin: 0 3px;
  border: 2px solid #3e2bc5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.owl-carousel button.owl-dot > span {
	background: #fff;
	display: block;
}
.owl-carousel button.owl-dot.active > span, .owl-carousel button.owl-dot:hover > span {
  background: #3e2bc5 none repeat scroll 0 0;
  border: 2px solid #ffffff;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
} 
.owl-carousel button.owl-dot > span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
#sidebar-product .owl-dots, #blog .owl-dots {
	top: -10px;
	right: 0;
	height: 20px;
	-webkit-transform: translateX(50%);
	   -moz-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	     -o-transform: translateX(50%);
	        transform: translateX(50%);
}
/*----------- pagination CSS End ---------------*/

/*---------- News Letter CSS Start ---------*/
.newsletter-bg {
    position: relative;
}
.newsletter-bg::before {
    content: "";
    position: absolute;
    background: #ffffff;
    top: 0;
    height: 50%;
    width: 100%;
    z-index: 0;
}
.footer .newsletter {
  position: relative;
  background: #2b21ab;
  margin-top: 50px;
  padding: 50px 0;
  z-index: 1;
  -webkit-border-radius : 5px;
     -moz-border-radius : 5px;
       -o-border-radius : 5px;
          border-radius : 5px;
}
.newsletter-title .sub-title {
    font-size: 18px;
}
.newsletter-inner span {
  display: inline-block;
  margin-bottom: 60px;
}
.newsletter-inner p {
  margin-bottom: 35px;
}
.newsletter-box {
    position: relative;
}
.newsletter-box {
    padding-right: 155px;
}
.newsletter .newsletter-inner form button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px 20px;
}
.newsletter-inner input {
  background: none;
  border: 1px solid #e1e1e1;
  padding: 7px 0 8px 10px;
  height: 40px;
  width: 100%;
  -webkit-border-radius : 20px;
     -moz-border-radius : 20px;
       -o-border-radius : 20px;
          border-radius : 20px;
}
.footer .newsletter-inner input { 
  border: 1px solid #744afa; 
  color: #ffffff;
}
.footer .newsletter-inner input::placeholder {
  color: #aa9eff;
}
.footer .newsletter-box .btn {
  background: #0ab1e8;
}
.newsletter-title .main_title {
    color: #ffffff;
    font-size: 32px;
}
/*--------- News Letter CSS End -----------*/


/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer { 
  font-size: 15px; 
  position: relative;
  z-index: 0;
  background: #f3f2fb;
}
.footer a {
  color: #7a7a7a ;
}
.footer a:hover {
  color: #3e2bc5 ;
}
.footer-middle {
  padding: 60px 0;
}
.footer-block-contant p {
  margin-bottom: 0;
}
.footer-bottom h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.footer-top p {
  color: #a4a4a4;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 240px;
}
.footer .social-icon {
    margin-top: 30px;
}
.footer-static-block ul.social-icon li {
  padding: 0 2px 0 2px;
  display: inline-block;
}
 ul.social-icon li {
  display: inline-block;
}
ul.social-icon li i {
  border: 1px solid #e1e1e1;
  color: #3e2bc5;
  font-size:16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}
ul.social-icon li i:hover {
  background-color: #3e2bc5;
  border: 1px solid #3e2bc5;
  color: #ffffff;
}
.footer-static-block ul.social-icon li:first-child { padding-left: 0; }
.footer-static-block ul.social-icon li:last-child { padding-right: 0; }
.footer-static-block .title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
.footer-static-block ul.address-footer li {
  padding: 17px 0;
}
.footer-static-block ul li {
  padding: 9px 0;
}
.footer-static-block ul li:first-child {
  padding-top: 0;
}
.footer-static-block ul li:last-child {
  padding-bottom: 0;
}
.footer hr {
  border-top: 1px solid #e1e1e1;
}
.location-box h4, .info-list h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .btn-bg-none {
  color: #202833;
  padding: 0;
  margin-top: 40px;
}
.address-icon svg {
  width: 16px;
  fill: #3e2bc5;
  float: left;
  margin-top: 7px;
}
.address-icon.icon1 svg {
  width: 20px;
}
.address-footer p {
    margin-left: 30px;
}
.footer-static-block .info-list li {
  padding: 7px 0;
}
.info-list h4 {
  margin-bottom: 5px;
}
.info-list p {
  margin-bottom: 5px;
}
.footer-static-block ul li:last-child p {
  margin-bottom: 0;
}
.footer-static-block li a:hover span {
  color: #3e2bc5 ;
}
.footer-static-block .field {
  margin-bottom: 5px;
}
.footer-static-block input, .footer-static-block textarea {
  background-color: transparent;
  border: 1px solid #444;
  width: 100% !important;
  padding: 5px;
}
.copy-right-bg {
  padding: 30px 0;
}
.copy-right a { color: #3e2bc5; }
/*--------- Footer CSS End -----------*/


/*--------- Winners List -----------*/

/* Reset list styles */
.responsive-list ul {
    list-style-type: none;
    padding: 0;
  }
  
  /* Style list items */
  .responsive-list ul li {
    background: #CCCC99; /* Grey background */
    color: #333; /* Dark text */
    margin-bottom: 0px; /* Space between list items */
    border-radius: 0px; /* Rounded corners */
    transition: background 0.3s ease; /* Smooth transition for hover effect */
  }
  
  /* Change background on hover */
  .responsive-list ul li:hover {
    background: #bbb; /* Darker background on hover */
  }
  
  /* Responsive Styles */
  @media screen and (max-width: 600px) {
    .responsive-list ul li {
        font-size: 13px; /* Larger text for smaller screens */
    }
  }


/*---------------- Contact CSS Start ------------*/
.main-form-detail {
  background: #ffffff;
  padding: 30px;
  -webkit-border-radius : 5px;
     -moz-border-radius : 5px;
  	   -o-border-radius : 5px;
  		    border-radius : 5px;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
    		  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
}
.contact-img { position: relative; }
.contact-img::before {
  content: "";
  position: absolute;
  background: #dedde7;
  top: -13%;
  right: 17%;
  width: 170px;
  height: 170px;
  opacity: 0.7;
  z-index: -1;
  -webkit-border-radius : 50%;
     -moz-border-radius : 50%;
       -o-border-radius : 50%;
          border-radius : 50%;
  -webkit-animation: ripple 5s infinite;
          animation: ripple 5s infinite;
}

.vineyard-checkbox-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vineyard-checkbox-container input[type='checkbox'] {
  display: none; /* hide original checkbox */
}

.vineyard-checkbox-container .vineyard-checkbox-label {
  position: relative;
  margin-right: 10px;
}

.vineyard-checkbox-container a {
  margin-right: 10px;
}

.vineyard-checkbox-text {
  margin-left: 35px; /* Adjust this value to align the text with the hyperlink */
}

/* Custom checkbox */
.vineyard-checkbox-container .vineyard-checkmark {
  position: absolute;
  top: -7px;
  left: 0;
  height: 25px; /* Increased size */
  width: 25px;  /* Increased size */
  background-color: transparent;
  border: 2px solid #555;
  border-radius: 3px;
}

/* Custom checkbox when checked */
.vineyard-checkbox-container input:checked ~ .vineyard-checkmark {
  background-color: #2196F3;
}

/* Custom checkmark inside the checkbox */
.vineyard-checkbox-container .vineyard-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checkbox is checked */
.vineyard-checkbox-container input:checked ~ .vineyard-checkmark:after {
  display: block;
}

/* Custom checkmark icon */
.vineyard-checkbox-container .vineyard-checkmark:after {
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/**************************
    Form Style Start
***************************/
* {
  outline: none !important;
}
select {
  background: url(../images/select-icon.png) no-repeat scroll right 50% transparent !important;
  line-height: 18px;
  border: 1px solid #e1e1e1;
  padding: 0 25px 0 10px;
  height: 36px;
  width: 100%;
  color: #7a7a7a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
.select-selected {
  background-color: #3e2bc5;
}
.full select {
  width: 100%;
}
.form-group {
  margin-bottom: 30px;
}
.main-form textarea {
  max-width: 100%;
}
input, .main-form input, .main-form textarea, .main-form select {
  background: transparent;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  height: auto;
  border: 1px solid #e1e1e1;
  min-height: 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
}
input::placeholder, .main-form input::placeholder, .main-form textarea::placeholder, .main-form select::placeholder {
  color: #7a7a7a;
}
.main-form textarea{padding-top: 5px;}
.main-form input:focus, .main-form textarea:focus, .main-form select:focus {
  border: 1px solid #3e2bc5;
  background-color : transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.check-box label {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.check-box input, .radio input.radio-button {
  display: none;
}
.checkout-section .check-box input[type="checkbox"] {
  margin: 5px 0 0;
  min-height: 1px;
  display: none;
}
.category-dropdown {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
.category-dropdown select {
  border: none;
  height: 45px;
  width: 250px;
  padding: 7px 24px 7px 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}
.select-dropdown fieldset {
  padding: 0;
  line-height: 0;
}
.select-dropdown .ui-state-default {
  border: none; 
  background: rgba(0,0,0,0) url(../images/select-icon.png) no-repeat scroll right 50% !important;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #687188;
  display: inline-block;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
.category-dropdown .ui-state-default {
  height: 40px;
}
.select-item .ui-state-default {
    margin-top: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
}
.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0;
  font-weight: 400;
}
.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
  margin-top: 10px;
  padding-left: 15px;
}
.input-box .ui-state-default {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    width: 100% !important;
}
.ui-selectmenu-menu {
  z-index: 10;
}
.ui-selectmenu-menu  .ui-widget-content {
  background: #fff;
  border-top: 2px solid #3e2bc5;
  max-height: 350px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  background: none;
  font-family: 'Poppins', sans-serif;
  color: #878787;
  font-size: 14px;
}
.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover, 
.ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
  color: #3e2bc5;
  font-weight: 400;
  background: #ebebeb;
}
.ui-selectmenu-menu  .ui-menu .ui-state-focus, .ui-selectmenu-menu  .ui-menu .ui-state-active {
  margin: 0;
}
.ui-menu .ui-menu-item{
  padding : 5px 15px;
}

/* checkbox CSS Start */
label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 100%;
}
.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 20px;
    position: relative;
}
.checkbox:checked + label::before, .radio-button:checked + label::before {
    background: #3e2bc5 none repeat scroll 0 0;
    border-color: #3e2bc5;
}
.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 15px;
    margin-top: 2px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.checkbox + label::before, .radio-button + label::before {
    background: transparent;
    border: 1px solid #3e2bc5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
.radio-button + label::before {
  margin-top: 6px; 
}
.checkbox:checked + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-top: 4px;
}
input.radio-button:checked + label::before {
    background-image: url("../images/radio-icon.png");
    background-position: -2px -2px;
    background-repeat: no-repeat;
}
.radio-button + label::before {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
/**************************
  Form Style End
***************************/


/*--------------- Contact CSS End -------------*/