@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/


body {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 18px;
    color: #111;
    line-height: 21px;
    background-color: #fffffd;
/*	font-weight: 300;*/
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased !important;
    vertical-align: baseline;
}

strong, b {
	font-weight: 600;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    line-height: 1.4em;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, 
a:hover, 
a:focus,
a:active{
    outline: 0;
    text-decoration: none;
}


.white {
    color: #fff !important;
}

img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-primary {
    background: #0000AA;
    border-color: #0000AA;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: transparent;
    border-color: #0000AA;
    color: #0000AA;
}

.btn-cancel {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cancel:hover {
    background: transparent;
    border-color: #222;
    color: #222;
}


/* Start Section Title */

.section-title {
    margin-bottom: 20px;
}
.section-title h2{
    color: #111;
    font-size: 48px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #111;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}
/* End Section Title */


.page-header {
    background: url(../images/retnweb.png) no-repeat;
    padding: 50px 0;
    margin-top: 80px;
}

.page-header h1 {
    color: #fff;
}




/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
 header {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    z-index:1;
 }


/* ----------------------------------------------------------------*/
/* Start Navigation Section */
/* ----------------------------------------------------------------*/
/*Navigation bar csss for inverse navbar*/ 
.navbar-custom1 .nav > li > a:hover
{
	 background-color:  #0000aa; 
	 font-weight: bold;
}
.navbar-custom1 .nav > li > a.active 
{
	 background-color:  #0000aa; 
	 color:#ffffff;
}
.navbar-custom1 .nav > li > a: 
{
	 background-color:  #0000aa; 
}
.navbar-custom1 .nav >.active:hover
{
	 background-color:  #0000aa; 
}
.navbar-custom1 {
    background-color: #ffffff;
    background-image: none;
  }
  .navbar-custom1 .nav > .dropdown > a .caret 
  {
	  border-bottom-color: #000000;
	}
 .navbar-custom1 .nav .dropdown:hover > a
  {
	   background-color: #0000aa ;
		font-weight: bolder;
  }
 
?
/*Navbar default menu*/
.navbar-logo .sulfur-logo-text{
    margin-top: 4px !important;
}

.navbar {
	margin-bottom: 0;
	background: #fff;
    border-bottom: 2px solid #c59a6d !important;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
	position: relative;
	/*padding: 37px 0;*/
    padding-top: 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 800px) {
    a.navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 40px;
    padding-top: 3px;
    color: #0000AA !important;
    width: 145px;
    }

    .footer-section .section-heading-2 .section-title {
         padding-top: 50px;
        text-align:center;
    }

    .footer-address ul li {
        text-align:center;
    }

}

@media screen and (min-width: 800px) {
a.navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 40px;
    padding-top: 3px;
    color: #0000AA !important;
    width: 170px;
    }

    .footer-section .section-heading-2 .section-title {
        padding-top: 50px;
        text-align:center;
    }

    .footer-address ul li {
        text-align:center;
    }
}

.navbar-default .navbar-nav {
	margin-right: 10px!important;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 1px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}
@media screen and (min-width: 800px) {
    .navbar-default .navbar-nav > li > a {
    	color: #444444;
    	display: block;
        font-size: 14px;
        line-height: 10px;
    	font-weight: 500;
        padding: 25px 9px 30px 9px;
    	overflow: hidden;
        border-top: 2px solid transparent;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

	

}
@media screen and (max-width: 800px) {
    .navbar-default .navbar-nav > li > a {
        color: #444444;/*#6b6b6b*/
        display: block;
        font-size: 14px;
        line-height: 10px;
        font-weight: 500;
        padding: 25px 11px 30px 11px;
        overflow: hidden;
        border-top: 2px solid transparent;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }


}

.navbar-default .navbar-nav > li > a i {
    padding-left: 10px;
}

.navbar-default .navbar-nav > li > a.active, 
.navbar-default .navbar-nav > li:hover > a {
	border-top: 2px solid #0000AA;
    color: #fff;
    background: #0000AA;
    padding: 25px 15px 30px;
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}


.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 97%;
    width: 180px;
	background-color: #fff;
    border-top: 3px solid #0000AA;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;  
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, 
.sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, 
.sup-dropdown li a {
    display: block;
    color: #6b6b6b;
    font-size: 13px;
    padding: 10px 12px;
    text-decoration: none;
    //text-transform: uppercase;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


.dropdown > li:hover > a, 
.sup-dropdown li:hover > a {
    background: #0000AA;
    color: #fff;
}

.dropdown  li a.active, 
.sup-dropdown li a.active {
	background: #0000AA;
    color: #fff;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}





/*--------------------------------------------------*/
/* Start Header Section                             */
/*--------------------------------------------------*/

.hometext{
    padding-top: 30px;
    text-align:center;
    font-size: 33px;
    color: #c59a51;
}

.intro-text {
    position: relative;
    padding: 15% 0 5% 0;
}

.aboutpicmax img{
    width: 50%;
    padding-left: 15px;
}

@media screen and (max-width: 991px) {/*table size*/

    .headpadabout{
        padding-top: 0;
        margin-top: -80px;
    }

    .slidehead2{
        padding-top: 80px;
    }
}

@media screen and (min-width: 991px) {/*table size*/
    .headpadabout{
      /*  padding-top: 0;*/
        margin-top: 40px;
    }

    .slidehead2{
        /*padding-top: 80px;*/
    }
}

@media screen and (max-width: 600px) {/*small Screens*/
    /*.banner .intro-text h1 { font-size: 50px; font-weight: 700;}
    .banner2 .intro-text2 h1 { font-size: 50px; font-weight: 700;}*/
    .hometext{
    margin-top: -120px;}
    
    .banner{
        text-align: center;
        color: #fff;
        background: url(../images/banner4small.png) no-repeat;
        background-attachment: scroll;
         background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        padding-top: 70px;
    }

    .headpadabout{
        /*padding-top: 40px;*/
    }

    .slidehead2 p{
        font-size: 16px;
    }
    .slidehead2 h3{
        padding-top: 50px;
        color:#c59a6d; 
        text-align: center; 
        font-size: 32px;
    }

    .slidehead h3{
        color:#c59a6d; 
        text-align: center; 
        font-size: 32px;
    }



}

@media screen and (min-width: 400px) { /*big Screens*/
    /*.banner .intro-text h1 { font-size: 70px;font-weight: 700;}
    .banner2 .intro-text2 h1 { font-size: 70px;font-weight: 700;}*/
    .banner{
        text-align: center;
        color: #fff;
        background: url(../images/banner4.png) no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .headpadabout{
     padding-top: 80px;
    }

    .slidehead h3{
        margin-top: -50px;
        padding-top: 0;
        color:#c59a6d; 
        text-align: center; 
        font-size: 32px;
    }

    .slidehead2 h3{
        margin-top: -50px;
        padding-top: 0;
        color:#c59a6d; 
        text-align: center; 
        font-size: 32px;
    }
}





/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/


.about-section {
    padding-top: 80px;
    padding-bottom: 80px;
    
    background-size: cover;
    background-position: center;
}

.about-section img{
    max-width: 200px;
}



@media screen and (max-width: 800px) {
		.aboutMenu-menu li {
			display: inline;
			padding-left: 10px;
		}

		.aboutMenu-menu li a {
			font-size: 13px;
			color: #0000AA;
			font-weight: 500;
		}

		.aboutMenu-menu li a.active {
			color: #fff;
			
		}

		.aboutMenu-menu li a:hover {
			color: #7f7f7f;
		}

}


@media screen and (min-width: 800px) {
		.aboutMenu-menu li {
			display: inline;
			padding-left: 30px;
		}

		.aboutMenu-menu li a {

			color: #0000AA;
			font-weight: 500;
		}

		.aboutMenu-menu li a.active {
			color: #fff;
			
		}

		.aboutMenu-menu li a:hover {
			color: #7f7f7f;
		}

}


.about-section  h4{
	color: #c59a6d   
}

.about-section  h4:hover{
    color: #0000AA;
}

/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/


.call-to-action {
    background: url(../images/parallax/retnweb.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.call-to-action p {
    padding-top: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 3px;
}

.call-to-action .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.call-to-action .btn-primary:hover {
    background: transparent;
}




/********************************/
/* Start Service Section
/********************************/
@media screen and (min-width: 800px) {
    .serlist{
        padding-left: 130px; 
        font-size: 23px; 
        line-height: 40px; 
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 800px) {
    .serlist{
        padding-left: 70px;
        font-size: 23px; 
        line-height: 40px; 
        padding-bottom: 60px;
    }
}
#service-section {
    padding-top: 80px;
    padding-bottom: 40px;
}


.services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100px;
  height: 100px;
  margin: 0 0 24px;
  line-height: 100px;
  color: #111;
  font-size: 30px;
  text-align: center;
  background: transparent;
  border: 2px solid #111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.services-post:hover a,
.services-post a.active {
  background: #0000AA;
  color: #ffffff;
  border:2px solid transparent;
}

.services-post a.active2 {
  background: #123123;
  color: #ffffff;
  border:2px solid transparent;
}
.services-post h2 {
  color: #111;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;

}

.services-post i {
    /*padding-top: 32px;*/
}


.services-post2{
    padding-bottom: 100px;
}

.services-post2 img {
    max-width: 300px;
    text-align: center;
    padding-bottom: 5px;
}

.servicepadding{
        border: 2px;
        border-color: #000000;
    }
    
@media screen and (max-width: 900px) {
    .services-post {

      text-align: center;
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 900px) {
  /*  .servicepadding{
        padding-bottom: 100px;

    }*/

        .services-post {
      text-align: left;
        margin-bottom: 80px;
    }

}

/***************************************/
/* Start Client & Testimonial Section
/***************************************/


#testimonial-section {
    background: url(../images/parallax/retnweb.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.testimonial-item {
    text-align: center;
}

.testimonial-item p {
    color: #fff;
    padding-top: 15px;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 3px;
}
/*.call-to-action p {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}*/

.testimonial-item img {
    width: 100px;

    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.testimonial-item .desgnation {
    margin-top: 5px;
    margin-bottom: 30px;
}



/***********************************/
/* Start Resourse Section
/***********************************/

#resourcepg img {
    padding-top: 30px;
    padding-bottom: 50px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    max-width: 170px;
    display: block;
}

.mirrorimg{
    max-width: 350px;
}

/*#resourcepg img:hover{
    -webkit-filter: grayscale(30%); 
    filter: grayscale(30%);
}
*/
/*.resourcebckgnd{
    background-color: #aaaaaa;
}*/

.restext p{
    text-align: center;
    padding: 20px;
    color: #000;
}
/*.restext:hover p{
    color:#0000AA;
}*/

.resource-menu{
    padding-top: 50px;
       /* padding-bottom: 30px;*/
}
.resource-menu li {
    display: inline;
    padding-left: 30px;

}

.resource-menu li a {

    color: #0000AA;
    font-weight: 500;
}

.resource-menu li a.active {
    color: #fff;
    font-size: 13px;
}

.resource-menu li a:hover {
    color: #7f7f7f;
}

/*******************************************/
/* News Section
/*******************************************/
.news-text{
    /* padding: 20px; */
}

.news-text button{
    text-align:center;
}

#news {
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    
    background-size: cover;
    background-position: center;
}

#news h2{
     padding-bottom: 15px;
}

/*#news h2{

    padding-bottom: 15px;
    font-size: 21px;
}*/

#news a{
    color: #c59a6d;

} 
#news a:hover{
    color: #0000AA;
}

#news .textblack{
    color: #ffffff;

}

#news .btn{
    width: 100px;

}

.newsarticles1{
    padding: 20px 40px 0 40px;

}
.newsarticles{
    padding: 40px;

}

.newsarticles a{
    color: #c59a6d;
}
.newsarticles a:hover{
    color: #0000AA;
}

.newsarticles img{
    padding: 20px 10px;
}

.newsarticles p{
    padding: 5px;
    font-size: 15px;
}

.newsarticles h3{
    text-align: center;
    padding: 0 0 5px 0;
    font-size: 21px;
}
.side-news{
	font-size: 13px;
}


.blogNews h4{
    color: #c59a6d   
}

.blogNews  h4:hover{
    color: #0000AA;
}

/*******************************************/
/* Start Clients Section
/*******************************************/
#client-section {
    padding-top: 80px;
    padding-bottom: 80px;

}

.client-box ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.client-box ul li {
  list-style: none;
  float: left;
  padding: 0 10px;
  width: 25%;
}
.client-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /*border: 1px solid #cccccc;*/
  opacity: 1;
  width: 100%;
  padding: 30px 5px;

}
.client-box ul li a img {
  width: 100%;

}
#clientNewBox{
    padding: 30px;
}


