/*
  Theme Name: Konok - Architecture & Interior HTML Template 
  Author: Humayun Ahmed
  Author url: https://themeforest.net/user/24webpro
  Support: humayunahmed82@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* 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');

 body {
	font-family: 'Open Sans', 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;
}

.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;
}
.section-title span{
    color: #e8e8e8;
    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.dark-title h3,
.section-title.dark-title p{
    color: #fff;
}
.section-title.dark-title span{
    color: #212121;
}



/*===== 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: #232323;
    cursor: pointer;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.main-btn::before {
    position: absolute;
    content: '';
    width: 42%;
    height: 100%;
    background-color: rgba(255, 152, 39, 0.3);
    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: -100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background-color: #fd0100;
}

.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: #212121;
  opacity: 0.2;
  -webkit-animation: movein 2s infinite;
  animation: movein 2s infinite;
}

.preloader-squares {
	width: 50px;
	line-height: 19px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.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 #fd0100;
}

@-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: 14px;
	font-weight: 600;
	color: #232323;
	-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: #fd0100;
}

.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: #fd0100;
}
.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: #fd0100;
    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: #fd0100;
	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: #fd0100;
    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: #fd0100;
    background-color: rgba(255, 152, 39, 0.2);
}

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

/*===== 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: #fd0100;
    background-color: rgba(255, 152, 39, 0.2);
}




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

.slider-part {}
.slider-part .singel-slider{
    height: 700px;
}
.slider-part .singel-slider .slider-cont {
	padding: 20px;
	position: relative;
}
.slider-part .singel-slider .slider-cont h1{
    text-transform: uppercase;
    color: #fff;
    line-height: 72px;
}

.slider-part .singel-slider .slider-cont a{
    width: 90px;
    height: 60px;
    line-height: 55px;
    background-color: #fd0100;
    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: #fd0100;
    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 #fd0100;
	text-decoration: underline #fd0100;
}

.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: 100%;
    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: #fd0100;
    border: 1px solid #fd0100;
    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: #fd0100;
    background-color: #fff;
}
.slider-5 .next.slick-arrow::before{
    background-color: #fd0100;
}

/*===== 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: #fd0100;
	letter-spacing: 10px;
    padding-bottom: 15px;
}
.about-left h2{
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 25px;
}

.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: #fd0100;
    top: 0;
    left: 0;
}
.about-left > p{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 45px;
}
.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: #fd0100;
}
.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 24px 0px rgba(0,0,0,0.1);
    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: #fd0100;
	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: #e8e8e8;
    padding: 0 30px;
}
.about-right .about-image {
	width: 470px;
	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: #fd0100;
    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 #fd0100;
    border-top: 8px solid #fd0100;
}
.counter-5::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 50px;
    bottom: 0;
    right: 0;
    background-color: transparent;
    border-right: 8px solid #fd0100;
    border-bottom: 8px solid #fd0100;
}

/*===== 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: #fd0100;
}


/*=====================================================
    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: #fd0100;
    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: #e8e8e8;
	z-index: -1;
	-webkit-transform: rotateY(190deg);
	transform: rotateY(190deg);
    opacity: 0.5;
}

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

.singel-services .cont{}
.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: #fd0100;
}

/*===== 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: #fd0100;
}

.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: #fd0100;
}

/*===== 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: #fd0100;
}

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

/*===== 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: #fd0100;
    border-color: #fd0100;
}
.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: #fd0100;
    border-color: #fd0100;
}
.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: 82%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    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: #fd0100;
    width: 0;
}
.singel-project:hover > .project-cont::after,
.singel-project .project-slied li:hover .project-cont::after{
    width: 70px;
}

.project-cont span{
    color: #fd0100;
    font-size: 15px;
    font-family: 'Open Sans', 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: #fd0100;
    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: #fd0100;
    position: relative;
}
.singel-video .video-icon a::before{
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #fd0100;
    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: #fd0100;
    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: #fd0100;
}

/*===== 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: #fd0100;
    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: #fd0100;
    width: 54px;
    height: 54px;
    border: 1px solid #fd0100;
    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: 36px;
    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: #fd0100;
	-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: #fd0100;
    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 #fd0100;
	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: #fd0100;
}

.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: #fd0100;
}
.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: #fd0100;
    width: 0;
}
.singel-blog:hover > .blog-cont::after{
    width: 70px;
}

.singel-blog .blog-cont span{
    font-size: 15px;
    color: #fd0100;
    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 h5
{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    min-height:4em;
    font-size:16px;
    font-family:'Open Sans', sans-serif;
    font-weight:700;
    text-align:center;
}



.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: #fd0100;
}

/*===== 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 > .blog-cont > p
{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:4em;
    font-size:16px;
	text-align:center;
}


.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: #fd0100;
}

.copyright-cont{}

.copyright p{}
.copyright p span{
    color: #fd0100;
    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: #fd0100;
    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;
    right: 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: #fd0100;
    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: #fd0100;
    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: #fd0100;
}
.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: #fd0100;
    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%;
}
.singel-services-7 .more-btn-7 {
	position: absolute;
	bottom: 0;
	right: 15px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	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;
}
.singel-services-7 .services-cont h3::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background-color: #fd0100;
    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: #fd0100;
}
.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: #fd0100;
	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: #fd0100;
	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: #fd0100;
	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: #fd0100;
}

.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: #fd0100;
    color: #fff;
    position: relative;
}

.project-details-video .video-icon i::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fd0100;
	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: -200px;
}
.project-items-details .project-items-img{
    padding-right: 40px;
}
.project-items-details .project-items-img img{
    width: 100%;
}
.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;
}
.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: #fd0100;
}
.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: #fd0100;
}
.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: #fd0100;
}

.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: #fd0100;
	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: #fd0100;
}
.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: #fd0100;
}

.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: #fd0100;
    border: 1px solid #fd0100;
    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: #fd0100;
    color: #fd0100;
}

.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: #fd0100;
    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: #fd0100;
}

.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: #fd0100;
}


/*=====================================================
    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: #fd0100;
	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: 560px;
}

.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 input,
.contact-form .singel-form textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 14px;
	color: #2c2d3e;
}
.contact-form .singel-form textarea {
	height: 200px;
	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: #fd0100;
	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 #fd0100;
}
.contact-form .singel-form button:hover{
    background-color: transparent;
    color: #fd0100;
}

.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: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
}
