/*
  Theme Name: Vome - Multipurpose Film Maker WordPress Theme
  Author:basictheme
  Support: basictheme400@gmail.com
  Description: Multipurpose Film Maker , Video , Movie & Actor WordPress Theme
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie
8. Team
9. Blog
10. Subscribe
11. footer
12. Contact
*/

/*.........<! 1. Theme default css !>.........*/

/*.........<! 2.1 Fonts !>.........*/
@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/SnellRoundhand-BoldScript.woff2') format('woff2'),
        url('../fonts/SnellRoundhand-BoldScript.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Snell Roundhand';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SnellRoundhand.woff') format('woff');
}

/*
    Flaticon icon font: Flaticon
    Creation date: 31/03/2020 15:26
*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-camera:before { content: "\f100"; }
.flaticon-film-reel:before { content: "\f101"; }
.flaticon-video:before { content: "\f102"; }
.flaticon-screen:before { content: "\f103"; }
.flaticon-clapperboard:before { content: "\f104"; }
.flaticon-film:before { content: "\f105"; }
.flaticon-video-camera:before { content: "\f106"; }


body {
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    background: #fff;
}
button{
    transition: .3s;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
img{
    transition: .3s;
}
.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
button{
    cursor: pointer;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover {
    color: #fe6600;
    text-decoration: none;
}
input:focus::placeholder{
	opacity: 0;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus::placeholder{
	opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
a,
button {
    color: #FE6600;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #313131;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 90px;
    line-height: 1.2;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #444;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/*.........<! 2.2 Button Style !>.........*/
.btn {
    -moz-user-select: none;
    background: #fe6600 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    padding: 15px 41px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover,
.btn:focus {
    background: #fff;
    color: #222;
}

.orange-hover-1:hover {
    background: #222;
    color: #fff;
}

a.gradient-btn {
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    line-height: 1;
    padding: 22px 55px;
    position: relative;
    transition: .4s;
}
.gradient-btn::before {
    /*position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    transition: .4s;*/
}
a.gradient-btn:hover {
    transition: .4s;
    background: #222;
    color: #fff;
}

.gradient-btn span {
    z-index: 9;
    position: relative;
    transition: .4s;
}

.bl-btn:hover {
    background: #222;
    color: #fff;
}

/* btn-icon */
.btn-icon>i {
    margin-left: 30px;
    font-size: 16px;
}

.b-btn {
	background: #ff2c40;
	color: #fff;
	padding: 20px 40px;
	line-height: 1;
	font-weight: 700;
    font-size: 14px;
    border: 2px solid transparent;
    display: inline-block
}
.b-btn i {
	margin-left: 25px;
	position: relative;
	top: 1px;
}
.b-btn:hover{
    background: #ff2c40bd;
    color: #fff;
}
.btn-border {
    background: transparent ;
    border-color: #7c7c7c;
}
.btn-border:hover{
    background: #ff2c40;
    border-color: #ff2c40;
}
.hero-link .btn-border {
    background: transparent ;
    border-color: #7c7c7c;
}
.hero-link .btn-border:hover{
    background: #ff2c40;
    border-color: #ff2c40;
}
/* all hover */

.btn2 {
    border-radius: 0;
    background: #ff2c40;
}


/* breadcrumb */
.breadcrumb>.active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}

/*.........<! 2.3 Scroll TopUp !>.........*/
#scrollUp {
    background: #FE6600;
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
}

#scrollUp:hover {
    background: #222222;
}

/*.........<! End Theme Defaults Style !>.........*/





/* 2. Header */
.header-padding {
	padding: 35px 185px;
}

.header-transparrent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

/* Main Menu */
.menu-area {

}
.main-menu nav ul > li {
	margin: 0 28.5px;
	display: inline-block;
	position: relative;
}
.h4main-menu nav ul > li {
	margin-right: 10px;
}
.main-menu nav ul > li:first-child {
   margin-left: 5px;
}
.main-menu nav ul li > a {
	font-size: 16px;
	color: #d2d2d2;
	font-weight: 700;
	line-height: 30px;
	padding: 25px 0;
	display: inline-block;
	position: relative;
}

.main-menu nav ul li:hover > a {
    color: #fe6600;
    transition: .4s;
}

.main-menu.main-menu2 nav ul li:hover > a,.main-menu.main-menu2 nav ul li.active > a {
    color: #ff2c40;
}
.main-menu nav ul li .submenu {
	position: absolute;
	left: 0;
	top: 110%;
	min-width: 250px;
	background: #fff;
	padding: 25px 0;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 4px 8px 0px rgba(200, 200, 200, 0.2);
	text-align: left;
    z-index: 2;
}
.main-menu nav ul li:hover > .submenu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.main-menu nav ul li .submenu li {
	display: block;
	margin: 0;
	margin-bottom: 20px;
}
.main-menu nav ul li .submenu li:last-child {
	margin-bottom: 0;
}
.main-menu nav ul li .submenu li a {
	display: block;
	padding: 0 25px;
	color: #666;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
    background: none;
}
.main-menu nav ul li .submenu li:hover > a{
    color: #fe6600;
}
.main-menu2 nav ul li .submenu li:hover > a{
    color: #ff2c40;
}

.main-menu nav ul li .submenu .submenu{
    left: 100%;
    top: 0;
}
.main-menu nav ul li.menu-last .submenu .submenu{
    left: auto;
    right: 100%;
}

/* StarExtra-info-bar*/
.bottom-link {
    height: 80px;
    width: 80px;
    text-align: center;
    position: absolute;
    line-height: 80px;
    border: 1px solid #dbdbdb;
    color: #222;
    font-size: 18px;
    border-radius: 50%;
    bottom: 50px;
    left: 37%;
}

.extra-inofo-bar-1 {
    width: 290px;
    height: 730px;
    z-index: 88;
    top: 0;
    padding: 30px;
    transition: .7s;
    transform: translateX(100%);
    border-radius: 0;
    z-index: 99999;
    position: fixed;
    background: #646464;
}

.extra-inofo-bar-left {
    right: inherit;
    left: 0;
    transform: translateX(-100%);
}

.extra-inofo-bar-left {
    right: inherit;
    left: 0;
    transform: translateX(-100%);
}

.extra-inofo-bar-left.info-open {
    transform: translateX(0);
}

.extra-inofo-bar-1 button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff7fa;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #ff3d4f;
    border: none;
    font-size: 26px;
    padding: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

.extra-inofo-bar-1 button:hover {
    color: red;
}

.extra-inofo-bar-1.info-open {
    /* right: -100%; */
    transform: translateX(0);
}

/* EndExtra-info-bar*/


/* Header Right */
.header-button {
    margin-left: 20px;
}
.header-search-user li a {
	height: 60px;
	width: 60px;
	display: inline-block;
	line-height: 58px;
	border: 2px solid #686868;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	color: #d2d2d2;
	transition: .4s;
}

.header-search-user li:hover a {
	background: #fe6600;
	border: 2px solid transparent;
	color: #fff;
}

.header-search-user li {
    margin-left: 19px;
}
.header-search-user ul {
    margin: 0;
}

/* Menu Search
-------------------------------------------------------*/
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0,0,0,.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s;
}

.search-wrap .main-search-input {
	width: 100%;
	height: 70px;
	border: 0;
	padding: 0 50px;
	text-transform: uppercase;
	background: transparent;
	font-size: 25px;
	color: #fff;
	border-bottom: 2px solid #898989;
	text-align: center;
	letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}
.search-close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}

.mobile-links li > a:hover {
  color: #b79d82;
}

/* 3. Hero */
.hero-padding {
    padding-top: 194px;
    padding-bottom: 105px;
}

.hero-sub-heading {
    font-size: 24px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 15px;
    display: block;
}

.hero-main-heading {
	margin-bottom: 27px;
	font-size: 90px;
}

.hero-front-thumb {
    position: absolute;
    right: 17.8%;
    top: 70px;
}

.h1-hero-right-thumb {
    left: -8%;
}

.hero-caption {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.site-cate-name h2 {
    font-size: 300px;
    color: rgba(255, 255, 255, 0.06);
    font-family: 'Snell Roundhand';
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.site-cate-name {
    position: absolute;
    bottom: -30px;
    right: 50px;
    display: inline-block;
}

/* 4. Archivement */
.archivment-front h3 {
    color: #222222;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}

.archivment-front p {
    color: #444;
    font-size: 16px;
    line-height: 1.57;
}
.black-bg .archivment-front p {
    color: #ddd;
}

h3.archivment-back {
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    color: #f3f3f3;
    font-size: 200px;
    font-family: 'Snell Roundhand';
    font-style: italic;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
}

.section-title2 {
    display: inline-block;
}

/* Reward_movi */
.reward-box-wrapper {
    border: 2px solid #f5f5f5;
    padding: 40px;
    transition: .3s;
    position: relative;
}
.tag-award {
    position: absolute;
    top: 0;
    right: 0;
    background: #fe6600;
    padding: 8px 25px;
    line-height: .8;
    margin-top: 2px;
    margin-right: 2px;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 40px;
}
.tag-award::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 28px;
    border-color: transparent transparent transparent #007bff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.reward-box-wrapper i.icon img {
    margin-bottom: 45px;
}

.reward-box-wrapper h3 {
    margin-bottom: 25px;
}

.reward-box-wrapper span {
    color: #fe6600;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
}

.section-title {
    position: relative;
    text-align: center;
}

.archivment-front {
    position: relative;
    z-index: 9;
}

.reward-box-wrapper p {
    font-size: 16px;
    line-height: 1.57;
    margin-bottom: 33px;
}

.read-more-link {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-bottom: 0;
    display: inline-block;
}
.read-more-link i {
    position: relative;
    top: 1px;
    font-size: 15px;
    transition: .3s;
    display: inline-block;
}
.read-more-link:hover i{
    transform: translateX(3px);
}
.reward-box-wrapper1 {
    border-right: 0;
}

.reward-box-wrapper3 {
    border-left: 0;
}

.reward-box-wrapper:hover {
    border-color: #fe6600;
}

/* 5. Video */
.video-wrap {
    position: relative;
    z-index: 99;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
}

.play-btn a {
    background-color: rgb(254, 102, 0);
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding-left: 5px;
    padding-top: 1px;
}

.play-btn a:hover {
    background: #fff;
    color: rgb(254, 102, 0);
}

/*  6. We Do */
/*.single-we-do-box {
    transition: .3s;
    background: #fff;
    padding: 40px 30px;
    position: relative;
    border-bottom: 3px solid transparent;
    padding-top: 35px;
}*/
/*.single-we-do-box:hover {
	transform: translateY(-10px);
    border-color: #FE6600;
}*/
/*.we-do-btn a {
    color: #555;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #eee;
    padding: 0 30px;
    height: 50px;
    line-height: 46px;
}*/
/*.we-do-btn i {
    position: relative;
    top: 1px;
    font-size: 15px;
    transition: .3s;
    display: inline-block;
    margin-left: 5px;
}
.we-do-btn a:hover i {
    transform: translateX(3px);
}
.we-do-btn a:hover{
    background: #FE6600;
    color: #fff;
    border-color: #FE6600;
}
.we-do-btn a::before {
	position: absolute;
	color: #fff;
	background: #fe6600;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: .5s;
	opacity: 0;
	z-index: 9999;
	line-height: 54px;
}
.we-do-tittle h3 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 17px;
    position: relative;
    z-index: 99;
}
.we-do-para p {
    font-size: 16px;
    margin-bottom: 30px;
}

.we-do-top-back h2 {
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    color: #e6e6e6;
}

.we-do-top-back {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
}

.single-we-do-box:hover .we-do-top .we-do-btn a::before {
    opacity: 1;
}

.single-we-do-box:hover .we-do-top-back {
    opacity: 1;
}
*/
.we-do-area {
    margin-top: -245px;
    padding-top: 360px;
    padding-bottom: 90px;
}

.section-title.team-titles .archivment-back {
    transform: translateY(-40%);
    right: 40px;
}
.we-do-icon a {
    font-size: 95px;
    line-height: 1;
}
.trending-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-width: 0 60px 60px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #FFA942;
}
.trending-label i {
    position: absolute;
    top: 11px;
    left: 35px;
    color: #fff;
    font-size: 14px;
}

/* 7. Movie */
.movi-area {
    padding: 120px 185px;
}

.section-title2 .archivment-front h3 {
    color: #ffff;
}

.section-title2 h3.archivment-back {
    color: #303030;
    left: -12px;
    top: 59%;
}

.section-title2 .archivment-front {
    text-align: left;
}

.video-singl-img img {
    width: 100%;
}

.movi-btn {
    position: relative;
    bottom: 30px;
}

.video-singl-img {
    position: relative;
}
.video-singl-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
    opacity: 0;
    transition: .4s;
    pointer-events: none;
}

.video-sing-img-wrap:hover .video-singl-img::before {
    opacity: 1
}

.video-sing-img-wrap {
    position: relative;
}
.project-desc img {
    width: 100%;
}
.project-desc a {
    position: relative;
    display: block;
}
.project-desc a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
    opacity: 0;
    transition: .4s;
    bottom: 0;
    left: 0;
}
.project-desc:hover a:before{
    opacity: 1;
    height: 100%;
}
.project-desc a::after {
    position: absolute;
    content: "\f067";
    opacity: 1;
    transition: .4s;
    font-family: "Font Awesome 5 Pro";
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 35px;
    transition: .3s;
    opacity: 0;
}
.project-desc:hover a::after{
    opacity: 1;
}
.video-link a {
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: auto;
    opacity: 1;
    transition: .6s;
    cursor: pointer;
    transform: scale(.9);
    display: inline-block;
}

.video-link a:hover {
    background: #FE6600;
    border: 2px solid #FE6600;
    color: #fff;
}
.video-content {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
    visibility:hidden;
    opacity: 0;
    z-index: 9
}
.video-sing-img-wrap:hover .video-content {
    opacity: 1;
    visibility:visible;
    top: 50%;

}
.video-content h3 {
    color: #fff;
}
.video-content span {
    color: #fff;
    text-transform: capitalize;
}


.portfolio-menu button.active {
    color: #fff;
    background-color: #fe6600;
    border: 2px solid transparent;
}

.portfolio-menu button {
    color: #b9b9b9;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #484848;
    border-radius: 30px;
    font-weight: 600;
    font-family: 'Karla', sans-serif;
    padding: 19px 41px;
    margin: 0 5px;
    line-height: 1;
    transition: .4s;
    cursor: pointer;
    background: none;
}

.portfolio-menu button:hover {
	background: #fe6600;
	border: 2px solid transparent;
	color: #fff;
}

