
html {
  font-size: 1em;
  line-height: 1.4;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}



#preloader{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:9999;
background: rgba(255,255,255,1);
}


.loader {
  background:url(../images/loading.gif) no-repeat; 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 999;
}

@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
.loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(140deg);
  }
}





/* Browser Upgrade Prompt
 ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #e74c3c;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #e74c3c;
  color: #fff;
  text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
.main-bg {
  background: #e74c3c;
}
.main-color {
  color: #e74c3c;
}
.white-color {
  color: #fff;
}
.button {
  padding: 20px 60px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-shadow: none;
}
.button:hover {
  cursor: pointer;
  color: #fff;
}
.button.light {
  padding: 19px 59px;
}
.line {
  width: 80px;
  height: 2px;
  margin-top: 15px;
}
.button.light {
  border: 2px solid #eeeeee;
}
.padding-large {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-top-large {
  padding-top: 90px;
}
.margin-top-large {
  margin-top: 90px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-bottom-medium {
  margin-bottom: 40px;
}
.margin-bottom-small {
  margin-bottom: 25px;
}
.margin-right-small {
  margin-right: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.mat-none {
  margin-top: 0;
}
.mab-none {
  margin-bottom: 0;
}
.mar-none {
  margin-right: 0;
}
.mal-none {
  margin-left: 0;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ========================================================================
 menu
 ========================================================================== */





.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
  
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}























