/* CSS Index 
-----------------------------------
1. Theme default css
2.HEADER 
3.ABOUT
4.SERVICES
5.PROJECT
6.VIDEO
7.OUR TESTIMONIALS
8.OUR BLOG
9.BRAND
10.FOOTER
11.MINI ITEMS
12. SERIVCES 7
13.PROJECT PAGE
14.PROJECT CAROUSOL PAGE
15.PROJECT DETAILS
16.BLOG PAGE
17.BLOG DETAILS PAGE
18.CONTACT PAGE 

*/


/*===========================
    1. Theme default css 
===========================*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:400,500,600,700');

@import url('jquery.fancybox.min.css');
@import url('flaticon.css');

 body {
	font-family: 'poppins', sans-serif;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

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

i,
span,
a{
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #232323;
	margin: 0px;
}

h1 {
	font-size: 60px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #64656a;
	margin: 0px;
    margin-bottom: 10px;
}
ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #64656a;
    margin-bottom: 5px;
}
.sec-title .nav-tabs .nav-item {
    margin-bottom: 5px;
}

.bg_cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*========== All Section Title ==========*/

.section-title{
    position: relative;
    z-index: 1;
}
.section-title h3 {
	font-size: 30px;
	padding-top: 51px;
    padding-bottom: 15px;
    color: #ef7f1a;
}
.section-title h1 {
    font-size: 30px;
    padding-top: 51px;
    padding-bottom: 15px;
    color: #ef7f1a;
}
.section-title span{
    color: #f5f5f5;
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section-title.focus span {
    color: #e4e4e4;
}




.section-title.dark-title h3,
.section-title.dark-title p{
    color: #fff;
}
.section-title.dark-title span{
    color: #212121;
}

.btn-eft .button1 {
    background-color: #34607f !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-top: 5px !important;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 17px !important;
    padding: 7px 16px !important;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
.btn-eft .button {
    background-color: #004A7F;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-top: 5px !important;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 17px !important;
    padding: 7px 16px !important;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #ff7900; -webkit-box-shadow: 0 0 3px #ff7900; }
    50% { background-color: #ef7f1a; -webkit-box-shadow: 0 0 40px #ef7f1a; }
    100% { background-color: #ff7900; -webkit-box-shadow: 0 0 3px #ff7900; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #ff7900; -moz-box-shadow: 0 0 3px #ff7900; } 
    50% { background-color: #ef7f1a; -moz-box-shadow: 0 0 40px #ef7f1a; }
    100% { background-color: #ff7900; -moz-box-shadow: 0 0 3px #ff7900; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #ff7900; box-shadow: 0 0 3px #ff7900; }
    50% { background-color: #ef7f1a; box-shadow: 0 0 40px #ef7f1a; }
    100% { background-color: #ff7900; box-shadow: 0 0 3px #ff7900; }
  }
  
  @keyframes glowing {
    0% { background-color: #ff7900; box-shadow: 0 0 3px #ff7900; }
    50% { background-color: #ef7f1a; box-shadow: 0 0 40px #ef7f1a; }
    100% { background-color: #ff7900; box-shadow: 0 0 3px #ff7900; }
  }

/*===== All Button Style =====*/

.main-btn {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 30px;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	line-height: 40px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 20px;
    min-width: 180px;
    background-color: #7a336c;
}
.main-btn::before {
    position: absolute;
    content: '';
    width: 10%;
    height: 100%;
    background-color: rgb(239, 127, 26);
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.main-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #ff9827;
}

.main-btn:hover {
    color: #232323;
}
.main-btn:hover::before {
    width: 100%;
}

.main-btn.main-btn-d{
    color: #fff;
}

/*===== All PRELOADER Style =====*/

.preloader {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 99999;
	height: 100%;
}

.preloader-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ef7f1a;
  opacity: 0.2;
  -webkit-animation: movein 2s infinite;
  animation: movein 2s infinite;
}

.preloader-squares {
	width: 100px;
	line-height: 19px;
	height: 62px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    background: url(../images/loader.gif) no-repeat scroll center center;
    background-size: 100px 62px;
}

.square {
  opacity: 0.5;
}

.preloader-squares .square:nth-child(1) {
  -webkit-transform: translate(0, -25px);
  transform: translate(0, -25px)
}

.preloader-squares .square:nth-child(2) {
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0)
}

.preloader-squares .square:nth-child(3) {
  -webkit-transform: translate(-25px, 0);
  transform: translate(-25px, 0)
}

.preloader-squares .square:nth-child(4) {
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px)
}

@-webkit-keyframes movein {
  33% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.7;
  }
  66% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.7;
  }
}

@keyframes movein {
  33% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.7;
  }
  66% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.7;
  }
}


/*=====================================================
    2.HEADER css 
=====================================================*/

#header-part{}

/*========== NAVGATION ==========*/

.navigation {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.navigation.sticky {
	position: fixed;
	background: #fff;
    left: 0;
	top: 0;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}

.nav-dark.sticky{
    background-color: #1a1a1a;
    border-bottom: 1px solid #ff9827;
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.navbar{
    padding: 0;
}

.navbar .navbar-toggler{}
.navbar .navbar-toggler .icon-bar{
    width: 30px;
    height: 2px;
    display: block;
    margin: 4px 0;
    background-color: #232323;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.nav-dark.sticky .navbar-toggler .icon-bar{
    background-color: #fff;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1){
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 6px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2){
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3){
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -6px;
}

.sub-nav-toggler {
    display: none;
}


.navbar .navbar-nav{}
.navbar .navbar-nav .nav-item{
    margin-left: 40px;
    position: relative;
}
.navbar .navbar-nav .nav-item:first-child{
    margin-left: 0;
}

.navbar .navbar-nav .nav-item a {
	font-size: 15px;
	font-weight: 600;
	color: #7a336c;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding: 11px 0;
}

.nav-dark .navbar-nav .nav-item a ,
.nav-dark.sticky .navbar-nav .nav-item a {
    color: #fff;
}

.navbar .navbar-nav .nav-item > a.active,
.navbar .navbar-nav .nav-item:hover > a{
    color: #ff9827;
}

.navbar .navbar-nav .nav-item .sub-menu{
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    white-space: nowrap;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(107,107,107,0.25);
    box-shadow: 0px 10px 30px 0px rgba(107,107,107,0.25);
    z-index: 9;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.nav-dark.sticky .navbar-nav .nav-item .sub-menu {
    background-color: #1a1a1a;
}

.navbar .navbar-nav .nav-item:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-nav .nav-item .sub-menu li{}
.navbar .navbar-nav .nav-item .sub-menu li a{
    padding: 10px 30px;
    display: block;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .navbar-nav .nav-item .sub-menu li:hover > a{
    background-color: #232323;
    color: #ff9827;
}
.nav-dark .navbar-nav .nav-item .sub-menu li:hover > a,
.nav-dark.sticky .navbar-nav .nav-item .sub-menu li:hover > a{
    background-color: #ff9827;
    color: #fff;
}

.navigation  .open-time{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.navigation  .open-time .cont{
    padding-left: 10px;
}
.navigation  .open-time .cont p{
    margin-bottom: -4px;
}

.navigation  .open-time .cont span{
    color: #232323;
    font-size: 14px;
    font-weight: 700;
}
.nav-dark.sticky  .open-time .cont span,
.nav-dark.sticky .open-time .cont p{
    color: #fff;
}

.navigation .cart-menu {
	overflow: hidden;
	padding: 12px 0;
}
.navigation .cart-icon {
	float: left;
	margin-left: 3px;
}
.navigation .cart-icon ul li{
    display: inline-block;
    margin-right: 20px;
}
.navigation .cart-icon ul li:last-child{
    margin-right: 0;
}

.navigation .cart-icon ul li a{
    position: relative;
}
.navigation .cart-icon ul li a i{
    font-size: 15px;
    color: #232323;
}
.nav-dark.sticky .cart-icon ul li a i{
    color: #fff;
}

.navigation .cart-icon ul li a span {
	position: absolute;
	right: -10px;
	top: -11px;
	font-size: 14px;
	background-color: #ff9827;
	border-radius: 50%;
	padding: 0px 4px;
	color: #fff;
	line-height: 17px;
}

.navigation .said-menu{
    float: right;
}
.navigation .said-menu a{
    color: #232323;
    font-size: 14px;
}
.nav-dark.sticky .said-menu a{
    color: #fff;
}

.nav-dark .navbar-nav .nav-item .sub-menu{
    background: #1a1a1a;
}
.nav-dark navbar-nav .nav-item .sub-menu li a{}





/*===== index 04 =====*/

.nav-dark-4{}
.nav-dark-4 .navbar .navbar-nav .nav-item{}
.nav-dark-4 .cart-icon ul li a i,
.nav-dark-4 .open-time .cont p,
.nav-dark-4 .open-time .cont span,
.nav-dark-4 .said-menu a,
.nav-dark-4 .navbar .navbar-nav .nav-item a{
    color: #fff;
}

/*===== index 07 =====*/

.navbar-7{
    background-color: #fff;
}

/*===== index 08 =====*/

.navbar-7.nav-dark.nav-dark-4{
    background-color: #1a1a1a;
}


/*========== CANVAS ==========*/

.canvas-menu {
	position: fixed;
	right: 0px;
	width: 360px;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: 99999;
	padding: 30px;
	display: block;
	overflow: auto;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.canvas-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.canvas-menu .button-close a {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	right: 30px;
	top: 33px;
}

.canvas-menu .button-close a .can-icon {
	width: 30px;
	height: 2px;
	display: block;
	background-color: #232323;
	position: relative;
}
.canvas-menu .button-close a .can-icon:nth-of-type(1) {
	top: 18px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.canvas-menu .button-close a .can-icon:nth-of-type(2) {
	top: 16px;
	left: 5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.canvas-menu .contact{}
.canvas-menu .contact li{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.canvas-menu .contact li:last-child{
    margin-bottom: 0;
}

.canvas-menu .contact li .icon i{
    font-size: 16px;
    color: #ff9827;
    margin-top: 4px;
}
.canvas-menu .contact li .cont{
    margin-left: 20px;
}

.canvas-menu .social li{
    display: inline-block;
    margin-right: 10px;
}
.canvas-menu .social li:last-child{
    margin-right: 0;
}

.canvas-menu .social li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #64656a;
    font-size: 18px;
    background-color: rgba(35, 35, 35, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.canvas-menu .social li a:hover{
    color: #ff9827;
    background-color: rgba(255, 152, 39, 0.2);
}

.canvas-menu .canvas-instagram ul li {
	display: inline-block;
	margin: 4px 2px;
}




.footer-contact .contact{}
.footer-contact .contact li{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.footer-contact .contact li:last-child{
    margin-bottom: 0;
}

.footer-contact .contact li .icon i{
    font-size: 16px;
    color: #ff9827;
    margin-top: 4px;
}
.footer-contact .contact li .cont{
    margin-left: 20px;
}

.footer-contact .social li{
    display: inline-block;
    margin-right: 10px;
}
.footer-contact .social li:last-child{
    margin-right: 0;
}

.footer-contact .social li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #64656a;
    font-size: 18px;
    background-color: rgba(35, 35, 35, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-contact .social li a:hover{
    color: #ff9827;
    background-color: rgba(255, 152, 39, 0.2);
}

.footer-contact .canvas-instagram ul li {
    display: inline-block;
    margin: 4px 2px;
}


.footer-caption{
    width: -webkit-fill-available;
    margin: 20px;
}
.footer-caption span{
        border: 1px solid #e8e8e8;
    display: block;
    padding: 18px 20px;
    text-align: center;
    background-color: #fff;
    color: #f7802b;
    font-size: 18px;
    font-style: italic;
}







/*===== index 02 =====*/

.black-bg{
    background-color: #1a1a1a;
}

.canvas-menu.black-bg .button-close a{
    background-color: #1a1a1a;
}
.canvas-menu.black-bg .button-close a .can-icon{
    background-color: #fff;
}

.canvas-menu.black-bg .canvas-text p,
.canvas-menu.black-bg .canvas-contact h4,
.canvas-menu.black-bg .canvas-instagram h4,
.canvas-menu.black-bg .contact li .cont p{
    color: #fff;
}

.canvas-menu.black-bg .social li a{
    background-color: #212121;
}

.canvas-menu.black-bg .social li a:hover{
    color: #ff9827;
    background-color: rgba(255, 152, 39, 0.2);
}




/*========== SLIDER ==========*/

.slider-part {}
.slider-part .singel-slider{
    height: 800px;
}
.slider-part .singel-slider .slider-cont {
	background-color: rgba(128, 68, 115, 0.88);
	padding: 20px;
	position: relative;
}
h5.slider-pro-text{
    text-align: right;
    color: #fff;
    font-size: 20px;
    letter-spacing: 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    text-transform: uppercase;
}
.slider-part .singel-slider .slider-cont h1{
    text-transform: uppercase;
    color: #fff;
    line-height: 72px;
    font-size: 40px;
}
.slider-part .singel-slider .slider-cont h2{
    text-transform: uppercase;
    color: #fff;
    line-height: 72px;
    font-size: 30px;
}

.slider-part .singel-slider .slider-cont a{
    width: 90px;
    height: 60px;
    line-height: 55px;
    background-color: #ff9827;
    color: #fff;
    text-align: center;
    font-size: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider-part .slick-arrow,
.slider-part .slick-arrow {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: rgba(222, 116, 0, 0.8);
    width: 135px;
    height: 75px;
    z-index: 1;
    cursor: pointer;
}
.slider-part .next.slick-arrow::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-part .next.slick-arrow{
	bottom: 75px;
}

.slider-part .slick-arrow{
    font-size: 50px;
    text-align: center;
    color: #fff;
}


/*===== index 02 =====*/

.slider-dark{}
.slider-dark .singel-slider{
    position: relative;
}
.slider-dark .singel-slider::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(26,26,26,1)));
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(26,26,26,1) 100%);
}

/*===== index 03 =====*/

.slider-3{}
.slider-3 .singel-slider .slider-cont {
	background-color: transparent;
    padding: 0; 
	position: relative;
	padding-bottom: 100px;
}
.slider-3 .singel-slider .slider-cont h3 {
	font-size: 35px;
	font-weight: 400;
	-webkit-text-decoration: underline #ff9827;
	text-decoration: underline #ff9827;
}

.slider-3 .slick-arrow {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    right: auto;
    width: 75px;
}
.slider-3 .next.slick-arrow {
	bottom: auto;
	left: auto;
	right: 0;
}
.slider-3 .slick-arrow i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slider-3 .next.slick-arrow::before{
    display: none;
}

/*===== index 04 =====*/

.slider-4-dark {}
.slider-4-dark .singel-slider{
    position: relative;
}
.slider-4-dark .singel-slider::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(26, 26, 26, 0.85);
}
.slider-4-dark .singel-slider .slider-cont h3{
    color: #fff;
}

/*===== index 05 =====*/

.slider-5{}
.slider-5 .singel-slider{
    position: relative;
}
.slider-5 .singel-slider::before{
    content: '';
    position: absolute;
    /*background: rgb(255,255,255);*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));*/
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}
.slider-5 .singel-slider .slider-cont-5{}
.slider-5 .singel-slider .slider-cont-5 h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 55px;
	background: #fff;
	display: inline;
}
.slider-5 .singel-slider .slider-cont-5 ul{
    margin-top: 30px;
}
.slider-5 .singel-slider .slider-cont-5 ul li{
    display: inline-block;
    margin-top: 10px;
    margin-right: 30px;
}
.slider-5 .singel-slider .slider-cont-5 ul li:last-child{
    margin-right: 0;
}

.slider-5 .singel-slider .slider-cont-5 ul li a i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 23px;
    color: #ff9827;
    border: 1px solid #ff9827;
    border-radius: 50%;
    text-align: center;
}
.slider-5 .singel-slider .slider-cont-5 ul li a{}

.slider-5 .slick-arrow,
.slider-5 .slick-arrow{
    color: #925786;
    background-color: #fff;
}
.slider-5 .next.slick-arrow::before{
    background-color: #ff9827;
}

/*===== index 06 =====*/

.slider-6-dark{}

.slider-6-dark .singel-slider::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(26, 26, 26, 0.7);
    z-index: -1;
}
.slider-6-dark .singel-slider .slider-cont-5 h3 {
	background: #1a1a1a;
    color: #fff;
}
.slider-6-dark .slick-arrow, .slick-arrow{
    background-color: #1a1a1a;
}

/*===== index 07 =====*/

.slied-7{}
.slied-7 .slider-cont-5{
    padding-top: 100px;
}
.slied-7 .slider-cont-5 h1{
    text-transform: uppercase;
    padding-bottom: 6px;
}

.slied-7 .slider-cont-5 p{
    font-size: 22px;
    color: #232323;
}

.slied-7.slider-5 .singel-slider::before {
    /*background: rgba(255, 152, 39, 0.8);*/
}

.slied-7 .singel-slider .slider-cont-5 ul li a i{
    border-color: #fff;
    color: #fff;
}
.slied-7 .slider-cont-5 .main-btn::before{
    background-color: rgba(255, 255, 255, 0.15);
}

/*===== index 08 =====*/

.black-bg  .slick-arrow {
	background-color: #1a1a1a;
}

/*===== index 08 =====*/

.slied-9 .singel-slider::before {
	display: none;
}
.slied-9 .slider-cont-5 h1{
    font-size: 50px;
}
.slied-9 .slider-cont-5 p{
    color: #232323;
}


/*=====================================================
    3.ABOUT css 
=====================================================*/

.about-left{}
.about-left > span {
	font-size: 24px;
	color: #ff9827;
	letter-spacing: 10px;
    padding-bottom: 15px;
}
.about-left h2{
    font-size: 20px;
  font-weight: 400;
  padding-bottom: 25px;
  text-align: justify;
  line-height: 35px;
}

.about-left h4{
    font-size: 20px;
    font-weight: 600;
    padding-top: 29px;
    padding-bottom: 20px;
    position: relative;
}
.about-left h4::before{
    position: absolute;
    content: '';
    width: 70px;
    height: 5px;
    background-color: #ff9827;
    top: 0;
    left: 0;
}
.about-left > p{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 45px;
    text-align:justify;
}
.counter-part{}
.counter-part .singel-counter{
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.counter-part .singel-counter:hover{
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}

.counter-part .singel-counter span,
.counter-part .singel-counter p{
    font-size: 22px;
    color: #232323;
}
.counter-part .singel-counter span b{
    font-size: 35px;
    font-weight: 700;
    color: #7a326b;
}
.counter-part .singel-counter p{
    margin-top: -5px;
}

.about-right{
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgb(239, 127, 26);
    position: relative;
}
.about-right::before {
    content: '';
    position: absolute;
    background-image: url(../images/about/dots.jpg);
    background-repeat: repeat-x;
    background-position: bottom right;
    width: 100%;
    height: 280px;
    bottom: 0;
    right: 0;
}
.about-right .title {
	position: relative;
	padding: 0 30px;
	z-index: 1;
}
.about-right .title h2{
    font-size: 50px;
    letter-spacing: 10px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 8px;
    position: relative;
}
.about-right .title h2::before {
	content: '';
	position: absolute;
	width: 75px;
	height: 13px;
	background-color: #ff9827;
	top: 0;
	left: -30px;
}
.about-right .title span {
	font-size: 100px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 28px;
	line-height: 72px;
	z-index: -1;
	color: #f5f5f5;
    padding: 0 30px;
}
.about-right .about-image {
	width: 100% !important;
	position: relative;
	bottom: -30px;
}
.about-right .about-image img {
    width: 100%;
}

/*===== index 02 =====*/

.black-bg{}
.black-bg .about-left h2,
.black-bg .about-left h4,
.black-bg .about-left p,
.black-bg .counter-part .singel-counter span,
.black-bg .counter-part .singel-counter p,
.black-bg .about-right .title h2{
    color: #fff;
}
.black-bg .about-right .title span{
    color: #212121;
}
.black-bg .about-right{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #212121;
}
.black-bg .about-right::before {
    background-image: url(../images/about/dots-dark.jpg);
}

.black-bg .counter-part .singel-counter{
    background-color: #1a1a1a;
}

.black-bg .counter-part .singel-counter:hover{
    background-color: #212121;
}

/*===== index 03 =====*/

.about-3{}
.about-3 h2 {
	padding-bottom: 0;
}

.about-left-3{
    position: relative;
}
.about-left-3 img{
    width: 100%;
}
.about-left-3 .cont{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.about-left-3 .cont h3{
    background-color: #fff;
    font-size: 30px;
    color: #ff9827;
    padding: 20px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.about-right-3 .counter-part{
    border-top: 1px solid #e8e8e8;
}
.about-right-3 p{
    border: 0;
}
.about-right-3 a{}

/*===== index 03 =====*/

.about-5-left h2 {
	font-size: 33px;
	font-weight: 400;
	padding-bottom: 25px;
}
.about-5-left p{
    border-bottom: 0;
    padding-bottom: 0;
}


.about-5-right{
    position: relative;
}
.about-5-right .more-btn-5 {
	background-color: #fff;
	padding: 20px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 165px;
}

.counter-5{
    position: relative;
}
.counter-5::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0;
    left: 0;
    background-color: transparent;
    border-left: 8px solid #ff9827;
    border-top: 8px solid #ff9827;
}
.counter-5::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 50px;
    bottom: 0;
    right: 0;
    background-color: transparent;
    border-right: 8px solid #ff9827;
    border-bottom: 8px solid #ff9827;
}

/*===== index 06 =====*/

.black-bg .about-5-right .more-btn-5{
    background-color: #1a1a1a;
}

/*===== index 09 =====*/

.counter-9.counter-part .singel-counter {
	background-color: transparent;
}
.counter-9.counter-part .singel-counter:hover {
    background-color: #fff;
}

.counter-9.counter-part .singel-counter span b {
	color: #fff;
}
.counter-9.counter-part .singel-counter:hover span b {
    color: #ff9827;
}


/*=====================================================
    4.SERVICES css 
=====================================================*/

#services-part{}

.singel-services{
    background-color: #fff;
    position: relative;
    padding: 55px 25px 30px;
    z-index: 5;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services::before{
    content: '';
    position: absolute;
    width: 0px;
    height: 8px;
    background-color: #ff9827;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-services span {
	position: absolute;
	bottom: -140px;
	right: -95px;
	font-size: 278px;
    color: #f5f5f5;
	z-index: -1;
	-webkit-transform: rotateY(190deg);
	transform: rotateY(190deg);
    opacity: 0.5;
}

.singel-services .icon i{
    font-size: 50px;
    line-height: 50px;
    color: #ef7f1a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-services .cont{
    text-align: justify;
}
.singel-services .cont h5{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 21px;
}
.singel-services .cont p{}

.singel-services:hover{
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}
.singel-services:hover::before{
    width: 70px;
}
.dark-bg .singel-services:hover .icon i,
.singel-services:hover .icon i{
    color: #ff9827;
}

/*===== index 02 =====*/

.dark-bg .singel-services{
    background-color: #1a1a1a;
}
.dark-bg .singel-services .icon i,
.dark-bg .singel-services .cont h5,
.dark-bg .singel-services .cont p{
    color: #fff;
}


.dark-bg .singel-services{}
.dark-bg .singel-services span{
    color: #212121;
}

/*===== index 03 =====*/

#services-part-3{}

.singel-services-3{
    background-color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services-3:hover{
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}

.singel-services-3 .services-thum{
    position: relative;
    padding-right: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.singel-services-3 .services-thum .image{
    position: relative;
    z-index: 2;
}

.singel-services-3 .services-thum .image::before,
.singel-services-3 .services-thum .image::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 58px;
	background-color: #e8e8e9;
	bottom: -10px;
	right: -10px;
	z-index: -1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services-3 .services-thum .image::after {
	bottom: auto;
	top: -38px;
}

.singel-services-3:hover .services-thum .image::before,
.singel-services-3:hover .services-thum .image::after {
    background-color: #ff9827;
}

.singel-services-3 .services-thum .image img{
    width: 100%;
}
.singel-services-3 .services-thum .icon{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.singel-services-3 .services-thum .icon i {
	font-size: 50px;
	line-height: 50px;
	color: #232323;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding: 20px 30px 0;
	background: #fff;
}
.singel-services-3 .services-cont{
    padding: 40px 30px 45px;
}
.singel-services-3 .services-cont h5{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.singel-services-3 .services-cont p{}

.singel-services-3:hover .services-thum .icon i{
    color: #ff9827;
}

/*===== index 04 =====*/

.black-bg{}
.black-bg .singel-services-3 .services-thum .image::before,
.black-bg .singel-services-3 .services-thum .image::after {
    background-color: #2f2f2f;
}
.black-bg .singel-services-3,
.black-bg .singel-services-3 .services-thum .icon i {
    background-color: #1a1a1a;
}
.black-bg .singel-services-3 .services-thum .icon i,
.black-bg .singel-services-3 .services-cont h5,
.black-bg .singel-services-3 .services-cont p{
    color: #fff;
}


.black-bg .singel-services-3:hover .services-thum .image::before,
.black-bg .singel-services-3:hover .services-thum .image::after {
    background-color: #ff9827;
}

.black-bg .singel-services-3:hover .services-thum .icon i{
    color: #ff9827;
}

/*===== index 05 =====*/

.singel-services-5{
    border: 1px solid #e8e8e8;
    padding: 30px;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services-5::before{
    content: '';
    position: absolute;
    width: 75px;
    height: 5px;
    background-color: #e8e8e9;
    top: -1px;
    left: -1px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-services-5 .services-icon{
    padding-top: 55px;
    padding-bottom: 45px;
}
.singel-services-5 .services-icon i{
    font-size: 50px;
	line-height: 50px;
	color: #232323;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.singel-services-5 .services-cont{}
.singel-services-5 .services-cont h5{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.singel-services-5 .services-cont p{
    padding-bottom: 65px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services-5 .services-cont a i{
    font-size: 30px;
    color: #64656a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-services-5:hover {
    background-color: #ff9827;
    border-color: #ff9827;
}
.singel-services-5:hover::before{
    background-color: rgba(255, 255, 255, 0.5);
}

.singel-services-5:hover .services-icon i,
.singel-services-5:hover .services-cont p,
.singel-services-5:hover .services-cont a i{
    color: #fff;
}

/*===== index 06 =====*/

.black-bg .singel-services-5{
    background-color: #1a1a1a;
    border-color: #212121;
}
.black-bg .singel-services-5::before{
    background-color: #2f2f2f;
}
.black-bg .singel-services-5 .services-icon i,
.black-bg .singel-services-5 .services-cont p,
.black-bg .singel-services-5 .services-cont h5,
.black-bg .singel-services-5 .services-cont a i{
    color: #fff;
}
.black-bg .singel-services-5:hover {
    background-color: #ff9827;
    border-color: #ff9827;
}
.black-bg .singel-services-5:hover::before{
    background-color: rgba(255, 255, 255, 0.5);
}
.black-bg .singel-services-5:hover .services-cont h5{
    color: #232323;
}

.black-bg{}
.black-bg{}



/*=====================================================
    5.PROJECT css 
=====================================================*/

#project-part {}

.singel-project{
    position: relative;
}
.singel-project .project-image{
    overflow: hidden;
}

.singel-project .project-image img{
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}
.singel-project:hover .project-image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-cont{
    width: 100%;
    background-color: #7a336ceb;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align:center;
    /*padding: 20px 25px 30px;*/
}
.project-cont::before,
.project-cont::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 8px;
    background-color: #e8e8e8;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.project-cont::after{
    background-color: #ff9827;
    width: 0;
}
.singel-project:hover > .project-cont::after,
.singel-project .project-slied li:hover .project-cont::after{
    width: 70px;
}

.project-cont span{
    color: white;
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
}
.project-cont h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.project-slied {
	padding: 5px 20px;
}
.project-slied li{
    margin: 15px 0px;
}
.project-slied li:last-child{
    margin-bottom: 0;
}

.project-slied .project-cont{
    width: 100%;
}
.project-slied .project-cont.slied-tems{
    position: relative;
}

/*===== index 02 =====*/

.black-bg .singel-project .project-cont{
    background-color: #1a1a1a;
}
.black-bg .singel-project .project-cont::before{
    background-color: #2f2f2f;
}
.black-bg .singel-project .project-cont h5{
    color: #fff;
}
.black-bg .project-slied {
    background-color: #212121;
}

/*===== index 03 =====*/

.singel-project-left{
    position: relative;
}
.singel-project-left .project-tab-thum {
	width: 110px;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
}
.singel-project-left .project-tab-thum .nav-link {
	border-radius: 0;
	padding: 0;
	display: inline-block;
    padding: 5px 0;
}
.singel-project-left .project-tab-thum .nav-link.active{
    background: none;
}

.singel-project-left .project-tab-cont{}
.singel-project-left .project-tab-cont img{
    width: 100%;
}

.singel-project-left .project-cont{
    width: 55%;
}

.singel-project-3 .project-cont{
    width: 100%;
}

/*===== index 05 =====*/

.project-5{
    border: 1px solid #e8e8e8;
    position: relative;
}
.project-5::before,
.project-5::after{
    content: '';
    position: absolute;
    width: 73px;
    height: 5px;
    background-color: #e8e8e8;
    top: 0;
    left: 0;
}
.project-5::after{
    background-color: #ff9827;
    width: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.project-5:hover::after{
    width: 73px;
}

.project-5 .cont {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.project-5 .cont h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.project-5 .image {
    position: relative;
    padding-right: 60px;
}
.project-5 .image .overlay{
    position: relative;
}

.project-5 .image .overlay::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 152, 39, 0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.project-5:hover .image .overlay::before{
    opacity: 1;
}

.project-5 .image img{
    width: 100%;
}
.project-5 .head {
	padding-left: 50px;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 22px;
	bottom: 32.2%;
	right: -35%;
	width: 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.project-5 .head::before{
    content: '';
    position: absolute;
    width: 220px;
    height: 5px;
    background-color: #e8e8e8;
    left: 0;
    bottom: 0;
}

.project-5 .head span {
	color: #232323;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/*===== index 05 =====*/

.black-bg{}
.black-bg .project-5{
    border-color: #212121;
}
.black-bg .project-5 .head::before,
.black-bg .project-5::before{
    background-color: #2f2f2f;
}
.black-bg .project-5 .cont h5,
.black-bg .project-5 .head span{
    color: #fff;
}



/*=====================================================
    6.VIDEO css 
=====================================================*/

#video-part{
    position: relative;
}

.video-slied{}

.singel-video{
    position: relative;
}
.singel-video .video-image{}
.singel-video .video-icon{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.singel-video .video-icon a{
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    background-color: #ff9827;
    position: relative;
}
.singel-video .video-icon a::before{
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #ff9827;
    top: -4px;
    left: -4px;
}

.singel-video .video-cont {
	position: absolute;
	z-index: 2;
	left: 0;
    bottom: 30px;
	padding: 0 30px;
}
.singel-video .video-cont h5{
    background-color: #fff;
    display: inline-block;
    padding: 0 5px;
}


.video-slied .owl-item{
    opacity: 0.3;
}
.video-slied .owl-item .video-icon,
.video-slied .owl-item .video-cont{
    opacity: 0;
    visibility: hidden;
}
.video-slied .owl-item.active.center{
    opacity: 1;
}
.video-slied .owl-item.active.center .video-icon,
.video-slied .owl-item.active.center .video-cont{
    opacity: 1;
    visibility: visible;
}

.video-slied .owl-dots {
	counter-reset: slides-num;
	position: absolute;
	bottom: 55px;
	left: 25%;
	margin: 0 30px;
    background-color: #fff;
}
.video-slied .owl-dots::after {
	content: "0" counter(slides-num);
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #232323;
	padding-left: 12px;
    padding-right: 3px;
}
.video-slied .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
}
.video-slied .owl-dot span {
    display: none;
}
.video-slied .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
}
.video-slied .owl-dot.active:before {
    content: "0" counter(slides-num) "/";
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #ff9827;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 3px;
}

.video-slied .owl-nav {
	position: absolute;
	bottom: 0;
	right: 24.9%;
}
.video-slied .owl-nav::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #64656a;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-slied .owl-nav button i{
    font-size: 30px;
    color: #64656a;
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.black-bg .video-slied .owl-nav button:hover i,
.video-slied .owl-nav button:hover i{
    color: #ff9827;
}

/*===== index 02 =====*/


.black-bg .video-slied .owl-dots{
    background-color: #1a1a1a;
}
.black-bg .video-slied .owl-dots::after,
.black-bg .singel-video .video-cont h5{
    background-color: #1a1a1a;
    color: #fff;
}
.black-bg .video-slied .owl-nav button i{
    background-color: #1a1a1a;
    color: #fff;
}

/*===== index 05 =====*/

.video-5{
    padding-left: 70px;
    padding-right: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #fff;
    margin-top: 200px;
}
.video-5 span{
    color: #ff9827;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.video-5 h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 55px;
}
.video-5 a{
    font-size: 18px;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.video-5 a span{
    font-size: 23px;
    color: #ff9827;
    width: 54px;
    height: 54px;
    border: 1px solid #ff9827;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    margin-right: 33px;
    position: relative;
}

.video-5 a span::before,
.video-5 a span::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: -1px;
	left: -1px;
}

.video-5 a span::before{
    border: 1px solid rgba(255, 152, 39, 0.5);
    width: 54px;
	height: 54px;
    -webkit-animation: video-2 1500ms ease-out infinite;
    animation: video 1500ms ease-out infinite;
}

@-webkit-keyframes video{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
}

@keyframes video{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
}

.video-5 a span::after{
    border: 1px solid rgba(255, 152, 39, 0.3);
    width: 54px;
    height: 54px;
    -webkit-animation: video-2 1500ms ease-out infinite;
    animation: video-2 1500ms ease-out infinite;
}

@-webkit-keyframes video-2{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes video-2{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }
}

/*===== index 06 =====*/

.video-5.black-bg{
    background-color: #1a1a1a;
}
.video-5.black-bg h5,
.video-5.black-bg a {
	color: #fff;
}





/*=====================================================
    7.OUR TESTIMONIALS css 
=====================================================*/

#testimonials-part{}

.testimonials-left{}
.testimonials-left h3{
    font-size: 30px;
    font-weight: 400;
    color: #232323;
    padding-bottom: 40px;
}
.testimonials-left .name{
    position: relative;
    padding-left: 30px;
}
.testimonials-left .name::before{
    content: '';
    position: absolute;
    background-color: #f3f4f6;
    width: 70px;
    height: 60px;
    z-index: -1;
    top: 0;
    left: 0;
}
.testimonials-left .name h5 {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 4px;
	padding-top: 5px;
}
.testimonials-left .name span{
    color: #64656a;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.testimonials-right {
	position: relative;
    padding-bottom: 100px;
    z-index: 1;
}
.testimonials-right .testimonials-image {}
.testimonials-right .testimonials-image img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    float: right;
}

.testimonials-right .testimonials-comma {
	width: 200px;
	height: 180px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}
.testimonials-right .testimonials-comma i {
	font-size: 100px;
	color: #ff9827;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 100px;
	margin-top: 95px;
	margin-left: 20px;
}

.testimonials-slied-cont .slick-arrow {
	position: absolute;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #232323;
	line-height: 40px;
	z-index: 2;
	cursor: pointer;
	bottom: 0px;
	right: 0;
	background: #fff;
}
.testimonials-slied-cont .slick-arrow::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 100%;
	background-color: rgba(255, 152, 39, 0.3);
	z-index: -1;
	top: 0;
	left: 30px;
}
.testimonials-slied-cont .slick-arrow i {
	margin-left: 55px;
	position: relative;
	font-size: 21px;
    color: #ff9827;
    line-height: 40px;
}
.testimonials-slied-cont .slick-arrow i::before {
	background: #fff;
	position: relative;
	left: -7px;
	z-index: 1;
}
.testimonials-slied-cont .slick-arrow i::after {
	content: '';
	position: absolute;
	border: 1px solid #ff9827;
	width: 32px;
	height: 100%;
	top: 0;
	left: 0;
}

/*===== index 02 =====*/

.black-bg .testimonials-left h3,
.black-bg .testimonials-left .name h5{
    color: #fff;
}
.black-bg .testimonials-left .name::before,
.black-bg .testimonials-right .testimonials-comma{
    background-color: #212121;
}
.black-bg .testimonials-left .name span{
    color: #ff9827;
}

.black-bg .testimonials-slied-cont .slick-arrow,
.black-bg .testimonials-slied-cont .slick-arrow i::before {
    background-color: #1a1a1a;
}
.black-bg .testimonials-slied-cont .slick-arrow{
    color: #fff;
}

/*===== index 02 =====*/

.testimonials-3 .testimonials-slied-cont .slick-arrow {
    background-color: transparent;
}

.testimonials-3 .testimonials-slied-cont .slick-arrow i{
    color: #fff;
}
.testimonials-3 .testimonials-slied-cont .slick-arrow i::before {
    background-color: #ff9827;
}
.testimonials-3 .testimonials-slied-cont .slick-arrow i::after {
	border-color: #fff;
}

.testimonials-3 .testimonials-left .name::before{
    background-color: rgba(243, 244, 246, 0.8);
}

/*=====================================================
    8.OUR BLOG css 
=====================================================*/

#our-blog-part{}

.singel-blog{
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog:hover{
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}

.singel-blog .blog-thum{
    overflow: hidden;
}
.singel-blog .blog-thum img{
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog:hover .blog-thum img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-blog .blog-cont{
    padding: 22px 25px 50px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog .blog-cont::before,
.singel-blog .blog-cont::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 8px;
	background-color: #e8e8e8;
	left: -1px;
	bottom: -1px;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.singel-blog .blog-cont::after{
    background-color: #ff9827;
    width: 0;
}
.singel-blog:hover > .blog-cont::after{
    width: 70px;
}

.singel-blog .blog-cont span{
    font-size: 15px;
    color: #ff9827;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 7px;
}
.singel-blog .blog-cont h5{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.singel-blog .blog-cont p{}
.singel-blog .blog-cont .post-by{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.singel-blog .blog-cont .post-by .thum{
    margin-right: 10px;
}
.singel-blog .blog-cont .post-by .thum img{
    border-radius: 50%;
}
.singel-blog .blog-cont .post-by ul li{
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #232323;
    margin-right: 30px;
}
.singel-blog .blog-cont .post-by ul li::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 15px;
	background-color: #232323;
	top: 50%;
	right: -16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.singel-blog .blog-cont .post-by ul li:last-child{
    margin-right: 0;
}
.singel-blog .blog-cont .post-by ul li:last-child::before {
    display: none;
}
.singel-blog .blog-cont .post-by ul li a{
    color: #ff9827;
}

/*===== index 02 =====*/

.black-bg .singel-blog .blog-cont h5,
.black-bg .singel-blog .blog-cont p,
.black-bg .singel-blog .blog-cont .post-by ul li{
    color: #fff;
}
.black-bg .singel-blog{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.black-bg .singel-blog{
    border-color: #212121;
}
.black-bg .singel-blog:hover{
    border-color: #212121;
}
.black-bg .singel-blog .blog-cont::before{
    background-color: #2f2f2f;
}

/*===== index 03 =====*/

.singel-blog-3{
    border: 1px solid #e8e8e8;
}

.singel-blog-3:hover{
   border-color: transparent;
}

/*=====================================================
    9.BRAND css 
=====================================================*/

#brand-part{}

.singel-brand{}

.singel-brand img{
    width: 100%;
    opacity: 0.5;
}

/*=====================================================
    10.FOOTER css 
=====================================================*/

#footer-part{}

.f-about{}

.f-link{
    margin-top: -5px;
}
.f-link ul li{
    padding-bottom: 25px;
}
.f-link ul li:last-child{
    padding-bottom: 0;
}

.f-link ul li a{
    font-size: 15px;
    color: #232323;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.f-support{
    margin-top: -5px;
}
.f-support h3{
    font-weight: 32;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.f-support p{
    color: #232323;
    font-weight: 700;
}
.f-support p span{
    color: #ff9827;
}

.copyright-cont{}

.copyright p{}
.copyright p span{
    color: #ff9827;
    font-weight: 600;
}

.social{}
.social ul li{
    display: inline-block;
    margin-left: 10px;
}
.social ul li:first-child{
    margin-left: 0;
}
.social ul li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #64656a;
    font-size: 18px;
    background-color: rgba(35, 35, 35, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.social ul li a:hover{
    color: #ff9827;
    background-color: rgba(255, 152, 39, 0.2);
}


.back-to-top{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    position: fixed;
    left: 30px;
    bottom: 30px;
    font-size: 22px;
    z-index: 99;
    color: #232323;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-radius: 5px;
    display: none;
}
.back-to-top.black-bg{
    background-color: #212121;
    color: #fff;
}

.back-to-top:hover{
    background-color: #ff9827;
    color: #fff;
}

.back-to-top i{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-90deg);
}

/*===== index 02 =====*/

.dark-bg .f-about p,
.dark-bg .f-link ul li a,
.dark-bg .f-support h3,
.dark-bg .f-support p,
.black-bg .copyright p,
.black-bg .social ul li a{
    color: #fff;
}

.black-bg .social ul li a{
    background-color: #212121;
}

.black-bg .social ul li a:hover{
    color: #ff9827;
    background-color: rgba(255, 152, 39, 0.2);
}


/*=====================================================
    11.MINI ITEMS css 
=====================================================*/

#mini-items {
	margin-top: -254px;
}

.mini-items{
    background-color: #f3f4f6;
    padding: 20px;
}

.mini-items .project-cont{
    position: relative;
    width: 100%;
}

.mini-items .project-cont::after{
    background-color: #ff9827;
}
.mini-items:hover .project-cont::after{
    width: 70px;
}

/*===== index 04 =====*/

.mini-items.black-bg{
    background-color: #1a1a1a;
}
.mini-items.black-bg .project-cont{
    background-color: #212121;
}

.mini-items.black-bg .project-cont h5{
    color: #fff;
}

.mini-items.black-bg .project-cont::before{
    background-color: #353535;
}



/*=====================================================
    12. SERIVCES 7  css 
=====================================================*/

.newslatter{}
.newslatter .cont{
    background-color: #232323;
    padding: 45px 50px;
}
.newslatter .cont h4{
    font-size: 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 25px;
}
.newslatter .cont input{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 40px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.newslatter .cont button{
    padding: 0 35px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background-color: #ff9827;
    border: 0;
    margin-top: 20px;
    color: #fff;
}
.newslatter .cont span{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    padding-top: 25px;
}

.singel-services-7{}
.singel-services-7 .nav-pills .nav-link, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: transparent;
	padding: 0;
    margin: 15px 0;
}

.singel-services-7 .tab-content .tab-pane img{
    width: 100%;
        border-radius: 30px;
        box-shadow: 10px 1px 13px -5px gray;
}
.singel-services-7 .more-btn-7 {
	position: absolute;
	bottom: 0;
	right: 15px;
	

	padding-left: 50px;
}
.singel-services-7 .more-btn-7.more-btn-7-right {
	right: auto;
	left: -85px;
	padding-left: 0;
	padding-right: 120px;
}

.singel-services-7 .services-cont{}
.singel-services-7 .services-cont h3{
    font-size: 33px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-top: 25px;
    padding-bottom: 30px;
    color: #7a326b;
}
.singel-services-7 .services-cont h3::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background-color: #ff9827;
    left: 0;
    bottom: 0;
}

.singel-services-7 .services-cont h5{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
}
.singel-services-7 .services-cont p{}

.singel-services-7{}
.singel-services-7{}


.black-bg{}
.black-bg .singel-services-7 .more-btn-7 {
	background: #1a1a1a;
}

.black-bg .singel-services-7 .services-cont h3 {
	color: #ff9827;
}
.black-bg .singel-services-7 .services-cont h5,
.black-bg .singel-services-7 .services-cont p {
	color: #fff;
}


/*=====================================================
    13.PROJECT PAGE css 
=====================================================*/

#project-part{}

.project-page{}

.project-page-image{
    position: relative;
}
.project-page-image .thum{}
.project-page-image .thum img{
    width: 100%;
}
.project-page-image .morebtn{
    position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.project-page-image .morebtn.more-btn-7-right {
	right: auto;
	left: -105px;
	padding-left: 0;
	padding-right: 120px;
}

.project-page-cont{}
.project-page-cont h3{
    font-size: 33px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	position: relative;
	padding-top: 25px;
	padding-bottom: 30px;
}
.project-page-cont h3::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 5px;
	background-color: #ff9827;
	left: 0;
	bottom: 0;
}
.project-page-cont h5{
    font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding-top: 30px;
	padding-bottom: 20px;
}
.project-page-cont p{}

.right .project-page-cont h3::before {
	left: auto;
	right: 0;
}

.black-bg .project-page-cont h5,
.black-bg .project-page-cont h3,
.black-bg .project-page-cont p {
	color: #fff;
}
.black-bg .project-page-image .morebtn {
	background-color: #1a1a1a;
}
.black-bg{}


/*=====================================================
    14.PROJECT CAROUSOL PAGE css 
=====================================================*/

.project-slied-carousel{}

.singel-project-carousel{
    position: relative;
    margin: 0 15px;
}
.project-singel{
    position: relative;
}

.singel-project-carousel .project-carousel-image{}

.project-singel .project-singel-cont,
.singel-project-carousel .project-carousel-cont{
    width: 300px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 25px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.project-singel:hover .project-singel-cont{
    opacity: 1;
    visibility: visible;
}

.project-singel .project-singel-cont::before,
.project-singel .project-singel-cont::after,
.singel-project-carousel .project-carousel-cont::before,
.singel-project-carousel .project-carousel-cont::after{
    content: '';
	position: absolute;
	width: 70px;
	height: 8px;
	background-color: #e8e8e8;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.project-singel .project-singel-cont::after,
.singel-project-carousel .project-carousel-cont::after{
    background-color: #ff9827;
	width: 0;
}
.project-singel:hover .project-singel-cont::after,
.singel-project-carousel:hover .project-carousel-cont::after{
    width: 70px;
}


.project-singel .project-singel-cont span,
.singel-project-carousel .project-carousel-cont span{
    color: #ff9827;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    padding-bottom: 5px;
}
.project-singel .project-singel-cont h2,
.singel-project-carousel .project-carousel-cont h2{
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.project-slied-carousel .owl-item.active.center .project-carousel-cont{
    opacity: 1;
    visibility: visible;
}

.project-slied-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	right: 24.9%;
}
.project-slied-carousel .owl-nav button i {
	font-size: 30px;
	color: #c1c1c3;
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.project-slied-carousel .owl-nav button:hover i {
    color: #ff9827;
}

.project-slied-carousel .owl-nav::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background-color: #c1c1c3;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.black-bg .project-slied-carousel .owl-nav button i {
    background-color: #1a1a1a;
}

.black-bg .singel-project-carousel .project-carousel-cont{
    background-color: #1a1a1a;
}

.black-bg .singel-project-carousel .project-carousel-cont h5{
    color: #fff;
}
.black-bg .singel-project-carousel .project-carousel-cont::before{
    background-color: #212121;
}


/*=====================================================
    15.PROJECT DETAILS css 
=====================================================*/


.project-details-video{
    position: relative;
}
.project-details-video .image{}
.project-details-video .video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.project-details-video .video-icon i{
    font-size: 23px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff9827;
    color: #fff;
    position: relative;
}

.project-details-video .video-icon i::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #ff9827;
	left: 0;
	top: 0;
	-webkit-animation: pd-video 1s infinite;
	animation: pd-video 1s infinite;
}

@-webkit-keyframes pd-video {
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pd-video {
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.project-items-details{
    margin-top: 10px;
}
.project-items-details .project-items-img{
    padding-right: 40px;
}
.project-items-details .project-items-img img{
    width: 100%;
   border-radius:30px;
}
.project-items-details .project-items-cont{}
.project-items-details .project-items-cont .head h4{
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    /*padding-bottom: 25px;*/
    color: #7a326b;
}
.project-items-details .project-items-cont .head h4 span{
color: #ff9827;
}
.project-items-details .project-items-cont .rating{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-items-details .project-items-cont .rating ul li{
    float: left;
    overflow: hidden;
}
.project-items-details .project-items-cont .rating ul li a {
    font-size: 15px;
    color: #ff9827;
}
.project-items-details .project-items-cont .rating span{
    padding-left: 15px;
}
.project-items-details .project-items-cont .items-cont {
    padding-top: 15px;
}
.project-items-details .project-items-cont .items-cont ul li{
    font-size: 16px;
    line-height: 35px;
    color: #232323;
}
.project-items-details .project-items-cont .items-cont ul li span{
    color: #ff9827;
}
.project-items-details .project-items-cont .project-social{
    padding-top: 30px;
}
.project-items-details .project-items-cont .project-social ul li{
    display: inline-block;
}
.project-items-details .project-items-cont .project-social ul li.title{
    font-size: 16px;
    color: #ff9827;
}

.project-items-details .project-items-cont .project-social ul li a{
    font-size: 16px;
    margin-left: 20px;
}

.project-items-details .project-items-cont .project-social ul li:nth-of-type(2) a{
    color: #45619d;
}
.project-items-details .project-items-cont .project-social ul li:nth-of-type(3) a{
    color: #1da1f2;
}
.project-items-details .project-items-cont .project-social ul li:nth-of-type(4) a{
    color: #a32e73;
}
.project-items-details .project-items-cont .project-social ul li:nth-of-type(5) a{
    color: #d50c22;
}
.project-items-details .project-items-cont .project-social ul li:nth-of-type(6) a{
    color: #ffa800;
}

.project-desciption{}
.project-desciption h4{
    padding-bottom: 20px;
}
.project-desciption p{}

.project-desciption .blockquote {
	background-color: #ff9827;
	padding: 35px 50px;
	border-radius: 5px;
	margin-bottom: 45px;
    margin-top: 45px;
}
.project-desciption .blockquote p{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
}
.project-desciption ul li{
    color: #64656a;
    /*padding-bottom: 15px;*/
}

.project-share{
    border-top: 1px solid #e8e8e8;
}
.project-share ul li.title{
    font-size: 16px;
    color: #ff9827;
}
.project-share ul li{
    display: inline-block;
}
.project-share ul li a{
    margin-left: 15px;
}

.project-share ul li:nth-of-type(2) a{
    color: #45619d;
}
.project-share ul li:nth-of-type(3) a{
    color: #cf4539;
}
.project-share ul li:nth-of-type(4) a{
    color: #42c0fb;
}
.project-share ul li:nth-of-type(5) a{
    color: #009ee5;
}
.project-share ul li:nth-of-type(6) a{
    color: #ec9f21;
}

.comment-area{
    padding: 80px 100px;
    background-color: #f3f4f6;
    border: 1px solid #e8e8e8;
}
.comment-area .title{}
.comment-area .title h3{
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.comment-area > ul > li{
    margin-bottom: 30px;
}
.comment-area > ul > li .project-comment{
    position: relative;
    margin-left: 40px;
}
.comment-area > ul > li .project-comment .thum{
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comment-area > ul > li .project-comment .thum img{
    border-radius: 50%;
}

.comment-area > ul > li .project-comment .cont{
    width: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 25px 60px;
    border-radius: 5px;
}
.comment-area > ul > li .project-comment .cont h6{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
}
.comment-area > ul > li .project-comment .cont p{
    padding-bottom: 15px;
}
.comment-area > ul > li .project-comment .cont > ul li{
    display: inline-block;
    margin-right: 20px;
}
.comment-area > ul > li .project-comment .cont > ul li:last-child{
    margin-right: 0;
}

.comment-area > ul > li .project-comment .cont > ul li a{
    font-size: 14px;
    color: #64656a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.comment-area > ul > li .project-comment .cont > ul li:hover a{
    color: #ff9827;
}

.comment-area > ul > li .project-comment .cont > ul li a i{
    margin-right: 5px;
}

.comment-area > ul > li .reply{
    margin-left: 100px;
    margin-top: 30px;
}

.comment-form{}
.comment-form .singel-comment-form{}
.comment-form .singel-comment-form span{
    display: block;
    padding-bottom: 10px;
    color: #64656a;
    font-size: 15px;
}
.comment-form .singel-comment-form input,
.comment-form .singel-comment-form textarea{
    width: 100%;
    border: 1px solid #e8e8e8;
    height: 35px;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}

.comment-form .singel-comment-form textarea{
    height: 200px;
}
.comment-form .singel-comment-form button{
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ff9827;
    border: 1px solid #ff9827;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.comment-form .singel-comment-form button:hover{
    background-color: transparent;
    border-color: #ff9827;
    color: #ff9827;
}

.project-details-2{}
.project-details-2 img{
    width: 100%;
}


.project-details-2 .project-5 .head {
	padding-left: 50px;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 22px;
	bottom: 33.2%;
	right: -41%;
	width: 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*=====================================================
    16.BLOG PAGE css 
=====================================================*/

.blog-page-4.singel-blog:hover .blog-thum img{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blog-page-4.singel-blog:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.saidbar{}
.saidbar .categories,
.saidbar .recent-comment{
    border-radius: 5px;
    overflow: hidden;
}
.saidbar .categories h5,
.saidbar .recent-comment h5{
    font-size: 18px;
    background-color: #f3f4f6;
    text-align: center;
    padding: 10px 0;
}
.saidbar .categories h5{
    background-color: #ff9827;
    color: #fff;
}

.saidbar .categories ul,
.saidbar .recent-comment ul{
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.saidbar .categories ul li{
    line-height: 55px;
    padding: 0 20px;
}
.saidbar .categories ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #64656a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.saidbar .categories ul li a:hover{
    color: #ff9827;
}

.saidbar .recent-comment{}
.saidbar .recent-comment ul{
    padding-bottom: 45px;
    padding-left: 20px;
}
.saidbar .recent-comment ul li{
    padding-top: 20px;
}
.saidbar .recent-comment .singel-comment{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.saidbar .recent-comment .singel-comment .comment-thum{}
.saidbar .recent-comment .singel-comment .comment-cont{
    margin-left: 15px;
}
.saidbar .recent-comment .singel-comment .comment-cont h6{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.saidbar .recent-comment .singel-comment .comment-cont p{
    font-size: 15px;
}
.saidbar .recent-comment .singel-comment .comment-cont a{
    font-size: 15px;
    color: #64656a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.saidbar .recent-comment .singel-comment .comment-cont a i{
    margin-right: 7px;
}

.saidbar .recent-comment .singel-comment:hover .comment-cont h6,
.saidbar .recent-comment .singel-comment:hover .comment-cont a{
    color: #ff9827;
}


/*=====================================================
    17.BLOG DETAILS PAGE css 
=====================================================*/


.blog-details{}
.blog-details img{
    width: 100%;
}

.blog-details .blog-details-head h3{
    font-size: 25px;
    padding-top: 25px;
}

.blog-details p{
    padding-top: 20px;
}

.blog-details .blockquote {
	background-color: #ff9827;
	padding: 35px 50px;
	border-radius: 5px;
	margin-bottom: 45px;
    margin-top: 45px;
}
.blog-details .blockquote p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 45px;
	font-style: italic;
	padding-top: 0;
}
.blog-details ul li{
    color: #64656a;
    padding-bottom: 15px;
    font-size: 16px;
}

/*=====================================================
    18.CONTACT PAGE css 
=====================================================*/

#contact-page{}

#contact-map{
    width: 100%;
    height: 360px;
}

.contact-form > h6,
.contact-info > h6 {
	color: #2c2d3e;
	position: relative;
	display: inline-block;
}
.contact-form > h6::before, .contact-info > h6::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #626262;
}
.contact-form .singel-form {
	margin-top: 22px;
}

.contact-form .singel-form label{
    color: #64656a;
    font-size: 15px;
}

.contact-form .singel-form select,
.contact-form .singel-form input,
.contact-form .singel-form textarea {
	width: 100%;
	height: 40px;
	border: 1px solid black;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 14px;
	color: #2c2d3e;
}
.contact-form .singel-form textarea {
	height: 80px;
	resize: none;
	padding-top: 15px;
}

.list-unstyled li {
	font-size: 13px;
	margin-left: 2px;
	margin-top: 5px;
	color: #f00;
}

.form-group {
	margin-bottom: 0;
}
.contact-form .singel-form button {
	padding: 0 30px;
	line-height: 45px;
	background-color: #ff9827;
	color: #fff;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
    border: 1px solid #ff9827;
}
.contact-form .singel-form button:hover{
    background-color: transparent;
    color: #ff9827;
}




.contact-form .singel-form input.submit-btn {
    padding: 0 30px;
    line-height: 45px;
    background-color: #ff9827;
    color: #fff;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border: 1px solid #ff9827;
    height: auto;
    border-radius: 0;
    width: auto;
}
.contact-form .singel-form input.submit-btn:hover{
    background-color: transparent;
    color: #ff9827;
}




.contact-info > p {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-info ul li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: top;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	margin-bottom: 15px;
}
.contact-info ul li:last-child{
    margin-bottom: 0;
}

.contact-info ul li .icon i {
	width: 35px;
	height: 35px;
	line-height: 34px;
	border-radius: 50px;
	border: 1px solid #e9e9e9;
	text-align: center;
	color: #64656a;
	font-size: 16px;
}
.contact-info ul li .cont p {
	font-weight: 300;
}
.contact-info ul li .cont p a{
    color: #64656a;
}


h4.contact-title{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0px;
    color: #ef7f1a;
}


.navbar-brand {
    position: absolute;
}
.navbar-brand {
    margin-top: 15px;
    width:106px;
}



/* Large Mobile :480px. */
@media only screen and  (max-width: 575.98px) {
    .navigation .navbar-brand, .navigation.sticky a.navbar-brand{
position: inherit;
}
}

/* small mobile :320px. */
@media (min-width: 576px) and (max-width: 767.98px) {
    .navigation .navbar-brand, .navigation.sticky a.navbar-brand{
position: inherit;
}
    }

    /* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navigation .navbar-brand, .navigation.sticky a.navbar-brand{
position: inherit;
}
}
.navigation.sticky .navbar img{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 0 9px 0 gray;
}


.specialization-section .title-box {
    position: relative;
    padding: 80px 0px 230px;
    background-color: #202020;
    background-repeat: repeat;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
  }

/*Special Section*/

.special-section{
    position:relative;
    padding-bottom:20px;
}

.special-section .title-box{
    position:relative;
    padding:50px 0px 2px;
    background-color:#f19001;
}

.special-section .lower-content{
    position:relative;
    margin-top:-54px;
}

.special-section  .category-tabs{
    position:relative;
    margin-bottom:60px;
}

.special-section .category-tabs .tab-btns{
    position:relative;
    width: 25%;
    float: left;
}

.special-section  .category-tabs .tab-btns li.tab-btn:first-child{
    border-top: none;
}
.special-section  .category-tabs .tab-btns .tab-btn{
    position:relative;
    display:block;
    float:left;
    margin-right:3px;
    font-size:16px; 
background: rgba(26,35,57,1);
    border-bottom: 1px solid #0f1729;
    border-top: 1px solid #222e48;
    color:#dfdfdf;
    text-transform:capitalize;
    font-weight:400;
    line-height:24px;
    cursor:pointer;
    padding:15px 35px 15px;
    transition:all 500ms ease;
    width: 100%;
}

.special-section  .category-tabs .tab-btns .tab-btn:hover,
.special-section  .category-tabs .tab-btns .tab-btn.active-btn{
    color: #eb7d1a !important;
    background: #e4e4e4;
    font-weight: 500;
}

.special-section  .category-tabs .tabs-content{
    position:relative;
    padding:20px 0px 0px;
    width: 72%;
    float: right;
}

.special-section  .category-tabs .tabs-content .tab{
    position:relative;
    display:none;
}

.special-section  .category-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.special-section .content-column .text{
    position:relative;
    color:#161616;
    font-size:18px;
    font-weight:400;
    line-height:1.4em;
    margin-bottom:20px;
}

.special-section .content-column .image{
    position:relative;
    margin-bottom:25px;
}

.special-section .content-column .plans{
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    padding-left: 28px;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.special-section .content-column .plans:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 20px;
    height: 2px;
    background-color: #d5ac63;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.special-section .content-column .plans:hover{
    color: #d5ac63;
    padding-left:50px;
}

.special-section .content-column .plans:hover::before{
    width:40px;
}

.special-section .content-column .image-category-column{
    /*margin-bottom:40px;*/
}

.special-section .content-column .image-category-column .image img{
    width:100%;
    display:block;
}

.border1{
    border: 2px solid #e6e5e5;
}
    

.special-section .content-column .designs-column{
    position:relative;
}

.special-section .content-column .designs-column .inner-column{
    position:relative;
}

.design-block{
    position:relative;
    margin-bottom:20px;
}

.design-block:last-child{
    margin-bottom:0px;
}

.design-block .design-inner{
    position:relative;
    padding-bottom:20px;
    border-bottom:1px solid #f2f2f2;
}

.design-block:last-child .design-inner{
    padding-bottom:0px;
    border:none;
}

.design-block .design-inner h3{
    position:relative;
    color:#252525;
    font-size:18px;
    font-weight:600;
}

.design-block .design-inner .design-name{
    position:relative;
}

.design-block .design-inner .design-name:before{
    position:absolute;
    content:'';
    left:0px;
    top:15px;
    width:100%;
    opacity:0.6;
    border:1px dashed #848484;
}

.design-block .design-inner .design-name .square{
    position:relative;
    color:#848484;
    font-size:18px;
    font-weight:500;
    padding-right:8px;
    display:inline-block;
    background-color:#ffffff;
}

.design-block .design-inner .design-name .price{
    position:absolute;
    right:0px;
    top:0px;
    color:#848484;
    font-size:18px;
    font-weight:500;
    padding-left:8px;
    display:inline-block;
    background-color:#ffffff;
}

.design-block .design-inner .design-text{
    position:relative;
    color:#848484;
    font-size:18px;
    line-height:1.5em;
    font-weight:400;
    margin-top:10px;
}

.special-section .lower-content .form-column{
    position:relative;
}

.special-section .lower-content .form-column h2{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    text-align:center;
    padding:13px 0px;
    background-color:#d5ac63;
}

.special-section .lower-content .form-column .form-box{
    position:relative;
    padding:50px 30px 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}

/*Appointment Form*/

.appointment-form{
    position:relative;
}

.appointment-form .row{
    position:relative;
    margin:0px -10px;
}

.appointment-form .form-group{
    position:relative;
    margin-bottom:20px;
    padding:0px 10px;
}

.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="password"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="email"]{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 20px;
    height:50px;
    font-size:16px;
    border:1px solid #f2f2f2;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.appointment-form .form-group input::-webkit-input-placeholder{
    color:#cecece;
}

.appointment-form .form-group input.date-time-picker{
    padding-left:40px;
}

.appointment-form .form-group .icon{
    position:absolute;
    left:25px;
    top:12px;
    color:#cecece;
    z-index:1;
}

.appointment-form .form-group input[type="text"]:focus,
.appointment-form .form-group input[type="password"]:focus,
.appointment-form .form-group input[type="tel"]:focus,
.appointment-form .form-group input[type="email"]:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus{
    border-color:#d5ac63;
}

.appointment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:32px;
    padding:10px 20px;
    height:110px;
    font-size:16px;
    resize:none;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.appointment-form button{
    width:100%;
}

.appointment-form .text{
    position:relative;
    color:#848484;
    font-size:14px;
    line-height:1.7em;
    margin-top:15px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
    width:100%;
    font-size:16px;
    font-style:normal;
    line-height:25px;
    color:#797979;
    float:left;
    border-radius:0px;
    padding:14px 20px;
    background:#ffffff;
    border:1px solid #f2f2f2;
}

.form-group .ui-button .ui-icon{
    background: none;
    position: relative;
    top: -1px;
    text-indent: 0px;
    color: #333333;
    font-size: 20px;
}

.form-group .ui-button .ui-icon:before{
    font-family: 'FontAwesome';
    content: "\f107";
    position:absolute;
    right:0px;
    top:2px !important;
    top:13px;
    width:10px;
    height:30px;
    display:block;
    color:#d5ac63;
    line-height:23px;
    font-size:18px;
    font-weight:normal;
    text-align:center;
    z-index:5;
}

.ui-widget.ui-widget-content{
    border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
    font-size:14px;
    border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
    border:none;    
}

.ui-state-active, .ui-widget-content .ui-state-active{
    background-color:#d5ac63;
    border-color:#d5ac63;
}

.ui-menu .ui-menu-item-wrapper{
    position:relative;
    display:block;
    padding:8px 20px ;
    font-size:14px;
    line-height:24px;
}

.commercial-projects-section{
    position:relative;
    padding:80px 0px 40px;
}

/*Price Section*/

.price-section{
    position:relative;
    padding:80px 0px 120px;
}

.price-section .sec-title{
    margin-bottom:120px;
}

.price-section .inner-container{
    position:relative;
    text-align:center;
    border:1px solid #f2f2f2;
}

.price-section .inner-container .price-block{
    padding:0px;
}

.price-block{
    position:relative;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.price-block:hover,
.price-block.active{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -webkit-transform:scale(1.08);
    -ms-transform:scale(1.08);
    transform:scale(1.08);
    z-index:5;
}

.price-block.active{
    z-index:2;
}

.price-block:after{
    position:absolute;
    content:'';
    top:50px;
    right:0px;
    bottom:50px;
    width:1px;
    background-color:#e9e9e9;
}

.price-block:last-child::after{
    display:none;
}

.price-block .inner-box{
    position:relative;
    overflow:hidden;
    padding-bottom:50px;
    background-color:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.price-block .inner-box .circle-box{
    position:absolute;
    content:'';
    left:-10px;
    top:0px;
    right:-10px;
    height:200px;
    border-radius:50%;
    background-color:#f7f7f7;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.price-block .inner-box .upper-box{
    position:relative;
    padding:40px 15px 0px;
    background-color:#f7f7f7;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.price-block.active .inner-box .upper-box,
.price-block.active .inner-box .circle-box,
.price-block .inner-box:hover .upper-box,
.price-block .inner-box:hover .circle-box{
    background-color:#d5ac63;
}

.price-block .inner-box .upper-box .title{
    position:relative;
    color:#252525;
    font-size:25px;
    font-weight:700;
    font-style:italic;
    margin-bottom:15px;
    text-transform:uppercase;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.price-block .inner-box .upper-box .price{
    position:relative;
    color:#252525;
    font-size:44px;
    font-weight:600;
    line-height:1em;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.price-block .inner-box:hover .upper-box .title,
.price-block .inner-box:hover .upper-box .price,
.price-block.active .inner-box .upper-box .title,
.price-block.active .inner-box .upper-box .price{
    color:#ffffff;
}

.price-block .inner-box .lower-box{
    position:relative;
    margin-top:120px;
}

.price-block .inner-box .lower-box ul{
    position:relative;
    margin-bottom:35px;
}

.price-block .inner-box .lower-box ul li{
    position:relative;
    color:#848484;
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
}

.price-block .inner-box .lower-box .theme-btn{
    padding:11px 40px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.price-block.active .inner-box .lower-box .theme-btn,
.price-block .inner-box:hover .lower-box .theme-btn{
    background-color:#d5ac63;
    border-color:#d5ac63;
    color:#ffffff;
}

/*** 

====================================================================
    Catelogue Section
====================================================================

***/

.catelogue-section{
    position:relative;
    padding:90px 0px;
}

.catelogue-section .inner-container{
    position:relative;
    padding:50px 100px 30px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);
}

.catelogue-section .inner-container .video-boxed{
    position:relative;
}

.catelogue-section .inner-container .video-boxed .image{
    position:relative;
}

.catelogue-section .inner-container .video-boxed .image img{
    position:relative;
    width:100%;
    display:block;
}

.catelogue-section .inner-container .video-boxed .image .overlay-link{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    color:#ffffff;  
    background:rgba(0,0,0,0.20);
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.catelogue-section .inner-container .video-boxed .image .overlay-link:hover{
    background:rgba(0,0,0,0.50);
    color:#d5ac63;
}

.catelogue-section .inner-container .video-boxed .image .overlay-link .icon{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-30px;
    margin-top:-30px;
    font-size:60px;
    line-height:60px;
    text-align:center;  
}

.catelogue-section .inner-container .video-boxed .owl-dots{
    display:none;
}

.catelogue-section .inner-container .video-boxed .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    width:100%;
}

.catelogue-section .inner-container .video-boxed .owl-nav .owl-prev{
    position:absolute;
    left:-60px;
    font-size:60px;
    color:#c1c1c1;
    font-weight:300;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.catelogue-section .inner-container .video-boxed .owl-nav .owl-next{
    position:absolute;
    right:-60px;
    color:#c1c1c1;
    font-size:60px;
    font-weight:300;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.catelogue-section .inner-container .video-boxed .owl-nav .owl-prev:hover,
.catelogue-section .inner-container .video-boxed .owl-nav .owl-next:hover{
    color:#d7b06a;
}

.catelogue-section .inner-container .video-options{
    position:relative;
    padding-top:32px;
}

.catelogue-section .inner-container .video-options li{
    position:relative;
    padding-right:14px;
    margin-right:12px;
    line-height:1em;
    display:inline-block;
    border-right:1px solid #dedede;
}

.catelogue-section .inner-container .video-options li:last-child{
    margin-right:0px;
    padding-right:0px;
    border:none;
}

.catelogue-section .inner-container .video-options li a{
    position:relative;
    color:#252525;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.catelogue-section .inner-container .video-options li a:hover{
    color:#d7b06a;
}

.catelogue-section .inner-container .video-options li a .icon{
    position:relative;
    color:#d7b06a;
    font-size:18px;
    margin-right:10px;
}

/*Item Sorting*/

.shop-section .items-sorting{
    position:relative;
    margin-bottom:10px; 
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
    margin-bottom:20px; 
}

.shop-section .items-sorting .results-column h4{
    font-size:18px;
    font-weight:400;
    color:#d5ac63;
    line-height:24px;
    padding:13px 0px;
}

.shop-section .items-sorting .form-group{
    margin-bottom:0px;  
}

.shop-section .items-sorting select{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:9px 15px 9px;
    height:50px;
    font-size:16px;
    border:1px solid #eeeeee;
    cursor:pointer;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    background:url(../images/icons/icon-select.png) right center no-repeat;
    color:#999999;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.shop-section .items-sorting select option{
    text-indent:15px;   
}

.shop-section .styled-pagination{
    margin-top:10px;
}

/*Blog Cat Three*/

.blog-cat-three{
    position:relative;
}

.blog-cat-three li{
    position:relative;
    margin-bottom:15px;
}

.blog-cat-three li a{
    position:relative;
    color:#252525;
    font-size:16px;
    font-weight:400;
    padding-bottom:15px;
    padding-left:25px;
    display:block;
    border-bottom:1px solid #f0f0f0;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.blog-cat-three li a:before{
    position:absolute;
    content:'\f114';
    left:0px;
    top:0px;
    font-size:16px;
    color:#848484;
    font-family: 'FontAwesome';
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.blog-cat-three li a:hover:before,
.blog-cat-three li a:hover{
    color:#d5ac63;
}

/*Sidebar Range slider */

.range-slider-one{
    position:relative;
    min-height:48px;
}

.range-slider-one .title{
    position:relative;
    float:left;
    color:#848484;
    font-size:16px;
    font-weight:400;
    margin-top:4px;
}

.range-slider-one .title:before{
    position:absolute;
    content:'$';
    right:-14px;
    top:0px;
    color:#848484;
    font-size:16px;
    font-weight:300;
}

.range-slider-one .input{
    float:right;
    left: 8px;
    max-width:75px;
    padding-left:8px;
    margin-top:4px;
    position: relative;
}

.range-slider-one .input input{
    background:none;
    color:#848484;
    font-size:16px;
    font-weight:400;
    width:auto;
    text-align:left;
}

.range-slider-one .ui-widget.ui-widget-content{
    height:2px;
    border:none;
    margin-bottom:35px;
    background:#e6e6e6; 
}

.range-slider-one .ui-slider .ui-slider-range{
    top:0px;
    height:2px;
    background:#d5ac63; 
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
    top:-4px;
    width:10px;
    height:10px;
    border:1px solid #d5ac63;
    background:#d5ac63;
    border-radius:50%;
    cursor:pointer; 
}

.range-slider-one .theme-btn{
    padding:4px 16px;
    color:#252525;
    font-weight:700;
    font-size:14px;
    letter-spacing:0px;
    border-radius:0px;
    border-color:#f7f7f7;
    background-color:#f7f7f7;
}

.range-slider-one .theme-btn:hover{
    color:#ffffff;
    border-color:#d5ac63;
    background-color:#d5ac63;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{
    position:relative;
    padding:0px 0px;
    padding-left:90px;
    min-height:98px;
    margin-bottom:25px;
    border-bottom:1px solid #eeeeee;
}

.sidebar .related-posts .post:last-child{
    margin-bottom:0px;
    border:0px;
    min-height:inherit;
}

.sidebar .related-posts .post .post-thumb{
     position:absolute;
     left:0px;
     top:0px;
     width:70px;
     border:1px solid #f2f2f2;
}

.sidebar .related-posts .post .post-thumb img{
    display:block;
    width:100%; 
}

.sidebar .related-posts .post h4{
    top:-2px;
    font-size:16px;
    font-weight:500;
    color:#020e28;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
}

.sidebar .related-posts .post h4 a{
    color:#252525;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover{
    color:#d5ac63;  
}

.sidebar .related-posts .post .price{
    font-size:18px;
    letter-spacing:1px;
    font-weight:400;
    color:#848484;
}

.sidebar .related-posts .post .rating{
    margin-bottom:1px;  
}

.sidebar .related-posts .post .rating .fa{
    position:relative;
    display:inline-block;
    margin-right:2px;
    font-size:12px;
    line-height:26px;
    color:#d5ac63;
}

.sidebar .related-posts .post .rating .fa-star.light{
    
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/

.product-details .basic-details{
    position:relative;
    margin-bottom:20px;
}

.product-details .image-column,
.product-details .info-column{
    margin-bottom:20px;
}

.product-details .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
    background-color:#f7f7f7;
    border:1px solid #f2f2f2;
}

.product-details .basic-details .details-header{
    position:relative;
    margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
    font-size:24px;
    font-weight:500;
    margin:-5px 0px 15px;
    line-height:1.4em;
    color:#252525;
}

.product-details .basic-details .details-header h4 a{
    color:#333333;  
}

.product-details .basic-details .details-header .rating{
    font-size:14px;
    color:#d5ac63;
    margin-bottom:15px;
}

.product-details .basic-details .details-header .rating .fa{
    display:inline-block;
    margin-right:2px;   
}

.product-details .basic-details .details-header .rating .txt{
    font-size:14px;
    padding-left:10px;
    color:#777777;  
}

.product-details .basic-details .details-header .item-price{
    font-size:30px;
    font-weight:400;
    color:#848484;
    line-height:22px;
    margin-bottom:15px;
}

.product-details .basic-details .prod-info{
    margin-bottom:15px;
    line-height:1.6em;
    font-size:13px; 
}

.product-details .basic-details .prod-info strong{
    font-weight:700;
    color:#111111;  
}

.product-details .basic-details .text{
    position:relative;
    margin-bottom:20px;
}

.product-details .basic-details .text p{
    margin-bottom:0px;
    color:#848484;
    font-size:18px;
    font-weight:400;
    line-height:1.4em;  
}

.product-details .basic-details .location{
    position:relative;
    color:#252525;
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
}

.product-details .basic-details .item-quantity .field-label{
    float:left;
    font-weight:700;
    font-size:14px;
    line-height:32px;
    display:inline-block;
    padding-right:20px; 
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
    line-height:24px;
    padding:10px 15px !important;
    height:46px !important;
    box-shadow:none !important; 
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
    padding:11px 10px;
    background:#f4f5f6; 
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
    top:6px;    
}

.product-details .basic-details .item-quantity{
    position:relative;
    float:left;
    width:85px;
    margin-bottom:25px;
    margin-right:25px;  
}

.product-details .basic-details .item-quantity .field-label{
    float:left;
    font-weight:700;
    font-size:14px;
    line-height:32px;
    display:inline-block;
    padding-right:20px; 
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
    font-size:18px;
    line-height:24px;
    padding:10px 15px !important;
    height:50px !important;
    box-shadow:none !important; 
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
    padding:12px 10px;
    background:#f4f5f6;
    border-radius:0px;  
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
    top:8px;    
}

.product-details .basic-details .add-to-cart{
    padding:11px 31px;
    border-radius:0px;
    text-transform:uppercase;
}

.product-details .basic-details .expired{
    position:relative;
    color:#d5ac63;
    font-size:18px;
    font-weight:400;
    margin-bottom:20px;
}

/*Pincode Form*/

.pincode-form{
    position:relative;
    margin-bottom:15px;
}

.pincode-form .form-group{
    margin-bottom:10px;
}

.pincode-form .form-group input[type="text"]{
    position:relative;
    line-height:14px;
    padding:4px 10px 4px 15px;
    border:1px solid #f7f7f7;
    background:none;
    font-size:16px;
    width:170px;
    height:40px;
    display:inline-block;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.pincode-form .form-group button{
    position:relative;
    height:40px;
    width:100px;
    font-size:14px;
    color:#252525;
    font-weight:700;
    line-height:100%;
    background:#f7f7f7;
    margin-left:8px;
    display:inline-block;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
    position:relative;
    margin-bottom:60px;
}

.shop-single .product-details .prod-tabs .tab-btns{
    position:relative;
    z-index:1;  
    border-bottom:1px solid #eeeeee;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
    position:relative;
    top:1px;
    display:block;
    float:left;
    margin-right:5px;
    font-size:16px;
    background:#f4f4f4;
    color:#222222;
    border:1px solid #f4f4f4;
    text-transform:capitalize;
    font-weight:500;
    line-height:24px;
    cursor:pointer;
    padding:12px 18px 10px;
    transition:all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-1px;
    width:100%;
    height:1px;
    background-color:#ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
    color:#d5ac63;
    background:#ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
    position:relative;
    padding:30px 30px 40px;
    border:1px solid #f0f0f0;
    border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
    position:relative;
    display:none;
    border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.shop-single .product-details .prod-tabs .tabs-content .content p{
    position:relative;
    font-size:16px;
}

.shop-single .product-details .prod-tabs .tabs-content .content p:last-child{
    margin-bottom:0px;
}

.prod-tabs .tabs-content .tab .title{
    position:relative;
    color:#252525;
    font-size:20px;
    font-weight:500;
    margin-top:10px;
    margin-bottom:25px;
}

/*Comment Form*/

.shop-comment-form{
    position:relative;
}

.shop-comment-form h2{
    position:relative;
    color:#020e28;
    font-size:26px;
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
}

.shop-comment-form .group-title{
    margin-bottom:20px;
}

.shop-comment-form .rating-box{
    position:relative;
    margin-bottom:30px;
}

.shop-comment-form .rating-box .text{
    position:relative;
    font-size:16px;
    color:#848484;
    margin-bottom:10px;
}

.shop-comment-form .rating-box .rating{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child{
    border-right:0px;
}

.shop-comment-form .rating-box .rating .fa{
    position:relative;
    margin-right:2px;
    display:inline-block;
}

.shop-comment-form .rating-box .rating a{
    position:relative;
    color:#d6d6d6;
    font-size:12px;
    display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
    color:#d5ac63;
}

.shop-comment-form .form-group{
    position:relative;
    margin-bottom:15px;
}

.shop-comment-form .form-group label{
    position:relative;
    color:#848484;
    font-size:18px;
    font-weight:400;
}

.shop-comment-form .form-group:last-child{
    margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 15px;
    border:1px solid #efefef;
    height:50px;
    color:#848484;
    font-weight:300;
    background:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
    border-color:#d5ac63;
}

.shop-comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 15px;
    color:#848484;
    border:1px solid #efefef;
    height:115px;
    font-weight:300;
    background:#ffffff;
    resize:none;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.shop-comment-form button{
    position:relative;
    margin-top:20px;
    border-radius:0px;
    padding:11px 33px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
    border-color:#d5ac63;   
}

/*** 

====================================================================
    Cart Section style
====================================================================

***/

.cart-section{
    position:relative;
    padding:90px 0px 90px;
}

.cart-section .cart-outer{
    position:relative;  
}

.cart-section .table-outer{
    position:relative;
    width:100%;
    overflow-x: auto;
}

.cart-section .cart-table{
    width:100%;
    min-width:900px;    
}

.cart-table .cart-header{
    position:relative;
    width:100%;
    text-transform:uppercase;
    font-size:16px;
    border-radius:0px;
    background:#f7f7f7;
    color:#1f1f1f;
}

.cart-table thead tr th{
    line-height:24px;
    padding:16px 15px;
    min-width:120px;
    font-weight:500;
    color:#252525;
    font-size:16px;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
}

.cart-table thead tr th.prod-column{
    text-align:left;
    padding-left:30px;  
}

.cart-table tbody tr{
    border-bottom:1px solid #f2f2f2;
}

.cart-table tbody tr td{
    line-height:24px;
    padding:30px 10px 35px;
    min-width:100px;
}

.cart-table tbody tr .qty{
    width:90px;
    padding-right:40px;
}

.cart-table tbody tr .qty .quantity-spinner{
    background:#f5f5f5; 
}

.column.default-column .cart-table tbody tr .qty{
    width:110px;
    padding-right:20px; 
}

.cart-table tbody tr .prod-column .column-box h3{
    font-size:16px;
    color:#252525;
    font-weight:500;
    margin-bottom:5px;  
}

.cart-table tbody tr .prod-column .column-box{
    position:relative;
    min-height:70px;
    padding-left:100px;
    padding-top:30px;
    text-align:left;
    min-width:230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
    position:absolute;
    width:80px;
    left:0px;
    top:0px;    
    border:1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
     display:block;
     width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
    font-size:16px;
    color:#222222;
    font-weight:500;
    margin-bottom:5px;
    text-transform:capitalize;
}

.cart-table tbody tr .sub-total{
    font-weight:400;
    color:#d5ac63;
    font-size:20px;
}

.cart-table tbody tr .remove-btn{
    position:relative;
    font-size:18px;
    color:#ececec;
    width:34px;
    height:34px;
    text-align:center;
    line-height:30px;
    display:inline-block;
    border:2px solid #ececec;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
    position:relative;
    top:2px;
    font-size:10px;
    line-height:14px;
    width:14px;
    height:14px;
    margin-right:8px;
    background:#f0f0f0;
    color:#ffffff;
    text-align:center;
    overflow:hidden;
    text-indent:100px;
}

.cart-table tbody tr .remove{
    text-align:center;
}

.cart-table tbody tr .remove-btn:hover{
    color:#d5ac63;
    border-color:#d5ac63;
}

.cart-table tbody tr .remove-btn:hover .fa{
    text-indent:0px;
    background:#fa9928;
}

.cart-table tbody tr td{
    vertical-align:middle;  
}

.cart-table tbody tr td.price{
    font-size:20px;
    font-weight:400;
    color:#848484;
}

.cart-table tbody tr td .quantity-spinner{
    padding:5px 0px 5px 20px;
    line-height:24px;
    height:34px;
    display:block;
    width:100%;
    position:relative;
}

.cart-table tbody .available-info{
    position:relative;
    padding-left:50px;
    color: #848484;
    font-size: 18px;
}

.cart-table tbody .available-info .icon{
    position:absolute;
    left:0px;
    top:5px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:18px;
    color:#ffffff;
    background:#d5ac63;
    border-radius:50%;
}

.cart-section .coupon-outer{
    position:relative;
    margin:30px 30px 60px;
}

.cart-section .coupon-outer .cart-btn{
    color:#222222;
    font-size:15px;
    padding:11px 33px;
    font-weight:700;
    text-transform:uppercase;
    background-color:#f6f6f6;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.cart-section .coupon-outer .cart-btn:hover{
    color:#ffffff;
    background-color:#d5ac63;
}

.cart-section .apply-coupon{
    position:relative;
}

.cart-section .apply-coupon .form-group{
    position:relative;
    float:left;
    margin-right:15px;  
}

.cart-section .apply-coupon .form-group .coupon-btn{
    padding:8px 28px;
    line-height:30px;
    border-radius:0px;
}

.cart-section .apply-coupon .form-group input[type="text"]{
    display:block;
    line-height:26px;
    padding:12px 20px;
    border:2px solid #f7f7f7;
    height:50px;
    width:230px;
    background:none;    
}

.cart-section .estimate-form{
    position:relative;
}

.cart-section .sec-title{
    margin-bottom:25px;
    padding-left:0px;
}

.cart-section .sec-title h2{
    font-size:18px;
    color:#252525;
    font-weight:600;
    padding-bottom:0px;
    text-transform:uppercase;
}

.cart-section .estimate-form .row{
    margin-left:-7px;
    margin-right:-7px;  
}

.cart-section .estimate-form .row .form-group{
    padding:0px 7px !important;
    margin-bottom:30px;
}

.cart-section .totals-table{
    position:relative;
    border:2px solid #f0f0f0;
    border-radius:2px;
    margin-bottom:30px;
}

.cart-section .totals-table .col{
    position:relative;
    display:block;
    float:left;
    padding:15px 15px;
    line-height:24px;
    width:50%;
    font-weight:400;
    font-size:18px;
    color:#848484;
}

.cart-section .totals-table .col-title{
    font-size:16px;
    color:#252525;
    font-weight:500;
    border-right:2px solid #f0f0f0; 
    font-family: 'Poppins', sans-serif;
}

.cart-section .totals-table li{
    position:relative;
    border-bottom:1px solid #f0f0f0;    
}

.cart-section .totals-table li:last-child{
    border-bottom:none; 
}

.cart-section .cart-note{
    position:relative;
    margin-bottom:50px;
    padding:16px 20px;
    text-align:center;
    border:1px dashed #b2dd4c;
    background:#f4f4f4;
    line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
    position:relative;
    line-height:46px;
    height:46px;
    background:#ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
    height:24px;
    background:#e9e9e9; 
}

.bootstrap-touchspin .input-group-btn-vertical i{
    left:6px;
    top:6px;    
}

/*Shipping Form*/

.shipping-form .form-group{
    position:relative;
    margin-bottom:30px;
    padding:0px 15px;
}

.shipping-form .form-group .ui-selectmenu-button.ui-button{
    background-color:#ffffff;
    height:45px;
    line-height:16px;
    z-index:10;
    border:2px solid #f2f2f2;
    background-position:right top;
    background-repeat:no-repeat;
    background-image:url(../images/icons/arrow-right.jpg);
}

.shipping-form .form-group .ui-button .ui-icon{
    opacity:0;
}

.shipping-form .form-group input,
.shipping-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:33px;
    padding:10px 20px;
    height:45px;
    color:#848484;
    font-size:16px;
    background:#ffffff;
    border:2px solid #f4f4f4;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;  
}

.shipping-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:30px;
    padding:10px 20px;
    height:120px;
    resize:none;
    font-size:16px;
    font-weight:300;
    background:#f7f7f7;
    border:1px solid #f4f4f4;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;  
}

.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus{
    border-color:#d5ac63;
}

.shipping-form .form-group .total-btn{
    color: #252525;
    font-size: 15px;
    padding: 11px 33px;
    font-weight: 700;
    background-color:#f6f6f6;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form .form-group .total-btn:hover{
    background-color:#d5ac63;
    color:#ffffff;
}

.cart-section .cart-outer .checkout-btn{
    padding:11px 28px;
    border-radius:0px;
}

/*** 

====================================================================
    CheckOut Sectioon
====================================================================

***/

.checkout-page{
    position:relative;
    padding:90px 0px 0px;
}

.checkout-page .default-links{
    position:relative;
    margin-bottom:50px; 
}

.checkout-page .default-links li{
    margin-bottom:15px;
    line-height:24px;
    padding:18px 30px;
    background:#f4f4f4;
    color:#252525;
    font-size:16px;
    font-weight:500;
    border-left:2px solid #d5ac63;
    font-family: 'Poppins', sans-serif;
}

.checkout-page .default-links li a{
    color:#d5ac63;
}

.checkout-form{
    position:relative;
}

.checkout-form .checkout-title{
    position:relative;
    margin-bottom:20px;
}

.checkout-form .checkout-title h2{
    position:relative;
    color:#020e28;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
}

.checkout-form .form-group{
    position:relative;
    margin-bottom:25px; 
}

.checkout-form .form-group .field-label{
    display:block;
    line-height:24px;
    margin-bottom:6px;
    text-transform:capitalize;
    color:#020e28;  
    font-size:16px;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
}

.checkout-form .form-group .field-label sup{
    top:-1px;
    font-size:16px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea{
    position:relative;
    display:block;
    width:100%;
    background:#ffffff;
    line-height:22px;
    padding:12px 15px;
    height:48px;
    border:2px solid #f4f4f4;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
}

.checkout-form textarea{
    resize:none;
    height:120px !important;    
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
    border-color:#d5ac63;   
}

.checkout-page .check-box{
    line-height:24px;
    font-size:14px;
    font-weight:normal;
    padding-top:5px;    
}

.checkout-page .check-box label{
    position:relative;
    top:-1px;
    font-weight:500;
    padding:0px;
    font-size:18px;
    cursor:pointer;
    color:#d5ac63;
}

.checkout-page .lower-content{
    position:relative;
    margin-top:30px;
    padding:0px 0px 90px;
}

.checkout-page .lower-content .order-column{
    margin-bottom:40px;
}

.checkout-page .lower-content .column h2{
    position:relative;
    color:#252525;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
}

.checkout-page .lower-content .checkout-title{
    margin-bottom:25px;
}

/*cart outer*/

.cart-outer{
    position:relative;  
}

.cart-outer .table-outer{
    position:relative;
    width:100%;
    overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-outer{
    overflow-x:auto;
}

.checkout-page .lower-content .order-column .cart-table{
    width:100%;
}

.cart-table .cart-header{
    position:relative;
    width:100%;
    text-transform:capitalize;
    font-size:18px;
    background:#f7f7f7;
    color:#222222;
}

.cart-table thead tr th{
    line-height:24px;
    padding:13px 30px;
    font-weight:500;
}

.cart-table thead tr th .fa{
    font-size:18px; 
}

.cart-table tbody tr td{
    line-height:24px;
    padding:30px 0px 20px 30px;
}

.cart-table tbody tr .qty input{
    width:45px;
    height:50px;
    color:#222222;
    font-size:18px;
    line-height:50px;
    background:#f7f7f7;
    text-align:center;
}

.cart-table tbody tr .prod-column .column-box{
    position:relative;
    min-height:70px;
    padding-left:90px;
    padding-top:22px;
    text-align:left;
    min-width:230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
    position:absolute;
    width:68px;
    left:0px;
    top:0px;    
    border:1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
     display:block;
     width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
    font-size:15px;
    color:#222222;
    font-weight:500;
    margin-bottom:5px;
    text-transform:capitalize;
}

.cart-table tbody tr .price{
    font-weight:700;
    font-size:14px;
    color:#777777;  
}

/*Total Table*/

.checkout-page .lower-content .totals-table{
    position:relative;
    margin-bottom:40px;
    border:1px solid #e6e6e6;
}

.checkout-page .lower-content .totals-table li .col{
    padding:12px 20px;
}

.checkout-page .lower-content .totals-table li{
    line-height:24px;
    border-bottom:1px solid #e6e6e6;    
}

.checkout-page .lower-content .totals-table li .col.title{
    font-weight:500;
    color:#252525;
    font-size:16px;
    border-right:1px solid #e6e6e6;
    font-family: 'Poppins', sans-serif;
}

.checkout-page .lower-content .totals-table li:last-child{
    border-bottom:none;
    margin-bottom:0px;
}

.checkout-page .lower-content .totals-table .col{
    position:relative;
    display:block;
    float:left;
    line-height:24px;
    width:50%;
    color: #848484;
    font-weight: 400;
    font-size:16px;
}

/*Payment Option*/

.checkout-page .payment-options{
    position:relative;
    padding:30px 20px 40px;
    background-color:#ffffff;
    border:1px solid #e6e6e6;
}

.checkout-page .payment-options li{
    position:relative;
    margin-bottom:15px; 
}

.checkout-page .payment-options li .radio-option{
    position:relative;      
}

.checkout-page .payment-options li .radio-option label{
    position:relative;
    display:inline-block;
    padding-left:30px;
    font-weight:500 !important;
    text-transform:capitalize;
    letter-spacing:1px;
    color:#333333;
    cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
    font-weight:500;    
    color:#020e28;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
}

.checkout-page .payment-options li .radio-option label strong a{
    font-size:16px;
    color:#020e28;
    margin-left:15px;
    text-decoration:underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
    position:absolute;
    left:0px;
    top:3px;    
}

.checkout-page .payment-options li .radio-option label .small-text{
    display:block;
    padding-top:5px;
    letter-spacing:0px;
    text-transform:none;
    font-size:16px;
    color:#848484;
    font-weight:400;
    line-height:1.7em;
}

.checkout-page .payment-options li .radio-option label img{
    position:relative;
    top:-3px;
    display:inline-block;
    max-width:100%;
    padding-left:30px;  
}

.checkout-page .payment-options .theme-btn{
    padding:11px 32px;
    margin-top:10px;
    margin-left:32px;
    border-radius:0px;
}




/*** 

====================================================================
    Login / Register Section
====================================================================

***/

.register-section{
    position:relative;
    padding:90px 0px 50px;
}

.register-section .form-column{
    margin-bottom:40px; 
}

.register-section .form-column .sec-title{
    position:relative;
    margin-bottom:20px; 
    padding-left:0px;
}

.register-section .form-column .sec-title h2{
    text-transform:uppercase;
    padding-bottom:0px;
    font-size:18px;
}

.styled-form{
    position:relative;  
}

.styled-form .submit-text{
    font-size:14px;
    color:#848484;
    font-weight:400;
    margin-top:10px;
}

.styled-form .form-group{
    position:relative;
    margin-bottom:30px;
    font-size:16px;
    color:#848484;
}

.checkout-section .styled-form .form-group{
    position:relative;
    margin-bottom:20px; 
}

.styled-form .form-group .check-box{
    line-height:24px;
    font-size:15px;
    font-weight:normal;
    padding-top:5px;
    color:#272727;
}

.styled-form .form-group .check-box label{
    position:relative;
    top:-1px;
    font-weight:normal;
    padding:0px;
    font-size:15px;
    cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
    cursor:pointer;
    font-weight:600;
    font-family:'Poppins', sans-serif;
    color:#121212;
}

.styled-form .form-group label.remember-me{
    color:#252525;
    font-weight:500;
}

.styled-form .form-group .adon-icon{
    position:absolute;
    top:50%;
    margin-top:-10px;
    right:10px;
    width:20px;
    height:20px;
    line-height:20px;
    font-size:15px;
    color:#d4d4d4;
    z-index:2;
}

.styled-form .form-group .theme-btn{
    padding:12px 35px;
}

.styled-form .form-group .field-label{
    display:block;
    color:#272727;
    text-transform:capitalize;
    font-size:16px;
    margin-bottom:7px;
    font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
    position:relative;
    display:block;
    width:100%;
    background:#ffffff;
    line-height:28px;
    padding:8px 20px;
    height:50px;
    font-size:18px;
    border:1px solid #f4f4f4;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
}

.social-links-two a{
    position:relative;
    display:inline-block;
    font-size:14px;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    color:#ffffff;
    background:#fc721e;
    margin:0px 0px 0px 15px;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.social-links-two a:hover{
    opacity:0.80;
}

.social-links-two .facebook{
    background:#3b5998; 
}

.social-links-two .twitter{
    background:#33ccfe; 
}

.social-links-two .google-plus{
    background:#dd4b39; 
}


.clients-column .image a img{
    padding: 0px 20px;
    border:1px solid #f5f5f5;
}


.project-logo{
    text-align: left;
    border-bottom: 0px !important;
    padding-bottom: 10px !important;
}
.project-logo img{
    background-color:#fff;
    padding:5px;
    
}



/*Bullet List*/

ul.dt-sc-fancy-list li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 0;
}

ul.dt-sc-fancy-list.sun li:before{
    content:"\f185"
}
ul.dt-sc-fancy-list{
    list-style-type:none;
    list-style-position:outside;
    margin-bottom:0px;
}
ul.dt-sc-fancy-list li{
    display:block;
    position:relative;
    padding-left:26px;
    font-size:14px;
    line-height:30px;
    color:#263a4f;
}

ul.dt-sc-fancy-list li:last-child{
    border:none;
    
}

 ul.sun li:before{
    color:#fbad26
}
 ul.sun li ul li:before{
    color:#888;
    font-size: 11px;
}

.tbsec h4 {
    color: #273e74;
    font-size: 20px;
    font-weight: 400;
    margin-bottom:10px;
}


/*Features Tab*/
.lacatin{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.lacatin span{
    display: block;
    border: 1px solid #f4f4f4;
    padding: 15px;
}
.lacatin span i{
    font-size: 40px;
    display: block;
    color: #fbad26;
}
.lacatin span p{color:#263a4f;margin-top:10px;}
.lacatin span b{color:#263a4f;
    color: #273e74;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;}
.lacatin span ul{
    margin: 0;
    padding: 0;
}
.lacatin span ul li{
list-style: none;
color:#263a4f;
}


/*Specifications Tab*/
.spc{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.spc span{
    display: block;
    border: 1px solid #f4f4f4;
    padding: 15px;
    /*min-height: 350px;*/}
.spc span i{
           font-size: 30px;
    display: block;
    color: #ffffff;
    border-radius: 50px;
    display: -webkit-inline-box;
    background-color: #273e74;
    margin-right: 8px;
    line-height: 54px;
    width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    padding: 0px;
    
}
.spc span p{color:#263a4f;font-size: 14px;}
.spc span b{color:#263a4f;
    margin-bottom: 20px;    font-size: 14px;
    display: inline-block;}
.spc span ul{
    margin: 0;
    padding: 0;
}
.spc span ul li{
list-style: none;
color:#263a4f;
margin-bottom: 10px;
}


/*Features Tab*/
.aminit{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.aminit span{
    display: block;
    border: 1px solid #f4f4f4;
    padding: 15px;
    /*min-height: 180px;*/}
.aminit span i{
    font-size: 40px;
    display: block;
    color: #fbad26;
}
.aminit span p{color:#263a4f;margin-top:10px;}
.aminit span b{color:#263a4f;
    margin-top: 5px;
    display: inline-block;}
.aminit span ul{
    margin: 0;
    padding: 0;
}
.aminit span ul li{
list-style: none;
color:#263a4f;
margin-bottom: 10px;
}







.floorplan-category-column{
    margin-bottom:50px;
}

.floorplan-category-column h4{
  color: #fbad26;
    font-size: 16px;
    font-weight: 400;
    text-align:center;
}
.main-header .nav-outer .outer-box .catelogue-btn .snd{color: #ef7f1a !important;}

.project-block-two h4{
    color: #fbad26;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.current-status{
    width: 100%;
}

.current-status h4{
    border:1px solid #fbad26;
    padding:20px;
    color: #fbad26;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.lower-content .upper-box .text{
}
.lower-content .upper-box .text .details{
        min-height: 108px;
}
.lower-content .upper-box .text .details span{
    font-size: 16px;
    line-height: 20px;
    border-collapse: collapse;
    display: inline-block;
    width: 100%;
}
.lower-content .upper-box .text .details span b{
    font-weight: 500;
    color: #e37d33;
}

.white-text{
    color:#fff;
}


.boldfont{
    font-weight:500;
}
.clrblu{
    color:#273e74;
}



.image-category-column .owl-dots{
    display:none;
}

.image-category-column .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    width:100%;
    margin-top:-20px;
}

.image-category-column .owl-nav .owl-prev{
    position: absolute;
    left:30px;
    color:#ffffff !important;
    font-size:34px  !important;
    display:inline-block;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.image-category-column .owl-nav .owl-next{
    position:absolute;
    right:30px;
    top:0px;
    color:#ffffff !important;
    font-size:34px !important;
    display:inline-block;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.image-category-column .owl-nav .owl-prev:hover,
.image-category-column .owl-nav .owl-next:hover{
    color:#d5ac63;
}

h2.fetr-tab-title{
    font-weight:400;
    font-size:24px;
    color:#f19001;
    margin-bottom:10px;
}

.project-page-title{
    padding: 650px 0px 20px !important;
    background-size:cover;
}
.project-page-title:before{
    background:none !important;
}

.result span.res-txt{
    text-align: center;
    color: #ffffff;
    background-color: #ef7f1a;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    display: block;
}


.project-page-section{
}

.project-page-section .services-block{
}

.project-page-section .services-block .image{
    width:50%;
    float:left;
}

.project-page-section .services-block .lower-content{
    width:50%;
    float:left;
    height: 316px;
}



@media only screen and (max-width: 767px){
.project-page-section .services-block .image{
    width:100% !important;
    float:left;
}

.project-page-section .services-block .lower-content{
    width:100% !important;
    float:left;
    height: auto;
}
}


/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title{
    position:relative;
    margin-bottom:50px;
    padding-left:32px;
    text-align:left;
}

.sec-title h2{
    position:relative;
    font-size:30px;
    font-weight:400;
    color:#252525;
    line-height:1.2em;
    display:inline-block;
    text-transform:uppercase;
}

.sec-title .separator{
    position: absolute;
    left: 0px;
    top: 0px;
}

.sec-title .separator:before{
    position:absolute;
    content:'';
    left:0px;
    top:4px;
    width:3px;
    height:15px;
    background-color:#d5ac63;
}

.sec-title .separator:after{
    position:absolute;
    content:'';
    left:8px;
    top:4px;
    width:3px;
    height:30px;
    background-color:#d5ac63;
}

.sec-title .separator.light:before,
.sec-title .separator.light:after{
    background-color:#ffffff;
}

.sec-title.centered{
    text-align:center;
    padding-left:0px;
    margin-bottom:100px;
}

.sec-title.centered .separator{
    position:absolute;
    left:50%;
    top:100%;
    margin-top:8px;
    margin-left:-6px;
}

.sec-title.light h2{
    color:#fff;
}

.sec-sub-title{
   border-top: 2px solid #f3f4f6;
    width: 100%;
    padding-top: 10px; 
}

.sec-sub-title h2{
font-size: 20px;
}

@media only screen and (max-width: 599px){
.special-section .lower-content{
        margin-top:60px;
    }
    
    .special-section .title-box{
        padding-bottom:30px;
    }
    
    .special-section .category-tabs .tab-btns .tab-btn{
        width:100%;
        display:block;
        margin-bottom:15px;
        text-align:center;
        border:1px solid #f9f9f9;
    }
    .special-section .category-tabs .tab-btns{width:100%;}
    
    .special-section .category-tabs .tabs-content{width:100%;}
}


/*Project Block Two*/

.project-block-two{
    position:relative;
    margin-bottom:10px;
}

.project-block-two .inner-box{
    position:relative;
}

.project-block-two .inner-box .image{
    position:relative;
}

.project-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.project-block-two .inner-box .image .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    opacity:0;
    padding:50px 30px;
    background-color:rgba(0,0,0,0.80);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-block-two .inner-box:hover .image .overlay-box{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.project-block-two .inner-box .image .overlay-box .content h2{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:5px;
}

.project-block-two .inner-box .image .overlay-box .content .search-btn{
    position:absolute;
    left:50%;
    top:50%;
    color:#ffffff;
    font-size:40px;
    margin-left:-15px;
    margin-top:-15px;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.project-block-two .inner-box .image .overlay-box .content .search-btn:hover{
    color:#d5ac63;
}

.project-block-two .inner-box .image .overlay-box .content h2 a{
    position:relative;
    color:#ffffff;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.project-block-two .inner-box .image .overlay-box .content h2 a:hover{
    color:#d5ac63;
}

.project-block-two .inner-box .image .overlay-box .content .category{
    position:relative;
    color:#d5ac63;
    font-size:18px;
    font-weight:500;
}

.project-block-two .inner-box .image .overlay-box .content .link-box{
    position:absolute;
    bottom:40px;
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    padding-left:30px;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.project-block-two .inner-box .image .overlay-box .content .link-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:12px;
    width:20px;
    height:2px;
    background-color:#d5ac63;
}

.project-block-two .inner-box .image .overlay-box .content .link-box:hover{
    color:#d5ac63;
}

.project-block-two .inner-box .lower-content{
    position:relative;
    padding-top:24px;
    padding-bottom:20px;
    border-bottom:1px solid #f2f2f2;
}

.project-block-two .inner-box .lower-content .detail{
    position:relative;
    color:#252525;
    font-size:14px;
    font-weight:700;
    padding-left:28px;
    margin-top:12px;
    display:inline-block;
    text-transform:uppercase;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.project-block-two .inner-box .lower-content .detail:before{
    position:absolute;
    content:'';
    left:0px;
    top:12px;
    width:20px;
    height:2px;
    background-color:#d5ac63;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.project-block-two .inner-box .lower-content .detail:hover::before{
    width:40px;
}

.project-block-two .inner-box .lower-content .detail:hover{
    padding-left:50px;
    color:#d5ac63;
}

.project-block-two .inner-box .lower-content h2{
    position:relative;
    color:#222222;
    font-size:18px;
    font-weight:600;
}

.project-block-two .inner-box .lower-content h2 a{
    position:relative;
    color:#222222;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.project-block-two .inner-box .lower-content h2 a:hover{
    color:#d5ac63;
}

.project-block-two .inner-box .lower-content .category{
    position:relative;
    color:#d5ac63;
}

.project-block-three{
    position:relative;
    margin-bottom:30px;
}

.project-block-three .inner-box{
    position:relative;
}

.project-block-three .inner-box .image{
    position:relative;
}

.project-block-three .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.project-block-three .inner-box .image .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    background-color:rgba(0,0,0,0.80);
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-block-three .inner-box:hover .image .overlay-box{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.project-block-three .inner-box .image .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101%;
    height: 101%;
    display: table;
    padding: 10px 20px;
    vertical-align: middle;
}

.project-block-three .inner-box .image .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.project-block-three .inner-box .image .overlay-box h2{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:5px;
}

.project-block-three .inner-box .image .overlay-box h2 a{
    position:relative;
    color:#ffffff;
     -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-block-three .inner-box .image .overlay-box h2 a:hover{
    color:#d5ac63;
}

.project-block-three .inner-box .image .overlay-box .category{
    position:relative;
    color:#d5ac63;
    font-size:18px;
    font-weight:500;
}
.blog-txt-orng{color: #ef7f1a; text-decoration: underline;}
.blog-txt-orng:hover{color: #000;}

.tabs-content .tab .sec-title h2{
font-size:24px;
color: #7a326b;
margin-top: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f18f00;
    background-color: #e4e4e4;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 0;
    line-height: 34px;
    border-bottom: 1px solid #0f1729;
    border-top: 1px solid #222e48;
    font-size: 16px;
    padding: 10px 53px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #1a2339;
    padding: 13px 53px;
    color: #fff;
    margin-right: 6px;
}
.unit-plan .nav-item {
    padding: 12px 40px;
}
.tabs-content .tab .sec-title{
margin-bottom:20px;
}
.tabs-content .tab .text{
    font-size: 16px;
    line-height: 26px;
}

.testi{
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    border: 1px solid #fff;
}
.testi:nth-child(odd) {
    background: #fbf5f5;
}
.testi p{}
.testi b{font-weight: bold;color: #fd6500;}
.testi b span{
    display: block;
    font-weight: normal;
    color: #242424;
}


/*==================================Disclaimer==============================*/

.disclaimer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background:rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
@media only screen and (max-width: 768px) {
    .disclaimer_popup h1 {
    display: block;
    font-size: 18px !important;
    line-height: 48px !important;
    height: 48px!important;
    color: #fff;
    background-color: #414042;
}
.disclaimer_popup {
    display: inline-block;
    position: fixed;
    width: 300px !important;
    height: 470px !important;
    background: #fff !important;
    z-index: 9999999 !important;
    top: 50% !important;
    left: 50% !important;
    margin: -210px 0 0 -150px !important;
}
.disclaimer_popup p {
    display: block!important;
    font-size: 12px!important;
    line-height: 17px!important;
    color: #414042!important;
    margin: 0 0 10px 0px!important;
    padding: 0 20px 0 20px!important;
    text-align: left!important;
}
.disclaimer_popup a {
    width: 160px!important;
    height: 38px!important;
    display: inline-block!important;
    font-size: 14px!important;
    line-height: 38px!important;
    border: 0;
    margin: 0 0 0;
    padding: 0;
    color: #fff;
    background-color: #ff9827!important;
}
    }

.disclaimer_popup {
    display: inline-block;
    position: fixed;
    width: 900px;
    height: 500px;
    background: #fff;
    margin: 0 auto;
    z-index: 9999999;  
    top: 50%;
    left: 50%;
    margin: -266px 0 0 -450px;
}
.disclaimer_desc {
    float: left;
    width: 99%;
    height: 300px;
    margin-bottom: 10px;
}

.disclaimer_popup h1 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 64px;
    height: 64px;
    color: #fff;
    background-color: #7a326b;
    /*margin-bottom: 48px;*/
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 700;
}

.disclaimer_popup p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #414042;
    margin:0 0 8px;
    /*padding: 0 46px;*/
    padding: 0 30px 0px 40px;
    text-align: left;
}

.disclaimer_popup a {
    width: 350px;
    height: 46px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 46px;
    border: 0;
    margin: 26px 0 0;
    padding: 0;
    color: #fff;
    background-color: #ff9827;
}

/*==================================End Disclaimer==============================*/

.notetext{
    font-size: 14px;
    padding: 20px;
    border: 1px solid #f5d98f;
    background-color: #fafafa;
}
.notetext b{
    color:#ef7f1a;
}

.page-breadcrumb{
    position:relative;
    text-align: right;
    background-color: #fbfbfb;
    padding-right: 15px;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color: #7a326b;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f196";
    right:-2px;
    top:1px;
    color:#585858;
    font-size:8px;
    font-weight:700;
    font-family: "Flaticon";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-breadcrumb li a{
    color:#ef7f1a;
    font-weight:400;
    text-transform: capitalize;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
    color:#7a326b;
}