/* -------------------------------- 

Primary style

-------------------------------- */
.active {
	color: #faa61a !important;
}



body {
  font-size: 15px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #717171 !important;
  background-color: #f2f2f2 !important; /* 30.4.16 */
}


#logo
{
	width:309px;
	height:81px;
	background:url(../images/logo.png) no-repeat;
}
@media only screen and (max-width: 420px) {
#logo
{
	width:102px;
	height:81px;
	background:url(../images/logo_small.png) no-repeat;
}
}
.top_info
{
	background:#333333;
	padding:10px;
	color:#b9b9b9;
}
.header_area_fixed
{
	width:100%;
	height:auto;
	position: fixed;/* 30.4.16 */
    z-index: 999;/* 30.4.16 */
}





/* conttent sec css */


.aboutus_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/about_bg.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.whoweare_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/who_we_are_bg.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.corporatevalues_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/corporate_values.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.whyus_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/whyus.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.team_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/team_bg.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.certification_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/certification_bg.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.clients_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/clients_bg.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.projects_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/projects_bg.jpg) center bottom no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
h1.breadcum
{
	
	font-size:42px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
h3.breadcum
{
	
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;}
.aboutus_breadcum h3
{
	
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}
.sidebar_menu
{
	width:100%;
	height:auto;
	background:#fff;
	border-bottom:3px solid #d5d5d5;
	
}
.sidebar_content_sec
{
	margin:0;
	padding:20px;
	width:100% !important;
	height:auto;
	background:#fff;
	float:left;
	text-align:justify;
}
.sidebar_content_sec h1
{
	color:#faa61a;
	font-size:30px; /*08.06.16*/
	text-transform:uppercase;
	margin: 30px 0;/*08.06.16*/
    text-align: center;/*08.06.16*/
}
.sidebar_content_sec h2 {
    color: #000;
    font-size: 20px;
    margin: 20px 0;
	padding-bottom: 10px;
    background: url(../images/heading_underline_inner.jpg) left bottom no-repeat;
}
.sidebar_content_sec p
{
	line-height:22px;
}

.content_area
{
	margin:0;
	padding:20px;
	width:100% !important;
	height:auto;
	background:#fff;
	float:left;
	height:auto;
	text-align:justify;
}
.content_area h1
{
	
	font-size:23px;
	text-transform:uppercase;
	color:#333;
	text-align:center;
	margin:0;
	margin-bottom:20px;
	padding-bottom: 10px;
    background: url(../images/heading_underline.jpg) center bottom no-repeat;
}
.content_area p
{
	line-height:22px;
	text-align:center;
}
.client_sec
{
	margin:10px;
	padding:15px;
	width:100%;
	height:auto;
	border:1px solid #616161;
	background:#fff;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
.client_sec p
{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	line-height:22px;
	font-size:13px;
	text-align:justify;
	margin-top:15px;
}
.client_sec img
{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	line-height:22px;
	font-size:15px;
	text-align:center;
	margin-top:15px;
}

.services_sidebar
{
	width:100%;
	background:#e8e8e8;
	padding:13px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	margin-top:30px;
}
.services_sidebar h1
{
	padding:15px;
	
	color:#333;
	margin:0;
	margin-bottom:10px;
}
/* left side menu css */
#sree-welcome{
	background:#c0d731 url(images/skeletal-weave.png) repeat; padding:10px 0; text-align:center; color:#fff; font-size:35px;
	}
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .banner .slider ul {
		height: 447px;
	}
  
}


.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333;
	font-weight:bold;
    background-color: none !important;
	box-shadow:none !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background: none !important;
  
}
.navbar-default {
	background:none !important;
}
.navbar-default {
    border:none !important;
}
@media (min-width: 768px)
.navbar {
	{
    border-radius: 4px !important;
}
}

.navbar_ch
{
	background-image:none !important;
	border-radius:0 !important;
	box-shadow:none !important;
}
.font-awesome
{
	margin-right:10px;
}
.team_row
{
	padding-bottom:35px;
	border-bottom:1px solid #f1f1f1;
	width:100%;
	height:auto;
	overflow:hidden;
}
.team_row h1
{
	font-size: 20px;
    
    color: #333;
	font-weight:bold;
	margin:0;
	margin-bottom:20px;
	text-transform:none;
	text-align: left; /*11-05-16*/
}
.team_desc
{
	width:100%;
	margin: 0;
    border-left: 5px solid #faa61a;
    padding: 0px 0px 0px 16px;
    text-align: justify;
}
.grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
}

