/*********************************************************************
Template Name: Solomon Creative Portfolio Template
Template URI: https://themeforest.net/item/solomon-creative-portfolio-template/20555890
Author: ThemeBaba
Author URI: https://themeforest.net/user/themebaba
Version: 1.1
**********************************************************************
CSS Index
*********
1. Theme default style
2. Button style
3. Next Prev button style
4. Area heading style
5. Header area style
6. Slider area style
7. Slider area style 2
8. Particle Ground style
9. Video area style
10. Breadcrumb area style
11. Video Message area
12. Feature area style
13. About area style
14. Service area style
15. Portfolio area style
16. Single Portfolio style
17. Counter area style
18. Team area style
19. Testimonial area style
20. Price Table area style
21. Blog area style
22. Single Blog post area style
23. Call to action area style
24. Client area style
25. Contact area style
26. Map area style
27. Footer area style
*********************************************/


/*----------------------
1. Theme default style
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800|Open+Sans:400,400i,600,700');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

img:focus,
img:hover,
img:active {
    outline: 0 none;
}

a img {
    -webkit-transition: .3s;
    transition: .3s;
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

:focus {
    outline: none;
}

a,
button {
    outline: medium none;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #606060;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

canvas {
    display: block;
    vertical-align: bottom;
}

*::-moz-selection {
    background: #03cc85;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #03cc85;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #858585;
    font-size: 14px;
    text-transform: capitalize;
}

*::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px;
    text-transform: capitalize;
}

*:-ms-input-placeholder {
    color: #858585;
    font-size: 14px;
    text-transform: capitalize;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a.button:after {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f8f8f8;
}

.transparent-bg {
    background: transparent;
}

.template-section {
    padding: 100px 0;
}

.template-section-2 {
    padding: 80px 0;
}

.template-section-3 {
    padding: 50px 0;
}


/*-----------------------
2. Button style
-----------------------*/

.button {
    font-family: 'Montserrat', sans-serif;
    background: #03cc85 none repeat scroll 0 0;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    letter-spacing: 2px;
    line-height: 44px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.button:hover {
    background: #fff none repeat scroll 0 0;
    color: #03cc85;
    border: 1px solid #03cc85;
}

.button.button-white {
    background: #fff none repeat scroll 0 0;
    color: #03cc85;
    border: 1px solid #03cc85;
}

.button.button-white:hover {
    background: #03cc85;
    color: #ffffff;
    border: 1px solid transparent;
}

.button.button-larg {
    padding: 0 40px;
}

.button.button-small {
    padding: 0 25px;
}

.text-link {
    color: #03cc85;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: underline;
    text-transform: uppercase;
}

.text-link:hover {
    text-decoration: underline;
    opacity: 0.7;
    color: #03cc85;
}


/*-------------------------------------
3. Next Prev button style
---------------------------------------*/
.navigation-style-1 .slick-dots {
    bottom: 50px;
    right: 50px;
    text-align: right;
    width: auto;
    height: auto;
}

.navigation-style-1 .slick-dots li {
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  margin: 0 3px;
  padding: 0;
  position: relative;
  transform: rotate(180deg);
  width: auto;
  z-index: 999;
}

.navigation-style-1 .slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    width: 4px;
    padding: 0;
}

.navigation-style-1 .slick-dots li button::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 0;
    line-height: 1;
    opacity: 1;
    transition: .3s ease-in-out 0s;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 2px;
}

.navigation-style-1 .slick-dots li button:hover::before,
.navigation-style-1 .slick-dots li.slick-active button::before {
    background: #03cc85 none repeat scroll 0 0;
    height: 30px;
}

.navigation-style-2 .slick-dots {
  bottom: -40px;
  right: 0;
}

.navigation-style-2.slick-dotted.slick-slider {
  margin-bottom: 0;
}


/*-------------------------------------
  4. Area heading style
---------------------------------------*/

.area-heading {
    width: 70%;
    margin: 0 auto 70px;
}

.area-title {
  color: #303030;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 99;
}

.area-title::before {
  background: #03cc85 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 80px;
  z-index: -1;
}

.area-title::after {
  background: #03cc85 none repeat scroll 0 0;
  border: 0 none;
  bottom: -6px;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  z-index: -1;
}

/*-------------------------------------
  5. Header area style
---------------------------------------*/
.header-area .navbar {
    padding: 10px 0;
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
    margin-bottom: 0;
}