.portfolio-menu button.active {
    background: #fe6600;
}

/* 8. Team */
.team-social {
    position: absolute;
    right: 38px;
}

.team-box {
    border: 2px solid #f2f2f2;
    padding: 30px 30px 33px 37px;
    transition: .3s;
}
.team-box:hover{
    border-color: #fe6600;
}
.team-img {
    position: relative;
    margin-top: -105px;
    left: -92px;
    transition: .3s;
}
.team-box:hover .team-img{
    transform: translateY(-5px);
}
.team-social ul li a {
    color: #cacaca;
    font-size: 14px;
    margin-bottom: 17px;
    display: block;
    line-height: 1;
}

.team-social ul li:hover a {
    color: #fe6600;
}

.team-social ul li.active a {
    color: #fe6600;
}

.team-bottom span {
    margin-bottom: 13px;
    display: block;
    color: #fe6600;
    font-size: 14px;
}

.team-bottom h3 {
    color: #222222;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 23px;
}

/* teammembers */
.members-img img {
    width: 100%;
}

.members-img-thumb img {
    width: 100%;
}

.members-img {
    position: relative;
}

.members-img-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .6s;
}

.thumb-content-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.single-members:hover .members-img-thumb,
.single-members:hover .thumb-content-box {
    opacity: 1;
    visibility: visible;
}

.single-members.active .members-img-thumb,
.single-members.active .thumb-content-box.active {
    opacity: 1;
    visibility: visible;
}

.thumb-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 100px;
    padding-right: 90px;
}
.thumb-content h3 {
    color: #ffffff;
    font-size: 60px;
}

.thumb-content h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 50px;
}

.thumb-content a {
    color: #222222;
    background: #ffff;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}

.thumb-content a:hover {
    background: #FE6600;
    color: #ffff;
}


/*team style 03*/
.bt-team .team-img  {
    overflow: hidden;
}
.bt-team .team-img img {
    width: 100%;
    border-radius: 5px;
}
.bt-team:hover .team-img img {
    transform: scale(1.1);
}
.bt-team .team-info {
    margin-top: -75px;
    background: #fff;
    position: relative;
    z-index: 99;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0px 10px 31.68px 0.32px rgba(172, 172, 172, 0.22);
    padding: 30px 20px;
}
.bt-team .team-info {
    margin-top: -70px;
    background: #fff;
    position: relative;
    z-index: 99;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0px 10px 31.68px 0.32px rgba(172, 172, 172, 0.22);
    padding: 30px 20px;
}
.bt-team .team-img {
  position: relative;
  border-radius: 10px;
}
.bt-team .team-img:before {
  position: absolute;
  background: #000;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s;
  border-radius: 10px;
}
.bt-team:hover .team-img:before{
    opacity: .4;
}
.bt-team .team-info h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
}
.bt-team .team-info span {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
.bt-team .team-social {
    position: static;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    transform: inherit;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.bt-team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    background: #fe6600;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    margin: 0 3px;
}
.bt-team .team-social a:hover{
    background: #222;
    color: #fff;
}
.bt-team .team-img {
    margin-top: 0;
    left: 0;
}


/* 9. Blog */
.news-feed-img img {
    width: 100%;
}

.Industry ul li {
    margin-bottom: 22px;
    display: inline-block;
    margin-right: 16px;
}

.Industry ul li a {
    color: #fe6600;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.news-feed-content h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 18px;
}

.news-feed-content h3:hover a {
    color: #fe6600;
}

.news-feed-content p {
    line-height: 1.66;
}

.news-feed-content {
    border: 2px solid #ddd;
    border-top: 0;
}

.news-feed-content {
    border: 2px solid #ddd;
    border-top: 0;
    padding: 32px 35px 23px 38px;
}

.single-news-feeds {
    position: relative;
    transition: .6s;
}
.news-height {
    min-height: 520px;
    display: flex;
    align-items: end;
    background-position: center center;
    background-size: cover;
}
.news-height:before{
  background-image: -moz-linear-gradient( 90deg, rgb(34,34,34) 0%, rgba(34,34,34,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(34,34,34) 0%, rgba(34,34,34,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(34,34,34) 0%, rgba(34,34,34,0) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.news-feed-content.news-feed-content-2 {
    padding: 0px 35px 22px 38px;
    border: 0;
    position: relative;
    z-index: 9;
}

.news-feed-content.news-feed-content-2 h3 {
    color: #fff;
}
.news-feed-content.news-feed-content-2 p a{
    text-transform: capitalize;
}
.news-feed-content.news-feed-content-2 p a,.news-feed-content.news-feed-content-2 p span {
    color: #bababa;
}
.news-feed-content.news-feed-content-2 p{
    margin: 0;
}
.news-feed-content.news-feed-content-2 p a:hover {
    color: #fe6600;
}
.post-categories {
    line-height: 1;
}
.bt-news-box {
    box-shadow: 0 20px 50px rgba(0,0,0,.05);
}
.bt-news-box .news-feed-content {
    border: 0;
    padding: 30px 30px;
}
.bt-news-meta span {
    color: #647589;
    margin-right: 10px;
}
.bt-news-meta span a {
    text-transform: capitalize;
}

/*  10. Subscribe */
.section-title.section-title5 p.subscribe {
    color: #fe6600;
}

.section-title.section-title5 p.subscribe {
    color: #fe6600;
    font-weight: 400;
    font-size: 18px;
}

.subscribe-form .input-box-area input {
    background: none;
    border: none;
    width: 100%;
    border-bottom: 2px solid #ddd;
    padding-left: 56px;
    padding-bottom: 18px;
}

.subscribe-form .input-box-area i {
	color: #fe6600;
	position: absolute;
	bottom: 0;
	margin: 0;
	top: 5px;
	left: 28px;
	line-height: 1;
    z-index: 9
}


.input-box-area {
    position: relative;
}

.subscribe-area {
    border: 2px solid #f6f6f6;
    padding: 113px 0px 87px 0px;
}

.subscribe-form {
    padding: 0 120px;
}

/* footer */
.footer-title h4 {
    color: #f3f3f3;
    font-size: 24px;
    margin-bottom: 33px;
    line-height: 1;
}
.footer-area-top ul.menu li a, .footer-area-top ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-area-top ul.menu li a:hover,.footer-area-top ul li a:hover {
    color: #fe6600;
}

.footer-area-top ul.menu li, .footer-area-top ul li {
    margin-bottom: 14px;
    list-style: none;
    color: #bfbfbf;
}
.zoom-instagram-widget__items .zoom-instagram-link {
    height: 61px !important;
    filter: grayscale(0);
}
.widget .zoom-instagram-widget__items .zoom-instagram-link {
    height: 90px !important;
    filter: grayscale(0);
}
.zoom-instagram-widget__items .zoom-instagram-link:hover {
    filter: grayscale(0);
}

.footer-title {
    position: relative;
}

.footer-title::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #fe6600;
	position: absolute;
	border-radius: 50%;
	left: -15px;
	bottom: 2px;
}
.footer-form .subscribe__form--input {
    height: 55px;
    border: 0;
    padding: 0 25px;
}
.footer-form .gradient-btn {
    font-size: 16px;
    color: #222222;
    padding: 16px 30px;
    margin-top: 10px;
}
.footer-form .gradient-btn::before {
    display: none;
}
.footer-form .gradient-btn span {
    color: #fff;
}
.footer-form .gradient-btn:hover span {
    color: #222;
}
.black-bg .footer-text p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-form {}
.footer-area-bottom {
    border-top: 2px solid #424242;
}

.footer-area-bottom {
	border-top: 2px solid #424242;
	padding-top: 25px;
	padding-bottom: 25px;
}

.copy-right p {
    color: #bfbfbf;
}

.footer-social ul li {
    display: inline-block;
    margin-left: 16px;
}

.footer-social ul li a {
    color: #bfbfbf;
    font-size: 14px;
}

.footer-social ul li:hover a {
    color: #fe6600;
}

/* 11. footer  */
.f-4-border {
	border: 2px solid #414141;
}
.f-4-logo-border {
	padding: 50px 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #414141;
}
.h4-footer-social li{
    display: inline-block;
    list-style: none;
}
.h4-footer-social a {
	color: #fff;
	background: #393939;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	line-height: 42px;
	margin-left: 5px;
}
.h4-footer-social a:hover {
	color: #222;
	background: #81e637;
}
.footer-w-title{
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.footer-about p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
}
.menu-our-pages-container ul li {
	margin-bottom: 9px;
	float: left;
	width: 50%;
    list-style: none;
}
.menu-our-pages-container ul li a {
	color: #fff;
	font-size: 16px;
}
.menu-our-pages-container li a:hover{
    color: #fff;
}
.widget-posts-image {
	float: left;
}
.widget-posts-title {
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
}
.widget-posts-title a:hover{
    color: #bdbdbd;
}
.widget-posts-meta {
	color: #c6c6c6;
	font-size: 14px;
}
.footer-widget .widget-posts-body {
    overflow: hidden;
    padding-top: 0;
}
.widget-post-list {
	overflow: hidden;
	margin-bottom: 20px;
}
.footer-widget .widget-posts-image img {
	width: 80px;
	height: 70px;
	border-radius: 0;
	margin-right: 20px;
}
.footer-area-top .widget-posts-image img {
    width: 80px;
    height: 70px;
    border-radius: 0;
    margin-right: 15px;
}
.footer-area-top .widget-posts-body {
    padding-top: 0;
}
.footer-area-top .widget-posts-meta {
    color: #c0c5cb;
}
.footer-area-top .widget-posts-title {
    font-size: 15px;
}
.widget-box {
	padding: 40px;
	padding-bottom: 20px;
}
.copy-right p {
    margin: 0;
    font-size: 14px;
}
.black-bg .copy-right p{
    color: #fff;
}
/* instagram */
.insta-feed li {
    float: left;
    width: 33.33%;
    margin-bottom: 16px;
    padding: 0 8px;
}

.insta-feed {
    overflow: hidden;
    margin: 0 -8px;
}

.insta-feed li a img {
    width: 100%;
}

.insta-feed li a {
    display: block;
}

/* HomePage02 */
/* header */
.h2-header-padding {
    padding: 20px 65px;
}

.h2-menu-area {
	padding-left: 0;
}

.h2-hero-caption span {
    color: #c9c9c9;
}
.h2-hero-caption > p {
	font-size: 18px;
	color: #dbdbdb;
	margin-bottom: 35px;
	padding-right: 20px;
}

.h2-hero-caption .hero-main-heading {
    font-size: 100px;
}

.h2-hero-caption>a {
    margin-right: 19px;
}

.slider-active .h2-hero-padding {
	min-height: 950px;
}

.section-line-long {
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.20);
    top: 0;
}

.section-line-long1 {
    left: 20%;
}

.section-line-long2 {
    left: 40%;
}

.section-line-long3 {
    left: 60%;
}

.section-line-long4 {
    left: 80%;
}

.h2-header-search-user li {
    display: block;
    margin-bottom: 20px;
}

.h2-header-search-user li a {
    border-radius: 0;
}

.h2-header-search-user ul li a:hover {
    background: #ff2c40;
    color: #fff;
}

.h2-header-search-user {
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 999;
}

.h2-header-search-right {
    position: absolute;
    right: 60px;
    left: auto;
}

.h2-section-title h2 span {
    font-size: 60px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.h2-section-title > p {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 17px;
}
.h2-section-title.testimonials-tittle p {
    color: #ddd;
}
.h2-about-content p {
    font-size: 16px;
}

.h2-section-title h2::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #ff2c40;
    left: -20px;
    top: -6px;
}

.h2-section-title>h2 {
    position: relative;
    display: inline-block;
}

.h2-about-content {
    padding-right: 24px;
}

.counter-number {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
}

.counter-title {
    font-size: 16px;
}

.single-counter {
    margin-bottom: 30px;
}

.h2-counter-area {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}

/* skills */
.h2-section-title2 h2 span {
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 40px;
}

.skills-img img {
    width: 100%;
}

.h2-section-title2 p {
    color: #cccccc;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
}

.single-skill span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    display: block;
}

.skills-content {
    padding-top: 200px;
    padding-left: 70px;
}

.skills-shape-bg {
    height: 651px;
    width: 868px;
    position: absolute;
    content: "";
    border: 2px solid #4d4d4d;
    left: 40%;
    top: 255px;
}

.skills-shape-bg::before {
    position: absolute;
    content: "";
    height: 465px;
    width: 300px;
    border: 2px solid #4d4d4d;
    left: -35%;
    top: 50%;
    transform: translateY(-50%);
    border-right: 0;
}


.bar-title h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    letter-spacing: 2px;
}
.progress-bar span {
    color: #ff4a57;
    font-size: 11px;
    margin-top: -31px;
    font-weight: 500;
}
.progress-bar span > span {
    border: 2px solid #595959;
    width: auto;
    display: inline-block;
    line-height: 1;
    padding: 5px 4px;
}
.progress-bar {
    background-color: #FF2C40;
    text-align: right;
}
.progress {
    border-radius: 0;
    height: 2px;
    overflow: visible;
    background: #484848;
}

/* Reward */
.reward-tittle span {
    color: #ff2c40;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.reward-tittle h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}

.reward-tittle i {
    color: #d0d0d0;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Playfair Display', serif;
}

.bg-overly::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.90);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

/* dot-style */

.dot-style .slick-dots button {
    text-indent: -10000px;
    height: 4px;
    width: 24px;
    cursor: pointer;
    background: #464342;
    border: none;
}

.dot-style .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -104px;
}

.dot-style .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.dot-style .slick-dots .slick-active button {
    background: #fff;
}

.single-brand a {
    display: inline-block;
}
.single-brand {
    text-align: center;
}
.single-brand.slick-slide img{
    display: inline-block;
}

/*rewards_img */
.rewards-img img {
    width: 100%;
}

.single-rewards {
    position: relative;
}

.rewards-content {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
}

.rewards-content a {
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.single-rewards::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(34, 34, 34, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(34, 34, 34, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(34, 34, 34, 0) 100%);
    opacity: 1;
    transition: .4s;
    left: 0;
    top:0;
}

.rewards-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    transition: .4s;
    opacity: 0;
}
.rewards-icon img {
	width: 170px;
}
.single-rewards:hover.single-rewards .rewards-icon {
    opacity: 1;
}

.single-rewards.active .rewards-icon {
    opacity: 1;
}

/* cool_Works */
.works-img img {
    width: 100%;
}
.cool-works-bg {
	position: absolute;
    top: 150px;
    left: ;
}

.cool-works-bg img {
    width: 100%;
}

.single-cool-wroks {
    position: relative;
}

