/*
 * Responsive CSS
 * */
@media screen and (max-width: 1200px){
	.mid-content{
		width: 100%;
		padding: 0 10px;
	}

	.service-list .service-image{
		width: 16%;
		height: auto;
	}
	.service-list .service-detail{
		width: 80%;
	}

	.team-tab{
		padding: 0 50px;
	}

	.social-icons{
		display: none;
	}
	.acknowledgement-list{
		width: 40%;
		/*height: 30%;*/
		margin-right: 8.55%;
		margin-bottom: 8.55%;
	}
	.acknowledgement-listing{
		padding: 0 60px 0 100px;
	}
}

@media screen and (max-width: 1000px){
	.main-navigation > ul{
		display: none;
	}
       .news{
		padding-left: 30px;
	}
	.acknowledgement-list{
		width: 40%;
		/*height: 30%;*/
		margin-right: 8.55%;
		margin-bottom: 8.55%;
	}
	.acknowledgement-listing{
		padding: 0 60px 0 100px;
	}
	.menu-toggle{
		display: block;
		height: 40px;
		width: 40px;
		background: url(../images/menu.png) no-repeat center #E3633B;
		text-indent: -9999px;
		cursor: pointer;
	}
	.logo-top #site-logo{
		float: left;
	}
	.logo-top .main-navigation{
		float: right;
	}

	.logo-top .menu-toggle{
		float: right;
	}
	.main-navigation{
		text-align: center;
	}
	.main-navigation > ul{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #E3633B;
		padding: 10px 0;
		text-align: center;
	}
	.main-navigation > ul > li{
		display: inline-block;
		float: none;
	}
	.main-navigation > ul > li > a{
		color:#FFF;
	}
	.main-navigation > ul > li.current a, 
	.main-navigation li:hover > a,
	.main-navigation .current_page_item > a, 
	.main-navigation .current-menu-item > a{
		color: #CCC;
	}
	.slider-caption{
		padding-left: 70px;
		padding-right: 70px;
	}
	#main-slider{
		min-height: 0;
	}
	.charts {
		padding-left: 80px;
	}
	.tree li a{
	    height: 60px;
	    width: 200px;
	    padding: 5px 10px;
	}
}
@media screen and (max-width: 880px){
	.spanbox{
		width: 100%;
	}
	.news {
		padding-left: 140px;
	}
}
@media screen and (max-width: 818px){
	.tab-project{
		width: 150px;
		height: 60px;
	}
       .news {
		padding-left: 100px;
	}
}
@media screen and (max-width: 768px){
	h1{
	font-size: 24px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 16px;
	}
	h5{
		font-size: 14px;
	}
	h6{
		font-size: 12px;
	}
         .span3{
		display: inline-block;
	  width: 48.5%;
	  
	}
      .news{
		padding-left: 80px;
	}
	.parallax-section h1{
		font-size: 34px;
	}
	.slider-caption .caption-title{
		font-size: 30px;
	}
	.slider-caption .caption-description{
		font-size: 20px;
	}
	.service-list{
		width: 100%;
	}
	.portfolio-list, .portfolio-list:nth-child(4n){
		width: 32%;
		margin-right: 2%;
	}
	.portfolio-list:nth-child(3n){
		margin-right: 0;
	}
	.acknowledgement-listing{
		padding: 0 60px 0 60px;
	}
	.dl-menuwrapper {
	width: 100%;
	max-width: 450px;
	}
	/*.portfolio-list .portfolio-title{
 * 		top: 30%;
 * 				left: 20%;
 * 						padding: 5px 20px;
 * 							}
 * 								.portfolio-list .portfolio-title span{
 * 										font-size: 10px;
 * 												color: #444;
 * 													}
 * 														.portfolio-list .learn-more{
 * 																font-size: 10px;
 * 																	}*/
	.blog-listing .blog-list{
		width: 80%;
		margin: 0 auto 20px;
		float: none;
		display: block;
	}
	.blog-list .blog-image{
		text-align: center;
	}
	.parallax-section input[type="text"], 
	.parallax-section input[type="email"], 
	.parallax-section input[type="url"], 
	.parallax-section input[type="password"], 
	.parallax-section input[type="search"], 
	.parallax-section input[type="tel"], 
	.parallax-section textarea{
		width: 80%;
	}
	.service-listing .service-list{
		float: none;
	}
	.footer-column-4 .footer-block{
		width: 48%;
	}
	.copy-right, .site-info{
		float: none;
		text-align: center;
	}
	.main-navigation > ul > li{
		display: block;
		border-bottom: 1px solid #DB5E39;
	}
	.main-navigation ul ul {
		background: #db5e39;
		position: static;
		padding:0 10px;
		font-size: 15px;
		display: none;
	}
	#primary, #secondary{
		float: none;
		width: 100%;
	}
	#main-slider .bx-wrapper .bx-controls-direction a{
		display: none;
	}
	.next-page{
		display: none;
	}
	.main-navigation ul ul a{
		color: #FFF;
	}
	.main-navigation ul ul li{
		padding: 5px 0;
	}
	.main-navigation ul ul{
		box-shadow: none;
	}
	.parallax-section{
        background-attachment: scroll !important;
        background-repeat: repeat !important;
    }
	.tree * {
	    margin: 0; padding: 0;
	}

	.tree ul {
	    padding-top: 20px; position: relative;

	    -transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	}

	.tree li {
	    float: left; text-align: center;
	    list-style-type: none;
	    position: relative;
	    padding: 20px 5px 0 5px;

	    -transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	}

	/*We will use ::before and ::after to draw the connectors*/

	.tree li::before, .tree li::after{
	    content: '';
	    position: absolute; top: 0; right: 50%;
	    border-top: 2px solid #cc843f;
	    width: 50%; height: 20px;
	}
	.tree li::after{
	    right: auto; left: 50%;
	    border-left: 2px solid #cc843f;
	}

	/*We need to remove left-right connectors from elements without 
 * 	any siblings*/
	.tree li:only-child::after, .tree li:only-child::before {
	    display: none;
	}

	/*Remove space from the top of single children*/
	.tree li:only-child{ padding-top: 0;}

	/*Remove left connector from first child and 
 * 	right connector from last child*/
	.tree li:first-child::before, .tree li:last-child::after{
	    border: 0 none;
	}
	/*Adding back the vertical connector to the last nodes*/
	.tree li:last-child::before{
	    border-right: 2px solid #cc843f;
	    border-radius: 0 5px 0 0;
	    -webkit-border-radius: 0 5px 0 0;
	    -moz-border-radius: 0 5px 0 0;
	}
	.tree li:first-child::after{
	    border-radius: 5px 0 0 0;
	    -webkit-border-radius: 5px 0 0 0;
	    -moz-border-radius: 5px 0 0 0;
	}

	/*Time to add downward connectors from parents*/
	.tree ul ul::before{
	    content: '';
	    position: absolute; top: 0; left: 50%;
	    border-left: 2px solid #cc843f;
	    width: 0; height: 20px;
	}

	.tree li a{
	    height: 60px;
	    width: 200px;
	    padding: 5px 10px;
	    text-decoration: none;
	    background-color: #f6f4f1;
	    color: #8b8b8b;
	    font-family: arial, verdana, tahoma;
	    font-size: 11px;
	    display: inline-block;  
	    box-shadow: 0 1px 2px rgba(0,0,0,0.1);

	    -transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	}

	/*Time for some hover effects*/
	/*We will apply the hover effect the the lineage of the element also*/
	.tree li a:hover, .tree li a:hover+ul li a {
	    background: #cbcbcb; color: #000;
	}
	/*Connector styles on hover*/
	.tree li a:hover+ul li::after, 
	.tree li a:hover+ul li::before, 
	.tree li a:hover+ul::before, 
	.tree li a:hover+ul ul::before{
	    border-color:  #94a0b4;
	}
	.charts {
		padding-left: 0px;
	}
         .tab-project{
		width: 100px;
		height: 60px;
	}
}
@media screen and (max-width: 618px){
	.news{
		padding-left: 40px;
	}
}
@media screen and (max-width: 530px){
	.tab-project{
		width: 82px;
		height: 60px;
	}
        .news{
		padding-left: 0px;
	}
}
@media screen and (max-width: 480px){
	.parallax-section h1{
		font-size: 30px;
	}
	.title-content{
		max-height: 153px;
	}
        .img-logo{
		width: 212px;
		padding-bottom: 30px;
	}
        .logo-img{
		width: 212px;
	}
        .span3{
	  width: 100%;
	  
	}
	.project-name{
		padding-bottom: 5px;
	}
	.project-text p{
		font-size:10px;
		margin-bottom: 5px;
	}
	.project-name h5{
		font-size:10px;
	}
	.project-text a{
		font-size:10px;
	}
        .news{
		padding-left: 0px;
	}
	.title-content h1{
	font-size: 22px;
	}
	.title-sub h1{
	font-size: 24px;
	}
	.acknowledgement-list{
		width: 100%;
		margin-bottom: 10%;
	}
	.acknowledgement-listing{
		padding: 0;
	}
	.service-list.odd .service-image{
		float: left;
	}
	.service-list.odd .service-detail{
		float: right;
	}
	.service-listing .service-list{
		text-align: left;
	}
	.team-big-image{
		display: none;
	}
	.team-detail{
		float: none;
		width: auto;
	}
	.team-image{
		height: auto;
	}
	.team-tab .bx-wrapper .bx-viewport{
		border-radius: 0;
	}
	.portfolio-list{
		width: 100%;
	}
	.portfolio-list .portfolio-title span{
		font-size: 16px;
		color: #444;
	}
	.blog-listing .blog-list{
		width: 100%;
	}
	.parallax-section input[type="text"], 
	.parallax-section input[type="email"], 
	.parallax-section input[type="url"], 
	.parallax-section input[type="password"], 
	.parallax-section input[type="search"], 
	.parallax-section input[type="tel"], 
	.parallax-section textarea{
		width: 100%;
	}

	.team-content{
		margin-top: 30px;
	}
    .top-footer .top-footer-wrap{
        margin: 0;
    }
	.footer-block{
		width: 100% !important;
		margin: 0 0 15px !important;
		float:none;
	}
	#site-logo,
	.logo-top #site-logo{
		width: 80%;
		text-align: center;
	}
	.main-navigation > ul{
		max-height:320px 
	}
	.slider-caption{
		display: none;
	}
	.tab-project{
		width: 82px;
		height: 60px;
	}
	.tree * {
	    margin: 0; padding: 0;
	    font-size: 12px;
	}
	.tree li a{
	    /*height: px;*/
	    width: 60px;
	    padding: 5px 5px;
	    text-decoration: none;
	    background-color: #f6f4f1;
	    color: #8b8b8b;
	    font-family: arial, verdana, tahoma;
	    font-size: 90px;
	    display: inline-block;  
	    box-shadow: 0 1px 2px rgba(0,0,0,0.1);

	    -transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	}
	
}

