/*-----------------------------------------------------------------------------------

    Template Name: Piku
    Template URI: http://x7info.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://x7info.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	1. Theme Default CSS (body, link color, section etc)
	2.Basic Margin Padding
	3.Header-area
	4.Slider-area
	5.About-area
	6.video-area
	7.Service-area
	8.Work-area
	9.Call-to-area
	10.Team-area
	11.Testimonial-area
	12.Skill-area
	13.Price-Area
	14.Blog-Area
	15.Callto-Area
	16.Contact-Area
	17.Footer-Area
	18.Other-css


-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,600,700,800');
html, body {height: 100%;font-family: 'Raleway';}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px none;text-decoration:none;}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {
	color: #777;
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Raleway', sans-serif;
  font-weight:600;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
.input-group.divcenter.input-group .form-control { padding-left: 0px }

.clear{clear:both}
body {}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.height-100vh {
    height: 100vh;
}
.table,
.table-cell {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.relative {
    position: relative
}
/*colored background*/
.default-bg{
	background:#f6eb0f;
}
.white-bg {
    background: #fff;
}
.gray-bg {
    background: #F1F1F1 ;
}
.bg-dark {
    background-color: #1e2127 ;
}
.bg-yellow {
    background-color: #f6eb0f ;
}
.bg-black {
    background-color: #000 ;
}
.bg-dark-gray {
    background-color: #252830 ;
}
/*colored text*/

.white-text {
    color: #fff;
}
.black-text {
    color: #000;
}
.gray-text {
    color: #7a7a7a
}
.dp-gray-text {
    color: #535353
}

i {
    color: #666666;
    transition: all .3s ease 0s;
}
/*----------------------------------
 2.Basic Margin Padding
-----------------------------------*/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
Margin top
*************************/

.mt-0 {
    margin-top: 0
}
.mt-10 {
    margin-top: 10px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}
.mt-70 {
    margin-top: 70px
}
.mt-80 {
    margin-top: 80px
}
.mt-90 {
    margin-top: 90px
}
.mt-100 {
    margin-top: 100px
}
.mt-110 {
    margin-top: 110px
}
.mt-120 {
    margin-top: 120px
}
.mt-130 {
    margin-top: 130px
}
.mt-140 {
    margin-top: 140px
}
.mt-150 {
    margin-top: 150px
}
/*************************
      Margin right
*************************/

.mr-0 {
    margin-right: 0px
}
.mr-10 {
    margin-right: 10px
}
.mr-15 {
    margin-right: 15px
}
.mr-20 {
    margin-right: 20px
}
.mr-30 {
    margin-right: 30px
}
.mr-40 {
    margin-right: 40px
}
.mr-50 {
    margin-right: 50px
}
.mr-60 {
    margin-right: 60px
}
.mr-70 {
    margin-right: 70px
}
.mr-80 {
    margin-right: 80px
}
.mr-90 {
    margin-right: 90px
}
.mr-100 {
    margin-right: 100px
}
.mr-110 {
    margin-right: 110px
}
.mr-120 {
    margin-right: 120px
}
.mr-130 {
    margin-right: 130px
}
.mr-140 {
    margin-right: 140px
}
.mr-150 {
    margin-right: 150px
}
/*************************
      Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
.mb-110 {
    margin-bottom: 110px
}
.mb-120 {
    margin-bottom: 120px
}
.mb-130 {
    margin-bottom: 130px
}
.mb-140 {
    margin-bottom: 140px
}
.mb-150 {
    margin-bottom: 150px
}
/*************************
        Margin left
*************************/

