body {
	margin: 0;
	/* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
	/* font-size: 1rem; */
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	text-align:left;
	background-color: #fff;
	font-size: 18px;
  max-width: 100%;
           }
.badges .author-badges .badge-single img {
               display: inline-block;
               width: 780px;
               height: 280px;
              
}
.textarea {
               overflow: auto;
               resize: horizontal;
               max-width: 50%;
           }
           .breadcrumb-area.breadcrumb--center {
	margin-top: 0px;
	margin-bottom: -25px;
           }
           

           /*.multiselect-wrapper {*/
	/* width: 180px;
	display: inline-block;
	white-space: nowrap;
	font-size: 18px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
} */

.multiselect-wrapper .multiselect-input {
	width: 340px;
	padding-right: 50px;
	font-size: 18px;
	font-weight: 500
}

.multiselect-wrapper label {
	display: block;
	font-size: 18px;
	font-weight : 600;
}

.multiselect-wrapper .multiselect-list {
	z-index: 1;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid #e7e7e7;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-top: -2px;
}

	.multiselect-wrapper .multiselect-list.active {
		display: block;
	}

	.multiselect-wrapper .multiselect-list > span {
		font-weight: 500;
		font-size: 18px;
	}

	.multiselect-wrapper .multiselect-list .multiselect-checkbox {
		margin-right: 2px;
		margin-top: 20px;

	}

	.multiselect-wrapper .multiselect-list > span,
	.multiselect-wrapper .multiselect-list li {
		cursor: default;
	}

.multiselect-wrapper .multiselect-list {
	padding: 5px;
	min-width: 340px;
}

.multiselect-wrapper ul {
	list-style: none;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

	.multiselect-wrapper ul li {
		padding-right: 20px;
		display: block;
	}

		.multiselect-wrapper ul li.active {
			background-color: white;
			color: white;
		}

		.multiselect-wrapper ul li:hover {
			background-color: #F66429;
			color: white;
		}

.multiselect-input-div {
	height: 34px;
}

	.multiselect-input-div input{
		border: 1px solid #ababab;
		background : #fff;
		margin: 5px 0 6px 0;
		padding: 5px;
		vertical-align:middle;
	}

.multiselect-count {
	position: relative;
	text-align: center;
	border-radius: 2px;
	behavior: url(/Content/Pie/pie.htc);
	background-color: white;
	display: inline-block !important;
	padding: 2px 7px;
	left: -45px;
}

.multiselect-dropdown-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	position: absolute;
	line-height: 20px;
	text-align: center;
	display: inline-block !important;
	margin-top: 17px;
	margin-left: -42px;
}
/*delete the top dropdown css unused*/
.footer-area .container{
	padding-top: 20px;
}
.contact_form input, .comment_area .cmnt_reply_form input, .apply_form input, .ticket_form input {
	line-height: 40px;
	height: 40px;
	 /* color: #fff; */
	border: 1px solid #e7e7e7;
	font-size: 16px;
	font-weight: 500

}
.form-group p.label span {
	font-weight: 500;
	font-size: 28px;
	color: #555;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

 }
 label span, .form-group p.label span {
	font-weight: 500;
	font-size: 16px;
	color: #555;
 }
 .span .multiselect-text{
	 font-size: 16px;
	 margin-left:20px;
	 font-weight: 500	 
 }

.product-title-area, .shortcode_module_title, .dashboard_contents .dashboard_title_area {
margin-top: 30px;
}
.row {
    max-width: 500%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    margin-bottom: 0px;
}
.cardify {
	max-width: 100% !important;
    margin-bottom:20px;
    padding-top: 10px;
           }
input.multiselect-checkbox{
	margin-top: 30px;
}
.jumbotron {
	padding: 1rem 1rem;
	margin-bottom: 2rem;
	background-color:#FAFAFA;
	border-radius: .3rem;
	margin-bottom:0px;
	font-size: 16px;
	line-height: 26px;
	color:black;
	text-align: center;
	font-weight: 500
	
           
}
.jumbotron p{
	
	font-size: 16px;
	margin-bottom: 40px;
	font-weight: 500
	
}

           /* @media (min-width: 768px) */
           .section-title p {
    padding: 230 0px !important;
    line-height: 29px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.affiliate_title {
    background: #EFD;
    padding-right: 217px;
    padding-left: 267px;
    padding-bottom: 10px;
}

/*new dropdown css demo*/
.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 300px;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
}

