@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Book.otf')  format('opentype'),
	     url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf')  format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf')  format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


::selection {color:#fff;background:#c21b04;}
::-moz-selection {color:#fff;background:#c21b04;}

body {
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	color: #555555;	
}

h1, h2, h3, h4, h5, h6 {
  	color: #333;
	padding:0;
}
.btn {
	border: 0;
	border-radius: 0;
}

.btn.btn-primary:hover {
  	background-color: #017fb5;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}


a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
}
p{
 font-size:15px;
 line-height:24px;
 color:#888888;
}
#container {
    width: 720px;
	height: 480px;
	/**background-color: #fff;
	color: white;**/
	width:100%;
	margin-top: 0;
	text-align:center;
}
/* header style
-------------------------------------- */
.wrapper{
	width:100%;
	background-image: url(../images/dot-circle-pattern.png);
}
.logo-wrap{
	width: 100%;
	/* background: #f9a11b; */
	background: #383838;
	background-size: cover;
	text-align: center;
	padding: 10px 15px;
	background-image: url(../images/sdbackground.png);
	background-repeat: no-repeat; 
	/* background-blend-mode: multiply; */
}

.icons8-icons8 { 
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIKdmlld0JveD0iMCAwIDE3MiAxNzIiCnN0eWxlPSIgZmlsbDojMjZlMDdmOyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWRhc2hhcnJheT0iIiBzdHJva2UtZGFzaG9mZnNldD0iMCIgZm9udC1mYW1pbHk9Im5vbmUiIGZvbnQtd2VpZ2h0PSJub25lIiBmb250LXNpemU9Im5vbmUiIHRleHQtYW5jaG9yPSJub25lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6IG5vcm1hbCI+PHBhdGggZD0iTTAsMTcydi0xNzJoMTcydjE3MnoiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZyBmaWxsPSIjMWZiMTQxIj48cGF0aCBkPSJNMjEuNSwyMS41djEyOWg2NC41di0zMi4yNXYtNjQuNXYtMzIuMjV6TTg2LDUzLjc1YzAsMTcuNzgwNSAxNC40Njk1LDMyLjI1IDMyLjI1LDMyLjI1YzE3Ljc4MDUsMCAzMi4yNSwtMTQuNDY5NSAzMi4yNSwtMzIuMjVjMCwtMTcuNzgwNSAtMTQuNDY5NSwtMzIuMjUgLTMyLjI1LC0zMi4yNWMtMTcuNzgwNSwwIC0zMi4yNSwxNC40Njk1IC0zMi4yNSwzMi4yNXpNMTE4LjI1LDg2Yy0xNy43ODA1LDAgLTMyLjI1LDE0LjQ2OTUgLTMyLjI1LDMyLjI1YzAsMTcuNzgwNSAxNC40Njk1LDMyLjI1IDMyLjI1LDMyLjI1YzE3Ljc4MDUsMCAzMi4yNSwtMTQuNDY5NSAzMi4yNSwtMzIuMjVjMCwtMTcuNzgwNSAtMTQuNDY5NSwtMzIuMjUgLTMyLjI1LC0zMi4yNXoiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==') 50% 50% no-repeat;
	background-size: 100%; 
}

.icons8-icons8-hidden {
	display: none;
}

.profing-top{
	width: 100%;
}
.profing-top h2{
	font-family: 'GothamBold';
	font-size:24px;
	color:#333;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:15px;
	margin-bottom: 15px;
}
.profing-top h3{
	font-size:18px;
	color:#fff;
	margin-top:0;
}
.round-devider{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius:50%;
	margin:0 5px;
	vertical-align: middle;
}
.top-wrap{
	/*position: relative;
	left: 0;
	right: 0;
	top: 0;*/
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
	position: relative;
	background: #f5a11a;	
	text-align: center;
	color:#454545;
	/* background: #454545; */
}
.top-middle-wrap{
	padding-top: 7px;
	padding-bottom: 7px;
}
.top-middle-wrap button{
	background: #4bc1b3;
	border-radius: 4px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
	border: none;
	padding: 5px 15px;
	margin-right: 10px;
	font-weight: 600;
}
.top-middle-wrap button i{
	margin-right: 5px;
	font-size: 1.5rem;
	position: relative;
	top: 1px;
}
.top-right{
	position: absolute;
	right: 15px;
	top: 2px;
}
.top-right button{
	background: none;
	border: none;
	padding: 0;
	outline: none;
	font-size: 2.2rem;
	line-height: 34px;
	color: #fff!important;
}
.top-right button:hover{
	color: #000!important;
}
.top-right button:hover, .top-right button:focus{
	background: none;
	border: none;
	outline: none;
}
.btn:active, .btn:active:focus{
	box-shadow: none;
	border: none;
	outline: none;
}
.filter-collapse{
	background: #3a3a3a;
	text-align: center;
	padding: 10px 0;
}
.select-files{
	display: inline-block;
	text-align: left;
	margin-right: 20px;
}
.select-files label{
	display: block;
	font-size: 1.3rem;
	color: #fff;
}
.select-box{
	width: 100%;
	max-width: 300px; 
	border:1px solid #282828;
	background: #454545;
	height: 30px;
	padding: 5px 10px;
	outline: none;
	color: #fff;
} 
.banner-slide{
	background: #606060;
	padding: 20px;
	height: 500px;
}
.sample-info{
	background: #fff;
	text-align: center;
	padding: 3em 0px;
	
}
.sample-info h2{
	margin-top: 0;
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: 600;
	color: #4bc1b3;
	margin-bottom:1em;
}
.sample-info p{
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 0 8%;
}
.middle-wrap{
	background-image: url(../images/background-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: top  center;
	text-align: center;
	padding: 3em 0;
	position: relative;
}
.middle-wrap h3{
	margin: 2em 0 0;
	font-size: 600;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	padding: 0 5%;
	/**font-style: italic;**/
	
}
.thanku
{
	font-family: 'GothamBold';
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 4rem;
}
#particles{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
}
.bottom-logo
{
	max-width:58%;
}
.footer-bottom{
	background: #383838;
	padding: 2em 0;
}
.bottom-info h4 {
    font-family: 'GothamBold';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2;
    margin-top: 2em;
    margin-bottom: 1.25em;
}
.check-list {
	width: 100%;
    max-width: 580px;   
}

.check-list2 {
	/* display:grid;  */
	/* grid-template-columns: 1fr 1fr; */
}

.check-list2 ul li {
	/* border: 1px solid #4d4d4d; */
	color:rgba(255,255,255,.75);
	font-size: 16px;
	padding:8px;
}

.check-list2 ul li:before {
	/* content: '✓ '; */
	content: '\2713 ' !important;
	color:#00CDBF;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 900;
  }

  .check-list2 ul li.verify:before {
	content: '\2713 ' !important;
	color:#455958 !important;

  }

  .check-list2 ul li.verify-checked:before {
	content: '\2713 ' !important;
	color:#00CDBF !important;

  }

  .verify-checked {
	cursor:pointer;
  }

  .verify{
	cursor: pointer;
  }

.check-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.check-list ul li{
	width: 50%;
	float: left;
    font-family: 'Gotham-Book';
    font-size: 13px;
    line-height: 26px;
    color: rgba(255,255,255,.75);
	padding-left: 15px;
	position: relative;
}
.check-list ul li:after{
	position: absolute;
	left: 0;
	top: 10px;
	content:'';
	background: rgba(255,255,255,.5);
	width: 6px;
	height:6px;
	border-radius: 50%;
}
.bottom-info p{
	font-size: 13px;
    line-height: 22px;
    color: rgba(255,255,255,.85);
	margin-top: 2em;
}
.profing-files{
	background: #e8e8e8;
	padding:5em 20px;
	width: 50%;
	float:left;
}

.bg-silver{
	background: #e8e8e8;
}

.container-download{
	width: 100%;
	margin: 0px;
	padding: 15px 0px;
}

.profing-files-info {
	float: right;
	max-width: 400px;
}
.profing-wrap h4{
	font-family: 'GothamBold';
	font-size:17px;
	color:#333333;
	text-transform:uppercase;
	letter-spacing:1.2;
	margin-top:0;
	margin-bottom: 25px;
}
.file-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.file-list li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 22px;
}
.file-list li a{
	font-family: 'GothamBold';
	font-size: 13px;
	line-height:18px;
	color: #666666;
}
.file-list li:before{
	position: absolute;
	left:0;
	top:2px;
	content:'';
	background: url(../images/files-down-arrow.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
}
.file-list li a:hover{
	text-decoration: underline;
}
.available-proof{
	width: 50%;
	float: left;
	padding: 2em 2em 0;
}
.file-list-scroll{
	background: #fff;
    border: 3px solid #e8e8e8;
    padding:0;
	display: inline-block;
}
.file-list-scroll select{
	border: none;
	outline: none;
}
.file-list-scroll select  option{
	font-family: 'GothamBold';
	font-size: 14px;
	line-height:18px;
	color: #666666;
	display: block;
	padding: 10px 15px;
}
/*==================confirm-Modal-dialog===============*/
.confirm-Modal-dialog{
	width:930px;
	max-width:930px;	
}
.confirm-Modal-dialog .modal-content{
	border-radius:0;
}
.confirm-Modal-dialog .modal-body{
	padding:0;
}
.confirm-info{
	border-top:20px solid #f5a11a;
	padding:3em 10%;
}
.confirm-info p{
	font-family: 'Gotham-Book';
	font-size:13px;
	line-height:19px;
}
.confirm-bottom-line{
	width:286px;
	margin:3em auto 0;
	text-align:center;
	position:relative;
}
.confirm-bottom-line:after{
 position: absolute;
 right:-15px;
 top:-5px;
 content:'*';
 color: #f00;
 font-size: 22px;
}
.approved-input{
	width:100%;
	height:40px;
	border:3px solid #d2d2d2;
	text-transform:uppercase;
	text-align:center;
	font-family: 'GothamBold';
	font-size:14px;
	letter-spacing:2px;
	outline:none;
}
.confirmbtn{
	background:#f5a11a;
	font-family: 'Gotham-Book';
	font-size:14px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase;
	border:none;
	padding:0 20px;
	margin-top:20px;
	letter-spacing:2px;
}

.cancelbtn{
	background:#a4a4a4;
	font-family: 'Gotham-Book';
	font-size:14px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase;
	border:none;
	padding:0 20px;
	margin-top:20px;
	letter-spacing:2px;
}

.cancelbtn:hover{
	background:#ff3300;
	color:#fff;
}
.confirmbtn:hover{
	background:#4bc1b3;
	color:#fff;
}
.file-upload{
	width:100%;
	border:3px solid #d2d2d2;
	text-transform:uppercase;
	font-family: 'Gotham-Book';
	font-size:12px;	
	outline:none;
	padding:5px 10px;
}
.label-upload{
	font-family: 'Gotham-Book';
	font-size:13px;	
	font-weight:400;
	display:block;
	text-align:left;
}
.upload-btn{
	background:#6c6c6c;
	font-family: 'Gotham-Book';
	font-size:13px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase;
	border:none;
	padding:0 20px;
	margin-top:20px;
	letter-spacing:2px;
}
.upload-btn:hover{
	background:#4bc1b3;
	color:#fff;
}
/**Custom  Arrows**/
.left-arrow{
	background:url(../images/slide-left-arrow.png) 0 0 no-repeat;
	width:19px;
	height:22px;
	display:inline-block;
	margin-top:180px;
}
.right-arrow{
	background:url(../images/slide-right-arrow.png) 0 0 no-repeat;
	width:19px;
	height:22px;
	display:inline-block;
	margin-top:180px;
}
/* responsive
-------------------------------------- */
@media only screen and (max-width: 991px) {
	.available-proof{
		padding: 5em 2em 0;
	}
}
@media only screen and (max-width: 640px) {
	.profing-files{
		width: 100%;
	}
	.profing-files-info{
		float:none;
		margin: 0 auto;
	}
	.available-proof{
		width: 100%;
		padding: 2em 0;
		max-width: 400px;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	.file-list-scroll{
		display: block;
	}
	.file-list-scroll select{
		width:100%;
	}
}
@media only screen and (max-width: 479px) {
	.profing-top h2{
		font-size: 21px;
	}
	.profing-top h3{
		font-size: 16px;
	}
	.middle-wrap h3{
		font-size: 18px;
		line-height: 26px;
	}
	.sample-info{
		padding: 1em 0;
	}
	.sample-info h2{
		font-size: 2.5rem;
	}
	.check-list ul li{
		width:100%;
	}
	.middle-wrap img{
		max-width: 100%;
	}
	.sample-info p{
		padding: 0;
		font-size: 12px;
		line-height:18px;
	}
	.top-middle-wrap{
		padding-top:0;
		padding-bottom: 7px;
	}
	.top-middle-wrap button{
		margin-top: 7px;
	}
}
@media only screen and (max-width: 400px) {
	.profing-top h2{
		font-size: 18px;
	}
	.company-name{
		display: block;
		padding-top:10px;
	}
	.round-devider{
		display: none;
	}
	.profing-wrap h4{
		font-size: 14px;
	}
	.profing-files{
		padding: 2em 20px;
	}
	.available-proof{
		padding: 2em 20px;
	}
	.middle-wrap h3{
		font-size: 16px;
	}
}

/* prograss bar */

#output{
	padding: 5px;
	font-size: 12px;
}
.red{
	color:red;
}
.bold{
	font-weight:bold;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    2000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoading {
    display: block;
}
.news-wrap{
	margin: 25px 0px;
}
.latest-news-header{
	border-bottom: 2px solid #f9a11b;
    margin-bottom: 15px;
	/* margin-left:10px; */
}
.latest-news-header h2{
	font-family: 'GothamBold';
    font-size: 17px;
    color: #333333;
    text-transform: uppercase;
	letter-spacing: 1.25px;
	margin-top: 0px;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
   -webkit-appearance: none; 
	padding: 0; 
	border: 0; 
}
.modal-close-btn {
    position: absolute;
    right: -15px;
    top: -14px;
    background: #fff!important;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    opacity: 1!important;
    box-shadow: none;
    border: none;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.close {
    float: right; 
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.clickhere
{
   background: #4bc1b3;
    border-radius: 4px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.2;
    border: none;
    padding: 5px 15px;
    margin-right: 10px;
    font-weight: 600;
}
.feedback-logo
{
	max-width: 45%;
    display: inline-block;
    margin-bottom: 10px;
}
.feedback-info p {
    font-family: 'Gotham-Book';
    font-size: 13px;
    line-height: 2px;
    padding-bottom: 10px;
}
/*--thank you--*/	

.thankyou-message-box{
	background: #fff;
	max-width: 620px;
	margin: 0 auto;
	padding: 40px 0;
}
.thankyou-info{
	padding: 0 5% 20px;
}
.thankyou-info h4{
	font-size: 26px;
	line-height: 1.35;
	color: #42ad5b;
	text-align: center;
	margin-bottom: 25px;
}	
.thankyou-info p{
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 5px;
}
.enroll-link{
	background: #4bc1b3;
	border-radius: 5px;
	padding:2px 15px;
	display: inline-block;
	color: #fff;
	letter-spacing: .45px;
	margin-left: 5px;
}
.enroll-link:hover{
	text-decoration: none;
	color: #fff;
}
.thankyou-info small{
	display: block;
	padding-top: 15px;
}
.thankyou-info img{
	width: 100%;
}
.notify-box{
	border-top: 1px solid #e7e7e7;	
	padding: 40px 12% 0;
}
.message-noti-box{
	display: flex;
	flex-direction: row;	
	margin-bottom: 10px;
}
.noti-input{
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	height: 46px;
	border-radius: 5px 0 0 5px;
	padding: 0 15px;
	outline: none;
}
.subscribe-btn{
	background: #4bc1b3;
	border: none;
	border-radius: 0 5px 5px 0;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .65px;
	cursor: pointer;
	outline: none;
	color: #fff;
}
.subscribe-btn:hover{
	background: #4bc1b3;
	color: #fff;
}
.notify-box p{
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.feedback-logo-img{
	text-align: right;
	margin-top: 20px;
}
.feedback-logo-img a{
	display: inline-block;
}
.feedback-logo-img img{
	width: 80px;
}
.thankyou-info img{
	width: 100%;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	/* margin:auto 20px; */
}

.m10{
	margin:30px;
	
}

.black{
	color:#333;
	margin-bottom:20px;
}

.row{
	margin: 0px;
	margin-bottom: 10px;
}

.p-ko p, .p-ko .content{
	color:white;
	font-family: Helvetica;
	font-size: 16px;
	background: rgba(0,0,0,.75);
	padding: 20px;
	line-height: 26px;
}

.p-ko{
	height: 100%;
}

.p-ko .content img{
	width: 100%;
	background-color: none;
}

.p-ko h5 {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 22px;
	color:white;
}

@media only screen and (min-width: 960px) {
	.p-ko .content{
		min-height: 450px;
	}
	.p-ko .content  img{
		width: 150px;
		background-color: none;
	}

	.content h5{
		text-align: center;
	}
}

.product-details {
	font-size: 16px;
}

.product-row{
	margin-top: 30px;
	margin-bottom: 30px;
}

.mt-3{
	margin-top:20px;
}

.top-wrap button {
	width:270px;
	font-size: 16px;
	padding:15px;
	margin: 20px 60px;
	box-shadow: 0px 10px 10px rgba(0,0,0,.2);
}

.top-wrap button:hover{
	background-color: rgb(2, 176, 164);
}

.no-check :before {
	content:'';
	list-style-type: none;
}

.check-list2 ul li.no-check:before {
	content: '' !important;
	color:#00CDBF !important;

  }