/**************************************************************************
***************** Master Stylesheet for Finance Pro************************
***************************************************************************
=========================== Content Index =================================
* 1. Miscelnious styles 
* 2. Header styles 
* 3. slider styles 
* 4. Welcome section styles 
* 5. Full img sec styles 
* 6. FAQ sec styles 
* 7. Testimonial sec styles 
* 8. statics sec styles 
* 9. Testimonial sec styles 
* 10. Blog sec styles 
* 11. Client Carousel sec styles 
* 12. Home CTA sec styles 
* 13. Footer sec styles 
* 14. Inner Banner styles 
* 15. contact page styles 
* 16. Project page styles 
* 17. Blog page styles 
* 18. Services page styles 
* 19. 404 page styles 
* 20. Shop page styles 
* 21. About page styles 
* 22. Career page styles 
* 23. Cart page styles 
* 24. Checkout page styles
* 25. Company History styles
* 26. Testimonials styles
* 27. Comming Soon page styles
* 28. Advisors page styles
* 29. Case Details page styles
* 30. Case Details2 page styles
* 31. TT-GALLERY-1
* 32. LIGHTBOX
***************************************************************************
**************************************************************************/
/***************************************
* 1. Miscelnious styles 
****************************************/

 
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon/icomoon.eot');
  src:url('../fonts/icomoon/icomoond41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff') format('woff'),
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif|Roboto';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif|Raleway:400,600,700,800|Roboto:400,700,900';

html, body
{
  width: 100%;
  height: auto;
  overflow-x: hidden;
}


body {
  letter-spacing: .03em;
  font-size: 15px;
  color: #898989;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

input, textarea {
  outline: none;
}

p {
  margin-top: -7px;
  margin-bottom: 20px;
  text-align: justify;
  word-break: break-word;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mrm20 {
  margin-right: -20px;
}

.mrm110 {
  margin-right: -110px;
}

.mlm20 {
  margin-left: -20px;
}

.mlm30 {
  margin-left: -30px;
}

.thm-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.thm-container.full-boxed {
  max-width: 100%;
}

.thm-button {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  background: #46b9e3;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  border: none;
  outline: none;
  color: #fff;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 42px;
  font-weight: bold;
  outline: none;
  padding: 0 20px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  margin: 5px;
}
.thm-button i {
  /*font-size: 14px;*/
  margin-left: 7px;
}
.thm-button.inverse, .thm-button:hover {
  background: #C4D114;
  color: #171717;
}
.thm-button.inverse:hover {
  background: #46b9e3;
  color: #fff;
}

.sec-title {
  margin-bottom: 24px;
}
.sec-title h2 {
  margin: 0;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #383838;
  /*line-height: 22px;*/
  text-transform: uppercase;
}
.sec-title .decor-line,  
.page-title .decor-line {
  background: #C4D114;
  width: 50px;
  height: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
}
.sec-title.medium {
  margin-bottom: 18px;
}
.sec-title.medium h2 {
  font-size: 18px;
}
.sec-title.medium .decor-line {
  width: 35px;
  margin-top: 10px;
}

.sec-pad {
  padding: 100px 0;
}

.gray-bg {
  background: #f7f8fa;
}

.mixit-gallery .mix {
  display: none;
}

/* image caption effect styles */
/***************************************
* 2. Header styles 
****************************************/
.header {
  background: #29293d;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #181825;
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/textures/header-bg.png) repeat;
  opacity: .05;
  content: '';
}
.header p,
.header ul,
.header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .thm-container {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
.header .header-right-info ul li {
  display: inline-block;
  vertical-align: bottom;
}
.header .header-right-info ul li + li .single-header-right-info {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 8px;
}
.header .header-right-info ul li .single-header-right-info .text-box,
.header .header-right-info ul li .single-header-right-info .icon-box {
  display: table-cell;
  vertical-align: bottom;
}
.header .header-right-info ul li .single-header-right-info .icon-box {
  text-align: center;
  padding-left: 25px;
  padding-right: 20px;
}
.header .header-right-info ul li .single-header-right-info .icon-box i {
  color: #C4D114;
  font-size: 30px;
}
.header .header-right-info ul li .single-header-right-info .text-box p {
  color: #9692A0;
  line-height: 20px;
  font-size: 14px;
}
.welcome-message {
  color: #63839c;
  float: left;
  font-size: 15px;
}
.top-nav {
  float: right;
}
.top-nav ul{
  margin: 0;
  padding: 0;
}
.top-nav li {
  float: left;
  color: #63839c;
  font-size: 14px;
  padding-right: 20px;
}
.top-nav .tel {
  border-left: 0;
}
.top-nav a {
  padding: 0 20px;
  line-height: 40px;
  letter-spacing: 0.25px;
  font-size: 15px;
}
#header{
  width: 100%;
}
.logo{
  float: left;
  /*margin-top: 11px;*/
}
.logo-mobile
{
  display: none;
}
.logo-desktop img
{
	vertical-align: text-top;
}
.logo-desktop .company-title, .logo-mobile .company-title
{
	font-size: 18px;
    color: #a5be34;
    font-weight: bold;
}
.logo-desktop .tag-line
{
	font-size: 14px;
    padding-left: 65px;
    margin-top: -10px;
    line-height: 1;
    border: none;
    background: none;
    display: block;
    color: #7b7b7b;
}

#main-navigation-wrapper.navbar-default {
  background: transparent;
  border: none;
  min-height: auto;
  background: #FFF;
  border-top: 1px solid #38374C;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
}
#main-navigation-wrapper .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#main-navigation-wrapper .nav > li {
  padding: 15px 0;
}
#main-navigation-wrapper .nav > li > a {
  padding: 4px 0;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding-right: 18px;
}
#main-navigation-wrapper .nav > li.active > a
{
  color: #C4D114;
  background: none;
}
#main-navigation-wrapper .nav > li + li > a {
  padding-left: 20px;
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
}
#main-navigation-wrapper .navbar-form {
  padding: 0;
  margin: 0;
}
#main-navigation-wrapper .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
#main-navigation-wrapper.navbar-default .navbar-nav > .open > a, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover, #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a {
  background: none;
  color: #C4D114;
}
#main-navigation-wrapper .navbar-form {
  background: #1C1C29;
  padding: 15px 30px;
}
#main-navigation-wrapper .navbar-form input {
  border-radius: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 32px);
}
#main-navigation-wrapper .navbar-form button {
  border: none;
  outline: none;
  background-color: transparent;
}
#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  padding: 0;
  margin-top: 20px;
  border: none;
  border-radius: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  min-width: 220px;
  background: #1C1C29;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
#main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
#main-navigation-wrapper .dropdown-submenu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  padding: 11px 20px;
  text-transform: uppercase;
  color: #C8C8DA;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
#main-navigation-wrapper .dropdown-submenu > li > a:focus,
#main-navigation-wrapper .dropdown-submenu > li > a:hover,
#main-navigation-wrapper .dropdown-submenu > li.active > a {
  background-color: #c4d114;
  color: #1c1c29;
  font-weight: bold;
}


/* Demo 2 */

#demo-2 input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
  content: "\f002";
  background: #ededed;
  border: none;
  float: right;
  margin-top: -8px;
  top: 6px;
position: relative;
padding: 5px 10px 5px 32px;
transition: all .5s;
  border-radius: 10em;
  background: url(../images/search-icon.png) no-repeat right;
}
#demo-2 input[type=search]:hover {
  background-color: #fff;

}
#demo-2 input[type=search]:focus {
  width: 130px;
  padding-left: 15px;
  color: #000;
  border: solid 1px #ccc;
  background-color: #fff;
  cursor: auto;
  transition: all .5s;
}
#demo-2 input:-moz-placeholder {
  color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}
/***************************************
* 3. slider styles 
****************************************/
#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-inner .item {
  min-height: 565px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #1E1E1E;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible !important;
  opacity: .65;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  top: 50%;
  border-radius: 0;
  z-index: 99;
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing layers styles */
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom .content {
  /*padding-bottom: 135px;*/
  padding: 190px 0;
}

#minimal-bootstrap-carousel .carousel-caption h2 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin: 0;
  font-size: 55px;
  line-height: 55px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