/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(231, 76, 60, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.portfolio-wrapper .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
  color: #e74c3c;
}
.portfolio-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.portfolio-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}
/* ========================================================================
  2.1 Component: Header
 ========================================================================== */
 
 .templatemo_slider {
	top: 80px;
	position: relative;
}
header {
  position: relative;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/slider-overlay.png) repeat;
}
header .carousel,
header .item,
header .active {
  height: 100%;
}
.carousel-inner {
  min-height: 500px;
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators li {
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #fff;
}
.carousel-indicators .active {
  width: 40px;
  height: 5px;
  background: #e74c3c;
}
.carousel-caption {
  top: 25%;
}
.carousel-caption h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: normal;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.icon-prev,
.icon-next {
  font-size: 60px !important;
}
header .logo-container {
  position: absolute;
  top: 52px;
  left: 93px;
  z-index: 10;
}
/* ========================================================================
  2.2 Component: Call To ACTION
 ========================================================================== */
.call-to-action {
  padding: 15px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.call-to-action p {
  margin: 20px;
}
/* ========================================================================
  2.3 Component: About Us
 ========================================================================== */
.about-us {
  background: url(../images/about-side.png) no-repeat center fixed;
  background-size: cover;
  position: relative;
}
.about-us .overlay {
  background: rgba(238, 238, 238, 0.95);
}
.about-us .jumbo-text {
  text-transform: uppercase;
  color: #272727;
  font-size: 40px;
}
.about-us p {
  color: #25525f;
  font-size: 15px;
  line-height: 30px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  text-align: justify;
}
.about-us img {
  margin-top: -50px;
}
.panel {
  background: none;
  border: none;
  box-shadow: none;
}
.panel-default > .panel-heading {
  background: #e74c3c;
  color: #f3eff0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;
}
.panel-heading {
  padding: 0;
}
.panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.collapsed {
  background: #ededed !important;
  color: #222;
}
.collapsed strong,
.collapsed .state {
  color: #222222;
}
.state {
  font-size: 18px;
  line-height: 18px;
}
/* ========================================================================
  2.4 Component: Case Study
 ========================================================================== */
.case-study .col-md-6 {
  padding: 0;
  cursor: pointer;
  color: #fff;
  transition: background .5s;
}
.case-study-left .overlay {
  padding-left: 200px;
  padding-right: 50px;
  transition: background .5s;
}
.case-study-right .overlay {
  padding-right: 200px;
  padding-left: 50px;
  transition: background .5s;
}
.case-study .case-study-left {
  background: url("../img/case-study/bf-left.jpg") no-repeat;
  background-size: cover;
}
.case-study .case-study-right {
  background: url("../img/case-study/bf-right.jpg") no-repeat;
  background-size: cover;
}
.case-study .overlay:hover {
  width: 100%;
  background: rgba(231, 76, 60, 0.9);
}
.case-study h3 {
  text-shadow: 1px 1px 1px #444;
  font-size: 28px;
  font-weight: bold;
}
.case-study .description {
  font-weight: lighter;
}
/* ========================================================================
  2.5 Component: Why choose us
 ========================================================================== */
.why-choose-us .icon {
  font-size: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border: 1px solid #efefef;
  display: inline-block;
  border-radius: 4px;
}
.why-choose-us .icon i {
  color: #e74c3c;
}
.why-choose-us h4 {
  margin: 15px 0 20px;
  color: #000;
}
.why-choose-us p {
  color: #aaaaaa;
}
.why-choose-us .service {
  padding: 5px;
  margin-bottom: 50px;
  cursor: pointer;
}
.why-choose-us .service:hover > .icon {
  background: #e74c3c;
  color: #fff;
  transition: all .85s;
}
.why-choose-us .service:hover > .icon i {
  color: #fff;
  transition: all .85s;
}



.separator-info {
  padding: 60px 0;
}

.separator-info h3 {
  font-size: 30px;
  color: #454345;
  font-weight: 700;
  text-align: right;
  border-right: 6px solid;
  padding: 5px 30px 5px 0;
  margin: 0;
  text-transform: uppercase;
}

.separator-info p {
  color: #a3a2a2;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0;
}

.d-border-c.active, .d-border-c-a.active, .d-border-c-h:hover, .d-border-c {
  border-color: #f9690e !important;
}
.d-border-c.active, .d-border-c-h:hover, .d-border-c {
  border-color: #f9690e !important;
}



.classes {
  margin-bottom: 60px;
  position: relative;
}

.class {
  margin-top: 2em;
}
.class-info {
  margin: 7em 0;
}
.port-grids{
	position:relative;
}
.port-text {
  background: #353a3f;
  text-align:left;
  padding: 2em 3em;
  transition:.5s all;
}
.port-text h5 {
  color: #fff;
  margin: 0;
  font-size: 17px;
}
.port-text span {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.port-image img {
  width: 100%;
}
.port-caption {
	background: rgba(0, 0, 0, 0.86);
	width: 100%;
	position: absolute;
	top: 31%;
	left:0%;
	display: none;
	padding: 6.5em 0;
}
.port-caption a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 1em 2em;
  transition:.5s all;
}
.port-caption a:hover,.port-caption a:focus{
	color:#c05151;
	text-decoration:none;
}
.port-grids:hover div.port-text {
  background: #c05151;
}
.port-grids:hover div.port-caption {
	display:block;
}







/* ========================================================================
  2.6 Component: Our Skills
 ========================================================================== */
.skill-bar li .wrapper {
  margin-bottom: 30px;
  border-radius: 3px;
  background: #dddddd;
}
.skill-bar li span {
  height: 25px;
  width: 0px;
  display: block;
  border-radius: 3px;
}
.skill-bar li span {
  overflow: visible!important;
  position: relative;
}
.skill-bar li span {
  background: #e74c3c;
}
.our-skills .skill-people img {
  height: 300px;
}
/* ========================================================================
  2.7 Component: Processes
 ========================================================================== */
.processes {
  background: url(../images/process-bg.jpg) no-repeat center fixed;
  background-size: cover;
  color: #fffeff;
}
.processes .overlay {
  background: rgba(0, 8, 5, 0.85);
}
.processes .icon-container {
  margin-right: 25px;
  font-size: 24px;
}
.processes .feature {
  margin: auto;
  padding-left: 37px;
  padding-right: 37px;
  margin-bottom: 45px;
}
.feature:last-child {
  margin-bottom: 0;
}
.processes .description {
  width: 90%;
}
.processes .description p {
  font-size:13px;
  text-align:justify;
}

.processes .process-bar {
  height: 125px;
  width: 125px;
  line-height: 125px;
  font-size: 24px;
  display: inline-block;
}
.processes .discussion {
  border-radius: 3px 3px 0 3px;
}
.processes .check {
  border-radius: 3px 3px 3px 0;
}
.processes .idea {
  border-radius: 3px 0 3px 3px;
}
.processes .office {
  border-radius: 0 3px 3px 3px;
}
.processes .process-bar.main-bg {
  margin-right: 100px;
}
.processes .process-bar.right {
  border: 3px solid #e74c3c;
}
.processes .lines {
  height: 55px;
  width: 110px;
  margin: -3px auto -3px;
  border-right: 3px solid #e74c3c;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
}
/* ========================================================================
  2.8 Component: Our Team
 ========================================================================== */
.our-team {
  background: #eee;
}
.our-team .team-member {
  border: 1px solid #ea685b;
  width: 220px;
  height: 300px;
  overflow: hidden;
}
.our-team .team-member:hover > .team-overlay {
  margin-top: -297px;
  transition: all .85s;
}
.our-team img {
  width: 100%;
}
.our-team .team-overlay {
  margin-top: 0px;
  width: 220px;
  color: #fff;
  margin-left: -2px;
  position: relative;
}
.our-team .team-overlay .info {
  height: 240px;
  padding: 100px 20px 20px 20px;
  background: rgba(231, 76, 60, 0.9);
}
.our-team .team-overlay .learn-more {
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background: #c1392b;
  position: relative;
  cursor: pointer;
}
.our-team .description {
  padding: 40px 0;
}
.our-team .description h3 {
  text-transform: uppercase;
}
.our-team .description .about {
  font-size: 14px;
  color: #555;
}
.our-team .description .member-skill {
  display: inline-block;
}
/* ========================================================================
  2.9 Component: address
 ========================================================================== */
.address {
  margin-top: 5em;
}
.address-left{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:10px;
	font-size:18px;
	
}
.address-left h4 {
	margin:auto;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.address p {
	color: #000;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
}
.address a {
	color: #000;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	transition: .5s all;
	background-color:#FFF;
}
.address a:hover {
  color:#FF0000;
  text-decoration: none;
  
}
.adr
{
	width:100px;
	margin:auto;
	background-color:#333;
	height:2px;
	margin-bottom:30px;
	
}



.map-location {
  position: relative;
  overflow: hidden;
  background-color:#CCC;
}

.map-location .contact-form {
  position: absolute;
  width: 400px;
  padding: 50px;
  top: 0;
}

.slider .counting li.active, .d-bg-c.active, .d-bg-c-a.active, .d-bg-c-h:hover, .d-bg-c {
  background: #e74c3c !important;
}
.d-bg-c.active, .d-bg-c-h:hover, .d-bg-c {
  background: #e74c3c !important;
}
.map-location .contact-form textarea, .map-location .contact-form input {
  background: none;
  border: 2px solid #fff;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.contact-form-line {
  border: 1px solid #a3a2a2;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
  font-size: 13px;
  color: #aaaaaa;
  outline: none;
}
.contact-form-area {
  border: 1px solid #a3a2a2;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
  font-size: 13px;
  color: #aaaaaa;
  outline: none;
  resize: none;
  height: 180px;
}



/*--contact--*/
.fullwid
{
	margin:auto;
	width:100%;
	height:auto;
	background-image:url(../images/pat-bg.png);
}
.contact-grid input[type="text"],.contact-grid textarea{
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	background:none;
	outline:none;
	  border: 1px solid #eee;
	  font-size:1em;
	  color:#A6A4A4;
	-webkit-appearance: none;
	background-color: rgb(223, 223, 223);
}
.contact-grid textarea{
	resize:none;
	
}
.send input[type="submit"]{
	width: 20%;
	font-size: 1.3em;
	background: #B63517;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.send input[type="submit"]:hover{
	background:#000;
	color:#fff;
}
.contact-form {
	padding: 3em 0;
}
.address-more {
  padding: 0 0 2em;
}
.contact-in p{
	font-size:1em;
	color: #9A9898;
	width: 72%;
	line-height: 1.7em;
	
}
.address-more h4{
	color:#626262;
	font-size:1.4em;
	font-family: 'UbuntuRegular';
	margin: 0 0 0.3em;
}
.address-more p a{
	text-decoration:none;
	color: #9A9898;
}
.address-more p a:hover{
	color: #c8305f;
}






.map-location .contact-form .button-2 {
  width: 100%;
  background: #fff;
}

.slider .slide-text h1 span, .d-text-c.active, .d-text-c-h:hover, .testimonials-slider .testimonials-dots li.active i, header .menu ul li.active>a, .d-text-c {
  color: #f9690e !important;
}
.button-1, .button-2, .button-3 {
  margin-bottom: 15px;
}
.button-2 {
  display: inline-block;
  padding: 12px 35px;
  text-transform: uppercase;
  border: 2px solid;
  color: #454345;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}
.d-text-c.active, .d-text-c-h:hover, .d-text-c {
  color: #f9690e !important;
}
.bold {
  font-weight: 700;
}




/* ========================================================================
  2.10 Component: Portfolio
 ========================================================================== */
.portfolio .line {
  margin: 15px auto 30px;
}
.portfolio .subtitle {
  font-size: 20px;
  padding-bottom: 25px;
}
.portfolio {
	padding:40px 0px 20px 0px;
}
.portfolio p {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 10px;
}
.portfolio .filters {
  color: #9e9e9e;
}
.portfolio .filters li {
  display: inline;
}
.portfolio .filters li a {
  margin: 0 5px;
  color: #9e9e9e;
}
.portfolio .filters .active {
  color: #e74c3c;
  text-decoration: none;
}
.portfolio .portfolio-item {
  width: 25%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  float:left;
}
.portfolio .portfolio-item a {
  position: relative;
  display: block;
  color: #fff;
}
.portfolio .portfolio-item a .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 125px 20px;
}
.portfolio .portfolio-item a img {
  width: 100%;
  transition: all 1.2s linear;
}
.portfolio .portfolio-item a:hover > .portfolio-overlay {
  opacity: 1;
}
.portfolio .portfolio-item a:hover > img {
  transform: scale(1.2);
}
.portfolio > .button {
  border-color: #333;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 10;
}
.portfolio > .button i {
  font-size: 22px;
}
.filters li a:after {
  content: "/";
  margin-left: 10px;
  color: #9e9e9e;
}
.filters li:last-child > a:after {
  content: "";
}
/* ========================================================================
  2.11 Component: Promote
 ========================================================================== */
.promote {
  padding: 25px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.promote p {
  margin: 20px;
}
.promote .button {
  display: inline-block;
}
.promote .deep {
  background: #c0392b;
}
/* ========================================================================
  2.12 Component: We are hiring
 ========================================================================== */
.we-are-hiring {
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
}
.we-are-hiring h2 {
  color: #3a3a3a;
  font-size: 36px;
}
.we-are-hiring p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.we-are-hiring .upload-cv {
  background: #fff;
  height: 300px;
  width: 300px;
  margin: 20px auto 0;
  padding: 15px;
  border: 1px solid #dbd8d8;
}
.we-are-hiring .upload-cv .inner {
  padding: 65px;
  border: 2px dashed #dbd8d8;
  color: #666666;
}
.we-are-hiring .inner i {
  font-size: 80px;
}
/* ========================================================================
  2.13 Component: Twitter
 ========================================================================== */
.twitter {
  background: url(../images/facebook_bg.jpg) no-repeat center top fixed;
  background-size: cover;
  color: #fff;
}
.twitter .overlay {
  background: rgba(27, 28, 29, 0.9);
}
.twitter .icon {
  font-size: 120px;
}
.twitter .icon i {
  transition: 1.2s;
  cursor: pointer;
}
.twitter .icon i:hover {
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  transform: rotate(360deg) scale(1.2);
  color: #00aced;
}
.twitter .tweet-text {
  font-size: 16px;
  line-height: 1.5em;
}
/* ========================================================================
  2.14 Component: Map
 ========================================================================== */
#map-container {
  height: 500px;
  width: 100%;
}
/* ========================================================================
  2.15 Component: Send Message
 ========================================================================== */
.send-message {
  padding: 20px;
}
.send-message .send-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background: #e74c3c;
  border-radius: 50%;
  line-height: 60px;
  margin-top: -60px;
  font-size: 20px;
  position: relative;
}
.send-message p {
  font-size: 30px;
}
.send-message:hover {
  cursor: pointer;
}
.send-message .modal-lg {
  width: 700px;
}
.modal .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  position: relative;
}
.modal .close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  opacity: 1;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: 28px;
  line-height: 45px;
  outline: none;
  z-index: 10;
}
.modal .close span {
  outline: none;
}
.modal .modal-body {
  padding: 40px 60px;
 
}
.modal .modal-body1 {
  padding: 40px 60px;
 
}
.modal .member-info {
  padding: 0;
}
.modal input {
  height: 50px;
}
.modal input,
.modal textarea {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 18px;
}
.modal input:focus,
.modal textarea:focus {
  border-color: #e74c3c;
  box-shadow: none;
}
.modal textarea {
  resize: none;
}
.modal .button {
  width: 100%;
  border-radius: 0;
  padding: 15px 60px;
}
.form-control::-webkit-input-placeholder {
  color: #DBDBDB;
  font-style: italic;
}
/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */
.footer p {
  color: #fff;
  font-size: 16px;
}
.footer li {
  display: inline-block;
  margin: 0 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  background: #fff;
  transition: all .4s;
}
.footer li:hover {
  cursor: pointer;
}
.footer li a {
  color: #e5e5e5;
}
.footer .social i {
  font-size: 22px;
  transition: all .4s;
  color: rgb(152, 22, 6);
}
.footer .facebook:hover {
  border-color: #3b5998;
}
.footer .facebook:hover > a i {
  color: #3b5998;
}
.footer .twitter:hover {
  border-color: #00aced;
}
.footer .twitter:hover > a i {
  color: #00aced;
}
.footer .g-plus:hover {
  border-color: #dd4b39;
}
.footer .g-plus:hover > a i {
  color: #dd4b39;
}
.footer .linkedin:hover {
  border-color: #007bb6;
}
.footer .linkedin:hover > a i {
  color: #007bb6;
}
.footer .youtube:hover {
  border-color: #bb0000;
}
.footer .youtube:hover > a i {
  color: #bb0000;
}
.footer .instagram:hover {
  border-color: #517fa4;
}
.footer .instagram:hover > a i {
  color: #517fa4;
}
.footer .behance:hover {
  border-color: #1769ff;
}
.footer .behance:hover > a i {
  color: #1769ff;
}
.footer .dribbble:hover {
  border-color: #ea4c89;
}
.footer .dribbble:hover > a i {
  color: #ea4c89;
}