.header-area .top-nav-collapse {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    padding: 3px 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.header-area .navbar-brand {
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
    padding: 20px 0;
    text-transform: capitalize;
}

.header-area .navbar-brand span {
    color: #03cc85;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.header-area .navbar-nav>li {
    margin-left: 30px;
    padding: 20px 0;
}

.header-area .navbar-nav>li>a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.header-area .navbar-nav>li>a::before {
    background: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 50%;
    height: 1px;
    transition: all 0.4s linear 0s;
    opacity: 0;
}

.header-area .navbar-nav>li.active>a::before,
.header-area .navbar-nav>li>a:hover::before {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.header-area .navbar-nav>li>a::after {
    background: #ffffff;
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 50%;
    height: 1px;
    transition: all 0.4s linear 0s;
    opacity: 0;
}

.header-area .navbar-nav>li.active>a::after,
.header-area .navbar-nav>li>a:hover::after {
    right: 50%;
    transform: translateX(50%);
    opacity: 1;
}

.header-area .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    float: right;
    margin: 13px 0;
    padding: 9px;
    position: relative;
}

.header-area .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 20px;
}

.header-area .top-nav-collapse .navbar-toggle .icon-bar {
    background: #fff;
}

.header-area .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}


/*-------------------------------------
    6. Slider area style
---------------------------------------*/

.mobile-heading {
    display: none;
}
.cd-headline.is-full-width .cd-words-wrapper::after {
    background: #fff;
    transition: all 0.3s linear 0s;
}
.banner-area {
    background: url("images/background/slider.html") no-repeat 50% 50% / cover;
    position: relative;
}

.banner-area::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-content-wrapper,
.slider-content-wrapper {
    height: 100vh;
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.dotted-content h1,
.banner-content h1 {
    color: #ffffff;
    font-size: 72px;
}


/*-------------------------------
    7. Slider area style 2
--------------------------------*/

.slider-1 {
    background: url("images/slider/1.jpg");
    background-size: cover;
}

.slider-2 {
    background: url("images/slider/2.jpg");
    background-size: cover;
}

.slider-3 {
    background: url("images/slider/3.jpg");
    background-size: cover;
}

.single-slider {
    height: 100vh;
    position: relative;
}
.single-slider::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 99;
}
.slider-carousel .slider-content {
    top: 45%;
    transition: all 0.5s linear 0s;
}
.single-slider.slick-active .slider-content {
    top: 50%;
}

.slider-content h1 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 70px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.cd-headline.is-full-width .cd-words-wrapper::after {
    display: none;
}

.scroll-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 55px;
    min-width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    z-index: 99;
    cursor: pointer;
    overflow: hidden;
}

.scroll-btn-wrapper {
    height: 55px;
    position: relative;
}

.scroll-ball {
    animation: 3s ease 0s normal none infinite running solomon-slider-anim;
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 7px;
    left: 50%;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    top: 0;
    transform: translateX(-50%);
    width: 7px;
}
/* Keyframes */
@keyframes solomon-slider-anim {
    0% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 40px;
        opacity: 0;
    }
    100% {
        top: 10px;
        opacity: 0;
    }
}

/*-------------------------------
    8. Particle Ground style
--------------------------------*/

#particle-ground {
    height: 100vh;

}
.particles-js-canvas-el {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

/*------------------------
    9. Video area style
-------------------------*/

#video-slide {
    overflow: hidden;
    height: 100vh;
}

.welcome-video-area {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}


/*----------------------------
    10. Breadcrumb area style
-----------------------------*/

.breadcrumb-area {
  background: rgba(0, 0, 0, 0) url("images/background/breadcrumb.jpg");
  background-size: cover;
  padding: 180px 0 130px;
  position: relative;
}

.breadcrumb-area::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.breadcrumb-title {
  color: #03cc85;
  font-size: 32px;
  text-transform: capitalize;
}

.breadcrumb-cat li {
    display: inline-block;
    color: #ffffff;
    text-transform: unset;
    font-size: 12px;
    position: relative;
    letter-spacing: 1.5px;
}

.breadcrumb-cat li::before {
    color: #fff;
    content: "/";
    position: absolute;
    right: 4px;
    top: 1px;
}
.breadcrumb-cat li:last-child::before {
    display: none;
}
.breadcrumb-cat li a {
    color: #ffffff;
    margin: 0 15px;
}

