/* import files */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200italic,200,100,100italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800);
/* font-family: 'Raleway', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic,600italic,700italic,800,800italic);
/* default styles */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

h2 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 30px;
  line-height: normal;
}
h2 span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

p {
  line-height: normal;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

.btn {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  padding: 18px 74px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-align: center;
}
.btn, .btn:hover, .btn:active {
  background: #008cba;
  color: #ffffff;
}
.btn:focus {
  background: #008cba;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 12px 48px;
    font-size: 12px;
  }
}

/* CSS Document

Table Of Content

+General Styling and Tags
*body
+ @font-face

+ #home
    - header
         -nav
+ #slider
+ #about-us
    - #features

+ #portfolio


+ #contact-us
    - #contact-form
    - #contact-address

+ footer

*/
/* loader*/
.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 1200;
  background: #ffffff;
}

.cssload-loader {
  width: 53px;
  height: 53px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 50%;
}

.cssload-flipper {
  position: relative;
  display: block;
  height: inherit;
  width: inherit;
  animation: cssload-flip 1.38s infinite ease-in-out;
  -o-animation: cssload-flip 1.38s infinite ease-in-out;
  -ms-animation: cssload-flip 1.38s infinite ease-in-out;
  -webkit-animation: cssload-flip 1.38s infinite ease-in-out;
  -moz-animation: cssload-flip 1.38s infinite ease-in-out;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.cssload-front,
.cssload-back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #383838;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cssload-back {
  background-color: #008cba;
  z-index: 800;
  transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

@-moz-keyframes cssload-flip {
  0% {
    -webkit-transform: perspective(255px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(255px) rotateX(0deg) rotateY(0deg);
    transform: perspective(255px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes cssload-flip {
  0% {
    -webkit-transform: perspective(255px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(255px) rotateX(0deg) rotateY(0deg);
    transform: perspective(255px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-o-keyframes cssload-flip {
  0% {
    -o-transform: perspective(255px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -o-transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -o-transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes cssload-flip {
  0% {
    -webkit-transform: perspective(255px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(255px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(255px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* loader end */
/* navbar */
  /* --------------------------------

Navigation trigger - visible on small devices only

-------------------------------- */
.cd-nav-trigger {
  display: block;
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  background: rgba(0, 140, 186, 0.8);
  /* reset button style */
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  z-index: 800;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
.cd-nav-trigger:hover {
  background: #008cba;
}

.cd-nav-trigger span {
  /* central dot */
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* bottom and top dots */
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

.cd-nav-trigger span::before {
  top: -9px;
}

.cd-nav-trigger span::after {
  bottom: -9px;
}

@media only screen and (min-width: 800px) {
  .cd-nav-trigger {
    display: none;
  }
}
  /* --------------------------------

  Vertical navigation

  -------------------------------- */
.cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  -o-transition: transform 0.2s, -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  background-color: #008cba;
  z-index: 600;
}

.cd-vertical-nav a {
  display: block;
  padding: 1em;
  color: #383838;
  font-weight: bold;
  border-bottom: 1px solid rgba(245, 245, 245, 0.47);
}

nav.cd-vertical-nav.open ul > li:last-child {
  border-bottom: none;
}

.cd-vertical-nav a.active {
  color: #ffffff;
}

.cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-overflow-scrolling: touch;
}

nav.cd-vertical-nav.open ul {
  margin: 0 0 0 0;
}

.cd-vertical-nav.open + .cd-nav-trigger {
  background: #008cba;
}

.cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(248, 248, 248, 0);
}

.cd-vertical-nav.open + .cd-nav-trigger span::before, .cd-vertical-nav.open + .cd-nav-trigger span::after {
  /* transform dots in 'X' icon */
  height: 3px;
  width: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: -8px;
}

.cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}

.cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}

@media only screen and (min-width: 800px) {
  .cd-vertical-nav {
    /* reset style */
    right: 0;
    top: 0;
    bottom: auto;
    height: 100vh;
    width: 90px;
    max-width: none;
    max-height: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: transparent;
    /* vertically align its content*/
    display: table;
  }

  .cd-vertical-nav::before {
    /* this is the navigation background */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    -o-transition: transform 0.4s, -o-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
  }

  .no-touch .cd-vertical-nav:hover::before, .touch .cd-vertical-nav::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-vertical-nav ul {
    /* vertically align <ul> inside <nav>*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .cd-vertical-nav a {
    position: relative;
    padding: 3em 0 0;
    margin: 1.4em auto;
    border-bottom: none;
    font-size: 1.2rem;
    color: #383838;
  }

  .cd-vertical-nav a.active {
    color: #383838;
  }

  .cd-vertical-nav a::before, .cd-vertical-nav a::after {
    /* used to create the filled circle and the background icon */
    content: '';
    position: absolute;
    left: 50%;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-vertical-nav a::before {
    /* filled circle */
    top: 0;
    height: 34px;
    width: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #383838;
    border: 2px solid #ffffff;
    -webkit-transform: translateX(-50%) scale(0.4);
    -moz-transform: translateX(-50%) scale(0.4);
    -ms-transform: translateX(-50%) scale(0.4);
    -o-transform: translateX(-50%) scale(0.4);
    transform: translateX(-50%) scale(0.4);
    -webkit-transition: -webkit-transform 0.4s, background-color 0.2s;
    -moz-transition: -moz-transform 0.4s, background-color 0.2s;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.4s;
    transition: background-color 0.2s, -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, background-color 0.2s, -moz-transform 0.4s;
    -o-transition: transform 0.4s, background-color 0.2s, -o-transform 0.4s;
    transition: transform 0.4s, background-color 0.2s;
    transition: transform 0.4s, background-color 0.2s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
  }

  .cd-vertical-nav a::after {
    /* icon */
    opacity: 0;
    top: 8px;
    height: 16px;
    width: 16px;
    background: url(../images/cd-nav-icons.png) no-repeat;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.4s 0s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s 0s, opacity 0.1s 0.3s;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s 0s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s 0s;
    -moz-transition: transform 0.4s 0s, opacity 0.1s 0.3s, -moz-transform 0.4s 0s;
    -o-transition: transform 0.4s 0s, opacity 0.1s 0.3s, -o-transform 0.4s 0s;
    transition: transform 0.4s 0s, opacity 0.1s 0.3s;
    transition: transform 0.4s 0s, opacity 0.1s 0.3s, -webkit-transform 0.4s 0s, -moz-transform 0.4s 0s, -o-transform 0.4s 0s;
  }

  .cd-vertical-nav a.active::before, .no-touch .cd-vertical-nav a:hover::before {
    background-color: #008cba;
  }

  .cd-vertical-nav li:first-of-type a::after {
    /* change icon using image sprites */
    background-position: 0px -48px;
    /* fix bug with transitions - set scale(0.01) rather than scale(0) */
    -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.01);
    -moz-transform: translateX(-50%) translateY(4.5em) scale(0.01);
    -ms-transform: translateX(-50%) translateY(4.5em) scale(0.01);
    -o-transform: translateX(-50%) translateY(4.5em) scale(0.01);
    transform: translateX(-50%) translateY(4.5em) scale(0.01);
  }

  .cd-vertical-nav li:first-of-type a::before {
    -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.4);
    -moz-transform: translateX(-50%) translateY(4.5em) scale(0.4);
    -ms-transform: translateX(-50%) translateY(4.5em) scale(0.4);
    -o-transform: translateX(-50%) translateY(4.5em) scale(0.4);
    transform: translateX(-50%) translateY(4.5em) scale(0.4);
  }

  .cd-vertical-nav li:nth-of-type(2) a::after {
    background-position: 0px -32px;
    -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.01);
    -moz-transform: translateX(-50%) translateY(1.5em) scale(0.01);
    -ms-transform: translateX(-50%) translateY(1.5em) scale(0.01);
    -o-transform: translateX(-50%) translateY(1.5em) scale(0.01);
    transform: translateX(-50%) translateY(1.5em) scale(0.01);
  }

  .cd-vertical-nav li:nth-of-type(2) a::before {
    -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.4);
    -moz-transform: translateX(-50%) translateY(1.5em) scale(0.4);
    -ms-transform: translateX(-50%) translateY(1.5em) scale(0.4);
    -o-transform: translateX(-50%) translateY(1.5em) scale(0.4);
    transform: translateX(-50%) translateY(1.5em) scale(0.4);
  }

  .cd-vertical-nav li:nth-of-type(3) a::after {
    background-position: 0px -16px;
    -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
    -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
    -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
    -o-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
    transform: translateX(-50%) translateY(-1.5em) scale(0.01);
  }

  .cd-vertical-nav li:nth-of-type(3) a::before {
    -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
    -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
    -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
    -o-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
    transform: translateX(-50%) translateY(-1.5em) scale(0.4);
  }

  .cd-vertical-nav li:nth-of-type(4) a::after {
    background-position: 0px 0px;
    -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
    -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
    -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
    -o-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
    transform: translateX(-50%) translateY(-4.5em) scale(0.01);
  }

  .cd-vertical-nav li:nth-of-type(4) a::before {
    -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
    -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
    -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
    -o-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
    transform: translateX(-50%) translateY(-4.5em) scale(0.4);
  }

  .cd-vertical-nav .label {
    display: block;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    -o-transition: transform 0.4s, -o-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
  }

  .no-touch .cd-vertical-nav:hover a::before, .no-touch .cd-vertical-nav:hover a::after, .touch .cd-vertical-nav li:nth-of-type(n) a::before, .touch .cd-vertical-nav li:nth-of-type(n) a::after {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    /* set a rotation to fix bug on Firefox - http://gielberkers.com/how-to-fix-shaking-css-transitions-in-firefox/ */
    -moz-transform: translateX(-50%) scale(1) rotate(0.02deg);
  }

  .no-touch .cd-vertical-nav:hover a::after, .touch .cd-vertical-nav a::after {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0s;
    -moz-transition: -moz-transform 0.4s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0.4s;
    transition: opacity 0s, -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, opacity 0s, -moz-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0s, -o-transform 0.4s;
    transition: transform 0.4s, opacity 0s;
    transition: transform 0.4s, opacity 0s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
  }

  .no-touch .cd-vertical-nav:hover .label, .touch .cd-vertical-nav .label {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* navbar section  styling end*/
/* navbar section  styling end*/
/* navbar */
/*slider style */
#main-slider {
  background: url("../images/banner1.jpg") no-repeat fixed center;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
#main-slider #slider-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-slider .logo {
  z-index: 700;
  margin-bottom: 30px;
}
#main-slider .logo a {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
#main-slider .logo a img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  #main-slider .logo a img {
    width: 70px;
  }
}
#main-slider .btn {
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#main-slider .btn:hover {
  background: #ffffff;
  color: #383838;
}
#main-slider h2, #main-slider p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#main-slider p {
  margin-bottom: 50px;
  margin-left: 20%;
  margin-right: 20%;
}
@media screen and (max-width: 767px) {
  #main-slider p {
    margin-left: 10%;
    margin-right: 10%;
  }
}
#main-slider .push-button {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  font-size: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.yellow #main-slider {
  background: url("../images/banner2.jpg");
}

.blue #main-slider {
  background: url("../images/banner3.jpg");
  background-size:cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}

/*slider style end*/
/* features styling start */
#features {
  padding: 90px 0;
  color: #383838;
  /* margin from top */
}
#features h2 {
  color: #383838;
}
#features > p {
  margin-left: 10%;
  margin-right: 10%;
}
#features .features-content {
  padding: 50px 32px;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  min-height: 277px;
  color: #383838;
}
#features .features-content:hover {
  border-color: #008cba;
  background: #008cba;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#features .features-content:hover h3, #features .features-content:hover p, #features .features-content:hover h4 {
  color: #ffffff;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
@media screen and (max-width: 992px) {
  #features .features-content {
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  #features .features-content {
    min-height: 250px;
  }
}
#features .features-content p {
  font-size: 13px;
}
#features .features-content h3 {
  color: #008cba;
  margin-bottom: 15px;
}
#features .features-content h4 {
  color: #383838;
  margin-bottom: 10px;
}
#features .section-top {
  margin-bottom: 50px;
}
#features .feature-container > div:nth-child(4) > .features-content {
  margin-top: 50px;
}
#features .feature-container > div:nth-child(5) > .features-content {
  margin-top: 50px;
}
#features .feature-container > div:nth-child(6) > .features-content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #features .feature-container > div:nth-child(2) > .features-content {
    margin-top: 50px;
  }
  #features .feature-container > div:nth-child(3) > .features-content {
    margin-top: 50px;
  }
}

