.inner-intro h1{
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
/*  Padding and Margin Style   ||-----------*/
.padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt{
	padding-top: 120px;
}
.no-padding {
	padding: 0 ;
}
.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px ;
}
.padding-40 {
	padding: 40px ;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0 ;
	padding-right: 0 ;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px ;
	padding-bottom: 0px ;
}
.pt-0 {
	padding-top: 0px ;
}
.pb-0 {
	padding-bottom: 0px ;
}
.pt-25{
	padding-top: 25px ;
}
.pt-30 {
	padding-top: 30px ;
}
.pb-30{
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px ;
}
.mb-0 {
	margin-bottom: 0px ;
}
.ml-0 {
	margin-left: 0px ;
}
.mr-0 {
	margin-right: 0px ;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
    margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
.up-80 {
	margin-top: 50px;
}
.mt-sm-30 {
	margin-top: 30px;
}
.mb-sm-30 {
	margin-bottom: 30px;
}
.float-none-sm {
	float: none ;
}
.float-left-sm {
	float: left ;
}
.float-right-sm {
	float: right ;
}
.pl-sm-0 {
	padding-left: 0 ;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.padding-sm-25 {
	padding: 25px;
}
}
@media (max-width: 767px) {
.text-xs-left {
	text-align: left;
}
.pr-xs-0 {
	padding-right: 0;
}
.pl-xs-0 {
	padding-left: 0;
}
.pr-xs-0 {
	padding-right: 0;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.padding-sm-25 {
	padding: 25px;
}
.pb-xs-30 {
	padding-bottom: 30px;
}
.pt-xs-60 {
	padding-top: 60px;
}
.ptb-xs-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt-xs-40 {
	padding-top: 40px;
}
.pb-xs-40 {
	padding-bottom: 40px;
}
.pb-xs-60 {
	padding-bottom: 60px;
}
.ptb-xs-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ml-xs-0 {
	margin-left: 0;
}
.mtb-xs-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt-xs-0 {
	margin-top: 0px;
}
.mb-xs-0 {
	margin-bottom: 0px;
}
.mtb-xs-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-xs-15 {
	margin-top: 15px;
}
.mb-xs-15 {
	margin-bottom: 15px;
}
.mtb-xs-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-xs-30 {
	margin-top: 30px;
}
.mb-xs-30 {
	margin-bottom: 30px;
}
.float-none-xs {
	float: none ;
}
.float-left-xs {
	float: left ;
}
.float-right-xs {
	float: right ;
}
}
/*  General Style   ||-----------* */
img{
	max-width:100%;
}
.light-color *{
	color:#fff;
}
.top_arrow{
	position: absolute;
    top: -61px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    width: 48px;
    height: 213px;
    background: url(../images/top_line.png) 0 bottom no-repeat;
}
@media (max-width:767px){
	.top_arrow{
		height: 134px;
		top: -25px;
	}
}
.notify {
    position: absolute;
    top: 0;
    right: 9px;
}
.notify .heartbit {
    position: absolute;
    top: -34px;
    right: -17px;
    height: 64px;
    width: 64px;s
    z-index: 10;
    border: 3px solid #b49e39;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.notify .point {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #b49e39;
    position: absolute;
    right: 6px;
    top: -10px
}
@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5
    }
    to {
        -moz-transform: scale(1);
        opacity: 0.0
    }
}
@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0.0
    }
}
.bg_color{
	background-color:#b49e39;
}
.color{
	color:#b49e39;
}
.dark_bg{
	background-color:#152235;
}
.shadow_box {
  box-shadow: 0px 7px 38.18px 7.82px rgba(9, 18, 31, 0.18);
}

/*
* ----------------------------------------------------------------------------------------
* Header And Banner
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/slider.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.particle-bg {
    position: relative;
    height: 100%;
    background: url(../images/slider.jpg);
    background-size: cover;
    z-index: 1;
}

.particle-bg:after {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text h1 {
    color: #fafafa;
    font-size: 80px;
    font-weight: 900;
    text-transform: capitalize;
}

.header-text .home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: -210px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
    font-size: 30px;
}

.header-text .home-arrow-down .fa {
    color: #fafafa;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: home-arrow-down;
    animation-name: home-arrow-down;
    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 home-arrow-down {
    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 home-arrow-down {
    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)";
    }
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 49px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Dancing Script', cursive;
}
.navbar-nav>li>.active {
    color: #b00000;
}
.mainmenu .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.04em;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #e74336;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mainmenu .navbar-nav .active {
    color: #e74336;
}
.mainmenu .navbar-nav li a.clr {
    color: #000 !important;
}
.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #e74336;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*background-color: rgba(31,44,54,0.9);*/
    background-color: rgba(255,255,255,0.9);
    top: 0;
}

