/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


* {
	text-decoration: none;
}

body{
		background-color: white;
	}

.main-header{
   display: block;
   width: 100%;   
   background-color: black;
   height: 80px;
   position: fixed;
   top: 0;
   z-index: 1000;
}	

.main-header .header-logo{
   display: block;
   width: 80%;
   background-color: black;
   height: 80px;
   padding-left: 10px;
   float: left;
}	

.main-header .header-logo h2{
   display: block;
   font-size: 40px;
   font-family: 'Yellowtail';
   text-align: left;
   font-weight: bold;
   margin-top: 20px;
   color: white;
   
}

.main-header .btncover{
   display: none;
}	

.main-header .header-logo2{
   display: block;
   width: 20%;
   padding-right: 10px;
   background-color: black;
   height: 80px;
   float: right;
}	

.main-header .header-logo2 i{
   display: block;
   font-size: 30px;
   text-align: center;   
   font-weight: bold;
   margin-top: 25px;
   color: white;
}	

.main-header .a-logo{
   display: block;
   width: 100%;   
   background-color: black;
   height: 80px;   
}	

.main-header .a-logo .link-a1{
   display: block;
   font-size: 30px;
   padding-top: 25px;   
   text-align: center;   
   font-weight: bold;   
   font-family: 'Catamaran';    
   color: white;
}	

.m-nav {
  display: none;
  position: fixed;
  background-color: black;
  min-width: 200px;
  top: 0;
  right: 0;
  margin-top: 80px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border-radius: 4px;
  z-index: 1;
  padding: 20px 0;
}

.m-nav .clsn1{
  display: block;
  padding: 15px 15px;
}

.m-nav .clsn1 i{
  display: block;
  font-size: 25px;
  color: white;
}

.m-nav a{
  color: white;
  padding: 12px 40px;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-family: 'Catamaran';
  
}

.m-nav .subb{
  color: white;
  padding: 6px 50px;
  text-decoration: none;
  text-align: right;
  display: block;
  font-size: 17px;
  font-family: 'Lato';
  
}


.index-banner {
	display: block;
    width: 100%;
	background-image: url('employees-group.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: calc(100vh - 80px);
	display: table;
	z-index: 100;
}

.index-banner .p-center {
	display: table-cell;
	vertical-align: middle;
}

.index-banner .p-center p{
	color: white;
    font-size: 40px;
    font-style: italic;
	font-family: 'Sarabun';
	font-weight: bold;
    text-align: center;	
	text-shadow: 2px 2px black;
}

.singles-wrapper00{
	width: 100%;
	display: block;	
    overflow: hidden;
    background-color: white;

  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;	
}


.singles-wrapper00 .singles-caption{
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 15px;
    overflow: hidden;
    background-color: white;	
}

.singles-wrapper00 .singles-caption h6{
	font-size: 25px;
	color: black;
	font-weight: 900;	
	font-family: 'Poppins';
	text-align: center;
    margin: 20px 0 10px;	
}

.singles-wrapper00 .singles-caption h2{
	font-size: 18px;
	color: gray;
	font-weight: 900;	
	font-family: 'Poppins';
	text-align: center;    
}

.singles-wrapper00 .singles-caption p{
	font-size: 35px;
	color: black;
	font-weight: 900;	
	font-family: 'Poppins';
	text-align: center;
    margin: 5px 0;    
}

.singles-wrapper00 .singles-caption span{
	color: red;	  
}

.singles-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;

 opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	
}

.singles-wrapper .singles-aa {
	width: 100%;
	display: block;	
    overflow: hidden;
    margin: 20px 0;	
}

.singles-wrapper .singles-aa img{
	width: 100%;
	height: 300px;
}

.singles-wrapper .singles-1 {
	width: 100%;
	display: block;
	padding: 15px;
    overflow: hidden;
	background-color: white;
}


.singles-wrapper .singles-1 h6{
	font-size: 25px;
	color: black;
	font-weight: 350;
	padding: 10px 0;
	font-family: 'Poppins';
	text-align: center;
}

.singles-wrapper .singles-1 p{
	font-size: 17px;
	color: black;
	font-weight: 350;
	line-height: 20px;
	font-family: 'Muli';
	text-align: left;
	line-height: 25px;
}

