/*----------------------reset-------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------Desine-------------------------------*/

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #393939;
	background-repeat: repeat;
	cursor: url(CurH1.png), auto;
	background-color: #dddddd;
	background-image:url("back11.jpg");
}

a:link    { background-color:transparent; text-decoration:none}
a:visited { background-color:transparent; text-decoration:none}
a:hover   {color:#0068a6; background-color:transparent; text-decoration:underline}
a:active  { background-color:transparent; text-decoration:none}
a {cursor: url(CurH.png), auto;}

.head {
	width: 100%;
	max-width: 540px;
	min-width: 371px;
	margin: 0 auto;
  	font-family: Verdana, Helvetica, sans-serif;
}


.topnav {
	width: 100%;
	max-width: 540px;
	min-width: 371px;
	padding: 5px 20px;
	margin: 0 auto;
	position: fixed;
	top: -300px;
	z-index: +15;
	transition: .10s;
}



nav.black {
	width: 100%;
	background: #0068a6;
	top: 0px;
	transition: .10s;
	box-shadow: 0px 2px 2px gray;
}
.logo2 {
	margin: 0px 0px -0px 0px;
	width: 0px;
	cursor: url(CurH.png), auto;
}
.logo2:hover {
	margin: 0px 0px 0px 0px;
	width: 0px;
	cursor: url(CurH.png), auto;
}

.logo2icon {
	margin: 5px 0px -0px 10px;
	width: 30px;
	cursor: url(CurH.png), auto;
}


.logo {
	margin-top: 10px;
	margin-right: 25%;
	margin-left: 25%;
	margin-bottom: 10px;
	width: 50%;
	cursor: url(CurH.png), auto;
  	text-shadow: 2px 2px 4px #393939;
}
.logo:hover {
	margin-top: 10px;
	margin-right: 25%;
	margin-left: 25%;
	margin-bottom: 10px;
	width: 50%;
	cursor: url(CurH.png), auto;
  	text-shadow: 2px 2px 4px #393939;
}

.logo1 {
	padding: 15px;
	padding-left: 40px;
	width: 350px;
	cursor: url(CurH.png), auto;
}

.callnow {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	font-size: 0px;
	margin: 2px;
	margin-top: -10px;
	padding-right: 10px;
	font-family: inherit;
	color: #393939;
}
.address {
	font-size: 0px;
}


.callnowicon {
	width: 30px;
	padding: 5px;
	margin-bottom: 11px;
	margin-right: 0px;
}
	
/*----------------------Login-------------------------------*/


.nav-login {
	float: left;
	position: relative;
	top: 0px;
	right: 0px;
	font-size: 0px;
	font-weight: bold;
	margin: 2px;
	padding-right: 5px;
	margin-top: -10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#0068a6;
}
.navlogin {
	float: right;
	position: relative;
	top: 0px;
	font-size: 0px;
	font-weight: bold;
	margin: 5px 10px 0px 10px;
	padding-right: -10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#0068a6;
}

.loginicon {
	width: 30px;
	padding: 5px;
	margin-bottom: -11px;
	margin-right: 0px;
	margin-left: 5px;
}

header .nav-login form {
	float: left;
	padding-top: 15px;
}

header .nav-login form input {
	float: left;
	width: 140px;
	height: 30px;
	padding: 0px 10px;
	margin-right: 10px;
	border: none;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 14px;
	color: #0068a6;
	line-height: 30px;
}

header .nav-login form button {
	float: left;
	width: 60px;
	height: 30px;
	margin-right: 10px;
	border: none;
	border-radius: 5px;
	background-color: #f3f3f3;
	font-family: arial;
	font-size: 14px;
	color: #303030;
	cursor: pointer;
}

header .nav-login form button:hover {
	background-color: #ccc;
}


.show {
	display: block;
  }
		  
  .search-form {
	  float: right;
	  width: 100%;
	  padding-top: 30px;
	  padding-bottom: 3px;
  }
  
  .search-form .search {
	  width: 75%;
	  height: 40px;
	  padding: 0px 5%;
	  margin-bottom: 10px;
	  border: thin;
	  border-radius: 5px;
	  background-color: #CCCCCC;
	  font-family: arial;
	  font-size: 16px;
	  color: #303030;
	  line-height: 40px;
  }
  
  .search-form .btnsearch {
	  display: block;
	  width: 20%;
	  height: 40px;
	  border: none;
	  border-radius: 5px;
	  background-color: #565656;
	  font-family: arial;
	  font-size: 16px;
	  color: #FFFFFF;
	  cursor: url(CurH1.png), auto;
	  transition: .5s;
  }
  
  .search-form .btsearch {
	  width: 20%;
	  height: 40px;
	  border: none;
	  border-radius: 5px;
	  background-color: #565656;
	  font-family: arial;
	  font-size: 16px;
	  color: #FFFFFF;
	  cursor: url(CurH1.png), auto;
	  transition: .5s;
  }
	
  

/*---------------------------Sign up----------------------------*/

.main-container {
	padding: 5px;
}

.main-wrapper {
	width: 100%;
	height: 500px;
	margin: 0px ;
	background: #ffffff;
	border-radius: 25px;
}


.signup-form {
	float: left;
	width: 370px;
	padding-top: 30px;
}

.signup-form input {
	width: 90%;
	height: 40px;
	padding: 0px 2%;
	margin-bottom: 10px;
	border: thin;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 16px;
	color: #303030;
	line-height: 40px;
}

.signup-form textarea {
	width: 90%;
	height: 100px;
	padding: 0px 2%;
	margin-bottom: 10px;
	border: thin;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 16px;
	color: #303030;
	line-height: 40px;
}

.signup-form button {
	display: block;
	width: 30%;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #565656;
	font-family: arial;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.signup-form button:hover {
	background-color: #1C1C1C;
}


.val_error{
	color: #ff1f1f;
	font-size: 11px;
}


.signupimg {
	width: 0px;
	transition: .5s;
	margin: 0px;
	padding: 0px;
}

.sending{
	margin-left: 5%;
}
	
/*---------------------------brand------------------------------*/

.brands {
	width: 100%;
	background: #0068a6;
}


 * {
      box-sizing: border-box;
    }

    .slider {
        width: 90%;
        margin: 5px auto;
    }

    .slick-slide {
      margin: 5px 20px;
    }

    .slick-slide img {
      height: 26px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    


/*---------------------------menu------------------------------*/

.menu {
	margin-left: 0px;
	margin-right: 0px;
	color:#393939;
	font-size: 0px;
}
.menu1 {
	margin-left: 0px;
	margin-right: 0px;
	color:#393939;
	font-size: 0px;
}



.invmenu {
	margin-left: 10px;
	margin-right: 10px;
  	text-shadow: 0px 0px 0px #393939;
	color:#ddd;
	font-size: 12px;
	transition: .5s;
}

.invmenu1 {
	margin-left: 0px;
	margin-right: 0px;
  	text-shadow: 0px 0px 0px #393939;
	color:#dddddd;
	font-size: 0px;
	transition: .5s;
}




.menuicon {
	width: 0px;
}


.login {
	color:#393939;
	font-size: 0px;
}

.navbar {
  overflow: hidden;
	float: right;
	font-family: "Times New Roman", Times, serif;
}

.navbar a {
  float: right;
  font-size: 16px;
  color: #393939;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}



.dropbtn {
	font-size: 14px;  
	border: none;
	outline: none;
	color: #393939;
	font-weight: bolder;
	background-color: inherit;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	transition: .5s;
  }
  .dropbtn:hover {
	  font-size: 14px;  
	  border: none;
	  outline: none;
	  color: #fff;
	  font-weight: bolder;
	  background-color:  #0068a6;
	  border-radius: 5px;
	  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	  margin: 0;
	}
  
  
  .dropdown-content {
	width: 100%;
	padding: 3px;
	display: none;
	position: absolute;
	background-color: #ddd;
	min-width: 160px;
	box-shadow: 0px 4px 2px 1px rgba(0,0,0,0.2);
	border-radius: 0px 0px 5px 5px;
	z-index: 1;
	transition: .5s;
  }
  
  .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	transition: .5s;
  }
  
  
  .dropdown-content a:hover {
	background-color: #ddd;
  }
  
  .show {display: block;}
  
  

/*------------------------------------Slide show---------------------------*/
 .slide {
	width: 100%;
	max-width: 540px;
	min-width: 371px;
	margin: 0 auto;
  	font-family: Verdana, Helvetica, sans-serif;
}



        /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        /*jssor slider bullet skin 032 css*/
        .jssorb032 {position:absolute;}
        .jssorb032 .i {position:absolute;cursor:pointer;}
        .jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#393939;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
        .jssorb032 .i:hover .b {fill:#393939;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
        .jssorb032 .iav .b {fill:#393939;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
        .jssorb032 .i.idn {opacity:.3;}
        
        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
	  


/*------------------------homeaboutus----------------------------------*/
 .content {
	width: 100%;
	max-width: 540px;
	min-width: 371px;
	margin: 0 auto;
	margin-top: 5px;
}


.brand {
	width: 48%;
	padding: 25px;
	transition: .5s;
}


.brand:hover {
	width: 48%;
	padding: 0px;
}



.title1 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #0068a6;
	transition: .5s;
}

.title2 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #666666;
	transition: .5s;
}
.title2:hover {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border: thin;
	color: #444444;
	border-radius: 25px 25px 25px 25px;
}


.contenttext {
	font-size: 12px;
	font-weight: 200;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: black;
	transition: .5s;
}

.contenttext:hover {
	font-size: 12px;
	font-weight: 200;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: black;
}

.contentimage {
	float: right;
	width: 0px;
	transition: .5s;
}


.contentimage:hover {
	float: right;
	width: 0px;
  	-ms-transform: rotate(20deg); /* IE 9 */
  	transform: rotate(20deg);
}

.contentimage2 {
	float: right;
	width: 0px;
	padding: 40px;
	transition: .5s;
}


.contentimage2:hover {
	float: right;
	width: 0px;
	padding: 0px;
  	-ms-transform: rotate(5deg); /* IE 9 */
  	transform: rotate(5deg);
}



.redback {
	width: 100%;
	max-width: 3400px;
	min-width: 371px;
	background-image: url('back copy.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #0068a6;
}

.contentimage3 {
	float: left;
	width: 0px;
	padding: 0px;
	transition: .5s;
}
.contentimage3:hover {
	float: left;
	width: 0px;
	padding: 0px;
  	-ms-transform: rotate(0deg); /* IE 9 */
  	transform: rotate(0deg);
}


.invtitle1 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #dddddd;
	transition: .5s;
}

.invtitle2 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #b9a384;
	transition: .5s;
}
.invtitle2:hover {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border: thin;
	color: #9f7845;
	border-radius: 30px 30px 30px 30px;
}


.invcontenttext {
	font-size: 12px;
	font-weight: 200;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #dddddd;
	transition: .5s;
}

.invcontenttext:hover {
	font-size: 12px;
	font-weight: 200;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


.grayback {
	width: 100%;
	max-width: 3400px;
	min-width: 371px;
	background-image: url('back2 copy.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #dddddd;
}


.values {
	float: left;
	width: 33.3%;
	padding: 5px 10px 5px 10px;
	color: #dddddd;
	text-align: center;
	font-size: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	transition: .5s;
}


.values:hover {
	float: left;
	width: 33.3%;
	padding: 5px 10px 5px 10px;
	color: #0068a6;
	text-align: center;
	font-size: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border: solid;
	background-color: #dddddd;
	border-width: thick;
	border-radius: 10px;
	transition: .5s;
}

.valueicon {
	width: 100%;
	padding: 20px;
}

.intitle1 {
	text-decoration: none;
	font-size: 12px;
}

.intitle2 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #dddddd;
	transition: .5s;
}


 .content4 {
	width: 100%;
	max-width: 1400px;
	min-width: 371px;
	margin-top: 15px;
	text-align: center;
	font-size: 9px;
	color: #0068a6;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 auto;
}

.contentimage4 {
	width: 0%;
	padding: 0px 0%;
	transition: .5s;
}


.contentimage4:hover {
	width: 0%;
	padding: 0px 0%;
}

.contentimage5 {
	width: 90%;
	padding: 0px 0%;
	transition: .5s;
}


.contentimage5:hover {
	width: 90%;
	padding: 0px 0%;
}





/*--------------------------------------Scroll---------------------------------------*/

/* The emerging W3C standard
   that is currently Firefox-only */
   * {
    scrollbar-width: thin;
    scrollbar-color: #0068a6 #aaa;
  }
  /* Works on Chrome/Edge/Safari */
  *::-webkit-scrollbar {
    position: absolute;
    right: 0px;
    z-index: +2;
    width: 7px;
    height: 0px;
  }
  *::-webkit-scrollbar-track {
    background: #aaa;
    border-left: 0px solid #ddd;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 0px 10px 10px 0px;
    border: 0px solid #ddd;
    box-shadow: 0px 0px 5px 1px;
  }
 


/*-----------------------------------------Mobile Menu----------------------------------*/

.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: +2;
	top: 0;
	right: 0;
	background-color: #0068a6;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }
  
  .sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #ddd;
	display: block;
	transition: 0.3s;
  }
  
  .sidebar a:hover {
	color: #fff;
  }
  
  .sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  .openbtn {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: +1;
	float: right;
	font-size: 20px;
	cursor: pointer;
	background-color: #0068a6;
	color: #ddd;
	padding: 10px 15px;
	border: none;
  }
  
  .openbtn:hover {
	background-color: #393939;
  }
  
  #main {
	transition: margin-right .5s;
	padding: 16px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
  }


/*----------------------------------------Footer----------------------------------*/


#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  background-color: #26aae1;
  transition: .10s;
}

#myBtn:hover {
  background-color: #dddddd;
}


.topicon {
	width: 15px;
}


.footer {
	width: 100%;
	max-width: 540px;
	min-width: 371px;
	color: white;
	background-color: #26aae1;
}





/*--------------------------------powered by Pierre-Gerald Antoine---------------------------*/
.pye {
	width: 100%;
	max-width: 540px;
	min-width: 371px;
	font-size: 7px;
	background-color: white;
	color: #26aae1;
	text-align: center;
	margin: 0px auto;
	padding: 10px
}