.menu-bg .logo {
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #000;
    padding: 10px 12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #e74336;
}


@media only screen and (max-width: 767px){
	.site-header .navbar-collapse {
        opacity: 1;
        visibility: visible;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle {
        margin-top: -26px;
        margin-right: 0;
    }
    .navbar {
        min-height: 0px;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .menu-bg .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .mainmenu .navbar-nav li a:hover {
        color: #ccc;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .menu-bg .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .welcome-image-area,
    .welcome-video-area {
        padding-top: 120px;
    }
    .welcome-image-area h2,
    .single-slide-item h2,
    .welcome-video-area h2 {
        font-size: 20px;
    }
    .header-text h1 {
        font-size: 30px;
    }
.navbar-toggle .icon-bar {
    background: #fff;
}
.header-text h1 {
    font-size: 30px;
}
.welcome-image-area, .welcome-video-area {
    padding-top: 120px;
}
.mainmenu .navbar-nav li a.clr {
    color: #fff !important;
}
}
/*
* ----------------------------------------------------------------------------------------
* DROPDOWN CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.mainmenu ul {
    margin-top: 50px;
    list-style-type: none
}

.mainmenu li ul.sub-menu,
.mainmenu ul li ul.sub-menu li ul.sub-menu {
    background: #000;
    left: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 115%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 120px;
    z-index: 999;
	display:none;
}

.mainmenu ul li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mainmenu ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
}

.mainmenu ul li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    visibility: visible;
}

.mainmenu ul.nav > li ul li:hover ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.mainmenu ul li ul.sub-menu li a {
    color: #fff !important;
    cursor: pointer;
    display: block;
    padding: 8px 10px 12px 20px;
}

.mainmenu ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}

.mainmenu ul li:hover ul.sub-menu li a:hover {
    text-decoration: none;
    background: #333;
    padding: 8px 10px 12px 20px;
}

/*===========ABOUT ==============*/
/*#about{
	position:relative;
}
.skill_label{
	width:49px;
	height:49px;
	border-radius:50%;
	font-size:16px;
	line-height:49px;
	text-align:center;
	background-image:url(../images/bubble_shadow.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	display: inline-block;
    vertical-align: middle;
	margin-right:15px;
}
.skill_point{
	padding:0;
	margin:0;
	list-style:none;
}
.skill_point li{
	display: inline-block;
	width: 48%;
	margin-top:38px;
}*/

/* ============================================
 6. Our Service
 ===============================================*/
/*.our_service {
	background: #f2f2f2;
}
.about__block{
	position:relative;
}
.about__block:after {
	content: '';
	width: 198px;
	height: 198px;
	background: #111d2e;
	position: absolute;
	    top: -37px;
    left: -23px;
	border-radius:50%;
}
.service_icon {
	display: inline-block;
	font-size: 36px;
	vertical-align: middle;

}

.service_details {
	display: inline-block;
	width: calc(100% - 70px);
	vertical-align: middle;
	padding-left: 15px;
}
.about__block-box{
	position:relative;
	z-index: 1;
}
.service_content{
	padding-right: 20px;
}

.line-h:after {
	content: '';
	width: 168px;
	height: 1px;
	background: #19b5fe;
	position: absolute;
	top: 1px;
	left: -55px;
}
.l-left.line-h:after {
	left: 0;
}*/

/*icon hover*/

/*.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}


.hi-icon:before {
	speak: none;
	font-size: 36px;
	line-height: 64px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}*/
/*@media only screen and (max-width: 991px) and (min-width: 768px) {
	.service_box {
		min-height: 395px;
	}
	.service_icon {
		display: block;
	}
	.service_details {
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	.service_details h5 {
		font-size: 14px;
	}
	.hi-icon:before{
		line-height: 27px
	}
}*/
/* ----------------------------------------------------------------
 Services
 -----------------------------------------------------------------*/
 /*#our-services{
	 position:relative;
 }
.feature-bg-box {
	position: relative;
	padding: 30px;
	border-radius: 4px;
}
.feature-bg-box:after {
	content: '';
	width: 137px;
	height: 137px;
	background:rgba(16, 28, 45, 0.8);
	position: absolute;
	bottom:0;
    left:0;
	border-radius:50%;
}
.feature-bg-box:before {
	content: '';
    width: 103px;
    height: 103px;
    background: rgba(16, 28, 45, 0.3);
    position: absolute;
    bottom: 25%;
    left: 179px;
    border-radius: 50%;
}
.desc{
	text-align:left;
	position:relative;
	z-index:1;
}
.gray-bg {
	background: #1d2c41;
}

.feature-bg-box, .feature-bg-box:hover .icon {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.feature-bg-box .icon {
	top:28px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin:0 auto;
	text-align: center;
	border-radius: 50%;
	background:rgba(16,18,45,0.24);
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i {
	color: #fff;
	font-size: 40px;
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i.sub-color {
	color: #fff;
}
.feature-bg-box .title {
	display: inline-block;
	margin-top: 13px;
	position:relative;
	z-index:1;
	padding: 0 20px;
}
.feature-bg-box .title h3{
	line-height:1.3;
}
.circle_box{
	position: absolute;
    top: 8px;
    right: 35px;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    background: rgba(16, 18, 45, 0.11);
}*/
/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
/*.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

.container-filter li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color:#fff;
	background: #111d2e;
}
.container-filter li a:before,
.container-filter li a:after {
	content: '';
	left: 0;
	position: absolute;
	background: #b49e39;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
}
.container-filter li a:before{
	top:-10px;
}
.container-filter li a:after{
	bottom: -10px;
}
.container-filter li a.active,
.container-filter li a:hover {
	
	background: #b49e39;
}
.container-filter li a.active:before {
	width: 100%;
	
}
.container-filter li a.active:before{
	top:-4px;
	opacity: 1;
}
.container-filter li a.active:after{
	bottom: -4px;
	opacity: 1;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display:inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box img{
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}*/
/*.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: -100px;
	left: 0;
	width:100%;
	padding-left:25px;
	color: #fff;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 49%, rgba(0,0,0,0.83) 71%, rgba(0,0,0,0.83) 100%); 
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 49%,rgba(0,0,0,0.83) 71%,rgba(0,0,0,0.83) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 49%,rgba(0,0,0,0.83) 71%,rgba(0,0,0,0.83) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d4000000',GradientType=0 ); 
}
.item-box .gallery-heading {
	bottom: 0;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 220px;
	width:220px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
	opacity: 0;
	background:#9f8614;
	color:#fff;
	display:table;
	text-align:center;
	
}
.link-zoom__text{
	display:table-cell;
	vertical-align:middle;
	font-weight: 300;
}
.link-zoom h4{
	 margin-bottom: 20px;
	font-weight:600;
	font-size:30px;
}
.link-zoom:hover{
	color:#fff;
}

.link-zoom span{
	display:block;
	font-family: 'Montserrat', sans-serif;
}
.project_status{
	font-size:20px;
}
.project_status{
	font-size:15px;
}
.item-box:hover .link-zoom {
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #daa106;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background: #daa106;
}
.item-box a {
	display: inline-block
}

.item-box >a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}*/
/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

/*.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}

.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;

}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}


.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after, .nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}
.nf-col-4 .w2x {
    width: 50%;
}
.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}

	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}

@media (max-width: 767px) {

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, .nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}

	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}

	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}*/

/*@media (max-width: 480px) {

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}*/

/*========Tetstimonial==========*/
/*#testimonial{
	position:relative;
}
.light-dark{
	background: #121e2f;
}
.float-right {
    float: right;
}

.testimonial{
	min-height:480px;	
	padding:10px;
	margin-left: -119px;
	margin-top: 70px;
	display: table;
	background: #b49e39;
}
.block-line{
	    background: #121e2f;
    padding:20px 40px 20px 130px;
    display: table-cell;
	vertical-align:middle;
}*/
/*@media (max-width:767px){
	.block-line{
		padding:30px;
	}
	.testimonial{
		margin-left:0;
	}
}*/
/*.shadow_box1 {
    box-shadow: 0px 11px 20px 5px rgba(9, 18, 31, 0.89);
}
.block-line p{
	line-height: 1.8;
    font-style: italic;
}
.z-index{
	z-index:1;
}
.sub-title{
	display:block;
}*/
/*.owl-prev,.owl-next{
	width: 50px;
    height: 35px;
	line-height:34px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: #b49e39;
    font-size: 29px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 14px 20px 2px rgba(0, 0, 0, 0.46);
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	
}
.owl-prev:hover,.owl-next:hover{
	box-shadow:0px 18px 20px 6px rgba(0, 0, 0, 0.41);
}
.owl-prev{
	left:0;
}
.owl-next{
	right:0;
}*/
/*========Contact==========*/
/*#contact-section{
	position:relative;
	padding-top:120px;
}
#contact-section:before {
    content: '';
    width: 100%;
    height: 100px;
    background: #152235;
    position: absolute;
    bottom:0;
    left:0;
}
.map {
	width: 100%;
	height: 478px;
}
#map {
	height: 100%;
}
.gmnoprint {
    display: none;
}
#success {
	display: none;
	position: absolute;
	top: -76px;
	left: 0;
	width: 100%
}
.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.dark-translucent-bg {
	background-color: rgba(0,0,0,.4);
}
.contact-form {
	position: relative;
	background: #1d2c41;
	text-align: center;
  box-shadow: 0px 7px 38.18px 7.82px rgba(9, 18, 31, 0.18);
  display: inline-block;
    width: 100%;
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid transparent;
	margin-bottom: 0;
	font-size: 14px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus{
	    box-shadow: none;
    outline: none;;
}
form .error {
	border-color: #e1534f !important;
}
.contact-form textarea {
	height: 138px;
	padding: 12px 15px;
	background:#152335;
	resize:none;
}
.contact-form input[type="text"], .contact-form .input-sm {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	background:#152335;
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
}
.reservation-form input[type="text"], .reservation-form .input-sm {
	padding: 0 15px 0 45px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus, .contact-form .input-sm:focus {
	border: 1px solid #a99364;
}
.form-field {
	position: relative;
}
.form-field i {
	position: absolute;
	bottom: 11px;
	left: 14px;
	font-size: 23px;
	color: #a99364;
	pointer-events: none;
}
.i-block {
	display: inline-block;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
}
.contact .icon-circle {
	border: 1px solid #a99364;
	color: #a99364;
}
.mapmarker .ion-ios-location {
	color: #a99364;
	font-size: 50px;
}
.form-full {
	width: 100%;
}*/
.btn{
  border-radius:20px;
  background-color: rgb(180, 158, 57);
  /*box-shadow: -1px 7px 19px 6.8px rgba(9, 18, 31, 0.52);*/
	color:#fff;
  width: 139px;
  height: 40px;
      -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
line-height: 24px;

}
.btn:hover{
    background-color: rgb(30, 42, 52);
	/*box-shadow: 1px 13px 19px 7px rgba(9, 18, 31, 0.31);*/
}
.btn:focus{
    background-color: rgb(30, 42, 52);
	/*box-shadow: 1px 13px 19px 7px rgba(9, 18, 31, 0.31);*/
	outline:none;
}
.btn:active, .btn:active:focus {
    background-color: rgb(30, 42, 52);
    outline:none;
    /*box-shadow: 2px 0px 15px 2px rgba(9, 18, 31, 0.31));*/
}
/*=========Footer Section======*/
/*#footer{
	background: #152235;
}*/
/*@media (max-width:991px){
	#footer,
	.phone__no,
	.email__id{
	text-align:center;
	}
}*/
/*.phone__no a{
	font-size:20px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	display:inline-block;
	line-height:1.5;
}
.email__id a{
	font-size:15px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	display:inline-block;
	line-height:1.5;
}
.email__id a:after{
	 content: '';
    width: 100%;
    height:1px;
    background:rgb(180, 158, 57);
	display:block;
}
.footer-logo__block img{
	display:inline-block;
}
#footer .share-link {
	padding:30px 0 0;
	margin: 0;
	list-style: none;
}
#footer .share-link li {
display: inline-block;
}
#footer .share-link a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background:#0a121e;
	display: block;
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
#footer .share-link a:hover {
	color: #fff;
	box-shadow:1px 4px 17px 2px rgba(0, 0, 0, 0.46);

}
#work{
	position:relative;
}
/**
 * ================================
 * Preloader Style
 * ================================
 */
/*.loader-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
}
.loader-wrapper {
    background: #152235;
}
.ball-scale-multiple > div {
    background-color: #b49e39;
}
.loader-wrapper .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0) ;
  -moz-transform: translate3d(-50%, 50%, 0) ;
  -ms-transform: translate3d(-50%, 50%, 0) ;
  -o-transform: translate3d(-50%, 50%, 0) ;
  transform: translate3d(-50%, 50%, 0) ;
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px) ;
  -moz-transform: translateY(-30px) ;
  -ms-transform: translateY(-30px) ;
  -o-transform: translateY(-30px) ;
  transform: translateY(-30px) ;
}
.ball-scale-multiple > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0) ;
    -moz-transform: scale(0) ;
    -ms-transform: scale(0) ;
    -o-transform: scale(0) ;
    transform: scale(0) ;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) ;
    -moz-transform: scale(1) ;
    -ms-transform: scale(1) ;
    -o-transform: scale(1) ;
    transform: scale(1) ;
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0) ;
    -moz-transform: scale(0) ;
    -ms-transform: scale(0) ;
    -o-transform: scale(0) ;
    transform: scale(0) ;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) ;
    -moz-transform: scale(1) ;
    -ms-transform: scale(1) ;
    -o-transform: scale(1) ;
    transform: scale(1) ;
    opacity: 0;
  }
}*/
/*Index Youtube*/
/*.full-screen-intro h1,.full-screen-intro h5{
	color:#fff;
}
.full-screen-intro .btn{
	box-shadow: none;
}
.bg-img29 {
    background-image: url(../images/29.jpg);
}
.full-screen-intro {
	overflow: hidden;
	position: relative;
}
.full-screen-intro:after {
	content:'';
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 9;
    background:rgba(0, 0, 0, 0.63);
}
.content-cap-wraper {
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.full-cap-wraper {
	display: table;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}
.content-caption {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.content-wd650 {
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.cont-h-100per {
	height: 100%;
}
.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}*/


/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	height: 500px;
	background: url(../images/slider1.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-text{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
   		z-index: 9999;
   		width: 62%;
   		padding: 0 30px;
	}
.banner-text .caption  {
		position: static !important;
		max-width: none !important;
        text-align: left;
	
	}
.banner-text .caption  .paragraph-s{
	padding:10px 0;
	margin: 0;
    text-align: left;
    margin-bottom: 30px;
}
.banner-text .caption .btn{
	margin: 20px 5px 0;
    z-index: 8;
    white-space: nowrap;
    line-height: 21px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    background-color: rgb(126, 1, 2);
    border-radius: 45px;
    cursor: pointer;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    margin: 0px;
    padding: 10px 19px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    border-width: 0px;
    text-align: center;
}
.banner-text .caption .btn:hover {
    background-color: rgb(30, 42, 52);
}	
.main-banner .banner-text h2 {
	font-size: 42px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: 1.3;
}
.main-banner .banner-text p {
	font-family: 'Lora', serif;
	font-style: italic;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}

.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .tp-mask-wrap {
	height: auto;
}

.main-banner .more-btn {
	background: #19b5fe;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #ffaf36;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(49,61,77,.4);
	content: '';
}
@media (max-width: 991px) {

	.paragraph-s {
		line-height: 1.6;
		font-size: 14px;
		margin-top: 10px;
	}
	.caption .btn-text {
		margin-top: 20px;
	}
}
@media (max-width: 580px) {
	.hero{
		padding-top: 0px;
	}
}
@media (max-width: 580px) {
	.caption h2 {
		font-size: 30px;
		    margin-bottom: 20px;
	}
	.caption .btn-text {
		margin-top: 30px;
	}
    .font-sb {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
	.caption {
		max-width: 320px !important;
		width: 100%;
		padding: 0 10px;
		white-space: normal;
	}
	.paragraph-s {
		line-height: 1.6;
		font-size: 14px;
		margin-top: 70px;
	}
	.caption .btn {
		margin-top: 120px;
	}
	.caption .btn:last-child {
		margin-top: 10px;
	}
    .caption h2 {
        margin-bottom: 10px;
    }
    .font-sb {
        font-size: 30px !important;
        margin-bottom: 10px;
    }
}