/*CSS Reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {font-size:1em; font-weight:normal; font-style:normal;}ul,ol {list-style:none;}fieldset,img,hr {border:none;}caption,th {text-align:left;}table {border-collapse:collapse; border-spacing:0;}td {vertical-align:top;}img.centered, .aligncenter, div.aligncenter {display: block;margin-left: auto;
margin-right: auto;}
img.alignright {margin: 0 0 2px 15px;display: inline}
img.alignleft {margin: 0 15px 2px 0;display: inline}
.alignright {float: right;}.alignleft {float: left;}
/*HTML5 block*/
header, section, footer,
aside, nav, article, figure {
	display: block;
}
figure {
	margin:0;
	padding:0;
}
/*HTML5 clearfix*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

body{
	font-size:18px;
	color:#000000;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	background:#ffffff;
}
body.modal-open {padding:0px !important; overflow:auto;}
a {
	color:#fd8400;
	text-decoration:underline;
}
a:hover {
	color:#fd8400;
	text-decoration:none;
}
a:active {
	text-decoration:none;
	border:none;
}
.relative {
	position:relative;
}
strong, b {
	font-weight:700;
}
p {
	margin-bottom:30px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color:#000000;
	font-weight:600;
}
h2 { font-size:50px; line-height:50px; }

.btn { font-family: 'Poppins', sans-serif;padding: 12px 22px; font-size: 18px; font-weight: 700; border-radius: 10px; display: inline-block; border: none; text-decoration: none;}
.btn.btn-primary { background: #fd8400;}
.btn.btn-primary:hover { background: #de7400 !important;}
.btn-primary, .btn-primary:active {
    background-color: #fd8400 !important;
}
.btn-primary:active { box-shadow: 0 0 5px #fd8400 !important;}

.btn.btn-secondary {background:#292e31;}
.btn.btn-secondary:hover {background:#191e21 !important;}
.btn-secondary, .btn-secondary:active {
    background-color: #292e31 !important;
}
.btn.btn-secondary:active {background:#292e31;}
.btn:focus { border:none !important; box-shadow: none; }
.btn:active { border:none !important; box-shadow: none; }

/* HEADER */