.single-cool-wroks::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.502);
    transition: .4s;
    opacity: 0;
    top: 0;
    left: 0;
}

.works-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    transition: .4s;
    opacity: 0;
}

.single-cool-wroks:hover.single-cool-wroks::before {
    opacity: 1;
}

.single-cool-wroks:hover.single-cool-wroks .works-icon {
    opacity: 1;
}

.single-cool-wroks.active.single-cool-wroks::before,
.single-cool-wroks.active.single-cool-wroks .works-icon {
    opacity: 1;
}

.cool-wroks-active .slick-arrow {
	position: absolute;
	top: -180px;
	background: none;
	border: none;
	z-index: 999;
	right: 19%;
}

.cool-wroks-active .slick-prev.slick-arrow {
	right: 23%;
}

.cool-wroks-active button i {
	border: 2px solid #eee;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
    cursor: pointer;
    transition: .3s;
}

.cool-wroks-active .slick-next i {
    color: #ff2c40;
    border-color: #ff2c40;
}
.cool-wroks-active .slick-arrow:hover i {
    color: #fff;
    background: #ff2c40;
    border-color: #ff2c40;
}

.cool-wroks-active button i {
    color: #000;
    font-size: 18px;
}

.works-icon>a>img {
    display: inline-block !important;
}

.custom-row2 {
    padding-left: 70px;
}

.single-cool-wroks {
    margin-right: 0;
}

.cool-wroks-active {
    padding: 0 150px;
}

/* 12. Contact */
.contact-box {
    padding: 60px 66px 60px 66px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 14px 28px 0px rgba(193, 193, 193, 0.1);
}

.contact-icon img {
    margin-bottom: 47px;
}

.h2-section-title.contact-tittle h2 span {
    font-size: 24px;
}

.h2-section-title.contact-tittle h2::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #ff2c40;
    left: -10px;
    top: -7px;
}

.contact-contents ul li a {
    color: #444;
    font-size: 16px;
    margin-bottom: 14px;
    display: block;
}

.contact-contents a.contact-btn {
    border: 2px solid #e7e7e7;
    padding: 20px 55px;
    display: inline-block;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.contact-contents a:hover.contact-btn {
    border: 2px solid transparent;
    background: #ff2c40;
    color: #fff
}

/* testimonials */
.h2-section-title.testimonials-tittle h2 span {
    color: #fff;
    margin-bottom: 15px;
}

.testmonial-item i {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    width: 60px;
    height: 60px;
    background: #111111;
    border-radius: 50%;
    line-height: 60px;
    transition: .3s;
}
.testmonial-item:hover i{
    background: #FE6600;
}
.testimonial-item2>i {
    background: #fe6600;
}

.testmonial-item p {
    color: #d0d0d0;
    font-size: 18px;
    margin-bottom: 30px;
}
.test-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.test-author h4{
    color: #ffffff;
    font-size: 24px;
    margin-right: 15px;

}
.test-author span{
    color: #ff2c40;
    font-size: 16px;
    
}
.testmonial-item p.textimonial-pra {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 40px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
}

.testmonial-nav {
    width: 100px;
}
.test-full-box{position: relative;}
.testmonial-nav-main {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.testmonial-item-active {
    padding-left: 70px;
    padding-right: 60px;
    margin-left: 70px;
}
.elementor  .test-st-image img {
    max-width: inherit;
}
.testmonial-item-active .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testmonial-item-active .slick-dots li {
  list-style: none;
}
.testmonial-item-active .slick-dots li.slick-active button {
  background: #ff2c40;
}
.testmonial-item-active .slick-dots li button {
  border: 0;
  height: 30px;
  width: 7px;
  text-indent: -9999px;
  margin: 2px 0;
  padding: 0;
  background: #474747;
  transition: .3s;
}
.testmonial-nav button {
    background: none;
    position: absolute;
    top: -242%;
    color: #333333;
    transform: translateY(-50%);
    border: none;
    font-size: 21px;
}

.testmonial-nav button {
    color: #333333;
    font-size: 21px;
}

.h3-blog-active .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: inherit;
    margin-right: inherit;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.testmonial-thumb img {
    transform: scale(1);
    transition: .6s;
    opacity: 0.4;
    margin: 15px 0;
}

.testmonial-thumb.slick-center img {
    transform: scale(1);
    opacity: 1;
}

.testmonial-nav button.slick-next {
    left: auto;
    right: -15px;
}

.testmonial-nav button.slick-prev {
    left: -181%;
}

.testmonial-nav button.slick-next {
    right: -181%;
}

.testmonial-nav button i {
    border: 2px solid #383838;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #fff;
    transition: .4s;
}

.testmonial-nav button:hover i {
    border-color: #ff2c40;
    color: #ff2c40;
}

.testmonial-item-active .testmonial-nav button:hover i {
    border-color: #fe6600;
    color: #fe6600;
}

.feeds_form-area .container-fluid {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 19% ;
}

.h3-blog-active button {
    display: none !important;
}

/* News_Feeds */
.h2-section-title.testimonials-tittle.news-feed-tittle h2 span {
    color: #222222;
}

.h2-news-img img {
    width: 100%;
    margin-bottom: 38px;
}

.h2-news-contnet span a {
    color: #ff2c40;
    line-height: 1;
    margin-bottom: 19px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.h2-news-contnet h3 a {
    font-size: 34px;
    margin-bottom: 20px;
    display: block;
}
.h2-news-contnet h3 a:hover {
    color: #ff4454;
}
.h2-news-contnet p {
	color: #444;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 19px;
	display: block;
	padding: 0 20px;
}

.h2-news-contnet a.h2-news-btn {
	color: #ff4454;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	font-weight: 700;
}

.h2-single-news-feed:hover .h2-news-contnet a.h2-news-btn {
    visibility: visible;
    opacity: 1;
}

.h2-single-news-feed.active .h2-news-contnet a.h2-news-btn {
    visibility: visible;
    opacity: 1;
}

/* blog 2 */
.news-img img {
	width: 100%;
}
.news-box {
	padding: 0 30px;
	margin-top: -85px;
}
.news-box .news-box {
  background: #fff;
}
.news-box .news-text {
  background: #fff;
  position: relative;
  padding: 35px;
  box-shadow: 0px 10px 40px 0px rgba(0, 36, 107, 0.15);
  padding-top: 33px;
}
.news-box .news-text h4 a:hover {
	color: #FF4646;
}
.news-box .news-meta span a:hover {
	color: #FF4646;
}

.latest-news {
  position: relative; }

.news__thumb img {
  width: 100%; }
.postbox__thumb img {
	width: 100%;
}
.blog-inner-img img{
	width: 100%;
}
.news__caption h2 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.4;
}
.news__caption h2 a:hover {
	color: #fe6600 ;
}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .news-link:hover {
    color: #ffffff; }

.news-link i {
  transition: .3s;
  display: inline-block; }

.news-link:hover i {
  transform: translateX(3px); }

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}

.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
  color: #fe6600 ;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
}
.post-meta span {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	color: #6f7172;
	margin-right: 20px;
}
@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #fe6600 ;
}
.post-meta span i {
	color: #fe6600 ;
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.post-meta span a {
	color: #6f7172;
}
.postbox__text {
    background: #fff;
    padding: 32px;
}

.p-50 {
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.post-meta {
	margin-bottom: 20px;
}
.post-meta.mb-10 {
	margin-bottom: 10px;
}

.blog-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.blog-title a:hover {
  color: #fe6600 ;
}

.read-more {
  text-transform: uppercase;
  font-weight: 500;
}
.read-more {
	color: #fe6600;
	font-weight: 600;
}
.read-more:hover {
  color: #fe6600 ;
}
.read-more:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.read-more i {
  transition: .3s;
  display: inline-block;
}

.blog-title-sm {
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 1.5;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
  background: #fe6600 ;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}
.postbox__video img {
	max-width: 100%;
}
.video-btn {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #fe6600 ;
  transform: translateY(-50%);
}

.video-btn:hover {
  background: #fe6600 ;
  color: #ffffff;
}
.post-text blockquote {
	background: #F7F7FD;
	padding: 50px;
	position: relative;
	padding-left: 142px;
}
@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}
.post-text blockquote p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
}
.post-text blockquote footer {
	font-size: 14px;
	letter-spacing: 1px;
	color: #fe6600 ;
	font-weight: 600;
	text-transform: uppercase;
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.bakix-navigation span a{
    color: #666;
}

.bakix-navigation span a:hover {
  color: #fe6600 ;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #fe6600 ;
}
.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}
.search-form input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #f5faff;
	padding: 0 25px;
	text-transform: capitalize;
}
.search-form input:focus::placeholder{
	opacity: 0;
}
.search-form input:focus::-moz-placeholder{
	opacity: 0;
}
.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 24px;
    color: #fff;
    line-height: 60px;
    border: 0;
    background: #fe6600;
}

.search-form button:hover {
  color: #fff ;
  background: #222;
}
.widget-title {
    font-size: 22px;
    margin-bottom: 0px;
    position: relative;
    display: block;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.widget .widget-title::before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #fe6600;
}

.about-me img {
	margin-bottom: 25px;
	border-radius: 50%;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
	display: inline-block;
	margin: 0 8px;
	color: #fe6600 ;
}

.widget-social-icon a:hover {
  color: #fe6600 ;
}
.banner-widget img {
	max-width: 100%;
}
.widget .recent-posts > li {
overflow: hidden;
}
.widget .recent-posts > li:not(:last-child) {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
    width: 100px;
    height: 100px;
	border-radius: 0;
	margin-right: 20px;
}
.widget-posts-body {
    overflow: hidden;
    padding-top: 8px;
}

.widget-posts-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
}
.widget .widget-posts-title{
    color: #222;
}

.widget-posts-title a:hover {
  color: #fe6600 ;
}
.widget-posts-meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .4px;
    color: #7b8491;
    margin-bottom: 7px;
}
.widget-post-list .widget-posts-meta {
    margin: 0;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}
ul.cat li a {
	display: block;
	color: #647589;
}

ul.cat li a:hover {
  color: #fe6600 ;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #fe6600 ;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}
.tagcolud a {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	background: #f5faff;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #5f5b5b;
	border-radius: 2px;
}

.tagcolud a:hover {
  background: #fe6600 ;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: .3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #fe6600 ;
  border-color: #fe6600 ;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: .3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #fe6600 ;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}
.theme-author.author {
    background: #fff;
    padding: 0 60px 44px 60px;
    margin-top: 110px;
}
@media (max-width: 767px) {
  .theme-author.author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
    margin-bottom: 20px;
}
.author-img img {
  margin-top: -60px;
}
.author-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.author-text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: .3s;
}

.author-icon a:hover {
  color: #fe6600 ;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
	color: #fe6600;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #fe6600 ;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
	font-size: 26px;
	color: #140a20;
	margin-bottom: 0;
}

.conatct-post-form {
	margin-bottom: 20px;
	padding: 50px 35px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.09);
}
.conatct-post-form label {
	font-weight: 600;
	color: #223645;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
	display: block;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
	height: 55px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	color: #223645;
	border: 1px solid transparent;
	background: #eceff3;
	transition: .3s;
}
.conatct-post-form input:focus {
	background: #fff;
	border-color: #fe6600 ;
}
.conatct-post-form textarea {
	height: 170px;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	color: #223645;
	font-size: 14px;
	border: 1px solid transparent;
	background: #eceff3;
	transition: .3s;
}
.conatct-post-form textarea:focus {
	background: #fff;
	border-color: #fe6600 ;
}
#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #fe6600 ;
  top: 18px;
}
.conatct-post-form .contact-icon::before{
	display: none;
}
.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

/* h2-footer */
.footer-right-img {
    position: absolute;
    right: 0;
    width: 50%;
}

.h2-footer-content {
    padding-left: 102px;
    padding-right: 98px;
}

.footer-left-img {
    position: absolute;
    left: 0;
    width: 50%;
}

.footer-right-img {
    position: absolute;
    right: 0;
}

.h2-footer-contnet-right {
    padding-left: 100px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.h2-footer-contnet-right h3 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 19px;
}

.footer-menu-widget ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 50px;
}

.h2-footer-contnet-right .footer-menu-widget ul li a {
    color: #ffffff;
}

.h2-footer-contnet-right .footer-menu-widget ul li:hover a {
    color: #ff4454;
}

.h2-footer-social ul li {
    display: inline-block;
    margin-right: 19px;
}

.footer-menu-widget ul {
   margin: 0;
}
.h2-footer-social ul li a {
    color: #fff;
    font-size: 16px;
    width: 60px;
    height: 60px;
    background: transparent;
    line-height: 60px;
    border: 2px solid #5e6365;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.h2-footer-social ul li:hover a {
    color: #222222;
    background: #fff;
    border: 2px solid transparent;
}

.h2-footer-social ul li.active a {
    color: #222222;
    background: #fff;
    border: 2px solid transparent;
}

.footer-icon img {
    margin-bottom: 143px;
}
.footer-copyright p {
	color: #bfbfbf;
}
/* h3.about */
.about-left-conent span.a_sub_title {
    color: #fe6600;
    font-size: 14px;
    margin-bottom: 22px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.about-right-conent span {
    font-size: 26px;
    color: #222222;
    display: block;
    margin-bottom: 40px;
}

.about-left-conent h2 {
    color: #222222;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-btn a {
    border: 2px solid #222222;
    padding: 19px 29px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    line-height: 1;
}

.about-btn span>a {
    padding: 18px 29px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    border: 2px solid #222222;
    line-height: 1;
    margin-bottom: 0;
    border-left: 0;
}

.about-right-conent h5 {
    color: #222222;
    font-size: 26px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 40px;
}

.about-right-conent>p {
    margin-bottom: 30px;
}

/*movi-list */
.testmonial-thumb2 {
    padding-right: 30px;
}

.testmonial-nav2 button {
    display: none !important;
}

.desgnation-number {
    margin-bottom: 133px;
    margin-top: 50px;
}

.testmonial-thumb2 img {
    width: 100%;
    cursor: pointer;
}

.movi-list-area img {
    width: 100%;
}

.services-tittle span {
    color: #fe6600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
    letter-spacing: 0.2em;
}

.services-tittle h3 {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 68px;
}

.single-m-list.frist-img {
    margin-top: -55px;
}

.m-iocn img {
    width: 100px;
}

.single-m-img {
    position: relative;
}

.m-iocn {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: .4s;
}

.single-m-img:hover .m-iocn {
    opacity: 1;
}

.play-video-icons a {
    display: inline-block;
}

.play-video-icons {
    position: relative;
    z-index: 99;
}

/* services */
.serv-iocn img {
    margin-bottom: 48px;
}

.serv-content h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}
.serv-content p {
    color: #cdcdcd;
    font-size: 14px; 
    padding: 0 26px;
}

