/********************************************************************
    Template Name: Silicon Personal Portfolio Template
    Created By: themeDream1
    Envato Profile: https://themeforest.net/user/themeDream1
    Website: http://nahartheme.com
    Description: Silicon is Fully Responsive Personal Portfolio Template with awesome features for creative people and company.
    Version: 1

 *********************************************************************/

/*---------------------------------------
CSS Index
----------------------------------------
1. Theme default css
2. Header area style
3. Slider area styles
4. portfolio style
5. Hover style 
6. Sidebar area 
7. Map area
8. Breadcrumb styles 
9. Pagination styles
10. Section title style
11. About area style
12. Service area styles
13. Team
14. Testimonial section
15. Skill section
16. Call to action area
17. Single project
18. Similar Project styles
19. Blog Section
20. Single post
21. Comment form area
22. Contact form validation
23. Footer area style
24. Preloader

----------------------------------------*/

/*-------------------------------------------------------
1. Theme default css
---------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700|Open+Sans:300,400,400i,600,700';
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.img{
 max-width: 100%;
transition: all 0.3s ease-out 0s;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: #ccc;
  text-decoration: none;
}
a,
button {
  outline: medium none;
  color: #000;
}
.uppercase { 
  text-transform: uppercase;
}
.capitalize { 
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  color: #232332;
  margin-top: 0px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li { list-style: none }
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #524f4f;
  margin-bottom: 15px;
}
hr{
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.text-left {
  text-align: left;
}

*::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
/*-------------------------------------------------------
 Background color
---------------------------------------------------------*/
.white-bg { 
	background: #ffffff; 
}
.gray-bg { 
	background: #f6f6f6;
}
.dark-gray {
  background: #BCBCBC;
}
.dark-gray2 {
  background: #717171;
}.footer-area
.gray-lightbg { 
  background: #ccc;
}
.black-bg {
  background: #444;
}
.dark-bg {
  background: #2b2b2b none repeat scroll 0 0
}
.transparent-bg { 
	background: transparent; 
}

.color-schemes {
    position: fixed;
    top: 150px;
    left: -150px;
    padding: 0 0 20px;
    width: 150px;
    z-index: 99999;
    background-color: #fff;
    transition: left 1s ease;
}
.color-schemesz {
    z-index: 1;
}
.color-schemes.show {
    left: 0;
}
.color-handle {
    height: 50px;
    width: 50px;
    position: absolute;
    display: block;
    right: -50px;
    top: 0px;
    z-index: 99;
    text-align: center;
    font-size: 30px;
    padding-top: 7px;
    cursor: pointer;
}
.color-handle i {
    position: absolute;
    left: 15%;
    font-size: 36px;
    cursor: pointer;
    color: #000;
}
.color-schemes {
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.color-plate {
    margin: 20px 10px;
}
.color-plate h5 {
    color: #555;
    letter-spacing: .02em;
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 5px;
}
.color-plate a {
    display: inline-block;
    background-color: #555;
    text-indent: -1000px;
    overflow: hidden;
    height: 30px;
    width: 50px;
    margin: 5px;
}
.color-plate a.single-color {
    display: inline-block;
    background-color: #555;
    text-indent: -1000px;
    overflow: hidden;
    height: 35px;
    width: 35px;
    margin: 1px;
}
.color-plate a {
    border-radius: 50%;
}
.color-plate button {
    margin-left: 5px;
    margin-bottom: 10px;
}
.color-plate .color-button {
    background-color: #00acc1;
    color: #fff;
}
.color-plate a.defaults-color {
    background-color: #ffbf3b;
}
.color-plate a.red-color {
    background-color: #f12938;
}
.color-plate a.purple-color {
    background-color: #7532ff;
}
.color-plate a.sky-color {
    background-color: #00acc1;
}
.color-plate a.green-color {
    background-color: #7aa93c;
}
.color-plate a.blue-color {
    background-color: #67809F;
}


/*-------------------------------------
  Background opacity set
---------------------------------------*/
.bg-opacity-black-10:before, .bg-opacity-black-20:before, 
.bg-opacity-black-30:before, .bg-opacity-black-40:before, 
.bg-opacity-black-50:before, .bg-opacity-black-60:before, 
.bg-opacity-black-70:before, .bg-opacity-black-80:before, 
.bg-opacity-black-90:before, .bg-opacity-white-10:before,  
.bg-opacity-white-20:before, .bg-opacity-white-30:before,  
.bg-opacity-white-40:before, .bg-opacity-white-50:before,  
.bg-opacity-white-60:before, .bg-opacity-white-70:before,  
.bg-opacity-white-80:before, .bg-opacity-white-90:before{
  content: "";
  height: 100%; 
  left: 0; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  z-index: -1; 
 }
.bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1);}
.bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2);}
.bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3);}
.bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4);}
.bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5);}
.bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6);}
.bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7);}
.bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8);}
.bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9);}

.bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1);}
.bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2);}
.bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3);}
.bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4);}
.bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5);}
.bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6);}
.bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7);}
.bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8);}
.bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9);}

