/* ==========================================================================
   Hassan custom styles
   ========================================================================== */
#yourTicket a {
    color: #555555;
    text-decoration: underline;
}
body.user-dashboard{
	min-height: 100%;
	height: 100%;
	padding:0;
  	font-family: 'Source Sans Pro', sans-serif;
  	background: #ffffff;
  	background-image: url('//i.imgur.com/hjSXHF2.png');
	background-size: 100px;
}
body.guest {
  	background-image: none;
    font-family: 'Source Sans Pro', sans-serif;
  	padding: 0;
}
.guest .navbar-default{
    padding: 20px 0 10px;
  	background: transparent;
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin: 0;
}
.not-authenticate .faqPage {
    margin: 50px auto;
}
.not-authenticate .faqPage .well {
    background-image: url('//i.imgur.com/bFX4FZz.png');
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.10) !important;
    overflow: hidden;
}
.signUpPage .btn.btn-primary {
    background-color: #9d9d9d;
    border-radius: 0;
    font-size: 18px;
    width: 200px;
    color: #ffffff;
    border-color: #9d9d9d;
}
.signUpPage .btn.btn-primary:hover {
    background-color: #555555;
    border-color: #555555;
}
.signUpPage .hero-section {
    background-size: 100% 70%;
    margin-bottom: 50px;
}
body.guest .nav.navbar-nav li a {
    color: #4e4f4f;
    font-size: 20px;
    padding: 13px 30px;
    font-weight: 400;
}
.guest .nav.navbar-nav li:first-child a {
    background: #5d5858;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.guest .navbar .nav > li:last-child a {
    background: #5d5858;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}
li.active a:hover, li.active a:focus {
    background: #5d5858 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}
.guest .nav.navbar-nav li {
    margin: 0 10px;
}
.guest .nav.navbar-nav {
    display: flex;
}
.guest .nav.navbar-nav li:first-child {
    order: 4;
}
.guest .nav.navbar-nav li:last-child {
    order: 5;
    margin-right: 0;
}
/* .guest .navbar .nav > li > a{
	padding:17px 12px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	text-transform: capitalize;
  	position:relative;
  	border-radius: 4px;
  	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
} */

.guest .navbar .nav > li > a:hover,
.guest .navbar .nav > li > a:focus,
.guest .navbar .nav > li > a:active,
.guest .navbar-default .navbar-nav > .active > a,
.guest .navbar-default .navbar-nav > .active > a:hover,
.guest .navbar-default .navbar-nav > .active > a:focus{
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	background: none;
  	color:#5d5858;
}
.guest .navbar .nav li:last-child a:hover,
.guest .navbar .nav li:last-child a:focus,
.guest .navbar .nav li:last-child a:active,
.guest .navbar-nav li:last-child.active a,
.guest .navbar-nav li:last-child.active a:hover,
.guest .navbar-nav li:last-child.active a:focus{
	background:#5d5858;
  	color:#ffffff;
}
.hero-section{
	/* background:url(https://extraimage.net/images/2018/08/30/0267cbaa1af2f97abdb59c24e3a03c68.jpg); */
  	/* background:url(https://extraimage.net/images/2018/08/30/7484f631bffdb8930a6da3480272ac92.jpg); */
  	/* background:url(https://extraimage.net/images/2018/08/30/467511f9ec08b329bd6f313be84f5107.jpg); */
  	/* background-size: cover; */
  	/* padding: 90px 0; */
  	background:url('//i.imgur.com/su3NFhq.png');
  	background-size: 100% 80%;
	background-repeat: no-repeat;
 	padding: 150px 0 0px;	
	margin-top: -92px;
}
/* .hero-section h2 {
    color: #6d6d6d;
    font-weight: 500;
	font-size: 38px;
} */
.hero-section h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 50px;
    width: 50%;
    margin: 0 auto 40px;
  	text-align: center;
}
.hero-section h2 span {
    color: #555555;
}
.hero-section ul {
    padding: 0;
    list-style: none;
}
.hero-section ul li{
	font-size: 16px;
  	font-weight: 300;
  	line-height: 38px;
  	position:relative;
  	padding-left:25px;
  	color: #2d2d2d;
}
.hero-section ul li:before{
	content:'\f1c7';
  	font-family:'Material-Design-Iconic-Font';
  	font-size: 20px;
	color: #6d6d6d;
  	position:absolute;
  	left: 0;
	top: 0;
	width: 25px;
	text-align: center;
}
.login-box {
    background: #ffffff;
    /* border-radius: 3px; */
	overflow: hidden;
  	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  	width: 480px;
	margin: auto;
}
.top-login {
    padding: 30px 40px 20px 40px;
}
.top-login h4 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 800;
    color: #555555;
    margin-bottom: 4px;
    text-transform: uppercase;
  	text-align: center;
}
.top-login h6 {
    font-size: 16px;
    color: #555555;
  	text-align: center;
}
.hero-section .login-box label {
    font-weight: 400;
    color: #898989;
}
.top-login input::-webkit-input-placeholder {
  	color: #b2b2b2;
}
.top-login input::-moz-placeholder {
  	color: #b2b2b2;
}
.top-login input:-ms-input-placeholder {
  	color: #b2b2b2;
}
.top-login input:-moz-placeholder {
  	color: #b2b2b2;
}
.top-login input[type="text"],
.top-login input[type="password"],
.top-login input[type="email"] {
	border:1px solid #dbdbdb;
    border-radius: 0;
    height: 42px;
    box-shadow: none;
    /* border-left: none;
    border-top: none;
    border-right: none; */
    padding: 10px 10px;
  	background-color: #e1e1e1;
}

