/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  outline: none;
} 
html{
  position: relative;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 10px;
}
a {
  display: inline-block;
}
a:focus, input:focus, button:focus {
  outline: 0;
}

/* Website background color and default font styles */
body {
  background: #ffffff;
  color: #000000;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  scroll-behavior: smooth;
  padding-top: 112px;
}

/*** Page Center ** Apply .page-center to full-width modules.*/
.page-center, .container{
  float: none !important;
  max-width: 1440px;
  margin: 0 auto !important;
  padding: 0 15px;
}

a { color: #4c4c4c; text-decoration:none; transition: all .2s ease;}
a:hover, a:focus { color: #ff8900; }

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #ff8900;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #ff8900;
  text-shadow: none;
}

/* ==========================================================================
Typography
========================================================================== */
/* logo */
.widget-type-logo {

}
.widget-type-logo img{

}
/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 { 
  color: #000000;
  line-height: 1.5;
  margin: 0 0 10px;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {color:#000000; font-size: 60px; line-height: 1.2;}
h2 { font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {}
h6 {}
p
{    font-family: 'Poppins', Arial, sans-serif;
}
/* Lists */
ul, ol {padding:0 20px; margin:0;}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row-fluid [class*="span"]{
  min-height: 0;
}

.d-flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-wrap{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}



/*---------------------------- Header -----------------------------*/
.header-section{
  padding: 30px;
  position: fixed;
  top: 0;
  list-style-type: none;
  box-shadow: 0 1px 7px 0 #bfbaba;
  background-color: #ffffff;
  z-index: 99;
  width: 100%;
}
.header-section .row-number-3 > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo{
  width: 30% !important;
}
.navigation {
  width: 70% !important;
}
.logo img{
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}
.navigation ul{
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation ul li:not(:last-child) a{
  padding: 15px;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
  transition: all .2s ease;
}
.navigation ul li:not(:last-child) a:hover{
  border-bottom: 2px solid #ff8900;
}
.navigation ul li:last-child a{
  padding-left: 20px;
}
.navigation ul li > .hs-menu-children-wrapper{
  display: none;
}
.hamburger {
  display: none !important;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ff8900;
}
@media (min-width: 768px){  /*  used to be 961 - need to change back? */

  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }

}





/*---------------------------- Virtual Vine Blog Listing -----------------------------*/
/*--Banner--*/
.banner-slider {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: #ffffff;
}
.banner-slider-content {
  max-width: 800px;
  padding: 120px 0 120px;
  position: relative;
  z-index: 1; 
  margin: 0 auto;
}
.banner-slider-content h2 {
  margin: 0;
  color: #ffffff;
}
.banner-slider-content p {
  margin: 30px 0;
}
.banner-slider::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #062b49;
  opacity: .5;
}



/*---------------------------- Bootstrap practice -----------------------------*/
.navbar {
  padding: 30px 1rem;
}
.navbar-brand img {
  width: 100%;
  max-width: 200px !important;
  height: auto; 
  display: block;
  cursor: pointer;
}
.navbar-brand span{
  display: block;
}
.header-bs .navbar-nav{
  padding: 0;
}
.navbar-collapse {
  justify-content: flex-end;
}
.nav-link {
  margin-right: 1em !important;
}
.dropdown-menu{
  border: 0;
}
.nav-link:hover, .active .nav-link, .dropdown-item:focus, .dropdown-item:hover{
  color: #ff8900 !important;
}
.banner-section-bs{
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.practice-bs-page{
  padding-top: 104px;
}
.practice-bs-page > .container-fluid{
  padding: 0;
}
.overlay{
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.banner-description{
  position: relative;
  padding: 70px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.banner-description h1{
  color:#ff8900 ;
}
.banner-description p{
  color:#ffffff;
}
.btn-warning{
  border:1px  solid #ff8900;
  background:#ff8900;
  color:#ffffff;
}
.btn-warning:hover{
  color:#ffffff;
}
.banner-section-bs .container{
  height: 100%;
}
.banner-description-inner{
  max-width: 800px;
}
.banner-description-inner p{
  margin-bottom: 20px;
}
.banner-section-bs{
  position: relative;
}
.three-column-bs {
  padding: 4em 0;
  position: relative;
}
.feature-title {
  margin-bottom: 20px;
}
.three-column-bs img {
  margin-bottom: 16px;
}
.features .form-control,
.features input {
  border-radius: 0;
}
.three-column-bs .features img{
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.team{
  padding: 4em 0;
  position: relative;  
}
.team h2{
  margin-bottom: 2em; 
}
.team .team-section-col{
  position: relative;
}
.team .des{
  background: #F97300;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 93%;
  transition:.3s ease-in-out;
}
.team .team-section-col:hover .des{
  height: 100%;
  background:#f973007d;
  position: absolute;
  width: 92%;
  padding: 5em;
  top: 0;
  border-bottom-left-radius: 0;
}
.team-section-bs img {
  width: 100% !important;
  height: auto !important;
}

.resource-items-container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resource-item{
  width: 33.33%;
  padding: 0 20px 40px;
}
.resource-item img{
  width: 100%;
  height: auto;
  display: block;
}
.resources-container{
  padding: 180px 0 80px;
}
.filters-content{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.resources-sidebar-container{
  margin-bottom: 70px;
}
.filter-group{
  margin-left: 30px;
}
.resource-item li{
  display: inline-block;
  list-style-type: none;
  margin: 0;
  margin-right: 10px;
  padding: 0;
}
.resource-item ul{
  margin: 10px 0;
}




/*---------------------------- responsive style -----------------------------*/

@media screen and (max-width: 1199px) {

}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .dropdown-menu{
    border: 0;
    border-radius: none;
    background: transparent;
  }
  .nav-link {
    margin-right: 0 !important;
    margin-bottom: .6rem !important;
  }
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {

}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .hs-menu-wrapper {
    display:none;
  }
  .header-section{
    width: 100% !important;
    background-color: #ffffff;
  }
  .header-section .row-number-3 > .row-fluid {
    display: block;
  }
  .navigation ul{
    display: block;
  }
  .logo{
    width: 100% !important;
  }
  .navigation {
    width: 100% !important;
    height: 0;
    transition: 0.3s;
  }
  .hamburger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 10%;
    right: 10px;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .navigation.active{
    display: block !important;
    height: auto;
  }
}
/*--Header--*/
@media (max-width: 767px){   /* used to be 960 - need to change back?  */

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 56px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: 34px; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 4px;
    background: #000; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    border: 1px solid #E2E2E2;
  }

  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #E2E2E2;
    border-color: #E2E2E2 !important;
  }

  a.mobile-trigger-new span{
    display: inline;
  }

  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }

  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */

  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .resource-item{
    width: 100%;
    padding: 0 0px 40px;
  }
}

/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {

}/*-------- 630 ends here ----------*/

@media screen and (max-width: 568px) {

}/*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) {

}/*-------- 480 ends here ----------*/

@media screen and (max-width: 360px) {

}//*-------- 360 ends here ----------*/