/* features styling end */
/* code-design start */
#code-design {
  color: #FFFFFF;
  background-color:#008cba !important;
  -o-background-size: cover;
  background-size: cover;
}
#code-design .background-layer {
  padding: 145px 0;
  
}
#code-design p {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 42px;
}
#code-design .btn {
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
}
#code-design .btn:hover {
  background: #ffffff;
  color: #383838;
}

/* code-design end */
/* Portfolio Section  start */
#project {
  padding-top: 5%;
  background: #f8f8f8;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.work-filter {
  margin-bottom: 50px;
}
.work-filter ul li {
  display: inline-block;
}
.work-filter ul li a {
  color: #383838;
  display: block;
  font-size: 15px;
  padding: 6px 10px;
  text-transform: capitalize;
  border-color: #008cba transparent;
  border-style: solid;
  border-width: 1px;
}
@media screen and (max-width: 767px) {
  .work-filter ul li a {
    font-size: 12px;
  }
}
.work-filter ul li a:hover {
  background-color: #008cba;
  border: 1px solid #008cba;
  color: #ffffff;
}
.work-filter ul li a.active {
  background-color: #008cba;
  border: 1px solid #008cba;
  color: #ffffff;
}
.work-filter ul li a.active:hover {
  background-color: #008cba;
  border: 1px solid #008cba;
  color: #ffffff;
}