header {font-size:16px; font-weight:bold; position:fixed; width:100%; top:0px; left:0px; z-index:100; transition:all 0.5s ease; font-family: 'Poppins', sans-serif; padding:15px 0;}
.scrolled header { background:#ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
header .logo {float:left; width:250px; transition:all 0.5s ease; cursor:pointer}
header .logo img.color { display: none;}
header .logo img {max-width:100%; height:auto;}
.scrolled header .logo { width:200px; }
.scrolled header .logo img.white { display: none; }
.scrolled header .logo img.color { display: block; }
header .nav {float:right; transition:all 0.5s ease; padding-top:9px;}
.scrolled header .nav { padding-top:3px; }
header .nav nav {float:left;}
header .nav nav ul li {float:left;position:relative; padding: 3px 0; cursor:pointer; color:#ffffff;font-weight:400; text-decoration:none; display:block; border:1px solid rgba(255,255,255,0); margin-left:25px; overflow:hidden; cursor:pointer;}
header .nav nav ul li a {color:#ffffff; text-decoration:none;}
.scrolled header .nav nav ul li {color:#666 !important; text-decoration:none;}
.scrolled header .nav nav ul li a {color:#666 !important; text-decoration:none;}
header .nav nav ul li:hover {color:#ffffff;}
header .nav nav ul li:before { position:absolute; content:""; width:100%; height:2px; background:#ffffff; bottom:0px; left:-100%; transition:all 0.5s ease;}
.scrolled header .nav nav ul li:before { background:#666;}
header .nav nav ul li:hover:before {left:0%;}


/* HERO */

.hero {background:url(../images/quantumsoft-hero-bg-main.jpg) no-repeat center bottom; color:#ffffff; padding: 120px 0 150px; font-size:22px; line-height:30px;}
.docstamp .hero {background:url(../images/quantumsoft-hero-bg-docstamp.jpg) no-repeat center bottom;}
.gepjarmu .hero {background:url(../images/quantumsoft-hero-bg-gepjarmu.jpg) no-repeat center bottom;}
.munkaido .hero {background:url(../images/quantumsoft-hero-bg-munkaido.jpg) no-repeat center bottom;}
.hero img  { max-width: 100%; height: auto;}
.hero .container { position:relative; z-index:15;}
.hero h1 { font-size:54px; line-height:60px; color:#ffffff; margin-bottom:20px; font-weight:900;}


/* COMMON */

.colheading { padding:55px 0; font-size: 22px; line-height: 28px; text-align: center; }
.colheading h2 { font-size: 42px; line-height: 52px; color: #5e5e5e; margin-bottom: 30px;}

/* SOLUTIONS */

.solutions { margin-bottom: 25px;}
.solutions .qcard { background: #ffffff; border-radius: 15px; box-shadow: 0 0 30px rgba(0,0,0,0.1); padding: 25px; height: 100%; text-align: center;  transition:0.5s ease;}
.solutions .qcard:hover { transform: translateY(-5px) scale(1.03);}
.solutions .qcard figure { margin-bottom: 15px;}
.solutions .qcard img { max-width: 100%; height:auto; }
.solutions .qcard h3 { font-size: 26px; line-height: 30px; color: #5e5e5e; margin-bottom: 10px;}
.solutions .qcard h3 a { color: #5e5e5e; text-decoration: none;}
.solutions .qcard h3 a:hover { color: #fd8400;}
.solutions .qcard strong { margin-bottom: 10px; display: block;}

.modal-dialog { max-width: 1180px; z-index: 9998;}
.modal-dialog img { max-width: 100%; height: auto;}
.modal-dialog .modal-content { border-radius: 15px; border:none; padding:25px;}
.modal-dialog h3 { font-size: 30px; line-height: 34px; color: #5e5e5e; margin-bottom: 20px;}
.modal-dialog .modal-content .close { z-index: 9999; position: absolute; right:10px; top: 10px; border-radius: 12px; background: #fd8400; color: #ffffff;  display:block; float: none; padding: 10px 15px;}

/* FEATURES */

.features { margin-bottom: 55px;}
.features .colheading { padding-bottom: 30px;}
.features .feature {  text-align: center;  transition:0.5s ease; }
.features .feature figure { margin-bottom: 15px;  line-height: 60px; font-size: 60px; text-align: center;}
.docstamp .features .feature figure {  color:#872bbe;}
.gepjarmu .features .feature figure {  color:#0893a9;}
.munkaido .features .feature figure {  color:#1ead74;}
.features .feature img { max-width: 100%; height:auto; }
.features .feature h3 { font-size: 26px; line-height: 30px; color: #5e5e5e; margin-bottom: 10px;}
.features .feature h3 a { color: #5e5e5e; text-decoration: none;}
.features .feature h3 a:hover { color: #fd8400;}
.features .feature strong { margin-bottom: 10px; display: block;}

/* Numbers */

.numbers { margin-bottom: 55px; padding: 90px 0; background:#f7f7f7 url(../images/numbersbg.jpg) no-repeat center center; background-size: cover; text-align: center; font-size: 32px; line-height: 32px; font-family: 'Poppins', sans-serif; }
.numbers .number { padding: 30px 0;}
.numbers .number .num { font-weight: 900; font-size: 50px; line-height: 54px; color: #5e5e5e;}

/* TEXTS */

.commontext { margin-bottom: 55px; padding-top: 55px; }
.commontext img { max-width: 100%; height:auto;}
.commontext h2 { font-size: 30px;line-height: 34px; margin-bottom: 20px; color: #5e5e5e;}
.commontext h3 { font-size: 24px;line-height: 28px; margin-bottom: 20px; color: #5e5e5e;}

/* PRODUCTS */

.pnav { position: absolute; top: 50%; font-size: 60px; color: #cccccc; transform: translateY(-30px); cursor:pointer; transition: all 0.5s ease;}
.pnav:hover { color: #999999; transform: scale(1.2) translateY(-25px)}
.pnav.pnavleft { left: 0px;}
.pnav.pnavright { right: 0px;}

.products { margin-bottom: 55px;}
.products .productcarousel-outer {position:relative; padding: 0 50px;}
.product figure img {margin: 0 25px; max-width: 95%; height: auto; }
.product .productbody { padding-right: 50px;}
.product h3 { font-size: 30px;line-height: 34px; margin-bottom: 20px;}
.product h3 a { color: #5e5e5e; text-decoration: none;}


/* TESTIMONIALS*/

.testimonials { position: relative; background: #f7f7f7; padding-bottom: 50px; margin-bottom:170px; margin-top: 170px;}
.testimonials:before {position: absolute; content: ""; width: 100%; height: 110px; left: 0px; top: -110px; background: url(../images/testimonials-top.svg) no-repeat center center; background-size: cover;}
.testimonials:after {position: absolute; content: ""; width: 100%; height: 110px; left: 0px; bottom: -110px; background: url(../images/testimonials-bottom.svg) no-repeat center center; background-size: cover;}
.testimonials .colheading { padding-top: 20px;}
.testimonial {background: #ffffff; border-radius: 15px; box-shadow: 0 0 30px rgba(0,0,0,0.1); padding: 25px; position: relative;}
.testimonial:before { content: ""; position: absolute; right: -15px; top: -25px; width: 80px; height: 80px; background: url(../images/quote.svg) no-repeat center center; background-size: contain;}
.testimonial blockquote { font-style: italic; margin-bottom: 15px; padding-right: 35px;}
.testimonial strong { display: block;}

/* REFERENCES */

.references { margin-bottom: 80px;}
.references .referencecarousel-outer {position:relative; padding: 0 50px;}
.references img { max-width: 100%; height: auto}

/* CONTACT */

.contact { position: relative; z-index: 60;}
.contact:before { position: absolute; content: ""; background:#292e31; width: 100%; height: 50%; left: 0px; top:50%;}
.contactcard {
    background: #ff6600;
    background: -moz-linear-gradient(left,  #ff6600 0%, #fcb200 100%);
    background: -webkit-linear-gradient(left,  #ff6600 0%,#fcb200 100%);
    background: linear-gradient(to right,  #ff6600 0%,#fcb200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#fcb200',GradientType=1 );
    padding:35px; border-radius: 15px; color: #ffffff;
}
.contactcard h2 { font-size: 40px; line-height: 44px; margin-bottom: 20px; color: #ffffff;}
.contactcard .qform {padding-right: 40px;}
.contactcard .formrow { margin-bottom: 15px;}
.contactcard input,
.contactcard textarea { background: #ffffff; border: none; border-radius: 10px; font-size: 16px; color: #666666; padding: 15px 15px; width: 100%;}
.contactcard a { color: #ffffff; text-decoration: underline;}
.contactcard .legal { font-size: 16px; line-height: 20px;}
.contactcard .qdata { font-size: 26px; font-family: 'Poppins', sans-serif; font-weight: 900; text-decoration: none; padding-left: 40px; border-left: 1px solid rgba(255,255,255,0.3);}
.contactcard .qdata a { display: block; text-decoration: none; margin-bottom: 20px; transition: all 0.5s ease;}
.contactcard .qdata a:hover { padding-left: 10px;}
.msg { border-radius: 10px; padding: 10px; font-size: 16px; color: #ffffff; line-height: 18px;}

/* FOOTER */

footer {background:#292e31; color:#dfdfdf; overflow:hidden; font-size: 16px; line-height: 22px;}
.footer-top {padding: 50px 0;}
.footer-bottom {background: #23272a; padding: 30px 0;  font-size: 12px; line-height: 14px;}
footer h4 {color: #ffffff; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #3f4346;}
footer img { max-width:100%; height:auto;}
footer p:last-child {margin-bottom:0px !important;}
footer ul { margin-bottom: 10px;}
footer ul li { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #2f3336}
footer ul li a {color:#dfdfdf; text-decoration: none;}
footer ul li a:hover {color:#ffffff;}
footer .social { font-size: 30px; line-height: 30px; color: #999999;}
footer .social:hover {color: #cccccc;}
footer .logo img { width: 180px; height: auto;}
footer .copy { text-align: right;}

footer nav ul li {position:relative; padding: 3px 0; cursor:pointer; color:#666;font-weight:400; text-decoration:none; display:block; border:1px solid rgba(255,255,255,0); overflow:hidden; cursor:pointer; width: fit-content;}
footer nav ul li a {color:#ffffff; text-decoration:none;}
.scrolled footer nav ul li a {color:#666 !important; text-decoration:none;}
footer nav ul li:hover {color:#ffffff;}
footer nav ul li:before { position:absolute; content:""; width:100%; height:2px; background:#ffffff; bottom:0px; left:-100%; transition:all 0.5s ease;}
.scrolled header .nav nav ul li:before { background:#666;}
footer nav ul li:hover:before {left:0%;}


@media only screen and (min-width: 993px) and (max-width: 1200px){
    
    body{ font-size:18px; line-height:22px;}   

    .hero h1 { font-size:42px; line-height:50px;margin-bottom:20px;}
    .hero {padding: 120px 0 150px; font-size:20px; line-height:26px;}
    
    .colheading { padding:45px 0; font-size: 20px; line-height: 26px;  }
    .colheading h2 { font-size: 36px; line-height: 42px; margin-bottom: 30px;}
    
    .solutions .qcard h3,
    .features .feature h3,
    .modal-dialog h3 { font-size: 22px; line-height: 26px;}
    
    .testimonials { padding-bottom: 20px; margin-bottom:170px; margin-top: 120px;}
    .testimonials:before {top: -80px;}
    .testimonials .colheading { padding-top: 0px;}
    
    .contactcard h2 { font-size: 36px; line-height: 40px; margin-bottom: 20px;}
    .contactcard .qdata { font-size: 20px; line-height: 26px;}
    
    .commontext { margin-bottom: 25px; padding-top: 25px; }
    .commontext h2 { font-size: 30px;line-height: 34px; margin-bottom: 20px; color: #5e5e5e;}
    .commontext h3 { font-size: 24px;line-height: 28px; margin-bottom: 20px; color: #5e5e5e;}    

}

@media (max-width: 992px){
	
    body{ font-size:16px; line-height:20px;}
    p {	margin-bottom:20px !important;}
    
    .hero h1 { font-size:34px; line-height:40px;margin-bottom:20px;}    
    .hero {padding: 120px 0 150px; font-size:18px; line-height:24px;}
    
    .colheading { padding:35px 0; font-size: 18px; line-height: 24px;  }
    .colheading h2 { font-size: 30px; line-height: 36px; margin-bottom: 20px;}
    
    .solutions .qcard h3,
    .features .feature h3,
    .modal-dialog h3 { font-size: 22px; line-height: 26px;}
    .solutions .qcard:hover { transform: none;}
    
    .pnav { top: 25%;}
    .products { margin-bottom: 35px;}
    .product figure {text-align:center;}
    .product figure img {margin: 0 auto 25px auto; max-width: 70%; height: auto; }
    .product .productbody { padding-right: 0px; text-align: center}
    .product h3 { font-size: 22px;line-height: 26px; margin-bottom: 20px;}  
    
    .testimonials { padding-bottom: 0px; margin-bottom:170px; margin-top: 120px;}
    .testimonials:before {top: -80px;}
    .testimonials .colheading { padding-top: 0px;}
    
    .references { margin-bottom: 40px;}
    .references .pnav { top: 50%}
    
    .contactcard { padding: 25px;}
    .contactcard h2 { font-size: 30px; line-height: 36px; margin-bottom: 20px;}
    .contactcard .qdata { font-size: 20px; line-height: 26px; padding-left: 15px; border: none;}
    .contactcard .qform {padding-right: 15px;}
    
    footer {font-size: 14px; line-height: 18px;}
    footer .col-md { margin-bottom: 30px;}
    
    .numbers { margin-bottom: 35px; padding: 40px 0; font-size: 26px; line-height: 26px; }
    .numbers .number .num { font-size: 40px; line-height: 44px;}
    
    .commontext { margin-bottom: 25px; padding-top: 25px; }
    .commontext img {margin-bottom: 20px;}
    .commontext h2 { font-size: 22px;line-height: 26px;}
    .commontext h3 { font-size: 18px;line-height: 24px;}        

}

@media only screen and (min-width: 769px) and (max-width: 992px){



}

@media (max-width: 768px) {
    
    body{ font-size:14px; line-height:18px;} 
    p {	margin-bottom:15px !important;}
	
    header .logo { width:160px; height:auto; margin: 0 auto; float: none; }
    .scrolled header .logo { width:160px; margin: 0 auto; text-align: center; float: none;}
    header .nav { font-size: 20px; line-height: 20px; position: absolute; right:10px; top:0px; padding-top: 0px; float:none;}
    .scrolled header .nav { padding-top:0px; }
    header .nav span { display: none;}
    
    .hero h1 { font-size:28px; line-height:36px;margin-bottom:20px;}    
    .hero {padding: 100px 0 80px; font-size:16px; line-height:20px; background:#ff7d01 url(../images/quantumsoft-hero-bg-main.jpg) no-repeat center bottom; text-align:center;}
    
    .colheading { padding:20px 0; font-size: 16px; line-height: 20px;  }
    .colheading h2 { font-size: 24px; line-height: 30px; margin-bottom: 20px;}  
    
    .solutions .qcard h3,
    .features .feature h3,
    .modal-dialog h3{ font-size: 20px; line-height: 24px;}
    .modal-dialog img{ margin-bottom: 10px;}
    .modal-dialog {text-align: center;}
    
    .pnav { top: 25%; font-size: 40px; line-height: 40px; z-index: 70;}
    .products .productcarousel-outer {padding: 0 0px;}
    .products { margin-bottom: 15px;}
    .product figure {text-align:center; z-index: 50;}
    .product figure img {margin: 0 auto 25px auto; max-width: 70%; height: auto; }
    .product .productbody { padding-right: 15px; text-align: center}
    .product h3 { font-size: 20px;line-height: 24px; margin-bottom: 10px;}  
    
    .testimonials { padding-bottom: 0px; margin-bottom:90px; margin-top: 80px;}
    .testimonials:before {top: -60px;}
    .testimonials:after {height: 60px; bottom: -60px;}
    .testimonials .colheading { padding-top: 0px;}
    .testimonial:before {right: 10px; top: 10px; width: 50px; height: 50px; }
    
    .references { margin-bottom: 30px;}
    .references .pnav { top: 70% !important;} 
    
    .contactcard { padding: 15px;}
    .contactcard h2 { font-size: 24px; line-height: 30x; margin-bottom: 20px;}
    .contactcard .legal { font-size: 12px; line-height: 14px;}
    .contactcard .namec {  margin-bottom: 15px;}
    
    footer {font-size: 14px; line-height: 18x;}
    footer .col { margin-bottom: 20px;}  
    
        .commontext h2 { font-size: 20px;line-height: 20px;}
    .commontext h3 { font-size: 18px;line-height: 24px;}     
    

    
}

@media (max-width: 480px) {
	


}

#tns2 > .tns-item{
	text-align:center;
}
.tns-horizontal.tns-subpixel>.tns-item{
	vertical-align:middle;
}