.class {
  background: red;
}


/* =============================================
    section gallery
=================================================*/

#section-portfolio .section-head p{
    margin:30px 0px 50px;
	position:relative;
}
.section-padding{
	position:relative;
	padding:40px 0px;
	background: #f7f6f6;
}
.section-padding .col-md-4{
	padding-left:10px;
	padding-right:10px;
}
.head-subtitle {

    color: #ccc;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}
.section-head h2 {
    color: #2a2a2a;
    font-size: 25px;
    line-height: 40px;
	text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
#section-portfolio .section-head p {
    margin: 20px 0px 10px;
	font-size: 15px;
	color: #797878;
}
.line3 {
    margin-top: -5px;
    margin-bottom: 12px;
    border: 0;
    border-top: 0px;
    width: 15%;
    height: 2px;
    background-color: #ee1c25;
    margin-left: 3px;
}
.portfolio-wrap{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    transition: height 450ms ease-out 0s;
    -webkit-transition: height 450ms ease-out 0s;
    -o-transition: height 450ms ease-out 0s;
}

.single-portfolio figure{
   position: relative;
   overflow: hidden;
   text-align: left;
}
.single-portfolio img{
   display: block;
   width: 100%;
   min-height: auto;
    max-height: none;
}
#isotope-filter{
    margin-bottom: 60px;
    
}