.mix {
  display: none;
}

.index_2 .work-item {
  width: 20%;
}

.work-item {
  height: auto;
  width: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
.work-item > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.item-container:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: auto;
  height: inherit;
  color: #383838;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 2%;
  z-index: 1;
}

.overlay-inner {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.item-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.work-item:hover .line {
  width: 40%;
}

.overlay h4.color {
  color: #008cba;
}
.overlay h4.base {
  color: #008cba;
}

.work-item .overlay p {
  font-size: 14px;
}

.overlay .line {
  width: 0;
  height: 1px;
  margin: 15px auto;
  background-color: #383838;
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -ms-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}

.product-content .line {
  height: 1px;
  margin: 15px auto;
  background-color: #383838;
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -ms-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}

/* Portfolio Section  end */
/* record start */
.record {
  padding: 90px 0;
}
.record .container .row .col-md-12 p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .record .container .record-detail:nth-child(2) {
    margin-top: 50px;
  }
  .record .container .record-detail:nth-child(3) {
    margin-top: 50px;
  }
  .record .container .record-detail:nth-child(4) {
    margin-top: 50px;
  }
}
.record .container .record-detail h3 {
  font-size: 32px;
  font-family: Open Sans, sans-serif;
  color: #383838;
}
@media screen and (max-width: 767px) {
  .record .container .record-detail h3 {
    font-size: 26px;
  }
}
.record .container .record-detail a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #ffffff;
  background: #008cba;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
}
.record .container .record-detail a:hover {
  background: #383838;
}