.ml-0 {
    margin-left: 0
}
.ml-10 {
    margin-left: 10px
}
.ml-15 {
    margin-left: 15px
}
.ml-20 {
    margin-left: 20px
}
.ml-30 {
    margin-left: 30px
}
.ml-40 {
    margin-left: 40px
}
.ml-50 {
    margin-left: 50px
}
.ml-60 {
    margin-left: 60px
}
.ml-70 {
    margin-left: 70px
}
.ml-80 {
    margin-left: 80px
}
.ml-90 {
    margin-left: 90px
}
.ml-100 {
    margin-left: 100px
}
.ml-110 {
    margin-left: 110px
}
.ml-120 {
    margin-left: 120px
}
.ml-130 {
    margin-left: 130px
}
.ml-140 {
    margin-left: 140px
}
.ml-150 {
    margin-left: 150px
}
/*************************
        Padding top
*************************/

.pt-0 {
    padding-top: 0
}
.pt-10 {
    padding-top: 10px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-30 {
    padding-top: 30px
}
.pt-40 {
    padding-top: 40px
}
.pt-50 {
    padding-top: 50px
}
.pt-60 {
    padding-top: 60px
}
.pt-70 {
    padding-top: 70px
}
.pt-80 {
    padding-top: 80px
}
.pt-90 {
    padding-top: 90px
}
.pt-100 {
    padding-top: 100px
}
.pt-110 {
    padding-top: 110px
}
.pt-120 {
    padding-top: 120px
}
.pt-130 {
    padding-top: 130px
}
.pt-140 {
    padding-top: 140px
}
.pt-150 {
    padding-top: 150px
}
/*************************
        Padding right
*************************/

.pr-0 {
    padding-right: 0
}
.pr-10 {
    padding-right: 10px
}
.pr-15 {
    padding-right: 15px
}
.pr-20 {
    padding-right: 20px
}
.pr-30 {
    padding-right: 30px
}
.pr-40 {
    padding-right: 40px
}
.pr-50 {
    padding-right: 50px
}
.pr-60 {
    padding-right: 60px
}
.pr-70 {
    padding-right: 70px
}
.pr-80 {
    padding-right: 80px
}
.pr-90 {
    padding-right: 90px
}
.pr-100 {
    padding-right: 100px
}
.pr-110 {
    padding-right: 110px
}
.pr-120 {
    padding-right: 120px
}
.pr-130 {
    padding-right: 130px
}
.pr-140 {
    padding-right: 140px
}
/*************************
        Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}
.pb-10 {
    padding-bottom: 10px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-110 {
    padding-bottom: 110px
}
.pb-120 {
    padding-bottom: 120px
}
.pb-130 {
    padding-bottom: 130px
}
.pb-140 {
    padding-bottom: 140px
}
.pb-150 {
    padding-bottom: 150px
}
/*************************
        Padding left
*************************/

.pl-0 {
    padding-left: 0
}
.pl-10 {
    padding-left: 10px
}
.pl-15 {
    padding-left: 15px
}
.pl-20 {
    padding-left: 20px
}
.pl-30 {
    padding-left: 30px
}
.pl-40 {
    padding-left: 40px
}
.pl-50 {
    padding-left: 50px
}
.pl-60 {
    padding-left: 60px
}
.pl-70 {
    padding-left: 70px
}
.pl-80 {
    padding-left: 80px
}
.pl-90 {
    padding-left: 90px
}
.pl-100 {
    padding-left: 100px
}
.pl-110 {
    padding-left: 110px
}
.pl-120 {
    padding-left: 120px
}
.pl-130 {
    padding-left: 130px
}
.pl-140 {
    padding-left: 140px
}
.pl-150 {
    padding-left: 150px
}
/***************************
    Page section padding
****************************/

.ptb-0 {
    padding: 0
}
.ptb-10 {
    padding: 10px 0
}
.ptb-20 {
    padding: 20px 0
}
.ptb-30 {
    padding: 30px 0
}
.ptb-40 {
    padding: 40px 0
}
.ptb-50 {
    padding: 50px 0
}
.ptb-60 {
    padding: 60px 0
}
.ptb-70 {
    padding: 70px 0
}
.ptb-80 {
    padding: 80px 0
}
.ptb-90 {
    padding: 90px 0
}
.ptb-100 {
    padding: 100px 0
}
.ptb-110 {
    padding: 110px 0
}
.ptb-120 {
    padding: 120px 0
}
.ptb-130 {
    padding: 130px 0
}
.ptb-140 {
    padding: 140px 0
}
.ptb-150 {
    padding: 150px 0
}
.ptb-200 {
    padding: 200px 0
}
.ptb-250 {
    padding: 250px 0
}
.ptb-300 {
    padding: 300px 0
}

/* bg-img */
.bg-img-1 {
  background: rgba(0, 0, 0, 0) url("../img/slider/1.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.bg-img-2 {
  background: rgba(0, 0, 0, 0) url("../img/video/1.jpg") no-repeat scroll center center / cover ;
}
.bg-img-3 {
  background: rgba(0, 0, 0, 0) url("../img/bg/1.jpg") no-repeat scroll center center / cover ;
}
.bg-img-4 {
  background: rgba(0, 0, 0, 0) url("../img/bg/1.jpg") no-repeat scroll center center / cover ;
}
.slide-1{
  background: rgba(0, 0, 0, 0) url("../img/slider/1.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.slide-2{
  background: rgba(0, 0, 0, 0) url("../img/slider/2.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.slide-3{
  background: rgba(0, 0, 0, 0) url("../img/sc_banner/banner1.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.bg-footer{
  background: rgba(0, 0, 0, 0) url("../img/sc_banner/bg_footer.jpg") no-repeat scroll center center / cover ;

}
/*---------------------------------------
 3.Header-area
---------------------------------------- */
/*-- Navbar Toggle --*/

.logo a h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.logo a{
	display: block;
	margin: 0 auto;
}
.pushmenu a h3{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.logo  {
    text-align: center;

}.logo img{	height:67px;	}

#main-menu.stick {
    background-color: #000;
    padding: 15px 0;
    position: fixed;
    top: 0;
	height:95px;
}
.main-menu li {
    display: inline-block;
    padding-left: 27px;
}
.main-menu li a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: 'Lato', sans-serif;
	display:block;
}
.main-menu {
  padding-top: 4px;
}
.stick .main-menu{
  padding-top: 5px;
}
.main-menu.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
#main-menu {
    left: 0;
    padding: 15px 0;

    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 99;
	background-color: #000;
	height:95px;
}
.main-menu.float-right li:first-child {
    padding-left: 0;
}
.main-menu nav ul li a::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0);
    width: 15px;
    transition: all 0.3s ease 0s;
}
.main-menu nav ul li.active a::before,
.main-menu nav ul li a:hover::before {
    transform: scale(1);
}
.main-slider-area {
  padding-top: 100px;
}
.navbar-toggle {

    color: #f6eb0f;
    border-radius: 0;
    padding: 15px 0;
    text-align: center;
    border: none;
    margin: 0;
	position:absolute;
	right:0;
	top:0;
}
.navbar-toggle i {
    display: block;
    font-size: 28px;
	color: #f6eb0f;
    line-height: 40px;
}
.navbar-toggle i.menu-open {
    display: none;
}
.navbar-toggle.collapsed .menu-open {
    display: block;
}
.navbar-toggle.collapsed .menu-close {
    display: none;
}
.navbar-brand {
	text-align:center;
    padding: 0;
}

/**Push Menu**/
#menu_bars {
  background: transparent none repeat scroll 0 0;
  border-radius: 4px;
  cursor: pointer;
  display: table;
  float: right;
  position: relative;
  right: 10px;
  top: 25px;
  transition: all 300ms linear 0s;
  width: 20px;
  z-index: 1102;
}
#menu_bars.right{
    float:right;
}
#menu_bars.active{
    position:fixed;
    margin-top:0;
    right: 30px;
    border:none;
}
#menu_bars.active span{
    background:#f6eb0f;
}
#menu_bars.active.right{
    padding: 15px;
}
#menu_bars.active span.t1{
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
#menu_bars.active span.t2{
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu_bars.active span.t3{
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
}
#menu_bars span{
    background: #ffffff;
    display: block;
    height:3px;
    width:20px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