#isotope-filter a{
    font-size:14px;
    font-weight:400;
    line-height: 40px;
    padding: 12px 18px;
    font-weight: 600;
    border: 1px solid#eee;
}
#isotope-filter a.active,#isotope-filter a:hover,#isotope-filter a:focus{
    font-weight: 600;
}

#isotope-filter a:first-child:before{
    content:" ";
}
.single-portfolio:hover .single-portfolio img{
    opacity:.6;
}
.single-portfolio figcaption{
    top: -60px;
    height: 100%;
    width:100%;
    color: #222;
    padding: 32px 15px 0px 30px;
    left: 0px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: absolute;
    opacity: 0;
    background: rgba(255,255,255,.9);
}

.single-portfolio:hover figcaption{
    opacity:1;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    top: 0px;
}

.single-portfolio figcaption .figure-caption h4+p{
    color: #fff;
}

.single-portfolio figcaption a {
    width: 40px;
    height: 40px;
    color:#fff;
    line-height: 35px;
    display: inline-block;
    z-index: 1;
    position: relative;
    top: 0px;
    margin: 10px auto 0px;
    text-align: center;
    background: #0078BD;
    border: 2px solid transparent;
}
.single-portfolio figcaption a:hover{
   border: 2px solid #0078BD;

}
figcaption a.top{
    -webkit-transition: transform.9s ease 0s;
   -o-transition: transform .9s ease 0s;
   transition: transform .90s ease 0s;
}
figcaption a.btm{
    -webkit-transition: transform.9s ease 0s;
   -o-transition: transform .9s ease 0s;
   transition: transform .90s ease 0s;
}