.fs-open .fs-arrow {
    transform: rotate(-180deg);
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 300px;
    margin-top: 5px;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 280px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #F66429;
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}
/* popup image close button css*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/* //user agent stylesheet */
button {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    /* color: buttontext; */
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    cursor: default;
    font: 400 13.3333px Arial;
}
.contact_form textarea, .comment_area .cmnt_reply_form textarea, .apply_form textarea, .ticket_form textarea {
    border: 1px solid #e7e7e7;
    padding-top: 20px;
    height: 129px;
    font-weight: 500;
    margin-top: 20px;
}
.contact_tile {
    padding: 55px 38px 45px;
    margin-bottom: 30px;
    text-align: center;
    max-height: 89%;
}
/*quality page content css*/
 .affliate_rule_module .faq--card .card-content li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    border-color: #F66429;
}

.ul {
    padding: 0;
    margin: 0;
}
.affliate_rule_module .faq--card .card-content li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    border-color: #F66429;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-color: #F66429;
}
/*.affliate_rule_module .faq--card .card-content li {*/
    /*position: relative;*/
    /*padding-left: 23px;*/
    /*margin-bottom: 10px;*/
    /*border-color: #F66429;*/
.affliate_rule_module .affiliate_title {
    padding: 37px 30px 25px;
    border-bottom: 1px solid #ececec;
    margin-top: 30px;
    background: #ffffff;
}



/*close button css*/

/*.support--sidebar .card--top_discussion .card-content li, .faq--sidebar .card--top_discussion .card-content li, .affliate_rule_module .card--top_discussion .card-content li, .sidebar--blog .card--top_discussion .card-content li, .faq--sidebar .faq--card .card-content li,*/


element.style {
    width: 100%;
    max-width: 300px;
    margin-left: 200px;
}
.lnr-checkmark-circle:before {
    content: "\e87f";
    font-size: 30px;
    margin-bottom: 90px;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    max-width: 260px;
    max-height: 270px;
}
/*popup image css*/
#myImg {
         border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    max-width: 260px;
    max-height: 270px;

}
#myImg:hover {opacity: 0.7;}
#myImg:hover {opacity: 0.7;}

/* img1 */

#myImg1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#myImg1 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#myImg1:hover {opacity: 0.7;}
#myImg1:hover {opacity: 0.7;}

/* img2 */

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#myImg2 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#myImg2:hover {opacity: 0.7;}
#myImg2:hover {opacity: 0.7;}

/* img 3 */

#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#myImg3 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#myImg3:hover {opacity: 0.7;}
#myImg3:hover {opacity: 0.7;}


/* img 4 */

#Img01 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#Img01 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#Img01:hover {opacity: 0.7;}
#Img01:hover {opacity: 0.7;}

/* img 5 */

#Img02 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#Img02 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#Img02:hover {opacity: 0.7;}
#Img02:hover {opacity: 0.7;}

/* img 6 */

#Img03 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#Img03 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#Img03:hover {opacity: 0.7;}
#Img03:hover {opacity: 0.7;}

/* img 7 */

#myImg11 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#myImg11 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#myImg11:hover {opacity: 0.7;}
#myImg11:hover {opacity: 0.7;}

/* img 8 */

#myImg44 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#myImg44 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#myImg44:hover {opacity: 0.7;}
#myImg44:hover {opacity: 0.7;}

/* img 9 */

#myImg55 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;
}
/*popup image css*/
#myImg55 {
       border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  max-height: 270px;

}
#myImg55:hover {opacity: 0.7;}
#myImg55:hover {opacity: 0.7;}