/* Start Footer Section */
.section-title-footer h2{
    color: #111;
    font-size: 36px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: none;
}

.section-title-footer p {
    color: #111;
    letter-spacing: 1px;
    font-size: 18px;
}

.footer-section {
    font-size: 16px;
    border-bottom: 1px solid #0f0f0f;
    background: #222222;
    color: #999;

    padding: 30px 0 30px;
}

.footer-section p {
    color: #999;
}

.footer-section .section-title {
    color: #c5c5c5;
}


.footer-section .section-heading-2 h3{
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-address ul li {
    padding: 2px 0;
    letter-spacing: 1px;
}

.footer-address ul li .fa {

    font-size: 16px;
    margin-right: 5px;
}

.footer-address ul li a {
    color: #9d9d9d;
}

.footer-address ul li a:hover {
    color: #c59a6d;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #FFF;
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

 .social .fa {
    font-size: 20px;
}
.social .fa-facebook {
    color: #4060A5;
}
.social .fa-facebook:hover {
    color: #c59a6d;
}

/*#909AA0*/
.social .fa-twitter {
    color: #00ABE3;
}

.social .fa-twitter:hover {
    color: #c59a6d;
}

/* End Footer Section */

/* Start Copyright Section */

.copyright-section {
    border-top: 1px solid #363636;
    font-size: 12px;
    padding: 20px 0;
    background: #1d1d1d;
    color: #7f7f7f;
}

.copyright {
    font-size: 16px;
}

.copyright-section a {
    color: #7f7f7f;
}

.copyright-section a:hover {
    color: #0000AA;
}

.copyright-menu li {
    display: inline;
    padding-left: 10px;
}

.copyright-menu li a {
    color: #7f7f7f;
    font-weight: 500;
}

.copyright-menu li a.active {
    color: #fff;
    font-size: 13px;
}

.copyright-menu li a:hover {
    color: #0000AA;
}

/* End Copyright Section */




/***********************************/
/* Start Contact Section
/***********************************/

.contact {
    background: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px;
    padding-bottom: 100px;

}

h2.contactindex{
    color: #fff;
}


.form-control {
    border-radius: 0;
    border: 2px solid #111;
}

.contact .form-group {
    margin-bottom: 25px;
}


.contact .form-group input,
.contact .form-group textarea {
    padding: 25px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
   /* height: 236px;*/
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeh;older {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}


/*===========================
News pages CSS
============================*/

.single-news-post{
    padding-top: 100px;
    text-align: center;
}

.single-news-post img{
    padding: 40px;
    max-width: 500px;
}

.single-news-post p{
    text-align: justify;
}

.client-text p{
    text-align: justify;
}

.client-text img{
    padding-bottom: 50px;
    max-width: 400px;
}




/* ======================================================================
    FEATURED SECTION
 */
.featured-section{
    display: block;
    padding: 0 0 80px;
}
.filter-menu{
    display: block;
    text-align: center;
    margin: 0px 0 50px;
}
.filter-menu ul{
    display: inline-block;
    margin: 0 auto;
}
.filter-menu ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #000;
    margin: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-menu ul li.active{
    background: #0000aa;
    border: 1px solid #0000aa;
    color: #fff;
}

.filter-menu ul li span{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #0000aa;
    font-weight: 700;
    display: block;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -55px;
    right: -20px;
    opacity: 0;
    transition: all 0.5s;
}
.filter-menu ul li.active span{
    opacity: 1;
    top: -22px;
    right: -5px
}

.product-item{
    /*background: #e9f0fd*/
}

@media (max-width: 1200px){
     .product-hover a {
        padding: 2%;
    }
}



/*
    NEW PRODUCR SECTION
 */
.new-section{
    background: #e9f0fd;
    display: block;
    padding: 100px 0 80px;
}
.product-item{
    position: relative;
    margin-top: 30px;
    transition: all 0.5s
}
.product-item img{
    width: 100%;
    height: auto;
}

.product-item-img img{
    width: 200%;
    height: auto;
}

.product-hover{
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    top:0;
    border: 10px solid rgba(255, 255, 255, 0.55);
    text-align: center;
    transform: scale(0.1, 0.1);
    opacity: 0;
    transition: all 0.5s
}
.product-item:hover .product-hover{
    transform: scale(1, 1);
    opacity: 1;
}

.product-meta{
    display: block;
    margin-top: 25%;

}

.product-hover a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4.2%;
    margin: 5px;
}
.product-hover a i{
    font-size: 30px;
}

.product-hover a:last-child{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    background: #323232;
    border: 1px solid #fff;
    margin: 5px 12%
}
.product-hover a:last-child i{
    font-size: 18px;
    margin-right: 5px;
}
.product-hover a:hover{
    background: #0000aa;
    border: 1px solid #0000aa
}

.product-title{
    display: block;
    background: #323232;
    width: 100%;
    bottom: 0;
    position: absolute;
    bottom: 0;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s;
}
.product-item:hover .product-title{
    background:#0000aa;
}

.product-title h3{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    float: left;
    padding: 10px;
    padding-left: 15px;
}
.product-title span{
    display: block;
    background: rgba(255, 255, 255, 0.5);
    float: right;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.sell-meta{
    position: absolute;
    top: 10px;
    /*left: 10px;*/
    right: 10px;
    display: block;
    width: auto;
}
.sell-meta a{
    width: 70px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding:5px 10px;
    color: #555252;
    border: 1px solid #000;
}
.sell-meta a.new-item{
    float: left;
}
.sell-meta a.sell-item{
    float: right;
}


/*
    CONTACT SECTION
 */
.contact-section{
    /*background: url(../images/map-bg.png) #2d3237 no-repeat; */
    /*background: url(../images/map-bg.png) rgba(45,50,55,0.6) no-repeat;*/
  /*  background-size: 100%;   */
   padding-top: 50px;
   font-family: Oswald;
}
.contact-section:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(45, 50, 55, .55)*/
}
.contact-section .titie-section{
    display: block;
    margin-bottom: 80px;
}
.contact-section .titie-section h1{
    color: #555;
}
.contact-section .left-content{}
.contact-section .left-content h1{
    font-size: 72px;
    margin: 0;
    padding: 0;
    color: #555;
    line-height: 1;
    font-weight: 300;
}
.contact-section .left-content h1 span{
    color: #555;
}

.contact-section .left-content h3{
    color: #555;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald';
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-section .left-content p{
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Oswald';
}
.contact-section .left-content p b{
    color: #0000aa;
}

.contact-section .left-content p{}
.contact-info{
    display: block;
    margin-top: 10px;
}

.contact-info p{
    margin: 0;
}
.social-media{
    display: block;
    margin-top: 10px;
}
.social-media ul{
    margin: 0;
    padding: 0;
    display: block;
}
.social-media ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.social-media ul li a{
    color: #fff;
}
.social-media ul li a i{
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    text-align: center;
    padding: 7px 0;
}
.social-media ul li a:hover i{
    background: #0000aa;
    border: 1px solid #0000aa;
}
.contact-form{
    margin-top: 10px;
    display: block;
}
.contact-form .col-md-6{
    display: block;
    margin-bottom: 30px;
}

.contact-form .input-group{
    width: 100%;
    display: block;
    color: #aaa;
}
.contact-form .input-group input.form-control, .contact-form .input-group textarea.form-control{
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    color:#fff;
}
.contact-form .input-group textarea.form-control{
    height: 150px;
}
.contact-form .input-group .form-control:focus, .contact-form .input-group .form-control:hover{
    border: 1px solid #0000aa;
    box-shadow: none;
    color: #c59a6d !important;
}

.contact-form .input-group input.contact-submit{
    display: inline-block;
    background: #0000aa !important;
    padding: 10px 40px;
    border: none;
    color: #fff !important;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

/*
    CLIENT SECTION
 */
.client-section{
    display: block;
    padding: 0px 0 80px;
    display: block;
}
.client-area{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}
.client-area .item{}
.client-area .item img{
    width: 100%;
    height: auto;
    /*border: 1px solid #bbb;*/
}



.filterDiv {
/*  float: left;
  text-align: center;
  margin: 2px;
  display: none;*/
}

/*.show {
  display: block;
}*/

.filtercontainer {
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
}

/* Style the buttons */
.fbtn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.fbtn:hover {
  background-color: #ddd;
}

.fbtn.active {
  background-color: #666;
  color: white;
}

.partnericons img{
    width: 200px;
    padding: 20px;
}

/*================================*/


.blink {
    background: #c59a6d;
    text-decoration-color: #fff;    
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
     animation: blink 2s linear infinite;
}

 .blink {
    text-decoration-color: #fff;
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}



/*==============================================
Product specification 
================================================*/

.productpecmain img{
    max-width: 800px;
}


.productspecheadtext {
    color: white;
    padding: 50px;
    text-align: justify;
}

.productspecheadtext h3{
    color: #222;
}

.productspecheadtext p{
    color: #333;
}

.productspecheadtext ul{
    color: #555;
    /*list-style: none;*/
    padding-left: 10px;
    line-height: 22px;
}
.productspecheadtext li:before {
    content: "\002022";
    font-family: FontAwesome;
    color: #555;
    margin-right: 10px;
}
.productspecheadtext {   
    color: #555;
}


.productspectable{
    color: #555;
}

.productspectable h3{
    padding: 30px 0 50px 0;
}
.productspectable table, th, td {
    border: 1px solid #ccc;
    padding: 10px;
	text-align: center;
	vertical-align: middle;
}
tr:hover {
	background-color: #f5f5f5;
}

/* Donation blog post*/
/*.DONrow {
  content: "";
  clear: both;
  display: table;
  padding: -5px;
  margin: 0px;
}

.DONcolumn {
    float: left;
  width: 35%;
  padding: -5px;
  margin: -5px;
}*/

.DONrow { white-space: nowrap; }
.DONrow img {
display: block;
float: left;
margin: 1px;
padding: 0px;
width: 24%;
}
}
/*============================*/