/*------------------------------------------------------------------
[Table of contents]

1. Font Awesome
2. Animate.css
3. Typography
4. Buttons
5. Menu
6. Forms
7. Hovers
8. Tables
9. Utilities
10. Media Sections - video/parallax/kenburns
11. Accordions
12. Progress Bar
13. Tabs
14. Mixins
15. Select2
16. Wrapper
17. Page Header
18. Footer
19. Socials Types
20. Counter
21. Blog
22. Blog Panel
23. Blog Comments
24. Pricing Boxes
25. Blockquote
26. Sliders
27. Google Maps
28. Widgets
29. Magnific Popup
30. After & before slider(twentytwenty)
31. Templates


-------------------------------------------------------------------*/
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */

a[href^="tel:"] {
  text-decoration: none;
}
a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.5em;
}

video {
  width: 100%;
  height: 100%;
}
.ct-mediaSection {
  width: 100%;
  position: relative;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="parallax"] {
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="video"] {
  display: table;
  overflow: hidden;
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-mediaSection[data-type="kenburns"] {
  display: table;
  overflow: hidden;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  min-height: 900px;
  max-width: none;
  min-width: 120%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
/*
different background:
ct-navbar--transparent
ct-navbar--solid

different navbar options:
ct-navbar--default
ct-navbar--stickyToTop

*/
.ct-navbar--transparent {
  background-color: transparent;
}
.ct-navbar--transparent .navbar-nav > li > a {
  color: #ffffff;
  padding: 5px 0 5px 0;
  margin: 20px;
}
.ct-navbar--transparent .navbar-nav > li > a:hover {
  background: transparent;
}
.ct-navbar--transparent .dropdown-menu {
  background-color: #fff;
  color: #222222;
  border: none;
}
.ct-navbar--solid {
  background-color: #fff !important;
  top: 0 !important;
}
.ct-navbar--solid .navbar-nav > li > a {
  color: #333333;
  padding: 5px 0 5px 0;
  margin: 20px;
}
.ct-navbar--solid .navbar-nav > li > a:hover {
  background: transparent;
}
.ct-navbar--solid .dropdown-menu {
  background-color: #333333;
  color: #fff;
  border: none;
}
.ct-navbar--solid .dropdown-menu span,
.ct-navbar--solid .dropdown-menu p {
  color: #fff;
}
.ct-navbar--solid .dropdown-menu a:hover {
  background-color: #474747;
}
.ct-navbar-fix {
  top: 40px !important;
}
.ct-navbar-item--active {
  border-bottom: 2px solid #fff;
}
.ct-navbar--default,
.ct-navbar--stickyToTop {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-navbar--default {
  position: absolute;
}
.ct-navbar--stickyToTop {
  position: fixed;
  margin-top: 0 !important;
  top: 40px;
}
.navbar.ct-navbar--sticky {
  top: 0;
  background-color: #333333;
  padding-top: 0;
}
.navbar.ct-navbar--stickyWITHsolid {
  top: 0;
  background-color: #fff;
  padding-top: 0;
}
.navbar {
  margin-top: 40px;
  border-radius: 0;
  border: none;
  padding-top: 40px;
}
.navbar a {
  font-size: 16px;
}
.navbar a:hover,
.navbar a:focus,
.navbar a:active {
  background: transparent !important;
}
.navbar-header {
  float:left;/*rtl moti*/
  height: 70px;
  width: 70px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-brand {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0 !important;
}
.navbar-brand .ct-logo-navbar--solid {
  display: none;
}
.dropdown-menu {
  padding: 0;
  z-index: 9000;
  border-radius: 0;
  left: 0;
  right: auto;
  min-width: 260px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu h1,
.dropdown-menu .h1,
.dropdown-menu h2,
.dropdown-menu .h2,
.dropdown-menu h3,
.dropdown-menu .h3,
.dropdown-menu h4,
.dropdown-menu .h4,
.dropdown-menu h5,
.dropdown-menu .h5,
.dropdown-menu h6,
.dropdown-menu .h6 {
  color: #ffffff;
}
.dropdown-menu h1 small,
.dropdown-menu .h1 small,
.dropdown-menu h2 small,
.dropdown-menu .h2 small,
.dropdown-menu h3 small,
.dropdown-menu .h3 small,
.dropdown-menu h4 small,
.dropdown-menu .h4 small,
.dropdown-menu h5 small,
.dropdown-menu .h5 small,
.dropdown-menu h6 small,
.dropdown-menu .h6 small {
  color: #ffffff;
}
.dropdown-menu span {
  font-size: 14px;
  display: block;
  padding: 5px 20px;
}
.dropdown-menu span:first-child {
  padding-top: 15px;
}
.dropdown-menu > .active > a {
  background-color: #fff;
}
.dropdown-menu li > a {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu p {
  font-size: 24px;
  display: block;
  padding: 5px 20px 10px 20px;
}
.dropdown-menu p:last-child {
  padding-bottom: 15px;
}
.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
/*******Mobile*******/
.snapjs-right {
  overflow: hidden !important;
  height: 100%;
}
.snapjs-right .ct-navbarMobile {
  right: 266px;
  left: auto;
}
.ct-navbarMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  right: 0;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.ct-menuMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 266px;
}
.ct-menuMobile .ct-menuMobile-navbar {
  padding: 0;
  list-style: none;
  border: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0;
}
.ct-menuMobile .ct-menuMobile-navbar li:hover,
.ct-menuMobile .ct-menuMobile-navbar li:active,
.ct-menuMobile .ct-menuMobile-navbar li:focus {
  background-color: #fff;
}
.ct-menuMobile .ct-menuMobile-navbar li:hover a,
.ct-menuMobile .ct-menuMobile-navbar li:active a,
.ct-menuMobile .ct-menuMobile-navbar li:focus a {
  color: #656565;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active {
  outline: none !important;
}
.ct-menuMobile .ct-menuMobile-navbar li a:hover,
.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active {
  color: #656565;
  text-decoration: none;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown {
  overflow: hidden;
  color: #656565;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown i {
  padding-left: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  position: relative;
  display: block;
  text-align: center;
  max-height: 0;
  padding: 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  width: 100%;
  left: 0;
  margin: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu a {
  text-align: left;
}
.ct-menuMobile .active {
  background-color: #fff;
}
.ct-menuMobile .active a {
  color: #656565 !important;
}
.ct-js-dropdown-mobile {
  background-color: #fff;
}
.ct-js-dropdown-mobile ul {
  max-height: 500px !important;
  overflow: auto;
  height: auto !important;
}
.ct-js-dropdown-mobile a {
  color: #333333 !important;
}
.btn,
.btn-primary,
.btn-default {
  padding: 15px 25px;
  outline: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
}
.btn-default {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.btn--radius {
  border-radius: 2px;
}
.btn--noradius {
  border-radius: 0;
}
.btn--round {
  border-radius: 50px !important;
}
button {
  outline: none;
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1,
.h1 {
  font-size: 72px;
}
h2,
.h2 {
  font-size: 42px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
span {
  font-size: 30px;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.ct-glyph--text p {
  font-size: 24px;
  line-height: 27px;
}
.ct-text h1,
.ct-text h2,
.ct-text h3,
.ct-text h4,
.ct-text h5,
.ct-text h6 {
  font-size: 24px;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none !important;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.ct-text-parallax {
  font-size: 16px;
}
.ct-textBox {
  font-size: 18px;
  /*margin-bottom: 50px;*/
  display: block;
}
.ct-blackquote-customStyle {
  margin: 0;
  padding: 0;
  border: none !important;
  font-size: 48px;
  line-height: 48px;
}
.ct-blackquote-customStyle:after {
  font-family: fontawesome;
  font-size: 14px;
  position: relative;
  bottom: 24px;
  content: '\f10e';
  left: 5px;
}
table {
  display: block;
  margin-bottom: 50px;
}
table th {
  font-weight: normal;
}
table a {
  text-decoration: none;
}
table a:hover,
table a:focus,
table a:visited {
  text-decoration: none;
}
table caption {
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
  color: #333333;
}
table td {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
table th,
table td {
  white-space: nowrap;
}
table td {
  width: 1%;
}
div[class^="col-"]:nth-child(2n) table {
  padding-left: 10px;
}
div[class^="col-"]:nth-child(1n) table {
  padding-right: 10px;
}
.small-only {
  display: none;
}
.ct-text--change {
  color: #1ca8dd;
  font-size: 12px;
}
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  border-radius: 4px;
  font-size: 14px;
  padding: 20px;
}
.bg-success span,
.bg-info span,
.bg-warning span,
.bg-danger span {
  font-weight: bold;
  font-size: 14px;
}
.bg-success {
  background-color: #dff0d8;
  color: #3c763d;
}
.bg-info {
  background-color: #d9edf7;
  color: #31708f;
}
.bg-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.bg-danger {
  background-color: #f2dede;
  color: #a94442;
}
.progress-bar {
  background-color: #1ca8dd;
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-arapey {
  font-family: 'Arapey', serif;
}
.ct-u-underline:hover {
  padding-bottom: 5px;
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px !important;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
/******Line height *********/
.ct-u-line-height26 {
  line-height: 26px;
}
.ct-u-line-height24 {
  line-height: 24px;
}
.ct-u-text--white {
  color: #fff !important;
}
.ct-u-text--white span,
.ct-u-text--white p {
  color: #fff !important;
}
.ct-u-text--white h1,
.ct-u-text--white h2,
.ct-u-text--white h3,
.ct-u-text--white h4,
.ct-u-text--white h5,
.ct-u-text--white h6 {
  color: #fff !important;
}
.ct-u-image--full-width img {
  width: 100%;
}
.ct-u-active--color--transparent {
  background-color: #fff;
}
.ct-u-active--color--transparent a {
  color: #656565 !important;
  border-bottom: none !important;
}
.ct-u-active--color--solid {
  background-color: #333333;
}
.ct-u-active--color--solid a {
  color: #fff !important;
  border-bottom: none !important;
}
.ct-u-rotate180 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
/*i{
  height: 150px;
  width: auto;
  font-size: 150px;
  text-align: center;
}*/
.ct-u-list--nonedecoration {
  list-style-type: none;
  padding: 0;
}
.ct-u-list--nonedecoration li {
  padding: 0 0 5px 0 ;
}
.ct-u-backgroundfix {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center !important;
}
.ct-u-nospaces {
  white-space: nowrap;
}
.ct-u-display-table {
  width: 100%;
  display: table;
}
.ct-u-display-table--cell {
  display: table-cell;
  vertical-align: middle;
}
.ct-u-borderTop {
  border-top: 1px solid #d9d9d9;
}
.ct-u-border--solid {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.ct-u-widthHalf {
  width: 50%;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
html,
body,
.ct-intro-topImage {
  height: 100%;
}
/* Header */
.ct-intro-topImage {
  position: relative;
  margin: 0 auto;
  min-height: 760px;
  width: 100%;
  display: table;
  z-index: 9999;
}
.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.intro-effect-jam3 .ct-intro-title,
.ct-intro--fadeOut .ct-intro-title,
.ct-intro--push .ct-intro-title,
.ct-intro--sliced .ct-intro-title {
  z-index: 9000;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
}
.intro-effect-jam3 .ct-intro-title *,
.ct-intro--fadeOut .ct-intro-title *,
.ct-intro--push .ct-intro-title *,
.ct-intro--sliced .ct-intro-title * {
  position: relative;
}
/* Trigger Button */
button.trigger {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 9999;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2em;
  cursor: pointer;
}
.ct-pageWrapper:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.ct-pageWrapper.modify:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
button.trigger::before {
  position: absolute;
  top: 100%;
  left: -100%;
  padding: 0.8em;
  width: 300%;
  color: #fff;
  content: attr(data-info);
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}
button.trigger:focus {
  outline: none;
}
button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
button.trigger span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  content: "\f107";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: fontawesome;
  speak-as: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #ffffff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modify button.trigger {
  display: none;
}
/***** Individual effects *****/
/* -------------------------- */
/* Jam 3 */
/* -------------------------- */
.intro-effect-jam3:not(.notrans) .bg-img {
  -webkit-transition-property: top, left, right, bottom;
  transition-property: top, left, right, bottom;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a {
  -webkit-transition-property: color;
  transition-property: color;
}
.intro-effect-jam3:not(.notrans) .codrops-demos a {
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p {
  -webkit-transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, transform;
}
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
}
.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-jam3 .codrops-demos a {
  color: #fff;
}
.intro-effect-jam3 .codrops-demos a.current-demo {
  border-color: #fff;
}
.intro-effect-jam3.modify .codrops-demos a {
  color: #c03b5d;
}
.intro-effect-jam3.modify .codrops-demos a.current-demo {
  border-color: #c03b5d;
}
.intro-effect-jam3.ct-pageWrapper {
  padding: 45px 30px;
}
.intro-effect-jam3 .bg-img {
  top: -45px;
  right: -30px;
  bottom: -45px;
  left: -30px;
  background: #514753;
}
.intro-effect-jam3.modify .bg-img {
  top: 0;
  right: 0;
  bottom: 85%;
  left: 0;
}
.intro-effect-jam3.modify .ct-intro-topImage h1 {
  color: #514753;
}
.intro-effect-jam3 .ct-intro-topImage p {
  color: #514753;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-topImage p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3 .ct-intro-content {
  padding: 0 5em 5em;
}
.intro-effect-jam3 .ct-intro-topImage,
.intro-effect-jam3 .ct-intro-content {
  background: #fff;
}
.intro-effect-jam3 .ct-intro-content > div {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3.modify .codrops-top a {
  color: #514753;
}
/* Delays */
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:nth-last-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:last-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* -------------------------- */
/* Faded gradient */
/* -------------------------- */
.ct-intro--fadeOut .ct-intro-topImage {
  display: table;
  height: 760px;
}
.ct-intro--fadeOut .ct-intro-topImage .inner {
  display: table-cell;
  vertical-align: middle;
}
.ct-intro--fadeOut:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--fadeOut:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--fadeOut:not(.notrans) .bg-img,
.ct-intro--fadeOut:not(.notrans) .bg-img::after,
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--fadeOut .ct-intro-topImage {
  overflow: hidden;
}
.ct-intro--fadeOut.modify .bg-img {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.ct-intro--fadeOut .bg-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.ct-intro--fadeOut.modify .bg-img::after {
  opacity: 1;
}
.ct-intro--fadeOut .ct-intro-title {
  text-align: left;
  max-width: 900px;
}
.ct-intro--fadeOut.modify .ct-intro-topImage h1,
.ct-intro--fadeOut.modify .ct-intro-topImage h2,
.ct-intro--fadeOut.modify .ct-intro-topImage h3,
.ct-intro--fadeOut.modify .ct-intro-topImage h4,
.ct-intro--fadeOut.modify .ct-intro-topImage h5,
.ct-intro--fadeOut.modify .ct-intro-topImage h6,
.ct-intro--fadeOut.modify .ct-intro-topImage p {
  color: #313842;
}
.ct-intro--fadeOut .ct-intro-topImage p {
  opacity: 0;
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(2) {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(2),
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ct-intro--fadeOut .ct-intro-content {
  z-index: 1000;
  position: relative;
}
.ct-intro--fadeOut .ct-intro-content > .div,
.ct-intro--fadeOut .ct-intro-content > .div-top,
.ct-intro--fadeOut .ct-intro-content > .div-bottom {
  opacity: 0;
  -webkit-transform: translateY(350px);
  transform: translateY(350px);
}
.ct-intro--fadeOut.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* -------------------------- */
/* Sliced */
/* -------------------------- */
.ct-intro--sliced .ct-intro-topImage {
  position: absolute;
  left: 0;
  top: 0;
}
.ct-intro--sliced .ct-intro-topImage.fix-zindex {
  z-index: 0;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title,
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title,
.ct-intro--sliced.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ct-intro--sliced .bg-img:first-child {
  bottom: 50%;
  position: fixed;
}
.ct-intro--sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900;
}
.snapjs-left .ct-intro--sliced .bg-img:last-child,
.snapjs-right .ct-intro--sliced .bg-img:last-child,
.boxed .ct-intro--sliced .bg-img:last-child {
  position: absolute;
}
.snapjs-left .ct-intro--sliced .bg-img:first-child,
.snapjs-right .ct-intro--sliced .bg-img:first-child,
.boxed .ct-intro--sliced .bg-img:first-child {
  position: absolute;
}
.ct-intro--sliced .bg-img:last-child img {
  top: -100%;
}
.ct-intro--sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ct-intro--sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ct-intro--sliced .ct-intro-title {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.ct-intro--sliced.modify .ct-intro-title {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.ct-intro--sliced .ct-intro-content > div {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.ct-intro--sliced.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Delays */
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* -------------------------- */
/* Push */
/* -------------------------- */
.ct-intro--push:not(.notrans) .ct-intro-topImage,
.ct-intro--push:not(.notrans) > .ct-intro-title,
.ct-intro--push:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.ct-intro--push:not(.notrans) .ct-intro-topImage {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.ct-intro--push .ct-intro-topImage {
  position: absolute;
  top: 0;
}
.ct-intro--push > .ct-intro-title {
  position: relative;
  top: auto;
  left: auto;
  padding: 6em 1em 2em;
}
.ct-intro--push > .ct-intro-title,
.ct-intro--push .ct-intro-content > div {
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
}
.ct-intro--push.modify > .ct-intro-title,
.ct-intro--push.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ct-intro--push.modify .ct-intro-topImage {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}
/* Delays */
.ct-intro--push.modify:not(.notrans) > .ct-intro-title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ct-intro--push.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* Media Queries */
@media screen and (max-width: 47em) {
  .ct-intro-title {
    font-size: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .intro-effect-jam3 .ct-intro-content {
    padding: 0 2em 5em;
  }
  .bg-img img {
    min-height: 0;
  }
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 60px;
  }
  .ct-intro-title {
    font-size: 50%;
  }
  button.trigger::before {
    display: none;
  }
}
.ct-pageWrapper {
  z-index: 3;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    position: relative;
  }
}
.ct-preloader {
  position: fixed;
  z-index: 999998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  overflow: visible;
  width: 64px;
  height: 64px;
  font-size: 64px;
  background: url("../images/preloader.GIF") no-repeat;
}
/******TOP BAR ******/
.ct-topbar--default,
.ct-topbar--stickyToTop {
  z-index: 9000;
  width: 100%;
}
.ct-hide--topbar {
  top: -40px !important;
}
.ct-topbar {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
}
.ct-topbar a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-topbar a:hover,
.ct-topbar a:focus,
.ct-topbar a:visited {
  text-decoration: none;
}
.ct-topbar .text-wrapper {
  display: inline-block;
  padding: 14px;
  color: #e4e4e4;
  line-height: 12px;
  font-style: normal !important;
}
.ct-topbar .text-wrapper a {
  line-height: 12px;
}
.ct-topbar .text-wrapper a i {
  line-height: 12px;
  color: #b3b3b3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 5px;
}
.ct-topbar--stickyToTop,
.ct-topbar--default {
  position: fixed;
  top: 0;
}
.ct-socials {
  padding: 13px 0;
  font-size: 14px;
  line-height: 12px;
}
.ct-socials a {
  text-decoration: none;
  color: #b3b3b3;
}
.ct-socials a:hover {
  color: #cd9c53;
}
.ct-socials a i {
  padding: 0 5px;
}
.ct-switcher-language ul {
  border: none;
  box-shadow: none;
}
.ct-switcher-language li a {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 12px;
  line-height: 12px;
}
.ct-switcher-language li a:hover {
  background-color: #fff;
}
.ct-switcher-language .dropdown-menu {
  min-width: 130px;
}
.ct-switcher-language .dropdown-menu li a {
  padding-left: 15px;
  padding-right: 15px;
}
.ct-switcher-language .dropdown-menu li a:hover {
  background-color: #fff;
}
/*****HEADER*****/
header.ct-mediaSection {
  background-color: #111111;
}
.inner {
  display: table-cell;
  vertical-align: middle;
}
.ct-header-text h1,
.ct-header-multipg h1,
.ct-header-text h2,
.ct-header-multipg h2,
.ct-header-text h3,
.ct-header-multipg h3,
.ct-header-text h4,
.ct-header-multipg h4,
.ct-header-text h5,
.ct-header-multipg h5,
.ct-header-text h6,
.ct-header-multipg h6 {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-header-text .ct-u-hdr2,
.ct-header-multipg .ct-u-hdr2 {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-header-text .ct-divider,
.ct-header-multipg .ct-divider,
.ct-header-text a,
.ct-header-multipg a {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-divider img {
  margin-bottom: 8px;
  width: auto;
  display: inline-block;
}
/*****Dividers********/
.ct-divider--type1,
.ct-divider--type2,
.ct-divider--type3,
.ct-divider--type4,
.ct-divider--type5,
.ct-divider--type6,
.ct-divider--type7 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 34px;
}
.ct-divider--type1 .ct-line,
.ct-divider--type2 .ct-line,
.ct-divider--type3 .ct-line,
.ct-divider--type4 .ct-line,
.ct-divider--type5 .ct-line,
.ct-divider--type6 .ct-line,
.ct-divider--type7 .ct-line {
  display: inline-block;
}
.ct-divider--type1 {
  color: #fff;
}
.ct-divider--type1 .ct-line {
  border: 1px dashed #fff;
}
.ct-divider--type1 .ct-line {
  width: 124px;
  margin-bottom: 13px;
}
.ct-divider--type2 {
  color: #fff;
}
.ct-divider--type2 .ct-line {
  width: 121px;
  margin-bottom: 9px;
}
.ct-divider--type2 .ct-line--left {
  background: transparent url("../images/divider-left-type2.png") repeat-x;
  height: 9px;
  background-position: 13px 0;
}
.ct-divider--type2 .ct-line--right {
  background: transparent url("../images/divider-right-type2.png") repeat-x;
  height: 9px;
  background-position: 12px 0;
}
.ct-divider--type3 {
  color: #666666;
}
.ct-divider--type3 .ct-line {
  width: 123px;
  margin-bottom: 9px;
}
.ct-divider--type3 .ct-line--left {
  background: transparent url("../images/divider-left-type3.png") repeat-x;
  height: 9px;
  background-position: 7px 0;
}
.ct-divider--type3 .ct-line--right {
  background: transparent url("../images/divider-right-type3.png") repeat-x;
  height: 9px;
  background-position: 8px 0;
}
.ct-divider--type4 {
  color: #fff;
}
.ct-divider--type4 .ct-line {
  width: 106px;
}
.ct-divider--type4 .ct-line--left {
  background: transparent url("../images/divider-left-type4.png");
  height: 26px;
}
.ct-divider--type4 .ct-line--right {
  background: transparent url("../images/divider-right-type4.png");
  height: 26px;
}
.ct-divider--type6 {
  color: #fff;
}
.ct-divider--type6 .ct-line {
  width: 127px;
}
.ct-divider--type6 .ct-line--left {
  background: transparent url("../images/divider-left-type6.png") no-repeat;
  height: 18px;
}
.ct-divider--type6 .ct-line--right {
  background: transparent url("../images/divider-right-type6.png") no-repeat;
  height: 18px;
}
.ct-divider--type7 {
  color: #fff;
}
.ct-divider--type7 .ct-line {
  width: 30px;
}
.ct-divider--type7 .ct-line--left {
  background: transparent url("../images/divider-left-type7.png") no-repeat;
  height: 21px;
}
.ct-divider--type7 .ct-line--right {
  background: transparent url("../images/divider-right-type7.png") no-repeat;
  height: 21px;
}
/*******Sections Buttons**************/
.ct-header-arrow--circle .ct-arrow--outer,
.ct-header-arrow--circleD .ct-arrow--outer,
.ct-header-arrow--circleDecoration .ct-arrow--outer,
.ct-header-arrow--circleDecoration2 .ct-arrow--outer,
.ct-header-arrow--circleDecoration3 .ct-arrow--outer,
.ct-header-arrow--triangle .ct-arrow--outer,
.ct-header-arrow--shape .ct-arrow--outer {
  height: 115px;
  width: 115px;
  margin-top: -60px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.ct-header-arrow--circle .ct-arrow--inner,
.ct-header-arrow--circleD .ct-arrow--inner,
.ct-header-arrow--circleDecoration .ct-arrow--inner,
.ct-header-arrow--circleDecoration2 .ct-arrow--inner,
.ct-header-arrow--circleDecoration3 .ct-arrow--inner,
.ct-header-arrow--triangle .ct-arrow--inner,
.ct-header-arrow--shape .ct-arrow--inner {
  height: 100px;
  width: 100px;
  background-color: #fff;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -47px;
}
.ct-header-arrow--circle .ct-arrow--inner .ct-arrow--icon,
.ct-header-arrow--circleD .ct-arrow--inner .ct-arrow--icon,
.ct-header-arrow--circleDecoration .ct-arrow--inner .ct-arrow--icon,
.ct-header-arrow--circleDecoration2 .ct-arrow--inner .ct-arrow--icon,
.ct-header-arrow--circleDecoration3 .ct-arrow--inner .ct-arrow--icon,
.ct-header-arrow--triangle .ct-arrow--inner .ct-arrow--icon,
.ct-header-arrow--shape .ct-arrow--inner .ct-arrow--icon {
  display: block;
  width: 80px;
  height: 80px;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  cursor: pointer;
  z-index: 1000;
  top: 10px;
}
.ct-header-arrow--circle .ct-arrow--inner .ct-arrow--icon .ct-arrow,
.ct-header-arrow--circleD .ct-arrow--inner .ct-arrow--icon .ct-arrow,
.ct-header-arrow--circleDecoration .ct-arrow--inner .ct-arrow--icon .ct-arrow,
.ct-header-arrow--circleDecoration2 .ct-arrow--inner .ct-arrow--icon .ct-arrow,
.ct-header-arrow--circleDecoration3 .ct-arrow--inner .ct-arrow--icon .ct-arrow,
.ct-header-arrow--triangle .ct-arrow--inner .ct-arrow--icon .ct-arrow,
.ct-header-arrow--shape .ct-arrow--inner .ct-arrow--icon .ct-arrow {
  width: 16px;
  height: 16px;
  margin-left: -10px;
  position: absolute;
  top: 16px;
  left: 50%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-header-arrow--circle .ct-arrow--inner {
  border-radius: 50%;
}
.ct-header-arrow--circle .ct-arrow--inner .ct-arrow--icon {
  top: 5px;
}
.ct-header-arrow--circle .ct-arrow--inner .ct-arrow--icon .ct-arrow {
  border-right: 2px solid #369ea7;
  border-bottom: 2px solid #369ea7;
}
.ct-header-arrow--shape .ct-arrow--outer,
.ct-header-arrow--circleD .ct-arrow--outer,
.ct-header-arrow--circleDecoration .ct-arrow--outer,
.ct-header-arrow--circleDecoration2 .ct-arrow--outer,
.ct-header-arrow--circleDecoration3 .ct-arrow--outer,
.ct-header-arrow--triangle .ct-arrow--outer {
  overflow: hidden;
}
.ct-header-arrow--shape .ct-arrow--inner,
.ct-header-arrow--circleD .ct-arrow--inner,
.ct-header-arrow--circleDecoration .ct-arrow--inner,
.ct-header-arrow--circleDecoration2 .ct-arrow--inner,
.ct-header-arrow--circleDecoration3 .ct-arrow--inner,
.ct-header-arrow--triangle .ct-arrow--inner {
  background: none;
}
.ct-arrow--icon:hover .ct-arrow {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.ct-header-arrow--triangle .ct-arrow--outer {
  background: url("../images/scroll-down-type2.png") no-repeat;
  top: 3px;
}
.ct-header-arrow--triangle .ct-arrow--inner {
  margin-left: -42px;
}
.ct-header-arrow--triangle .ct-arrow {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-left: -9px !important;
}
.ct-header-arrow--shape .ct-arrow--outer {
  background: url("../images/scroll-down-type3.png") no-repeat;
  height: 110px;
  width: 110px;
}
.ct-header-arrow--shape .ct-arrow--inner {
  margin-left: -45px;
}
.ct-header-arrow--shape .ct-arrow {
  border-right: 2px solid #7aa238;
  border-bottom: 2px solid #7aa238;
}
.ct-header-arrow--circleD .ct-arrow--outer {
  background: url("../images/scroll-down-type1.png") no-repeat;
  background-position: 20% 0;
  height: 120px;
  width: 120px;
}
.ct-header-arrow--circleD .ct-arrow--inner {
  margin-left: -39px;
}
.ct-header-arrow--circleD .ct-arrow {
  border-right: 2px solid #cd9c53;
  border-bottom: 2px solid #cd9c53;
}
.ct-header-arrow--circleDecoration .ct-arrow--outer {
  background: url("../images/scroll-down-type5.png") no-repeat;
  background-position: 20% 0;
  height: 120px;
  width: 120px;
}
.ct-header-arrow--circleDecoration .ct-arrow--inner {
  margin-left: -40px;
}
.ct-header-arrow--circleDecoration .ct-arrow {
  border-right: 2px solid #ee7f69;
  border-bottom: 2px solid #ee7f69;
}
.ct-header-arrow--circleDecoration2 .ct-arrow--outer {
  height: 110px;
  width: 110px;
  background: url("../images/scroll-down-type6.png") no-repeat;
  background-position: 50% 50%;
}
.ct-header-arrow--circleDecoration2 .ct-arrow--inner {
  margin-left: -45px;
}
.ct-header-arrow--circleDecoration2 .ct-arrow {
  border-right: 2px solid #1ca8dd;
  border-bottom: 2px solid #1ca8dd;
}
.ct-header-arrow--circleDecoration3 .ct-arrow--outer {
  height: 120px;
  width: 120px;
  background: url("../images/scroll-down-type7.png") no-repeat;
  background-position: 10% 0;
}
.ct-header-arrow--circleDecoration3 .ct-arrow--inner {
  margin-left: -41px;
}
.ct-header-arrow--circleDecoration3 .ct-arrow {
  border-right: 2px solid #f26d7d;
  border-bottom: 2px solid #f26d7d;
}
/*********Animation for sectionButtons**********/
.ct-animation--rotate .ct-arrow--outer {
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.ct-animation--rotate:hover .ct-arrow--outer {
  transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
  -webkit-transition: -webkit-transform 16s linear;
  -ms-transition: -ms-transform 16s linear;
  transition: transform 16s linear;
}
@media (max-width: 992px) {
  .ct-animation--rotate .ct-arrow--outer {
    -moz-animation-iteration-count: 0;
    -ms-animation-iteration-count: 0;
    -webkit-animation-iteration-count: 0;
  }
  .ct-animation--rotate:hover .ct-arrow--outer {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0s linear;
    -ms-transition: -ms-transform 0s linear;
    transition: transform 0s linear;
  }
}
/******Fix VSection*********/
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  height: 100%;
}
/*****DECORATION****/
.ct-decoration--type1:before,
.ct-decoration--type1-rotate:before,
.ct-decoration--type2:before,
.ct-decoration--type2-rotate:before,
.ct-decoration--type3:before,
.ct-decoration--type3-rotate:before,
.ct-decoration--type4:before,
.ct-decoration--type4-rotate:before,
.ct-decoration--type5:before,
.ct-decoration--type5-rotate:before,
.ct-decoration--type6:before,
.ct-decoration--type6-rotate:before,
.ct-decoration--type7:before,
.ct-decoration--type7-rotate:before {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
}
.ct-decoration--type1:before,
.ct-decoration--type2:before,
.ct-decoration--type3:before,
.ct-decoration--type4:before,
.ct-decoration--type5:before,
.ct-decoration--type6:before,
.ct-decoration--type7:before {
  top: 0;
}
.ct-decoration--type1-rotate:before,
.ct-decoration--type2-rotate:before,
.ct-decoration--type3-rotate:before,
.ct-decoration--type4-rotate:before {
  top: -10px;
}
.ct-decoration--type5-rotate:before {
  top: -11px;
  height: 11px;
}
.ct-decoration--type6-rotate:before {
  top: -6px;
}
.ct-decoration--type7-rotate:before {
  height: 14px;
  top: -14px;
}
.ct-decoration--type1:before {
  background: transparent url("../images/decoration-line-type1.png") repeat-x;
}
.ct-decoration--type1-rotate:before {
  background: transparent url("../images/decoration-line-type1-rotate.png") repeat-x;
}
.ct-decoration--type2:before {
  background: transparent url("../images/decoration-line-type2.png") repeat-x;
}
.ct-decoration--type2-rotate:before {
  background: transparent url("../images/decoration-line-type2-rotate.png") repeat-x;
}
.ct-decoration--type3:before {
  background: transparent url("../images/decoration-line-type3.png") repeat-x;
}
.ct-decoration--type3-rotate:before {
  background: transparent url("../images/decoration-line-type3-rotate.png") repeat-x;
}
.ct-decoration--type4:before {
  background: transparent url("../images/decoration-line-type4.png") repeat-x;
}
.ct-decoration--type4-rotate:before {
  background: transparent url("../images/decoration-line-type4-rotate.png") repeat-x;
}
.ct-decoration--type5:before {
  background: transparent url("../images/decoration-line-type5.png") repeat-x;
}
.ct-decoration--type5-rotate:before {
  background: transparent url("../images/decoration-line-type5-rotate.png") repeat-x;
}
.ct-decoration--type6:before {
  background: transparent url("../images/decoration-line-type6.png") repeat-x;
}
.ct-decoration--type6-rotate:before {
  background: transparent url("../images/decoration-line-type6-rotate.png") repeat-x;
}
.ct-decoration--type7:before {
  background: transparent url("../images/decoration-line-type7.png") repeat-x;
}
.ct-decoration--type7-rotate:before {
  background: transparent url("../images/decoration-line-type7-rotate.png") repeat-x;
}
/***********My services decoration*************/
.ct-glyph--container {
  height: auto;
  margin-bottom: 30px;
}
.ct-iconBox .ct-iconElement {
  text-align: center;
  display: block;
  margin: 0 auto 30px auto;
}
.ct-iconBox .ct-iconBox--description {
  text-align: center;
}
.ct-iconElement i {
  font-size: 150px;
}
.ct-background-square {
  height: 100px;
  width: 100px;
  background-color: #fecf02;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.ct-background-square i {
  position: absolute;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  top: -27px;
  left: -21px;
}
.ct-background-circle,
.ct-background-circleImage,
.ct-background-circleImageBorder {
  height: 128px;
  width: 128px;
  border-radius: 50%;
}
.ct-background-circle {
  background: #fff;
  position: relative;
  padding: 9px;
}
.ct-background-circle i {
  font-size: 115px;
}
.ct-background-circle--type2 {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  position: relative;
  padding: 24px;
  overflow: hidden;
}
.ct-background-circle--type2 i {
  height: 100%;
  width: auto;
  font-size: 66px;
}
.ct-background-circle--type2 img {
  width: 100%;
}
.ct-background-circleImage {
  border: transparent;
  overflow: hidden;
}
.ct-background-circleImageBorder {
  border: 2px solid #fff;
  overflow: hidden;
}
.ct-image-container--square {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.ct-image-container--square img {
  width: 100%;
}
.ct-image-container--circle,
.ct-image-container--circleBig {
  overflow: hidden;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40%;
}
.ct-image-container--circle {
  height: 100px;
  width: 100px;
}
.ct-image-container--circle img {
  width: 100%;
}
.ct-image-container--circleBig {
  height: 290px;
  width: 290px;
}
.ct-text-sectionWithIcons {
  padding: 24px !important;
  height: 112px;
  width: 112px;
}
.ct-text-sectionWithIcons i {
  height: 66px !important;
  font-size: 66px !important;
}
.ct-iconBox--2col .ct-iconElement {
  display: inline-block;
  float:left;
  margin-right: 20px;
}
.ct-iconBox--2col .ct-iconBox--description {
  width: 75%;
  float: left;
  display: inline-block;
  text-align: left;
}
/*****SECTIONS*****/
.ct-pageSectionHeader {
  margin-bottom: 40px;
}
.ct-pageSectionHeader h2,
.ct-pageSectionHeader h3 {
  position: relative;
  line-height: 23px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-pageSectionHeader--numbered h1,
.ct-pageSectionHeader--numbered h2,
.ct-pageSectionHeader--numbered h3,
.ct-pageSectionHeader--numbered h4,
.ct-pageSectionHeader--numbered h5,
.ct-pageSectionHeader--numbered h6 {
  font-size: 70px !important;
  line-height: 58px !important;
}
.ct-section {
  display: table !important;
}
#services,
#clients {
  display: table !important;
}
/******Contact*********/
.successMessage,
.errorMessage {
  display: none;
}
.ct-contactForm--type1 .contactForm .form-control,
.ct-contactForm--type1--WhiteBg .contactForm .form-control {
  border: 2px solid #808080;
  background: rgba(255, 255, 255, 0.2);
}
.ct-contactForm--type1--WhiteBg {
  color: #333;
}
.ct-item--contact {
  margin-bottom: 38px;
  display: block;
}
.ct-item--contact .ct-header--contact {
  font-size: 14px;
}
.ct-item--contact span {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
.ct-item--contact .ct-socials--circle,
.ct-item--contact .ct-socials--square,
.ct-item--contact .ct-socials--square-rounded {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  padding: 12px !important;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-item--contact .ct-socials--circle {
  border-radius: 50%;
}
.ct-item--contact .ct-socials--square-rounded {
  border-radius: 4px;
}
.ct-item--contact a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-item--contact a:hover {
  text-decoration: none;
}
.ct-item--contact-type2 a {
  color: #333333;
}
.ct-textBox {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ct-text-parallax {
  font-size: 16px;
}
/******Accordions*******/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  background: transparent;
  padding: 0;
}
.panel-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.panel-title a {
  text-decoration: none;
  display: block;
  padding: 18px;
  color: #333;
}
/***** Tabs *********/
.nav-tabs a {
  font-size: 16px;
}
.ct-pricing h1,
.ct-pricing h2,
.ct-pricing h3,
.ct-pricing h4,
.ct-pricing h5,
.ct-pricing h6 {
  border-top: 1px solid #d9d9d9;
  height: 60px;
  line-height: 60px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  font-size: 24px;
}
.ct-pricing span {
  display: block;
  font-size: 16px;
  min-height: 50px;
  line-height: 50px;
  margin: 0 -0.5px;
}
.ct-pricing .ct-u-display-table--cell {
  width: 1%;
}
.ct-pricing .ct-u-display-table--cell span {
  display: inline-block;
  padding: 0;
  margin: 0 -0.5px;
}
.ct-pricing .ct-u-display-table--cell .ct-currency {
  font-size: 34px;
  position: relative;
  top: -20px;
}
.ct-pricing .ct-u-display-table--cell .ct-price {
  font-size: 60px;
}
.ct-pricing .ct-u-display-table--cell .ct-overprice {
  font-size: 26px;
  position: relative;
  top: -18px;
}
.ct-pricing .ct-pricebox {
  margin: 0 -0.5px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-pricebox--main {
  height: 100px !important;
  line-height: 100px !important;
}
.ct-pricing div[class^="col-"] {
  padding: 0;
}
.ct-counterBox .ct-counterBox-number {
  font-size: 72px;
}
.ct-counterBox h1,
.ct-counterBox h2,
.ct-counterBox h3,
.ct-counterBox h4,
.ct-counterBox h5,
.ct-counterBox h6 {
  font-size: 16px;
}
.ct-section-separator {
  border-top: 1px solid #d9d9d9;
}
.ct-gallery p {
  margin-top: 14px;
  font-weight: bold;
}
.ct-gallery figure {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  text-align: center;
  height: 270px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-gallery figure img {
  opacity: 0.8;
  left: 0;
  position: absolute;
}
.ct-gallery figure figcaption {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-gallery figure figcaption:before,
.ct-gallery figure figcaption:after {
  pointer-events: none;
}
.ct-gallery figure figcaption h2 {
  font-weight: 300;
  margin: 0;
  white-space: normal;
}
.ct-gallery figure figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
}
.ct-gallery figure p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
  color: #cd9c53;
}
.ct-gallery .ct-gallery-item a {
  outline: none;
}
.ct-portfolio--image img {
  width: 100%;
}
@media (max-width: 767px) {
  #ct-gallery .ct-gallery-item {
    width: 100%;
  }
  #ct-gallery .ct-gallery-item figure {
    height: auto;
  }
  #ct-gallery .ct-gallery-item figure img {
    width: 100%;
  }
}
/**********Infinityscroll loading ********/
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
.wp-pagenavi {
  display: none !important;
}
/*******Isotope*********/
.ct-isotope-navigation a {
  color: #333333;
  cursor: pointer;
  margin-top: 5px;
  padding-bottom: 5px;
}
.ct-isotope-navigation a:hover {
  text-decoration: none;
  border-bottom: 2px solid #333333;
}
.ct-isotope-navigation .active {
  border-bottom: 2px solid #333333;
}
/*********Blog Sidebar**********/
.ct-js-sidebar .widget {
  margin-bottom: 80px;
}
.widget .widget-inner ul {
  list-style: none;
  padding: 0;
}
.widget .widget-inner li {
  border-bottom: 1px solid #d9d9d9;
}
.widget .widget-inner a {
  text-decoration: none;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}
.widget .widget-inner a:hover {
  text-decoration: none;
}
.widget .widget-inner a span {
  font-size: 14px;
}
.widget .widget-inner h1,
.widget .widget-inner h2,
.widget .widget-inner h3,
.widget .widget-inner h4,
.widget .widget-inner h5,
.widget .widget-inner h6 {
  margin-bottom: 25px;
}
.widget .widget-inner .widget-latest-posts-content span {
  font-size: 14px;
  padding-top: 15px;
  display: block;
  color: #808080;
}
.widget .widget-inner .ct-js-select {
  width: 100%;
  color: #4e4e4e;
  font-weight: 600;
}
.widget .widget-inner .ct-js-select a {
  padding: 0;
  border-radius: 2px;
  background-image: none;
}
.widget .widget-inner .ct-js-select a span {
  padding: 10px 0 10px 13px;
}
.widget .widget-inner .ct-js-select a .select2-arrow {
  background-image: none;
  background-color: #fff;
  border: none;
  padding-left: 0;
}
.widget .widget-inner .ct-js-select a .select2-arrow:before {
  content: "\f0d7";
  font-family: fontawesome;
}
.widget .widget-inner .ct-js-select .select2-chosen {
  font-weight: 400;
}
.widget .widget-inner .select2-container .select2-choice {
  height: 47px;
  border: 2px solid #cccccc;
  box-shadow: none;
  background-color: #fff;
}
.widget .widget-inner .tagcloud span {
  display: block !important;
  float: left;
  font-size: 12px;
  color: #808080;
  padding: 10px !important;
  background-color: #e5e5e5;
  border-radius: 3px;
  margin: 5px 10px 5px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
    .widget .widget-inner .tagcloud span:hover {
        background-color: #d4d4d4;
    }
.select2-drop {
  border: 2px solid #cccccc;
  margin-top: -2px;
  box-shadow: none;
}
.select2-drop .select2-search {
  display: none;
}
.select2-drop ul {
  margin: 0;
  padding: 0;
}
.select2-drop span {
  font-size: 14px;
}
@media (max-width: 992px) {
  .ct-js-sidebar {
    margin-top: 50px;
  }
  .ct-item--contact {
    text-align: center;
  }
}
.ct-widget-workingHours {
  border: 1px solid #d9d9d9;
  padding: 20px;
}
.ct-widget-workingHours ul,
.ct-widget-workingHours ol {
  margin: 0;
}
.ct-widget-workingHours span {
  font-size: 14px;
  line-height: 32px;
  text-transform: capitalize;
}
.ct-widget-workingHours p {
  font-size: 24px;
  line-height: 32px;
}
.ct-widget-workingHours .ct-item--hour {
  margin-bottom: 15px;
}
/*****FOOTER*****/
.ct-textBox--withButton .ct-text-panel {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ct-textBox--withButton span {
  font-size: 24px;
}
.ct-widget-latestTwitts .tweet_user,
.ct-widget-latestTwitts .tweet_time,
.ct-widget-latestTwitts .tweet_time a {
  display: inline-block !important;
  color: #808080 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding-top: 0 !important;
}
.ct-widget-latestTwitts .tweet_user {
  margin-right: 20px;
}
.ct-widget-latestTwitts span {
  font-size: 16px;
}
.ct-widget-latestTwitts span a {
  font-size: 16px;
}
.ct-widget-latestTwitts .tweet_text {
  display: block;
  color: #fff !important;
}
.ct-twitter li {
  border: none !important;
  margin-right: 2px;
}
footer {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
}
footer img {
  display: table;
  margin: auto;
}
footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer a:hover {
  text-decoration: none;
}
footer .copyright,
footer .totop {
  padding: 17px 0;
}
footer .copyright a:hover,
footer .totop a:hover,
footer .copyright a:focus,
footer .totop a:focus,
footer .copyright a:visited,
footer .totop a:visited {
  text-decoration: none;
}
footer .copyright a:hover,
footer .totop a:hover {
  color: #fff;
}
footer .copyright {
  float: left;
  text-align: left;
}
footer .copyright a {
  font-size: 16px;
}
footer .totop,
footer .ct-footer-logo {
  float: right;
  text-align: right;
}
/**********Media Query********/
@media (min-width: 1200px) {
  .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
}
@media (max-width: 1200px) {
  .ct-iconBox--2col .ct-iconElement {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
  }
  .ct-iconBox--2col .ct-iconBox--description {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .ct-intro-topImage .ct-intro-title {
    padding: 0;
  }
  .ct-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .btn {
    padding: 10px 20px;
  }
  .ct-glyph--text p {
    font-size: 20px;
  }
  table {
    padding: 0 !important;
  }
  table caption {
    font-size: 14px;
    line-height: 14px;
    white-space: normal;
  }
  table td {
    font-size: 16px !important;
    line-height: 12px;
    white-space: normal;
  }
  .flex-direction-nav a {
    top: 90% !important;
  }
  .navbar li a {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ct-textBox--withButton span {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  header.ct-mediaSection {
    display: table;
  }
  header.ct-mediaSection .flexslider {
    display: table-cell;
    vertical-align: middle;
  }
  .ct-pricebox--main {
    margin-top: 30px;
  }
  .ct-u-nospaces {
    white-space: normal;
  }
  .small-only {
    display: block;
  }
  .large-only {
    display: none;
  }
  .flexslider p,
  .ct-textBox {
    width: 100%;
  }
  table th {
    text-align: center;
  }
  .ct-mediaSection ul li {
    text-align: center;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
  #services {
    height: auto !important;
  }
  .ct-textBox--withButton {
    text-align: center;
  }
  .ct-textBox--withButton a {
    float: none !important;
  }
  footer .copyright,
  footer .totop,
  footer .ct-footer-logo {
    width: 100%;
    text-align: center;
  }
  .mfp-arrow {
    top: auto;
    bottom: 20px;
  }
  .ct-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ct-glyph--container div {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ct-gallery figure img {
    position: relative;
  }
}
@media (max-width: 480px) {
  .ct-gallery figure {
    height: 100%;
  }
  .ct-image-container--circleBig {
    height: 260px;
    width: 260px;
  }
  .ct-isotope-navigation a {
    padding-bottom: 0;
  }
  table caption {
    font-size: 12px;
    line-height: 12px;
  }
  table td {
    font-size: 10px;
    line-height: 18px;
  }
  .ct-pageSectionHeader {
    margin-bottom: 30px;
  }
  .ct-header-text a {
    padding: 5px 10px;
  }
  .ct-divider--type1 .ct-line,
  .ct-divider--type2 .ct-line,
  .ct-divider--type3 .ct-line,
  .ct-divider--type4 .ct-line,
  .ct-divider--type6 .ct-line {
    width: 110px !important;
  }
  .contactForm .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .ct-item--contact {
    margin-bottom: 30px;
  }
  .ct-item--contact a,
  .ct-item--contact span {
    font-size: 18px;
  }
  .ct-testimonials p {
    font-size: 18px;
  }
  .ct-link-post h1,
  .ct-link-post h2,
  .ct-link-post h3,
  .ct-link-post h4,
  .ct-link-post h5,
  .ct-link-post h6 {
    top: 5px;
    display: block;
  }
  .ct-hyperlink--circle {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #clients p {
    font-size: 12px;
  }
  #clients .ct-text-signature {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .navbar {
    display: none;
  }
  .ct-topbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}