@charset "utf-8";
@import url("font-awesome/font-awesome.min.css");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}
/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}
a {	text-decoration: none;}


/*-------------CSS RESETTING END-----------------------*/


/*-------------COMMON CSS START-----------------------*/

body{
	font-family: 'Open Sans',Arial,Verdana,serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #d70951;
    font-family: 'Open Sans',Arial,Verdana,serif;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 15px;
    white-space: normal;
}

/*-------------COMMON CSS END-----------------------*/

.fl {float:left}
.fr {float:right !important}
#container {border-top: 3px solid #35a7b8; float: left; width: 100%;}
.header {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#header-links h4 span {
    font-family: "Open Sans",Arial,Verdana;
    font-weight: 800;
}
.logo-part {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	float: left;
}
#header-links {
    float: right;
    margin-top: 20px;
}
ul.social-icons{
    float: right;
    list-style: none;
    display: block;
}
ul.social-icons.header{
    float:right;
	margin-bottom:10px;
}
ul.social-icons li {
    float: left;
    margin-left: 3px;
    display: inline;
}
ul.social-icons li a{
    background: #2c2c2c;
    padding: 6px 6px 4px 4px;
}
ul.social-icons li a:hover{
    background: #3eb0c1
}

ul.social-icons.header li a{
    background: #FFF;
    padding: 3px 7px 3px 2px;
}
ul.social-icons.header li a:hover{
    background: #d70951;
}
ul.social-icons li a i{
     font-size: 16px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    
    color:#ababab;
}
ul.social-icons li a:hover i {
    color:#FFF;
    text-align: center;
    text-decoration: none;
}
ul.social-icons.header li a:hover i {
    
     text-decoration: none;
}.main-menu {
	float: left;
	width: 100%;
	height: 42px;
	background-color: #35a7b8;
}
.menu-part {
	height: 42px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main-navigation {float: left;}
#main-navigation li {display:inline}
#main-navigation li a, #main-navigation li a:visited{
	font-size: 13px;
	text-transform: uppercase;
	line-height: 42px;
	font-weight: 600;
	color: #FFFFFF;
	background-image: url(../images/seperator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#main-navigation li a:hover{
	background-color: #d70951;
}
.active a, .active a:visited, .active a:hover {background-color: #d70951;}.search-bar {
	float: right;
}

.top-search{float:right;margin-top:7px;}
.top-search input{width:200px;font-size:11px;color:#888;}
.search-btn{float:right;position:relative;padding:0;top:0;right:0;margin:-3px 0 0 -35px;background:url(../images/search-bg.png) center center no-repeat;width:35px;height:32px;cursor:pointer;border:none;z-index:100;box-shadow:none}
.search-field{float:right;position:relative}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    color: #888888;
    font-size: 13px;
    max-width: 100%;
    outline: medium none;
    padding: 5px 5px;
}

.home-bar {
	float: left;
	width: 100%;
	background-color: #a0a0a0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.home-text {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.home-text h4 {
  color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}


.home-text p {
    color: #FFFFFF;
    font-size: 14px;
	float:left;
	margin-top: 5px;
}
.button:link, .button:visited{background: none repeat scroll 0 0 #2F95A4; border-bottom: 1px solid #237B88; border-radius: 4px 4px 4px 4px;color: #FFFFFF !important;
    font-family: "OpenSans",Arial,Verdana;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 20px;
    text-transform: uppercase;
	}
	
.button:hover{background: #d70951;color:#FFF;border-bottom: 1px solid #909090;text-decoration: none;}
.services-bar {
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}
.services-box {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box1 {
	float: left;
	width: 286px;
	height: 280px;
	background-color: #ffffff;
	margin-top: 55px;
	color: #444444 !important;
}

.box1:hover {
	color: #ffffff !important;
	background-color: #40b7c8;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
.box1-icon {
	margin-top: -40px;
	float: left;
	width: 286px;
	display: block;
	margin-bottom: 15px;
}
.box1-con h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 15px;
}
.box1:hover h2 {
	color: #ffffff;
}
.readmore{
	background: none repeat scroll 0 0 #2F95A4;
	border-bottom: 1px solid #237B88;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF !important;
	font-family: "OpenSans",Arial,Verdana;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
.box1:hover .readmore{background: #d70951;color:#FFF;border-bottom: 1px solid #909090;text-decoration: none;}.services-bar {
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}

.box-m {margin-left:60px;}
.box1-con {
	font-family: "OpenSans",Arial,Verdana;
	text-align: center;
	padding: 20px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

.cases-bar {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.cases-content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.news-box {
	width: 250px;
	background-image: url(../images/news-bg.jpg);
	background-repeat: repeat;
	border: 1px solid #dbdbdb;
	padding: 14px;
	float: left;
	max-height: 250px;
}
.news-box h3 {
	display: block;
	margin-bottom: 20px;
}
.news-details {
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 250px;
}

.cal {
	background-image: url(../images/calender.png);
	background-repeat: no-repeat;
	float: left;
	height: 36px;
	width: 39px;
	margin-right: 10px;
}
.month {
	text-align: center;
	width: 39px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
}
.date {
	float: left;
	width: 39px;
	font-size: 10px;
	color: #505253;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
}
.details {
	font-size: 13px;
	float: left;
	width: 235px;
	color: #444444;
	line-height: 18px;
	margin-left: 5px;
}
.details a {
	color: #444444;
}
.details a:hover {
	color: #39a2b1;
}
.cases {
	width: 680px;
	float: right;
}
.footer{
	float: left;
	width: 100%;
	margin-top: 20px;
	background-image: url(../images/footer-pattern.jpg);
}
.footer-top{
	float: left;
	width: 980px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 44px;
	line-height: 20px;
	color: #a2a2a2;
	font-size: 13px;
	
}
.footer-wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer-part {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.footer-box1 {
	float: left;
	width: 220px;
	margin-bottom: 25px;
	margin-right: 25px;
}
.footer-box1 li {
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	font-size: 13px;
	line-height: 21px;
}
.footer-box1 li a, .footer-box1 li a:visited {
	color: #a2a2a2;
}
.footer-box1 li a:hover {
	color: #52e9ff;
}
.footer-part h4 {
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	display: block;
}
.contact-info .address {
	background-image: url(../images/contact-address.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	display: block;
	margin-bottom: 8px;
}
.contact-info .telephone {
	background-image: url(../images/contact-phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	display: block;
	margin-bottom: 12px;
	line-height: 25px;
}
.contact-info .e-mail {
	background-image: url(../images/contact-mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	display: block;
	margin-bottom: 12px;
	line-height: 25px;
}
.footer-newsletter {
	float: left;
	width: 245px;
}
.newsletter-form{
	float: left;
	width: 245px;
	}
.social-media {
	float: left;
	width: 245px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #515151;
	line-height: 50px;
}

.email-input{
	font-size: 13px !important;
	color: #a2a2a2 !important;
	border-radius: 3px 3px 3px 3px !important;
	background-color: #3a3a3a !important;
	border: 1px solid #303030 !important;
	margin-right: 8px !important;
	padding: 5px !important;
	width: 155px;
	float: left !important;
}
.submit-btn {
	font-size: 12px;
	color: #a2a2a2;
	background-color: #2e2e2e;
	border: 1px solid #222222;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	border-radius: 3px 3px 3px 3px;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	text-transform: uppercase;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}
.submit-btn:hover {
	color: #ffffff;
	background-color: #3eb0c1;
	 -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
.footer-bottom{
	float: left;
	width: 100%;
	background-color: #373737;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #515151;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #909090;
	line-height: 20px;
}
.footer-wrapper-l {
	float: left;
}
.footer-wrapper-r {
	float: right;
}
.footer-wrapper-r a,.footer-wrapper-r a:visited {color: #909090;}
.footer-wrapper-r a:hover {color: #52e9ff;}
.footer-nav {
	float: left;
}
.footer-nav ul li {
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
}
.footer-nav li a, .footer-nav li a:visited {
	color: #909090;
}
.footer-nav li a:hover {
	color: #52e9ff;
}
.f-bottom-wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}











.portfolio-item img{
    width: 100%;
    height: auto;
}


.jcarousel-container {
    margin: 0px 0px 0px 0;
    max-width: 100%;
    padding: 0px;
    float: left;
    position: relative;
}
ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul#projects-carousel li {
    float: left;
    width: 220px;
    height: 240px;
    margin-right: 7px;
    padding: 0;
}
 

.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}
 .jcarousel-next,
.jcarousel-prev {
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: absolute;
    right:0px;
    bottom: -30px;
    border-radius: 2px;
    color:#FFF;
	background-color: #ACACAC;
    border-bottom: 1px solid #909090;
    cursor: auto;

}
.jcarousel-prev {
    right: 23px;    
}
.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}
 
.portfolio-item{
        background: #FFF;
      
    border-radius: 4px 4px 0px 0px;
        width: 100%;
        float:left;
     
     
}
 
.portfolio-item img{
     border-radius: 4px 4px 0px 0px;
}
.portfolio-item-link {
    display: block;
    position: relative;
}
.portfolio-item.round img{border-radius: 4px}
a.portfolio-item-link{
    line-height: 0;
    padding: 0;
    margin: 0;
}
.portfolio-item-link span.portfolio-item-hover {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
      border-radius: 4px 4px 0px 0px;
      -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.portfolio-item-link span.portfolio-item-hover:hover{
    background-position: center center;

}
 
.portfolio-item-title{
    text-align: center;
    padding: 15px 5px 15px 5px;
    background: #FFF;
    border: 1px solid #dbdbdb;
    
    border-top:none;
    border-radius: 0px 0px 4px 4px;

}
.portfolio-item-title a {
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans", Arial, Verdana;
     color:#636363;
     -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

     
}
 .portfolio-item-title a:hover{text-decoration: none; }
.portfolio-item-title p{
    font-style: italic;
    font-size: 12px;
}


.jcarousel-next,.jcarousel-prev { background: #ef013f url("../images/carousel-prev-next.png") 110% 50% no-repeat; border-bottom: 1px solid #b80030;}
.jcarousel-prev { background: #ef013f url("../images/carousel-prev-next.png") -10% 50% no-repeat;   }
.jcarousel-next:hover,.jcarousel-next:focus,.jcarousel-next:active,.jcarousel-prev:hover,.jcarousel-prev:focus,.jcarousel-prev:active { background-color: #ef013f; border-bottom:1px solid #b80030; }
.jcarousel-next-disabled,.jcarousel-next-disabled:hover,.jcarousel-next-disabled:focus,.jcarousel-next-disabled:active,.jcarousel-prev-disabled,.jcarousel-prev-disabled:hover,
.jcarousel-prev-disabled:focus,.jcarousel-prev-disabled:active {  background-color: #acacac;  border-bottom:1px solid #909090; cursor: auto;}

/*about-page*/
.container-l {
	width: 680px;
	float: left;
}
.container-r {
	width: 278px;
	float: right;
}
.container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container-bar {
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}
.container h1, .container h2{
	color: #d70951;
	font-family: 'Open Sans', Arial, Verdana, serif;
	font-variant: normal;
	font-weight: normal;
	white-space: normal;
	display: block;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	margin: 0px;
	padding: 0px;
}
.contain {
	background-image: url(../images/blue-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	padding-right: 10px;
}
.about-img {
	float: left;
	margin-right: 15px;
	border: 2px solid #e9e9e9;
	margin-bottom: 5px;
	margin-top: 5px;
}
.ser-box {
	background-image: url(../images/blue-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	font-size: 13px;
	margin-bottom: 30px;
}
.ser-box ul li a, .ser-box ul li a:visited {
	font-family: 'Open Sans', Arial, Verdana, serif;
	line-height: 25px;
	margin-bottom: 5px;
	display: block;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
}

.ser-box li span {
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}
.input {
	padding: 5px;
	width: 340px;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 25px;
	color: #2F95A4 !important;
	height: 25px;
}
.form-drop-down {
	border: 1px solid #e6e0cd;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	margin-bottom: 15px;
	margin-top: 5px;
	text-decoration: none;
	width: 351px;
	-webkit-box-shadow: inset 0px 0px 3px 2px #a39f92;
	box-shadow: inset 0px 0px 3px 2px #a39f92;
	color: #494949;
	line-height: 40px;
}
.form label span {
	color: #D01154;
}

.textarea {
	width: 340px;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 20px;
	color: #2F95A4 !important;
	height: 75px;
}
.form-submit-btn {
	border-bottom: 1px solid #237B88;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF !important;
	font-family: "OpenSans",Arial,Verdana;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	background-attachment: scroll;
	background-color: #2F95A4;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.form-submit-btn:hover {
	background: #d70951;
	border-bottom: 1px solid #909090;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
.banner {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
	float: left;
}
.slideshow { height: 490px; width: 100%; margin: auto; overflow:hidden }
.slideshow img { /*padding: 15px; border: 1px solid #ccc; background-color: #eee;*/ width: 100%; height: auto; }
.message{color:red;}
.jquery_err {border: 1px solid red;}
.error {color: red;}
.done {color: red;}
.accordion {

	width:  100%;

}
.accordion h3 {
 margin-bottom: 0px;
font-weight: normal;
}
.ser-box li {
	padding-left: 20px;
}
.ser-box ui li a
{
	color:#D70951 !important;
}

.contain p {margin-bottom: 12px;}
.form p {margin-bottom:0px;}

.contain ul {list-style: disc; margin-left: 25px;}
.contain ul li {margin-bottom: 8px;}