.services-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.80);
    top: 0;
}

.monster-content span {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.50;
    margin-bottom: 23px;
    display: block;
}

.monster-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 30px;
}

.monster-btn span {
    padding-left: 27px;
    font-size: 16px;
}

.film-monster-area {
    background-size: cover;
    background-repeat: no-repeat;
}

/* h3-testimonial */
.h3-testimonial-tittle h3 {
    color: #222222;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}

.testmonial-item2 p {
	font-style: italic;
	font-size: 20px;
	font-size: 40px;
	color: #777777;
	line-height: 58px;
	font-family: 'Playfair Display', serif;
	margin-bottom: 35px;
	padding-right: 60px;
}

.testmonial-item2 i {
    width: 60px;
    height: 60px;
    background: #fe6600;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 46px;
    font-size: 18px;
    font-weight: 300;
}

.testmonial-item2 h4 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.desgnation-member h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.desgnation-member span {
    color: #fe6600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.desgnation-number h3 {
    color: #fe6600;
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
}

.desgnation-number h3 span {
    color: #cecece;
    font-size: 26px;
    letter-spacing: 2px;
    margin-right: 2px;
}

/* play_vidoe */
.h3-play-video-area {
    min-height: 800px;
}

.h3-play-video-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.502);
}

/* feeds_form */
.feeds-form-img::before {
    position: absolute;
    content: "";
    background: rgba(34, 34, 34, 0.502);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.feeds-form-img img {
    width: 100%;
}

.features-area::before {
    position: absolute;
    content: "";
    background: rgba(34, 34, 34, 0.502);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.feeds-form-tittle span {
    color: #fe6600;
    font-size: 14px;
    margin-bottom: 35px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.feeds-form-tittle h3 {
    color: #222222;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 78px;
}

.feeds-contents-top a {
    color: #fe6600;
    font-size: 14px;
    line-height: 1;
    padding: 12px 27px;
    background: #fff;
    display: inline-block;
    margin-bottom: 74px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feeds-contents-bottom h3 a {
    color: #222222;
    font-size: 34px;
    line-height: 46px;
}

.feeds-contents-bottom h3:hover a {
    color: #fe6600;
}

.feeds-contents-bottom > a {
    margin-bottom: 12px;
    display: block;
    font-size: 16px;
    color: #777;
    text-transform: capitalize;
}

.feeds-contents-bottom.feeds-contents-bottom2>a {
    color: #777777;
}

.feeds-contents-bottom.feeds-contents-bottom2 h3 a {
    color: #222222;
}

.feeds-contents-bottom2 h3:hover a {
    color: #fe6600;
}

.feeds-form-contents {
    position: relative;
    padding-right: 0;
    z-index: 999;
}

.h3-blog-thumb img {
    width: 100%;
}

.h3-blog-thumb img {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}
.h3-blog-wrapper {
    padding: 40px 40px;
    min-height: 330px;
}
.h3-blog-thumb {
    background: #eef4ff;
}
.h3-blog-wrapper::before {
    background: #eef4ff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    transition: .3s;
}
.h3-blog-wrapper:hover::before{
    opacity: 0;
}
.features-left-content h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.features-left-content p {
    color: #dfdfdf;
    font-size: 14px;
    line-height: 26px;
}

.features-tick-marks i {
    width: 60px;
    height: 60px;
    background: transparent;
    line-height: 54px;
    text-align: center;
    border: 3px solid #676767;
    color: #fff;
    font-size: 16px;
}

.single-features-contents {
    position: relative;
}

.features-tick-marks {
    position: absolute;
    top: -14px;
    left: 0px;
}

.h3-blog-wrapper:hover .h3-blog-thumb img {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.h3-blog-wrapper:hover .feeds-contents-bottom>a {
    color: #ffffff;
}

.h3-blog-wrapper:hover .feeds-contents-bottom h3 a {
    color: #ffffff;
}

/* h3-footer */
.copy-right.copy-right2 p {
    color: #222;
}

.footer-social.footer-terms ul li a {
    color: #222;
    padding: 0;
}

.footer-social.footer-terms.f-right ul li:hover a {
    color: #fe6600;
}

.footer-social.footer-terms ul li {
    margin-left: 31px;
}

.footer-area-bottom.footer-area-bottom2 {
    border-top: 1px solid #e3e3e3;
}

.h3-footer-social ul li {
    display: inline-block;
    margin-left: 12px;
}

.h3-footer-social ul li a {
    color: #777777;
}

.h3-footer-social ul li a i {
    width: 50px;
    height: 50px;
    border: 2px solid #e7e7e7;
    line-height: 50px;
    text-align: center;
    transition: .4s;
}

.h3-footer-social ul li:hover a i {
    border: 2px solid #222222;
}

.h3-footer-social ul li:hover a {
    color: #222222;
}

.h3-footer-tittle h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
    line-height: 40px;
}

.h3-footer-tittle span a {
    color: #fe6600;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.footer-title.footer-title3 h4 {
    color: #222;
}

.footer-3-widget ul.menu li a {
    color: #222;
}

.footer-3-widget ul li:hover a {
    color: #fe6600;
}

/* HomePage3 */
/* Header */
.clik-event ul li a {
    color: #999999;
    font-size: 20px;
    margin-right: 60px;
}

.sidebar-menu li a {
    font-size: 16px;
    color: #d2d2d2;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.sidebar-menu li a:hover {
    color: #fe6600;
}

.h3sidebar_icon {
    margin-right: 60px;
}

.h3sidebar_icon a i {
    font-size: 20px;
    color: #999999;
}

.h3-header-padding {
    padding: 60px 85px;
    padding-right: 595px;
}

.h3-hero-caption>h1 {
    font-size: 180px;
    color: #222;
    padding-left: 110px;
    line-height: 1;
}

.h3-hero-caption .h3-heading-1 {
    padding-left: 185px;
    display: block;
}

.h3-hero-area {
    padding-top: 220px;
    padding-bottom: 425px;
}

.h3-hero-img {
    position: absolute;
}

.h3-right-img {
    right: 0;
    top: 0;
}

.h3-left-img {
    bottom: 0;
    left: 0;
}

.search-bar form {
    position: relative;
}

.search-bar form i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999999;
}

.search-bar form input {
    padding: 0;
    padding-left: 33px;
    border: 0;
    font-size: 14px;
    color: #999999;
}

.h3-award-message h5 {
    font-size: 30px;
    color: #222222;
    display: inline-block;
    padding: 80px 85px;
    line-height: 1;
    background: #fff;
    position: absolute;
    bottom: 120px;
    right: 18%;
    z-index: 9;
    font-weight: 400;
}

.h3-award-message h5::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    background: #eaeaea;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 31%;
}

/* about-page */
/* header */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    background: none;
}

.page-titel-padding {
    padding-top: 287px;
    padding-bottom: 175px;
}

.hero-hedding h1 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-size: 90px;
    margin-bottom: 30px;
}

.breadcrumb-items,.breadcrumb-menu li {
    color: #cfcfcf;
    font-size: 18px;
    line-height: 1;
    color: color: #cfcfcf;
}

.breadcrumb-items a {
    color: #cfcfcf;
    font-size: 18px;
}
.breadcrumb-menu li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -1px;
    top: 0px;
}
.breadcrumb-menu li:first-child:before {
    display: none
}
.breadcrumb-items a:hover {
    color: #fe6600;
}
.hero-area.hero-bg2 {
    background-size: cover;
}
.breadcrumb-items>i {
    vertical-align: middle;
}

.hero-bg2::before {
    background-color: rgb(17, 17, 17, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
}

/* about_us */
.section-title.about-section-title {
    text-align: left;
}

.section-title.about-section-title span {
	color: #fe6600;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-right: 10px;
}

.section-title.about-section-title span::before {
    content: "";
    width: 48px;
    height: 1px;
    background: #fe6600;
    position: absolute;
    left: 99px;
    top: 9px;
}

.about-top p {
    color: #444;
    font-size: 26px;
    line-height: 36px;
}

.about-top .peragrap {
    color: #444;
    font-size: 16px;
    line-height: 28px;
}

.about-bottom p {
    padding-left: 20px;
    line-height: 28px;
    font-size: 16px;
}

.about-back-img {
    position: absolute;
    top: 129px;
}

.about-front-img {
    text-align: right;
}

.about-back-img>img {
    border: 10px solid #fff;
}

.about-section-title h3.archivment-back {
    top: 25%;
    font-size: 200px;
    left: 23px;
}

.about-ring-img {
    position: relative;
    top: -40px;
    left: 29%;
}

.about-bottom-icon {
    padding-top: 4px;
    float: left;
    margin-right: 22px;
    text-align: center;
}
.about-bottom-icon h2 {
    color: #FE6600;
    font-size: 49px;
    line-height: 1;
    font-family: inherit;
    margin-bottom: 3px;
}
.about-bottom-icon span {
    font-weight: 600;
}
.about-bottom.d-flex {
    display: block !important;
}
.about-back-img .icon a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
    width: 105px;
    height: 105px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* about-creative-team */
.single-about-team {
    border: 2px solid #c9e4ff;
}

.about-team-img img {
    width: 100%;
}
.about-team-img img {
	width: 100%;
	border: 10px solid white;
	border-bottom: 0;
}

.about-team-content {
    padding: 40px 0px 35px 40px;
}

.about-team-content h3 {
    color: #222222;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
}

.about-team-content span {
    color: #fe6600;
    font-size: 14px;
    line-height: 1;
}

.bottom-number span {
    content: "";
    width: 60px;
    height: 60px;
    background: #c9e4ff;
    position: absolute;
    bottom: -1px;
    right: -1px;
    line-height: 60px;
    text-align: center;
    color: white;
    font-weight: 700;
    transition: .4s;
    cursor: pointer;
}

.single-about-team:hover .bottom-number span {
    color: white;
    background: #fe6600;
}

.about-section-title3 .archivment-back {
    top: 14%;
}

.about-section-tittle4 .archivment-back {
    position: absolute;
    top: 50%;
    transform: translateY(-61%);
    color: #f3f3f3;
    font-size: 200px;
    font-family: 'Snell Roundhand';
    font-style: italic;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* our_journey */
.best-movi-pera-top>p {
    color: #444;
    font-size: 26px;
    line-height: 1.4;
}
.dot-style-color .slick-dots .slick-active button {
	background: #222;
}
.dot-style-color .slick-dots {
	position: static;
	margin-top: 48px;
}
.dot-style-color .slick-dots button {
	height: 4px;
	background: #fe6600;
}
.best-movi-pera-bottom>p {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 34px;
}
.arrow-atyle .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -100px;
	border: none;
	background: none;
	padding: 0;
	z-index: 9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: none;
	width: 60px;
	height: 60px;
	color: #6f7172;
	border-radius: 50%;
	font-size: 14px;
	border: 2px solid #fe6600;
	color: #fe6600;
	font-size: 26px;
}
.arrow-atyle .slick-arrow.slick-next {
	right: -100px;
	left: auto;
}
.arrow-atyle .slick-arrow:hover {
    background: #fe6600;
    color: #fff;
}

.best-movi-img img {
    width: 100%;
}

.section-title.about-section-title span.movis::before {
	left: 100%;
}

.about-section-title5>h3.archivment-back {
    transform: translateY(-61%);
    left: -56px;
}

/* timeline-years */
.single-timeline:nth-child(1) .icons i {
    background: #fe6600;
    color: #fff;
}

.single-timeline:nth-child(2) .icons i {
    background: #fe6600;
    color: #fff;
}

.single-timeline:nth-child(3) .icons i {
    background: #fe6600;
    color: #fff;
}

.single-timeline span {
    color: #fe6600;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    position: absolute;
    top: -50px;
}

.single-timeline .icons i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

.timeline-wrap::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ececec;
    left: 0;
    content: "";
    bottom: 24px;
}