/* record end */
/* our team */
#our-team {
  padding: 113px 0;
  color: #ffffff;
  background: url("../images/about_us.jpg") no-repeat fixed center;
  -o-background-size: cover;
  background-size: cover;
}
#our-team .row:first-child p {
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
}
#our-team .team-info p {
  font-size: 13px;
}
#our-team .team-info h3 {
  color: #ffffff;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  #our-team .team-info h3 {
    font-size: 18px;
  }
}
#our-team .team-info .team-socials {
  margin-top: 10px;
}
#our-team .team-info .team-socials li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#our-team .team-info .team-socials li a i {
  line-height: 30px;
}
#our-team .team-info .team-socials li a:hover {
  background: #008cba;
}
@media screen and (max-width: 992px) {
  #our-team .row:nth-child(2) > div:nth-child(3) {
    margin-top: 50px;
  }
  #our-team .row:nth-child(2) > div:nth-child(4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #our-team .row:nth-child(2) > div:nth-child(2) {
    margin-top: 50px;
  }
}
#our-team .team-img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  width: 130px;
  height: 130px;
  z-index: 199;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#our-team .team-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
#our-team .team-img img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* our team end*/
/* contact us start */
#contact-us {
  color: #383838;
}
#contact-us #contact-details {
  padding: 95px 0;
}
#contact-us #contact-details #contact-heading {
  margin-bottom: 50px;
}
#contact-us #contact-details p {
  margin-left: 10%;
  margin-right: 10%;
}
#contact-us #contact-details form .form-group .form-control {
  background: #ffffff;
  font-size: 13px;
  padding: 20px 3%;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all linear 500ms;
  -moz-transition: all linear 500ms;
  -ms-transition: all linear 500ms;
  -o-transition: all linear 500ms;
  transition: all linear 500ms;
}
#contact-us #contact-details form .form-group:nth-child(3) .form {
  resize: none;
}
#contact-us #contact-details form .form-group i.fa {
  float: right;
  color: #909090;
  font-size: 14px;
  margin-top: -51px;
  margin-right: 10px;
}
#contact-us #contact-details .btn {
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
}
#contact-us #contact-details .btn:hover {
  background: #383838;
}
#contact-us #contact-details #contact-address h3 {
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact-us #contact-details #contact-address h3 {
    margin-top: 50px;
    text-align: center;
  }
}
#contact-us #contact-details #contact-address #address {
  padding: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  #contact-us #contact-details #contact-address #address {
    text-align: center;
  }
}
#contact-us #contact-details #contact-address #address #address-list {
  padding: 0;
  margin: 0 0 28px 0;
}
#contact-us #contact-details #contact-address #address #address-list li {
  color: #383838;
  font-weight: 300;
  line-height: 28px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #contact-us #contact-details #contact-address #address #address-list li {
    font-size: 12px;
  }
}
#contact-us #contact-details #contact-address #address #address-list li i {
  display: inline-block;
  margin-right: 40px;
  width: 30px;
}
#contact-us #contact-details #contact-address #address .social-icons {
  display: inline-block;
}
#contact-us #contact-details #contact-address #address .social-icons li {
  display: inline-block;
}
#contact-us #contact-details #contact-address #address .social-icons li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  color: #383838;
  border: 1px solid #383838;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
  margin-right: 3px;
}
#contact-us #contact-details #contact-address #address .social-icons li a i {
  line-height: 30px;
}
#contact-us #contact-details #contact-address #address .social-icons li a:hover {
  background: #008cba;
  color: #ffffff;
}
#contact-us #map {
  display: block;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  #contact-us #map {
    height: 300px;
  }
}

/* contact us end */
/* footer styling start */
footer {
  padding: 60px 0;
}
footer p {
  color: #a7acbc;
  margin-bottom: 15px;
}
footer .social-icons {
  display: inline-block;
}
footer .social-icons li {
  display: inline-block;
}
footer .social-icons li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  color: #383838;
  border: 1px solid #383838;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
  margin-right: 3px;
}
footer .social-icons li a i {
  line-height: 30px;
}
footer .social-icons li a:hover {
  background: #008cba;
  color: #ffffff;
}

/* footer styling end */
/* scroll to top */
.scrollToTop {
  text-align: center;
  font-weight: 700;
  position: fixed;
  bottom: 29px;
  left: 8px;
  display: none;
  background-color: rgba(0, 140, 186, 0.8);
  width: 46px;
  height: 46px;
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
  -webkit-border-radius: 100%;
  border-radius: 3.75px;
  z-index: 300;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
.scrollToTop i {
  color: #ffffff;
  line-height: 46px;
}
.scrollToTop:hover {
  background: #008cba;
}
@media screen and (max-width: 767px) {
  .scrollToTop {
    left: 5%;
  }
}

/* scroll to top end */