.singles-wrapper2 {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;

  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;	
}


.singles-wrapper2 .ph1-aa {
	width: 100%;
	display: block;	
    overflow: hidden;
    margin: 20px 0;	
}

.singles-wrapper2 .ph1-aa img{
	width: 100%;
	height: 300px;
}

.singles-wrapper2 .ph1 {
	width: 100%;
	display: block;
	padding: 15px;
    overflow: hidden;	
}


.singles-wrapper2 .ph1 h6{
	font-size: 25px;
	color: black;
	font-weight: 350;
	padding: 10px 0;
	font-family: 'Poppins';
	text-align: center;
}

.singles-wrapper2 .ph1 p{
	font-size: 17px;
	color: black;
	font-weight: 350;
	line-height: 20px;
	font-family: 'Muli';
	text-align: left;
}

.singles-wrapper2 .ph1 ul li{
	font-size: 17px;
	color: #2F4F4F;
	font-weight: 600;
	list-style: none;
	padding: 2px 0;
	font-family: 'Muli';
}

.singles-wrapper3 {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
    padding: 20px 0;

  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;		
}

.singles-wrapper3 h6{
	font-size: 20px;
	color: black;
	font-weight: 350;
	margin: 30px 0;
	font-family: 'Poppins';
	text-align: center;
}

.singles-wrapper3 .team-1{
	width: 100%;
	display: block;
	margin: 0;
	overflow: hidden;	
}

.singles-wrapper3 .team-1 .img-space{
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	overflow: hidden;    	
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);	
}

.singles-wrapper3 .team-1 .img-space img{
	width: 100%;
	display: block;
	margin: 0;
	height: 150px;		
}

.singles-wrapper3 .team-1 .t-space{
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px;		
	overflow: hidden;	
}

.singles-wrapper3 .team-1 .t-space .name-1{
	width: 100%;
	font-size: 15px;
	display: block;
	color: black;
	font-family: 'Poppins';
	text-align: center;
}

.singles-wrapper3 .team-1 .t-space .pstn-1{
	width: 100%;
	font-size: 15px;
	display: block;
	color: black;
	font-family: 'Poppins';
	text-align: center;
	font-weight: bold;
}

.icon-marquee{
	width: 100%;
	margin: 0 auto;
	background-color: white;
	padding: 50px 0 20px;
}

.icon-marquee h3{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-family: 'Poppins';
	margin: 15px 0;
}

.icon-marquee img{
	width: 100px;
	height: 100px;
	margin: 0 30px;
}


.display-1{	   
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 10px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;	
	background-image: url('world.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;		
  
}

.display-1 .h-four{
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
}

.display-1 .p-four .p-span{
	color: red;
	font-weight: bold;
}

.display-1 .p-four{
	font-size: 40px;
	font-weight: bold;
	font-family: 'Mukta';
	margin: 5px 0;
}

.display-1 .div-cap{
	width: 100%;
	overflow: hidden;
	padding: 5px;	
    margin: 20px 0;    	
}

.display-1 .div-cap .heading-1{
	font-size: 18px;
	color: red;
	text-align: left;
	font-family: 'Mukta';
	font-weight: 900;
	margin: 10px 0;
}

.display-1 .div-cap .heading-desc{
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 5px;    
}

.display-1 .div-cap .heading-desc p{
	font-size: 18px;
	color: black;
	text-align: left;
	font-family: 'Muli';
	font-weight: 250;
	line-height: 20px;
}

.display-1 .div-cap .heading-desc a{
	font-size: 15px;
	color: black;
	text-align: left;
	font-family: 'Muli';
	font-weight: 200;
}

.our-team {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
    padding: 20px 0;

  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;			
}


.our-team h6{
	font-size: 25px;
	color: black;
	font-weight: 350;
	margin: 30px 0;
	font-family: 'Poppins';
	text-align: center;
}

.our-team .team-cover{
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;	
}

.our-team .team-cover .img-space{
	width: 70%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	overflow: hidden;    	
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);	
}

.our-team .team-cover .img-space img{
	width: 100%;
	display: block;
	margin: 0;
	height: 150px;
	overflow: hidden;	
}