.single-portfolio figcaption a:hover{
    background: #fff;
    color: #00B8F1;
}

figure img, figure figcaption:before, figure figcaption:after, figure a {
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.figure-caption{
    position: absolute;
    top: 40px;
    left: 0px;
}
.figure-caption h4{
    color: #fff!important;
}
.single-portfolio:hover figcaption .figure-caption{
    left: 30%;
}

/* -- Isotope start -- */
#isotope{
    width:100%;
    margin-top:0;
}
.isotope-item{
    z-index:2;
}
.isotope-hidden.isotope-item{
    z-index:1;
}
.isotope,
.isotope .isotope-item{
/*transition-duration*/
-webkit-transition-duration:1s;
   -moz-transition-duration:1s;
     -o-transition-duration:1s;
        transition-duration:1s;
}
.isotope{
/*transition-property*/
-webkit-transition-property:height, width;
   -moz-transition-property:height, width;
     -o-transition-property:height, width;
        transition-property:height, width;
}

#isotope .col-sm-3{
    width:24.95%;
}
figure {
	float:left;
	width:100%;
	position: relative;
	overflow:hidden;
	margin-bottom:20px;
}
.single-portfolio figcaption h4{
	font-size: 20px;
	margin-top: 16px;
    margin-bottom: 16px;
	font-weight: 300;
    line-height: 1.1;
	
}
.single-portfolio figcaption p{
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 20px;
}
@media (max-width: 1920px) and (min-width: 767px){
.single-portfolio img {
    width: 100%;
    height: auto;
    min-height: 280px;
    max-height: 280px;
}
}
/* =============================================
    section gallery
=================================================*/
/*subpage heading session*/
.sub-page-paralx-heading {
    position: relative;
	margin-top:8%;
}
.services_page_banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 70px !important;
    padding-right: 0px !important;
    padding-bottom: 70px !important;
    padding-left: 0px !important;
    background-image: url(../images/home_banner6.jpg) !important;
    background-repeat: no-repeat;
}
.subpage-header-background {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
    background-image: url(../images/background-overlay.png);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.description-category {
    position: relative;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    z-index: 99;
    text-align: left;
	padding-left: 8%;
}
.title-category h3 {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    z-index: 99;
    text-align: left;
	padding-left: 8%;
}
.portfolio .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 1024px) and (min-width: 250px){
.sub-page-paralx-heading {
	margin-top:18%;
}
}
/*subpage heading session*/