.film-monster-area::before {
    background-color: rgba(34, 34, 34, 0.8);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

/* about_me  */
.my-style {
    position: absolute;
    right: 0;
    bottom: -39px;
}
.my-img > img {
	width: 100%;
}
.my-style img {
    border: 13px solid #fff;
    border-radius: 50%;
    transition: .5s;
}

.about-me-top h2 {
    font-size: 50px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-me-top span {
    color: #fe6600;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}

.about-me-top article {
    font-size: 24px;
    margin-bottom: 19px;
    line-height: 1.5;
}

.about-me-top p {
    font-size: 16px;
    line-height: 1.7;
}
.about-me-top p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.team-details-thumb.mb-30 {
  display: inline-block;
  position: relative;
  text-align: center;
}
.team-details-thumb ul li {
  list-style: none;
  display: inline-block;
}
.team-details-thumb ul {
    background: #fe6600;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    transform: translateY(-30px);
}
.team-details-thumb ul li a {
  color: #fff;
  font-size: 14px;
  background: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 30px;
}
.team-details-thumb ul li a:hover, .team-details-thumb ul li a.active {
    background: #fff;
    color: #222;
}
.biog-content {
    overflow: hidden;
}
.biog-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
}
.biog-items i {
    border: 2px solid #ededed;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 30px;
    line-height: 54px;
    font-size: 18px;
    color: #fe6600;
    margin-right: 28px;
    float: left;
}
.biog-content ul li {
  list-style: none;
  float: left;
  width: 40%;
  margin-bottom: 5px;
  font-size: 14px;
}
.biog-items-2 .biog-content ul li{
    width: 100%;
}
.biog-items-2{
    border-top: 1px solid #ededed;
}
.biog-content ul li b {
  margin-right: 10px;
}
.biog-content ul li span {
  color: #727272;
  font-weight: 400;
}
.about-me-bottom1 h2 {
    color: #fe6600;
    font-size: 20px;
    margin-bottom: 17px;
    line-height: 1;
    font-weight: 700;
}

.about-me-bottom1 p {
    line-height: 1.6;
}

.about-me-bottom2 h2 {
    color: #3d00d9;
    font-size: 20px;
    margin-bottom: 17px;
    line-height: 1;
    font-weight: 700;
}

.about-me-bottom2 h2 {
    color: #3d00d9;
    font-size: 20px;
    margin-bottom: 17px;
    line-height: 1;
    font-weight: 700;
}

.exp-text h4 {
    font-size: 100px;
    font-weight: 900;
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
    color: #FE6600;
}
.exp-text h5 {
    font-size: 26px;
    display: inline-block;
}

/*about-me-slider  */
.about-me-nav button.slick-prev i {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #222222;
    background: white;
    transition: .3s;
}

.about-me-nav button.slick-next i {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #222;
    background: #fff;
    transition: .3s;
}

.about-me-nav button.slick-prev {
    left: 50px;
    z-index: 999;
}
.about-me-nav button:hover i {
    background: #fe6600;
    color: #fff;
}
.about-me-nav button.slick-next {
	right: 50px;
}

.about-me-nav button {
    background: none;
    position: absolute;
    top: 50%;
    color: #333333;
    transform: translateY(-50%);
    border: none;
    font-size: 21px;
    transition: .3s;
}

.about-thumb img {
    width: 100%;
}
.about-thumb {
  position: relative;
}
.about-thumb::before {
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	opacity: 0;
    transition: .3s;
    z-index: 1;
}
.about-thumb:hover::before {
	opacity: .5;
}
.about-thumb a {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	background: #fe6600;
	width: 55px;
	height: 55px;
	margin: auto;
	border-radius: 50px;
	color: #fff;
	line-height: 54px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.about-thumb:hover a {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.about-thumb a:hover {
    background: #fff;
    color: #fe6600;
}

/* personal details  */
.personal-experiences>p {
    color: #999999;
}

.personal-experiences {
    margin-bottom: 40px;
}
.about-me-content .row .col-lg-6:last-child .personal-experiences{
    margin-bottom: 0;
}

.featured__content>h3 {
    font-size: 25px;
    margin-bottom: 3px;
}
.flim--featured__wrapper:hover .featured__thumb img {
    transform: scale(1.1);
}
.featured__content > p {
    font-size: 16px;
    color: #999999;
    margin: 0;
}
.flim--featured__wrapper {
    position: relative;
}
.featured__content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    margin: 30px;
    padding: 20px 0;
}

/* personal details end  */

/* single services  */
.services-section>span {
    font-size: 14px;
    color: #fe6600;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.services-section>h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.services__details--content>p {
    color: #999999;
}

.services__details--content>p>span {
    color: #222222;
}

.movie__info>h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.movie__info>p {
    color: #999999;
}

.project__section--title h3 {
    font-size: 25px;
}

.project-text p {
    font-size: 16px;
    color: #888888;
}

.project__social--info ul li a {
    height: 50px;
    width: 50px;
    font-size: 14px;
    color: #888888;
    display: inline-block;
    text-align: center;
    line-height: 49px;
    border: 2px solid #f6ece6;
    border-radius: 50%;
    margin-right: 16px;
}

.project__social--info ul li a:hover {
    background: #fe6600;
    border: 2px solid transparent;
    color: #fff;
}

.section-title__project>p {
    font-size: 16px;
    color: #999999;
}

.related-project__active .slick-arrow {
    position: absolute;
    top: -50%;
    right: 15px;
    height: 70px;
    width: 70px;
    padding: 0;
    border: 0;
    color: #222222;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(184, 184, 184, 0.3);
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: .4s;
}

.related-project__active .slick-prev {
    right: 115px;
}

.related-project__active .slick-arrow:hover {
    background: #fe6600;
    color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(254, 102, 0, 0.3);
}

/* single services end */

/* Home Page4 */
.h4menu-area {
	padding: 0px 30px;
	text-align: center;
}

.logo-area.h4logo-bg {
	padding: 48px 10px;
	text-align: center;
}

.h4header-button {
    padding: 35px 39px;
    text-align: center;
}
.h4main-menu nav ul li > a {
	color: #777777;
	padding: 50px 0;
}
.h4main-menu nav ul li:hover > a {
	color: #7CE63C;
}
.h4main-menu nav ul li .submenu li:hover > a{
    color: #000;
}
.h4main-menu nav > ul > li > a::before {
	position: absolute;
	content: "";
	background-image: url(../img/homepage4/shape/menu__shape__line.png);
	width: 29px;
	height: 8px;
	background-repeat: no-repeat;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	background-position: center;
	bottom: 39px;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}
.h4main-menu nav ul li.active > a::before, .h4main-menu nav ul li:hover > a::before {
    opacity: 1;
    visibility: visible;
}

.main-menu nav ul li.active a {
    color: #fe6600;
}


.h4main-menu nav ul li a:hover,.h4main-menu nav ul li.active a {
    color: #222;
}

.h4hero-caption {
    padding: 70px 60px;
    padding-top: 67px;
}

.h4big-title {
    font-size: 60px;
}

.h4small-title {
    font-size: 20px;
    color: #777777;
    display: block;
    margin-bottom: 25px;
    line-height: 1;
}

.h4big-title {
    font-size: 60px;
    margin-bottom: 25px;
}

.h4play-icon i {
    height: 60px;
    display: inline-block;
    line-height: 37px;
    width: 60px;
    text-align: center;
    border: 2px solid #ededed;
    padding: 7px 0;
    color: #222222;
    margin-left: 19px;
    transition: .4s;
}

.h4play-icon i:hover {
    background: #ededed;
}

.h4hero-caption::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 20px;
    left: -20px;
    background-color: rgba(255, 255, 255, 0.10);
}

.h4hero-content {
    position: relative;
    z-index: 1;
}
.h4hero-padding {
	padding-top: 290px;
	padding-bottom: 180px;
}
.h4hero-bg {
    background-size: cover;
    background-position: center center;
}

.slider-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border: none;
    background: none;
    padding: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: none;
    width: 30px;
    height: 100px;
    color: #6f7172;
    border-radius: 0;
    font-size: 14px;
    background: rgba(0,0,0,.3);
    color: #ddd;
}
.slider-arrow .slick-arrow.slick-next {
	right: 30px;
	left: auto;
}
.slider-arrow .slick-arrow:hover{
    background: #222;
    color: #fff;
}

/*hero-slider-03*/
.single-slider.slider-height-03 {
    min-height: 950px;
    background-position: center center;
}
.hero-slider-03 {
    padding-top: 70px;
}
.hero-slider-03 .hero-sub-heading {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.hero-slider-03 .hero-main-heading {
    margin-bottom: 32px;
    font-size: 75px;
    line-height: 1.1;
}
.s-video-btn {
    height: 58px;
    width: 58px;
    background: #fff;
    display: inline-block;
    line-height: 59px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    top: 3px;
    color: #FE6600;
}
.s-video-btn:hover{
    background: #FE6600;
    color: #fff;
}
/* section title  */
.h4section-title>h2 {
    font-size: 50px;
    position: relative;
    z-index: 1;
}

.h4section-title>p {
    font-size: 16px;
    color: #444;
    padding: 0 88px;
    position: relative;
    z-index: 1;
}

.h4back-title {
    font-size: 190px;
    font-weight: 700;
    color: #fff;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f6f6f6;
    font-family: 'Rufina', serif;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-70%);
}

.h4back__gallery--title {
    -text-fill-color: #f6f6f6;
    -webkit-text-fill-color: #f6f6f6;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #eeeeee;
}
.gallery__photo {
	position: relative;
    text-align: center;
    overflow: hidden;
}
.gallery__photo:hover img{
    transform: scale(1.1);
}
.gallery__photo::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(34, 34, 34);
	opacity: 0;
    transition: .4s;
    z-index: 1;
}
.gallery__photo:hover::before{
    opacity: .6;
}
.gallery__photo a {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	background: #fff;
	width: 55px;
	height: 55px;
	margin: auto;
	border-radius: 50px;
	color: #7CE63C;
    line-height: 54px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.gallery__photo a:hover{
    background: #7CE63C;
    color: #fff;
}
.gallery__photo:hover a {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
/* section title end */
/* Services start */
.h4services-thumb {
    padding: 0 13px;
    position: relative;
    z-index: 1;
}

.h4services-content {
    padding: 33px 47px;
    background: #f6f6f6;
}
.h4services-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 24px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 35px;
    background: #fff;
    transition: .3s;
}
.h4services-wrapper:hover .h4services-icon{
    background: red;
    color: #fff
}
.h4services-wrapper:hover .h4services-icon i{
    color: #fff
}
.h4services-icon::before,
.h4services-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 0px rgba(211, 211, 211, 0.35);
    transition: .4s;
}

.h4services-icon::before {
    transition: .4s;
}

