img{
	max-width: 100%;
	height: auto;
}
.img-shadow{
	-webkit-filter: drop-shadow(0 2mm 2mm rgb(160, 0, 210));
    filter: drop-shadow(0 2mm 2mm hsl(3, 9%, 53%));
}
.img-size {
	max-width: 50%;
}
body {
	font-family: 'Helvetica';
	font-size: 16px;
	line-height: 1.67;
	color: #444;
}
p {

	font-size: 17px;
	color: #47525d;
}
.text-color-white{
	color: #eee
}
.text-color-black{
	color: #000;
}
.text-container
{
	padding-top: 0%;
}
.border-1{
	border: 1px solid black;
}
h3{
    padding: 0px;
    margin: 0px;
}
.supar-header-48
{
	font-size: 48px;
	margin: 0px 0px 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 200;
	letter-spacing: -1px;
}
.supar-header-40
{
	font-size: 40px;
	margin: 0px 0px 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 200;
	letter-spacing: -1px;
}
.supar-header-32
{
	font-size: 32px;
	margin: 0px 0px 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	letter-spacing: -1px;
}
.supar-header-24
{
	font-size: 24px ;
	margin: 0px 0px 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;

	letter-spacing: -1px;
}
.supar-header-16
{
	font-size: 16px ;
	margin: 0px 0px 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	letter-spacing: -1px;
}
.supar-sub-header
{
	color: #47525d;
	font-size: 24px ;
}
.row {
    margin-right: 0px; 
    margin-left: -15px;
}
.img-container
{
	background-image: url("../image/myglit-bg-4.png"); /* The image used */ 	
  	height: 700px;
  	background-position: top; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}
.img-text
{

  padding-top: 16%;
}
.glit-btn
{
  	text-transform: uppercase;
  	transition: all ease-in-out .3s;
}
.img-icon
{
	height: 125px !important;
	margin-bottom: 16px;
}
.section-container-title{
	font: 31px ;
	font-size: 31px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
	color: #47525d;
}
.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}
.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}
/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}
.feedback-slider-item {
	position: relative;
	padding: 20px;
	margin-top: -20px;
}
.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}
.feedback-slider-item p {
	line-height: 1.875;
}
.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}
.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}
.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}
.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}
/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: white;
	border: 1px solid rgba(251, 90, 13, .1);
	border-radius: 10px;
	z-index: -1;
}
.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.thumb-next {
	left: auto;
	right: -90px;
}
.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.feedback-slider-thumb:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
}
.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}
.customer-feedback .owl-prev {
	left: -15px;
}
.customer-feedback .owl-prev:hover {
	left: -20px;
}
.customer-feedback .owl-next {
	right: -15px;
}
.customer-feedback .owl-next:hover {
	right: -20px;
}
/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}
.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}
.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}
/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
}
/*Carousel */
#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
  /* Slider */
    .slick-slide {
      margin: 0px 20px;
  }
    .slick-slide img {
      width: 100%;
  }
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
.section-container
  {
    padding: 5% 0%;
  }
  #barChart{
  
	border-radius: 6px;
  }
  .icon-size
  {
	 font-size: 20px;
  }
  @media (max-width: 768px) {
	.flex-box {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -webkit-flex-direction: column-reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	}
  }
  .testimony-container
{
	padding: 0% 3%;
}
.testimony-img img{
	border-radius: 50%;
}
.box-shadow 
{
	padding: 25px 10px 25px 10px;
	-webkit-box-shadow: 0 2mm 2mm #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 2mm 2mm #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0 2mm 2mm #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	background-color: white;
	border-radius: 5px;
	border-color: #fc5c0f;
	margin-bottom:16px;
}
/*Fahad code*/
#fs_first-block {
	/*border: 1px black solid;*/
	height: 1000px;
}
#fs_nav {
	position: fixed;
	/*border: 1px black solid;*/
	width: 100%;
    height: 70px;
	
	z-index: 9999999;
	background-color: white;
    color: black;
}
#fs_logo {
	position: absolute;
	width: 125px;
	height: 40px;
	top: 21%;
    left: 5%;
}
#fs_sIn {
	position: absolute;
	top: 30%;
	right: 22%;
	font-size: 19px;
}
#fs_account-btn {
    position: absolute;
    top: 21%;
    right: 5%;
    width: 145px;
    height: 40px;
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    background-color: #45484D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45484D), to(#000000));
    border: none;
}

