/* =============================================================================
  DESKTOP
========================================================================== */
.pad_top_header { padding-top: 60px; }
  .pad_top_header.shrink {padding-top: 60px;}
.marg_top_header { margin-top: 300px; }
  .marg_top_header.shrink { margin-top: 60px;}
.header_top_desktop {
  background: rgba(255,255,255,.75);
  height: 60px;
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
}
  .header_top_desktop.shrink {
    height: 60px;
  }
.header_center {
  text-align: left;
}
  .header_center nav {}

  .header_top_desktop.header_style_trans{
    background: transparent;
    backdrop-filter: blur(0px); 
    -webkit-backdrop-filter: blur(0px);
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
  }
  .header_top_desktop.header_style_trans.shrink{
    background: rgba(108, 97, 255, 0.65);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
  }

/* =============================================================================
   EXTRA
========================================================================== */
  .header_extra_wrapper{
    color: #3a3a3a;
  }
    .header_extra_wrapper *{}
  .header_city{}

/* =============================================================================
   LOGO
========================================================================== */
.header_logo_wrapper{
  width: 170px;
  margin: 8px 5px 6px -5px;
  height: auto;
}
  .header_logo_wrapper .header_logo{
    height: auto;
  }

/* =============================================================================
   FOR ALERTS
========================================================================== */
  .header_spacer_normal{
  }
  .header_spacer_alert{
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .pad_top_header { padding-top: 60px; }
  .marg_top_header { margin-top: 60px; }
  .pad_top_header.shrink {padding-top: 60px;}
  .marg_top_header.shrink { margin-top: 60px;}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
 NAV
========================================================================== */
  .header_nav1 ul {
      height: auto;
  }
  .header_nav1 .nav_item{
    margin: 0px 5px 0 5px;
    border: 0;
  }
    .header_nav1 .nav_item:hover{
     
    }
    .header_nav1 .nav_item:hover h5{ 
      color: #6C61FF;
    }
    .header_nav1 .nav_item a{
    }    
      .header_nav1 .nav_item a h5{
        font-size: 16px;
        margin: 0;
        color: #000;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: 'Montserrat Alternates', sans-serif;
      }

  .header_nav1 .nav_active {}
    .header_nav1 .nav_item.nav_active a h5{
     color: #6C61FF;
    }
  .header_extra_wrapper .header_nav1 .nav_item a h5{
      font-weight: 300;
      letter-spacing: 3px;
      font-size: 10px;
  }

  .header_nav1 .nav_item.cta_button{
    margin: 0px;
    border: 0;
    background: #6C61FF;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    line-height: 20px;
  }
    .header_nav1 .nav_item.cta_button a h5{
      color: #fff;
      padding-top: 4px;
      line-height: 17px;
      letter-spacing: 0;
    }

    .header_top_desktop.header_style_trans .header_nav1 .nav_item a h5{
      color: #fff;
    }

/* =============================================================================
   DROPDOWN MENU
========================================================================== */
  .header_nav1 .nav_dropdown_menu{
    background: transparent;
    min-width: 0px;
  }
  .header_nav1 .nav_dropdown_item{
  }
    .header_nav1 .nav_dropdown_item a{
      padding: 10px 0;
      display: block;
    }
    .header_nav1 .nav_dropdown_item a:hover h6{
      color: #000;
      text-shadow: 0 0 0 transparent;
    }
    .header_nav1 .nav_dropdown_item:hover{
      background: rgba(255,255,255,.75);
    }
  .header_nav1 .nav_dropdown_text{ 
    color: #333;
    font-size: 14px;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.header_social_wrapper1{
}
	.header_social_wrapper1 .header_social_content{
	}
	.header_social_wrapper1 .header_social_icon{  
	}
		.header_social_wrapper1 .header_social_icon svg{
		}
		.header_social_wrapper1 .header_social_icon .SI_solid{
			fill: #66ba43;
		}
		.header_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #66ba43;
		}
		.header_social_wrapper1 .header_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   WRAPPERS
   ========================================================================== */
#mobile_header1.mobile{
}
#mobile_header1.header_top_mobile{
  background: #fff;
  /*background: rgba(255,255,255,.75);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);*/
}
#mobile_header1 #mobile_menu_back {
  background: #fff;
}
#mobile_header1 #mobile_menu_wrap {
}
/* =============================================================================
   NAV
   ========================================================================== */
#mobile_header1 #mobile_menu {
  background: #fff;
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
    fill: #000;
  }
#mobile_header1 .nav_item{
  border-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}
  #mobile_header1 .nav_item .a{
    padding-top: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #mobile_header1 .mob_sub_menu_indicator {
    background: #6C61FF;
  }
  #mobile_header1 .nav_item .label{
    font-weight: 700;
  }
    #mobile_header1 .nav_item > .a:hover{
      background: #f6f9fc;
    }
    #mobile_header1 .nav_item > .a:hover .label{ 
    }