.form-group.user-icon, .form-group.password-icon {
    position: relative;
}
.form-group.user-icon::before{
	content:'\f207';
  	font-family:'Material-Design-Iconic-Font';
}
.form-group.password-icon::before{
	content:'\f191';
  	font-family:'Material-Design-Iconic-Font';
}
.form-group.user-icon::before, .form-group.password-icon::before {
    left: 0;
    top: 0;
    width: 38px;
    height: 100%;
    position: absolute;
    font-size: 21px;
    text-align: center;
    line-height: 38px;
  	color:#6d6d6d;
  	border-right: 1px solid #dbdbdb;
  	display: none;
}

.login-box .checkbox {
    margin-bottom: 25px;
	margin-top: 25px;
}
.guest .btn-primary {
  	background: #ffffff;
	color: #6d6d6d;
	border: 3px solid #6d6d6d;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.guest .btn-primary:hover {
	color:#ffffff;
	border:3px solid #2a2a2a;
	background: #2a2a2a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*background: -webkit-linear-gradient(left, #21d4fd, #21d4fd);
    background: -o-linear-gradient(left, #21d4fd, #21d4fd);
    background: -moz-linear-gradient(left, #21d4fd, #21d4fd);
    background: linear-gradient(left, #21d4fd, #21d4fd);
    color: #ffffff; */
}
.btn.btn-primary.signIn-Up-btn {
    background: #555555;
    color: #ffffff;
    border-radius: 0;
  	border:0;
    text-transform: uppercase;
    font-size: 30px;
    width: 100%;
    padding: 14px 0;
    font-weight: 800;
  	line-height: 18px;
  	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.btn-primary.signIn-Up-btn:hover {
    border: 0;
}
.login-box .btn-primary{
	/* width: 100%; */
	padding-left: 40px;
    padding-right: 40px;
}
.bottom-login {
    background: #ffffff;
    padding: 15px 0;
    text-align: center;
    color: #898989;
}
.bottom-login a {
    color: #555555;
    text-decoration: underline;
}
.order-box{
	/* border: 1px solid #5d5858; */
	text-align:left;
	position:relative;
  	/* padding: 30px 0; */
  	padding: 50px 80px;
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    transition: all 1.4s;
  	box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.10);
  	background-color: #faf7f7;
}
.an-order .order-box {
    background-image: url('//i.imgur.com/ZmgpeWA.png');
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: -30px 10px;
}
.order-comp .order-box {
    background-image: url('//i.imgur.com/QZmDXya.png');
    background-repeat: no-repeat;
    background-size: 155px;
    background-position: -20px 10px;
  	padding: 50px 100px;
}
.order-pri .order-box {
    background-image: url('//i.imgur.com/EvHJsTY.png');
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: -50px 10px;
  	padding: 50px 70px;
}
/* .no-padding{
	padding:0;
} */
/* .no-pad-right{
	padding-right:0;
} */
/* .no-pad-left{
	padding-left:0;
} */


.order-sec {
    padding: 40px 0;
    margin: 20px 0;
}

.order-box .zmdi {
    font-size: 94px;
  	color:#5d5858;
    background: #6a7dfe;
    background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    background: -o-linear-gradient(left, #21d4fd, #b721ff);
    background: -moz-linear-gradient(left, #21d4fd, #b721ff);
    background-clip: border-box;
    background: linear-gradient(left, #21d4fd, #b721ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.order-box h5 {
    font-size: 20px;
	color: #898989;
	font-weight: 400;
	margin: 0;
}
.order-box h4 {
    font-size: 40px;
    font-weight: 800;
    color: #555555;
  	margin: 0;
}

.col-sm-4:first-child .order-box::after,
.col-sm-4:last-child .order-box::after {
	top: -225px;
}
.col-sm-4:nth-child(2) .order-box::after{
    top: 225px;
}
.order-stat {
    /* padding: 60px 0 0; */
  	/* padding: 90px 0; */
  	text-align: left;
  	position: relative;
  	padding: 30px 35px;
  	-webkit-transition: all 1.4s;
  	-o-transition: all 1.4s;
  	-moz-transition: all 1.4s;
  	transition: all 1.4s;
  	box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.10);
  	background-color: #faf7f7;
  	margin: 0px 0 20px;
  	position: relative;
	z-index: 1;
	overflow: hidden;
  	border-radius: 4px;
}
.order-icon {
    width: 30px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #555555;
    background-color: rgba(255, 255, 255, 0.1);
}
.order-info {
    color: #555555;
}
.order-info span {
    display: block;
    font-size: 25px;
    font-weight: 800;
}
.order-stat.heloBox {
    background-image: url('//i.imgur.com/SULgS3o.png');
    background-size: 170px;
    background-position: -30px -36px;
    background-repeat: no-repeat;
}
.order-stat.ordrsBox::before {
    background-image: url('//i.imgur.com/BDLFehj.png');
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: 0;
    content: '';
    display: block;
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0px;
    z-index: -1;
    left: -70px;
  	transform: rotate(45deg);
}
.order-stat.blncBox {
    background-image: url('//i.imgur.com/7BK8hOb.png');
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: -28px -31px;
}
.order-stat.statsBox {
    background-image: url('//i.imgur.com/eTA8SQ9.png');
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: -10px 0;
}
.order-stat .row {
    min-height: 452px;
}
.order-stat .row:hover .col-sm-4:first-child .order-box,
.order-stat .row:hover .col-sm-4:last-child .order-box{
    margin-top: 0;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s;
}
.order-stat .row:hover .col-sm-4:nth-child(2) .order-box{
	margin-top:224px;
  	-webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s;
}
.order-stat .row:hover .col-sm-4:first-child .order-box::after,
.order-stat .row:hover .col-sm-4:last-child .order-box::after{
    top: 225px;
}
.order-stat .row:hover .col-sm-4:nth-child(2) .order-box::after{
	top: -225px;
}

.how-work-sec {
    text-align: center;
    padding: 20px 0 50px;
}
.how-work-sec .row {
    padding: 0 80px;
}
.how-work-sec .row .col-sm-3 {
    padding: 0;
}
.how-work-sec .single-work {
    background-color: #555555;
    width: 160px;
    margin: 0 auto 30px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
  	position: relative;
  	z-index: 1;
}
.how-work-sec .single-work img {
    width: 100px;
    height: 100px;
}
.how-work-sec h2 {
    font-size: 48px;
    font-weight: 600;
    color: #555555;
    margin: 0 0 60px;
}
.how-work-sec p {
    font-size: 24px;
    font-weight: 300;
    color: #555555;
    margin: 0;
}
.how-work-sec h3 {
    font-size: 25px;
    color: #555555;
    font-weight: 600;
    margin: 0;
}
.how-work-sec .single-work::after {
    display: block;
    border-top: 2px dashed #555555;
    content: '';
    width: 200px;
    position: absolute;
    top: 50%;
    left: 98px;
  	z-index: -1;
}
.how-work-sec .col-sm-3:last-child .single-work::after {
    display: none;
}




.services-sec {
    background-image: url('//i.imgur.com/P8VrRpJ.png');
    padding: 100px 0;
  	text-align: center;
	color: #ffffff;
  	background-size: 100% 100%;
}
.services-sec h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}
.services-sec .img-equalizer {
    height: 200px;
    line-height: 200px;
    margin-bottom: 20px;
}
.services-sec p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
  	min-height: 130px;
}
.services-sec a {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #898989;
    padding: 10px 40px;
}


.breakDown-sec {
    padding: 50px 0 20px;
}
.breakDown-sec .row {
    margin-bottom: 50px;
}
.breakDown-sec h2 {
    font-size: 48px;
    text-align: center;
    color: #555555;
    font-weight: 600;
    margin-bottom: 30px;
}
.breakDown-sec h3 {
    font-size: 30px;
    color: #555555;
    font-weight: 600;
    margin: 0 0 20px;
}
.breakDown-sec p {
    font-size: 18px;
    font-weight: 400;
}
.breakDown-sec img {
    width: 100%;
}
.breakDown-sec a {
    font-size: 24px;
    color: #555555;
    text-decoration: underline;
    text-transform: uppercase;
}


.preFooter-sec {
    background-image: url('//i.imgur.com/bFX4FZz.png');
    padding: 50px 0;
    background-size: cover;
}
.preFooter-sec h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 48px;
    color: #555555;
    text-align: center;
    font-weight: 600;
}
.preFooter-sec a {
    font-size: 27px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #898989;
    display: block;
    width: 250px;
    font-weight: 600;
    padding: 10px 10px;
    text-align: center;
    margin: auto;
}


.social-media,
.all-clear{
    padding: 90px 0;
    background: #f5f5f5;
}
.social-media{
	padding:0;
  	overflow:hidden;
}
.social-media .row:first-child .col-sm-6:first-child {
    padding-right: 0;
}
.social-media .row:first-child .col-sm-6:last-child{
	padding: 20px 20px;
}
.social-media .row:last-child .col-sm-6:last-child {
    padding-left: 0;
}
.social-media .row:last-child .col-sm-6:first-child{
	padding: 20px 20px;
}



.social-media img{
	width:100%;
  	/* border-radius:4px; */
}
.social-media h2 {
    font-weight: 600;
    color: #6d6d6d;
}
.social-media p, .social-media li {
    color: #6d6d6d;
    font-size: 14px;
}
.social-media ul{
	/* margin:42px 0; */
  	margin:12px 0;
	/* padding:0; */
	list-style:none;
}
.social-media li{
	position:relative;
  	padding-left:25px;
	line-height: 35px;
  	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.social-media li:hover{
	-ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.social-media li:before{
  	content:'\f267';
  	font-family:'Material-Design-Iconic-Font';
  	font-size:18px;
  	color:#6d6d6d;
  	position:absolute;
  	left: 0;
	top: 0;
	width: 25px;
	text-align: center;
}
.few-reason{
	padding:90px 0;
  	overflow: hidden;
}
.few-reason h3,
.what-people h3{
	font-size: 30px;
	color:#6d6d6d;
  	margin-bottom:50px;
  	text-align:center;
  	font-weight: 500;
}
.few-reason .odd .reason-box {
    background: #f5f5f5;
}
.few-reason .odd.col-sm-4, .few-reason .even.col-sm-4 {
    padding: 0;
}
.few-reason .even .reason-box {
    background: #6d6d6d;
    color: #ffffff;
}
.reason-box{
	/* border-bottom: 5px solid #6d6d6d;
	   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    width: 100%;
    float: left;
    padding: 30px;
    min-height: 320px;
    /* margin-bottom: 30px; */
    line-height: 1.5;
    /* border-radius: 4px;
    -moz-border-radius: 4px; */
    color: #6d6d6d;
}
.reason-box i{
	font-size: 48px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.slick-dots li button::before {
    font-size: 16px;
}
.social-slider .slick-slide img {
    margin: 20px auto;
    filter: drop-shadow(5px 5px 5px #b0b0b0);
    -webkit-filter: drop-shadow(5px 5px 5px #b0b0b0);
}
.social-services{
	background:#ffffff;
	padding:90px 0;
}
.social-services h2{
	font-size: 32px;
  	font-weight: 500;
  	text-align: center;
  	color:#6d6d6d;
}
/* .all-clear{
	background:#ffffff;
} */
.all-clear{
	overflow:hidden;
}
.all-clear p{
	font-size: 14px;
    color: #6d6d6d;
    line-height: 1.5;
    margin-bottom: 15px;
}
.all-clear img{
	width:100%;
}
.all-clear .img-box.odd {
    box-shadow: -40px -40px 0 0 #6d6d6d,-90px 40px 0 0 #969595,-20px 70px 4px 0 #c5c5c5;
}
.all-clear .img-box.even {
    box-shadow: 40px -40px 0 0 #6d6d6d,90px 40px 0 0 #969595,20px 70px 4px 0 #c5c5c5;
}
.all-clear .row{
	margin-bottom:100px;
}
.all-clear .row:last-child {
    margin-bottom: 0;
}
.what-people h3{
	margin-bottom:0;
}
.testimonial-slider {
    padding: 45px 0;
}
.testimonial-slider .slick-slide {
    margin-left: 25px;
    margin-right: 25px;
}
.testimonial-wrapper {
    position: relative;
    padding: 65px 0;
    z-index: 2;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-slider .slick-center .testimonial-wrapper {
    transform: scale(1.2);
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-wrapper:before,
.testimonial-wrapper:after{
	content: '';
	height: 100px;
	display: block;
	position: absolute;
	border-radius: 8px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-wrapper:before {
	background: #7e7e7ee6;
	width: 90%;
	z-index: 1;
	top: 11%;
}
.testimonial-slider .slick-center .testimonial-wrapper:before{
	background: #d1d1d1e6;
}
.testimonial-wrapper:after {
	background: #aaa9a9e6;
	width: 80%;
	z-index: 0;
	top: 8%;
}
.testimonial-slider .slick-center .testimonial-wrapper:after{
	background: #dbdadae6;
}
.testimonial-box {
    background: #6d6d6d;
    padding: 25px 15px;
    border-radius: 8px;
	position: relative;
	z-index: 1;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-slider .slick-center .testimonial-box{
	background: #e8e5e5;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-box .testimonial-profile-pic {
    width: 68px;
    height: 68px;
    border-radius: 50px;
    margin: auto;
    display: block;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-slider .slick-center .testimonial-box .testimonial-profile-pic{
	width: 90px;
	height: 90px;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-box .testimonial-profile-pic img {
    width: 100%;
    height: 100%;
}
.testimonial-box p {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin: 20px 0;
	line-height: 26px;
	font-style: italic;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-slider .slick-center .testimonial-box p{
	color: #000000;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-signature {
	border-top: 2px solid #e8e5e5;
    padding: 12px 0 0 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-slider .slick-center .testimonial-signature{
	border-top: 2px solid #6d6d6d;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-signature li {
    display: inline-block;
    float: left;
    width: 50%;
}
.testimonial-signature img {
    width: 85px;
    display: block;
    margin: auto;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-slider .slick-center .testimonial-signature img{
	width:100px;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-signature h4 {
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
    margin: 0 4px 0 0;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}
.testimonial-slider .slick-center .testimonial-signature h4{
	color: #6d6d6d;
	-webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
}


footer{
	text-align: left;
    /* padding: 30px 0; */
    font-size: 14px;
    border-top: solid 1px #6d6d6d;
}
.footer-top .ftr-logo {
    margin-bottom: 48px;
}
.footer-top li {
    margin: 5px 0;
}
.footer-top a {
    font-size: 20px;
    color: #ffffff;
}
.footer-top {
    background: #555555;
  	padding: 50px 0 40px;
}
/* .footer-top .col-sm-4:first-child img{
    width: 210px;
  	filter: brightness(43%);
  	margin-bottom: 35px;
} */
.footer-top .col-sm-4 {
    padding: 0px 15px 0 60px;
}
.footer-top p {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 14px;
}
.ftr-email-area {
    margin-bottom: 20px;
}
.ftr-email-area input {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #cfcfcf;
    font-size: 20px;
    color: #ffffff;
}
.ftr-email-area input::placeholder {
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}
.ftr-email-area button {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 2px 10px;
    margin-left: -3px;
    color: #ffffff;
}
.footer-top h4 {
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 400;
    color: #ffffff;
}
.footer-top ul {
    padding: 0;
    list-style: none;
}
.footer-top .col-sm-4:nth-child(2) li {
    border-bottom: 1px solid #e8e5e5;
}
.footer-top .col-sm-4:nth-child(2) li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 32px;
    display: block;
    text-transform: capitalize;
}
.footer-top .col-sm-4:last-child ul {
    margin-bottom: 35px;
}
.footer-top .col-sm-4:last-child img{
	width:100%;
}
.footer-top .col-sm-4:last-child ul li {
    display: inline-block;
}
.footer-top .col-sm-4:last-child ul li a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50px;
    border: 2px solid #ffffff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
}
.footer-bottom {
    background: #555555;
    padding: 15px 0;
}
.footer-bottom p {
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.footer-bottom a{
	text-align:right;
  	color:#ffffff;
  	display: block;
	text-decoration: none;
}
.footer-bottom a i {
    margin-right: 4px;
}

.navbar .nav > li button {
    padding: 20px 20px;
    border-radius: 0;
  	font-size: 14px;
  	background-color: #222d33;
}
.navbar .nav > li button .caret {
    margin-left: 5px;
}
.navbar .nav > li > a .badge {
    background-color: #ffffff;
    color: #555554;
    font-size: 14px;
    box-shadow: 4px 4px 10px -5px #000000;
}


/* User Dashborad Css */

.user-dashboard .well {
    background-image: url('//i.imgur.com/bFX4FZz.png');
  	box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.10) !important;
  	overflow: hidden;
}
.user-dashboard .form-control {
    border: 1px solid #dfd7ca;
    border-radius: 0;
  	color: #ffffff;
	background-color: #898989b3 !important;
}
.user-dashboard .form-control::placeholder {
  	color: #ffffff;
}
.user-dashboard .btn.btn-primary {
    background-color: #9d9d9d;
    border-radius: 0;
    font-size: 18px;
    width: 200px;
}
.user-dashboard .btn.btn-primary:hover {
    background-color: #555555;
}
.user-dashboard table .btn.btn-primary {
    width: auto;
}
.user-dashboard .order-actions {
    width: 60px;
}
#wrapper.toggled .width-40 {
    min-width: 170px;
}
.user-dashboard .nav-pills li a {
    background-color: #c4c2c2;
    border-radius: 0;
    border: 0;
    color: #555555;
    padding: 12px 9px;
    font-size: 14px;
}
.user-dashboard .nav-pills li:first-child a {
    border-radius: 60px 0 0 60px !important;
}
.user-dashboard .nav-pills li:first-child a:hover {
    border-radius: 60px 0 0 60px !important;
}
.user-dashboard .nav-pills li.active a {
    background-color: #acacac !important;
    color: #ffffff;
}
.user-dashboard .nav-pills li form {
    margin: 0;
}
.user-dashboard .nav-pills li form input.form-control {
    background-color: #c4c2c2 !important;
    border: 0;
    color: #555555;
}
.user-dashboard .nav-pills li form .btn {
    border-radius: 0 60px 60px 0;
    background-color: #acacac;
    font-size: 18px;
}
.user-dashboard .nav-pills {
    margin-bottom: 10px;
    background-color: #555555;
    padding: 10px 10px;
    border-radius: 60px;
}
.table thead tr {
    background-color: #555555;
    color: #ffffff;
}
.table tr {
    background-color: #c4c2c2;
    color: #3e3f3a;
}
#wrapper.toggled .subscription td {
    min-width: 70px;
    word-break: break-all;
}
.newPaymentMethod span {
    background-color: transparent !important;
    font-weight: 500 !important;
}
pre {
    color: #555555;
}
.main-heads {
    color: #555555;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 20px;
    padding: 4px 0 4px 25px;
    margin: 0;
    position: relative;
    width: 260px;
    margin: auto;
}
.main-heads::before {
    width: 35px;
    height: 53px;
    display: block;
    content: '';
    position: absolute;
    background-image: url('//i.imgur.com/2D7rk01.png');
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.main-heads small {
    font-style: italic;
    font-weight: 600;
    font-size: 21px;
    color: #555555;
    margin-left: -5px;
}
h1[align="center"] {
    font-size: 20px;
    margin: 0;
}
h3[align="center"] {
    font-size: 20px;
    margin: 0;
}
h4[align="center"] {
    font-size: 18px;
    margin: 10px 0 0;
}
h4[align="center"] font span {
    background-color: #555555 !important;
    padding: 10px;
}
.newPaymentMethod span {
    background-color: transparent !important;
    font-weight: 500 !important;
}
.debit-or-credit-card span {
    background-color: transparent !important;
    font-weight: 500;
}
.indecation-div p {
    text-align: left;
    width: 60%;
}
.indecation-div p {
    text-align: left;
    font-size: 16px !important;
  	margin: 0;
}
.indecation-div p span.indi-icon {
    font-size: 22px;
    width: 50px;
    display: inline-block;
    text-align: center;
}
.col-sm-12 .main-heads {
    margin-bottom: 20px;
}
.main-heads.new-order {
    width: 150px;
}
.main-heads.subs-detail {
    width: 300px;
}
.main-heads.drip-feed {
    width: 170px;
}
.main-heads.terms-policy {
    width: 200px;
}
.main-heads.white-bg::before {
    background-image: url('//i.imgur.com/h6TcEud.png');
}
h2[align="center"] {
    font-size: 20px;
    margin: 0;
}
.collapse-row .panel-heading {
    background-color: #555555;
}
.collapse-row .panel-heading .panel-title {
    font-size: 16px;
    color: #ffffff;
}
.collapse-row .panel-collapse {
    background-color: #c4c2c2;
}
.collapse-row .panel-group {
    margin-bottom: 0;
}
.after-payment-row {
    margin-top: 40px;
}
.after-payment-row img {
    width: 100%;
    border-radius: 6px;
}
.after-payment-row h3 {
    font-size: 30px;
}
.after-payment-row h3 font {
    color: #555555;
}
.after-payment-row h3 font a {
    color: #3984c7;
}
.after-payment-row .col-sm-7 {
    padding: 50px 15px;
}
.after-payment-row h4 {
    display: inline-block;
    border: 1px solid #555555;
    border-radius: 4px;
    width: 170px;
    margin: 0 5px 0px 0;
}
.row.after-payment-row i {
    background-color: #555555;
    width: 30px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}
.collapse-row .panel-collapse a {
    color: #555555;
  	text-decoration: underline;
}
.well.abc {
    background-image: url('//i.imgur.com/UUwcGDn.png');
    color: #ffffff;
}
.nav.nav-tabs {
    margin-bottom: 10px;
    background-color: #555555;
    padding: 10px 10px;
    border-radius: 60px;
}
.nav.nav-tabs li a {
    background-color: #c4c2c2;
    border-radius: 0;
    border: 0 !important;
    color: #555555;
    padding: 12px 9px;
    font-size: 14px;
}
.nav.nav-tabs li.active a {
    background-color: #acacac !important;
    color: #ffffff;
}
.nav.nav-tabs li:first-child a {
    border-radius: 60px 0 0 60px !important;
}
.new-oders-tabs .nav.nav-tabs {
    margin-bottom: 0;
    padding: 0px 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.new-oders-tabs .nav.nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
}
.new-oders-tabs .nav.nav-tabs li:first-child a {
    border-radius: 0 !important;
}
.new-oders-tabs .nav.nav-tabs li a {
    background-color: transparent;
    color: #ffffff;
}
.nav.nav-tabs li.active a:hover, .nav.nav-tabs li.active a:focus {
    background-color: #acacac !important;
}
.nav.nav-tabs li a:hover {
    border: 0;
}
.ticket-uls {
    padding: 0;
}
.ticket-uls li {
    width: 49%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
.terms-rows h3 {
    font-size: 30px;
    margin: 0 0 10px;
	color: #555555;
}
.terms-rows img {
    width: 100%;
    border-radius: 6px;
}
.terms-rows li a {
    color: #3e3f3a;
    font-weight: 700;
    text-decoration: underline;
}
.terms-rows {
    margin-bottom: 10px;
}
.FAQs-page .panel {
    border: 0;
  	background-color: #c4c3c3;
}
.FAQs-page .btn {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background-color: #555555;
    color: #ffffff;
    padding: 5px 10px;
  	white-space: normal;
}
.FAQs-page .collapse.in, .FAQs-page div.collapsed, .FAQs-page .collapsing {
    padding: 5px 10px;
    background-color: #c4c2c2;
}
.FAQs-page .btn span {
    font-size: 30px;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    text-align: center;
    background-color: #555555;
    color: #ffffff;
    border-radius: 4px;
  	display: none;
}

#newPanel h1 {
    font-size: 20px;
    margin: 0;
}
#newPanel h1 span, #newPanel h1 font {
    color: #555555 !important;
}
#newPanel h1 a {
    color: #222d33;
    text-decoration: underline;
    font-weight: 600;
}
#newPanel h3 {
    font-size: 18px;
    margin: 0;
}
#payments h3.newPaymentMethod {
    font-size: 20px;
}
#payments h3.newPaymentMethod font {
    color: #222d33;
}
#payments h3.debit-or-credit-card {
    font-size: 20px;
    margin-bottom: 0;
}
#payments h3.debit-or-credit-card font {
    color: #3e3f3a;
}
#support h3 {
    font-size: 20px;
    margin: 0;
}
#support h3 font {
    color: #555555;
}
#support h3 font a {
    color: #222d33;
}
#contactUs h4 {
    font-size: 20px;
}
#contactUs h4 font {
    color: #555555;
}
#contactUs h4 span {
    background-color: transparent !important;
}
#paypalPay h2 {
    font-size: 20px;
    margin: 0;
}
#paypalPay h4 {
    font-size: 18px;
    margin-bottom: 0;
}
#paypalPay h4 font, #afterPay h3 font {
    color: #555555;
}
#paypalPay h4 font b {
    font-weight: 500;
}
#otheroptions b a, #bankinfo b a, #afterPay h3 font a {
    color: #222d33;
    text-decoration: underline;
}
#afterPay h3 {
    font-size: 20px;
}
#afterPay h4 {
    display: inline-block;
    width: 180px;
    border: 1px solid #555555;
    border-radius: 4px;
    margin: 0 10px 0 0;
}
#afterPay h4 i {
    color: #ffffff;
    background-color: #555555;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px 0 0 2px;
}
.rwd-table {
  color: #ffffff;
  border-radius: .4em;
  overflow: hidden;
  background-color: #f1f1f3;
  color: #000000;
  width: 100%;
}
.rwd-table.table.table-bordered {
    border-radius: 0;
}
.rwd-table th {
    padding: 8px !important;
}
.rwd-table th {
  background-color: #93c54b;
  color: #fff;
  padding: 1em !important;
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
.single-update {
    background: #d7dade;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table tr {
  border-color: #dbdbdb;
}





/* Sidebar Css */

#wrapper.toggled {
    padding-left: 0;
}
#wrapper.toggled #page-wrapper {
    padding: 40px 0 45px 200px;

}
.user-dashboard #wrapper.toggled .navbar-static-top {
    padding: 0 0 0 200px;
}
#wrapper {
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-position: 97% 97%;
    background-size: 8%;
    background-attachment: fixed;
    min-height: 100vh;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-position: 97% 97%, 99% 99%, 85% 10%, 18% 80%;
    background-size: 10%, 3%, 7%, 15%;
    background-attachment: fixed;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