/*---------------*/
/***** gallery album hover effects *****/
/*---------------*/

.album figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: #4e2e16;
	text-align: center;
	cursor: pointer;
}

.album figure img {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	opacity: 0.8;
height:200px;
}

.album figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.album figure figcaption::before,
.album figure figcaption::after {
	pointer-events: none;
}

.album figure figcaption,
.album figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



figure.effect-ming:hover .thumbnail-hoverlay-cross {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
.thumbnail-hoverlay-cross {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(3) rotate(90deg);
    transform: scale(3) rotate(90deg);
    transition: all .45s;
}
.thumbnail-hoverlay-cross:before, .thumbnail-hoverlay-cross:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 1px;
    height: 43px;
    margin-top: -21px;
}
.thumbnail-hoverlay-cross:after {
    width: 43px;
    height: 1px;
    margin-top: 0px;
    margin-left: -21px;
}


figure.effect-ming {
    background: #e19136;
    -webkit-margin-after: -5px;
    height: auto;
}

figure.effect-ming img {
	opacity: 0.9;
	/*-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;*/
}
figure.effect-ming img {
	width:auto;
	min-height:auto;
	max-height:none;
}
@media (max-width: 1920px) and (min-width: 767px){
figure.effect-ming img {
	min-height:280px;
	max-height:280px;
}
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 0em 0;
	opacity: 0;
	margin:0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5); 
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}
.client_hover{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}




.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:10000}.sl-wrapper{z-index:9999}.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;
    font-size: 15px;
    background-color: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
    z-index: 10010;}
.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: 51px;
    width: 35px;
    font-size: 28px;
    background-color: #000;
    color: #fff;
    padding: 0px 7px;
    line-height: 0px;
    text-align: center;
    display: block;
    z-index: 999999;
    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:10100}.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)}}


/*---------------*/
/***** gallery album hover effects end*****/
/*---------------*/