.certifications
{
	
	width:100% !important;
	height:auto;
	padding:10px;
	border:1px solid #f1f1f1;
	margin-bottom:10px;
}
.certifications img
{
	text-align:center;
}
.certifications h1
{
	
	font-size:20px;
	color:#333;
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/heading_underline.jpg) center bottom no-repeat; /*08.06.16*/
}
.certifications, .desc
{
	text-align:justify;
	line-height:22px;
}




/* timeline css */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #faa61a;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #c4c4c4;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #faa61a;
  color: white;
  border-radius: 0.25em;
  transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #f2a11a;
  transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 2rem;
	
  }
  .cd-timeline-content p {
    font-size: 15px; /*30.05.16*/
    
	font-family: 'Roboto Condensed', sans-serif; /*30.05.16*/
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    
    font-size: 12px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
	margin-top: 20px; /*07.05.16*/
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 20px;
	
    
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/* contact us form css */

.cd-form {
  width: 100%;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 29px 20px 24px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 6px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #94aab0;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #2b3e51;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.svg");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.svg");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #f9a61a;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #538933;
  transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form [required] {
  background: url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 16px;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important;
}
.cd-form .user {
  background: url("../images/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form [required].user {
  background: url("../images/cd-icon-user.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .company {
  background: url("../images/cd-icon-company.svg") no-repeat 16px center;
}
.cd-form [required].company {
  background: url("../images/cd-icon-company.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .email {
  background: url("../images/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form [required].email {
  background: url("../images/cd-icon-email.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .budget {
  background: url("../images/cd-icon-budget.svg") no-repeat 16px center;
}
.cd-form .message {
  background: url("../images/cd-icon-message.svg") no-repeat 16px 16px;
}
.cd-form [required].message {
  background: url("../images/cd-icon-message.svg") no-repeat 16px 16px, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .subject {
  background: url("../images/cd-icon-subject.png") no-repeat 16px 16px;
}
.cd-form [required].subject {
  background: url("../images/cd-icon-subject.png") no-repeat 16px 16px, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .call {
  background: url("../images/cd-icon-call.png") no-repeat 16px 16px;
}
.cd-form [required].call {
  background: url("../images/cd-icon-call.png") no-repeat 16px 16px, url("../images/cd-required.svg") no-repeat top right;
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
  left: 56px;
}
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .js .floating-labels .cd-label {
    top: 20px;
  }
}



.contactform_area
{
	background:#f1f1f1;
	padding:20px;
	width:100%;
	height:auto;
}
.jumbotron h1.contact_heading
{
	font-size: 20px;
	letter-spacing:4px;
	color:#333;
}
.maparea
{
	width:100%;
	height:auto;
	border: solid 8px #E8E8E8;
}
h3.address
{
	font-size:16px;
	
	color:#333;
	text-decoration:underline;
}
.sec_separator
{
	width:100%;
	height:1px;
	background:#f1f1f1;
	margin:30px 0;
	overflow:hidden;
}
#map_icon
{
	color:#f9a61a;
	font-size:80px;
	margin-bottom:20px;
	text-align:center;
}
#call_icon
{
	color:#538a2f;
	font-size:80px;
	margin-bottom:20px;
	text-align:center;
}
#email_icon
{
	color:#c0d731;
	font-size:80px;
	margin-bottom:20px;
	text-align:center;
}
#fax_icon
{
	color:#e84c3d;
	font-size:80px;
	margin-bottom:20px;
	text-align:center;
}

/* gallery css */


* {
  box-sizing: border-box;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.container_gl {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container_gl .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container_gl .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.container_gl .gallery a.big img {
  width: 40%;
}

.align-center {
  text-align: center;
}


.hidden-scroll{overflow:hidden}
.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:1006}
.sl-wrapper{z-index:1000}
.sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}
.sl-wrapper button:hover{opacity:.7}
.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:1015}
.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1015}
.sl-wrapper .sl-navigation{width:100%;display:none}
.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-align:center;display:block;z-index:1015;font-family:arial sans-serif}
.sl-wrapper .sl-navigation button.sl-next{right:40px}
.sl-wrapper .sl-navigation button.sl-prev{left:40px}
.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}
.sl-wrapper .sl-image img{margin:0;padding:0;display:block}
.sl-wrapper .sl-image iframe{border:0;background:#000}
.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:.8;position:absolute;bottom:0;left:0;right:0}
.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}
.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}
.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:1005}
.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}
.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}