#wrapper.toggled #sidebar-wrapper {
    width: 200px;
    left: 200px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  	margin-left: -200px;
}
#sidebar-wrapper {
    top: 0;
    left: 0px;
    width: 60px;
    color: white;
    position: fixed;
    height: 100%;
    background: #00aced;
    background: #586b6f;
    /* background-image: url('//i.imgur.com/Pw5V6dU.jpg');
  	background-image: url('//i.imgur.com/QW40I4T.jpg');
  	background-image: url('//i.imgur.com/nvN4kOw.jpg'); */
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  	box-shadow: 0 8px 2px -2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 8px rgba(0,0,0,.1);
  	z-index: 3;
}
.side-back {
    height: 100%;
    background: #222d33;
}
#wrapper.toggled .sidebar-nav {
    /* top: 105px; */
  	top: 240px;
}
.sidebar-nav {
    position: absolute;
    top: 80px;
    margin: 0;
    padding: 0;
        padding-top: 0px;
    width: 100%;
    list-style: none;
    padding-top: 15px;
}
.sidebar-nav li.price {
    margin-bottom: 30px;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a:hover, .sidebar-nav li.active a:hover, .sidebar-nav li.active a {
    background: #555555;
    color: #ffffff;
    text-decoration: none;
}
.sidebar-nav li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 14px !important;
}
#page-wrapper {
    padding: 90px 40px 45px;
    width: 100%;
    min-height: 100vh;
}
.sidebar-nav li a:hover img, .sidebar-nav li.active a:hover img, .sidebar-nav li.active a img {
    filter: invert(1);
}
.sidebar-nav li a img {
    width: 18px;
    margin-right: 12px;
    filter: invert(1);
}
.navbar.navbar-inverse {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    min-height: initial;
}
.sidebar-pinner {
    position: absolute;
    bottom: 20px;
    right: 10px;
}
#menu-toggle {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
  	width: 40px;
	height: 25px;
}
#menu-toggle .icon-bar {
    display: block;
    letter-spacing: 0;
    width: 20px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
  	background-color: #ffffff;
}
#page-wrapper {
    padding: 40px 0 45px 60px;
    width: 100%;
    min-height: 100vh;
  	z-index: 1;
}
.user-dashboard .navbar-static-top {
    position: fixed;
    width: 100%;
    /* background-color: #aaaaaa; */
  	background-image: url('//i.imgur.com/bFX4FZz.png');
    margin: 0;
  	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  	box-shadow: 0 8px 2px -2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 8px rgba(0,0,0,.1);
  	border: 0;
  	padding: 0 0 0 60px;
	z-index: 2;
}
.user-dashboard nav.navbar {
    border-radius: 0;
  	background:#222d33;
}
.sideBarLogo {
    overflow: hidden;
}
.sideBarLogo a.navbar-brand {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}
#wrapper .sideBarLogo img {
    margin: 0px auto 0;
    width: 20px;
}
#wrapper.toggled .sideBarLogo img {
    margin: 30px auto 0;
  	width: auto;
}
.user-dashboard .navbar-right {
    margin: 0;
}
#wrapper #sidebar-wrapper span.menu-title {
    display: none;
}
#wrapper.toggled #sidebar-wrapper span.menu-title {
    display: initial;
}
.sidebar-nav li a i {
    text-indent: 0;
    margin-right: 15px;
    font-size: 18px;
    width: 17px;
}
#wrapper .full-logo {
    display: none;
}
#wrapper.toggled .full-logo {
    display: block;
}
#wrapper.toggled .red-logo {
    display: none;
}
#wrapper.toggled .sidebar-user-det {
  	display: block;
}
.sidebar-nav .badge {
    width: auto;
    text-indent: initial;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 3px 5px;
    line-height: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar-user-det {
    text-align: center;
    margin-top: 20px;
  	display: none;
}
.sidebar-user-det .user-pic {
    width: 70px;
    margin: auto;
    border: 5px solid #c4c2c2;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.sidebar-user-det .user-pic img {
    width: 120%;
    filter: invert(100%);
    margin-left: -7px;
}
.sidebar-user-det p.username {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.sidebar-user-det p.useremail {
    max-width: 160px;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
  	white-space: nowrap;
}


/* Responsive Css */

@media (max-width: 1199px) {

body.guest .nav.navbar-nav li a {
    padding: 13px 20px;
}
.hero-section h2 {
    width: 60%;
}
.order-box {
    padding: 50px 45px;
}
.order-comp .order-box {
    padding: 50px 60px;
}
.order-pri .order-box {
    padding: 50px 38px;
}
.how-work-sec ul li {
    display: inline-block;
    width: 24%;
}
.how-work-sec ul li h3 {
    font-size: 22px !important;
}
.preFooter-sec h2 {
    font-size: 44px;
}
.footer-top .col-sm-5 img {
    width: 100%;
}
.ftr-email-area button {
    padding: 3px 10px;
}

  
}

@media (max-width: 991px) {
.guest .nav.navbar-nav {
    margin-top: 12px;
}
.guest .nav.navbar-nav li {
    margin: 0 5px;
}
body.guest .nav.navbar-nav li a {
    padding: 10px 15px;
}
.hero-section h2 {
    width: 62%;
  	font-size: 40px;
}
.top-login h4 {
    font-size: 25px;
}
.btn.btn-primary.signIn-Up-btn {
    font-size: 25px;
    padding: 10px 0;
}
.top-login {
    padding: 30px 40px 0px 40px;
} 
.order-box {
    padding: 50px 20px;
}
.order-box h4 {
    font-size: 30px;
}
.order-box h5 {
    font-size: 18px;
    color: #555555;
}
.order-comp .order-box {
    padding: 50px 20px;
}
.order-pri .order-box {
    padding: 50px 20px;
}
.how-work-sec h2 {
    font-size: 30px;
    margin: 0 0 40px;
}
.how-work-sec .row {
    padding: 0 20px;
}
.how-work-sec .single-work {
    width: 130px;
    height: 130px;
    line-height: 130px;
}
.how-work-sec .single-work img {
    width: 80px;
    height: 80px;
}
.how-work-sec p {
    font-size: 20px;
}
.services-sec {
    padding: 60px 0;
}
.services-sec h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.how-work-sec h3 {
    font-size: 20px;
}
.services-sec .img-equalizer {
    height: 160px;
    line-height: 160px;
}
.services-sec .img-equalizer img {
    width: 130px;
}
.services-sec p {
    font-size: 16px;
    margin-bottom: 30px;
}
.services-sec a {
    font-size: 18px;
    padding: 10px 30px;
}
.breakDown-sec h2 {
    font-size: 30px;
}
.breakDown-sec h3 {
    font-size: 25px;
    margin: 0 0 10px;
}
.breakDown-sec p {
    font-size: 16px;
    line-height: 18px;
}
.breakDown-sec a {
    font-size: 18px;
}
.preFooter-sec h2 {
    font-size: 30px;
  	line-height: 48px;
}
.preFooter-sec a {
    font-size: 20px;
}
.footer-top .ftr-logo {
    margin-bottom: 59px;
    width: 170px;
}
.footer-top a {
    font-size: 18px;
}
.footer-top h4 {
    font-size: 18px;
}
.ftr-email-area input {
    font-size: 18px;
}
.ftr-email-area button {
    padding: 2px 10px;
}
.footer-bottom p {
    font-size: 16px;
}
  
  
}

@media (max-width: 767px) {

/* body.guest #navbar {
    position: fixed;
    width: 200px;
    padding: 0;
    height: 100%;
    background-color: #5d5858;
    top: 0;
    left: -200px;
  	transition: 0.5s;
}
.guest .nav.navbar-nav {
    display: block;
    margin: 0 !important;
} */
.guest .navbar-default {
    background: #cacbcb;
}
.guest .navbar-default #navbar {
    border: 0;
}
.guest .nav.navbar-nav {
    display: block;
}
body.guest #navbar li {
    display: block;
    margin: 0;
}
body.guest .nav.navbar-nav li a {
    font-weight: 500 !important;
    color: #ffffff;
}
/* body.guest #navbar.nav-revealed {
    left: 10px;
} */
.hero-section h2 {
    width: 65%;
    font-size: 30px;
}
.how-work-sec h2 {
    font-size: 25px;
    margin: 0 0 20px;
  	text-transform: uppercase;
}
.order-sec .col-sm-4 {
    margin: 5px 0;
}
.order-box {
    padding: 50px 70px;
}
.order-comp .order-box {
    padding: 50px 70px;
}
.order-pri .order-box {
    padding: 50px 70px;
}
.order-sec {
    margin: 0;
}
.how-work-sec .row .col-sm-3 {
    width: 25%;
    float: left;
}
.how-work-sec .single-work {
    width: 110px;
    height: 110px;
    line-height: 110px;
}
.how-work-sec .single-work img {
    width: 70px;
    height: 70px;
}
.how-work-sec .single-work::after {
    width: 100px;
    left: auto;
    right: -70px;
}
.how-work-sec p {
    font-size: 18px;
}
.how-work-sec h3 {
    font-size: 16px;
}
.services-sec h2 {
    font-size: 25px;
    margin-bottom: 10px;
  	text-transform: uppercase;
}
.services-sec .col-sm-3 {
    width: 25%;
    float: left;
}
.services-sec .img-equalizer {
    height: 120px;
    line-height: 120px;
}
.services-sec .img-equalizer img {
    width: 100px;
}
.services-sec p {
    font-weight: 400;
    line-height: 20px;
}
.services-sec a {
    font-size: 16px;
    padding: 10px 15px;
}
.breakDown-sec h2 {
    font-size: 25px;
    text-transform: uppercase;
}
.breakDown-sec h3 {
    font-size: 20px;
}
.breakDown-sec .row {
    margin-bottom: 20px;
}
.breakDown-sec .row .col-sm-5 {
    margin: 10px 0;
}
.preFooter-sec {
    padding: 10px 0 30px;
}
.preFooter-sec h2 {
    font-size: 25px;
}
.preFooter-sec a {
    font-size: 18px;
}
.footer-top .col-sm-4 {
    padding: 0px 15px 0 15px;
}
.footer-top .ftr-logo {
    margin-bottom: 20px;
}
.footer-top br {
    display: none;
}
.footer-top .col-sm-5 img {
    width: 350px;
}
 
  
  
}