#minimal-bootstrap-carousel .carousel-caption p {
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption a.thm-button {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#minimal-bootstrap-carousel .carousel-caption a.thm-button:last-child {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#minimal-bootstrap-carousel .carousel-caption span.dib {
  display: inline-block;
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption span.border {
  display: inline-block;
  width: 270px;
  height: 1px;
  background: #FFFFFF;
  vertical-align: inherit;
  position: relative;
  top: 3px;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption .content {
  /*padding-top: 160px;*/
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption h3 {
  color: #C9D705;
  margin: 0;
  font-size: 40px;
  line-height: 55px;
  font-weight: bold;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption h2 {
  margin: 0;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption p {
  /*margin: 0;
  margin: 10px 0;*/
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption span.dib {
  display: inline-block;
  vertical-align: middle;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption span.border {
  display: inline-block;
  width: 270px;
  height: 1px;
  background: #FFFFFF;
  vertical-align: inherit;
  position: relative;
  top: 3px;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption .thm-button {
  /*margin-top: 35px;*/
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
  /*padding-top: 135px;*/
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption h2 {
  margin: 0;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption p {
  /*font-size: 22px;*/
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-bottom: 15px;
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption .thm-button {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption span.border {
  width: 330px;
}

.getting-started {
    width: 100%;
    min-height: 112px;
    background: #c7cb46;
}
.getting-started h3 {
    margin-top: 43px;
    color: #FFF;
    float: left;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
a.getting-started-button {
    margin-top: 34px;
    padding: 10px 30px;
    background: #393939 !important;
    border: 1px solid #191919 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    border-radius: 4px;
    text-transform: uppercase;
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/***************************************
* 4. Welcome section styles 
****************************************/
.welcome-section {
  background: #f7f8fa;
}
.welcome-section .img-box {
  display: inline-block;
  position: relative;
}
.welcome-section .img-box img {
  position: relative;
  z-index: 1;
}
.welcome-section .img-box:before {
  content: '';
  border: 4px solid #DCDCE6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 13px;
  left: 13px;
}
.welcome-section .sec-title ~ p {
  margin-bottom: 23px;
  font-size: 18px;
  color: #4f668b;
}
.welcome-section .single-welcome-box {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px 0;
  margin-top: 30px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.welcome-section .single-welcome-box.brd-btm{
  border-bottom: none !important;
}
.welcome-section .single-welcome-box h4,
.welcome-section .single-welcome-box p {
  margin: 0;
}
.welcome-section .single-welcome-box .icon-box,
.welcome-section .single-welcome-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.welcome-section .single-welcome-box .icon-box i {
  font-size: 64px;
  color: #000;
}
.welcome-section .single-welcome-box .text-box {
  padding-left: 25px;
}
.welcome-section .single-welcome-box .text-box h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}
.welcome-section .single-welcome-box .text-box p {
  font-size: 14px;
  line-height: 28px;
  color: #777777;
}
.welcome-section .single-welcome-box:hover {
  background: transparent;

}

/***************************************
* 5. Full img sec styles 
****************************************/

.full-img-sec {
  background: #2d2d38;
  z-index: 1;
  padding: 70px 0;
  position: relative;
  /*height: 494px;*/
}
.full-img-sec:before {
  content: '';
  width: 45%;
  height: 100%;
  position: absolute;
  background: url(../images/full-img-1.jpg) no-repeat right;
  background-size: cover;
  background-position: center;
  top: 0;
}
.full-img-sec:after {
  content: '';
  width: 55%;
  height: 100%;
  background: url(../images/full-img-2.jpg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;

}
.full-img-sec .container {
  position: relative;
  z-index: 9999;
}
.full-img-sec ul,
.full-img-sec li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-img-sec p {
  margin: 0;
  color: #BCC1C7;
  line-height: 26px;
}
.full-img-sec .left-content {
  padding: 0;
  padding-left: 60px;
}
.full-img-sec .left-content .sec-title .decor-line {
    background: #f6ba18;
    width: 50px;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}
.full-img-sec .left-content .sec-title h2 {
  color: #FDFDFD;
}
.full-img-sec .left-content ul li {
  font-size: 16px;
  line-height: 32px;
  color: #56D7F7;
}
.full-img-sec .left-content ul li:before {
  content: '\f0a9';
  margin-right: 11px;
  font-family: 'FontAwesome';
}
.full-img-sec .list_item{
  float: left;
  width: 100%;
}
.full-img-sec .list_item img {
    vertical-align: baseline;
}
.full-img-sec .list_item p {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    color: #fff;
    padding-left: 20px;
    padding-right: 32px;
    margin-top: 63px;
    margin-right: 27px;
    width: calc(33.3% - 76px);
    word-break: keep-all;
}
.full-img-sec .list_item p:not(.support) {
    /*border-right: 1px dashed #6e6e6e;*/
}
/***************************************
* . Our Cases sec styles 
****************************************/
.our-cases{
  background-color: #ececf1;
}
.our-cases .single-case-box{
  width: 100%;
  margin-top: 25px;
}
.our-cases .img-holder{
  float: left;
  height: 299px;
}
.our-cases h3.heading{
  font-size: 15px;
  color: #FFFFFF;
  font-family: 'Raleway';
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: -60px;
  text-align: center;
}
.testimonials{
  background-color: #f8f8f8;
}
.testimonials blockquote{
  border-left: none;
}
.testimonials .testimonial-quote {
    position: relative;
    margin: 30px 0;
    padding: 40px 40px 40px 90px;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 26px;
    background-color: #ffffff;
    border-radius: 1px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}
.testimonials .testimonial-quote::before {
    position: absolute;
    content: '“';
    top: 30px;
    left: 20px;
    color: #395ead;
    font-size: 100px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    width: 50px;
    height: 50px;
    line-height: 97px;
    transition: all 100ms ease-out;
}
.testimonials .testimonial-quote::after {
    position: absolute;
    content: " ";
    top: 100%;
    left: 70px;
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: rgba(72, 71, 71, 0);
    border-top-color: #ffffff;
    border-right-width: 27px;
border-left-width: 0px;
border-bottom-width: 168px;
border-top-width: 29px;
}
.testimonial-person{

}
.testimonials .testimonial-person .testimonial-author {
    display: block;
    font-size: 15px;
    font-style: normal;
    color: #9d9d9d;
}
.testimonials .testimonial-person img.author-img{
  float: left;
  margin: 0px 20px 0 0;
}
.testimonials .testimonial-person .testimonial-location{
  color: #6c8cd2;
  font-size: 12px;
  text-transform: uppercase;
}
/***************************************
* 6. FAQ sec styles 
****************************************/
.faq-left-box .single-faq-left {
  margin-bottom: 42px;
}
.faq-left-box .single-faq-left .icon-box, .faq-left-box .single-faq-left .text-box {
  display: table-cell;
  vertical-align: middle;
}
.faq-left-box .single-faq-left .icon-box {
  font-size: 44px;
  width: 45px;
  color: #c4d114;
}
.faq-left-box .single-faq-left .text-box {
  padding-left: 25px;
}
.faq-left-box .single-faq-left .text-box h3, .faq-left-box .single-faq-left .text-box p {
  margin: 0;
}
.faq-left-box .single-faq-left .text-box h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: bold;
  color: #333340;
  line-height: 30px;
}
.faq-left-box .single-faq-left .text-box p {
  color: #898989;
  font-size: 15px;
  line-height: 26px;
  margin-top: 9px;
}

.faq-sec .right-box {
  padding-left: 70px;
}

.accordion {
  margin: 0;
}
.accordion .panel {
  border: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}
.accordion .panel:first-child a[role=button] {
  padding-top: 0;
}
.accordion a[role=button] {
  font-size: 16px;
  line-height: 33px;
  font-family: 'Raleway';
  color: #898989;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  padding-top: 15px;
  display: block;
  text-decoration: none !important;
  position: relative;
}
.accordion a[role=button].collapsed:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #e5e5e5;
  content: '+';
  font-family: 'Raleway';
  font-size: 30px;
  line-height: 33px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.accordion a[role=button]:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #47476f;
  content: '-';
  font-family: 'Raleway';
  font-size: 30px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.accordion p {
  font-size: 15px;
  line-height: 26px;
  color: #898989;
  margin: 0;
}
.accordion .panel-collapse p {
  padding-top: 20px;
  padding-bottom: 15px;
}

.faq-page .accordion a[role=button] {
  border: 2px solid #DCDCDC;
  padding: 5px 0 !important;
  padding-left: 20px !important;
  background: #F8F8F8;
  color: #242424;
}
.faq-page .accordion .panel {
  padding-bottom: 10px;
  margin: 0;
}
.faq-page .accordion a[role=button]:before {
  border-radius: 50%;
  bottom: 8px;
  right: 12px;
}
.faq-page .accordion a[role=button].collapsed:before {
  font-size: 26px;
  line-height: 32px;
}
.faq-page .accordion .panel-collapse {
  border: 2px solid #DCDCDC;
  border-top: 0;
}
.faq-page .accordion .panel-collapse .inner-box {
  padding: 8px 22px 18px 25px;
}

/***************************************
* 7. Testimonial sec styles 
****************************************/

.testimonial-bg {
    background: url(../images/testimonial-bg.html) no-repeat center center;
    padding: 100px 0 84px;
    background-size: cover;
}
.testimonial-bg.testimonial-bg2 {
    background: url("../images/new/bg8.html") no-repeat center center;
    padding: 92px 0;
    min-height: 451px;
    background-size: cover;
}
.testimonial-bg.testimonial-bg2 .thm-container {
    position: relative;
}
.testimonial-bg.testimonial-bg2 .thm-container .right-img {
    position: absolute;
    right: 0;
    top: -155px;
}
.testimonial-bg.testimonial-bg2 .right-box {
    padding: 0;
}
.testimonial-bg.testimonial-bg2 .statics ul {
    margin-bottom: 0;
}
.testimonial-bg.testimonial-bg2 .statics p {
    font-style: italic;
}
.testimonial-bg .testi-carousel {
    padding: 0 35px 0 0;
}
.testimonial-bg .right-box {
    padding: 0 0 0 35px;
}
.single-testimonial {
    margin-top: 30px;
}
.sec-title h2.color-white {
    color: #FFF;
}
.single-testimonial .img-box,
.single-testimonial .text-box {
    display: table-cell;
    vertical-align: middle;
}
.single-testimonial .img-box {
    width: 100px;
}
.single-testimonial .text-box {
    padding-left: 30px;
}
.single-testimonial .text-box h3,
.single-testimonial .text-box p {
    margin: 0;
    font-family: 'Raleway';
}
.single-testimonial .text-box h3 {
    text-transform: uppercase;
    color: #C4D114;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}
.single-testimonial .text-box p {
    color: #FFF;
    font-style: italic;
}
.single-testimonial .text-box ul {
    margin-top: 5px;
}
.single-testimonial .text-box ul li i {
    color: #FFF;
    padding: 0 3px;
}
.single-testimonial .bottom-box {
    border-top: 1px solid #506478;
    padding-top: 30px;
    margin-top: 30px;
    color: #FFF;
}
.single-testimonial .img-box,
.single-testimonial .text-box-2 {
    display: table-cell;
    vertical-align: middle;
}
.single-testimonial .img-box {
    width: 100px;
}
.single-testimonial .text-box-2 {
    padding-left: 30px;
}
.single-testimonial .text-box-2 h3,
.single-testimonial .text-box-2 p {
    margin: 0;
    font-family: 'Raleway';
}
.single-testimonial .text-box-2 h3 {
    text-transform: uppercase;
    color: #C4D114;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}
.single-testimonial .text-box-2 p {
    color: #898989;
    font-style: italic;
}
.single-testimonial .text-box-2 ul {
    margin-top: 5px;
}
.single-testimonial .text-box-2 ul li i {
    color: #4E596F;
    padding: 0 3px;
}
.single-testimonial .bottom-box-2 {
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
    margin-top: 30px;
    color: #898989;
}
.testi-carousel .single-testimonial {
    margin-top: 8px;
}
.testi-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.testi-carousel.owl-theme .owl-dots {
    text-align: left;
    margin-top: 30px;
}
.testi-carousel.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #C4C5C5;
    background-color: transparent;
}
.testi-carousel.owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid #3F434D;
    background: #3F434D;
}
/***************************************
* 8. statics sec styles 
****************************************/
.statics h3, .statics p {
  margin: 0;
}
.statics ul {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 50px;
}
.statics ul li {
  padding-left: 30px;
  padding-right: 30px;
}
.statics ul li h3 {
  font-size: 55px;
  color: #3A3A3A;
  line-height: 36px;
  font-family: 'Open Sans';
  font-weight: 300;
  vertical-align: middle;
}
.statics ul li h3 span {
  font-size: 35px;
  line-height: 26px;
}
.statics ul li p {
  font-size: 15px;
  color: #383838;
  line-height: 36px;
  font-style: italic;
  margin-top: 15px;
}

/***************************************
* 9. Testimonial sec styles 
****************************************/
.single-team-member {
  margin-top: 10px;
}
.single-team-member h4, .single-team-member p {
  margin: 0;
}
.single-team-member h4 {
  font-size: 16px;
  color: #242424;
  line-height: 19px;
  -webkit-transition: color .4s ease;
          transition: color .4s ease;
}
.single-team-member p {
  font-size: 11px;
  text-transform: uppercase;
  color: #8C8C8C;
  line-height: 19px;
  -webkit-transition: color .4s ease;
          transition: color .4s ease;
  text-align: center;
}
.single-team-member .text-box {
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background .4s ease;
          transition: background .4s ease;
}
.single-team-member .img-box {
  position: relative;
}
.single-team-member .img-box img {
  width: 100%;
  -webkit-transition: opacity .4s ease;
          transition: opacity .4s ease;
}
.single-team-member .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-team-member .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-team-member .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}
.single-team-member .img-box .overlay .box .content ul {
  background: #C4D114;
  margin: 0;
  margin-left: -12px;
  margin-right: -12px;
  -webkit-transform: translate3d(0, 35px, 0);
          transform: translate3d(0, 35px, 0);
  -webkit-transition: -webkit-transform .4s ease, visibility .4s ease, opacity .4s ease;
          transition: transform .4s ease, visibility .4s ease, opacity .4s ease;
  visibility: hidden;
}
.single-team-member .img-box .overlay .box .content ul li {
  padding: 0 12px;
}
.single-team-member .img-box .overlay .box .content ul li a {
  color: #333340;
  font-size: 16px;
  line-height: 35px;
  display: block;
}
.single-team-member:hover .img-box img {
  opacity: .4;
}
.single-team-member:hover .img-box .overlay .box .content .social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
.single-team-member:hover .text-box {
  background: #333340;
}
.single-team-member:hover .text-box h4, .single-team-member:hover .text-box p {
  color: #fff;
}

/***************************************
* 10. Blog sec styles 
****************************************/
.single-blog-post {
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.bog-bg-col{
  background-color: #f6f6f8;
}
.single-blog-post h3, .single-blog-post h4, .single-blog-post p {
  margin: 0;
}
.single-blog-post .img-box {
  margin-bottom: 15px;
  background: #fff;
  overflow: hidden;
}
.single-blog-post .img-box  img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
          transition: transform .4s ease, opacity .4s ease;
}
.single-blog-post .img-box:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  opacity: .5;
}
.single-blog-post .date-box {
  margin-bottom: 15px;
}
.single-blog-post .date-box .decor-line {
  width: 15px;
  height: 1px;
  display: inline-block;
  background: #47476F;
}
.single-blog-post .date-box .decor-line:hover {
  width: 15px;
  height: 1px;
  display: inline-block;
  background: #d0da49 !important;
}
.single-blog-post .date-box h4 {
  font-size: 14px;
  color: #47476F;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.single-blog-post h3 {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  line-height: 26px;
  -webkit-transition: color .4s ease;
          transition: color .4s ease;
}
.single-blog-post h3:hover {
  color: #C4D114;
}
.single-blog-post p {
  margin-top: 7px;
}
.single-blog-post a.read-more {
  font-size: 12px;
  color: #47476F;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 7px;
}

.right-box .single-blog-post {
  margin-bottom: 30px;
  background-color: #FFF;
  padding-left: 40px;
  padding-right: 17px;
  padding-bottom: 30px;
  box-shadow: 0px 0px 5px #E1E1E1;
  padding-top: 12px;
}
.right-box .single-blog-post:last-child {
  margin-bottom: 0;
}
.right-box .single-blog-post .date-box {
  margin-bottom: 0;
}
.right-box .single-blog-post h3 {
  color: #898989;
  font-size: 26px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: color .4s ease;
          transition: color .4s ease;
}
.right-box .single-blog-post p {
  -webkit-transition: color .4s ease;
          transition: color .4s ease;
}
.right-box .single-blog-post:hover {
  background: url(../images/blog-hover.jpg);
}
.right-box .single-blog-post:hover h3 {
  color: #FFF;
}
.right-box .single-blog-post:hover h4 {
  color: #d0da49;
}
.right-box .single-blog-post:hover p {
  color: #FFF;
}

.page.with-sidebar.right .left-box {
  margin-right: -20px;
}
.page.with-sidebar.right .right-box {
  padding-left: 50px;
}

.page.with-sidebar.left .left-box {
  margin-left: -20px;
}
.page.with-sidebar.left .right-box {
  padding-right: 50px;
}

.blog-page .single-blog-post + .single-blog-post {
    margin-top: 80px;
}
.blog-page .single-blog-post .img-holder {
    position: relative;
    margin-bottom: 50px;
    background: #000;
    overflow: hidden;
}
.blog-page .single-blog-post .img-holder > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.blog-page .single-blog-post .img-holder:hover > img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
}
.blog-page .single-blog-post .img-holder .date-box {
    width: 85px;
    height: 85px;
    background: #DAE456;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #313131;
}
.blog-page .single-blog-post .img-holder .date-box:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #EFF3B5;
}
.blog-page .single-blog-post .img-holder .date-box span {
    font-size: 30px;
}
.blog-page .single-blog-post ul.meta {
    margin-bottom: 13px;
}
.blog-page .single-blog-post ul.meta li + li a {
    padding-left: 20px;
}
.blog-page .single-blog-post ul.meta li a {
    font-style: italic;
    color: #959595;
    line-height: 37px;
}
.blog-page .single-blog-post ul.meta li a i {
    font-size: 16px;
    color: #B3C102;
    margin-right: 6px;
}
.blog-page .single-blog-post h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
}
.blog-page .single-blog-post h3 a:hover {
    font-size: 18px;
    font-weight: bold;
    color: #069ed0;
    text-decoration: underline;
}
.blog-page .single-blog-post p {
    margin-top: 13px;
}
.blog-page .single-blog-post a.read-more {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    background: #232333;
    border-radius: 4px;
    padding: 8px 23px;
    -webkit-transition: background .4s ease, color .4s ease;
    transition: background .4s ease, color .4s ease;
    margin-top: 35px;
}
.blog-page .single-blog-post a.read-more:hover {
    background: #069ed0;
    color: #FFF;
}
.single-blog-page .title {
  margin-bottom: 21px;
}
.single-blog-page .title h2 {
  margin: 0;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #242424;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}
.single-blog-page .title .decor-line {
  background: #C4D114;
  width: 45px;
  height: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.single-blog-page .single-blog-post {
  margin-bottom: 50px;
}
.single-blog-page .single-blog-post h4 {
  font-size: 20px;
  color: #2A2A2A;
  font-weight: bold;
}
.single-blog-page .single-blog-post ul.bulleted-list, .single-blog-page .single-blog-post ul.bulleted-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-blog-page .single-blog-post ul.bulleted-list li {
  color: #5C658E;
  font-size: 14px;
  line-height: 30px;
}
.single-blog-page .single-blog-post ul.bulleted-list li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 15px;
}
.single-blog-page .single-blog-post .qoute-box {
  background: #DAE456;
  font-style: italic;
  padding: 25px 25px;
}
.single-blog-page .single-blog-post .qoute-box .qoute-icon,
.single-blog-page .single-blog-post .qoute-box .qoute-text {
  display: table-cell;
  vertical-align: top;
}
.single-blog-page .single-blog-post .qoute-box .qoute-icon i {
  color: #383838;
  font-size: 55px;
}
.single-blog-page .single-blog-post .qoute-box .qoute-text {
  padding-left: 18px;
}
.single-blog-page .single-blog-post .qoute-box .qoute-text p {
  font-size: 14px;
  color: #242424;
  margin: 0;
  margin-top: 15px;
}
.single-blog-page .single-blog-post .qoute-box .qoute-text .name {
  font-size: 16px;
  text-align: right;
  color: #393939;
  display: block;
}
.single-blog-page .single-comment-box {
  margin-bottom: 65px;
}
.single-blog-page .single-comment-box h3, .single-blog-page .single-comment-box p, .single-blog-page .single-comment-box ul, .single-blog-page .single-comment-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-blog-page .single-comment-box > ul > li {
  border: 1px solid #EEEEEE;
  padding: 25px;
  padding-bottom: 18px;
}
.single-blog-page .single-comment-box > ul > li + li {
  border-top: 0;
}
.single-blog-page .single-comment-box > ul > li:nth-child(even) {
  background: #EEEEEE;
  border-color: #EEEEEE;
}
.single-blog-page .single-comment-box > ul > li .icon-box, .single-blog-page .single-comment-box > ul > li .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-blog-page .single-comment-box > ul > li .icon-box {
  width: 70px;
}
.single-blog-page .single-comment-box > ul > li .text-box {
  padding-left: 30px;
}
.single-blog-page .single-comment-box > ul > li .text-box h3 {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-weight: 600;
}
.single-blog-page .single-comment-box > ul > li .text-box p {
  color: #535353;
  font-size: 14px;
  margin-top: 4px;
}
.single-blog-page .single-comment-box > ul > li .text-box ul.list-inline li a {
  display: block;
  color: #47BCCA;
  line-height: 13px;
  border-right: 1px solid #47BCCA;
  font-size: 13px;
  padding-right: 6px;
}
.single-blog-page .single-comment-box > ul > li .text-box ul.list-inline li:last-child a {
  color: #BFCD06;
  border: none;
  padding-left: 5px;
}

/***************************************
* 11. Client Carousel sec styles 
****************************************/
.client-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -72px;
  margin: 0;
  margin-right: -5px;
}

.client-carousel .owl-nav [class*="owl-"] {
  border-radius: 0;
  font-size: 20px;
  height: 35px;
  line-height: 34px;
  margin: 0 5px;
  padding: 0;
  width: 35px;
  opacity: .6;
  text-align: center;
  -webkit-transition: opacity .4s ease;
          transition: opacity .4s ease;
}

.client-carousel .owl-nav [class*="owl-"]:hover {
  opacity: 1;
}

/***************************************
* 12. Home CTA sec styles 
****************************************/
.home-cta {
  background: url(../images/home-cta-bg.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
  padding-top: 67px;
  padding-bottom: 80px;
}
.home-cta h3, .home-cta p {
  margin: 0;
}
.home-cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d3c;
  opacity: 0.95;
}
.home-cta .thm-container {
  position: relative;
  z-index: 1;
}
.home-cta h3 {
  font-size: 34px;
  color: #4ca2ff;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase;
}
.home-cta p {
  font-size: 34px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 45px;
  text-align: center;
}
.home-cta .thm-button {

  margin-top: 34px;
  background-color: transparent;
  border: 1px solid #C4D114;
  color: #C4D114;
  font-size: 2rem;
}
.home-cta .thm-button:hover {

  margin-top: 34px;
background-color: #C4D114;
border: 1px solid #C4D114;
color: #FFF;
}

.about-cta {
  background: url(../images/about-cta-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.about-cta h3, .about-cta p {
  margin: 0;
}
.about-cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: .7;
}
.about-cta .thm-container {
  position: relative;
  z-index: 1;
}
.about-cta .title-box h3 {
  font-size: 26px;
  color: #FDFDFD;
  line-height: 33px;
  font-weight: 800;
  font-family: 'Raleway';
  margin-right: -30px;
  text-transform: uppercase;
  text-align: right;
}
.about-cta .title-box p {
  font-size: 16px;
  color: #FFFFFF;
  font-style: italic;
}
.about-cta .title-box .right-text-box {
  border-left: 4px solid #FFFFFF;
  padding-left: 25px;
  margin-left: 30px;
  padding-bottom: 6px;
}
.about-cta .single-count-box {
  padding-left: 40px;
  margin-top: 40px;
}
.about-cta .single-count-box span.decor-line {
  width: 32px;
  height: 5px;
  display: inline-block;
  background: #CBD913;
}
.about-cta .single-count-box .box {
  margin-top: 12px;
}
.about-cta .single-count-box .box .number-box, .about-cta .single-count-box .box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.about-cta .single-count-box .box .number-box {
  font-size: 65px;
  font-family: 'PT Serif';
  color: #FFFFFF;
  line-height: 32px;
  font-weight: bold;
}
.about-cta .single-count-box .box .text-box {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'Raleway';
  text-transform: uppercase;
  padding-left: 30px;
}

/***************************************
* 13. Footer sec styles 
****************************************/
.footer {
  background: #222229;
  padding: 70px 0;
}
.footer h2,
.footer h4,
.footer ul,
.footer li,
.footer p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer p {
  line-height: 24px;
  color: #797A7C;
}
.footer .title {
  margin-bottom: 6px;
}
.footer .title h2 {
  margin: 0;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #D5D5D5;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}
.footer .title .decor-line {
  background: #C4D114;
  width: 45px;
  height: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.footer .tel-box .icon-box,
.footer .tel-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.footer .tel-box .icon-box i {
  font-size: 20px;
  color: #C4D114;
}
.footer .tel-box .text-box {
  padding-left: 10px;
}
.footer .tel-box .text-box h4 {
  font-size: 20px;
  line-height: 22px;
  color: #C4D114;
  font-weight: 600;
}
.footer .tel-box .text-box p {
  color: #797A7C;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
.footer .links-widget ul {
  margin-top: 1px;
}
.footer .links-widget ul li {
  margin-bottom: 14px;
}
.footer .links-widget ul li:last-child {
  margin-bottom: 0;
}
.footer .links-widget ul li a {
  font-size: 15px;
  color: #797A7C;
  line-height: 18px;
  -webkit-transition: color .4s ease;
          transition: color .4s ease;
}
.footer .links-widget ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 11px;
}
.footer .links-widget ul li a:hover {
  color: #46B9E3;
}
.footer ul.twitter-feed{
  margin: 0;
  padding: 0;
}
.footer .twitter-feed li a {
    font-size: 14px;
    line-height: 22px;
    color: #797a7c;
    margin-bottom: 15px;
    display: block;
    text-transform: capitalize;
}
.footer .twitter-feed li .color-light-grn {
  color: #b4ba65;
}
.footer .twitter-feed li a:hover {
  color: #46B9E3;
}
.footer .twitter-feed li .fa-twitter {
    font-family: 'fontawesome';
    margin-right: 12px;
    color: #b4ba65;
    font-size: 20px;
}
.footer ul.flickr-img{
  margin: 0;
  padding: 0;
}
.footer .flickr-img li a {
    font-size: 14px;
    line-height: 22px;
    color: #797a7c;
    margin-bottom: 15px;
    display: block;
    float: left;
  margin: 0 5px 5px 0;
    text-transform: capitalize;
}
.footer .social li a {
  width: 30px;
  height: 30px;
  border: 1px solid #484848;
  color: #6B6B6B;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  margin-right: 5px;
}
.footer .social li a i {
  font-size: 14px;
  line-height: 28px;
}
.footer .social li a i .fa-google-plus {
  font-size: 12px;
}
.footer .social li a:hover {
  color: #C4D114;
  border-color: #C4D114;
}
.footer .subscribe-widget input {
  width: 100%;
  height: 47px;
  border: 1px solid #33333B;
  background: #131318;
  font-size: 15px;
  line-height: 45px;
  border-radius: 4px;
  padding-left: 27px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer .about-widget > p {
  margin-top: 22px;
}
.footer .about-widget .tel-box {
  margin-top: 19px;
  margin-bottom: 20px;
}
.about-widget .footer-company-title
{
	color: #C4D114;
    padding: 10px;
    font-weight: bold;
}
.footer-bottom {
  background: #1c1c21;
  padding: 27px 0;
}
.footer-bottom p {
  margin: 0;
  color: #797A7C;
  font-size: 14px;
}
.footer-contacts4 {
    background: url("../images/new/company-bg.jpg") fixed;
    min-height: 321px;
    text-align: center;
    padding: 60px 0;
}
.footer-contacts4 h2 {
    font-size: 40px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    margin: 10px 0 50px 0;
}
.footer-contacts4 .thm-button {
    background: #cbd913;
    color: #363a41;
}
/***************************************
* 14. Inner Banner styles 
****************************************/
.inner-banner {
  background: #fff url(../images/bg-inner.jpg) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
  position: relative;
  min-height: 235px;
  border-bottom: 4px solid #c7cb46;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inner-banner .thm-container {
  position: relative;
  z-index: 1;
}
.inner-banner h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 55px;
  color: #fff;
  font-weight: 800;
}

.bread-cumb {
  background: transparent;
  box-shadow: none;
  float: right;
  border-bottom: none;
  padding: 14.5px 0;
  text-align: center;
}
.bread-cumb ul {
  margin-bottom: 0;
}
.bread-cumb ul li a, .bread-cumb ul li span {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .01em;
  font-weight: bold;
}
.bread-cumb ul li span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 12px;
}
.finance-navbar.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 1000;
    padding: 5px 0 !important;
    min-height: 70px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#main-navigation-wrapper.finance-navbar.affix .navbar-nav > li > .dropdown-submenu
{
  margin: 6px 0 0 0 !important;
}
#main-navigation-wrapper.navbar-default.finance-navbar.affix
{
  border-top: 1px solid #fff;
}
.finance-navbar.affix .logo-desktop
{
  display: none;
}
.finance-navbar.affix .logo-mobile
{
  display: block;
  padding: 10px 0;
}
@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/***************************************
* 15. contact page styles 
****************************************/
.contact-info-box, .contact-info-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info-box li {
  margin-bottom: 50px;
}
.contact-info-box li:last-child {
  margin-bottom: 0;
}
.contact-info-box .icon-box, .contact-info-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.contact-info-box .icon-box i {
  font-size: 30px;
  color: #CBD913;
  line-height: 46px;
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #CEDB3C;
}
.contact-info-box .icon-box i.fa-envelope-o {
  font-size: 23px;
}
.contact-info-box .text-box {
  padding-left: 30px;
}
.contact-info-box .text-box p {
  line-height: 22px;
  color: #898989;
  margin: 0;
}

.contact-section form.contact-form {
  background: #F8F8F8;
  padding: 45px 40px 25px;
}
.contact-section form.contact-form .form-grp {
  margin-bottom: 25px;
}
.contact-section form.contact-form .form-grp label {
  margin: 0;
  font-size: 15px;
  color: #404040;
  line-height: 26px;
  display: block;
  font-weight: normal;
  margin-bottom: 6px;
}
.contact-section form.contact-form .form-grp input[type="text"], .contact-section form.contact-form .form-grp input[type="email"] {
  width: 100%;
  height: 45px;
  border: 1px solid #E9E9E9;
  padding-left: 15px;
}
.contact-section form.contact-form .form-grp textarea {
  height: auto;
  padding-top: 15px;
  width: 100%;
  border: 1px solid #E9E9E9;
  padding-left: 15px;
}
.contact-section form.contact-form .form-grp .thm-button {
  margin-top: 22px;
}

#contact-google-map {
  width: 100%;
  height: 500px;
  background: #dcdcdc;
}
.map-section {
    position: relative;
    clear: both;
}
.map-outer {
    position: relative;
}
.map-section .outer-container {
    position: relative;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
    z-index: 20;
}
.map-section .outer-container .info-container {
    position: absolute;
    max-width: 1000px;
    margin: 0 auto;
    bottom: 77.5px;
    left: 0;
    padding: 30px 50px 20px 50px;
    background: #1a3b66;
    border: 10px solid #FFF;
    z-index: 4;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.map-section .outer-container .info-container address{
  
}
.map-section .outer-container .info-container address h4{
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 20px;
}
.map-section .outer-container .info-container address .info{
  /*float: left;*/
  /*margin-bottom: 20px;*/
  display: flex;
  clear: both;
}
.map-section .outer-container .info-container address .fa{
  float: left;
  color: orange;
  font-size: 16px;
  margin-right: 10px;
}
.map-section .outer-container .info-container address p{
  font-size: 14px;
  color: #FFF;
  float: left;
}
.inner-box{
  
}
.inner-box .icon{
  
}
.contact-box-form{
  width: 400px;
  height: 200px;
  background-color: #FFF;
}

/***************************************
* 16. Project page styles 
****************************************/

.project-page .project-filter {
    margin-bottom: 70px;
    display: inline-table;
}
.project-page .project-filter .list-inline {
    float: left;
}
.project-sec {
    background-color: #e8ebee;
    padding: 96px 0;
    min-height: 578px;
}
.project-sec .sec-title {
    margin-right: 78px;
    float: left;
}
.project5-sec {
    background: #21262e;
    min-height: 596px;
    padding: 112px 0;
}
.single-project-item .btn {
    position: relative;
    top: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
    background: #262832;
    border: #262832;
    font-size: 14px;
    padding: 10px 25px;
    font-weight: bold;
}
.single-project-item:hover .this-infos {
    background: rgba(199, 209, 20, 0.8);
}
.project-page .single-project-item:hover .this-infos {
    background: rgba(0, 0, 0, 0.3);
}
.project-page .single-project-item a.btn {
    background: #c6c849;
    color: #000;
}
.single-project-item:hover .btn {
    top: 0;
}
.single-project-item .this-infos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all 300ms linear 0s;
    overflow: hidden;
}
.single-project-item .infos-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 300ms linear 0s;
    text-transform: uppercase;
}
.project-filter .list-inline {
    float: right;
    margin: 0;
}
.project-sec .row {
    clear: both;
    padding: 23px 0 0 0;
}
.project-filter li:last-child:after {
    display: none;
    margin: 0;
}
.project-filter li:hover span {
    color: #41414F;
}
.project-filter li:hover span:after {
    width: 100%;
}
.project-filter li span.active {
    color: #41414F;
}
.project-filter li span.active:after {
    width: 100%;
}
.project-filter li span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #878787;
    font-family: 'Roboto';
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0 20px 0 0;
}
.project-filter li:last-child span {
    margin: 0;
}
.project-filter li span:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #41414F;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.single-project-item {
    margin: 0 0 50px 0;
}
.single-project-item h2 {
    font-size: 18px;
    line-height: 22px;
    color: #1e2e50;
    font-weight: bold;
    margin-bottom: 4px;
    font-style: italic;
}
.single-project-item .img-holder {
    margin-bottom: 17px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.single-project-item .img-holder img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.single-project-item .img-holder:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
    cursor: pointer;
}
.single-project-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 14px;
    right: 0;
    bottom: 0;
    height: 242px;
    width: 371px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-project-item .img-holder:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.single-project-item .img-holder .overlay .inner-holder {
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-item .img-holder:hover .overlay ul.button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.single-project-item .img-holder .overlay ul.button {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.single-project-item .img-holder .overlay ul.button {
    margin-left: -5px;
    margin-right: -5px;
}
.single-project-item .img-holder .overlay ul.button li {
    display: inline;
    padding-left: 10px;
}
.single-project-item .img-holder .overlay ul.button li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: #272C0F;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    margin-left: -4px;
}
.single-project-item .img-holder .overlay ul.button li a:hover {
    background: #7FA409;
    color: #fff;
}
.single-project-item h3,
.single-project-item p {
    margin: 0;
}
.single-project-item h3 {
    font-size: 15px;
    line-height: 22px;
    color: #898989;
    font-weight: normal;
    margin-bottom: 4px;
}
.single-project-item h3:hover {
    color: #2ca5d3;
}
.single-project-item p {
    font-size: 14px;
    line-height: 32px;
    color: #898989;
    text-transform: uppercase;
}
a.loadmore {
    text-transform: uppercase;
    line-height: 28px;
    color: #313131;
    font-weight: bold;
    letter-spacing: .2em;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
a.loadmore:hover {
    color: #C4D114;
}
.project-two .thm-container.full-boxed {
    padding: 0 30px;
}
.project-two [class*="col-"],
.project-two [class^="col-"] {
    padding: 0;
}
.project-two .row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.project-two .single-project-item {
    margin-bottom: 0;
    padding: 0px 2.5px 5px;
}
.project-two .single-project-item .img-holder {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.project-two .single-project-item .img-holder img {
    width: 100%;
}
.project-two .single-project-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.project-two .single-project-item .img-holder .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 40px 20px;
    background: url(../images/project-item-shadow.png) center bottom no-repeat;
    background-size: cover;
}
.project-two .single-project-item .img-holder .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
}
.project-two .single-project-item .img-holder .overlay .box .content h3 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 32px;
    margin-bottom: 14px;
    -webkit-transition: padding-bottom .4s ease;
    transition: padding-bottom .4s ease;
}
.project-two .single-project-item .img-holder .overlay .box .content p {
    font-size: 18px;
    _font-size: 0.9vw;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: none;
}
.project-two .single-project-item:hover .img-holder .overlay .box .content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.project-two .single-project-item:hover .img-holder .overlay .box .content h3 {
    padding-bottom: 12px;
}
.project-two a.loadmore {
    margin-top: 60px;
    display: inline-block;
}
.project-two.project-four .single-project-item 
  {
    padding: 0 15px 30px;
  }
.project-two.project-four .row
{
  margin-left: -15px;
}
@media (min-width: 1400px) {
    .project-two .single-project-item .img-holder .overlay .box .content {
        -webkit-transform: translate3d(0, 90px, 0);
        transform: translate3d(0, 90px, 0);
    }
}
/***************************************
* 17. Blog page styles 
****************************************/

.single-sidebar-widget + .single-sidebar-widget {
    margin-top: 50px;
}
.single-sidebar-widget h3,
.single-sidebar-widget ul,
.single-sidebar-widget li,
.single-sidebar-widget p {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-sidebar-widget .title {
    margin: 0 0 30px 0;
    height: 34px;
}
.single-sidebar-widget .title h2 {
    margin: 0;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #242424;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}
.single-sidebar-widget .title .decor-line {
    background: #C4D114;
    width: 45px;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.single-sidebar-widget p {
    font-size: 14px;
    color: #8E8D8D;
}
.single-sidebar-widget .search-widget form {
    padding: 10px 30px;
    padding-right: 15px;
    background: #F4F4F4;
}
.single-sidebar-widget .search-widget form input {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    width: calc(100% - 32px);
}
.single-sidebar-widget .search-widget form button {
    border: none;
    outline: none;
    background-color: transparent;
}
.single-sidebar-widget .post-widget ul li + li {
    margin-top: 30px;
}
.single-sidebar-widget .post-widget ul li .icon-box,
.single-sidebar-widget .post-widget ul li .text-box {
    display: table-cell;
    vertical-align: top;
}
.single-sidebar-widget .post-widget ul li .icon-box {
    width: 110px;
    background: #46b9e3;
}
.single-sidebar-widget .post-widget ul li .icon-box img {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.single-sidebar-widget .post-widget ul li .text-box {
    padding-left: 30px;
}
.single-sidebar-widget .post-widget ul li .text-box h3 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: -3.5px;
    font-weight: 600;
}
.single-sidebar-widget .post-widget ul li .text-box h3 a {
    color: #242424;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.single-sidebar-widget .post-widget ul li .text-box h3 a:hover {
    color: #C4D114;
}
.single-sidebar-widget .post-widget ul li .text-box span {
    color: #1CBAC8;
    font-size: 13px;
    line-height: 10px;
}
.single-sidebar-widget .post-widget ul li:hover .icon-box img {
    opacity: .5;
}
.single-sidebar-widget .category-widget .title {
    margin: 0 0 14px 0;
}
.single-sidebar-widget .category-widget ul {
    margin: 0 0 -14px 0;
}
.single-sidebar-widget .category-widget ul li:last-child a {
    border: none;
}
.single-sidebar-widget .category-widget ul li a {
    font-weight: 600;
    color: #575757;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.single-sidebar-widget .category-widget ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #C8C8C8;
    font-size: 14px;
    position: absolute;
    right: 10px;
}
.single-sidebar-widget .category-widget ul li a:hover {
    color: #46b9e3;
}
.single-sidebar-widget .tags-widget ul li {
    margin-bottom: 10px;
}
.single-sidebar-widget .tags-widget ul li a {
    padding: 6px 0;
    display: block;
    font-size: 12px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    color: #787878;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.single-sidebar-widget .tags-widget ul li a:hover {
    background: #DAE456;
    border-color: #DAE456;
    color: #2D2D2D;
}
.single-sidebar-widget .single-service-list-widget ul {
    background: #F8F8F8;
    padding: 9px;
    border: 1px solid #F1F1F1;
}
.single-sidebar-widget .single-service-list-widget ul li:last-child a {
    border: none;
}
.single-sidebar-widget .single-service-list-widget ul li a {
    font-weight: 400;
    color: #383838;
    display: block;
    line-height: 56px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    background: #fff;
    padding-left: 16px;
    text-transform: uppercase;
    font-size: 14px;
    border-left: 4px solid transparent !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: bold;
}
.single-sidebar-widget .single-service-list-widget ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #C8C8C8;
    font-size: 14px;
    position: absolute;
    right: 20px;
}
.single-sidebar-widget .single-service-list-widget ul li a:hover {
    border-left-color: #CBD913 !important;
    color: #403C56;
    font-weight: bold;
}
.single-sidebar-widget .single-service-list-widget ul li.active a {
    border-left-color: #CBD913 !important;
    color: #403C56;
    font-weight: bold;
}
.single-sidebar-widget .single-service-contact {
    background: #3f4563;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 95% 85%;
}
.single-sidebar-widget .single-service-contact .inn
{
    padding: 0 30px 20px 30px;
}
.single-sidebar-widget .single-service-contact a
{
   background: #363d58;
    font-size: 22px;
    padding: 10px 30px;
    color: #fff !important;
    font-style: italic;
    width: 100%;
    display: inline-table;
    font-weight: 900;
}
.single-sidebar-widget .single-service-contact h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
}
.single-sidebar-widget .single-service-contact p {
    color: #C8C8DD;
    line-height: 22px;
    margin-top: 5px;
}
.single-sidebar-widget .single-service-contact a i {
    font-size: 22px;
    margin: 0 20px 0 0;
}
.single-sidebar-widget .single-service-broucher {
    border: 1px solid #E7E7EE;
    padding: 30px;
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-position: 95% 85%;
}
.single-sidebar-widget .single-service-broucher p {
    font-size: 24px;
    line-height: 29px;
    color: #31384A;
}
.single-sidebar-widget .single-service-broucher p strong {
    font-weight: bold;
}
.single-sidebar-widget .single-service-broucher .thm-button {
    margin-top: 20px;
}
/***************************************
* 18. Services page styles 
****************************************/

.service-page.sec-pad {
    padding-bottom: 20px;
}
.single-service {
    margin-bottom: 80px;
}
.single-service h3,
.single-service p {
    margin: 0;
}
.single-service .img-holder {
    margin-bottom: 10px;
    display: inline-block;
    background: #000;
  overflow: hidden;
}
.single-service .img-holder img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.single-service .img-holder:hover img
{
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
}
.single-service h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Raleway';
    text-transform: uppercase;
    text-align: center;
}
.single-service h3 a {
    color: #242424;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.single-service h3 a:hover {
    color: #069ed0;
    text-decoration: underline;
}
.single-service p {
    color: #898989;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: justify;
}
.single-service a {
    /*color: #b5c023;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.single-service a .fa {
    margin-left: 5px;
}
.single-service:hover .img-holder img {
    opacity: 0.7;
}
.service-single-page .single-service-box .img-box {
    margin-bottom: 40px;
}
.service-single-page .single-service-box p + hr {
    margin-top: 25px;
}
.service-single-page .single-service-box hr {
    border-top: 1px solid #E3E3E3;
    margin-bottom: 50px;
}
.service-single-page .single-service-box h4 {
    margin: 0;
    text-transform: uppercase;
    color: #314861;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-top: -5px;
    margin-bottom: 15px;
}
.service-single-page .single-service-box .right-box {
    padding-left: 20px;
}
.service-single-page .single-service-box ul.list-box {
    margin: 0;
    padding: 0;
    margin-top: -6.5px;
}
.service-single-page .single-service-box ul.list-box li {
    color: #B1BE07;
    line-height: 35px;
    list-style: none;
}
.service-single-page .single-service-box p strong {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.service-single-page .product-tab-box .tab-content {
    padding: 25px;
    padding-bottom: 20px;
}
.service-single-page .product-tab-box .tab-title-box ul li.active a {
    border-top-color: #314861;
}
.service-single-page .product-tab-box .tab-title-box ul li {
    margin-right: 0px;
    float: left;
}
.service-single-page .product-tab-box .tab-title-box ul li a {
    background-color: transparent;
}
.service-single-page .icon-box-wrapper {
    margin: 0;
    padding: 0;
}
.service-single-page .icon-box-wrapper li {
    list-style: none;
}
.service-single-page .icon-box-wrapper li + li {
    margin-top: 15px;
}
.service-single-page .icon-box-wrapper li .icon-box,
.service-single-page .icon-box-wrapper li .text-box {
    display: table-cell;
    vertical-align: top;
}
.service-single-page .icon-box-wrapper li .icon-box {
    text-align: center;
}
.service-single-page .icon-box-wrapper li .icon-box i {
    width: 70px;
    height: 70px;
    border: 1px solid #EBEBEB;
    line-height: 68px;
    display: block;
    border-radius: 50%;
    font-size: 32px;
}
.service-single-page .icon-box-wrapper li .text-box {
    padding-left: 30px;
}
.service-single-page .icon-box-wrapper li .text-box h5,
.service-single-page .icon-box-wrapper li .text-box p {
    margin: 0;
}
.service-single-page .icon-box-wrapper li .text-box h5 {
    color: #314861;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
}
.service-single-page .icon-box-wrapper li .text-box p {
    color: #898989;
    line-height: 24px;
    font-size: 15px;
    margin-top: 5px;
}
.service-single-page .icon-box-wrapper.bold-title li .icon-box,
.service-single-page .icon-box-wrapper.bold-title li .text-box {
    vertical-align: middle;
}
.service-single-page .icon-box-wrapper.bold-title li .icon-box i {
    border-width: 2px;
}
.service-single-page .icon-box-wrapper.bold-title li .text-box h5 {
    font-size: 16px;
    font-style: italic;
    color: #314861;
    font-weight: bold;
    font-family: 'Open Sans';
}
.service-single-page span.space-25 {
    margin-top: 25px;
    display: block;
    width: 100%;
    height: 1px;
}
.service-single-page span.space-15 {
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 1px;
}
.service-single-page span.border {
    display: block;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
}
.service-single-page img.img-100p {
    width: 100%;
}
#thm-bar-chart {
    width: 100%;
    height: 413px;
}
#doughnut-chartBox {
    position: relative;
    right: -60px;
}
.service-page2 {
    padding: 91px 0;
    background: #f3f3f4;
}
.service-page2 .single-service-item {
    width: 339px;
    height: 204px;
    border: 1px solid #e2e2e2;
    float: left;
    padding: 35px 30px;
    margin: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.service-page2 .single-service-item:hover {
    background: #2e84d2;
    border: 1px solid #2e84d2;
}
.service-page2 .single-service-item:hover p,
.service-page2 .single-service-item:hover h3 {
    color: #fff;
}
.service-page2 .single-service-item:hover img:nth-child(1) {
    display: none;
}
.service-page2 .single-service-item:hover img:nth-child(2) {
    display: inline-table;
}
.service-page2 .single-service-item img {
    margin: 0 20px 0 0;
    display: inline-table;
    vertical-align: middle;
}
.service-page2 .single-service-item h3 {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3e3e3e;
    line-height: 22px;
    display: inline-table;
    vertical-align: middle;
}
.service-page2 .single-service-item p {
    float: left;
    padding: 18px 0 0 0;
    font-size: 14px;
    color: #898989;
}
.service-page2 .single-service-item img:nth-child(2) {
    display: none;
}
.service-page2 .single-service-item p a {
    display: none;
}
.service-page2 .single-service-item:hover p a {
    display: inline-block;
    color: #ffcf28;
}
.service-page3 {
    padding: 130px 0 80px 0;
    min-height: 1048px;
}
.service-page3 .single-service-item {
    margin: 0 0 50px 0;
    overflow: hidden;
}
.service-page3 .single-service-item h3 {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    margin: 20px 0;
}
.service-page3 .single-service-item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.service-page3 .single-service-item:hover > img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .5;
}
.service-page4 {
    padding: 87px 0 6px 0;
    background: #f3f3f3;
}
.service-page4 .sec-title {
    margin: 0 0 50px 0;
}
.service-page4 .single-service-item {
    margin: 0 0 80px 0;
    cursor: pointer;
}
.service-page4 .single-service-item:hover .icon-box img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.service-page4 .single-service-item .icon-box img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-page4 .single-service-item .icon-box {
    width: 72px;
    display: table-cell;
    vertical-align: top;
}
.service-page4 .single-service-item .text-box {
    display: table-cell;
    vertical-align: top;
}
.service-page4 .single-service-item .text-box .post-resource {
    border-top: 1px solid #000000;
    width: 15px;
    padding: 0;
    margin: 0 0 10px 0;
}
.service-page4 .single-service-item .text-box h3 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 20px 0;
}

/***************************************
* 19. 404 page styles 
****************************************/
.error-404 {
  position: relative;
  padding-top: 113px;
  padding-bottom: 145px;
  background: #15151A url(../images/404-bg.jpg) top center no-repeat fixed;
  background-size: cover;
}
.error-404:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #15151A;
  opacity: .85;
  content: '';
}
.error-404 .thm-container {
  position: relative;
  z-index: 9;
}
.error-404 h1 {
  font-size: 200px;
  line-height: 200px;
  color: #C5C6D1;
  font-weight: 800;
  margin: 0;
}
.error-404 h2 {
  font-size: 40px;
  line-height: 53px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  margin-top: 4px;
}
.error-404 p {
  font-size: 25px;
  line-height: 53px;
  margin: 0;
  font-weight: 300;
  color: #FFFFFF;
}
.error-404 .thm-button {
  color: #3D3D49;
  font-size: 18px;
  line-height: 47px;
  margin-top: 35px;
  padding: 4px 126px;
}

/***************************************
* 20. Shop page styles 
****************************************/
.single-product-item {
  text-align: center;
  margin-bottom: 60px;
}
.single-product-item h3, .single-product-item p {
  margin: 0;
}
.single-product-item h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #242424;
  font-family: 'Raleway';
  font-weight: bold;
  margin-top: 20px;
}
.single-product-item p {
  font-size: 14px;
  line-height: 22px;
  color: #8E8D8D;
  margin-top: 11.5px;
}
.single-product-item span.price {
  display: block;
  font-size: 16px;
  color: #242424;
  margin-top: 16px;
}
.single-product-item span.price b {
  color: #000000;
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
}
.single-product-item .thm-button.inverse {
  font-size: 13px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 35px;
  color: #fff;
  margin-top: 20px;
}
.single-product-item .thm-button.inverse i {
  margin-left: 20px;
}

.shop-page .row {
  margin-left: -10px;
  margin-right: -10px;
}
.shop-page .row [class*='col-'],
.shop-page .row [class^='col-'] {
  padding: 0 10px;
}

.featured-product {
  padding-bottom: 40px;
}

.product-details-content {
  margin-bottom: 80px;
  text-align: left;
}
.product-details-content .img-box,
.product-details-content .content-box {
  display: table-cell;
  vertical-align: top;
}
.product-details-content .img-box {
  width: 370px;
}
.product-details-content .content-box {
  padding-left: 50px;
}
.product-details-content .content-box .title {
  margin-bottom: 0;
}
.product-details-content .content-box p {
  font-size: 15px;
  color: #898989;
  line-height: 26px;
  margin-top: 0;
}
.product-details-content .content-box span.price {
  font-size: 18px;
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
  margin-top: 20px;
}
.product-details-content .content-box .quantity {
  margin-top: 20px;
  font-size: 18px;
}
.product-details-content .content-box .quantity input {
  width: 40px;
  height: 35px;
  border: 1px solid #D9D9D9;
  text-align: center;
  line-height: 33px;
  padding-left: 10px;
  margin-left: 20px;
}
.product-details-content .content-box .thm-button.inverse {
  font-size: 15px;
  font-weight: bold;
  padding: 0 28px;
  line-height: 47px;
  color: #fff;
  margin-top: 20px;
}
.product-details-content .content-box .thm-button.inverse i {
  margin-left: 20px;
  font-size: 20px;
}

.product-tab-box {
  margin-bottom: 80px;
}
.product-tab-box .tab-title-box ul {
  margin: 0;
  padding: 0;
}
.product-tab-box .tab-title-box ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.product-tab-box .tab-title-box ul li.active a {
  background: #FFFFFF;
  border-bottom-color: #fff;
  border-top: 3px solid #CBD913;
  line-height: 43px;
  position: relative;
  top: 1px;
}
.product-tab-box .tab-title-box ul li a {
  display: block;
  font-size: 16px;
  line-height: 44px;
  border: 1px solid #F4F4F4;
  text-transform: capitalize;
  background: #F4F4F4;
  color: #000000;
  padding: 0 29px;
}
.product-tab-box .tab-content {
  margin-top: -1px;
  border: 1px solid #E2E2E2;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 21px;
}
.product-tab-box .tab-content h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 12px;
}
.product-tab-box .tab-content p {
  color: #898989;
  font-size: 14px;
  margin-top: 15px;
}
.product-tab-box .tab-content p:first-child {
  margin-top: 0;
}

/***************************************
* 21. About page styles 
****************************************/
.about-section .text-box {
  padding-left: 50px;
}
.about-section p.large {
  font-size: 18px;
  font-family: 'PT Serif';
  font-style: italic;
  line-height: 30px;
  margin-bottom: 37px;
}

.about-company-history .img-box, .about-company-history .text-box {
  display: table-cell;
  vertical-align: middle;
}
.about-company-history .img-box {
  width: 170px;
  padding-right: 30px;
}
.about-company-history .text-box {
  /*padding-left: 30px;*/
}
.about-company-history ul.list-box {
  margin: 0;
  padding: 0;
}
.about-company-history ul.list-box li {
  list-style: none;
  font-size: 16px;
  line-height: 35px;
  color: #97A10E;
  font-style: italic;
}
.about-company-history ul.list-box li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  font-style: normal;
  margin-right: 10px;
}

/***************************************
* 22. Career page styles 
****************************************/
.career-page .list-box {
  margin: 0;
  padding: 0;
  margin-top: -7px;
}
.career-page .list-box li {
  list-style: none;
  font-size: 15px;
  line-height: 39px;
  color: #0C94C7;
}
.career-page .list-box li:before {
  font-family: FontAwesome;
  color: #242424;
  content: "\f046";
  margin-right: 12px;
}

.description-box ul.list-box {
  padding-left: 50px;
}

.faq-page.career-page .accordion .panel-collapse .inner-box {
  padding-top: 35px;
  padding-bottom: 65px;
}
.faq-page.career-page .accordion .panel-collapse p {
  padding: 0;
}
.faq-page.career-page .accordion .panel-collapse h3 {
  margin: 0;
  font-size: 26px;
  color: #000000;
  font-weight: 300;
  font-family: 'Raleway';
  margin-bottom: 13px;
}

.career-page .apply-box {
  background: #3B415E;
  padding: 50px 29px;
}
.career-page .apply-box .sec-title {
  margin-bottom: 34px;
}
.career-page .apply-box .sec-title h2 {
  color: #fff;
  font-size: 25px;
}
.career-page .single-apply-box + .single-apply-box {
  margin-top: 50px;
  border-top: 1px solid #282D43;
  padding-top: 50px;
  position: relative;
}
.career-page .single-apply-box + .single-apply-box:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #474F73;
  position: absolute;
  top: 0px;
  left: 0;
}
.career-page .single-apply-box .top-box {
  margin-bottom: 20px;
}
.career-page .single-apply-box .top-box .number-box, .career-page .single-apply-box .top-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.career-page .single-apply-box .top-box .number-box .inner {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #1E233A;
  display: block;
  border-radius: 50%;
}
.career-page .single-apply-box .top-box .text-box {
  padding-left: 15px;
  font-size: 16px;
  line-height: 35px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: bold;
}
.career-page .single-apply-box p {
  color: #CFD2E0;
}
.career-page .single-apply-box .thm-button {
  font-size: 15px;
  line-height: 50px;
  padding: 0 30px;
  margin-top: 15px;
}
.career-page .single-apply-box .thm-button i {
  margin-left: 25px;
  font-size: 26px;
  position: relative;
  top: 3px;
}
.career-page .postions-box {
  border-top: 1px solid #E3E3E3;
  margin-top: 40px;
  padding-top: 50px;
}

/***************************************
* 23. Cart page styles 
****************************************/
.cart-page table > tbody > tr > td,
.cart-page .table > thead > tr > th {
  border: none;
}
.cart-page .select-box {
  display: inline-block;
  width: 100px;
}
.cart-page .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}
.cart-page .select-box .btn-group.bootstrap-select {
  width: 100px;
  outline: none;
}
.cart-page .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none !important;
  padding: 12px 15px;
  border-radius: 0;
  border: 1px solid #EBEBEB;
}
.cart-page .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.cart-page .select-box .dropdown-menu > li > a {
  padding: 8px 15px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.cart-page .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.cart-page .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
}
.cart-page .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 46px;
}
.cart-page .table {
  margin: 0;
}
.cart-page .table > thead {
  background: #F9F9F9;
}
.cart-page .table > thead > tr > th {
  font-size: 16px;
  line-height: 58px;
  padding: 0 40px;
  font-weight: 700;
  color: #000000;
  border: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  border-bottom: 0;
  text-transform: uppercase;
  text-align: left;
}
> .cart-page .table > thead > tr > th.close {
  color: transparent;
}
.cart-page .table > tbody > tr > td {
  border: 1px solid #ebebeb;
  vertical-align: middle;
  padding: 25px 0;
  padding-left: 40px;
}
.cart-page .table > tbody > tr > td.product {
  font-size: 15px;
  color: #535353;
  line-height: 26px;
}
.cart-page .table > tbody > tr > td.product span {
  display: inline-block;
}
.cart-page .table > tbody > tr > td.price {
  font-size: 15px;
  color: #242424;
}
.cart-page .table > tbody > tr > td.del-item {
  text-align: center;
  color: #c56e21;
  font-size: 18px;
  font-weight: normal;
  padding-left: 0;
}
.cart-page .table > tbody > tr > td.total {
  font-size: 16px;
}
.cart-page .bottom-box {
  background: #F9F9F9;
  margin: 0 0 50px;
  padding: 30px 25px;
  border-left: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
.cart-page .bottom-box .cupon-box input {
  border: 1px solid #DDDDDD;
  color: #8e8d8d;
  line-height: 31px;
  margin-right: 10px;
  outline: medium none;
  padding: 0 20px;
  width: 130px;
}
.cart-page .bottom-box .cupon-box .thm-button {
  line-height: 33px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-weight: normal;
  background: #C2C2C2;
  padding: 0 20px;
}
.cart-page .bottom-box .thm-button {
  line-height: 36px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 0 20px;
}
.cart-page .bottom-box .thm-button i {
  margin-left: 16px;
}
.cart-page .cart-total-box ul,
.cart-page .cart-total-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-page .cart-total-box li {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  line-height: 58px;
  padding: 0 25px;
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
}
.cart-page .cart-total-box li:first-child {
  border-top: 1px solid #EBEBEB;
}
.cart-page .cart-total-box li span {
  color: #242424;
  font-size: 15px;
  margin: 0;
  float: right;
}
.cart-page .cart-total-box .cart-total {
  background: #F9F9F9;
  font-size: 16px;
  line-height: 58px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.cart-page .cart-total-box .thm-button {
  line-height: 36px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 0 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cart-page .cart-total-box .thm-button i {
  margin-left: 16px;
}

/***************************************
* 24. Checkout page styles 
****************************************/
.checkout-page .select-box {
  display: inline-block;
  width: 100%;
}
.checkout-page .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: -4px;
  right: 20px;
}
.checkout-page .select-box .btn-group.bootstrap-select {
  width: 100%;
  outline: none;
}
.checkout-page .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none !important;
  padding: 7px 15px;
  border-radius: 0;
  border: 1px solid #EBEBEB;
}
.checkout-page .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.checkout-page .select-box .dropdown-menu > li > a {
  padding: 8px 15px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.checkout-page .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.checkout-page .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
}
.checkout-page .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 46px;
}
.checkout-page .return-customer {
  background: #3B415E;
  padding: 22px 30px;
  margin-bottom: 50px;
}
.checkout-page .return-customer p {
  font-size: 15px;
  color: #FFFFFF;
  margin: 0;
}
.checkout-page .return-customer p a {
  color: #CBD913;
  text-decoration: underline;
}
.checkout-page.contact-section form.contact-form {
  background: none;
  padding: 0;
}
.checkout-page.contact-section form.contact-form .form-grp input[type="text"] + input[type="text"], .checkout-page.contact-section form.contact-form .form-grp input[type="email"] + input[type="email"], .checkout-page.contact-section form.contact-form .form-grp textarea + textarea {
  margin-top: 20px;
}
.checkout-page.contact-section form.contact-form .form-grp {
  margin-bottom: 20px;
}
.checkout-page.contact-section form.contact-form .form-grp textarea {
  height: 105px;
}
.checkout-page.contact-section form.contact-form .sec-title {
  margin-top: 20px;
}
.checkout-page.contact-section form.contact-form .form-grp label {
  font-size: 14px;
  color: #8E8D8D;
}
.checkout-page.contact-section form.contact-form .form-grp input[type="text"], .checkout-page.contact-section form.contact-form .form-grp input[type="email"] {
  height: 36px;
}
.checkout-page .order-box ul,
.checkout-page .order-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-page .order-box ul {
  margin-top: -15.5px;
}
.checkout-page .order-box ul li {
  color: #242424;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway';
  line-height: 45px;
}
.checkout-page .order-box ul li span {
  color: #898989;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.checkout-page .order-box {
  border: 1px solid #DBDBDB;
  padding: 30px;
  background: #FDFDFD;
}
.checkout-page .order-box ul li span.bold {
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.checkout-page .order-box ul li a span {
  color: #11A9E0;
  font-size: 13px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.checkout-page .order-box ul li.place-order-button {
  padding-top: 30px;
  line-height: 30px;
}
.checkout-page .order-box ul li input[type="radio"] {
  margin-right: 10px;
}
.checkout-page .order-box ul li .note {
  background: #ECECEC;
  padding: 25px;
  color: #8E8D8D;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
.checkout-page .order-box ul li .note .fa {
  font-size: 35px;
  position: absolute;
  top: -22px;
  left: 25px;
  color: #ECECEC;
}
.checkout-page .order-box ul li a.place-order {
  background: #FD9C1E;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  margin-top: 30px;
}
.checkout-page .order-box .thm-button {
  line-height: 36px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 0 20px;
}
.checkout-page .order-box .thm-button i {
  margin-left: 16px;
}
/***************************************
* 25. Company History styles
****************************************/

.company-history {
    padding: 100px 0;
}
.company-history img {
    margin: 0 0 50px 0;
}
.company-history h3 {
    color: #282828;
    font-size: 18px;
}
.company-history p {
    padding: 20px 0 0 0;
}
.company-history .single-history {
    margin: 90px 0 0 0;
}
.company-history .single-history span.date {
    font-family: 'PT Serif';
    font-size: 50px;
    font-style: italic;
    color: #242424;
}
.company-history .single-history h4 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #242424;
    margin: 35px 0 0 0;
}
.company-history .extended-history {
    padding: 0 0 0 30px;
}
/***************************************
* 26. Testimonials styles
****************************************/

.testimonials-sec {
    padding: 0 0 100px 0;
}
.testimonials-sec .single-testimonial .text-box-2 h3 {
    color: #242424;
}
.testimonials-sec .single-testimonial .text-box-2 ul li i {
    color: #233859;
}
.testimonials-sec .single-testimonial
{
  margin: 100px 0 0 0;
}
.testimonials-sec .single-testimonial-left
{
  padding: 0 30px 0 0;
}
.testimonials-sec .single-testimonial-right
{
  padding: 0 0 0 30px;
}
/***************************************
* 32. Partners page styles
****************************************/
.partners-sec
{
  padding: 100px 0;
}
.partners-sec .item-partner
{
  padding: 43px 0 50px 0;
  border-bottom: 1px solid #ececec;
  display: inline-block;
}
.partners-sec .item-partner:last-child
{
  padding: 43px 0 0 0;
  border-bottom: none;
}
.partners-sec .item-partner img
{
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.partners-sec .item-partner:hover img
{
  border: 1px solid #292944;
}
.partners-sec .item-partner .col-md-3
{
  padding: 0;
}
.partners-sec .item-partner .col-md-9
{
  padding: 0 0 0 40px;
}
.partners-sec .item-partner .col-md-9 h2
{
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  margin: 16px 0;
}
.partners-sec .item-partner .col-md-9 h3
{
  font-size: 16px;
  font-style: italic;
  margin: 0 0 15px 0;
}
/***************************************
* 27. Comming Soon page styles
****************************************/
.comming-soon-sec
{
  background: url("../images/new/bg-comming-soon.jpg") center center no-repeat;
  padding: 145px 0 284px 0;
  min-height: 1024px;
  background-size: cover;
}
.comming-soon-sec h1
{
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.comming-soon-sec .time
{
  width: 722px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
.comming-soon-sec  .subscribe-form
{
  clear: both;
  width: 722px;
  margin: 0 auto;
}
.comming-soon-sec  .subscribe-form p
{
  padding: 55px 0 0 0;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  margin: 0 0 30px 0;
}
.comming-soon-sec  .subscribe-form input[type='email']
{
  height: 50px;
  width: 492px;
  border-radius: 5px;
  border: none;
  padding: 0 20px;
  margin: 0 5px 0 0;
}
.comming-soon-sec .time .box-time
{
  width: 158px;
  border: 1px solid #c6c849;
  float: left;
  margin: 0 30px 0 0;
  min-height: 184px;
  text-align: center;
  padding: 40px 0 35px 0;
}
.comming-soon-sec .time .box-time span:first-child
{
  font-size: 60px;
    font-style: italic;
    font-family: "PT Serif", sans-serif;
    display: block;
    color: #c6c849;
}
.comming-soon-sec .time .box-time span:last-child
{
  font-size: 20px;
font-weight: bold;
color: #c6c849;
margin: 55px 0 0 0;
display: block;
text-transform: uppercase;
}
.comming-soon-sec .time .box-time:last-child
{
  margin: 0;
}
.comming-soon-sec .thm-button
{
  background: #c6c849;
  height: 50px;
  line-height: 50px;
  color: #000;
}
.comming-soon-sec .img-company-right img
{
  margin: 0 0 0 30px;
}
.short-about-our-company
{
  padding: 123px 0;
  min-height: 627px;
}
.short-about-our-company .img-company-left 
{
  float: left;
    width: 400px;
    padding: 0 0 0 70px;
}
.short-about-our-company .img-company-right 
{
  float: right;
  width: 170px; 
}
.short-about-our-company .img-company-left img:first-child
{
  margin: 0 0 20px 0;
}
.short-about-our-company h3
{
  font-size: 22px;
  font-style: italic;
  color: #242424;
  margin: 0;
}
.short-about-our-company p
{
  margin: 30px 0 0 0;
}
.short-about-our-company  .img-company
{
  margin: 50px 0 0 0;
  float: right;
}
.sec-page-comming-soon .footer
{
  padding: 48px 0;
  min-height: 121px;
  text-align: center;
}
.sec-page-comming-soon .footer p
{
  color: #5f5f5f;
  font-size: 14px;
}
/***************************************
* 28. Advisors page styles
****************************************/
.sec-page-advisors  .advisors-sec
{
  padding: 100px 0;
}
.sec-page-advisors  .advisors-sec .col-md-3
{
  padding: 0;
  overflow: hidden;
}
.sec-page-advisors  .advisors-sec .col-md-9 .text-box
{
  background: #f6f6f6;
  min-height: 269px;
  padding: 35px 40px;
}
.sec-page-advisors  .advisors-sec .col-md-9  h2
{
  font-size: 22px;
  font-weight: bold;
  color: #242424;
  margin: 0;
}
.sec-page-advisors  .advisors-sec .col-md-9 h3
{
  font-size: 15px;
  font-weight: bold;
  color: #8c8c8c;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}
.sec-page-advisors  .advisors-sec .col-md-9 p
{
  padding: 25px 0;
  margin: 0;
}
.sec-page-advisors  .advisors-sec .col-md-9 .thm-button
{
  margin: 0;
}
.sec-page-advisors  .advisors-sec .item-advisors
{
  margin: 30px 0 0 0;
  display: inline-block;
}
.sec-page-advisors  .advisors-sec .item-advisors img
{
  webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.sec-page-advisors  .advisors-sec .item-advisors  img:hover
{
  webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
}
/***************************************
* 35. Single Member page styles
****************************************/
section.profile-information
{
  padding: 89px 0;
  min-height: 903px;
}
section.profile-information h1
{
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #282828;
}
section.profile-information .img
{
  float: right;
}
section.profile-information p.note:before
{
  content: "";
  border-right: 1px solid #d6d6d6;
  background: #c4d114;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.profile-information p.note
{
  min-height: 116px;
  border: 1px solid #d6d6d6;
  position: relative;
  margin: 80px 0 0 0;
  padding: 31px 50px;
  clear: both;
}
section.profile-information h2
{
  color: #888787;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
section.profile-information p
{
  padding: 35px 0;
  margin: 0;
}
section.profile-information .social li a i {
    font-size: 18px;
    line-height: 34px;
}
section.profile-information  .social li a {
    width: 35px;
    height: 35px;
    border: 1px solid #c4d114;
    color: #c4d114;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 5px;
}
section.profile-information .icon-box, section.profile-information .text-box
{
  display: table-cell;
    vertical-align: top;
}
section.profile-information .tel-box
{
  margin: 40px 0 0 0;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
section.profile-information .text-box{
  padding: 0 0 0 20px;
}
section.profile-information .text-box p
{
  padding: 35px 0 0 0;
}
section.profile-information .text-box p a
{
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  color: #242424;
}
section.profile-information .text-box h4
{
  font-weight: bold;
  font-size: 42px;
  color: #242424;
  margin: 0;
}
section.profile-information .icon-box i
{
  font-size: 40px;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #c4d114;
  text-align: center;
  line-height: 55px;
}
section.profile-education  .professional-education
{
  padding: 0 40px 0 0;
}
section.profile-education
{
  padding: 81px 0;
  background: #f5f5f5;
  min-height: 587px;
}
section.profile-education .box-education span
{
  display: table-cell;
  vertical-align: top;
  font-style: italic;
  font-size: 35px;
  color: #2168bf;
}
section.profile-education .box-education
{
  margin: 38px 0 0 0;
}
section.profile-education .box-education .text-education
{
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 35px;
}
section.profile-education .box-education h2
{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
section.profile-education .box-education p
{
  color: #777777;
  font-size: 14px;
}
.key-notes .box-download
{
  padding: 20px 25px 15px 25px;
  border: 1px solid #d6d6d6;
  background: #f9f9f9;
  width: 400px;
  display: inline-block;
  min-height: 82px;
}
.key-notes .box-download  img
{
  margin: 4px 0;
}
.key-notes .box-download .text-box
{
  padding: 0 0 0 25px;
}
.key-notes .box-download .text-box p
{
  margin: 0;
  color: #898989;
  font-size: 14px;
}
.key-notes .box-download  i
{
  font-size: 45px;
  color: #bbbbbb;
}
.key-notes .box-download h2
{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.key-notes .box-download img, .key-notes .box-download .text-box
{
  float: left;
}
 .key-notes .box-download i
 {
   float: right;
 }
section.profile-work
{
  padding: 85px 0;
}
section.profile-work img:first-child
{
  margin: 0 0 30px 0;
}
section.profile-work .text-box
{
  padding: 10px 0 ;
}
section.profile-work .text-box h3
{
  color: #202020;
  font-size: 20px;
  margin: 0 0 15px 0;
}
section.profile-work .text-box p
{
  font-size: 15px;
}
section.profile-work  .professional-work
{
  padding: 0 70px 0 0;
}
section.profile-experience
{
  background: url(../images/new/bg-single-member.jpg) center center;
  background-size: cover;
  min-height: 466px;
  padding: 115px 0 0 0;
}
section.profile-experience h2
{
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 30px 0;
}
section.profile-experience p
{
  font-size: 26px;
  color: #fff;
  margin: 35px 0 0 0;
  line-height: 35px;
}
.answer-question
{
  padding: 45px 40px;
  margin: -185px 0 0 0;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.answer-question input[type="text"]
{
  height: 55px;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
}
.answer-question textarea
{
  width: 100%;
  min-height: 203px;
  border: 1px solid #e1e1e1;
  padding:  15px;
}
.answer-question h2
{
  color: #282828;
  margin: 0 0 40px 0;
  font-weight: bold;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.answer-question .thm-button
{
  margin: 30px 0 0 0;
  background: #cbd913;
}
section.profile-question
{
  padding: 89px 0;
  min-height: 658px;
}
.information-company .text-box 
{
  margin: 0 0 40px 0;
}
.information-company .text-box span 
{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  display: block;
}
.information-company .text-box p, .information-company .text-box p a
{
  color: #898989;
  font-size: 14px;
  font-style: normal;
}
.information-company img
{
  margin: 0 0 50px 0;
}
.information-company span strong
{
  color: #777777;
}
.information-company span.phone
{
  font-size: 50px;
  color: #242424;
  font-weight: bold;
  display: block;
  margin: 0 0 40px 0;
}
.information-company p
{
  color: #777777;
  font-size: 18px;
  font-style: italic;
}
/***************************************
* 29. Case Details page styles
****************************************/
.sec-page-case-details .case-details-sec .item-case-details
{
  padding: 100px 0;
  display: inline-block;
}
.sec-page-case-details .case-details-sec.case-details-sec1 .sec-title
{
    padding: 50px 0 0 0;
}
.sec-page-case-details .case-details-sec.case-details-sec2
{
    background: #f4f4f4;
}
.sec-page-case-details .case-details-sec .item-case-details p
{
  margin: 0 0 35px 0;
}
.sec-page-case-details .case-details-sec .item-case-details p:last-child
{
  margin: 0 ;
}
.sec-page-case-details .case-details-sec .item-case-details ul
{
  margin: 0;
  padding: 0 0 0 20px;
}
.sec-page-case-details .case-details-sec .item-case-details ul li
{
  color: #43aefa;
  margin: 0 0 15px 0;
  font-size: 20px;
}
.sec-page-case-details .case-details-sec .item-case-details ul li span
{
  font-size: 16px;
  color: #898989;
  margin: 0 0 15px 0;
  display: block;
}
.sec-page-case-details .case-details-sec.case-details-sec2 .item-case-details ul li span
{
    font-weight: bold;
    color: #242424;
}
.sec-page-case-details .case-details-sec.case-details-sec2 .item-case-details .col-md-4 img
{
    margin: 15px 0;
}
.sec-page-case-details .case-details-sec .item-case-details ul li p
{
  font-size: 15px;
  color: #898989;
}
.sec-page-case-details .case-details-sec .item-case-details ul li p, .sec-page-case-details .case-details-sec .item-case-details ul li span
{
  padding: 0 0 0 15px;
}
.sec-page-case-details .case-details-sec .item-case-details .item-case-sec ul li, .sec-page-case-details .case-details-sec .item-case-details .item-case-sec ul li:last-child span, .sec-page-case-details .case-details-sec .item-case-details ul li:last-child
{
  margin: 0;
}
.sec-page-case-details .case-details-sec .information-case
{
  background: #ececec;
  padding: 50px 40px;
  min-height: 393px;
}
.sec-page-case-details .case-details-sec .information-case span
{
  color:#242424;
  font-weight: bold;
}
.sec-page-case-details .case-details-sec .information-case span:nth-child(2), .sec-page-case-details .case-details-sec .information-case p a span
{
    font-weight: normal;
}
.sec-page-case-details .case-details-sec .information-case p
{
  margin: 0 0 25px 0;
}
.sec-page-case-details .case-details-sec .information-case p:last-child
{
  margin: 0;
}
.sec-page-case-details .case-details-sec .information-case span:first-child
{
  width: 110px;
  display: inline-block;
}
.sec-page-case-details section.blog .col-md-3
{
    padding: 0;
    box-sizing: border-box;
}
.sec-page-case-details section.blog .single-blog-post .img-box img
{
    width: 100%;
}
.sec-page-case-details section.blog .single-blog-post .img-box
{
    margin: 0;
}
@media(max-width: 1199px)
{
    .sec-page-case-details .case-details-sec .item-case-details ul
    {
        margin: 0 0 15px 0;
    }
}
/***************************************
* 30. Case Details2 page styles
****************************************/
.sec-page-case-details-2 section.case-details-sec-2
{
  padding: 100px 0 ;
}
.sec-page-case-details-2 section.case-details-sec-2 p
{
  padding: 40px 0 0 0;
  margin: 0;
}
.sec-page-case-details-2 section.case-details-sec-2 .text-box
{
  padding: 80px 0 0 0;
}
.sec-page-case-details-2 section.case-details-sec-2 .text-box h3
{
  margin: 0;
  font-size: 20px;
  color: #000;
  margin: 0 0 20px 0;
}
.sec-page-case-details-2 section.case-details-sec-2 .text-box p
{
  padding: 0;
}
.sec-page-case-details-2 section.case-details-sec-2 .img img
{
  display: block;
  margin: 0 auto;
}
.sec-page-case-details-2 section.case-details-sec-2 .sec-title
{
  margin: 0;
}
.project-tab-box {
    margin: 40px 0 0 0;
}
.project-tab-box .tab-title-box ul {
    margin: 0;
    padding: 0;
}
.project-tab-box .tab-title-box ul li {
    list-style: none;
    display: inline-block;
    margin-right: 0px;
    float: left;
}
.project-tab-box .tab-title-box ul li.active a {
    background: #FFFFFF;
    border-bottom-color: #fff;
    border-top: 3px solid #CBD913;
    line-height: 43px;
    position: relative;
    top: 1px;
  border-top-color: #314861;
}
.project-tab-box .tab-title-box ul li a {
    display: block;
    font-size: 16px;
    line-height: 44px;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    text-transform: uppercase;
    background: transparent;
    color: #242424;
    padding: 0 29px;
  text-decoration: none;
  font-weight: bold;
}
.project-tab-box .tab-title-box ul li:last-child a {
    border-right: 1px solid #e2e2e2;
}
.project-tab-box .tab-content {
    margin-top: -1px;
    border: 1px solid #E2E2E2;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 21px;
}
.project-tab-box .tab-content h3 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 12px;
}
.project-tab-box .tab-content p {
    color: #898989;
    font-size: 14px;
    margin-top: 15px;
}
.project-tab-box .tab-content p:first-child {
    margin-top: 0;
}
.project-tab-box .tab-content {
    padding: 80px 55px;
}
.sec-page-case-details-2 section.case-details-sec-2 .project-tab-box .single-tab-content p
{
  padding: 0 0 40px 0;
}
.sec-page-case-details-2 section.case-details-sec-2 .project-tab-box .single-tab-content ul
{
  margin: 0;
    padding: 0 0 0 20px;
}
.sec-page-case-details-2 section.case-details-sec-2 .project-tab-box .single-tab-content ul li
{
  color: #43aefa;
    margin: 0 0 45px 0;
    font-size: 20px;
}
.sec-page-case-details-2 section.case-details-sec-2 .project-tab-box .single-tab-content ul li:last-child
{
  margin: 0;
}
.sec-page-case-details-2 section.case-details-sec-2 .project-tab-box .single-tab-content ul li span
{
  padding: 0 0 0 15px;
  font-size: 16px;
    font-weight: bold;
    color: #242424;
    margin: 0 0 20px 0;
    display: block;
}
.sec-page-case-details-2 section.case-details-sec-2 .project-tab-box .single-tab-content ul li p
{
  padding: 0 0 0 15px;
}
.project-carousel  .owl-prev
{
  background: url("../images/new/icon-prev.html") !important;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 210px;
  left: 25px;
}
.project-carousel   .owl-next
{
  background: url("../images/new/icon-next.html") !important;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 210px;
  right: 25px;
}
section.case-details-sec-2-slider
{
  padding: 0 0 70px 0;
}
.show-mobile
{
  display: none !important;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 31. TT-GALLERY-1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-gallery-1 {
    display: block;
    position: relative;
    overflow: hidden;
}
.tt-gallery-1-caption {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tt-gallery-1-caption-table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.tt-gallery-1-caption-inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tt-gallery-1-name {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.tt-gallery-1-cat {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #898989;
    letter-spacing: 0.2px;
}
.tt-gallery-1-search {
    display: inline-block;
    width: 66px;
    height: 66px;
    font-size: 22px;
    line-height: 66px;
    color: #000;
    text-align: center;
    background: #c6c849;
    border-radius: 50%;
}
.tt-gallery-1:hover .tt-gallery-1-caption {
    opacity: 1;
}
.tt-gallery-1:hover .tt-gallery-1-caption-inner {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.tt-gallery-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 32. LIGHTBOX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}
#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  background-color: #05305a;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  border: none;
}
#imagelightbox-close:before, #imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#imagelightbox-close:hover {
  background-color: #fff;
  outline: none;
}
#imagelightbox-close:hover:before, #imagelightbox-close:hover:after {
  background: #05305a;
}
#imagelightbox-loading, #imagelightbox-loading div {
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em;
  height: 2.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  margin: -1.25em 0 0 -1.25em;
  -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  -moz-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite;
}
#imagelightbox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imagelightbox-caption {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-color: #05305a;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 0px;
}
.imagelightbox-arrow {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.32);
  width: 3.75em;
  height: 7.5em;
  background-color: transparent;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  border: none;
}
.imagelightbox-arrow-left {
  left: 2.5em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-right {
  right: 2.5em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-left:focus, .imagelightbox-arrow-right:focus {
  outline: none;
}
.imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:hover {
  color: #fff;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  -moz-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}
@media only screen and (max-width:660px) {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em;
    right: 1.25em;
  }
  #imagelightbox-nav {
    bottom: 1.25em;
  }
  .imagelightbox-arrow {
    width: 2.5em;
  }
  .imagelightbox-arrow-left {
    left: 1.25em;
  }
  .imagelightbox-arrow-right {
    right: 1.25em;
  }
}
@media only screen and (max-width:320px) {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
@media (max-width:767px) {
  .block.type-7 .filter-nav li {
    margin-bottom: 10px;
  }
  .block.type-7 .filter-content a {
    display: block;
  }
  .block.type-7 .filter-content a img {
    margin: 0 auto;
  }
  .block.type-7 .icon-wrapper .icon-entry {
    margin-bottom: 30px;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@-moz-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -moz-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: .5;
    -moz-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
  }
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #a5be34;
  /*color: #fff;*/
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  /*border-radius: 50%;*/
  right: 25px;
  bottom: 25px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top:hover
{
  background: #393939;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.font-bold
{
  font-weight: bold !important;
}

.font-italic
{
  font-style: italic !important;
}