h1.gallery
{
	font-size:16px;
	color:#333;
	text-transform:none;
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom: 10px;
    background: url(../images/project_heading_underline.jpg) center bottom no-repeat; /*08-06-15*/
}

/* footer css */
footer
{
	margin:0;
	width:100%;
	padding:0;
	background:#272727;
	margin-top:30px;
}
.quick_links {
    padding-top: 68px;
    padding-bottom: 68px;
    background: #171717;
	text-align:center;
}
.quick_links a {
	color: #939393;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.quick_links a:hover {
	color: #faa61a;;
	font-size:14px;
	text-decoration:none;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.company-details {
    color: #939393;
    padding-top: 67px;
	text-align:center;
	margin-bottom: 50px;
}
#red_text
{
	color:#e96656;
	font-size:30px;
}
#green_text
{
	color:#34d293;
	font-size:30px;
}
#blue_text
{
	color:#3ab0e2;
	font-size:30px;
}
.poweredby
{
	margin:0;
	padding:0;
	color:#939393;
}
.poweredby a
{
	color: #939393;
	font-size:14px;
	text-decoration:none;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.poweredby a:hover
{
	color: #faa61a;
	font-size:14px;
	text-decoration:none;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}


/* testomonial css start */

.arrow_box_left {
	position: relative;
	background: #f6f6f6;
	width:100%;
	height:auto;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
p.testimonial {
	text-align:left;
	margin-top: 0;
	margin-bottom: 0;
}
h2.testimonial {
	
	color:#548b32;
	margin-top:0;
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
.arrow_box_left:after, .arrow_box_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_left:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f6f6f6;
	border-width: 7px;
	margin-top: -8px;
}
.arrow_box_left:before {
	border-right-color: #f6f6f6;
	border-width: 14px;
	margin-top: -14px;
}
.testimonoal_separator
{
	margin:30px 0;
	background:#f1f1f1;
	width:100%;
	height:1px;
}




.arrow_box_right {
	position: relative;
	background: #f6f6f6;
	width:100%;
	height:auto;
	padding:15px;
	border-radius:5px;
}
.arrow_box_right:after, .arrow_box_right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_right:after {
	border-left-color: #f6f6f6;
	border-width: 7px;
	margin-top: -8px;
}
.arrow_box_right:before {
	border-left-color: #f6f6f6;
	border-width: 14px;
	margin-top: -14px;
}
p.testimonial_right {
	text-align:right;
	margin-top: 0;
	margin-bottom: 0;
}
h2.testimonial_right {
	
	color:#548b32;
	margin-top:0;
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}
.testimonial_area
{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.testimonial_area img
{
	text-align:center;
}





/* home page css */



/* header css */
header
{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	background:#fff;
}
header img
{
	width:309px;
	height:81px;
	text-align:center;
}


/* menu css */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  width:100%;
  padding: 17px 0; /*06.05.16*/
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 20px 10px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #2e3233;
  font-weight:500;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px; 
}
#cssmenu > ul > li.active > a {
  padding: 20px 10px;
  color: #faa61a;/*06.05.16*/
}

#cssmenu > ul > li:hover > a {
  color: #faa61a;
}


#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.0);
  padding: 11px 15px;
  width: 250px;
  text-decoration: none;
  color: #717171;
  font-weight: 500;
  background: #f6f6f6;
  font-family: 'Roboto Condensed', sans-serif;
  line-height:12px;
  font-size:14px; /*06.05.16*/
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #fff;
   background: #faa61a;
	
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
	
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	background-color:#FFF;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a, {
    color: #faa61a;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	background-color:#FFF;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}



/* slider css */




.section-header h2 {
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
	
}
.section-header {
    text-align: center;
    padding-bottom: 75px;
}
.dark-text {
    color: #404040;
}
.white-text {
    color: #FFFFFF;
}
.section-header .section-legend {
    font-size: 16px;
    margin-bottom: 0;
    color: #808080;
    padding-top: 0;
}
.main_section
{
	width:100%;
	height:auto;
	padding:50px 0;
}
.focus .row .focus-box, .our-team .row .team-box {
    display: inline-block;
    float: none !important;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 25px;
}
.focus-box .service-icon {
    margin-bottom: 30px;
    width: 130px;/* 30.4.16 css */
    height: 130px;/* 30.4.16 css */
    margin: auto;
    border-radius: 50%;
    border: 10px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.focus-box:nth-child(4n+1) .service-icon:hover {
    border: 10px solid #faa61a;
}
.focus-box:nth-child(4n+2) .service-icon:hover {
    border: 10px solid #faa61a;
}
.focus-box:nth-child(4n+3) .service-icon:hover {
    border: 10px solid #faa61a;
}
.focus-box:nth-child(4n+4) .service-icon:hover {
    border: 10px solid #faa61a;
}
.focus-box h3 {
    margin-bottom: 15px;
    color: #404040;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 17px;
    float: none;
    width: auto;
    background: none;
}
.focus-box:nth-child(4n+1) .red-border-bottom:before {
    background: #e96656;
}
.focus-box:nth-child(4n+2) .red-border-bottom:before {
    background: #34d293;
}

.focus-box:nth-child(4n+3) .red-border-bottom:before {
    background: #3ab0e2;
}
.focus-box:nth-child(4n+4) .red-border-bottom:before {
    background: #f7d861;
}
.red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 12.5%;
}
.focus-box p {
    font-size: 15px;
    color: #808080;
	font-weight: 100;
}
h3 {
    font-size: 45px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    
    margin: 0;
}
.focus-box .service-icon .pixeden {
    border-radius: 50%;
}
.pixeden {
    height: 63px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.services_bg
{
	margin:0;
	padding:50px 0;
	background:url(../images/services_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size: cover;
}

img
{
	width:100%;
	height:100%;
	background-size:100% 100%;
}
.service_heading {
    color: #faa61a;
    text-transform: uppercase;
    font-size: 16px;
    
    font-weight: bold;
}
.read-more-btn {
    color: #faa61a;
    font-size: 14px;
    
    cursor: pointer;
}
.service_icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 7px 1px;
    color: #fff;
}


/* gallery css */
.portfolio-section {
    padding-bottom:40px;
}


/* category filter */

.filter-section {
	padding:0;
}


.filter-container {
    text-align:center;
    padding:20px
}


ul.filter > li > a {
    color:#111;
    font-size:20px;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#faa61a;
    outline:none
}

ul.filter > li.active a {
    color:#faa61a
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
    height:auto
}


/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title a {
    color:#aaa
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#c8e9c8;
    background-color:rgba(194,231,194,0.9)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}


/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
|
|
|
*/



.demo-colored-wrap {
	background:#ecf0f1;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media only screen and (max-width: 992px){
.section-header h2 {
    font-size: 30px;
}
}



/* contact us css */
.cotact_us_bg
{
	margin:0;
	padding:50px 0;
	background:url(../images/contactus_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	width:100%;
	height:auto;
}

.textarea-box {
    border: 0;
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 180px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255,255,255, 0.95);
}
.form-control {
    display: block;
    width: 100%;
	height:40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.submit_button
{
	padding: 13px 35px 13px 35px;
	margin:0;
	background:#faa61a;
	cursor:pointer;
	text-align:center;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	border-radius:5px;
	border:none;
	text-transform:uppercase;
	color: #fff;
}
.submit_button:hover
{
	padding: 13px 35px 13px 35px;
	background:#538a2f;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}


/* testimonial css */
#client-feedbacks .feedback-box {
    width: 47%;
    float: left;
    background: #FFFFFF;
    padding: 15px 10px; /* 30.4.16 edits */
    margin: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    z-index: 5;
}
.feedback-box .message {
    font-size: 15px;
    color: #777777;
}
.feedback-box .client {
    height: 45px; /* 30.4.16 edits */
    position: relative;
}
.feedback-box .quote {
    float: left;
    font-size: 45px;
    line-height: 80px;
}
.red-text {
    color: #e96656;
}
.feedback-box .client-info {
    float: left;
    margin-left: 18px;
    padding-top: 15px;
}
.feedback-box .client-info .client-name {
    font-family: 'Homemade Apple', serif;
    color: #404040;
}
.feedback-box .client-image {
    float: right;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f6f6f6;
}
.feedback-box .client-image img {
    width: 100%;
    height: 100%;
}
@media (max-width: 992px){
#client-feedbacks 
.feedback-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}


/* client logo css */

 .jssorb03 {
            position: absolute;
        }
        .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
            position: absolute;
            /* size of bullet elment */
            width: 21px;
            height: 21px;
            text-align: center;
            line-height: 21px;
            color: white;
            font-size: 12px;
            background: url(../images/a03.png) no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb03 div { background-position: -5px -4px; }
        .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
        .jssorb03 .av { background-position: -65px -4px; }
        .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

        /* jssor slider arrow navigator skin 03 css */
        /*
        .jssora03l                  (normal)
        .jssora03r                  (normal)
        .jssora03l:hover            (normal mouseover)
        .jssora03r:hover            (normal mouseover)
        .jssora03l.jssora03ldn      (mousedown)
        .jssora03r.jssora03rdn      (mousedown)
        */
        .jssora03l, .jssora03r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url(../images/a03.png) no-repeat;
            overflow: hidden;
        }
        .jssora03l { background-position: -3px -33px; }
        .jssora03r { background-position: -63px -33px; }
        .jssora03l:hover { background-position: -123px -33px; }
        .jssora03r:hover { background-position: -183px -33px; }
        .jssora03l.jssora03ldn { background-position: -243px -33px; }
        .jssora03r.jssora03rdn { background-position: -303px -33px; }
		
		
		
		
		
/* 30.4.16 css */

.top_area_fixed {
    width: 100%;
    height: 148px;
}
.career_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/career_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}

/*==================================30.4.16*/
.service_ext_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/externalele_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.service_int_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/internalele_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.service_pmc_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/pmc_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.service_civil_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/civil_cons_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.service_sec_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/security_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}
.service_other_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/others_services_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}