@media only screen and (max-width: 767px) and (min-width: 650px)  {

.order-sec .col-sm-4 {
    width: 33.33%;
    float: left;
    padding: 0 5px;
}
.order-box {
    padding: 50px 20px;
}
.order-comp .order-box {
    padding: 50px 20px;
}
.order-pri .order-box {
    padding: 50px 20px;
}
.order-box h5 {
    font-size: 16px;
}
.order-box h4 {
    font-size: 25px;
}
.footer-top br {
    display: initial;
}
.footer-top br:nth-child(6), .footer-top br:nth-child(5) {
    display: none;
}
.footer-top .col-sm-4 {
    width: 30%;
    float: left;
}
.footer-top .col-sm-3 {
    width: 20%;
    float: left;
}
.footer-top .col-sm-5 {
    width: 50%;
    float: left;
}
.footer-top .col-sm-5 img {
    width: 100%;
}

  
}

@media (max-width: 550px) {

.navbar-brand img {
    width: 100px;
}
.hero-section h2 {
    width: 95%;
    font-size: 25px;
}
.login-box {
    width: 100%;
}
.top-login h4 {
    font-size: 20px;
}
.top-login {
    padding: 10px 20px 0px 20px;
}
.order-box {
    padding: 50px 40px;
}
.order-comp .order-box {
    padding: 50px 40px;
}
.order-pri .order-box {
    padding: 50px 40px;
}
.how-work-sec .row .col-sm-3 {
    width: 100%;
    float: none;
  	Margin-bottom: 20px;
}
.how-work-sec .single-work {
    margin: 0 auto 10px;
}
.how-work-sec .single-work::after {
    display: none;
}
.how-work-sec {
    padding: 20px 0 20px;
}
.services-sec {
    padding: 30px 0 50px;
}
.services-sec .col-sm-3 {
    width: 100%;
    float: none;
  	margin-bottom: 20px;
}
.breakDown-sec {
    padding: 30px 0 20px;
}
.breakDown-sec h2 {
    margin-bottom: 20px;
}
.preFooter-sec h2 {
    font-size: 22px;
} 
.footer-top .ftr-logo {
    width: 120px;
}
.footer-top {
    padding: 30px 0 10px;
}
.footer-top li {
    margin: 0;
}
.footer-top .col-sm-5 img {
    width: 100%;
}
.footer-bottom p {
    font-size: 14px;
}
  
}


/* Responsive Css */