.h4services-icon::after {
    background-image: -moz-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.h4services-icon>i {
    position: relative;
    z-index: 1;
}
.h4services-content>h2 {
    margin-bottom: 23px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.h4services-content>p {
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.h4services-content {
    margin-top: -73px;
}

.h4services-number {
    position: absolute;
    font-size: 200px;
    bottom: -25px;
    line-height: 1;
    color: #efefef;
    font-weight: 700;
    right: -10px;
}

/* Services end */

/* Section Title */
.h4section__title--small {
    color: #999;
    margin-bottom: 15px;
}

.h4section__title--big {
    font-size: 60px;
    margin-bottom: 10px;
}

.h4section__title--paragraph {
    color: #a9a9a9;
    font-size: 16px;
}

/* Section Title End */

/* Trailer */
.trailer__features {
    display: flex;
}
.trailer__features--icon {
	width: 52px;
}
.trailer__features--title {
    font-size: 24px;
    margin-bottom: 5px;
}

.trailer__features--info {
    font-size: 16px;
    color: #b5b5b5;
}

.trailer__features--icon i::before {
    transition: .4s;
    font-size: 30px;
    font-weight: 300;
    margin-right: 20px;
}

/* Trailer End */

/* Team */
.h4team__title--big {
    font-size: 40px;
}
.h4team__thumb img {
	width: 100%;
}
.h4team__social--icons ul li a {
    font-size: 16px;
    color: #c3c3c3;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    transition: .4s;
    margin-right: 10px;
}


.h4team__social--icons ul li:hover a {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.h4team__social--icons ul li a i {
    position: relative;
    z-index: 1;
    transition: .4s;
}

.h4team__social--icons {
    margin-bottom: 30px;
}

.h4team__content--paragraph {
    font-size: 16px;
    line-height: 28px;
}

.h4team__content {
    padding-left: 38px;
}

.h4team--active .slick-dots li {
    display: inline-block;
}

.h4team--active .slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.h4team--active .slick-dots li button {
    text-indent: -999999px;
    width: 16px;
    height: 4px;
    padding: 0;
    border: 0;
    background: #ededed;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 4px;
    transition: .4s;
}

.h4team--active .slick-dots li.slick-active button {
    width: 26px;
    background: -moz-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background: -ms-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    transition: .4s;
}

.h4team--active {
    padding-top: 55px;
}

.team--nav {
    position: absolute;
    right: 0;
    top: 359px;
    width: 470px;
}
.team--navs {
    position: absolute;
    right: 0;
    top: 359px;
    width: 470px;
}
.h4team--box {
    position: relative;
    z-index: 99;
}

/* Team End */

/* Subscribe */
.subscribe--minus {
    margin-top: -145px;
}

.subscribe__content--title {
    font-size: 50px;
}

.subscribe__box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(222, 222, 222, 0.35);
    padding: 73px 80px;
    position: relative;
    z-index: 1;
}

.subscribe__content>p {
    font-size: 16px;
}

.flex--part {
    flex: 0 0 50%;
    max-width: 50%;
}

.subscribe__form--input {
    height: 80px;
    border: 2px solid #eeeeee;
    padding: 0 40px;
    width: 100%;
    font-size: 16px;
    color: #adadad;
}

.subscribe__form--input::placeholder {
    font-size: 16px;
    color: #adadad;
}

.form.subscribe--form button.btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sub__icon--message {
    position: absolute;
    right: 24px;
    font-size: 200px;
    color: #f5f5f5;
    top: 50%;
    transform: translateY(-50%);
}

/*subscribe-03-area*/
.subscribe-03-area {
    background: #FE6600;
}
.subscribe-03-area .subscribe__box {
    background-color: transparent;
    box-shadow: none;
    padding: 73px 80px;
    padding-left: 0;
}
.subscribe-03-area .subscribe__content--title {
    font-size: 50px;
    color: #fff;
}
.subscribe-03-area .subscribe__content > p {
    font-size: 16px;
    color: #fff;
}
.subscribe-03-area .gradient-btn::before {
    display: none;
}
.subscribe-03-area .form.subscribe--form button.btn {
    color: #fff;
}
.subscribe-03-area .form.subscribe--form button.btn:hover {
    color: #fff;
    background: #222;
}
.subscribe-03-area .gradient-btn:hover span, .subscribe-03-area .gradient-btn:focus span {
    color: #fff;
}

/* Subscribe End */

/* Drama */
.drama__thumb {
    margin-bottom: 25px;
}
.drama__thumb img {
	width: 100%;
}
.drama__paragraph {
    color: #555;
}

.drama__thumb > a {
	display: block;
	position: relative;
}

.drama__rating--box {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    right: 10px;
    background-image: -moz-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(124, 230, 60) 0%, rgb(186, 226, 0) 100%);
    border-radius: 50%;
    top: 10px;

}


.star--title {
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: 700;

}
/* Drama End */

.movie--thumb {
    position: relative;
    margin-right: 30px;
}
.single__movie--review {
    padding: 15px;
    background: #2f2f2f;
    transition: .4s;
}
.single__movie--review:hover {
    background: #404040;
    transition: .4s;
}
.h4play-icon2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 40px;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.single__movie--review:hover .h4play-icon2 {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.h4play-icon2 i {

}
.movie--thumb>a {
    display: inline-block;
}
.movie--thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.single__movie--review:hover .movie--thumb::before {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.movie__content--title {
    color: #b5b5b5;
    font-family: 'Karla', sans-serif;
}
.movie--content__heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.moview__content--ratings ul li i::before {
    font-size: 14px;
}
.moview__content--ratings ul {
    margin: 0;
}
.movie__content--info>h4 {
    font-size: 24px;
}
.movie__content--info>h4:hover a{
    color: #7ce63c;
}
.movie--content {
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 12px;
}
.simplebar-scrollbar::before {
    background: rebeccapurple;
}
/* blog 4 */
.bs-content {
	padding: 30px;
	margin-left: 30px;
	margin-top: -65px;
	background: #fff;
	position: relative;
	z-index: 99;
    transition: .3s;
     box-shadow: 0px 4px 8px 0px rgba(200, 200, 200, 0.2);
}
.bs-post:hover .bs-thumb img{
    transform: scale(1.1);
}
.bs-thumb img {
	width: 100%;
}
.bs-meta span {
	color: #777777;
	font-size: 14px;
	margin-right: 20px;
}
.bs-meta span a {
    color: #777;
    text-transform: capitalize;
}
.bs-meta span i {
  margin-right: 3px;
}
.bs-meta {
  margin-bottom: 10px;
}
.bs-content h3 {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}
.bs-content h3 a:hover,.bs-meta span a:hover {
    color:#7ce63c ;
}
input:focus::-moz-placeholder{
	opacity: 0;
}
/* Home Page4 end */

.click-menu span {
  display: inline-block;
  line-height: 1;
}
.click-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #222;
  display: inline-block;
  line-height: 1;
  padding: 0 8px;
}

.transparent-mainmenu {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  color: #353535;
  min-height: 100vh;
  opacity: 0;
  padding: 295px 46px 39px;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.transparent-mainmenu.inside {
  transform: scale(1);
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.transparent-menu-close-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  padding: 0;
  position: absolute;
  right: 100px;
  top: 25px;
  transition: all 0.3s ease 0s;
}
.slinky-menu.slinky-theme-default {
  display: inline-block;
  width: 290px;
}
.slinky-theme-default {
  background: transparent none repeat scroll 0 0;
}
.slinky-theme-default .next::after, .slinky-theme-default .back::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  height: 1em;
  opacity: 1;
  transition: all 200ms ease 0s;
  width: 1em;
}
.slinky-theme-default a:hover:not(.back) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#menu-full li a {
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
}
#menu-full li a:hover{color: #f7951e}

/* contact  */
.contact-area-wrap {
	margin-top: -120px;
}
.contact-map{
    min-height: 650px;
}
.subscribe-form .input-box-area textarea {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #ddd;
	height: 150px;
	padding-left: 57px;
	padding-top: 2px;
}
.contact-form-box {
	border: 0;
	padding: 113px 0px 87px 0px;
	background: #fff;
	position: relative;
    z-index: 99;
    box-shadow: 0px 8px 16px 0px rgba(200, 200, 200, 0.3);
}

.contact-list{
  padding: 55px;
}
.contact-list h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #434343;
    position: relative;
    z-index: 3;
    transition: .3s;
}
.contact-list ul{
    position: relative;
    z-index: 3;
}
.contact-list ul li {
    color: #d4d4d4;
    margin-bottom: 20px;
    list-style: none;
}
.contact-list.active ul li,.contact-list.active h2{
    color: #ffffff;
}
.contact-list.active h2{
    border-color: rgba(255, 255, 255, 0.3);
}
.contact-list ul li:last-child{
    margin: 0;
}
.contact-list ul li i {
  width: 25px;
}
.c-bg-img {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}
.c-bg-img::before {
	background: #fe6600;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	opacity: 0;
	transition: .3s;
}
.active .c-bg-img{
    opacity: 1;
}
.active .c-bg-img::before{
    opacity: .8;
}
/* 25. Pagination  */
.basic-pagination ul {
	display: block;
}
.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}
@media (max-width: 767px) {
	.basic-pagination ul li {
		margin-bottom: 10px;
	}
}
.basic-pagination ul li a {
	height: 50px;
	width: 50px;
	line-height: 48px;
	background: #ffffff;
	color: #9990b8;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50%;
	margin: 0px;
	display: inline-block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.basic-pagination ul li a:hover ,.basic-pagination ul li.active a {
	background: #ff5b5b;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}
.basic-pagination-2 ul li a {
    background: #fff;
    color: #777382;
    border: 0;
    height: 50px;
    width: 50px;
    line-height: 48px;
}
.basic-pagination-2 ul li a:hover,.basic-pagination-2 ul li.active a {
	background: #fe6600 ;
	color: #ffffff;
	border-color: #fe6600 ;
	box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

.team-social li {
    list-style: none;
}
.Industry ul {
    margin: 0;
}
.contact-contents li {
    list-style: none;
}
.clik-event li {
    list-style: none;
}

/*--- preloader ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fe6600;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/

/* 16. history-area */
.pos-relative {
    position: relative;
}
.history-wrapper {
    padding: 40px 40px;
    background: transparent;
    position: relative;
    box-shadow: 0px 4px 59px 0px rgba(186, 186, 186, 0.25);
}
.history-wrapper::before {
    content: '';
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #fd6500;
    z-index: 2;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.history-wrapper:hover:before{
    height: 100%;
}
.history-wrapper:hover .history-icon i {
    color: #fff;
}
.history-wrapper:hover .history-text h4 {
    color: #fff;
}
.history-wrapper:hover .history-text p {
    color: #fff;
}
.history-text {
    z-index: 5;
}
.history-icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
.history-icon i {
    font-size: 45px;
    color: #fd6500;
    transition: .3s
}
.history-icon-cricle {
    margin-bottom: 45px;
    position: relative;
}
.history-text h4 {
    color: #222;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 17px;
    transition: .3s
}
.history-text p {
    margin-bottom: 0;
    font-size: 15px;
    transition: .3s
}
.angle-icon {
    position: absolute;
    bottom: -121px;
    left: 0;
    z-index: 9;
}
.angle-icon i {
    color: #42495b;
    font-size: 14px;
    height: 40px;
    width: 40px;
    border: 2px solid #ecf1ff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
}
.angle-2-icon {
    position: absolute;
    bottom: -120px;
    left: 385px;
}
.angle-3-icon {
    position: absolute;
    bottom: -120px;
    left: 774px;
}
.angle-4-icon {
    position: absolute;
    bottom: -120px;
    right: 0;
    left: auto;
}

/*update css */
.video-content h3 {
    color: #fff;
}
.video-content span {
    color: #fff;
    text-transform: capitalize;
}

.single-we-do-box {
    transition: .3s;
}
.single-we-do-box:hover {
    transform: translateY(-10px);
}
.we-do-btn a {
    color: #fe6600;
    line-height: 1;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #ffede1;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 35px;
    position: relative;

}

.we-do-btn a::before {
    position: absolute;
    color: #fff;
    background: #fe6600;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: .5s;
    opacity: 0;
    z-index: 9999;
    line-height: 54px;
}

.we-do-tittle h3 {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 26px;
    position: relative;
    z-index: 99;
}

.we-do-para p {
    color: #999999;
    font-size: 16px;
    margin-bottom: 40px;
}

.we-do-top-back h2 {
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    color: #e6e6e6;
}

.we-do-top-back {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
}

.single-we-do-box:hover .we-do-top .we-do-btn a::before {
    opacity: 1;
}

.single-we-do-box:hover .we-do-top-back {
    opacity: 1;
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}
img {
    height: auto;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.logged-in .header-transparent{
    margin-top: 30px;
}
.admin-bar .sticky-header {
  top: 32px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/**
* custom css
*
*/
blockquote {
    position: relative;
    margin: 30px 0;
    margin-bottom: 25px;
    padding: 22px 25px ;
}
.wp-block-quote, blockquote {
    margin: 20px 0;
}
.wp-block-quote > p, blockquote > p {
    font-size: 20px;
    margin-bottom: 0
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #FFF4EF;
}
.wp-block-pullquote {
    border-top: 4px solid #fe6600  !important;
    border-bottom: 4px solid #fe6600  !important;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    margin-top: 10px;
    display: block;
}
.logged-in-as a {
    color: #222;
}
.logged-in-as a:hover {
    color: #fe6600 ;
}
.blog-post-tag {
    background: #fff;
    padding: 0;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 30px;
}
.blog-post-tag > a {
    color: #222;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #e5e5e5;
    padding: 10px 24px;
    margin-right: 5px;
    transition: .3s;
    border-radius: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.blog-post-tag > a:hover {
    color: #fff;
}

/**
*
* blog pagination
*/
.pagination ul > li > a, .pagination ul .page-numbers.current, .nav-links a, .nav-links .page-numbers.current {
    background: #F6F4FF;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    display: inline-block;
    padding: 16px 35px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span, .pagination ul .page-numbers.current, .nav-links a:hover, .nav-links .page-numbers.current {
    color: #fff;
    background: #1876df ;
    border-color: #1876df ;
}

/**
*
* Sidebar widget css
*
*/
.blog-area .widget ul {
    padding: 0;
    margin: 0;
}
.blog-area .widget ul li ul {
    padding-left: 15px;
    padding-top: 15px;
}
.rssSummary {
    line-height: 27px;
}
.widget ul {
    margin: 0;
}
.widget ul li {
    border-bottom: 1px solid #eaeaea;
    color: #667286;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
    padding-top: 15px;
    position: relative;
    font-size: 14px;
}
.widget ul li a {
    color: #444;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    transition: .3s;
    line-height: 1;
}
.widget ul li a.rsswidget{
    line-height: 1.3;
}
.widget .footer-post h5 a {
    font-size: 16px;
    line-height: 1.3;
}
.widget ul li:first-child {
    padding-top: 0;
}
.widget_recent_entries ul li a {
    line-height: 1.5;
}

/**
* latest blog shortcdoe
*
*/
.blog-area .mb-50, .portfolio-area .mb-50, .services-area .mb-50 {
    margin-bottom: 50px;
}

.portfolio-area .mb-40 {
    margin-bottom: 40px !important;
}

.services-area .mb-30{
    margin-bottom: 30px !important;
}
.service-details img {
    width: inherit;
}

/**
*
* removing visual composer default data
*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

/**
* image widget
*/

.widget_media_image img {
    width: 100%;
}

/**
* tags
*/
.sidebar-tad{}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a, .tagcloud a {
    background: #f5f5f5;
    color: #5f5b5b;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1;
    padding: 12px 18px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
}
.sidebar-tad li a:hover, .tagcloud a:hover {
    background: #fe6600 ;
    color: #fff !important;
}

/**
* archive
*
*/
.widget {
    padding: 30px;
    background: #fff;
}
.widget li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget li:last-child {
    border: 0;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget li a {
    color: #444;
    font-weight: 500;
    padding-left: 0;
}
.widget li a:hover {
    color: #fe6600 ;
}
.widget li span{float:right;}
li .blog-footer-meta span {
    float: none !important;
    font-size: 13px !important;
}
.widget_recent_comments li span, .widget_recent_comments li span a {
    float: none;
    font-weight: 500;
    color: #223645;
}
.widget_rss ul li a.rsswidget {
    font-weight: 600;
}
.widget li span.post-date {
    float: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}
/* calendar widget */
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#wp-calendar thead {
    font-size: 14px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #666;
}
#wp-calendar tbody td {
    background: #f7f7f7;
    border: 1px solid #fff;
    text-align: center;
    padding:8px;
    transition: .3s;
}
#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
    background: #fe6600 ;
    color: #fff;
}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
.latest-comments ul li ul.children {
    padding-left: 70px;
}
.latest-comments ul li ul.children {
    padding-top: 0;
}
.no-results.not-found {
    background: #fff;
    padding: 41px 100px;
    text-align: center;
    border: 2px solid #f4f3fb;
}
.pageontent.blog-search-content p {
    margin-bottom: 20px;
}
.blog-search-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.error-404-title {
    line-height: 1;
    font-size: 140px;
    font-weight: 700;
    margin-bottom: 35px;
}
.error-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 30px;
}
.error-text {
    margin-bottom: 30px;
}
.error-btn-bh a:hover{
    background: #222;
    color: #fff;
}
.page-content.mb-40 {
    margin-bottom: 30px;
}
.page-header {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
}
.page-header h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.no-results.not-found .page-header {
    background: none;
    margin-bottom: 30px;
    padding: 0;
}
.navigation.posts-navigation  .nav-next {
  float: right;
}
.navigation.posts-navigation  .nav-previous {
  float: left;
}
.navigation.posts-navigation  .nav-links {
  overflow: hidden;
}
.navigation.posts-navigation .nav-links a {
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #fe6600;
    color: #fe6600;
}
.navigation.posts-navigation .nav-links a:hover{
    background: #fe6600 ;
    color: #fff;
}
.navigation.posts-navigation {
    overflow: hidden;
    margin-bottom: 40px;
}
/*unit test*/
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 25px;
}
.blog-area > ul, .blog-area > ol, .blog-area ul, .blog-area ol {
    padding-left: 25px;
}
.blog-details-text ol li, .blog-details-text ul li {
    padding-top: 7px;
}
ul {
    list-style: disc;
}
.postbox.sticky {
    border: 2px solid #096BD8;
    position: static;
    padding: 0;
    z-index: 9;
}
.wp-block-button .wp-block-button__link {
    color: #fff;
}
.postbox.sticky .post-text, .postbox.sticky .post-text p{
    margin-bottom: 0;
}
.blog-content h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}
#wp-calendar #next a, #wp-calendar #prev a {
    font-size: 13px;
    font-weight: 600;
}

.blog-content table{
    margin-bottom: 30px;
}
.blog-content table tbody td {
    text-align: center;
}
.blog-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.blog-content th, .blog-content td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}
.blog-content table, .blog-content th, .blog-content td {
    border: 1px solid #d1d1d1;
}
.blog-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}
.tag-cloud-link {
    color: #444 !important;
}
/*page table*/
.vome-page-content table{
    margin-bottom: 30px;
}
.vome-page-content table tbody td {
    text-align: center;
}
.vome-page-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.vome-page-content th, .vome-page-content td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}
.vome-page-content table, .vome-page-content th, .vome-page-content td {
    border: 1px solid #d1d1d1;
}
.vome-page-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}
.vome-page-content ol li,.vome-page-content ul li{
    margin-bottom: 7px;
}.vome-page-content ol li ol,.vome-page-content ul li ul{
    margin-top: 7px;
}

.blog-details-text table{
    margin-bottom: 30px;
}
.blog-details-text table tbody td {
    text-align: center;
}
.blog-details-text table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.blog-details-text th, .blog-details-text td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}
.blog-details-text table, .blog-details-text th, .blog-details-text td {
    border: 1px solid #d1d1d1;
}
.post-comments table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}
.blog-details-wrapper table {
    margin-bottom: 30px;
    width: 100%;
}
.blog-details-wrapper table tbody td {
    text-align: center;
}
.blog-details-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.blog-details-wrapper th, .blog-details-wrapper td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}
.blog-details-wrapper table, .blog-details-wrapper th, .blog-details-wrapper td {
    border: 1px solid #d1d1d1;
}
.blog-details-wrapper table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}
.comments-text > p {
    margin-bottom: 15px;
}
.comments-text ul li,.comments-text ol li{
    padding-top: 5px;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border: 1px solid #ddd;
    padding: 15px;
}
dd + dt {
    margin-top: 20px;
}

.page-links {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    margin-top: 20px;
}
.page-links > span.page-links-title {
    border: 0;
    color: inherit;
}
.page-links a, .page-links > span {
    border: 2px solid #ddd;
    display: inline-block;
    min-width: 35px;
    text-align: center;
    margin-left: 2px;
    height: 33px;
    line-height: 30px;
    margin-right: 3px;
    color: #444;
}
.page-links > span {
    border: 2px solid #096bd8 ;
    color: #096bd8 ;
}
.page-links a:hover {
    border: 2px solid #096bd8;
    color: #096bd8;
}

