﻿
.cssmenu {
	float: right;
    height: auto;
    margin-right: 01%;
   margin-top: 15px;
    text-align: right
}
.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
}
.cssmenu > ul > li.active a{
	color: #000;
   // text-shadow:1px 1px 1px #333333;
}
.cssmenu > ul > li  img {
	vertical-align: middle;
}
.cssmenu > ul > li > a {
	font-family: arial, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	text-transform: none;
	display: block;
	font-size: 15px;
    font-weight:bold;
    text-decoration:none;
	color: #fff;
	line-height: 1.8em;
	padding: 2px 8px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;

   // text-shadow:1px 1px 1px #333333;
}
.cssmenu > ul > li > a:hover {
	color: #fff;
	 background-position:400px top;
   -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	background-color:#000;
	
	
}
.cssmenu > ul > li > ul {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-image: url('../images/headbg.png');
    color: #000;
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-top: 22px;
    margin-left: -90px;
    width: 180px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    list-style: none;
   // text-shadow: 1px 1px 1px #333333;
}
.cssmenu > ul > li:hover > ul {
	opacity: 1;
	top: 50px;
	visibility: visible;
}
.cssmenu > ul ul > li {
	position: relative;
}
.cssmenu ul ul a {
    border-bottom: 1px solid rgb(34, 33, 33);
    text-transform: uppercase;
    font-family: 'Source Sans Pro' , sans-serif;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 12px;
    display: block;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    //background-image: url('../images/headbg.png');
}
.cssmenu ul ul a:hover {
	color: #fff;
}
.cssmenu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -16px;
	left: 206px;
	padding: 8px;
	color: #fff;
	text-align: left;
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cssmenu ul ul > li:hover > ul {
	opacity: 1;
	left: 190px;
	visibility: visible;
}
.cssmenu ul ul a:hover {
	
	color: #ee0707;
}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-o-transition: -o-transform 0.3s,opacity 0.2s;
	-ms-transition:-ms-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
/* display with 840px  */
.top-nav{
	display: none;
    height:100%;
}
.nav_bg{
	background: #464646;
}
.clearfix1{
	height: 100%;
	width: 100%;
	font-size: 11pt;
	position: relative;
    float:right;
	z-index: 9999;
}
.clearfix1 ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #f0f0f0;
}
.clearfix1 li {
	display: block;
}
.clearfix1 a {
	color: #555555;
	font-size:15px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.clearfix1 li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.clearfix1 li:last-child a {
	border-right: 0;
}
.clearfix1 a:hover,.clearfix1 a:active {
	background: #424242;
	color:#ffffff;
}
.clearfix1 a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: #202227;
}
.clearfix1 a#pull:after {
    background: url('images/nav-icon.png') no-repeat;
    width: 30px;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.cssmenu > ul > li > a {
		padding: 5px 10px;
	}
    .cssmenu {
        margin-top:7px;
        float:none;l
i
    }
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.tool_tip > ul > li > ul {
		margin-left: -50px;
	}
	.clients h3 {
		width: 76%;
	}
	.cssmenu > ul > li > a {
		padding: 10px 05px;
	}
	.search input[type="text"] {
		width: 60.33333%;
	}
	.search input[type="submit"] {
		background: url('../images/search1.png') no-repeat 4px 12px;
	}
	.search input[type="submit"]:hover {
		background: url('../images/search1_h.png') no-repeat 4px 12px;
	}
	.images_1_of_3 h3 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.search input[type="text"] {
		padding: 8px 16px;
	}
	
	.cssmenu {
		float: none;
		text-align:center
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
       position:absolute;
       width:90%;
       margin:auto;
             margin-top:67px;

	}
    .header-bottom {
        height:110px;
    }
	.footer_top h2 {
		font-size: 2em;
        height:100%;
	}
	.span1_of_4 {
		float: left;
		width: 45.333333%;
		margin: 4% 4% 0 0;
	}
	.span1_of_4:nth-child(2),.span1_of_4:nth-child(4){
		margin-right: 0;
	}
	.search input[type="text"] {
		width: 75.33333%;
	}
	.footer_btm {
		text-align: center;
	}
	.social-icons {
		float: none;
		margin-bottom: 4%;
	}
	.social-icons li {
		float: none;
	}
	
	.ser-grid-list {
		float: left;
		width: 45.33333%;
		margin-right: 4%;
	}
	.ser-grid-list:nth-child(2),.ser-grid-list:nth-child(4){
		margin-right: 0
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 30px 0 20px 0;
	}
	h2.style {
		font-size: 2em;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.testimonial h2 {
		font-size: 2em;
	}
	.testimonial_text h4 {
		font-size: 1.5em;
	}
	.clients h2 {
		font-size: 1.5em;
	}
	.clients h3 {
		width: 66%;
	}
	.clients_txt {
		padding-bottom: 10%;
	}
	.images_1_of_3 {
		width: 99.333%;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 10px 0 10px 0;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.images_1_of_3 {
		width: 99.333%;
		margin-top: 4%;
	}
	.images_1_of_3 h3 {
		margin: 0;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.mid_grid h2 {
		font-size: 1.5em;
		-webkit-text-stroke: 1px;
	}
	.mid_grid h3 {
		font-size: 1em;
	}
	.span1_of_3 {
		margin-top:4%;
		width: 99.3333%;
		float: none;
		margin-right: 0%;
	}
	.testimonial_text h4 {
		font-size: 1em;
	}
	.clients h3 {
		width: 50%;
	}
	.tool_tip > ul > li > ul {
		width: 99.33333%;
	}
	.span1_of_4 {
		float: none;
		width: 99.333333%;
		margin: 4% 0% 0 0;
	}
	.span1_of_4 h2 {
		margin-bottom: 4%;
	}
	.search input[type="text"] {
		width: 80.33333%;
	}
	.ser-grid-list {
		float: left;
		width: 99.33333%;
		margin-right: 0%;
	}
	.ser-grid-list p {
		margin: 4% 0;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.top_grid_text {
		float: none;
		text-align:center;
	}
	.top_grid_btn {
		float: none;
		text-align:center;
		margin: 4% 0;
	}
	.mid_grid_left {
		float: none;
		width: 99.333333%;
		margin-right: 0%;
	}
	.mid_grid_right {
		margin-top:4%;
		float: none;
		width: 99.333333%;
	}
	.clients h3 {
		display: none;
	}
	.search input[type="text"] {
		width: 74.33333%;
	}
	.client_pic ul li {
		display: inline-block;
		margin-right: 4px;
		width: 17.3333%;
	}
}