.our-team .team-cover .t-space{
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px;
	overflow: hidden;	
}

.our-team .team-cover .t-space .name-1{
	width: 100%;
	font-size: 15px;
	display: block;
	color: black;
	font-family: 'Poppins';
	text-align: center;
}

.our-team .team-cover .t-space .pstn-1{
	width: 100%;
	font-size: 15px;
	display: block;
	color: black;
	font-family: 'Poppins';
	font-weight: bold;
	text-align: center;
}

.headerr-a1{	
	width: 80%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	
  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;		
}

.headerr-a1 h2{	
	color: #B54708;
	margin: 50px 15px 10px;
	text-align: left;
	font-family: 'catamaran';
	font-weight: bold;
	font-size: 15px;	
}

.headerr-a1 hr{	
	display: block;
	margin: 0 0 0 10px;	
	width: 20%;
	border-bottom: 3px solid #B54708;
}

.headerr-a1 .headerr-a1-wrapper{	
    width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover{	
    width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover{	
    width: 100px;
    display: block;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover img{	
    width: 100%;
	height: 100px;
	border-radius: 50%;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p{	
    width: 100%;
	display: block;
    background-color: #F5F5F4;
    padding: 10px;
	overflow: hidden;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p p{	
   font-size: 15px;
   font-family: 'catamaran';
   color: #000000;
   text-align: center;
   line-height: 20px;
   font-weight: 300;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p h3{	
   font-size: 15px;
   font-family: 'Garamond';
   color: #000000;
   margin: 20px 0;
   font-weight: bold;
   text-align: center;
}


.contactus {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background-color: #F5F5F4;
    padding: 20px 0;

  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;		
	
}

.contactus h4{
	font-size: 25px;
	color: black;
	font-weight: 350;	
	font-family: 'catamaran';
	text-align: center;
}

.contactus .cnt-cover{
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;	
}

.contactus .cnt-cover .get-1{
	width: 100%;	
	margin: 20px 0;
	overflow: hidden;
		
}

.contactus .cnt-cover .get-1 h1{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	font-family: 'Mukta';
}

.contactus .cnt-cover .get-1 p{
	font-size: 18px;
	padding: 2px 0;
	font-family: 'Mukta';
}

.contactus .cnt-cover .get-1 img{
	width: 100%;
	height: 250px;
	border-radius: 10px;
}

footer{
    width: 100%;
	display: block;
    background-color: black;
    overflow: hidden;	
}

footer .ftone{
    width: 40%;
	display: block;
    background-color: black;
    overflow: hidden;
    margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;    	
}

footer .ftone i{
    color: white;
    display: block;		
	font-weight: 900;
	font-size: 25px;
	padding-right: 25px;
    float: left;
   	
}

footer p{
    color: white;		
	text-align: center;
	font-family: 'Muli';
	font-weight: 500;
	font-size: 12px;
    margin: 20px 0;	
}

.track-portion{
	width: 90%;
	display: block;	
	margin: 0 auto;
    background-color: #fff;	
	padding: 20px;
	margin-top: 90px;	
	border: 3px solid #f5f5f5;
   opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;		
  
}

.track-portion h1{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
	color: gray;
	font-family: 'Poppins';
}

.track-portion h6{
	font-size: 16px;
	font-weight: 100;
	margin: 20px 0;
	text-align: left;
	line-height: 20px;
	color: gray;
	font-family: 'Catamaran';
}

.track-portion #a-link{
	width: 40%;
    display: block;
	overflow: hidden;
	margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;	
}

.track-portion #a-link a{
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 900;
	color: orange;
	font-family: 'Catamaran';
    color: orange;    
}

.track-portion form input{
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 5px;
	font-family: 'Catamaran';
	border: 1px solid gray;
	color: #800000;
	margin: 3px 0;
}

.track-portion form button{
	width: 100%;
	display: block;	
	cursor: pointer;
	padding: 10px 0;
	font-family: 'Poppins';
	color: white;
	font-size: 15px;
	background-color: green;
	border-radius: 3px;
	border: 1px solid green;
	margin: 10px 0;
}

.cover-1 {
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 90px;
	background-color: #fff;	
	padding: 10px 0;
  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;		 
}

.cover-1 h1{
	font-size: 15px;
	text-align: center;	
}

.onepage-wrapper{
	width: 90%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;	
  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;			
}

.onepage-wrapper .bar-1{
	width: 90%;
	display: block;
	margin: 0 auto;
	overflow: hidden;  
    margin-bottom: 10px;	
}

.onepage-wrapper .bar-1 img{
	width: 100%;
	height: 50px;	
}

.cus-info{
	width: 90%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;	
	padding: 0 30px 20px;
  opacity: 0;	 	
  transform: translateY(50px); /* Hidden state: element is moved down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;			
}

.cus-info .track-infoo{
	width: 100%;
	display: block;
	overflow: hidden;		
}

.cus-info .track-infoo h5{
	font-size: 20px;
	font-weight: 100;
	margin: 5px 0;
	text-align: left;	
	color: gray;
	font-family: 'Catamaran';	
}

.cus-info .track-infoo p{
	font-size: 15px;
	font-weight: 900;
	margin: 5px 0;
	text-align: left;	
	color: gray;
	font-family: 'Catamaran';	
}

.cus-info h6{
	font-size: 20px;
	font-weight: 900;
	margin: 20px 0 10px;
	text-align: left;	
	color: black;
	font-family: 'Catamaran';
}

.cus-info .track-info{
	width: 100%;
	display: block;
	overflow: hidden;		
}

.cus-info .track-info p{
	font-size: 15px;
	font-weight: 100;
	margin: 5px 0;
	text-align: left;
    line-height: 25px;	
	color: gray;
	font-family: 'Catamaran';			
}

.cus-info #a-link{
	width: 60%;
	display: block;
	overflow: hidden;	
    margin: 0 auto;	
	margin-top: 20px;	
}

.cus-info #a-link a{	
	display: block;
	font-size: 18px;
	font-weight: 900;	
	text-align: center;	
	color: orange;
	font-family: 'Catamaran';		
}

#form-message{
	text-align: left;
	font-size: 15px;
	font-family: 'Lato';
    color: red;
    margin: 5px 0;	
}


.input-error{
	box-shadow: 1px 1px red;
		
}

.form-success{
	text-align: center;
	font-size: 15px;
	font-family: 'Catamaran';
	color: green;
	margin: 5px 0;
	
}

.red-one{
	color: red;	
}

.red-green{
	color: green;	
}

#loader-1{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
	background-color: white;
	background-image: url("loader.gif");
	background-repeat: no-repeat;
	background-size: 100px;	
    background-attachment: fixed;
    background-position: center;
	    	
}

.reg-portion{
	width: 90%;
	display: block;
	height: 400px;
	margin: 0 auto;
	padding-left: 10px;
	margin-top: 100px;
	margin-bottom: 15px;
	border: 3px solid #f5f5f5;    
}

.reg-portion h6{
	font-size: 25px;
	margin: 10px 0;    
}

.reg-portion #a-link{
	width: 60%;
	display: block;
	overflow: hidden;	
    margin: 0 auto;	
	margin-top: 20px;	    
}

.reg-portion #a-link a{
	display: block;
	font-size: 18px;
	font-weight: 900;	
	text-align: center;	
	color: orange;
	font-family: 'Catamaran';	
}


.reg-portion form label{
	font-size: 15px;
	font-family: 'Muli';
    padding-top: 10px;    
}

.reg-portion form input{
	width: 80%;
	outline: none;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
	height: 40px;
	font-family: 'Catamaran';
	color: #800000;
	margin: 15px 0;
}

.reg-portion form button{
	width: 30%;
	cursor: pointer;
	padding: 10px 0;
	font-family: 'Mukta';
	color: white;
	font-size: 12px;
	background-color: green;
	border-radius: 3px;
	border: 1px solid green;
	margin: 3px 0;
}


.reg-one{
	width: 90%;
	display: block;	
	margin: 0 auto;
    background-color: #fff;	
	padding: 20px;
	margin-top: 100px;	
	border: 3px solid #f5f5f5;   
}

.reg-one h6{
	font-size: 30px;
	font-weight: 900;
	margin: 20px 0;
	text-align: left;	
	color: gray;
	font-family: 'Catamaran';
}

.reg-one #a-link{
	width: 30%;
    display: block;
	overflow: hidden;
	margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;	
}

.reg-one #a-link a{
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 900;
	color: orange;
	font-family: 'Catamaran';
    color: orange;    
}

.reg-one form input{
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 5px;
	height: 40px;
	font-family: 'Catamaran';
	border: 1px solid gray;
	color: #800000;
	margin: 10px 0;
}

.reg-one form button{
	width: 100%;
	display: block;	
	cursor: pointer;
	padding: 10px 0;
	font-family: 'Poppins';
	color: white;
	font-size: 15px;
	background-color: green;
	border-radius: 3px;
	border: 1px solid green;
	margin: 10px 0;
}

.addm-1{
	width: 90%;
	display: block;	
	margin: 0 auto;
    background-color: #ccc;	
	padding: 20px;
	margin-top: 100px;	
	border: 3px solid #f5f5f5;   
}

.addm-1 h1{
	font-size: 20px;
	font-weight: 900;
	margin: 20px 0;
	text-align: left;	
	color: black;
	font-family: 'Poppins';
}

.addm-1 h2{
	font-size: 15px;
	font-weight: 900;	
	text-align: left;
     margin: 10px 0;	
	color: black;
	font-family: 'Poppins';
}

.btn-wrapper{
	width: 90%;
	display: block;	
	margin: 0 auto;
    background-color: #ccc;	
	padding: 20px;
	margin-top: 30px;
    margin-bottom: 70px;	
	border: 3px solid #f5f5f5;   
}

.btn-wrapper h4{
	font-size: 15px;
	font-weight: 900;	
	text-align: left;
     margin: 10px 0;	 
	color: black;
	font-family: 'Poppins';
}

.btn-wrapper h3{
	font-size: 15px;
	font-weight: 900;	
	text-align: left;
     margin: 10px 0;	
	color: black;
	font-family: 'Poppins';
}

.btn-wrapper a{
	display: block;
	font-size: 15px;
	padding: 30px 50px;
	background-color: gray;
	font-weight: 500;	
    margin: 10px 0;
    text-align: center;
    border-radius: 10px;	
	color: white;
	font-family: 'Poppins';
}

.btn-wrapper form input{
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 5px;
	height: 40px;
	font-family: 'Catamaran';
	border: 1px solid gray;
	color: #800000;
	margin: 10px 0;
}

.btn-wrapper form button{
	width: 100%;
	display: block;	
	cursor: pointer;
	padding: 10px 0;
	font-family: 'Poppins';
	color: white;
	font-size: 15px;
	background-color: orange;
	border-radius: 3px;
	border: 1px solid orange;
	margin: 10px 0;
}

.btn-wrapper form textarea{
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 5px;
	height: 100px;
	font-family: 'Catamaran';
	border: 1px solid gray;
	color: #800000;
	margin: 10px 0;
}

.btn-wrapper #a-link1{
	width: 100%;
	display: block;
	margin: 0 auto;	
	background-color: #ccc;	
    margin-top: 30px;    
}

.btn-wrapper #a-link1 a{
	display: block;
	font-size: 15px;
	padding: 30px 50px;
	background-color: #ccc;
	font-weight: 500;	
    margin: 10px 0;
    text-align: center;
    border-radius: 10px;	
	color: black;
	font-family: 'Poppins';
}

.intro1{
   width: 90%;
	display: block;	
	margin: 0 auto;
    background-color: #ccc;	
	padding: 20px;
	margin-top: 90px;    	  
}

.intro1 h4{
   font-size: 15px;
	font-weight: 900;	
	text-align: center;
     margin: 5px 0 0;	
	color: black;
	font-family: 'Poppins';
}


.result-details{
   width: 90%;
	display: block;	
	margin: 0 auto;
	overflow: hidden;
    background-color: #fff;	
	padding: 20px;
	margin-top: 20px;
    margin-bottom: 20px;	  
}


.result-details .z-cover{
   width: 100%;
	display: block;	
	margin: 0;
	height: 100vh;
    background-color: #fff;	
	padding: 20px;
	margin-top: 90px;   	  
}

.result-details .z-cover .goback{
   width: 60%;
	display: block;	
	margin: 0 auto;
    color: white;
    border-radius: 10px;
    text-align: center;	
    background-color: green;
	font-family: 'Catamaran';
    font-weight: bold;	
	padding: 20px;
	margin-top: 20px;
    margin-bottom: 20px;	  
}

.result-details .z-cover h6{
   font-size: 15px;
	font-weight: 900;	
	text-align: center;
     margin: 5px 0 0;	
	color: black;
	font-family: 'Poppins';  
}


.result-details .goback{
   width: 60%;
	display: block;	
	margin: 0 auto;
    color: white;
    border-radius: 10px;
    text-align: center;	
    background-color: green;
	font-family: 'Catamaran';
    font-weight: bold;	
	padding: 20px;
	margin-top: 20px;
    margin-bottom: 20px;	  
}

.result-details .result-details-a{
   width: 100%;
	display: block;	
	margin: 0 auto;
	overflow: hidden;
    background-color: #fff;		  
}

.result-details .result-details-a h4{
   font-size: 15px;
	font-weight: 900;	
	text-align: left;    	
	color: black;
	font-family: 'Poppins';  
}

.result-details .result-details-a h2{
   font-size: 15px;
	font-weight: 300;	
	text-align: left;
	line-height: 20px;
     color: black;
	font-family: 'Poppins';  
}

.result-details .result-details-a .btn-cover{
   width: 100%;
	display: block;	
	margin-top: 20px;
    margin-bottom: 30px;
    padding: 5px 0;	
	overflow: hidden;
    background-color: #fff;
    border: 2px solid black;	
}

.result-details .result-details-a .btn-cover .myEdit1{
   width: 50%;
	display: block;	
	overflow: hidden;
    background-color: #fff;
    float: left;	
}

.result-details .result-details-a .btn-cover .myEdit1 #de01{
  font-size: 25px;
	font-weight: 900;	
	text-align: center;
     color: black;
}


.result-details .result-details-a .btn-cover .myForm1{
   width: 50%;
	display: block;	
	overflow: hidden;
    background-color: #fff;
    float: right;	
}

.result-details .result-details-a .btn-cover .myForm1 #de00{
  font-size: 25px;
	font-weight: 900;	
	text-align: center;
     color: black;
}


.popup-1{
width: 100%;
background-color: #fff;
display: none;

}


.open-popup-1 {
display: block;
margin: 0;
height: 100vh;
top: 0;
right: 0;
position: fixed;
 
}

.open-popup-1 .form1{
   width: 80%;
   display: block;
   padding: 20px;
   margin: 0 auto;
   box-shadow: 0 5px 5px rgba(0,0,0,0.2); 
   margin-top: 200px;   
}

.open-popup-1 .form1 h6{
display: block;	
font-size: 20px;
font-weight: 500;
text-align: center;
color: gray;
font-family: 'Catamaran';

}

.open-popup-1 .form1 .btn2200{
width: 100%;
display: block;
margin: 0;
padding: 10px 0;
font-family: 'Catamaran';
background-color: red;
color: #fff;
border: 0;
outline: none;
font-size: 20px;
border-radius: 4px;
cursor: pointer;
font-weight: 900;

}

.open-popup-1 .btn100{
width: 100%;
display: block;
padding: 20px 0;
background-color: white;
color: red;
font-weight: 900;
border: 0;
outline: none;
text-transform: uppercase;
font-size: 15px;
cursor: pointer;
font-family: 'Catamaran';

}


.popup-2{
width: 100%;
background-color: #fff;
display: none;
}


.open-popup-2 {
display: block;
margin: 0;
height: 100vh;
top: 0;
right: 0;
position: fixed;

}

.open-popup-2 .form2{
   width: 80%;
   display: block;
   padding: 20px;
   margin: 0 auto;
   box-shadow: 0 5px 5px rgba(0,0,0,0.2); 
   margin-top: 90px;   
}

.open-popup-2 .form2 h6{
display: block;	
font-size: 20px;
font-weight: 900;
text-align: center;
text-transform: uppercase;
color: gray;
font-family: 'Catamaran';
}

.open-popup-2 .form2 label{
display: block;	
font-size: 15px;
font-weight: 500;
text-align: center;
color: gray;
font-family: 'Catamaran';
}

.open-popup-2 .form2 input{
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	padding: 5px;
	height: 30px;
	font-family: 'Catamaran';
	border: 1px solid gray;
	color: #800000;
	margin: 10px 0;
}

.open-popup-2 .form2 textarea{
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	padding: 5px;
	height: 80px;
	font-family: 'Catamaran';
	border: 1px solid gray;
	color: #800000;
	margin: 10px 0;
}

.open-popup-2 .form2 .btn2200{
width: 100%;
display: block;
margin: 0;
padding: 10px 0;
font-family: 'Catamaran';
background-color: green;
color: #fff;
border: 0;
outline: none;
font-size: 15px;
border-radius: 4px;
cursor: pointer;
font-weight: 900;

}

.open-popup-2 .btn100{
width: 100%;
display: block;
padding: 30px 0 0;
background-color: white;
color: red;
font-weight: 900;
border: 0;                                                                                                               
outline: none;
text-transform: uppercase;
font-size: 15px;
cursor: pointer;
font-family: 'Catamaran';

}

.visible{
      opacity: 1;
      transform: translateY(0); /* Visible state: element moves up */
	  
}


@media only screen and (min-width: 1000px) {
        
.main-header .header-logo{
   display: block;
   width: 60%; 
   background-color: black;
   height: 80px;
   float: left;    
}	

.main-headerr .header-logo h2{
   display: block;
   font-size: 40px;
   font-family: 'Yellowtail';
   text-align: left;
   font-weight: bold;
   margin-top: 20px;
   color: white;
}	

.main-header .header-logo2{
	display: none;
}

.main-header .btncover{
    width: 40%;
   display: block;
   float: left;    
}

.main-header .btncover div{
   display: block;
   width: 33.3%;
   padding-right: 15px;   
   background-color: black;
   height: 80px;
   float: left;    
}	

.main-header .btncover div #trc{
   display: block;
   font-size: 16px;   
   text-align: right;   
   font-weight: bold;
   margin-top: 32px;
   color: white;
}	

.main-header .btncover div #trc1{
   display: block;
   font-size: 50px;   
   text-align: right;   
   font-weight: bold;
   margin-top: 15px;
   color: white;
}	

.main-header .btncover div #trc2{
   display: block;
   font-size: 14px;   
   text-align: right;   
   font-weight: bold;
   margin-top: 33px;
   color: white;
}	

.main-header .btncover div a{
   display: block;
   font-family: 'Catamaran';
}	

.index-banner {
        height: 450px;
    	margin-top: 80px;
}

.singles-wrapper00{
	width: 70%;
	display: block;	
	margin: 0 auto;
   
}

.singles-wrapper {
	width: 70%;
	display: block;
	margin: 0 auto;	
}

.singles-wrapper .singles-1 h6{
   font-size: 25px;   
}

.singles-wrapper .singles-1 p{
   font-size: 14px;   
}

.singles-wrapper .singles-aa {
	width: 400px;
	display: block;	
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px; 
    margin-bottom: 30px; 	
}

.singles-wrapper .singles-aa img{
	width: 100%;
	height: 400px;
}

.singles-wrapper2 {
	width: 70%;	
}

.singles-wrapper2 .ph1 h6{
   font-size: 25px;   
}

.singles-wrapper2 .ph1 p{
   font-size: 14px;   
}

.singles-wrapper3 {
	width: 70%;
}

.singles-wrapper3 .team-1 .img-space{
	width: calc(33.3% - 60px);
	display: block;
	margin: 30px;
    float: left;	
}

.singles-wrapper3 .team-1 .img-space img{
	width: 100%;
	display: block;
	margin: 0;
	height: 150px;		
}

.display-1{	   
	width: 70%;
	display: block;
	overflow: hidden;
	padding: 10px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;	
}

.our-team {
	width: 70%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
    		
}


.our-team h6{
	font-size: 25px;
	color: black;
	font-weight: 350;
	margin: 30px 0;
	font-family: 'Poppins';
	text-align: center;
}


.our-team .team-cover .img-space{
	width: calc(33.3% - 60px);
	display: block;
	margin: 30px;
    float: left;
}

.our-team .team-cover .img-space img{
	width: 100%;
	display: block;
	margin: 0;
	height: 150px;
	overflow: hidden;	
}

.headerr-a1{	
	width: 70%;	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p{	
    width: 50%;
	display: block;
    margin: 0 auto;
}

.contactus {
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contactus .cnt-cover .get-1{	
	width: 50%;	
  	display: block;
    margin: 0;
  	float: left;
}


footer .ftone{
    width: 15%;
	display: block;
    background-color: black;
    overflow: hidden;
    margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px; 
      	
}

.track-portion{
	width: 50%;	
}

.track-portion h6{
	font-size: 14px;
}	

.track-portion #a-link{
	width: 20%;    
}

.track-portion form input{
	width: 30%;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	height: 30px;
}

.track-portion form button{
	width: 30%;
	display: block;
	margin: 0 auto;
	font-size: 13px;
}

.reg-portion{
	width: 50%;	
}

.reg-portion #a-link a{
	display: block;
	font-size: 15px;	
}


.reg-portion form input{
	width: 40%;	
}

.reg-portion form button{
	width: 30%;
	cursor: pointer;
	padding: 10px 0;
	font-family: 'Mukta';
	color: white;
	font-size: 12px;
	background-color: green;
	border-radius: 3px;
	border: 1px solid green;
	margin: 3px 0;
}

.reg-one{
	width: 50%;	
}

.reg-one #a-link{
	width: 20%;
    display: block;
	overflow: hidden;
	margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;	
}

.reg-one #a-link a{
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 900;
	color: orange;
	font-family: 'Catamaran';
    color: orange;    
}