.contact_us_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/contactus_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}

.history_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/history_bg.png) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}

.gallery_breadcum
{
	margin:0;
	padding:0;
	background:url(../images/gallery_bg.jpg) center center no-repeat;
	background-attachment:fixed;
	padding:80px 0;
	margin-bottom:40px;
	width:100%;
	background-size:cover;
}



/*==================================30.4.16*/
.social_icon {
    text-align: right;
    overflow: hidden;
}
.facebook_small {
    background-image:url(../images/facebook.png);
}
.twitter_small {
    background-image:url(../images/twitter.png);
}
.linked_small {
    background-image:url(../images/linkedin.png);
}
.roll_over_small {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    float: right;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.roll_over_small:hover {
    background-position: 0px -25px;
}
.feedback-box .read_more {
    font-size: 12px;
	color:#fff;
	background:#faa61a;
	border-radius:4px;
	padding:10px 15px;
	float:right;
	cursor:pointer;
}		







/****************************home slider*****************************/
.banner .slider ul {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
/*height: 447px;*/
overflow: hidden;
position: relative;
}
.banner .slider .dots:after {
display: table;
clear: both;
content: "";
}
.banner .slider .dots {
position: absolute;
margin-top: -35px;
left: 47%; /*03.05.16*/
z-index: 40;
 *zoom: 1;
}
.banner .slider .dots a {
display: block;
float: left;
width: 12px;
height: 12px;
margin-right: 10px;
text-indent: -9999em;
background: #000;
border-radius: 10px;
}
.banner .slider .dots .cur {
background: #faa61a;
}
/*.arrow {
    display:none ;
	
}*/
.arrow .fa-angle-left, .arrow .fa-angle-right{
	/*border:solid 3px #fff;*/
	width:36px;
	height:36px;
	font-size:26px;
	text-align:center!important;
	background-color:rgba(0,0,0,0.5);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	line-height:36px;
	
	}

/****************contact form css edit**************************/
.wpcf7-not-valid-tip {
    color: red !important;
}
#phone {
    width: 100% !important;
    border: 1px solid #cfd9db !important;
    background-color: #ffffff !important;
    border-radius: .25em !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08) !important;
    /*padding: 16px !important;*/
	height: 56px;
}
.screen-reader-response {
    display: none !important;
}
.wpcf7-response-output.wpcf7-validation-errors {
    color: red !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #0C0 !important;
}