@media screen and (max-width: 720px) and (orientation : landscape){
	.main-navigation > ul{
		max-height:220px 
	}
	
	.acknowledgement-list{
		width: 100%;
		margin-bottom: 10%;
	}
	.acknowledgement-listing{
		padding: 0;
	}
	.portfolio-list{
                width: 100%;
        }
        .portfolio-list .portfolio-title span{
                font-size: 24px;
                color: #444;
        }
	.portfolio-list .portfolio-title{
	top: 35%;
	left: 30%;
	}
	.portfolio-list .learn-more{
	font-size: 20px;
	top: 80%;
	left: 35%;
	}
	.charts {
                padding-left: 50px;
        }
	.tree * {
            margin: 0; padding: 0;
            font-size: 18px;
        }
        .tree li a{
            height: 80px;
            width: 120px;
            padding: 5px 5px;
            text-decoration: none;
            background-color: #f6f4f1;
            color: #8b8b8b;
            font-family: arial, verdana, tahoma;
            font-size: 90px;
            display: inline-block;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);

            -transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }
        .caption-style-1 li{
                float: left;
                padding: 10px 10px;
                position: relative;
                overflow: hidden;
        }
        .caption-style-2 li{
                float: left;
                padding: 10px 10px;
                position: relative;
                overflow: hidden;
        }



}

@media screen and (min-width: 1001px){
	.main-navigation > ul{
		display: block !important;
	}
	.logo-top .main-navigation > ul{
		display: inline-block !important;
	}
}
