.clear{ clear:both;}

.right {float:right;}
.left {float:left;}
.header-top {
	min-height: 40px;
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
	background-color: #4797D4;
}
.header-top i {color:#fff; font-size:15px;}
.header-top ul{    -webkit-padding-start: 0px !important; padding: 0px; float:right;}
.header-top ul li {display:inline-block; color:#fff; text-align:right;  padding-left:10px; padding-right:10px;}
.header-top ul li a{float:right; color:#fff;}
.logocls img{ max-width:100%;}
.logocls {float: left;  margin:10px;     display: inline-block;     width: 222px;}
.textalign{text-align:left;}
.index-sniptet {
	height: 225px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	background-image: url(img/s2.jpg);
}

@media (min-width:991px){

.header{
	height: 90px;
	padding-top: 10px;
}
}

@media (min-width:320px) and (max-width:480px){
    .index-sniptet{height:125px !important;}
    .zone_33 h1 {font-size: 18px !important;}
    .adjuster {padding: 10px 20px !important;}
}

.snipetBorder {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.snipetBorder2{border-top: 2px solid #fff;}

.index-sniptet > .index-sniptet-img1 {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    background-image: url(../img/s1.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
	 -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.index-sniptet:hover > .index-sniptet-img1 {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);    
}
.index-sniptet > .index-sniptet-img2 {
	position: absolute;
	height: 100%;
	width: 100%;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
	transition: all 5s;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	background-image: url(../img/banners/kktradingindex2.jpg);
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}
.index-sniptet:hover > .index-sniptet-img2 {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);     
}
.index-sniptet > .index-sniptet-img3 {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background-image: url(../img/s3.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.index-sniptet:hover > .index-sniptet-img3 {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);    
}
.nmnp {
    margin: 0px;
    padding: 0px;
}

.zone_33 {
	padding: 0px;
	margin: 0px;
	float: left;
	min-height: 1px;
	overflow: hidden;
}

.zone_33 h1 {
	color: #524e4e;
	font-size:26px;
	background: none;
	 border-bottom: 3px solid #ec311d;
	/*display: table-cell;
	width:100%*/
	display:inline-block;
}

.dossier_titre {
	margin: 0px 0px 20px 0px;
}
.dossier_titre:after {
    content: "";
    display: table-cell;
    width: 100%;
}

.adjuster {
    padding:20px;
}
.margin-bottom {
    margin-bottom: 0px !important;
}

.blue {
    color: #0166b3 !important;
}
.border-zero {
    border-bottom: 0px !important;
}

.adjuster2{ margin-left: 23px !important;}

.btn-changes {
    height: 23px;
    width: 90px;
    background-color: #ed1c24;
    margin: 10px;
    float: left;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
	 -moz-transition-duration: 0.2s;
	 -moz-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
    margin-left: 0px;
	 margin-bottom: 20px !important;
	font-size: 11px;
	
}
.btn-changes:hover {
    -webkit-box-shadow: -100px 0 0 #0066b3 inset;
	-moz-box-shadow: -100px 0 0 #0066b3 inset;
	box-shadow: -100px 0 0 #0066b3 inset;
}

.breadcrum{background:#eee;    margin-bottom: 30px;}
.breadcrum h2 {font-weight: bold;    float: left;    margin: 30px 0;    font-size:24px;}
.breadcrum p { float: right; padding-top: 30px;}
.breadcrum a {color: #3a63ab;text-decoration: none;}

p, li, li a, label {
	color: #555;
	line-height: 25px;
}


h2.title-v2 {
    color: #555;
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 33px;
}

h2.title-v2:after {
    left: 0;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -10px;
    background: #555;
    position: absolute;
}

h2.title-v3 {
    color: #555;
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 33px;
}

h2.title-v3:after {
    left: 0;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -10px;
    background: #555;
    position: absolute;
}

.responsive-img {
    padding:5px;
    border:1px solid #ccc;
    
}

.responsive-img img{max-width:100%;
    background-size:cover;}

.md-margin-bottom-30 {
		margin-bottom: 30px;
	}

.content-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-lg {
	padding-top: 10px;
	padding-bottom: 100px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.md-margin-bottom-40 {
		margin-bottom: 40px;
	}

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

.breadcrumb {
    top: 10px;
    z-index: 1;
    padding-right: 0;
    background: none;
    position: relative;
}


.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    background: #f7f7f7;
}

.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 18px;
        text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}


.breadcrumb li.active, .breadcrumb li a:hover {
    color: #337ab7;
    text-decoration: none;
}

.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
    font-size: 22px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    color:#555;
}

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.who li i {
    color: #337ab7;
    font-size: 13px;
    min-width: 15px;
    margin-right: 8px;
    text-align: center;
    position: relative;
}


.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.color-blue {
    color: #337ab7;
}










/*Services Block*/
.service-block-v4 {
	position: relative;
	background-color: #FFFFFF;
}

.service-block-v41 {
	position: relative;
	background-color: #EFEFEF;
}
.service-block-v6 i {
    float: left;
    margin: 5px 15px 0 0;
}

i.icon-color-u {
    color: #337ab7;
    border: solid 1px #337ab7;
}


i.icon-line {
    font-size: 17px;
}

i.icon-custom {
    width: 40px;
    color: #fff;
    background:#337ab7;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #337ab7;
}


.service-block-v6 .service-desc {
    overflow: hidden;
    text-align:left;
    margin-bottom:40px;
}

.service-block-v6 .service-desc h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
        line-height: 24px;
}
.service-block-v6 .service-desc h3 {
	font-size: 14px;
	margin: 0 0 10px;
	color: #337AB7;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 20px;
}

h1.title-v2.title-center:after, h2.title-v2.title-center:after, h3.title-v2.title-center:after {
    left: 50%;
    width: 70px;
    margin-left: -35px;
}



.bg-greyx {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}


----------------------------------------------------*/
/* Team v1
------------------------------------*/


.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.title-v1 h1, .title-v1 h2 {
        color: #555;
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 33px;
    text-align:center;
}

.title-v1 h1:after, .title-v1 h2:after {
    bottom: -10px;
    left: 50%;
    height: 2px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #555;
}

.title-v1 p {
    font-size: 14px;
    font-weight: 200;
    text-align:center;
    line-height:1.6;
     margin-bottom: 60px;
}

.team-v1 ul {
  position: relative;
}

/*Team Image*/
.team-v1 li > .team-img {
  position: relative;
}

.team-v1 li > .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: transparent;
  transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > .team-img:after {
  background: rgba(0,0,0,0.5);
}

/*Team Socials*/
.team-v1 li > .team-img ul {
  left: 0;
  top: 45%;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 36px;
  list-style: none;
  margin-top: -18px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible;
}

.team-v1 li > .team-img ul li {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
}

.team-v1 li > .team-img li i {
  color: #eee;
  border-width: 2px;
  border-color: #eee;
  transition: all 0.1s ease-in-out;
}

.team-v1 li > .team-img li i.fa-twitter:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}

.team-v1 li > .team-img li i.fa-facebook:hover {
  color: #fff;
  background: #4765a0;
  border-color: #4765a0;
}

.team-v1 li > .team-img li i.fa-google-plus:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}

/*Team Discription*/
.team-v1 li > h3 {
  color: #555;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
  text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

.team-v1 li > h4 {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.team-v1 li > p {
  margin: 20px 0;
  position: relative;
}

.team-v1 li > p:before {
  left: 0;
  top: -10px;
  height: 1px;
  width: 40px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > p:before {
  width: 100%;
  background: #337ab7;
}


/*Clients Section (Owl Carousel)
------------------------------------*/
.clients-section .title-v1 p, .clients-section .title-v1 h2 {
    color: #fff;
    z-index: 2;
}


.clients-section .title-v1 h2:after {
    bottom: -10px;
    left: 50%;
    height: 2px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #fff;
}



.clients-section {
	padding: 60px 0;
	position: relative;
	background: #333 url(../img/7.jpg) 50% fixed;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/7.jpg);
}

.clients-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.clients-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(../img/patterns/gridtile.png) repeat;
}

.clients-section ul {
  padding: 0;
  z-index: 1;
  list-style: none;
}

.clients-section li {
  margin: 0 3px;
  background: #fff;
}

.clients-section li a {
	padding: 10px;
	display: block;
	overflow: hidden;
	text-align: center;
	transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-ms-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
}

.clients-section li a:hover {
  -transform: scale(1.2);
}

.clients-section img {
  width: 100px;
  height: 100px;
}

.clients-section .owl-pagination {
  display: none;
}



/*Owl Carousel - Testimonials v3
------------------------------------*/
/*Testimonials Section*/
.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.testimonials-v3 ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.testimonials-v3 li img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.testimonials-v3 li > p {
  font-size: 14px;
}

.testimonials-v3 .testimonials-v3-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}

.testimonials-v3 .testimonials-v3-title p {
  color: #337ab7;
  margin-bottom: 0;
}

.testimonials-v3 .testimonials-v3-title span {
  color: #777;
  display: block;
  font-size: 14px;
}

/*Testimonials Owl Navigation*/
.testimonials-v3 .owl-pagination {
  display: none;
}

.testimonials-v3 .owl-buttons .owl-prev,
.testimonials-v3 .owl-buttons .owl-next {
  padding: 13px;
  position: relative;
  margin: 15px 2px 0;
  background: #f5f5f5;
  display: inline-block;
}

.testimonials-v3 .owl-buttons .owl-prev:after,
.testimonials-v3 .owl-buttons .owl-next:after {
	top: 0;
	color: #bbb;
	font-size: 16px;
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}

.testimonials-v3 .owl-buttons .owl-prev:after {
  left: 10px;
  content: "\f104";
}

.testimonials-v3 .owl-buttons .owl-next:after {
  right: 10px;
  content: "\f105";
}

.testimonials-v3 .owl-buttons .owl-prev:hover:after,
.testimonials-v3 .owl-buttons .owl-next:hover:after {
  color: #fff;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background: #337ab7;
  transition: background 0.4s ease-in-out;
}



select{    border: 1px solid #ccc;
    box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,0.15);
    border-radius: 6px;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}

input{    border: 1px solid #ccc;
    box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,0.15);
    border-radius: 6px;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}

textarea {    border: 1px solid #ccc;
    box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,0.15);
    border-radius: 6px;
    font-size: 12px;
    height: 180px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}

/*Progress Bar
------------------------------------*/
.progress {
	border-radius: 0;
}

.progress-u {
	box-shadow: none;
}

.progress-u .progress-bar {
	box-shadow: none;
}

/*progress-bar (sizes)*/
.progress-lg {
	height: 25px;
}
.progress-lg p {
	padding-top: 3px;
}

.progress-sm {
	height: 12px;
}

.progress-xs {
	height: 7px;
}

.progress-xxs {
	height: 6px;
}

/*progress-bar (colors)*/
.progress {
	background: #e5e5e5;
}

.progress-bar-u {
	background: #337ab7;
}

.progress-bar-blue {
	background: #3498db;
}

.progress-bar-orange {
	background: #e67e22;
}

.progress-bar-red {
	background: #e74c3c;
}

.progress-bar-purple {
	background: #9b6bcc;
}

.progress-bar-aqua {
	background: #27d7e7;
}

.progress-bar-brown {
	background: #9c8061;
}

.progress-bar-dark-blue {
	background: #4765a0;
}

.progress-bar-light-green {
	background: #79d5b3;
}

.progress-bar-dark {
	background: #555;
}


/*Progress Bar Animation
------------------------------------*/
.progress {
		position: relative;
}

.progress .progress-bar {
	overflow: hidden;
	line-height: 20px;
}

.progress-box .progress-bar {
	transition: all 3s ease-in;
}

/*Vertical Progress Bar*/
.progress.vertical {
	float: left;
	width: 100%;
	height: 200px;
	margin-right: 20px;
}

.progress.vertical.bottom {
	position: relative;
}

.progress.vertical .progress-bar {
	height: 0;
	width: 100%;
	transition: height 3s ease;
}

.progress.vertical.bottom .progress-bar {
	bottom: 0;
	position: absolute;
}

.headline-center h2 {
    color: #555;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

h3.heading-xs {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

.headline-center p {
    color: #999;
    font-size: 14px;
    padding: 0 150px;
}

.bg-color-light {
    background-color: #f7f7f7 !important;

}

.headline-center h2:after {
    left: 50%;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -5px;
    margin-left: -15px;
    text-align: center;
    position: absolute;
    background: #337ab7;
}

/*Headline Center*/
.headline-center {
	text-align: center;
	position: relative;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}



/* Career Form
   --------------------------------------- */

.white-container-holder {
    background: #f5f5f5;
    border-radius: 10px;
    display: block !important;
    float: none !important;
    margin: 0 auto 30px !important;
    padding: 30px;
    width: 650px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;

}

.formStyle input[type="file"] {
    background: #337ab7 none repeat scroll 0 0;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    line-height: normal;
    padding: 12px 18px;
}
formStyle .row .field {
    color: #666;
    float: none !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    text-transform: uppercase;
    width: 100% !important;
    letter-spacing: 1px;
}


.field.required::after {
    color: red;
    content: "*";
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
}

#application .row .icon {
    clear: left;
    float: left;
    padding: 4px 3px 0 0;
    text-align: right;
    width: 9px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px){ 
   .white-container-holder {max-width: 90% !important;}
}

/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 40px 0;	
	background: #272727;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
}

.headline {
	display: block;
	border-bottom: 1px dotted #e4e9f0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #337ab7;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-logo {
    margin: 17px 0 20px;
}
.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}