#menu_bars:hover span{
background: #f6eb0f;
}
#menu_bars span.t2{
    margin: 3px 0;
}
/*this is the nav*/
.pushmenu-push{
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.pushmenu{
    background: #fff;
    padding:20px 15px;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position:fixed;
    overflow:hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.pushmenu.pushmenu-right{ padding:20px 20px 20px 40px;}
.pushmenu-right{
    right: -270px;
}
.pushmenu-right.pushmenu-open{
    right: 0;
    box-shadow:3px 0 3px 3px #c2c2c2;
}
.pushmenu-push-toleft{
    left: -270px;
}
.push-logo {
  display: block;
  margin-bottom: 30px;
}.push-logo h3 img{	height:45px;}
.pushmenu .push_nav{ width:100%; z-index:100; background:#fff;}
.pushmenu .push_nav li a:hover {
    -webkit-transform: none;
    transform: none;
}
.pushmenu .push_nav > li{
    display:block;
    position:relative;
    -webkit-transform:translate3d(100%, 0px, 0px);
    transform:translate3d(100%, 0px, 0px);
    opacity:0;

}
.pushmenu.pushmenu-open .push_nav > li{
    -webkit-transition-duration:.4s;
    transition-duration:.4s;
    -webkit-transition-property : all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease;
    opacity:1;
}

.pushmenu.pushmenu-open .push_nav > li:first-child{
    -webkit-transition-delay:.1s;
    transition-delay:.1s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(2){
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(3){
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(4){
    -webkit-transition-delay:.4s;
    transition-delay:.4s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(5){
    -webkit-transition-delay:.5s;
    transition-delay:.5s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(6){
    -webkit-transition-delay:.6s;
    transition-delay:.6s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(7){
    -webkit-transition-delay:.7s;
    transition-delay:.7s;
}

.pushmenu .push_nav > li > a{
    display: block;
    color: #000;
    font-size:14px;
    padding:5px;
    margin:0 5px 18px 5px;
    text-transform:uppercase;
    padding-left: 0;
}
.pushmenu .push_nav > li:hover > a{
    padding-left:10px;
	color:#f6eb0f;
}
.pushmenu .social_icon {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
}

.social_icon li {
    display: inline-block;
}
ul.social_icon li a {
    font-size: 15px;
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	background:#fff;
	line-height:40px;
}
ul.social_icon li a:hover{
	background:#f6eb0f;
	color:#fff;
}
ul.social_icon li a:hover i{
	color:#fff;
}


/*----------------------
4.Slider-area
------------------------*/
.slider-area{
	position:relative;
}
.slider-area-4 {
  height: 100vh;
}
.opacity-1::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #000;
  opacity: .6;
}
.slider-area-3::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-text.text-center {
  position: relative;
  z-index: 1;
}
.header-text h2 {
  padding:0px 0px;
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  font-weight:400;
}
.header-text p{
	padding:0px 0px;
	max-width: 50%;
	color:#000;
	margin-bottom:30px;
}
.cd-headline.clip span {
  font-size: 1.4em;
}
.slide-btn {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-weight: 700;
  margin: 0 0px;
  padding: 9px 35px;
  text-transform: uppercase;
  border-radius:20px;
}
.slide-btn:hover{
	background:#f6eb0f;
	color:#fff;
}
.slide-btn.btn-active{
	background:#f6eb0f;
	color:#fff;
}
.slider-active .owl-nav div {
  color: #fff;
  font-size: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index: 111;
  width: 40px;
  height: 40px;
  background: #444;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  background: #f6eb0f;
}
.slider-active .owl-nav div .zmdi.zmdi-chevron-left, .slider-active .owl-nav div .zmdi.zmdi-chevron-right {
  color: #fff;
}

.slider-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.slider-active:hover .owl-nav div.owl-next {
  left: auto;
  right: 60px;
}
.slider-active:hover .owl-nav div {
  left: 60px;
  opacity: 1;
}

/*----------------------
5.About-area
------------------------*/
.section-title{
	margin-bottom:60px;

}
.section-title h2 {
  font-size:50px;

}

.section-title p {
  font-size:14px;
}
.section-content h3 {
  font-size:24px;
  text-transform: uppercase;


}
.section-content p {
  font-size:14px;
  font-weight:normal;
}

.about-icon {
    margin-bottom: 20px;
}
.about-icon i {
    color: #f6eb0f;
    font-size: 40px;
	 transform: scale(1);
}
.about-text h3{
	transition:all .3s;
}
.about-text > p {
  margin: 15px 0 0;
}
.single-about:hover .about-icon i{
	 transform: scale(1.3);
}
.single-about:hover .about-text h3{
	color:#f6eb0f;
}
/*----------------------
6.video-area
------------------------*/
.bg-opacity-1{
	position:relative;
}
.bg-diagonal-1{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 63%, #f6eb0f 63.02%, #f6eb0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 63%,#f6eb0f 63.02%,#f6eb0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#ffffff 63%,#f6eb0f 63.02%,#f6eb0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6eb0f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-diagonal-2{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #000 0%, #000 12%, #f6eb0f 12.02%, #f6eb0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #000 0%,#000 12%,#f6eb0f 12.02%,#f6eb0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #000 0%,#000 12%,#f6eb0f 12.02%,#f6eb0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#f6eb0f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-opacity-1:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	content:"";
}
.video-inner.text-center > h3 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.video-play.mfp-iframe {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
  display:inline-block;
}
.video-play.mfp-iframe i {
  color: #f6eb0f;
  margin-left: 5px;
}
/*----------------------
7.Service-area
------------------------*/
.single-service {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 40px 20px;
  transition: all 400ms ease-in-out 0s;
}
.single-service:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
	transition:all .4s;
}
.service-icon i{
	color:#fff;
}
.service-text > h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
	transition:all .4s;
}
.service-text > p {
    margin-bottom: 0;
}
.single-service:hover .service-icon{
  transform: translateY(-10px);
  color:#f6eb0f;
}
.single-service:hover .service-icon i{
  color:#f6eb0f;
}
.single-service:hover .service-text > h3{
  color:#f6eb0f;
}
/*----------------------
8.Work-area
------------------------*/
.single-portfolio{

}
.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  font-family: "Raleway";
  letter-spacing: 1px;
  margin: 10px 15px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size:12px;

}
.portfolio-menu button::before {
  background: #f6eb0f;
  bottom: -8px;
  content: "";
  height: 2px;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-left-menu button:first-child {
  margin-left: 0;
}
.portfolio-menu button:hover::before, .portfolio-menu button.active::before {
  transform: scaleX(1);
}
.portfolio-img {
  display: block;
  position: relative;
  width:100%;
}
.portfolio-img img{
	width:100%;
	height:320px;
	object-fit: cover;
}
.portfolio-view {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.single-portfolio .img-poppu::before, .single-portfolio .img-poppu::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 1px;
}
.single-portfolio .img-poppu::after {
  height: 1px;
  width: 30px;
}
.single-portfolio .img-poppu {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  height: 60px;
  opacity: 0;
  padding: 5px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(20px);
  width: 60px;
  z-index: 99;
}
.single-portfolio > .portfolio-img::before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.4s ease-in-out 0s;
}
.single-portfolio .portfolio-img::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
}
.single-portfolio:hover .portfolio-img::before {
  opacity: 0.8;
}
.single-portfolio:hover .portfolio-img {
  opacity: 1;
}
.single-portfolio:hover .img-poppu {
  opacity: 1;
  transform: translateY(0px);
}
/*----------------------
9.Call-to-area
------------------------*/
.colto-wrap{}
.colto-wrap h2{
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
}.colto-wrap h2 img{	height:70px;	}
@media (min-width: 992px){
.colto-wrap input{
	width:30%;
	background:transparent;
	border:0px;
	border-bottom: 1px solid #fff;
	color:#fff;
	padding:5px 10px;
	text-align:center;
	margin-top:50px;
	letter-spacing: 2px;

}
}
@media (max-width: 992px){
	.colto-wrap input{
	width:100%;
	background:transparent;
	border:0px;
	border-bottom: 1px solid #fff;
	color:#fff;
	padding:5px 10px;
	text-align:center;
	margin-top:50px;
	letter-spacing: 2px;

}
}
.colto-wrap p{
	color:#fff;
	margin-bottom:0;
}
a.coll-btn {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  padding: 7px 30px;
  text-transform: capitalize;
  transition:all .3s;
}
a.coll-btn:hover{
	background:#f6eb0f;
    border: 1px solid #f6eb0f;
}
/*----------------------
10.Team-area
------------------------*/
.single-team{
	position:relative;
	overflow:hidden;
}
.team-icon {
  left: 0;
  position: absolute;
  top: 0;
  z-index:2;
}
.team-img{
	position:relative;
	overflow:hidden;
}
.team-img img{
	transition:all .4s;
}
.single-team:hover .team-img img {
  transform: scale(1.05);
}
.team-icon li a {
  background: #000000 none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color:#ffffff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transform: perspective(1000px) rotateY(90deg);
  transform-origin: left center 0;
  transition: all 0.4s ease 0s;
  width: 50px;
}
.team-icon li a i{
	color:#fff;
}
.team-img:hover .team-icon ul li a {
  transform: perspective(1000px) rotateY(0deg);
  z-index:22;
}
.team-icon ul li:nth-child(1) a {
  background: #3b5998 none repeat scroll 0 0;
  transition-delay: 0.05s;
}
.team-icon ul li:nth-child(2) a {
  background: #55acee none repeat scroll 0 0;
  transition-delay: 0.09s;
}
.team-icon ul li:nth-child(3) a {
  background: #007bb5 none repeat scroll 0 0;
  transition-delay: 0.14s;
}
.team-icon ul li:nth-child(4) a {
  background: #dd4b39 none repeat scroll 0 0;
  transition-delay: 0.2s;
}
.team-icon ul li:nth-child(5) a {
  background: #bb0000 none repeat scroll 0 0;
  transition-delay: 0.3s;
}

.team-info.text-center {
    padding: 20px 20px 0;
}
.team-info.text-center > p {
    margin: 0;
	margin-top:10px;
}
.team-info.text-center > h3 {
  margin-bottom: 5px;
}
.team-img::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity:0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition:all .4s;
}
.single-team:hover .team-img::before{
	opacity:.5;
}
/*------------------------
11.Testimonial-area
--------------------------*/
.testimonial-area{
	position:relative;
	color:#000;
}
.testimonial-area .section-title {
  margin-bottom: 10px;
}
.single-client .client-img {
  height: 100px;
  margin: 0;
  width: 130px;
}
.single-client .client-img img {
  border-radius: 50%;
  height: 100%;
  margin-top: 0px;
  width: 100%;
  border: 7px solid #f6eb0f;
}
.client-text > span {
	font-size: 42px;
	color: #f6eb0f;
	font-weight:bold;
	margin: 0 10px;
}
.client-text > p {
  color: #000;
  font-size: 14px;
  margin: 0 10px;
}
.section-title.white-text > h3::before {
  background: #fff none repeat scroll 0 0;
}
.client-text > h3 {
    color: #000;
	font-size:14px;
	margin: 20px 10px;
	font-weight:bold;
}
.client-text > h3 > span{
    color: #000;
	font-size:14px;
	margin: 10px;
	font-weight:normal;
}
.client-text > h4 {
    color: #f6eb0f;
}
.testimonial-area .owl-carousel .owl-dot.active {
  background: #f6eb0f none repeat scroll 0 0;
  height: 14px;
  width: 14px;
  border-radius:50%;
}
.testimonial-area .owl-carousel .owl-dot {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    margin: 30px 3px 0px 3px;
    width: 10px;
	  border-radius:50%;
}
.testimonial-area .owl-carousel .owl-dots {
    text-align: center;
	margin-top:20px;
}
/*----------------------
12.Skill-area
------------------------*/
.progress_bar {
  overflow: hidden;
  padding-top: 35px;
}
.progress-bar > span {
  background: #f6eb0f none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-top: -34px;
  padding: 4px 5px;
  position: relative;
}
.progress-bar > span::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.progress-bar > span::before {
    border-top-color: #f6eb0f;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
.progress {
  background-color: #333;
  border-radius: 2px;
  box-shadow: none;
  height: 10px;
  margin-bottom: 85px;
  overflow: visible;
  position: relative;
}
.progress .lead {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -32px;
  z-index: 99;
}
.progress-bar {
    background-color: #f6eb0f;
    box-shadow: color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress:last-child {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    background: #f0f0f0;
    color: #000;
}
.panel-heading {
  border: medium none;
  padding-bottom: 11px;
  padding-top: 11px;
}
.panel-group {
  margin-bottom: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}
.panel-heading .panel-title a[data-toggle="collapse"] {
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  padding: 5px 15px;
  position: relative;
  width: 100%;
  text-transform:capitalize;
}
.panel-heading .panel-title a[data-toggle="collapse"]:hover {
    color: #000;
}

.panel-heading .panel-title a[data-toggle="collapse"]:after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.panel-heading .panel-title a[data-toggle="collapse"].collapsed:after {
    content: "+";
    font-size: 20px;
}
/*------------------------
13.Price-Area
--------------------------*/
.single-price {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 0 60px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.single-price:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
}
.price-title > h4 {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.text-large {
  font-size: 50px;
  font-weight: 500;
}
.price-list li {
  border-bottom: 1px solid #f6f6f6;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-transform:capitalize;
}
.price-list li:last-child {
  border: 0 none;
}
.price-btn {
  margin-top: 20px;
}
.price-btn button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 11px 27px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.price-btn button:hover{
	background:#333;
	color:#fff;
    border: 1px solid #fff;
}
.single-price:hover .price-btn button{
	background:#f6eb0f;
	color:#fff;
    border: 1px solid #fff;
}
.single-price:hover .price-title > h4 {
	color:#fff;
	background:#f6eb0f;
}
.price-dollar {
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  position: relative;
  top: -18px;
}
.single-price.active{
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    transform: translateY(-10px)
}
.single-price.active .price-btn button{
	background:#f6eb0f;
	color:#fff;
    border: 1px solid #fff;
}
.single-price.active .price-title > h4{
	color:#fff;
	background:#f6eb0f;
}

/*------------------------
14.Blog-Area
--------------------------*/
.single-blog{
	transition:all .3s;
	overflow:hidden;
}
.blog-info {
  padding: 24px 20px;
 border: 1px solid #ebebeb;
}

.blog-info h4 a {
    color: #333;
}
.blog-info h4 a:hover{
	color:#f6eb0f;
}
.blog-date span {
    margin-right: 15px;
}
.blog-date span i {
    margin-right: 9px;
}
.blog-info > p {
    margin-top: 10px;
}
.blog-info > a {
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  font-weight: 600;
  padding: 7px 25px;
  text-transform: capitalize;
}
.blog-info > a:hover{
    color: #fff;
	background:#f6eb0f;
    border: 1px solid #f6eb0f;
}
.blog-img{
	overflow:hidden;
}
.blog-img img{
	transition:all .4s;
}
.single-blog:hover .blog-img {
  filter: grayscale(100%);
}
.single-blog:hover .blog-img img{
  transform:scale(1.1);
}
.single-blog:hover{
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
}

.single-blog:hover .blog-info {
  border:1px solid #fff;;
}
/*------------------------
15.Callto-Area
--------------------------*/
.callto-action > h2 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 6px;
}
.callto-btn a {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 5px;
  padding: 12px 25px;
  text-transform: capitalize;
}
.callto-btn a:hover{
	color:#f6eb0f;
}

/*------------------------
  16.Contact-Area
--------------------------*/
.contact-title h3{
  font-size: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
.single-contact {
  margin-top: 0px;
}
.details-contact li i {
    float: left;
    font-size: 18px;
	padding:10px 13px;
	width: 40px;
	border-radius:50%;
	background:#000;
	color:#f6eb0f;
	margin:0px 20px 0px 0px;
}
.details-contact li {
    overflow: hidden;
	margin-bottom:10px;
	font-size:14px;
	line-height: 40px;
}
.contact-sochil-icon {
    margin-top: 35px;
}
.contact-sochil-icon  a {
    border: 1px solid #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 39px;
    margin-right: 8px;
    text-align: center;
	color:#fff;
	display:inline-block;
    width: 40px;
}
.contact-sochil-icon  a i{
color:#fff;
}
.contact-sochil-icon  a:hover{
	background:#f6eb0f;
    border: 1px solid #f6eb0f;
    color:#fff;
}
.contact-sochil-icon  a:hover i{
    color:#fff;
}
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
.contact-form form input {
	border:0px;
	background:transparent;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-left: 0px;
  color:#000;
}
.contact-form form textarea {
  border:0px;
	background:transparent;
  border-bottom: 1px solid #000;
  height: 100px;
  padding-left: 0px;
  color:#000;
}
.cont-submit {
  background: #fff;
	border:0px;
  border-radius: 20px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin-top: 40px;
  padding: 8px 30px;
  text-transform: uppercase;
  transition:all .4s;
}
.cont-submit:hover{
	color:#f6eb0f;
	background:#ffffff;
}
/*------------------------
  17.Footer-Area
--------------------------*/
.contact-sochil-icon.copyright-icon {
  margin: 30px;
  text-align: center;
}
.contact-sochil-icon.copyright-icon a {
  margin: 0;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 18px;
}
.copyright-left.text-left > span {
  margin-top: 11px;
  display: block;
}
/*------------------------
  18.Other-css
--------------------------*/
a#scrollUp {
  bottom: 30px;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 30px;
  background: #f6eb0f;
  color: #fff;
  text-align: center;
  font-size: 30px;
  border-radius: 4px;
}
a#scrollUp i {
  color: #fff;
}
a#scrollUp:hover{
	background:#444;
}

#particles-js {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:1
}
div#preloader {
    background: #000 url("../img/selected_logo_new.png") no-repeat scroll center center;
		background-size:40%;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.logo_absolute{
	width:300px;
	height:auto;
	position:absolute;
	z-index:999;
	text-align:center;
	top:0;
	left:50%;
}
.swiper-container {
        width: 90%;
        height: auto;
		margin: 0px auto;

    }
    .swiper-slide {
        text-align: center;
        font-size: 14px;
        height: auto;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

    }
	.swiper-slide img{
		max-height: 300px;
		max-width:40%;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
	}
	.swiper-slide img:hover{
		-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
		filter: grayscale(0%);
	}
	.line1 {
        width: 120%;

        border-bottom: 1px solid #000;
        -webkit-transform:

            rotate(43deg);
        position: absolute;
		top:400px;
		right:-215px;
        /* top: -20px; */
    }
	.bg-line{
		background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50.2%, rgba(0,0,0,0) 50.4%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 50.2%,rgba(0,0,0,0) 50.4%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 50.2%,rgba(0,0,0,0) 50.4%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
