body{
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}
.nopad{
	padding: 0;
}
.leftpad{
	padding-left: 0;
}
.rightpad{
	padding-right: 0;
}
.main-menu{
	background: rgb(237,205,32);
	padding: 20px 0;
}
.logo img{
	float: left;
}
.logo h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    padding-left:77px;
    padding-top: 8px;
}
#menu ul li a{
	color: #333;
    font-size: 14px;
    padding: 9px 15px;
    text-transform: uppercase;
}
#menu ul li a:hover{
	color: #fff;
}
.top-social ul{
	margin-bottom:0;
	margin-top:5px;
}
.top-social ul li{
	padding: 0;
}
.navbar-toggle{
    background: #5998a7 !important;
    margin-top: -35px !important;
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.banner{
    min-height: 500px;
}
.banner .nivo-prevNav{
	background: url("../images/slider_pre.png") no-repeat scroll 0 0;
	width: 36px;
	height:36px;
	left:20px;
}
.banner .nivo-nextNav{
	background: url("../images/slider_next.png") no-repeat scroll 0 0;
	width: 36px;
	height:36px;
	right:20px;
}
.banner .nivo-prevNav:hover{
	background: url("../images/slider_pre_h.png") no-repeat scroll 0 0;
	width: 36px;
	height:36px;
	left:20px;
}
.banner .nivo-nextNav:hover{
	background: url("../images/slider_next_h.png") no-repeat scroll 0 0;
	width: 36px;
	height:36px;
	right:20px;
}
.banner .nivo-controlNav{
	top:540px;
}
.banner .nivo-controlNav a{
	height: 8px;
	width: 8px;
	background: #fff;
}
.banner .nivo-controlNav a.active{
	background: rgb(237,205,32);
}
.banner .nivoSlider{
	margin-bottom: 0
}
.free-consult a {
    background: #edcd20 none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
}
.free-consult {
    margin-left: 15px;
    margin-top: -14%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.about{
	background: #E9E9E9;
	padding: 8% 0;
}
.about-des{
	padding: 0 25px;
}
.about-des a{
	color: #000;
}
.about-des h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.service_div h3{
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	font-size: 32px;
	margin-bottom: 20px;
}
.service_div p{
	text-align: justify;
	padding-top: 15px;
	font-size: 13px;
}
.service_div img:hover {
    box-shadow: 2px 2px 4px 1px gray;
}
.service-caption {
    background: #edcd20 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-top: -80px;
    padding: 5px;
    position: absolute;
    width: 50%;
    z-index: 999;
}
.service_div {
    padding-bottom: 70px;
}
.footer-div{
	background: #2d2d2d none repeat scroll 0 0;
    border-top: 5px solid #edcd20;
    color: #797979;
    margin-top: 30px;
    padding: 20px 0 0;
}
.footer-div h3 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.contact-div{
	color: #797979;
}
.phn{
	background: url("../images/foter_mobile.png") no-repeat scroll 2px 3px;
	padding-left:35px;
}
.mail{
	background: url("../images/foter_email.png") no-repeat scroll 2px 3px;
	padding-left:35px;
}
.mail a{
	color: #797979; 
}
.phn:hover{
	background: url("../images/foter_mobile_h.png") no-repeat scroll 2px 3px;
	padding-left:35px;
	color: #edcd20;
}
.mail:hover{
	background: url("../images/foter_email_h.png") no-repeat scroll 2px 3px;
	padding-left:35px;
}
.mail:hover a{
	color: #edcd20;
}
.links-div ul{
	list-style-type: none;
	padding-left: 0 !important;
}
.links-div a{
	color: #797979;
	text-decoration:none;
	line-height: 2;
}	
.enquiry-div .form-control{
	background: #797979 !important;
	border-radius: 0 !important;
	border: 0 none !important;
	height: 30px !important;
	color: #000;
}
.enquiry-div .form-control::-moz-placeholder{
	color: #000 !important;
}
.enquiry-div .form-group{
	margin-bottom: 5px;
}
.foot-btn{
	color: #000;
	text-transform: uppercase;
	background: #edcd20;
	border:0;
	width: 100%;
	padding: 5px 10px;
	display: block;
	font-weight: bold;
}
.foot2{
	border-top: 1px solid #404040;
	padding: 20px 0 40px;
	margin-top: 20px;
}
.dotangle-logo{
  background: url("../images/dotangle_logo.png") no-repeat scroll 2px -1px;
  display: inline;
  height: 41px;
  padding: 9px 114px 7px 25px;
  width: 136px
}
.power {
    text-align: right;
}
.project-heading{
	background: #edcd20 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 15px;
    text-transform: uppercase;
}
.project-heading::after{
	border-color: #edcd20 transparent;
    border-style: solid;
    border-width: 0 22px 47px 2px;
    bottom: 10px;
    content: "";
    display: block;
    left: 194px;
    position: absolute;
    width: 0;
}
.tab-links{
	padding-top: 30px;
}
.tab-links span {
    font-size: 16px;
    //padding: 0 15px;
    cursor: pointer;
}
.tab-link span::after {
    content: "/";
    padding: 0 0 0 10px;
}

.project-tab{
	padding-top: 20px;
}
/*.tab-content{
	display: none;
}*/
.tab-active span{
	font-weight: bold;
}
.tab-content {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; 
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.project-div .flexslider .slides > li{
    margin-right: 50px;
}
.project-div .flex-direction-nav .flex-next{
    background: url("../images/Left_Arrow.png") no-repeat scroll 0 0;
    right:-55px !important;
}
.project-div .flex-direction-nav .flex-next:hover{
    background: url("../images/Left_Arrow_h.png") no-repeat scroll 0 0 !important;
    right:-55px !important;
}
.project-div .flex-direction-nav .flex-prev{
    background: url("../images/Right_Arrow.png") no-repeat scroll 0 0;
    left:-35px !important;
}
.project-div .flex-direction-nav .flex-prev:hover{
    background: url("../images/Right_Arrow_h.png") no-repeat scroll 0 0 !important;
    left:-35px !important;
}
.quote-div{
	background: #edcd20;
	padding: 20px 0; 
}
.quote-heading{
	background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
}
.quote-div p{
	color: #000;
}
.btn08 {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);*/
}
.btn08 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn08 .ovrly {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn08 .buttons {
    position: absolute;
    right: -10px;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn08 .project-name{
    position: absolute;
    left: 58%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn08 .project-name h3{
    opacity: 0;
    color: #EDCD20;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn08 .buttons .ovrfa {
    /*background: rgb(256, 256, 256);*/
    
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.btn08 .buttons .ovrfa .fa{
	color: #fff;
}
.btn08:hover .buttons .ovrfa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}
.btn08:hover .project-name h3 {
    opacity: 1;
    
}
.btn08:hover .ovrly {
    opacity: 1;
}

/* inner page */

.inner-about{
	padding: 20px 0;
}
.inner-heading{
	color: #EDCD20;
	text-shadow: 1px 2px 1px #000;
	font-size: 32px;
	font-weight: bold;
}
.inner-text {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    text-align: justify;
}
.list-items{
	list-style-image: url("../images/bullet-yellow.png");
	color: #000;
	text-align: justify;
	letter-spacing: 0.5px;
	line-height: 1.7;
}
.sidebar{
	background: rgba(37,109,123,0.6);
	min-height: 250px;
	padding: 0 20px 20px;
}
.side-heading{
	color: #EDCD20;
	text-shadow: 1px 2px 1px #000;
	font-size: 32px;
	font-weight: bold;
	text-align:center;
	padding-top: 20px;
}
.caption-text {
    color: #fff;
    font-size: 20px;
    padding: 20px 0 0;
    text-align: center;
}
.map{
	margin-top: 20px;
}
/*.sidebar-ovrly{
	background: rgba(37,109,123,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	-webkit-animation:rip 6s infinite ease-out;
  -moz-animation:rip 6s infinite ease-out;
}*/


/* end inner page */

/* project page */

.pro-sub-tab {
    display: none;
    //background: #edcd20 none repeat scroll 0 0;
    min-height: 230px;
    padding: 10px 10px 20px 20px;
    border: 1px solid #edcd20;
    border-radius: 5px;
}
.pro-tab-link {
    background: #4498b4 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 3px 0;
    padding: 8px 15px !important;
    text-align: center;
    cursor: pointer;
}
.pro-sub-tab ul li {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.7;
    list-style-type: none;
    text-transform: uppercase;
    padding-top:10px;
}
.pro-sub-tab ul{
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.pro-sub-content{
    display: none;
}
.pro-tab-detail p{
    text-align: justify;
}
.pro-active{
    background: #EDCD20;
}
.pro-subactive{
    font-weight: bold;
}

/* end project page */
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .project-heading::after{
        left: 181px;
    } 
}

@media only screen and (max-width: 640px){
    .banner{
        min-height: initial;
        min-height: auto;
    }
    .nivo-controlNav{
        display: none;
    }
    .tab-link span::after{
        content:none;
    }
    .tab-link{
        display: block !important;
        text-align: center;
    }
    .pro-tab-link{
        width: 100%;
    }
    .flex-direction-nav{
        display: none;
    }
}    
@media screen and (min-device-width: 768px) and (max-device-width: 1279px){
    .banner{
        min-height: initial;
        min-height: auto;
    }
    .nivo-controlNav{
        display: none;
    }
    .flex-direction-nav{
        display: none;
    }
}    