body
{
	font-size:15px;
	color:#3e3e3e;
	line-height:25px;
	letter-spacing:1px;
	font-family: 'Quicksand', sans-serif;
}
a
{
	color:#000000;
	text-decoration:none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	font-weight: 900;
}
html body p
{
	font-family: 'Open Sans', sans-serif;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
    color:#34a8c5;
    font-family: 'Quicksand', sans-serif;
    font-weight:600;
	    text-transform: capitalize;
}
h1{font-size:40px}
h2{font-size:36px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}

.clear
{
	clear:both;
}
/*--top section --*/
.top-wrapper
 {
    background: #232427;
    padding: 8px 0;
}
.top-wrapper .main-top-div ul
 {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-wrapper .main-top-div ul li {
    float: left;
    padding-right: 28px;
}
.top-wrapper .main-top-div ul li:last-child {
    padding-right: 0px;
}
.top-wrapper .main-top-div .social-icon ul
{
	float:right;
}
.top-wrapper .main-top-div ul li a{
    color:#ffffff;
}
.top-wrapper .main-top-div ul li a:hover{
    color:#34a8c5;
}
/* header style start */
header .main-header-wrapper .logo-section
{
    float: left;
}
header .main-header-wrapper .container
{
	padding:0px;
}
header .main-header-wrapper .main-menu-wrapper .navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

header .main-header-wrapper .main-menu-wrapper .navbar .navbar-nav li  {
    padding: 31px 18px;
}
header .main-header-wrapper .main-menu-wrapper .navbar .navbar-nav li  a{
	font-weight: 600;
	text-transform: capitalize;
	padding:6px 0;
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
header .main-header-wrapper .main-menu-wrapper .navbar .nav li a:hover, header .main-header-wrapper .main-menu-wrapper .nav li a:focus
{
    text-decoration: none;
    background-color: transparent;
    color: #34a8c5;
	border-top: 1px solid #34a8c5;
    border-bottom: 1px solid #34a8c5;
} 
html body header .main-header-wrapper .main-menu-wrapper .navbar .nav li.active a
{
    color: #34a8c5;
	border-top: 1px solid #34a8c5;
    border-bottom: 1px solid #34a8c5;
} 
.sticky_header
{
		position:fixed;
		background:#ffffff;
		z-index: 99;
		left:0;
		right:0;
		top: 0;
		box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
}
/*silder */
.silder-section .hero_slide_wrap .silder-contant
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0,0.5);
    max-width: 650px;
    height: 205px;
    margin: auto;
	background-position: center center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.silder-section .hero_slide_wrap .silder-contant h1, .silder-section .hero_slide_wrap .silder-contant h3
{
    color:#ffffff; 
}
.silder-section .hero_slide_wrap .silder-contant a
{
    border: 2px dashed #ffffff;
    padding: 8px 20px;
    margin-top: 15px;
    display: inline-block;
    color: #ffffff;
}
.silder-section .hero_slide_wrap .silder-contant a:hover
{
   background:#ffffff;
    border: 2px dashed transparent;
    color: #000000;
}
/*-- --*/
.company-welcome-section
{
    padding: 50px 0 60px;
}
.company-welcome-section .company-images img
{
    width: 100%;
    border: 2px dashed #dddddd;
    padding: 15px;
	    max-width: 403px;
}

.company-welcome-section .about-contant h3
{
    font-size: 28px;
    margin: 0;
    padding-bottom: 15px;
}
.company-welcome-section .about-contant a
{
    background: transparent;
    color: #34a8c5;
    padding: 8px 25px;
    margin-top: 15px;
    display: inline-block;
    border: 2px dashed #34a8c5;
}
.company-welcome-section .about-contant a:hover
{
    background: #34a8c5;
    color: #ffffff;
    border: 2px dashed transparent;
}
/*---------------------- ---------*/
.neck-ties-wrapper
{
    padding: 50px 0 127px;
	background-color: #f7f7f7;
}
span.border-bottom
{
    width: 65px;
    height: 3px;
    background: #0b2d35;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.neck-ties-wrapper .porduct_slide_wrap
{
    border: 2px dashed #dddddd;
    padding: 10px 10px 25px;
    background: #ffffff;
		transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	    min-height: 550px;
		position:relative;
}
.neck-ties-wrapper .porduct_slide_wrap img
{
	width: 100%;
    max-height: 250px;
    overflow: hidden;
}
a.base-button
{
    background: transparent;
    color: #34a8c5;
    padding: 8px 20px;
    margin-top: 15px;
    display: inline-block;
    border: 2px dashed #34a8c5;
	position: absolute;
    bottom: 25px;
}
.neck-ties-wrapper .porduct_slide_wrap:hover a.base-button
{
    background: #34a8c5;
    color: #ffffff;
    border: 2px dashed transparent;
}

.neck-ties-wrapper .porduct_slide_wrap .porduct-text
 {
    text-align: left;
    padding: 0 10px;
}
.neck-ties-wrapper .porduct_slide_wrap .porduct-text h3 a:hover , .neck-ties-wrapper .porduct_slide_wrap .porduct-text p a:hover 
{
	 color: #34a8c5;
}
.ims{
       border: 2px dotted #34a8c5;
     
       padding: 5px ;
       border-radius: 8px;
}
.im{
      width:100%; 
       height:auto;
}
.ims:hover
{
    box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.5);
}

.ims1{
     
}
.neck-ties-wrapper .porduct_slide_wrap:hover
{
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
html body .neck-ties-wrapper .porduct_slide_wrap .porduct-text p a
{
	color:#797979;
}

.neck-ties-wrapper .ties-porducts .col-sm-12 {
    width: 100%;
    padding: 0px 8px;
}
.neck-ties-wrapper .row.main-div
{
    margin-top: 25px;
}
.neck-ties-wrapper .porduct_slide_wrap .porduct-text h3
{
    font-size: 21px;
}
.neck-ties-wrapper .owl-carousel .owl-controls .owl-nav div.owl-next {
    float: right;
}
.neck-ties-wrapper .owl-carousel .owl-controls .owl-nav div.owl-prev {
    float: left;
}

.neck-ties-wrapper .owl-carousel .owl-controls .owl-nav {
        height: 0;
    position: absolute;
    bottom: -309px;
    margin-top: 0px;
    width: 100px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
}
/*------------------------*/
.quick-feedback-wrapper
{
    padding: 50px 0px 60px;
}
.quick-feedback-wrapper form input, .quick-feedback-wrapper form textarea
{
    width: 100%;
    padding: 6px 15px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    border-color: #dddddd;
	outline:0px;
}
.quick-feedback-wrapper form textarea
{
	height:120px
}
.quick-feedback-wrapper form .bace-button2
{
    background: transparent;
    color: #34a8c5;
    padding: 8px 30px;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
    border: 2px dashed #34a8c5;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.quick-feedback-wrapper form .bace-button2:hover
{
    background: #34a8c5;
    color: #ffffff;
    border: 2px dashed transparent;
}
.quick-feedback-wrapper form label
{
    font-size: 15px;
    padding-bottom: 5px;
}
.quick-feedback-wrapper .google-maps
{
    padding: 10px;
    border: 2px dashed #dddddd;
}
/*footer*/
.footer-wrapper
{
    padding: 50px 0 60px;
    background: black;
}
.footer-wrapper .footer-section .footer-logo p
{
    color: #ffffff;
    margin-top: 15px;
}
.footer-wrapper .footer-section  ul
 {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-wrapper .footer-section  ul li a
 {
   color:#ffffff;
}
.footer-wrapper .footer-section  ul li
{
    padding-bottom: 8px;
}
.footer-wrapper .footer-section  ul li:last-child
{
    padding-bottom: 0px;
}
.footer-wrapper .footer-section h3
{
    font-size: 26px;
    padding-bottom: 10px;
}
.footer-wrapper .footer-section.footer-social-icon  ul li
 {
    float: left;
    padding-right: 25px;
}
.footer-wrapper .footer-section.footer-social-icon  ul li a
{
   background: #ffffff;
    font-size: 15px;
    border-radius: 05px;
    color: #000000;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.footer-wrapper .footer-section.footer-social-icon  ul li a:hover
{
   background: #34a8c5;
   color: #ffffff;
}
.footer-wrapper .footer-section.footer-social-icon  ul
{
    margin-top: 16px;
}
.footer-wrapper .footer-section.footer-contactus .footer-logo p {
    margin-top: 5px;
}
.copy-right-section
{
    padding: 10px 0;
    background: #000000;
    border-top: 1px solid #1b1818;
}
.copy-right-section .main-copy-right-section p
{
	margin:0px;
	color:#ffffff;
}
.copy-right-section .main-copy-right-section a 
{
	color:#ffffff;
}


.top-footer-wrapper {

	background-image:url(../images/footer-bg.jpg);

	background-repeat:no-repeat;

	background-position:center left;

}



.footer-area {

	float:right;

	width:55%;

	padding:41.5px 0;

	position:relative;

	background-color:#34a8c5;

}



.footer-inner {

}



.footer-inner h2 {

	font-size:22px;

	color:#fff;

}



.footer-inner p {

	font-size:20px;

	color:#ffffff;

	padding:15px 0 0;

}



.footer-inner:before {


	content:"";

	position:absolute;

	left:-80px;

	top:0;

	border-left: 80px solid transparent;

  	border-right: 0px solid transparent;

  	border-bottom: 187px solid #34a8c5;

}



.footer-grid {

	padding-right:5%;

} 