#mobile_header1 .nav_active {
}
#mobile_header1 .nav_active .a{
  background: #f6f9fc;
}
#mobile_header1 .nav_active .mob_sub_menu_indicator{
  background: #6C61FF;
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
========================================================================== */
  #mobile_header1 .mob_sub_menu_back {
  }
  #mobile_header1 .mob_sub_menu {
    background: #000;
  }
  #mobile_header1 .mob_sub_menu .menu{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item{
  }
    #mobile_header1 .mob_sub_menu .sub_menu_item a{
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item a .sub_menu_label{
      color: #fff;
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item a:hover .sub_menu_label{
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item:hover{
    }
  #mobile_header1 .sub_menu_label{ 
  }


  .sub_menu_close svg{
    }
    .sub_menu_close .icon_solid{
    }
    .sub_menu_close .icon_stroke{
    }
    .sub_menu_close .icon_void{
    }
      .sub_menu_close:hover .icon_solid{
      }
      .sub_menu_close:hover .icon_stroke{
      }

/* =============================================================================
   MENU BTTN
========================================================================== */
  #mobile_header1 .bttn_mobile_menu {
  }
    #mobile_header1 .bttn_mobile_menu:hover {
    }
    #mobile_header1 .bttn_mobile_menu svg{
    }
    #mobile_header1 .bttn_mobile_menu .icon_solid{
    }
    #mobile_header1 .bttn_mobile_menu .icon_stroke{
    }
  #mobile_header1 .bttn_mobile_menu_active{
  }
    #mobile_header1 .bttn_mobile_menu_active .icon_solid{
    }
    #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
    }
    #mobile_header1 .bttn_mobile_menu .icon_void{
    }

/* =============================================================================
   LOGO
========================================================================== */
  #mobile_header1 .mobile_header_logo_wrapper{
    padding: 10px 0;
    height: 40px;
  }
  #mobile_header1 .mobile_header_logo_wrapper .header_logo{
  }


/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
}
.mobile_menu_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu_item h5{
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
  .mobile_menu_item:hover {
    background: #fff;
  }
    .mobile_menu_item:hover *{
      color: #f400a0;
    }
.mobile_menu_item_active {
    border-right: 4px solid #f400a0 !important;
}
.mobile_menu_item_active h5 {
    color: #f400a0;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social1
   ========================================================================== */
.mobile_social_wrapper1{
}
	.mobile_social_wrapper1 .header_social_content{
	}
		.mobile_social_wrapper1 .header_social_content:last-of-type{
		}
	.mobile_social_wrapper1 .header_social_icon{  
	}
		.mobile_social_wrapper1 .header_social_icon svg{
		}
		.mobile_social_wrapper1 .header_social_icon .SI_solid{
			fill: #1a7245;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #1a7245;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social2
   ========================================================================== */
.mobile_social_wrapper2{
}
	.mobile_social_wrapper2 .header_social_content{
	}
	  .mobile_social_wrapper2 .header_social_content:last-of-type{
	  }
	.mobile_social_wrapper2 .header_social_icon{
	}
		.mobile_social_wrapper2 .header_social_icon svg{
		}
		.mobile_social_wrapper2 .header_social_icon .SI_solid{
			fill: #1a7245;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #1a7245;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER
   ========================================================================== */
.footer1{
	background: #6CA8FF;
	ackground: #222;
	background: #f2f2f2;
	background: #f6f9fc;
	color: #000;
}
#footer_nav{
	width: 70%;
	margin-right: 30%;
	text-align: center;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra p{
	color: #999;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #999;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #999;
    cursor: default;
    text-decoration: none;
  }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {	
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) { 
}
@media screen and (max-width: 479px) {	
}/* =============================================================================
   FOOTER NAV
   ========================================================================== */  
.footer_nav_item{
}
  .footer_nav_item h6{
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 12px;
    border-bottom: 1px solid transparent;
  }
    .footer_nav_item:hover h6{
      color: #6C61FF;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 1px solid #6C61FF;
  }
.footer_nav_active h6{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper {
}
	.footer_org_hrs_wrapper p{
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.footer_social1 .footer_social_item { 
}
	.footer_social1 .footer_social_item a > *{ 
		color: #000;
	}
.footer_social1 .footer_social_icon{
	 -webkit-border-radius: 50px; 
   -moz-border-radius: 50px; 
   border-radius: 50px;
   overflow: hidden;
}
	.footer_social1 .footer_social_icon svg{
	}
	.footer_social1 .footer_social_icon .SI_solid{
		fill: #6c61ff;
	}
	.footer_social1 .footer_social_icon .SI_stroke{
		stroke: #6c61ff;
	}
	.footer_social1 .footer_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   PAGINATION
   ========================================================================== */
.pagination1{
}
.pagination1 li {   
    border: 1px solid transparent;
    background: transparent;
}
    .pagination1 li:hover {
        border-color: #444444;
        background: transparent;
    }
        .pagination1 li:hover .pag_text{
            color: #fff;
        }
    .pagination1 .pag_text {
        color: #ddd;
        font-weight: 300;
    }
    .pagination1 .pag_active {
        background: #982438 !important; /*red*/
    }
        .pagination1 .pag_active * {
            color: #fff;
        }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 479px) {	
}