/*-------------------------------------
  Background image set
---------------------------------------*/
.bg-1 { background: url(img/bg/1.html);}
.bg-2 { background: url(img/bg/service-bg.jpg);}
.bg-3 { background: url(img/bg/8.jpg);}
.bg-4 { background: url(img/bg/4.jpg);}
.bg-5 { background: url(img/bg/3.jpg);}
.bg-6 { background: url(img/bg/s.jpg);}
.blogbg { background: url(img/blog/bg.jpg);}
.static-dotted-bg {
  background: rgba(0, 0, 0, 0) url("img/slider/1.jpg");
}
.service-bg {
  background: rgba(0, 0, 0, 0) url("img/bg/service.jpg");
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10, .static-dotted-bg, .blogbg, .service-bg {
  background-attachment: fixed; 
  background-clip: initial; 
  background-color: rgba(0, 0, 0, 0); 
  background-origin: initial; 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative; 
  z-index: 0;
}
/*-------------------------------------
  Button 
---------------------------------------*/
.button {
  border: medium none;
  background: #222222;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
}
.button:hover {
  background: #999;
  color: #ffffff;
}
/*----------------------------------------
2. Header area style
------------------------------------------*/
.content {
  position: relative;
}
.transparent-header {
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 99;
  height: 80px;
  background-color: transparent;
}
.single-bg {
  background-color: #444;
}
.silicon-standard-row {
  padding: 100px 0;
}
.intelligent-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  transform: translateY(0%);
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999;
}
.hide-menu {
  transform: translateY(-100%);
}
.intelligent-header-space{
  height: 81px;
}
.header-space-larg{
  height: 180px
}
.header-slider {
  background: transparent;
  display: block;
}
.header-middle-area {
  background: #ffffff none repeat scroll 0 0;
  display: block;
}
.logo {
  padding: 28px 0;
  transition: all 0.3s ease 0s;
}
.white-logo h3 {
  color: #ffffff;
}
.white-logo h3 a:hover {
  color: #ffffff;
}
.logo h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 20px;
  margin: 0;
}
.menu-area {
  position: relative;
}
.main-menu {
  float: right;
}
.main-menu li {
  float: left;
  margin-left: 30px;
  position: relative;
  transition: .3s;
}
.main-menu > li {
  padding: 30px 0;
}
.main-menu li a {
  color: #232332;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
}
.white-menu li a {
  color: #fff !important;
}
.main-menu li:hover > a {
  color: #444;
}
.main-menu li a span {
  font-size: 10px;
  margin-left: 5px;
}
.main-menu li ul li a {
  color: #fff !important;
}
.main-menu li ul {
  background: #222 none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: none;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scale(0.9);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 9999;
}
.main-menu li:hover > ul {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.main-menu li ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  display: block;
  float: none;
  margin: 0;
}
.main-menu li ul li:last-child {
  border-bottom: 0 none;
  margin: 0;
}
.cd-headline.clip b.is-visible {
  color: #00acc1;
}
.image-left-text {
  position: relative;
  bottom: -150px;
  left: 50%;
}
.down-icon .btn {
  font-size: 30px;
}
.down-icon img {
  color: #fafafa;
  width: 16px;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: down-icon;
  animation-name: down-icon;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes down-icon {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes down-icon {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.member-img img {
    width: 100%;
}

.header-sticky {
  border-bottom: 1px solid transparent;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-sticky.sticky {
  transition: .3s;
  background: #292929;
}
.header-sticky.sticky .main-menu > li {
  padding: 5px 0;
}
.header-sticky.sticky .logo {
  padding: 14px 0;
}
.header-sticky.sticky .one-logo a {
  text-transform: uppercase;
  font-size: 22px;
}
.transparent-header.sticky {
  height: 65px;
}
.transparent-header.sticky .one-logo {
  padding-top: 3px;
}
.sticky .header-topone {
  padding: 11px 0px;
}
.one-logo {
  font-size: 26px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.one-logo span {
  padding: 0px 10px;
}

.mainmenu ul {
  float: right;
}
.mainmenu li {
  float: left;
  margin: 0 10px;
}
.mainmenu li a {
  color: #777777;
  display: block;
  line-height: 40px;
  padding: 0 5px;
  position: relative;
  letter-spacing: 0.40px;
}
.mainmenu li a:after {
  background: #ccc none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  -webkit-margin-before: -2px;
  position: absolute;
  bottom: 20%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}
.mainmenu li a:hover,
.mainmenu li.active a {
  color: #000000;
}
.mainmenu li a:hover:after,
.mainmenu li.active a:after {
  width: 100%;
}
/*--------------------
  expand menu
 ------------------- */
.mainmenu-expand {
  height: 100%;
  padding: 30px 0;
  position: fixed;
  right: -100%;
  text-align: center;
  top: 0;
  width: 300px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 99999;
}
.mainmenu-expand.slide_right {
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.right .float-right {
  text-align: right;
  float: right;
}
.expand-menu-open i {
  color: #616161;
  cursor: pointer;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
  float: right;
}
.close-menu {
  color: #999999;
  cursor: pointer;
  font-size: 30px;
  height: 30px;
  left: 5px;
  line-height: 30px;
  position: absolute;
  top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.close-menu:hover {
  color: #ffffff;
}
.menu-logo {
  padding: 20px 0;
}
.menu-logo a img {
  width: 150px;
  height: 150px;
}
.mainmenu-box .expand-nav li a {
  border-top: 1px solid #555555;
  display: block;
  padding: 13px 0;
  color: #fff;
}
.mainmenu-box .expand-nav li a:hover, .mainmenu-box .expand-nav li.active a {
  background: #000000 none repeat scroll 0 0;
}
.mainmenu-box .expand-nav li:last-child a {
  border-bottom: 1px solid #444444;
}
.mainmenu-box ul.icons {
  padding: 0;
  margin: 15px 2px;
  text-align: center;
  display: inline-block;
}
.mainmenu-box ul.icons li {
  float: left;
}
.mainmenu-box ul.icons li a.fa {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 0px 0px 0 12px;
  font-size: 14px;
  background: #fff;
}
.mainmenu-box .icons a.fa:hover {
  color: #2B2B2B;
  background: #fff;
  border: solid 1px #fff;
  overflow: hidden;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/*--------------------
  Sticky menu 
 ---------------------*/
.header-style .top {
  min-height: 141px;
}
.hd-top {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.header-topone {
  position: absolute;
  top: 0;
  width: 100%;.team-icon
  z-index: 9999;
  left: 0;
  padding:20px 0px;
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.bottom-onepage-menu {
  top: 88%;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.header-topone.is-sticky .ptb-50 {
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-topone.is-sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 1px 4px rgba(2, 3, 3, 0.1);
}
.header-topone.is-sticky .one-logo > a {
  font-size: 22px;
  padding-top: 7px;
}
/*-------------------------------
  video  
 -------------------------------*/
.one-video .header-topone {
  background-color: transparent;
}
.one-video .one-logo a {
  color: #fff;
  text-transform: uppercase;
}
.one-video .mainmenu li a:hover, .one-video .mainmenu li.active a {
  color:#fff;
}
.one-video .mainmenu li a {
  color:#fff;
}
.one-video .expand-menu-open i {
  color: #fff;
}
.one-video.sticky .expand-menu-open i {
  color: #000;
}
.one-video.sticky .one-logo > a {
  color: #000;
}
.one-video.sticky .mainmenu li a {
  color: #fff;
}
.one-video.sticky .mainmenu li a:hover, .one-video.sticky .mainmenu li.active a {
  color: #fff;
}
.expand-header .expand-menu-open i {
  color: #fff !important;
}
.expand-header .one-logo a {
  color: #fff !important;
}
.expand-header {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd;
}
/*-------------------------------------------------------
3. Slider area styles
---------------------------------------------------------*/
.slider-area {
  padding: 100px 0 0;
}
.slider-text h1 {
  font-size: 55px;
  font-weight: normal;
  color:#fff;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
}
.slider-text > h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
.slider-text > h3 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
}
.slider-text > a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.slider-text > a i {
  padding-left: 5px;
}
/* slider-title-4 */
.slider-title-4 > a {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.slider-title-4 a.button-hover {
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.5s;
  transition-property: color;
  vertical-align: middle;
}
.slider-title-4 h1 {
  color: #fff;
  padding-top: 10px;
  display: inline-block;
}
.slider-title-4 a.button-hover::before {
  background: #666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  color: #fff;
}
.slider-title-4 > a:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.slider-title-4 > a i {
  padding-left: 5px;
}
.slider-title-4 h4 {
  color: #fff;
}
.slider-area.static-dotted-bg {
  padding: 0;
  height: 100vh;
}
.slider-area.static-dotted-bg .container {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}
.down-icon {
  text-align: center;
  position: absolute;
  bottom: -240px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.down-icon .btn {
  font-size: 30px;
}
.down-icon .fa {
  color: #fafafa;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: down-icon;
  animation-name: down-icon;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes down-icon {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes down-icon {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.midtable {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
/*-------------------------------------------------------
  Slider video
---------------------------------------------------------*/
.single-slider-bg {
  background-position: center center;
  background-size: cover;
  background-image: none;
  position: relative;
  z-index: 1;
  height: 275px;
  background-color: #000;
}
.single-slider-bg::before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*-------------------------------------------------------
  Slider eight
---------------------------------------------------------*/
.slider-title-4 {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 11;
}
.slider-title-4 > span {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.slider-title-4 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
}
.owl-carousel {
  z-index: 9;
}

/* blog slider, tab slider */
.slider-blog .owl-controls .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #999;
  font-size: 25px;
  z-index: 99999;
  height: 50px;
  left: 10px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}

.slider-blog .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: -8px;
}
.slider-blog .owl-controls .owl-nav div.owl-prev {
  left: -8px;
}
.slider-blog:hover .owl-controls .owl-nav div {
  opacity: 1;
  visibility: visible
}
.slider-blog .post-content-inner h3, .mobile-blog .post-content-inner h3 {
  font-size: 17px;
}
.box-blog {
  padding-top: 40px;
}
/* -----------------------------------------
  4. portfolio style
-------------------------------------------- */
.portfolio-container.portfolio-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
#portfolio {
  background: #444;
}
.portfolio-gutter .portfolio-item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.portfolio-item {
  float: left;
}
.portfolio-column-count-4 .portfolio-item {
  width: 25%;
}
.portfolio-item-content {
  overflow: hidden;
  position: relative;
}
.portfolio-filter {
  margin-bottom: 40px;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-filter > li + li {
  margin-left: 30px;
}
.portfolio-filter > li a {
  color: #3a3a3a;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-filter > li.active a,
.portfolio-filter > li a:hover,
.portfolio-cat a:hover{
  color: #fff;
}
.portfolio-filter > li a {
  color: #ccc;
}
.portfolio-description {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  transform: translateY(20px);
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 2;
}
.portfolio-description i {
  color: #fff;
  background: #00acc1;
  padding: 10px;
  margin: 10px 5px;
}
.portfolio-item:hover .portfolio-description{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.portfolio-style-2 .portfolio-description {
  background-color: transparent;
  bottom: auto;
  padding: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.portfolio-style-2 .portfolio-item:hover .portfolio-description {
  opacity: 1;
  transform: translateY(-50%);
  visibility: visible;
}
.portfolio-style-2 .portfolio-description h4 a::before {
  display: none;
}
.portfolio-style-2 .portfolio-description h4 {
  padding-left: 0;
  font-weight: 500;
  transition-duration: 0.3s;
}
.portfolio-style-2 .portfolio-cat {
  overflow: hidden;
  padding-left: 0;
  transition-duration: 0.6s;  
}
.portfolio-style-2 .item-thumbnail::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  z-index: 1;
}
.portfolio-style-2 .portfolio-item:hover .item-thumbnail::before{
 opacity: 1;
}
.portfolio-style-2 .portfolio-description h4 a{
  margin: 0 0 5px;
}
.portfolio-style-2 .portfolio-description h4 a:hover, 
.portfolio-style-2 .portfolio-cat a:hover {
  color: #00acc1;
}
.portfolio-style-2 .portfolio-cat {
  font-weight: 400;
}
.portfolio-style-2 .portfolio-description h4 a, 
.portfolio-style-2 .portfolio-cat a {
  color: #fff;
  padding: 0;
}
.portfolio-style-2 .portfolio-cat > li::before {
  color: #fff;
}
.load-more > a {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.load-more > .btn:hover, .load-more > .btn:focus {
  color:#fff;
}
.slider-text > a i {
  padding-left: 5px;
}
.white-text {
  color: #fff !important;
}
.action-btns a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #000;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0px;
  width: 50px;
}
.action-btns a:hover {
  background: #ccc;
}
.portfolio-details {
  margin-top: 80px;
}
.port-slider img{
  position: relative;
}
.item-thumbnail {
  position: relative;
}
.portfolio-item img {
  transition: transform 0.5s ease 0s;
  width: 100%;
}
.portfolio-item:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.portfolio-description h4 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding-left: 20px;
  text-transform: uppercase;
}
.portfolio-description h4 a {
  display: inline-block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  position: relative;
}
.portfolio-item:hover .portfolio-cat,
.portfolio-item:hover .portfolio-description h4{
  opacity: 1;
  transform: translateY(0);
}
.portfolio-cat,
.portfolio-description h4{
  opacity: 0;
  transition: .3s;
  transform: translateY(-10px);
}
.portfolio-cat {
  overflow: hidden;
  padding-left: 20px;
}
.portfolio-cat > li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.portfolio-cat > li::before {
  content: ",";
  position: absolute;
  right: -5px;
}
.portfolio-cat > li:last-child::before {
  content: "";
}
.portfolio-cat > li:last-child{
  margin-right: 0;
}
.portfolio-cat a {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.pagination-area {
  margin-top: 10px;
}
.portfolio-bottom {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.portfolio-bottom h4 {
  font-size: 20px;
  text-transform: capitalize;
}
.portfolio-bottom h6 {
  font-size: 15px;
  text-transform: capitalize;
}
.mosaic-grid {
  width: 66.66% !important;
}
/* ----------------------------------
  5. Hover style
---------------------------------------*/
.hover-style-one li a {
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
.hover-style-one li a::before {
  background: #ddd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.hover-style-one li a:hover::before,
.hover-style-one li.active a::before {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}
.hover-3 {
  position: relative;
}
.hover-3:hover .overlay3 {
  height: 100%;
}
.overlay3 {
  background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
  display: block;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top:0;
  transition: all 0.9s ease 0s;
  width: 100%;
  z-index: 20;
}
.overlay3 i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  height: 50px;
  left: 50%;
  line-height: 49px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 50px;
}
.overlay3 i:hover {
  background-color: #ccc;
  transition: 1s;
  border: 1px solid #ccc;
}
.overlay1 i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 49px;
  opacity: 1;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 50px;
}
.overlay1 i:hover {
  background-color: #ccc;
  transition: 1s;
  border: 1px solid #ccc;
}

/* ------------------------------
  6. Sidebar area
---------------------------------*/
.widget-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}
.tags a {
  border: 1px solid #e5e5e5;
  color: #717171;
  display: inline-block;
  font-size: 11px;
  height: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  margin: 2px 1px;
  padding: 0 10px;
  text-transform: uppercase;
}
.tags a:hover{
  background: #333;
  border: 1px solid #999;
  color: #fff;
}
.post-cat-list > li {
  border-bottom: 1px solid #e5e5e5;
}
.post-cat-list > li a {
  color: #666;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}
.post-cat-list a:hover {
  color: #999;
}
.post-cat-list > li:last-child {
  border: medium none;
}
.post-cat-list > li:last-child a {
  margin: 0;
  padding-bottom: 0;
}
.post-cat-list a span {
  float: right;
}
.search-widget button {
  border-left: medium none;
  background: #333;
  color: #fff;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  margin-left: -4px;
  padding: 0 10px;
  position: relative;
  top: 2px;
  transition: .3s;
}
.search-widget button:hover {
  background: #000;
  color: #fff;
  border-left: medium none;
}
.widget-single-post img {
  display: inline-block;
  float: left;
}
.widget-post-content {
  float: left;
  margin-top: 20px;
  padding-left: 15px;
  width: calc(100% - 80px);
}
.widget-single-post {
  margin-bottom: 20px;
}
.widget-post-content > h4 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.widget-post-content > p {
  font-size: 11px;
  text-transform: capitalize;
}
.widget-search {
  padding-top: 0px !important;
}
/* ------------------------------
  7. Map area
---------------------------------*/
#silicon-map {
  height: 460px;
  width: 100%;
}
/* ------------------------------
  8. Breadcrumb styles 
---------------------------------*/
.page-cat {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.breadcrumb-list > li {
  float: left;
  margin-right: 20px;
  position: relative;
}
.text-center .breadcrumb-list > li {
  display: inline-block;
  float: none;
  margin: 0 10px;
  position: relative;
}
.breadcrumb-list > li::before {
  bottom: -1px;
  content: "/";
  position: absolute;
  right: -11px;
}
.breadcrumb-list li a {
  color: #555;
}
.breadcrumb-list li:last-child{
  color: #ccc;
}
.breadcrumb-list li:last-child:before{
  display: none;
}

/* ------------------------------
  9. Pagination styles
---------------------------------*/
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0 0;
  padding-left: 0;
}
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0 5px;
  color: #333;
  float: left;
  height: 45px;
  line-height: 45px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 45px;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
  border-radius: 0 5px;
  margin-left: 0;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
  border-radius: 0 5px;
  margin-right: 0;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
  background-color: #999;
  border: 1px solid transparent;
  color: #fff;
  z-index: 2;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
  background-color: #464646;
  border: 1px solid transparent;
  color: #fff;
  cursor: not-allowed;
}
/*----------------------------------------
  10. Section title style
-----------------------------------------*/
.area-heading-style-two {
  padding: 0px 0px 50px 0px;
}
.text-left.area-heading-style-two {
  margin-left: 0;
  text-align: left;
  width: 60%;
}
.text-right.area-heading-style-two {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  width: 60%;
}
.area-heading.area-heading-style-two p {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  text-transform: none;
}
.area-heading-style-two .area-title {
  margin-bottom: 45px;
}
.title-bottom-line-one .area-title {
  margin-bottom: 30px;
}
.area-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 30px;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}

/*----------------------------------------
  11. About area style
-----------------------------------------*/
.silicon-standard-row.bg-1 {
  background: rgba(0, 0, 0, 0) url("img/bg/3.jpg") repeat fixed center center;
  padding: 200px 0;
}
.about-bottom {
  padding-bottom: 100px;
}
.about-me {
  padding-top: 100px;
  background-color: #454C57;
}
.about-area {
  background: #454C57;
}
.about-heading h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
}
.about-heading p {
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

.about-text h5 {
  padding-bottom: 20px;
  padding-top: 10px;
}

/*----------------------------------------
  12. Service area styles
-----------------------------------------*/
.service-header h3 {
  font-size: 17px;
  font-weight: 400;
}
.service-header i {
  display: inline-block;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 20px;
}
.single-service > p {
  font-size: 13px;
  margin: 0;
}
.col-md-4.col-sm-6:nth-child(-n+3) .single-service {
  margin-bottom: 50px;
}
.single-service {
  padding: 0 50px;
  text-align: center;
  background-color: #fff;
}
.service-header i {
  color: #555;
  display: inline-block;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 20px;
  transition: .3s;
}
.camel-box .box-single:hover {
  box-shadow:0 25px 45px rgba(0, 0, 0, 0.15);
  /* transform: translateY(-10px); */
}
.camel-box .box-single {
  transition: all 0.6s ease 0s;
}
.box-single .service-header i {
  font-size: 25px;
  border: 1px solid #e6e6e6;
  padding: 11px;
  border-radius: 50%;
}
.single-service:hover .service-header i{
  color: #999;
}
.box-single:hover .service-header i{
  color: #fff;
  background-color: #444;
  transition: 1s;
}
.gray-bg.service-style-2 .single-service {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  padding: 50px;
  transition: all 0.3s ease 0s;
}
.white-bg.service-style-2 .single-service {
  border: 1px solid transparent;
  padding: 50px;
  transition: all 0.3s ease 0s;
}
.service-style-2 .col-md-4.col-sm-6:nth-child(-n+3) .single-service {
  margin-bottom: 30px;
}
.service-style-2 .service-header i {
  font-size: 25px;
}
.white-bg.service-style-2 .single-service:hover,
.gray-bg.service-style-2 .single-service:hover {
  box-shadow: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service-style-2 .box-single {
  border: 1px solid #e6e6e6;
  padding: 50px 50px;
  margin-bottom: 30px;
}
.left-service .service-header i {
  background-color: #e6e6e6;
}

/*************************************
    13. Team 
 **************************************/
 .team-area {
  background-color: #454C57;
 }
.team-img img {
    width: 100%;
}
.team-all {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.team-img img {
  width: 100%;
}
.team-all {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.team-img {
  position: relative;
}
.team-img > a::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.team-all:hover a::before {
  opacity: 0.3;
  visibility: visible;
}
.team-icon {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.team-all:hover .team-icon {
  opacity: 1;
  right: 0;
}
.team-single > ul {
    padding-top: 50%;
    padding-left: 14%;
}
.team-single > ul li {
  float: left;
  list-style-type: none;
}
.team-single a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.team-single a:hover {
  color: #fff;
}
.team-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor #ddd #ddd;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  box-sizing: border-box;
  padding: 20px 0;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.team-all:hover h3 {
  color: #555;
}
.team-content > h3 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 3px;
}
.team-content > p {
  color: #464646;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0px !important;
}
/*--------------------------------------------------------
  14. Testimonial section
---------------------------------------------------------*/
.testimonial-wrapper blockquote {
  border-left: medium none;
  font-size: 15px;
  margin: 0 0 20px;
  padding: 10px 200px;
}
.single-testimonial {
  text-align: center;
}
.single-testimonial img {
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.client-name {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.client-name span {
  color: #000;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.single-testimonial p:not(.client-name) {
  font-size: 14px;
}
.parallax-testimonial .client-name span {
  color: #fff;
}
.parallax-testimonial p {
  color: #fff;
}
.single-testimonial p {
  color: #fff;
}

/*************************************
    15. Skill section
 **************************************/

.midchart {
  padding-left: 24%;
}
.custom-chart p {
  font-size: 12px;
}
.custom-chart video {
  width: 100%;
}
.cir span {
  color: #000000 !important;
}
.cir {
  top: 5px !important;
  left: 5px !important;
  width: 90px !important;
  height: 90px !important;
}
.custom-title h6 {
  padding-top: 20px;
  color: #fff;
}

/*--------------------------------------
  16. Call to action area
----------------------------------------*/
.call-to-action-area {
  padding: 80px 0;
}
.call-to-text > h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.call-to-text > p {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: unset;
}
.coll-to-btn a {
  float: right;
  margin-top: 6px;
}
/*--------------------------------------
  17. Single project
----------------------------------------*/
.project-meta-wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.single-port-img img {
  width: 100%;
}
.single-port-img {
  margin-bottom: 30px;
}
.single-project-title {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: unset;
}
.portfolio-owner-info ul li {
  color: #666;
  padding: 0px 0px 15px;
}
.portfolio-owner-info ul > li i {
  color: #444;
  font-size: 14px;
  line-height: normal;
  margin-right: 20px;
}
.portfolio-owner-info ul li span {
  color: #444;
  font-weight: 400;
  margin-right: 5px;
  font-size: 14px;
  text-transform: capitalize;
}
h3.owner-text {
  color: #333;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
h3.owner-text::before {
  background-color: #5b5b5b;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50%;
}
.single-portfolio-meta > li {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 0;
  text-transform: uppercase;
}
.single-portfolio-meta ul > li i {
  color: #444;
  font-size: 16px;
  line-height: normal;
  margin-right: 20px;
}
.single-portfolio-meta > li a{
  color: #666;
}
.single-portfolio-meta > li a:hover,
.post-share li a:hover{
  color: #222;
}
.single-portfolio-meta > li:last-child {
  border-bottom: medium none;
}
.single-portfolio-meta li span {
  color: #444;
  display: inline-block;
  font-weight: bold;
}
.single-project-slider .slick-dots {
  bottom: 5px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
}
.single-project-slider .slick-dots li button::before {
  font-size: 12px;
}
.post-navigation {
  color: #999;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-transform: capitalize;
  padding-left: 20px;
}
.next-post {
  float: right;
}
.post-navigation.previous-post {
  float: left;
}
.previous-post i {
  margin-right: 7px;
}
.next-post i{
  margin-left: 7px;
}
.post-navigation-wrapper {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.button-inner-project {
  color: #999;
  font-size: 15px;
}
/*--------------------------------------
  18. Similar Project styles
----------------------------------------*/
.single-related-project {
  padding: 0 15px;
}
.single-related-project .portfolio-cat {
  opacity: 1;
  padding: 0;
  transform: none;
}
.project-slide-image {
  position: relative;
  text-align: center;
}
.project-slide-image a.related-gallery {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-60%) translateX(-60%);
  visibility: hidden;
  width: 45px;
}
.single-related-project:hover .project-slide-image a.related-gallery {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-50%);
}
.project-slide-image img {
  width: 100%;
}
.related-project-description {
  background: #fff none repeat scroll 0 0;
  padding: 15px 20px;
}
.related-project-description > h4 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.area-sub-heading > h4 {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
.area-sub-heading > h4::before {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.area-sub-heading {
  margin-bottom: 50px;
}
.related-project-slider .slick-prev, .related-project-slider .slick-next {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  font-size: 0;
  height: 40px;
  padding: 0;
  position: absolute;
  top: -100px;
  transform: none;
  width: 40px;
  transition: .3s;
}
.related-project-slider .slick-prev:hover, .related-project-slider .slick-next:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid transparent;
}
.related-project-slider .slick-prev {
  left: auto;
  right: 65px;
}
.related-project-slider .slick-next {
  right: 15px;
}
.related-project-slider .slick-prev::before, .related-project-slider .slick-next::before {
  font-size: 13px;
}
.related-project-slider .slick-prev:hover::before, 
.related-project-slider .slick-next:hover::before {
  color: #fff;
}
.project-slide-image {
  overflow: hidden;
}
.project-slide-image::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: calc(100% - 30px);
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 15px;
  transform: translateY(-10px) translateX(-10px);
  transition: all 0.3s ease 0s;
  width: calc(100% - 30px);
}
.single-related-project:hover .project-slide-image::before {
  opacity: 1;
  transform: none;
}
/*--------------------------------------
  19. Blog Section
----------------------------------------*/
.blog-post {
  background-color: #323232;
}
.vimeo-paading {
  padding-top: 27px;
}
.post-thumbnail img {
  width: 100%;
}
.post-content {
  padding: 20px;
}
.meta-info {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.post-thumbnail {
  position: relative;
  overflow: hidden;
}
.post-thumbnail::before {
  background-image: linear-gradient(to top, #484b50 -30%, transparent 90%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  transition: all 0.3s ease 0s;
}
.meta-info a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-content-inner h3 {
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #fff;
}
.post-content-inner p {
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  color: #fff;
}
.read-more-wrapper {
  overflow: hidden;
}
.read-more-wrapper a {
  color: #333;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  position: relative;
  float: left;
}
.read-more-wrapper .read-more:hover::before {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}
.read-more-wrapper .like-count {
  float: right;
  margin-left: 2px;
}
.read-more-wrapper .like-count i {
  font-size: 14px;
  transition: .3s;
}
.read-more-wrapper .like-count i:hover{
  color: #999;
}
.like-count span {
  margin-left: 7px;
  position: relative;
}
.gray-bg .post-content {
  background: #fff;
}
.gray-bg .single-blog-post-area {
  background: #fff none repeat scroll 0 0;
}
.widget-title {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
}
.single-widget {
  margin-bottom: 30px;
  padding: 19px 0px;
}
.search-widget input {
  border: 1px solid #e5e5e5;
  height: 35px;
  padding: 0 15px;
  width: 82%;
}
/*--------------------------------------
  20. Single post
----------------------------------------*/
.single-blog-post-area {
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.single-blog-post-area img {
  width: 100%;
}
.single-blog-post-area .blog-post-title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-blog-post-area ul {
  margin-bottom: 30px;
  padding-left: 15px;
}
.single-blog-post-area li {
  color: #000;
  font-size: 14px;
  list-style: outside none none;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
/*-----------------------------------------
  21. Comment form area
-------------------------------------------*/
.theme-comment-section .media {
  padding: 10px 0 10px 25px;
}
.media-list li:last-child {
  border-bottom: medium none;
  margin: 0;
}
.theme-comment-section {
  background: #fff none repeat scroll 0 0;
  padding: 20px;
}
.c-title {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.theme-comment-section .media-body > p span {
  color: #808080;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.c-title a {
  color: #212121;
  text-transform: uppercase;
}
.media-list li {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 20px;
  transition: .3s;
  position: relative;
}
.media-replay {
  margin-left: 120px;
}
.theme-comment-section .media-body {
  margin-top: 0;
  padding-right: 25px;
}
.reply-link {
  color: #999999;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 15px;
}
.media-left img {
  border: 1px solid #e5e5e5;
}
.media-left, 
.media > .pull-left {
  padding-right: 20px;
}
.comment-form-wrapper {
  margin-top: 60px;
}
.comment-form input {
  border: 1px solid #e5e5e5;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}
.comment-form form {
  background: #ffffff none repeat scroll 0 0;
  padding: 25px;
  overflow: hidden;
}
.clear-fix textarea {
  border: 1px solid #e5e5e5;
  height: 150px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 15px;
  width: 100%;
}
.input-field-wrapper {
  margin: 0 -15px;
}
.input-field.col.s12 > label {
  left: 10px;
}
.my-comment-box.input-field.col.s12 > label {
  top: 30px;
}
.my-comment-box.input-field.col.s12 > label.active {
  top: 50px;
  color: #26A69A;
}
.post-content > h4 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
}
.single-blog-post-area blockquote {
  border-left: 2px solid #e5e5e5;
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 35px 15px;
  overflow: hidden;
  padding: 15px 25px;
}
.inner-image {
  margin-bottom: 30px;
}
pre {
  margin: 0 0 25px;
}
.blog-post-title {
  color: #212121;
  font-size: 19px;
  margin-bottom: 10px;
}
.post-meta {
  color: #808080;
  font-size: 13px;
  margin-bottom: 10px;
}
.post-meta a{
  color: #808080;
}
.post-more-btn {
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  display: inline-block;
  font-family: roboto;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
}
.blog-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  overflow: hidden;
}
.input-field {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.author-description {
  float: left;
  margin-top: 3px;
  padding-left: 15px;
  width: 45%;
}
.author-description > p {
  font-size: 13px;
  margin: 0;
}
.author-description span {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  text-transform: lowercase;
}
.post-meta span {
  border-right: 1px solid #e5e5e5;
  margin-right: 10px;
  padding-right: 10px;
}
.post-meta i {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.post-meta span:last-child{
  border: none;
}
.time {
  display: inline-block;
  margin-bottom: 15px;
}
.time span {
  text-transform: capitalize;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
.time span i {
  margin-right: 6px;
}
.input-field-wrapper input:focus,
.clear-fix textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
  outline: none;
}

/*portfolio share*/
.social-portfolio > li {
  display: inline-block;
}
.social-portfolio > li + li {
  margin-left: 5px;
}
.social-portfolio > li a {
  background: #252525 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  font-size: 11px;
}
.social-portfolio > li a:hover{
  background: #333;
  color: #ccc;
}
.social-portfolio span {
  padding-right: 10px;
}
/*portfolio tab-slider*/
.tab-slider {
  padding-bottom: 100px;
}
.tab-content img {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
/*************************************
    22. Contact form validation
 **************************************/
 .single-contact-option {
  margin-bottom: 100px;
  overflow: hidden;
}
.address-icon {
  border-right: 1px solid #e5e5e5;
  float: left;
  height: 50px;
  line-height: 62px;
  margin-right: 6%;
  text-align: left;
  width: calc(14%);
}
.address-icon i {
  font-size: 30px;
  text-align: center;
}
.address-content > p {
  margin: 0;
}
.address-content {
  float: left;
  width: calc(100% - 20%);
}
.marg-area {
  margin-bottom: 25px;
}
.marg-area input {
  border: medium none;
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 37px;
}
.marg-area input:focus {
  outline: none;
}
.contact-style-two .marg-area input {
  border: 1px solid #e5e5e5;
  margin-bottom: 42px;
  padding: 0 10px;
  height: 42px;
}
.contact-style-two .message-box-area textarea {
  min-height: 210px;
  padding: 10px;
}
.marg-area:last-child input{
  margin-bottom: 0;
}
.message-box-area textarea {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding-left: 10px;
  overflow: auto;
  width: 100%;
  padding: 10px 0 0 10px;
}
.message-box-area textarea:focus {
  outline: none;
}
.message-box-area input {
  float: right;
  margin-top: 15px;
}
.contact-style-three {
  overflow: hidden;
}
.map-area {
  float: left;
  width: 50%;
}
.contact-form-2 {
  float: left;
  width: 50%;
}
.contact-style-three-top .single-contact-option {
  margin-bottom: 0;
  overflow: hidden;
}
.contact-style-two .contact-page-area {
  overflow: hidden;
}
.contact-page-area {
  overflow: hidden;
  position: relative;
}
.silicon-form-send-message {
  bottom: 15px;
  left: 15px;
  margin: 0;
  position: absolute;
}
.silicon-form-send-message.success {
  color: green;
}
.silicon-form-send-message.error {
  color: red;
}
.contact-area h5 {
  color: #000;
}
.contact-area {
  background-color: #454C57;
}
.box {
  color: #ffd133;
  border: 1px solid #242c38;
  background-color: rgba(36,44,56,.3);
  border-radius: 5px;
  box-shadow: 0 2px 3px hsla(0,0%,4%,.1), 0 0 0 1px hsla(0,0%,4%,.1);
  padding: 3rem;
  display: block;
}
.box h3, .box h5 {
  color: #fff;
  text-transform: inherit;
  line-height: 21px;
}
.contact-area .bottom-line div {
  margin: 0;
}
.contact-area .bottom-line div.top {
  margin-bottom: 5px;
}
/* contact form */
.contact-input button.btn {
  border-radius: 0;
  color: #fff;
  background-color: #333;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.follow-text {
  margin-top: 20px;
  margin-bottom: 28px;
}
.send-info input {
  height: 45px;
  padding-left: 20px;
}
.send-info input,
.contact-area textarea {
  font-weight: 300;
  width: 100%;
  margin-bottom: 25px;
  line-height: 26px;
  color: #000;
  padding-left: 10px;
}
.contact-area input::-moz-placeholder,
.contact-area textarea::-moz-placeholder,
.contact-area input::-webkit-input-placeholder,
.contact-area textarea::-webkit-input-placeholder,
.contact-area input::-ms-input-placeholder,
.contact-area textarea::-ms-input-placeholder{
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #000;
}
.contact-area input::-moz-placeholder,
.contact-area textarea::-moz-placeholder{
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #000;
}
/* contact form validate */
.contact_form label.error {
  background: #bb0e0e none repeat scroll 0 0;
  bottom: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 18px;
  margin: 0 15px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
}
.contact_form label.error:after {
  border-color: #bb0e0e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  height: 0;
  left: 94%;
  position: absolute;
  width: 0;
}
.contact_form input.error,
.contact_form  input.valid {
  background-repeat: no-repeat;
  background-position: right;
}
.contact_form input.error {
  background-image: url("img/icons/invalid.png");
}
.contact_form  input.valid {
  background-image: url("img/icons/valid.png");
}
.contact_form label.valid {
  display: none !important;
}
/*contact information */
.cont-info ul li {
  color: #fff;
  padding: 0px 0px 15px;
}
.cont-info ul > li i {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin-right: 20px;
}
.cont-info ul li span {
  color: #fff;
  font-weight: 400;
  margin-right: 5px;
  font-size: 14px;
  text-transform: capitalize;
}
.cont-info .bottom-line {
  margin-bottom: 50px;
}
.cont-info a {
  color: #fff;
  font-size: 14px;
  text-transform: initial;
}
.cont-info a:focus, .cont-info a:hover {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
}
.boxed-sticky.sticky {
  background-color: #fff;
}
/*-------------------------------------
  23. Footer area style
---------------------------------------*/
.footer-logo {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.footer-area {
  padding: 50px 0 40px;
}
.social-bookmark > li {
  display: inline-block;
}
.social-bookmark > li + li {
  margin-left: 5px;
}
.social-bookmark > li .facebook {
  background-color: #3B5998;
}
.social-bookmark > li .twitter {
  background-color: #00ACEE;
}
.social-bookmark > li .linkedin {
  background-color: #3B5998;
}
.social-bookmark > li .youtube {
  background-color: #007bb6;
}
.social-bookmark > li .instagram {
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-bookmark > li .google {
  background-color: #df4a32;
}
.social-bookmark > li a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 36px;
  text-align: center;
  width: 35px;
}
.social-bookmark > li a:hover{
  color: #fff;
}
.footer-menu {
  margin-bottom: 20px;
}
.footer-menu li {
  display: inline-block;
  position: relative;
}
.footer-menu li + li {
  margin-left: 25px;
}
.footer-menu > li + li::before {
  background: #7e7e7e none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  width: 1px;
}
.footer-menu li a {
  color: #7e7e7e;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.gray-text {
  color: #7e7e7e;
}
.footer-menu li a:hover {
  color: #fff;
}
.social-bookmark-wrapper {
  margin-bottom: 18px;
}
.copy-right-info p {
  margin: 0;
}
.to-top-btn {
  background: #393939 none repeat scroll 0 0;
  color: #fff;
  font-size: 17px;
  opacity: 0;
  position: fixed;
  transform: translateY(20px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  bottom: 60px;
  height: 40px;
  right: 15px;
  text-align: center;
  width: 40px;
}
.to-top-btn i {
  line-height: 40px;
}
.to-top-btn:hover{
  color: #ccc;
}
.to-top-btn.to-top-show {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  z-index: 999999;
}
.footer-fun-text h3 + p {
  margin-bottom: 25px;
}
.video-footer {
  position: relative;
}
.copy-right-info a {
  text-transform: capitalize;
  color: #7e7e7e;
}
.copy-right-info a:hover {
  color: #fff;
}
.footer-address {
  float: right;
}
.footer-6 .social-bookmark > li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  height: 35px;
  line-height: 36px;
  text-align: center;
  width: 35px;
  border: 1px solid #ccc;
}
.footer-6 .social-bookmark > li a:hover{
  background: #252525;
  color: #fff;
}
.footer-6 .copy-right-info a {
  color: #fff;
}
.footer-6 .copy-right-info a:hover {
  color: #7e7e7e;
}
/*-------------------------------
  24. Preloader
 -------------------------------*/
/* .theme-preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
.loader-div img {
  width: 300px;
  height: 300px;
  margin-top:10%;
} */

/* .theme-preloader { 
    height: 100vh;
    z-index: 999999999999999999999;
    position: relative;
    left: 0;
    top: 0;
}

.theme-preloader img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

#preloader {
  background: #fff;
  display: table;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

#preloader div {
  display: table-cell;
  vertical-align: middle;
}

#preloader img {
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  display: block;
  height: 300px;
  margin: 0 auto;
  width: 300px;
}