.reg-one form input{
	width: 40%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.reg-one form button{
	width: 40%;	
	margin-bottom: 10px;
}

.btn-wrapper{
	width: 40%;	
}

.btn-wrapper a{
	display: block;
	font-size: 15px;
	padding: 20px 0;	
}

.result-details{
   width: 50%;	  
}

.result-details .z-cover{
   width: 100%;	
}

.result-details .z-cover .goback{
   width: 30%;	  
}

.result-details .goback{
   width: 30%;	
}

.open-popup-1 .form1{
   width: 20%;   
}

.open-popup-1 .form1 h6{	
font-size: 14px;
}

.open-popup-1 .form1 .btn2200{
font-size: 14px;
}

.open-popup-1 .btn100{
font-size: 12px;
}


.open-popup-2 .form2{
   width: 25%;   
}

.open-popup-2 .form2 h6{	
font-size: 14px;
}

.open-popup-2 .form2 label{
font-size: 12px;
}

.open-popup-2 .form2 input{	
	font-size: 12px;	
}

.open-popup-2 .form2 textarea{
	font-size: 12px;	
}

.open-popup-2 .form2 .btn2200{
font-size: 12px;
}

.open-popup-2 .btn100{
font-size: 12px;
}

.cover-1 {
	width: 40%;	
}

.onepage-wrapper{
	width: 40%;	
}

.cus-info{
	width: 40%;	
}


.cus-info .track-infoo h5{
	font-size: 15px;
	font-weight: 100;
	margin: 5px 0;
	text-align: left;	
	color: gray;
	font-family: 'Catamaran';	
}

.cus-info .track-infoo p{
	font-size: 13px;
	font-weight: 900;
	margin: 5px 0;
	text-align: left;	
	color: gray;
	font-family: 'Catamaran';	
}

.cus-info h6{
	font-size: 15px;
	font-weight: 900;
	margin: 20px 0 10px;
	text-align: left;	
	color: black;
	font-family: 'Catamaran';
}

.cus-info .track-info p{
	font-size: 12px;
	font-weight: 100;
	margin: 5px 0;
	text-align: left;
    line-height: 25px;	
	color: gray;
	font-family: 'Catamaran';			
}

.cus-info #a-link{
	width: 30%;
	display: block;
	overflow: hidden;	
    margin: 0 auto;	
	margin-top: 20px;	
}

.cus-info #a-link a{	
	display: block;
	font-size: 14px;
	font-weight: 900;	
	text-align: center;	
	color: orange;
	font-family: 'Catamaran';		
}


}


@media only screen and (max-width: 600px) {



}    