#demoImg{
      border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    max-width: 336px;
    margin-left: 30px;
    margin-bottom: 10px;
}
#myDemo{
      border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    max-width: 296px;
    margin-left: 30px;
      max-height: 355px;
}


#demoImg:hover {opacity: 0.7;}
#myDemo:hover {opacity: 0.7;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  
  padding-top: 100px; /* Location of the box */
  left: 0;
  margin-top: 100px;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 472px;
    max-height: 472px;

}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
element.style {
    width: 100%;
    max-width: 231px;
    margin-left: 97px;
}
.iframe{
  margin-left: 30px;
}
.megamnu_module .menu_items .menu_column .title {
    font-weight: 700;
    font-size: 17px;
    padding: 10px 10px 15px;
    color: #f66429;
    display: inline-block;
}
.row .visit-count{
  padding-top: 10px;
}

.fa-facebook{
  margin-left: 47px;

}
.column {
    float: left;
    max-width: 100%;
    display: none;
}
.show {
    display: inline-block;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*.bg_image_holder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}*/
 @media(max-width:450px){
  body{
    background: #FFFFFF;

  }
}
@media(min-width:450px) and (max-width:540px) {
  body{
    background: #FFFFFF;
    
  }
}
 @media(min-width:541px) and (max-width:768px) {
  body{
    background: #FFFFFF;
  }
}
@media(min-width:769px) and (max-width:1024px) {
  body{
    background: #FFFFFF;
  }
}
@media(min-width:1025px) and (max-width:1200px) {
  body{
    background: #FFFFFF;
  }
}
 @media(min-width:1201px)  {
  body{
    background: #FFFFFF;
  }
}

/*top nav bar media quries*/
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .content_image2 .bgimage{
    display: initial!important;
  }
}
 /*.img-fluid{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}*/
/*dummy add code*/
/*.item-preview .item__preview-thumb {
    padding: 193px;
    margin-right: 140px;
}*/
.mainmenu__menu .navbar-nav > li {
  display: inline-block;
  padding: 3px 0;
  margin-right: 30px!important;
   

}


@media screen and (max-width: 600px){
.mainmenu__menu .navbar-nav > li a {
    line-height: 31px!important;
        margin-right: 184px;
}
}
/*.container .about-img{
  height: 100%;
  width:100%;

}*/
.counter-up-area:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(13, 15, 19, 0.8);
}
/*.container .about-img .img{*/
 
/*element.style {
}
img {
    max-width: 100%;
}*/
 .about-img img {
    vertical-align: right;
    border-style: none;
    width: 500px;
    height: 400px;
}

 .inspiration-img img{
 vertical-align: right;
    border-style: none;
    width: 500px;
    height: 400px;
}
.epr-img img{
  vertical-align: right;
    border-style: none;
    width: 500px;
    height: 400px;
}
.ethics-img img{
  vertical-align: right;
    border-style: none;
    width: 500px;
    height: 400px;
      

}
.navbar-nav {
    margin-left: 26px !important;
   
}
/*.img-fluid {
    max-width: 76%;
    height: auto;
}*/


.dropdown dropdown--menu
{
      padding: 20px;
    margin-left: -40px !important;
}
@media (min-width: 1281){
/* .container {
    max-width:1110px!important; 
 
    
} */
/* .big-drop {

  
  left: -100px!important;
  position: absolute;
  width: 88%;

}
.has_megamenu:hover .dropdown_megamenu {
    
  left: -110px!important;
  position: absolute;
  max-width: 88%;

} */
}

@media screen and (max-width: 600px){
.navbar-collapse {
    position: absolute;
    top: 70% !important;
    left: 0;
    width: 100%;
    z-index: 5;
    height: auto;
    background: #fff;
    padding: 0 15px;
    -webkit-box-shadow: 0 2px 20px rgba(108, 111, 115, 0.1);
    box-shadow: 0 2px 20px rgba(108, 111, 115, 0.1);
    overflow: scroll;
   }
   #demoImg {
   
     margin-left: 8px;

}
.img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 330px;
  height: 258px;
  align-items: center;
}
.w-100 {
  width: 100%!important;
  height: 200px;
}
}