#fs_register-form{
	/*border: 1px orange solid;*/
	background-color: white;
	position: fixed;
	top: 0%;
	right: 0%;
	width: 35%;
	height: 100%;
	/*display: none;*/
	z-index: 9999999;
}
#fs_form{
	/*border: 1px red solid;*/
	position: absolute;
	top: 2%;
	width: 100%;
	line-height: 32px;
	height: 650px;
}
#fs_form-head {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
#fs_inputs {
	position: absolute;
	left: 50%;
	top: 14%;
	transform: translateX(-50%);
}
#fs_inputs input{
	height: 38px;
	width: 200px;
	margin: 10px 0 10px 0;
	padding-left: 18px;
	font-size: 15px;
}
#fs_checkbox {
	width: 18px;
	height: 18px;
	background-color: white;
	vertical-align: middle;
}
#fs_terms {
	position: absolute;
	left: 50%;
	top: 56%;
	transform: translateX(-50%);
	display: table;
}
#fs_signup-btn {
	position: absolute;
	top: 64%;
	font-size: 19px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 45px;
    background-color: #0061ff;
    /*border: 0.5px black;*/
    color: white;
    background: linear-gradient(#67ae55, #578843);
    border-radius: 7px;
    box-shadow: inset 0 1px 1px #a4e388;
    border: none;
}
#fs_signup-btn:hover{
	background: -webkit-linear-gradient(#79bc64, #578843)
}
a{
	color: #0061ff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #0061ff;
}
/*FOOTER*/
#footer-cont .ffright{text-align:right}
#fs_footer-cont {
	display: flex;
    bottom: 0%;
    padding: 20px 0px 20px 0px;
    /*border: 1px red solid;*/
    background-color: #F8F9FA;
    align-items: center;
    justify-content: center;
}
#fs_footer-cont > * {
	/*border: 1px green solid;*/
	color: #5f6368;
	padding: 0px 10px;
}
#fs_footer-cont h2{
	flex: 1;
	font-size: 40px;
}
#fs_footer-cont ul {
	list-style: none;
	flex: 3;
}
#fs_footer-cont li{
	display: inline;
	padding: 0 12px;
	font-size: 14px;
}
#fs_footer-cont p{
	flex: 4;
}
/*Media Query*/
@media(max-width: 900px){
	#fs_account-btn{
		right: 5%;
	}
	#fs_sIn{
		right: 25%;
	}
}
@media(max-width: 767px){
	#fs_nav{
		height: 112px;
	}
	#fs_logo{
		top: 10%;
		left: 3%;
	}
	#fs_account-btn{
		top: 10%;
		right: 5%;
	}
	#fs_line-nav{
		position: absolute;
		background-color: #EEE;
		width: 100%;
		height: 2px;
		top: 55%;
	}
	#fs_sIn{
		top: 65%;
		right: 5%;
	}
	#fs_register-form{
		display: none;
	}
	#fs_footer-cont{
		height: 120px;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#fs_footer-cont h2 {
		margin-top: 15px;
		flex: 1 0 10%;
	    padding-left: 7px;
	}
	#fs_footer-cont ul {
		margin-top: 25px;
		flex: 5 0 50%;

	}
	#fs_footer-cont p{
		margin-top: 15px;
		flex: 1 0 90%;
		padding-left: 30px;
	}
}
/*NEW HEADER*/
 .navbar-brand > img {
  	width: 130px;
  }
  #form_div input{
  	font-size: 14px;
  }
   nav button{
  	font-family: helvetica;
  }
  #nav_signup:hover {
  	background-color: transparent;
  	color: #28a745;
  }
@media(min-width: 767px) {
  #si_div{
		display: none;
	}
}
@media(max-width: 767px){
	#form_div{
		display: none;
	}
	#su_div{
		display: none;
	}
	#footer-cont div{text-align:center !important;}
	#footer-cont .ffright{text-align:center; !important;}
}