.post-password-form label {
    width: 100%;
}
.post-password-form input[type="password"] {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 12px 20px;
    border: 1px solid #E4E4F2;
    width: 100%;
}
.post-password-form input[type="submit"] {
    background-color: #1876df ;
    border: none;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
}
.post-password-form input[type="submit"]:hover {
    background-color: #010E2A;
}
.post-comments .latest-comments > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.comments-text > ul,.comments-text > ol {
    margin-bottom: 20px;
}
ul.children {
    list-style: none;
}
.footer-widget ul.children {
    padding-left: 10px;
    padding-top: 13px;
}
.footer-widget ul ul {
    padding-left: 10px;
    padding-top: 13px;
}
.footer-widget #wp-calendar tbody td {
    background: none;
    border: 1px solid #ddd;
}
.footer-widget #wp-calendar tbody td:hover {
    background: #fe6600;
}
.footer-widget #wp-calendar tbody td a{
    text-decoration: underline;
}
.footer-widget #wp-calendar tbody td:hover a{
    background: transparent;
}
.footer-widget #wp-calendar tbody #today a {
    text-decoration: underline;
    background: none;
}
.footer-widget #wp-calendar thead th {
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 7px;
}
.widget_recent_comments.footer-widget li span, .widget_recent_comments.footer-widget li span a {
    float: none;
    font-weight: 600;
}
#recentcomments li a{
    line-height: 1.5
} 
.footer-widget .search-form input {
    background: #fff;
}
.footer-widget img {
    max-width: 100%;
}
.widget.widget_recent_comments ul li a {
    display: inline-block;
    line-height: 27px;
}
.widget.widget_recent_comments ul li .comment-author-link a {
    font-family: "cerebri_sansbold";
}

.footer-wrapper.widget_recent_comments ul li .comment-author-link a {
    font-family: "cerebri_sansbold";
    color: #fff
}
.footer-wrapper .textwidget img {
    max-width: 100%;
}
.footer-wrapper .textwidget p {
    color: #b8b8b8;
}
.footer-widget form input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #2f3440;
    color: #fff;
    border: 0;
    padding: 0 25px;
    height: 45px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    transition: .3s;
    width: auto;
}
.footer-widget .tagcloud a {
    background: #fff;
    color: #232323;
}
.footer-widget .tagcloud a:hover {
    background: #fe6600;
    color: #fff;
}
.footer-widget .calendar_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-scrolling: -ms-autohiding-scrollbar;
}
.widget_rss ul li span{float: none}

.vc-inner-no-padding .vc_column-inner {
    padding-top: 0 !important;
}
.boxed-55 {
    padding:  0 70px !important;
}
.sidebar-rc-post ul li::before {
    display: none;
}
.footer-widget .sidebar-rc-post ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
}
.footer-widget .sidebar-rc-post ul li .widget-date {
    color: #999;
}
.footer-post li::before {
    display: none;
}
.footer-widget .footer-post li {
    padding-left: 0
}
.footer-widget .footer-post li a {
    color: #fff;
    opacity: .8;
}
.tag-space {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.size-thumbnail {
    margin-bottom: 20px;
}
.no-results.not-found .page-header {
    padding-top: 0;
    padding-bottom: 0;
}
.vome-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    border: 0;
    background: no-repeat;
    color: #444;
    border-left: 1px solid #ddd;
    height: 100%;
}
.vome-search-btn:hover{color: #2154CF}
.search-form2 .form-control {
    height: 50px;
    border-radius: inherit;
}
.search-form2 {
    position: relative;
}

.archive-description {
    margin-top: 15px;
}
/*comment-form*/
.comment-form {
}
.comment-respond label {
    font-weight: 600;
    color: #223645;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    display: block;
}
.comment-form input {
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: #223645;
    border: 1px solid transparent;
    transition: .3s;
}
.comment-form textarea {
    height: 170px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    color: #223645;
    font-size: 14px;
    border: 1px solid transparent;
    transition: .3s;
}
.comment-form .cm-form-btn{
    padding: 24px 55px;
    border-radius: 30px;
}
.comment-form input:focus{
    background: #fff;
}
.comment-form textarea:focus{
    background: #fff;
}
.comment-form input::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1
}
.comment-form input::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1
}
.comment-form textarea::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1
}
.comment-form textarea::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1
}
/*author*/
.author-wrapper {
    background: #F7F7FD;
    padding: 37px 71px 35px 40px;
    overflow: hidden;
    border-left: 5px solid #1876df;
}
.author-img {
    margin-right: 0;
    margin-top: 0;
}
.author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
}
.author-text {
    overflow: hidden;
}
.author-text > h4 {
    text-transform: capitalize;
}
.author-text > p {
    margin-bottom: 0;
}
.author-icon {
    margin-bottom: 15px;
}
.author-icon a:hover {
    color: #fe6600 ;
}
.no-pad .vc_column-inner{padding-top: 0 !important}

/*servie details*/
.sidebar-link h3 {
    font-size: 36px;
    font-weight: 700;
}
.servicee-sidebar {
    border: 2px solid #f4f3fb;
    padding: 30px;
}
.servicee-sidebar ul{
    margin-bottom: 0;
}
.servicee-sidebar ul li {
    border-bottom: 1px solid #eaeaea;
    color: #4c4c4c;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
    padding-top: 15px;
    position: relative;
}
.servicee-sidebar ul li a {
    color: #7886a0;
}
.servicee-sidebar ul li:last-child {
    border: 0;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.servicee-sidebar ul li a:hover {
    color: #1876df ;
}
.project-status ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}
.project-status {
    background: #F4F9FC;
    padding: 30px;
}
.project-status ul li b {
    margin-right: 5px;
    display: inline-block;
    color: #28345d;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}
.project-status ul li:last-child {
    border:0;
    padding-bottom: 0
}.project-status ul li:first-child {
    padding-top: 0
}
.bypostauthor .avatar-name > h5::after {
    content: "\f02e";
    font-family: "Font Awesome 5 Pro";
    top: -1px;
    font-size: 12px;
    margin-left: 10px;
    line-height: 1;
    position: relative;
    color: #cacfef;
    font-weight: 900;
}
.project-status ul {
    margin: 0;
}
.project-details-content .project-desc h3 {
    font-weight: 600;
    font-size: 32px;
}
.project-details-content .elementor-icon-list-text {
    font-size: 14px;
    line-height: 40px;
    color: #515c69;
    text-transform: capitalize;
    letter-spacing: 0;
    padding-left: 5px;
}
.elementor-icon-list-items .elementor-icon-list-item i {
    color: #1876df;
}
.project-details-content .elementor-icon-list-item{list-style: none;line-height: 1.67;}
.project-details-content{}
.project-details-content{}
.paginations ul {
    padding-left: 0;
}
.servicee-sidebar-banner {
    margin-bottom: 50px;
}
.portfolio-sidebar {
    margin-bottom: 30px;
}
/*next prev post*/
.project-details-content{}
.blog-details-border {
    margin-top: 40px;
    background: #fff;
    padding: 40px 30px;
    padding-bottom: 22px;
    border: 0;
}
.project-details-content span {
    font-size: 13px;
    color: #8583b1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.project-details-content span a{
    color: #8583b1;
}
.project-details-content span a:hover{
    color: #1876df ;
}
.project-details-content h3 {
    margin-top: 8px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 22px;
}
.project-details-content h3 a:hover {
    color: #096bd8 ;
}
.project-details-button{}
.project-details-button a.btn{}

.page-area .post-comments-form {
    margin-bottom: 0;
    clear: both;
    padding-top: 0;
}
.vome-page-content ol,.vome-page-content ul{padding-left: 22px}
.container.container-box {
    margin: auto;
}
.vc_column-inner {
    padding-top: 0 !important;
}
.features-service .feature{margin-top: 0}
.features-service .feature-item{margin-top: 0}
/*new unit test*/
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 10px;
}
.wp-block-column:not(:last-child) {
    margin-right: 10px;
}
.wp-block-column:nth-child(2n+1) {
    margin-right: 10px;
}
.post-text > .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
}
.post-text p.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: #fe6600  !important;
}
.wp-block-archives select,.wp-block-archives .postform {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.wp-block-categories .postform {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.wp-block-latest-comments {
    padding-left: 0 !important;
}
.wp-block-latest-posts.has-dates {
    padding-left: 0;
}
.wp-block-archives li a, .wp-block-categories li a {
    color: #5e629c;
}
.wp-block-search__input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 15px;
}
.wp-block-cover{
    margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
    margin-left: 0;
    background: #000;
    color: #fff;
    border: 0;
    padding: 12px 40px;
    margin-bottom: 14px;
}
.tag-cloud-link {
    border: 1px solid #ddd;
    font-size: 14px !important;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 9px;
}
/*header*/
.retina-logo {
    display: none;
}
/* 20. paginations */
.paginations{}
.paginations ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.paginations ul li a, .paginations ul li .page-numbers {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-align: center;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 0;
    line-height: 56px;
    display: inline-block;
    border: 2px solid #eaebec;
}
.paginations ul li:hover a, .paginations ul li .current {
    background: #1876df;
    color: #fff;
    border-color: #1876df;
}
.paginations ul li:hover a:after, .paginations ul li.active a:after {
    opacity:1;
}
.paginations ul li:hover a:before, .paginations ul li.active a:before {
    opacity:1;
}
.paginations li .prev {
    text-transform: uppercase;
    font-weight: 700;
}
.paginations li .next {
    text-transform: uppercase;
    font-weight: 700;
}
.blog-area img{
    max-width: 100%;
}
.footer__widget ul li ul {
    padding-left: 10px;
    padding-top: 12px;
}
.footer-wrapper select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
}
.footer__widget #wp-calendar caption {
    color: #8a8aac;
}
#wp-calendar tbody td#today{
    background: #fe6600 ;
    color: #fff;
}
#wp-calendar tbody td#today a{
    background: #1876df ;
    color: #fff;
}
.footer__widget img{
    max-width: 100%;
}
.footer__widget .tagcloud a {
    background: #1b1a2c;
    color: #d3d3dd;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    padding: 12px 15px;
    margin-bottom: 5px;
    margin-right: 0px;
}
.footer-wrapper ul ul{
    padding-left: 10px;
    padding-top: 5px;
}
.error-btn:hover{
    color: #7673ff;
}
.retina-logo img {
    width: 107px;
}
.logo-white-style .retina-logo img {
    width: 191px;
}
#wp-comment-cookies-consent {
    width: auto;
    display: inline-block;
    height: auto;
    margin-right: 20px;
}
.comment-form-cookies-consent label {
    display: inline-block;
}
.comment-form-cookies-consent {
    margin-left: 18px;
    display: none;
}

.copyright__text p {
    margin: 0;
}

.vome-page-content figure.wp-caption.aligncenter {
    margin-top: 40px;
}
.vome-page-content .size-full.alignright {
    margin-bottom: 35px;
    margin-top: 20px;
    clear: both;
}
.admin-bar .header-sticky {
    margin-top: 32px;
}

/** menu extra margin remove **/
.header__menu nav ul, .header-social-icons ul {
    margin-bottom: 0;
    display: inline-block;
}
.footer-menu-2 ul li {
    margin-bottom: 8px;
}
.footer-emailing ul {
    padding: 0;
    margin: 0;
}

.team-social-profile ul li {
    display: inline-block;
    margin: 0 8px;
}
.team-social-profile ul {
    margin: 0;
}
.team-social-profile ul li a {
    font-size: 15px;
    color: #616b71;
}
.team-social-profile ul li a:hover {
    color: #1876df;
}


.footer_style_default .footer-logo.dark-logo {
    display: none;
}


/*page title*/
.page-title h2 {
    font-size: 48px;
    margin-bottom: 0;
}
.breadcrumb-menu {
    padding: 0;
    margin: 0;
    margin-top: 25px;
}
.breadcrumb-menu li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    line-height: 1;
}
.more-service-list ul {
    list-style: none;
    margin: 0;
}
.service-widget::last-child{
    background: red;
}
.blog-padding{
    padding-right: 25px;    
}
.post-text .wp-caption.aligncenter {
    margin-top: 40px;
}
.post-text .alignright.size-thumbnail {
    overflow: hidden;
    clear: both;
}

.footer-defualt-widget .logo.dark-logo {
    display: none;
}
.footer-defualt-widget .footer-text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #c9d4db;
    margin-bottom: 5px;
}
.footer-text {
    margin-bottom: 25px;
}
.footer-defualt-widget .footer-social a {
    display: inline-block;
    font-size: 15px;
    color: #c9d4db;
    margin-right: 15px;
}
.footer-defualt-widget .footer-social a:hover{
    color: #8fb569;
}
.footer-widget ul li.zoom-instagram-widget__item {
    margin: 0;
}
.logo.mb-20.white-logo {
    margin-bottom: 33px;
}
.product-review-box .comment-respond {
    box-shadow: none;
}
.product-review-box .comment-form textarea {
    background: #fff;
}
.post-text h1{
    line-height: 1.1{}
}
.post-text h2,.post-text h3,.post-text h4,.post-text h5,.post-text h6{
    line-height: 1.35;
    margin-bottom: 15px;
}

.comment-respond .comment-form{}
/** css issues **/
.main-menu ul {
    margin: 0;
}
.wp-block-quote, blockquote {
    margin: 20px 0;
    border-left: solid 5px #1876DF;
    padding: 35px 25px !important;
    padding-left: 40px !important;
}

.post-text .wp-block-column blockquote p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.post-text a {
    color: #096bd8;
}
.post-text a:hover {
    color: #ededed;
}

.post-text p > a:hover {
    color: #696969;
}

.postbox__video img, article.postbox .postbox__thumb img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    height: auto;
    width: inherit;
}

.blog-details-text ul li a:hover {
    color: #696969;
}


/**  slider text **/
.slider-active .slider-height {
    min-height: 800px;
}

.slider-active .slider-1-height {
    min-height: 850px;
}

.slider-active .slider-height-3 {
    min-height: 950px;
}

.slider-active .slider-height-4 {
    min-height: 980px;
}

.contact-style-3 .contact-us-text span {
    padding-left: 0;
}

#appointment-form .contact-btn input[type="submit"] {
    -moz-user-select: none;
    background: #096bd8;
    border: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    width: inherit;
    color: #fff;
    line-height: 1;
    padding-top: 17px;
}

#contact-form input[type="submit"] {
    -moz-user-select: none;
    background: #1c3354;
    border: medium none;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    padding: 20px 35px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px;
    position: relative;
    color: #fff;
    width: auto;
    margin-top: 0;
    line-height: 1;
    height: auto;
}