/********client css***/
#owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
/*.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: white !important;
}*/


/* 05.05.16 */
.testimonial_bg
{
	background: rgba(255,219,162,1);
background: -moz-linear-gradient(left, rgba(255,219,162,1) 0%, rgba(250,166,26,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,219,162,1)), color-stop(100%, rgba(250,166,26,1)));
background: -webkit-linear-gradient(left, rgba(255,219,162,1) 0%, rgba(250,166,26,1) 100%);
background: -o-linear-gradient(left, rgba(255,219,162,1) 0%, rgba(250,166,26,1) 100%);
background: -ms-linear-gradient(left, rgba(255,219,162,1) 0%, rgba(250,166,26,1) 100%);
background: linear-gradient(to right, rgba(255,219,162,1) 0%, rgba(250,166,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdba2', endColorstr='#faa61a', GradientType=1 );
}


/* 07.05.16 */

.js .boxgallery,
.js .boxgallery div {
	position: absolute;
}

.js .boxgallery,
.bg-tile,
.bg-img {
	overflow: hidden;
}

.js .boxgallery,
.js .panel {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.panel {
	z-index: 0;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.bg-tile {
	width: 50%;
	height: 50%;
}

.bg-tile:nth-child(2),
.bg-tile:nth-child(4) {
	left: 50%;
}

.bg-tile:nth-child(3),
.bg-tile:nth-child(4) {
	top: 50%;
}

.bg-img {
	width: 100%;
	height: 100%;
	background: #999;
}

.bg-img img {
	position: absolute;
	display: block;
	height: 200%;
}

@media screen and (min-aspect-ratio: 1280/850) {
	.bg-img img {
		width: 200%;
		height: auto;
	}
}

.bg-tile:nth-child(2) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
	left: -100%;
}

.bg-tile:nth-child(3) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
	top: -100%;
}

/* Navigation Arrow */
.boxgallery > nav span {
	position: absolute;
	top: 50%;
	z-index: 1000;
	display: block;
	width: 100px;
	height: 100px;
	outline: none;
	text-align: left;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.boxgallery > nav span.prev {
	left: 0;
}

.boxgallery > nav span.next {
	right: 0;
}

.boxgallery > nav i {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.boxgallery > nav span::before,
.boxgallery > nav span::after,
.boxgallery > nav i::before,
.boxgallery > nav i::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	outline: 1px solid transparent;
	background: #dbccd0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.boxgallery > nav i::before,
.boxgallery > nav i::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.boxgallery > nav span::before,
.boxgallery > nav i::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.boxgallery > nav span.next::before,
.boxgallery > nav span.next i::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.boxgallery > nav span::after,
.boxgallery > nav i::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.boxgallery > nav span.next::after,
.boxgallery > nav span.next i::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.no-touch .boxgallery > nav span:hover i::before,
.no-touch .boxgallery > nav span:hover i::after {
	height: 50%;
}

.no-touch .boxgallery > nav span:hover::before,
.no-touch .boxgallery > nav span:hover i::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.no-touch .boxgallery > nav span.next:hover::before,
.no-touch .boxgallery > nav span.next:hover i::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.no-touch .boxgallery > nav span:hover::after,
.no-touch .boxgallery > nav span:hover i::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.no-touch .boxgallery > nav span.next:hover::after,
.no-touch .boxgallery > nav span.next:hover i::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

/* Transitions and individual delays/effects */
/* The "active" class is given to the panel that is coming */

.panel.current {

	z-index: 2;
}

.panel.active {
	z-index: 1;
}

.panel.current .bg-img {
	-webkit-transition: -webkit-transform 1.1s ease-in-out;
	transition: transform 1.1s ease-in-out;
}

.boxgallery[data-effect="effect-1"] .panel.active .bg-tile,
.boxgallery[data-effect="effect-2"] .panel.active .bg-tile {
	-webkit-animation: scaleDown 1.1s ease-in-out;
	animation: scaleDown 1.1s ease-in-out;
}

@-webkit-keyframes scaleDown {
	from { -webkit-transform: translate3d(0,0,380px); transform: translate3d(0,0,380px); }
	to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes scaleDown {
	from { -webkit-transform: translate3d(0,0,380px); transform: translate3d(0,0,380px); }
	to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Variation 2 */
.boxgallery[data-effect="effect-2"] .panel.current .bg-img {
	-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.9s cubic-bezier(0.7,0,0.3,1);
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(2) .bg-img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(3) .bg-img {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(4) .bg-img {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

/* Variation 3 */
.boxgallery[data-effect="effect-3"] .panel::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: '';
	-webkit-transition: opacity 1.1s ease-in-out;
	transition: opacity 1.1s ease-in-out;
}

.boxgallery[data-effect="effect-3"] .panel.current::after,
.boxgallery[data-effect="effect-3"] .panel.active::after {
	opacity: 0;
}

.boxgallery[data-effect="effect-3"] .panel.current::after {
	-webkit-transition: none;
	transition: none;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-img {
	-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.7,0,0.3,1);
	transition: transform 1.1s cubic-bezier(0.7,0,0.3,1);
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(2) .bg-img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(3) .bg-img {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(4) .bg-img {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

@media screen and (max-width: 380px) {
	.boxgallery > nav span {
		width: 50px;
		height: 50px;
	}
}
/*AISHWARYA*/
.sticky {
    position:fixed;
    top:0;
}
#header {
   height:100px;
   width:100%;
   background-color:#FFF; z-index:999999;
}
.logosizeheader{
	width:250px;
	height:70px;

	}
div{ border:solid px #0F0;}
#cssmenu ul li a.active {
   color: #faa61a;
   
}
#cssmenu ul li a.deactive{
   color: #2e3233;
}
.sree-welcome{
	background-color:#34d293;
	padding:3px;
	}
.sree-welcome h1{ text-align:center;
color:#FFF;}
div{ border:solid px #000;}

.wpcf7-form-control-wrap user_message textarea{
	height:100px!important;
	
	}
#ssi_parent_cfluid{
	margin-top:-15px;
	}
.bounce {
  -moz-animation: bounce 2s;
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.jumbotron{ background-color:#fff; !important}

/*.textsreesai{
	position:absolute;
	margin-top:-325px;
	text-align:center;
	
	color:#fff;
	text-shadow:0px 0px 2px 2px #000;
	left:-1050px;
	}

.textsreesai .textsreesai-sndimg,.textsreesai .textsreesai-thdimg{
	display:none;
	}*/



/*AISHWARYA*/




/*History page css 12.5.16 ............ starts */

.htry-circle{
	width: 80px;
	height: 80px;
	background: #75ce66;
	padding: 12px;
    color: #fff;
    font-size: 20px;
	text-align:center;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border:solid 3px #fff;
	/*position:relative;*/
	position:absolute;
	margin-left:-97px;
	margin-top: -100px;
	line-height:50px;
	box-shadow:0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	}
#htry-left-border-child,#htry-right-border-child{ 
background-color:#FFF;
border-radius:5px;
padding:10px;
margin-bottom:20px;
box-shadow: 0 3px 0 #c4c4c4;


}
#htry-right-border-child{
	margin-top:40px;
	}

#htry-left-border{
	border-right:solid 2px #faa61a;
	
	}
#htry-right-border{
	border-left:solid 2px #faa61a;
	
	}
#htry-left-border,#htry-right-border{
	padding:55px;
	
	
	
	}
.htry-right{ margin-right:-15px; color:#FFF;}
.htry-left{ margin-left:-15px; color:#fff;}
#history-parent { border:solid px #000;}

@media screen and (max-width: 768px){
	
	#htry-left-border{ 
		border-right:none;
	}
	#htry-left-border{ 
		border-left:solid 2px #faa61a;
	}
	.htry-circle{
		margin-top:-100px;
		}
	#history-parent{
		 padding:0px 40px 0px 40px;
		}
	#history-parent label{
		display:block;
		}
	#htry-left-border-child,#htry-right-border-child{ 
		font-size:13px;
	}
	#sree-welcome{
	background:#c0d731 url(images/skeletal-weave.png) repeat; padding:10px 0; text-align:center; color:#fff; font-size:25px;
	}
	
}
/*History page css 12.5.16 ............ ends */