.breadcrumb-cat li a:hover {
    color: #03cc85;
}



/*-----------------------------
    11. Video Message area
------------------------------*/

.video-message-area {
    background: url("images/background/video-mesaage.jpg");
    background-size: cover;
    padding: 170px 0;
    position: relative;
}

.video-message-area::before {
    background: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.video-play-icon {
    background: #03cc85 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    font-size: 45px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    color: #FFFFFF;
}

.video-play-icon i {
    left: 5px;
    top: 2px;
    position: relative;
}

.video-play-icon:hover,
.video-play-icon:focus {
    background: #FFFFFF;
    color: #03cc85;
}

/*----------------------------
    12. Feature area style
-----------------------------*/
.feature-area {
    overflow: hidden;
}
.single-feature {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f8f8f8;
    padding: 40px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.single-feature:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.single-feature::before {
    background: #03cc85;
    content: "";
    height: 3px;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.single-feature:hover::before {
    opacity: 1;
}

.single-feature i {
    color: #03cc85;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
}

.small-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.single-feature:hover .small-title {
    color: #03cc85;
}

.small-title::after {
    background-color: #03cc85;
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-feature p {
    margin: 0;
}

/*--------------------------------------
    13. About area style
---------------------------------------*/
.about-area {
  padding-top: 100px;
}

.about-area h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-transform: unset;
}

.about-area h3 span {
    color: #03cc85;
}

.about-us-content {
    margin-bottom: 30px;
}

.skill-area p a:hover {
    opacity: 0.7;
}

.skill-area {
    overflow: hidden;
}

.progress-bar-area {
    margin-top: 30px;
}

.single-skill-bar {
    margin-bottom: 35px;
}

.single-skill-bar .progress {
    background: #ddd;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    height: 3px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
}

.progress-bar {
    background: rgba(3, 204, 133, 0.95);
    box-sizing: border-box;
    font-size: 11px;
    overflow: visible;
    padding-top: 2px;
    position: relative;
    text-align: left;
}

.single-skill-bar>p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 8px;
    text-transform: capitalize;
    color: #333;
}

.progress-bar span {
    background: rgba(3, 204, 133, 0.95);
    border-radius: 4px 4px 0 2px;
    bottom: 10px;
    color: #fff;
    display: inline-block;
    height: 25px;
    letter-spacing: 0;
    line-height: 25px;
    min-width: 25px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
}

.progress-bar span::before {
    border-color: transparent #03cc85 transparent transparent;
    border-style: solid;
    border-width: 0 5px 7px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}

.about-image img {
  width: 65%;
}


/*--------------------------
    14. Service area style
----------------------------*/

.service-area {
    overflow: hidden;
}

.single-service {
    padding: 0 35px 0 0;
    transition: 0.3s;
}

.col-md-4:nth-child(n+4) .single-service {
    margin-top: 40px;
}

.single-service i {
    color: #03cc85;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 20px;
}

.single-service h4 {
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
}

.single-service:hover h4 {
    color: #03cc85;
}

.single-service p {
    margin: 0;
}

/*-----------------------------
    15. Portfolio area style
-----------------------------*/

.portfolio-area {
    z-index: 999;
    overflow: hidden;
}

.portfolioFilter {
    margin: 0 0 40px;
}

.protfolio-filter {
    text-align: center;
}

.protfolio-filter li {
    display: inline;
    margin: 0 15px;
}

.protfolio-filter li a {
    background: transparent;
    color: #aaaaaa;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    position: relative;
}

.protfolio-filter li a:hover,
.protfolio-filter li a:focus,
.protfolio-filter li.active a {
    color: #03cc85;
}

.protfolio-filter li a::before {
    color: rgba(0, 0, 0, 0);
    content: "•";
    left: 0;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 rgba(0, 0, 0, 0);
    top: 100%;
    transition: text-shadow 0.3s linear 0s, color 0.3s linear 0s;
}

.protfolio-filter li a:hover::before,
.protfolio-filter li.active a::before,
.protfolio-filter li a:focus::before {
    color: #03cc85;
    text-shadow: 7px 0 #03cc85, 14px 0 #03cc85;
}

.portfolio-item {
    float: left;
    width: 33.333333333%;
    overflow: hidden;
    position: relative;
}

.item-thumnail > img {
    width: 100%;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.4s linear 0s;
    overflow: hidden;
}

.portfolio-item:hover .item-thumnail > img {
    transform: scale3d(1, 1, 1);
}

.item-content {
    position: relative;
}

.portfolio-item::after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s linear 0s;
}

.portfolio-item:hover::after {
    opacity: 1;
}

.item-thumnail {
    position: relative;
}

.item-thumnail::before {
  border-bottom: 2px solid #03cc85;
  border-top: 2px solid #03cc85;
  bottom: 40px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 40px;
  transform: scale(0, 1);
  transform-origin: 0 0 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 99;
}
.portfolio-item:hover .item-thumnail::before {
  opacity: 1;
  transform: scale(1);
}

.item-thumnail::after {
  border-left: 2px solid #03cc85;
  border-right: 2px solid #03cc85;
  bottom: 20px;
  content: "";
  left: 40px;
  opacity: 0;
  position: absolute;
  right: 40px;
  top: 20px;
  transform: scale(1, 0);
  transform-origin: 0 0 100%;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 99;
}
.portfolio-item:hover .item-thumnail::after {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}














.action-btn a {
    background: #03cc85 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s linear 0s;
    opacity: 0;
    z-index: 99;
}

.portfolio-item:hover .action-btn a {
    opacity: 1;
    top: 50%;
}

.portfolio-description .action-btn a:hover {
    background: #fff;
    color: #03cc85;
}

.description-content {
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: 99;
}

.portfolio-item:hover .description-content {
    bottom: 50px;
    opacity: 1;
    visibility: visible;
}

.description-content h4 {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    margin: 0;
}

.description-content h4:hover {
    color: #03cc85;
}

.portfolio-cat li {
    margin-right: 10px;
    display: inline;
    position: relative;
}

.portfolio-cat li a {
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 300;
    font-style: oblique;
    letter-spacing: 1px;
    font-size: 12px;
}

.portfolio-cat li a:hover {
    color: #03cc85;
}

.portfolio-cat li::before {
    content: ",";
    right: -5px;
    position: absolute;
    color: #ffffff;
}

.portfolio-cat li:last-child {
    margin-right: 0;
}

.portfolio-cat li:last-child::before {
    display: none;
}
.load-more {
    margin-top: 40px;
}
.load-more-btn i {
    position: relative;
    top: 1px;
}

/*--------------------------------
    16. Single Portfolio style
---------------------------------*/

.single-portfolio-thumbnail img {
    width: 100%;
}

.portfolio-thumbnail-wrapper .slick-dots {
    bottom: 20px;
    text-align: right;
    right: 20px;
}

.single-information:nth-child(n+2) {
  margin-top: 30px;
}

.single-portfolio-content-title {
    font-weight: 800;
    font-size: 18px;
}

.single-information .author-thumbnail {
    margin: 0 auto 10px;
}
.author-content h3 {
    font-weight: 600;
    font-size: 22px;
}

.services-list i {
    padding-right: 5px;
}
.services-list li {
    font-weight: 500;
}

.link i {
    padding-right: 5px;
    color: #666;
}

.link:hover {
    color: #03cc85;
}

.information-description blockquote + p {
    margin-bottom: 20px;
}

.single-portfolio-items .single-portfolio-content-title {
    margin-bottom: 15px;
}

.single-portfolio-items .portfolio-item {
  width: 50%;
}
.author-content h5 i {
    padding-right: 5px;
}


/*--------------------------
    17. Counter area style
---------------------------*/

.counter-area {
    background: url("images/background/counter.jpg");
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.counter-area::after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-counter {
  padding: 20px 0;
  text-align: center;
  background: rgba(255,255,255,0.2);
}

.counter-icon {
    margin-bottom: 20px;
}

.counter-icon i {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    color: #03cc85;
}

.counter-text p {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.counter-text>h4 {
    font-weight: 600;
    line-height: 1;
    margin: 0;
    color: #aaa;
}

/*--------------------------
    18. Team area style
---------------------------*/

.single-team-member {
    position: relative;
    overflow: hidden;
}

.single-team-member::before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.single-team-member:hover::before {
    opacity: 1;
}
.member-thumbnail img {
    width: 100%;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.4s linear 0s;
}
.single-team-member:hover .member-thumbnail img {
    transform: scale3d(1, 1, 1);
}
.member-content-wrapper {
    top: 50%;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
}

.single-team-member:hover .member-content-wrapper {
    opacity: 1;
    visibility: visible;
}

.member-id {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.member-content-wrapper h3 {
    color: #ffffff;
    display: block;
    letter-spacing: 2px;
}

.member-content-wrapper p {
    color: #ffffff;
    text-transform: unset;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-style: oblique;
}

.member-menu {
    bottom: 0;
    position: absolute;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.single-team-member:hover .member-menu {
    bottom: 50px;
}

.member-menu li a {
    background: #03cc85 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.member-menu li a:hover {
    background: #fff;
    color: #03cc85;
}

/*--------------------------------
    19. Testimonial area style
---------------------------------*/

.testimonial-section {
    background: url("images/background/testimonial.jpg");
    background-size: cover;
    position: relative;
}

.testimonial-section::before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testimonial-section .area-title,
.testimonial-section .area-heading p {
    color: #ffffff;
}
.single-testimonial {
    padding: 0 20px;
}
.single-testimonial > img {
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 29px;
}
.single-testimonial.slick-slide > h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.single-testimonial .designation {
  font-size: 12px;
  font-style: oblique;
  margin-bottom: 5px;
}
.single-testimonial p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------
    20. Price Table area style
---------------------------------*/

.pricing-table {
    background: #f8f8f8 none repeat scroll center center;
    border-top: 4px solid #333;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    list-style: outside none none;
    padding: 40px 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.pricing-table:hover,
.pricing-table.active {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    border-top: 4px solid #03cc85;
}

.pricing-table.active a.button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #03cc85;
    color: #03cc85;
}

.pricing-table .title {
    font-size: 18px;
    text-transform: capitalize;
    background: #efefef;
    padding: 10px 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.pricing-table .price {
    color: #333;
    font-size: 42px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    margin: 20px 0;
}

.pricing-table:hover .price,
.pricing-table.active .price {
    color: #03cc85;
}

.pricing-table li.description {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    margin-bottom: 12px;
    padding-bottom: 16px;
}

.pricing-table .pricing-footer {
    margin-top: 30px;
}

.pricing-table sub {
    font-size: 14px;
    color: #333;
}

/*------------------------
    21. Blog area style
------------------------*/

.blog-post {
    background-color: #f8f8f8;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.blog-post:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.post-content {
  padding: 20px 20px 15px;
}
.post-image>a {
    display: block;
    position: relative;
}
.post-image>a::before {
    background: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-image {
  position: relative;
}
.post-image img {
    width: 100%;
}
.post-header {
  background: #f8f8f8 none repeat scroll 0 0;
  border-radius: 2px 2px 0 0;
  bottom: 0;
  left: 50%;
  padding: 20px 0 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  width: 90%;
}
.post-title {
  color: #333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  transition: all 0.3s ease 0s;
}

.post-title:hover {
    color: #03cc85;
}

.blog-cat {
  overflow: hidden;
  padding-bottom: 5px;
}
.blog-cat li {
  display: inline;
  position: relative;
}
.blog-cat li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #03cc85;
}
.blog-cat li:first-child::before {
    display: none;
}
.blog-cat li + li {
  margin-left: 5px;
  padding-left: 10px;
}
.blog-cat li a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-style: oblique;
}   
.blog-cat li a:hover {
    color: #03cc85;
}
.blog-post-footer {
    overflow: hidden;
}
.blog-post .post-content p {
    text-align: center;
}
.read-more-wrapper {
    float: left;
}

.like-btn.text-right>a {
    color: #03cc85;
    font-size: 18px;
}

.like-btn.text-right>a:hover {
    color: #03cc85;
}


/*-------------------------------------
    22. Single Blog post area style
---------------------------------------*/
.single-blog-post .post-title {
    font-size: 28px;
}

.single-blog-post .blog-cat {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.single-blog-post .post-content {
    padding: 0;
}

.post-thumbnail .slick-dots {
    bottom: 25px;
    right: 30px;
    text-align: right;
}

.slick-dots li button::before {
    color: #fff;
    opacity: 1;
}

.slick-dots li:hover button::before,
.slick-dots li.slick-active button::before {
    color: #03cc85;
}

.post-object-list {
    margin-bottom: 20px;
    padding-left: 30px;
}

.post-object-list li {
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.post-object-list li::before {
    background: #03cc85 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

blockquote {
  background: #f8f8f8 none repeat scroll 0 0;
  border-left: medium none;
  margin-left: 15px;
  padding: 40px 40px 40px 20px;
}

blockquote p {
    font-style: italic;
    padding-left: 30px;
    position: relative;
}

blockquote p::before {
    content: "“";
    display: inline-block;
    font-size: 45px;
    left: 2px;
    position: absolute;
    top: -20px;
    color: #03cc85;
}

.post-content-description-inner {
    margin-bottom: 15px;
}

.post-content-description-inner img {
    width: 100%;
}

.thumbnail-title {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.share-post {
    background: #f8f8f8;
    padding: 15px 20px;
    overflow: hidden;
    margin-top: 30px;
}

.share-post h4 {
    margin-bottom: 0;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.share-site-list {
    float: right;
}

.share-site-list li {
    float: left;
    line-height: 24px;
    margin-left: 15px;
}

.share-site-list li a {
    display: block;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
}

.share-site-list li a:hover {
    color: #03cc85;
}

.blog-comment-section {
    margin-top: 30px;
}

.comment-title {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 8px;
}

.media-list li {
    background: #ffffff;
    padding: 0 0 25px 0;
    margin: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.media-list li.media-replay {
    margin-left: 20px;
}

.media-list li:last-child {
    padding-bottom: 0;
}

.media-left {
    float: left;
    overflow: hidden;
}

.blog-comment-section .media-body {
    margin-top: 0;
    overflow: hidden;
    padding-left: 15px;
}

.media-body h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.media-body h5 a {
    color: #212121;
}

.media-body p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.media-body p span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: unset;
}

.reply-link {
    text-transform: capitalize;
    color: #999;
    font-weight: 500;
    letter-spacing: 1px;
}
.reply-link:hover {
    color: #03cc85;
}
.reply-link i {
    padding-left: 3px;
    position: relative;
    top: 2px;
}

#solomon-comment-form textarea {
    min-height: 240px;
}

.related-post-section {
    margin-top: 30px;
}

.single-widget:nth-child(n+2) {
    margin-top: 50px;
}
.single-widget .widget-title {
    font-size: 18px;
    text-transform: capitalize;
}
.author-thumbnail {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
}
.author-thumbnail img {
    display: block;
    width: 100%;
    transition: all 0.3s linear 0s;
}
.author-content p span {
    font-weight: 600;
    color: #232323;
    text-transform: capitalize;
    font-size: 14px;
}
.author-social-menu {
    overflow: hidden;
}
.author-social-menu li {
    display: inline;
    margin: 0 5px;
}
.author-social-menu li a {
    display: inline-block;
    color: #535353;
    font-size: 16px;
}
.author-social-menu li a:hover {
    color: #03cc85;
}
.single-post-widget {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  overflow: hidden;
}
.single-post-widget:first-child {
    padding-top: 0;
}
.post-widget-thumbnail {
    float: left;
    margin-right: 15px;
}
.single-post-thumbnail img {
  width: 100%;
}
.post-widget-content {
  float: left;
  padding: 17px 0;
  width: calc(100% - 120px);
}
.post-widget-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.post-widget-content h5 a:hover {
    color: #03cc85;
}
.post-widget-content span {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  font-style: italic;
  display: block;
}
.post-widget-content span a {
    color: #232323;
}
.post-widget-content span a:hover {
    color: #03cc85;
}
#search-form {
    position: relative;
}

#search-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 50px;
    letter-spacing: 2px;
    padding: 0 30px;
    width: 100%;
}

#search-form input:focus {
    border-color: #03cc85;
}

#search-form>button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #737272;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#search-form>button:hover {
    color: #03cc85;
}

.post-cat-list {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.post-cat-list>li {
    background: #fff none repeat scroll 0 0;
}

.post-cat-list>li+li {
    margin-top: 10px;
}

.post-cat-list a {
    background: #ddd;
    color: #111;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 2px;
}

.post-cat-list a:hover {
    background: #03cc85;
    color: #ffffff;
}

.post-cat-list>li:last-child a {
    border-bottom: medium none;
}

.post-cat-list>li span {
    float: right;
}

.keywords>a {
    color: #555;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 6px;
    margin-right: 3px;
    text-transform: capitalize;
    font-style: oblique;
}

.keywords>a:hover {
    color: #03cc85;
}

/*----------------------------------
    23. Call to action area style
----------------------------------*/
.call-to-action-content {
    width: 70%;
    margin: 0 auto;
}
.call-to-action-content h3 {
  font-size: 28px;
  text-transform: unset;
}
.call-to-action-content > p {
  margin-bottom: 30px;
  font-weight: 400;
}

/*---------------------------
    24. Client area style
---------------------------*/
.client-area .area-title {
    color: #ffffff;
}
.client-area {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: url("images/background/client.jpg");
    background-size: cover;
}

.client-area::after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.single-client {
    outline: medium none;
}

.single-client-outer {
    display: table;
    height: 150px;
    width: 100%;
}

.single-client-inner {
    display: table-cell;
    vertical-align: middle;
}

.single-client-inner img {
    max-width: 120px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
}

.single-client-inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*--------------------------
    25. Contact area style
--------------------------*/

.contact-area {
    overflow: hidden;
}

.form-control {
  background-color: transparent;
  border-color: #e5e5e5;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 10px 0;
  transition: all 0.3s ease 0s;
}

.form-control:focus {
    border-color: #03cc85;
    outline: 0 none;
    box-shadow: none;
}

textarea {
    resize: vertical;
}

.contact-form textarea {
    min-height: 200px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

#solomon-contact-form button {
    display: block;
}

.contact-send-message {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}


/*-----------------------
    26. Map area style
-------------------------*/

#solomon-map {
    height: 460px;
    width: 100%;
}


/*--------------------------
    27. Footer area style
---------------------------*/

.footer-top-area {
    padding: 70px 0;
    overflow: hidden;
}

.footer-area .footer-logo {
  margin-bottom: 20px;
}

.footer-area .footer-logo a {
    color: #232323;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer-area .footer-logo a span {
    color: #03cc85;
}

.footer-top-area .footer-logo+p {
    margin-bottom: 0;
}

.footer-social-wrapper {
    margin-top: 30px;
}

.footer-social-menu {
    overflow: hidden;
}

.footer-social-menu li {
    display: inline;
}
.footer-social-menu li+li {
    margin-left: 15px;
}
.footer-social-menu li a {
    background: #03cc85 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.footer-social-menu li a:hover {
    background: transparent;
    color: #03cc85;
    border: 1px solid #03cc85;
}

.widget-title {
    display: inline-block;
    color: #333333;
    font-size: 28px;
    margin: 0;
    position: relative;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.widget-title::before {
    content: "";
    background: #03cc85;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
}

.info-menu li {
    margin-top: 15px;
}

.info-menu li span {
    text-transform: capitalize;
}

.info-menu li span i {
    padding-right: 7px;
    color: #03cc85;
}

.info-menu li a:hover {
    color: #03cc85;
}

#instafeed {
    margin: 0 -2.5px;
}

#instafeed a {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0 2.5px;
    width: 33.3333%;
}

#instafeed a:nth-child(n+4) {
    margin-top: 5px;
}

#instafeed a img {
    width: 100%;
}

.footer-bottom-area {
    padding: 30px 0;
    background: #f0f0f0;
    overflow: hidden;
}

.copy-right-info p {
    margin: 0;
}

.copy-right-info p a {
    color: #333;
}

.copy-right-info p a span {
    transition: 0.3s;
    margin: 0 3px;
    letter-spacing: 1px;
    color: #aaa;
}

.copy-right-info p a span:hover {
    color: #03cc85;
}

.footer-menu-link {
    overflow: hidden;
    margin-top: 3px;
}

.footer-menu-link li {
    display: inline;
}

.footer-menu-link li a {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.footer-menu-link li a:hover {
    color: #03cc85;
}

.footer-menu li+li {
    margin-left: 15px;
}

.footer-menu li {
    position: relative;
}

.footer-menu li:first-child::before {
    background: transparent;
}

.footer-menu li::before {
    background: #2D3E50 none repeat scroll 0 0;
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    top: 40%;
    left: -12px;
    transform: translateY(-35%);
}




/*scroll top to button style*/

.to-top-btn {
    background: #03cc85 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 30px;
    color: #ffffff;
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.3s linear 0s;
    visibility: hidden;
    width: 30px;
}

.to-top-btn:focus {
    color: #fff;
}

.to-top-btn.to-top-show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    z-index: 999999;
}

.to-top-btn.to-top-show:hover {
    color: #fff;
    opacity: .75;
}