#contact-us-form input[type="submit"] {
    -moz-user-select: none;
    background: #fff;
    border: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    margin-top: 5px;
    color: #333333;
    width: auto;
    line-height: 1;
}


.appointment-form .contact-2-btn input[type="submit"] {
    -moz-user-select: none;
    background: #096bd8;
    border: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 21px 90px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    width:  auto;
    color: #ffffff;
}

.vome-page-content .post-comments-form {
    margin-top: 50px;
}
.vome-page-content .post-comments {
    margin-top: 40px;
}


.basic-pagination-2 ul li span {
    background: transparent;
    color: #777382;
    border: 1px solid #e7e7f6;
    height: 50px;
    width: 50px;
    line-height: 48px;
}

.basic-pagination ul li span {
    height: 50px;
    width: 50px;
    line-height: 48px;
    background: #ffffff;
    color: #9990b8;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    margin: 0px;
    display: inline-block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.basic-pagination-2 ul li span:hover, .basic-pagination ul li span.current {
    background: #fe6600;
    color: #ffffff;
    border-color: #fe6600;
    box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

.comment-reply-link {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.latest-comments .comment-reply-link:hover {
  color: #fe6600;
}

.comment-reply-link i {
  margin-right: 5px;
}

.comment-form {
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.09);
    background: #fff;
}
.comment-form label {
    font-weight: 600;
    color: #223645;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    display: block;
}


.comment-form input {
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: #223645;
    border: 1px solid transparent;
    background: #eceff3;
    transition: .3s;
}

.comment-form input:focus {
    background: #fff;
    border-color: #fe6600;
}
.comment-form textarea {
    height: 170px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    color: #223645;
    font-size: 14px;
    border: 1px solid transparent;
    background: #eceff3;
    transition: .3s;
}
.comment-form textarea:focus {
    background: #fff;
    border-color: #fe6600;
}

#commentform input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#commentform input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#commentform textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#commentform textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.footer-menu ul{
    margin: 0;
}

.postbox.sticky {
    border: 2px solid #fe6600;
}
.wp-block-quote, blockquote {
    border-left: solid 5px #fe6600;
}
.page-links > span {
    border: 2px solid #fe6600;
    color: #fe6600;
}
.post-text a:hover {
    color: #fe6600;
}

.post-text a {
    color: #fe6600;
}

.page-links a:hover {
    border: 2px solid #fe6600;
    color: #fe6600;
}
.post-password-form input[type="submit"] {
    background-color: #fe6600;
}
.postbox__text .blog-post-tag {
    padding-top: 40px;
}

.elementor .slider-img.slider-img-2-1 img, 
.elementor .slider-style-1 .slider-img-2 img, 
.elementor .slider-style-7 .slider-img img, 
.elementor .access-area .access-img img, 
.elementor .hiw-area .hiw-img-right img, 
.elementor .slider-img-5 img, 
.elementor .slider-img.slider-img-3 img,
.elementor .xn-about-area .xn-about-img-2 img, 
.elementor .xn-about-area .xn-about-img-2-right img,
.elementor .fea-3-img-right img,
.elementor .features-image img,
.elementor .fea-list-right-img img,
.elementor .fea-list-left-img img,
.elementor .testimonial-img img,
.elementor .testimonial-img-2 img,
.elementor .xn-about-img-right img,
.elementor .xn-about-img img,
.elementor .people-m-img img,
.elementor .fea-3-img img
{
    max-width: inherit;
}


.elementor .hw-area.hw-position {
    z-index: 99999;
    position: relative;
}

.footer-style-1 .footer-text p {
    color: #616469;
}
.footer-style-4 .footer-text p {
    color: #8d96a2;
}

.testimonial-6-area ul {
    margin-bottom: 0;
}

.slider-style-3 .btn-grad::before {
    z-index: -9999;
}

.widget .widget-posts-title a {
    color: #233d63;
    font-weight: 600;
    line-height: 1.5;
}

.widget .widget-posts-title a:hover {
    color: #fe6600;
}

.widget.widget_bdevs-latest-posts ul li {
    border-bottom: none;
    color: #667286;
    margin: 0;
    padding: 0; 
}

.widget.widget_bdevs-latest-posts .recent-posts > li:not(:last-child) {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget.widget_bdevs-latest-posts .recent-posts > li {
     overflow: hidden; 
}

.widget.widget_bdevs-latest-posts .recent-posts .size-thumbnail {
    margin-bottom: 0;
}

.basic-pagination.basic-pagination-2.mb-40 ul {
    padding: 0;
}
.basic-pagination ul{
    margin-bottom: 0;
}


.woocommerce .product .star-rating {
    float: none; 
    margin: auto;
}

.woocommerce.single-product .product .star-rating {
    float: left; 
}

.woocommerce div.product.mb-40 {
    margin-bottom: 40px;
}

.woocommerce .star-rating span::before {
    color: #fe6600;
}

.woocommerce del .price span {
    text-decoration: line-through;
}

.woocommerce .price del span {
    color: #282835;
    text-decoration: line-through;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400; 
}

.single-product .woocommerce-notices-wrapper {
    display: none;
}

.product-cat span a {
    font-weight: 400;
}
.product-cat span a {
    font-weight: 400;
}

.yith-wcwl-add-to-wishlist.add-to-wishlist-68 {
    margin-top: 0px;
    display: inline-block;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    display: inline-block;
    margin: 0 5px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.add_to_wishlist.pro-btn i {
  margin: 0;
}
.product-action a.add_to_wishlist{
  border-radius: 50%;
}
#yith-wcwl-popup-message {
  background: #fe6600;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 50px;
  padding: 10px 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 10000;
  border-radius: 0;
  color: #fff;
}


.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    position: absolute;
    width: 175px;
    border-radius: 30px; 
    line-height: 26px;
    padding: 10px 15px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-weight: 500;
    font-size: 14px;
    z-index: 99;
    color: #fe6600;

}
.woocommerce a.added_to_cart:hover{
  color: #ffffff;
}

/* 22. Cart */
.woocommerce-message {
  border-top-color: #096bd8;
}
.woocommerce-message::before {
  color: #096bd8;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 16px 31px;
  font-weight: 500;
  border-radius: 0;
  left: auto;
  color: #fff;
  background-color: #096bd8;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: capitalize;
}

.cart-name h4 a {
  color: #414149;
  font-size: 17px;
}
.cart-name h4 a:hover{color: #fbba42}
.cart-price span {
  color: #777777;
  font-size: 17px;
}
.cart-select .nice-select {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  float: none;
  margin: auto;
  width: 60px;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
}
.cart-img {
  text-align: center;
}
.cart-img a {
  display: inline-block;
}
.cart-del > a {
  color: #777777;
}
.coupon-left input {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 15px;
  width: 50%;
}
.coupon-left button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #63636b;
  font-size: 14px;
  margin-left: 10px;
  padding: 13px 35px;
  text-transform: uppercase;
  font-weight: 500;
}
.update-cart > a {
  border: 1px solid #ddd;
  color: #414149;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  padding: 14px 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.update-cart > a:hover, .coupon-left button:hover {
  background: #096bd8;
  border-color: #096bd8;
  color: #fff;
}
.cart-total-price > ul {
  border: 1px solid #ddd;
}
.cart-total-price li {
  border-bottom: 1px solid #ddd;
  padding: 17px 28px;
}
.cart-total-price li:last-child{border: 0}
.cart-total-price span {
  float: right;
  font-weight: 500;
}
.cart-total-price > ul {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
#coupon_code {
  width: 140px;
  padding: 0 15px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100px;
  box-shadow: none;
}
.woocommerce table.shop_table th {
  font-weight: 600;
  text-align: left;
}
.torun-page-content  table.shop_table tbody td {
  text-align: left;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 20px 0;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
  margin-bottom: 15px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-size: 16px;
}
.woocommerce form .form-row {
  display: block;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 2px solid #eaedff;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
  display: block;
  max-width: 50%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  max-width: 100%;
}
/* 23. Checkout */
/*checkout*/
.woocommerce-billing-fields input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #eaedff;
  border-radius: 0;
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.woocommerce .woocommerce-checkout-review-order-table table, .woocommerce .woocommerce-checkout-review-order-table th, .woocommerce .woocommerce-checkout-review-order-table td {
  border: 0;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #fe6b51;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  padding: 17px 30px;
  font-weight: 600;
}
.woocommerce form .form-row textarea {
  height: 100px;
  padding: 15px;
}
#coupon_code {
  height: 50px;
  width: 250px;
  border: 1px solid #ddd;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 16px 31px;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #fe6600;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: capitalize;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
    cursor: not-allowed;
    opacity: .5;
    padding: 17px 30px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #1C3354;
  color: #fff;

}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 30px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 30px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 50px;
  border: 2px solid #eaedff;
  padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 20px;
}
#order_review_heading {
  margin-top: 30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #fe6600;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 18px 35px;
    border-radius: 30px;
}
.woocommerce-info {
  border-top-color: #096bd8;
}
.woocommerce-info::before {
  color: #096bd8;
}
.woocommerce-info a:hover {
  color: #096bd8;
}
.widget img{max-width: 100%}

.widget ul.zoom-instagram-widget__items li {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.latest-comments ul li {
    padding-top: 0;
}
.latest-comments ul li .children .comment-depth-5{
    margin-bottom: 22px;
}


/*woo */
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 12px;
}
.woocommerce-review-link {
    top: -6px;
    position: relative;
    margin-left: 5px;
}
.product-details h3 {
    margin-bottom: 15px;
}
.woocommerce .product-details .price del span {
    color: #282835;
    text-decoration: line-through;
    margin-left: 0;
}
.product-details .price span {
    font-weight: 500;
}
.woocommerce .quantity .qty {
    width: 90px;
    text-align: center;
    height: 49px;
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 0 5px;
}
.event-text h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
#reply-title {
    margin-bottom: 30px;
    display: block;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 180px;
}
.vome-page-content table.shop_table tbody td {
    text-align: left;
}
.cart_totals h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.woocommerce-billing-fields .form-row  label {
    margin-left: 0;
}
.woocommerce-additional-fields .form-row  label {
    margin-left: 0;
}

.wp-block-button {
    margin-bottom: 10px;
}
.wp-block-latest-comments li {
    list-style: none;
}
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}
.wp-block-cover-text a {
    color: #fff;
}
.logged-in .sticky-bar {
    margin-top: 32px;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    height: 40px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-transform: capitalize;
}
.woocommerce-variation-price {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
    margin-bottom: 20px;
}

.footer-widget select {
    max-width: 100%;
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    padding: 0 !important;
    height: auto;
    padding: 12px 20px !important;
}

/* 11. Blog */
.blog-meta-top span a {
    color: #7b8491;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-meta-top span a:hover{
    color: #ff4902;
}
.post-x-cat a{display: none}
.post-x-cat a:first-child{display: inline-block;}
.news-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.news-text h4 a:hover{
    color: #ff4902;
}

.blog-meta span a {
    color: #7b8491;
    text-transform: uppercase;
    font-size: 12px;
}

.news-meta span a {
    color: #7b8491;
    text-transform: uppercase;
    font-size: 12px;
}
.news-meta span {
    margin-right: 25px;
}
.news-meta span i {
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.news-meta span a:hover{
    color: #ff4902;
}

/* blog 2 */
.navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #fe6600;
}
.bakix-navigation span a:hover {
  color: #fe6600;
}
.bakix-navigation h4 {
    font-size: 21px;
    margin: 0;
    text-transform: capitalize;
}

.bakix-navigation h4 a:hover {
  color: #fe6600;
}

.post-comments {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
    width: 100px;
    margin-right: 20px;
    border-radius: 50%;
}

.latest-comments li:first-child .comments-box {
  padding-top: 0;
}
.latest-comments li.comment-depth-2 .comments-box {
    padding-top: 38px;
}
.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}
.comments-box {
    padding: 30px 0;
    padding-bottom: 0;
}
.latest-comments {
    background: #fff;
    padding: 30px;
}
.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
    margin-top: 0;
}
.avatar-name h5 {
    font-size: 17px;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.avatar-name span {
    color: #fe6600;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #fe6600;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
    font-size: 26px;
    color: #140a20;
    margin-bottom: 0;
}

.conatct-post-form {
    margin-bottom: 20px;
    padding: 50px 35px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.09);
}
.conatct-post-form label {
    font-weight: 600;
    color: #223645;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    display: block;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: #223645;
    border: 1px solid transparent;
    background: #eceff3;
    transition: .3s;
}
.conatct-post-form input:focus {
    background: #fff;
    border-color: #fe6600;
}
.conatct-post-form textarea {
    height: 170px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    color: #223645;
    font-size: 14px;
    border: 1px solid transparent;
    background: #eceff3;
    transition: .3s;
}
.conatct-post-form textarea:focus {
    background: #fff;
    border-color: #fe6600;
}
#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.logo-area {
    padding: 15px 0;
}
.post-comments-form .contacts-name::after,.post-comments-form .contacts-email::after ,
 .post-comments-form .contacts-message::after,.comments-textarea.contacts-message::after {
    display: none;
}

.latest-comments .post-comments-title {
    margin-bottom: 30px;
    margin-top: 25px;
}

.logged-in .header-log{
    margin-top: 31px
}

.elementor .about-back-img > img {
    border: 10px solid #fff;
}

.elementor .my-style img {
    border: 13px solid #fff;
    border-radius: 50%;
    transition: .5s;
}

.input-box-area span {
    width: 100%;
}
.post-text .blocks-gallery-grid{
    padding-left: 0;
}
.wp-block-gallery.columns-3.is-cropped.alignfull {
    margin-bottom: 45px;
}

ol {
    list-style: decimal;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol {
    list-style: lower-alpha;
}
.footer-area-top select {
    height: 50px;
    width: 100%;
    padding: 0 15px;
}
.footer-area-top #wp-calendar thead th {
    color: #fff;
}
.footer-area-top .calendar_wrap {
    overflow-x: scroll;
}
.footer-area-top #wp-calendar caption {
    color: #ddd;
}
.footer-area-top ul ul {
    padding-left: 15px;
    padding-top: 10px;
}
.footer-area-top.widget_recent_comments li span, .footer-area-top.widget_recent_comments li span a {
    float: none;
    font-weight: 500;
    color: #fff;
}
.textwidget img {
    max-width: 100%;
}
.footer-area-top .textwidget p {
    color: #bfbfbf;
}
.h4back__gallery--title,.h4back-title {
    opacity: 0;
}

.layout-wrapper .alignright.size-thumbnail {
    margin-bottom: 20px;
    clear: both;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2);
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item{
    width: calc((100% - 16px)/2)!important;
}