@media (min-width:320px) and (max-width:767px){
    .header-top ul {text-align:center !important; float:none !important;}
    .header-top ul li{float:none !important;}
    .textalign{text-align:center !important;}
    .testimonials p{padding-left:25px !important; padding-right:25px !important;}
    .search-w{display:none;}
    .orderform{font-size:20px !important;}
    .orderform i{font-size:16px; color:#fff; width:30px; height:30px;      }
    .orderform .icon1{background:#e92581; border-radius:50%; margin-right:10px;text-align:center; }
    .orderform .icon2{background:#029fd6; border-radius:50%; margin-right:10px; text-align:center; }
    .orderform .icon3{background:#f7e410; border-radius:50%; margin-right:10px;text-align:center; }

}



input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    padding: 2px;
    border: 0;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px
}
/*Scroll up button - Fakhar*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #3498db; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #06F; /* Add a dark-grey background on hover */
}

.quote{
	padding-bottom: 5px;
	display: inline-block;
	font-size: 22px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	color: #006;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;

}
	/*
.clientimg{
padding: 15px 0;
	position: relative;
	background: #000 url(../img/7.jpg) 50% fixed;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/7.jpg);  
}
.clientimg:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: static;
  opacity: 50%;
  background: rgba(0,0,0,0.8);
}

.client:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: static;
  opacity: 50%;
  background: url(../img/patterns/gridtile.png) repeat;
}
*/
