:root {
	--theme-color: #e94d65;
	--dark-color: #1b4962;
	--font-family-open-sens: 'Open Sans', sans-serif;
	--font-family-playfair: "Playfair Display";
}


.header-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* Top Bar Two */
.top-bar-two {
	position: relative;
	background: #1b4962;
}

.top-bar-two .contact-infos {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.top-bar-two .contact-infos li {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin: 6px 0;
	margin-right: 15px;
}

.top-bar-two .contact-infos li span {
	color: #82a3b5;
	margin-right: 3px;
}

.top-bar-two .contact-infos li i {
	color: #e94d65;
	margin-right: 10px;
}


/* ====================== search box btn ===========================*/

.search-box-outer {
	position: relative;
	left: 3px;
	display: inline-block;
	padding: 4.5px 0;
	vertical-align: middle;
}

.search-box-outer .search-box-btn {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #222;
	cursor: pointer;
	display: inline-block;
	padding: 7px 0px 6px;
	background: transparent;
	border-radius: 0;
	border: 0px;
	color: #fff;
}

.search-box-outer .dropdown-menu {
	top: 63px !important;
	padding: 0px;
	width: 330px;
	border-radius: 0px;
	background: #ffffff;
	right: 0;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
	border-color: transparent;
	border-radius: 3px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	transition: .5s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
}

.search-box-outer .dropdown-menu {
	top: 48px !important;
}

.search-box-outer .show .dropdown-menu {
    display: block;
    transform: scale3d(1,1,1)!important;
    opacity: 1;
    visibility: visible;
}

.search-box-outer .search-panel .form-container {
	padding: 30px;
}

.search-box-outer .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.search-box-outer .search-panel input[type="text"],
.search-box-outer .search-panel input[type="search"],
.search-box-outer .search-panel input[type="password"],
.search-box-outer .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 50px;
	border: 1px solid #f3f5fe;
	border-radius: 3px;
	background: #f3f5fe;
}

.search-box-outer .search-panel input:focus,
.search-box-outer .search-panel select:focus {
	border-color: #f3f5fe;
}

.search-box-outer .search-panel .search-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 48px;
	text-align: center;
	color: #111111;
	background: #f3f5fe;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
	border: 0px;
}

.top-bar-two .contact-btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 13.5px 30px;
    border-radius: 0;
    margin-left: 20px;
    background: #e94d65;
    border-color: #e94d65;
    color: #fff;
    position: relative;
    top: 1px;
    transition: .5s ease;
}

.search-box-outer .dropdown-toggle::after {
    display: none;
}

.search-box-outer .search-box-btn:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.site-header.style-five .header-navigation .container {
    max-width: 1200px;
    padding-left: 0;
    padding: 0 15px;
}

.site-header.style-five .header-navigation .container .right-side-box {
    position: relative;
    top: auto;
    transform: inherit;
}

.site-header.style-five .header-navigation .container .logo-box {
    float: inherit;
    position: relative;
}

.site-header.style-five .header-navigation .container .navbar-brand {
    padding: 0;
    background: transparent;
}

.site-header.style-five .header-navigation {
    padding: 0;
    background: transparent;
}

.site-header.style-five .header-navigation .main-navigation {
    float: inherit;
    padding: 0 60px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.site-header.style-five .header-navigation .container .right-side-box .social {
    margin-left: 0;
}

.site-header.style-five .header-navigation.stricky-fixed {
	background: #fff;
}

.site-header.style-five .header-navigation ul.navigation-box > li > a {
    color: #181818;
    text-transform: uppercase;
}

.site-header.style-five .header-navigation ul.navigation-box > li + li {
    margin-left: 35px;
}

.site-header.style-five .header-navigation .container .right-side-box .social a {
	color: #fff;
}

.site-header.style-five .header-navigation ul.navigation-box > li.current > a, 
.site-header.style-five .header-navigation ul.navigation-box > li:hover > a {
    color: var(--theme-color);
}

.site-header.style-five .header-navigation ul.navigation-box > li:before {
    border-bottom: 10px solid var(--dark-color);
}

.site-header.style-five .header-navigation ul.navigation-box > li > ul.sub-menu {
    background: var(--dark-color);
}

.site-header.style-five .header-navigation .container .right-side-box .social a.facebook {
	background: #4a6fbe;
}
.site-header.style-five .header-navigation .container .right-side-box .social a.twitter {
	background: #55acee;
}
.site-header.style-five .header-navigation .container .right-side-box .social a.googleplus {
	background: #dd4b39;
}
.site-header.style-five .header-navigation .container .right-side-box .social a.dribbble {
	background: #ea4c89;
}

.site-header.style-five .header-navigation .container .right-side-box .social a:hover {
	background: #222 !important;
}

/* Slider Content */

#minimal-bootstrap-carousel.slider-home-four.style-five .carousel-inner .carousel-item {
	min-height: 770px;
}

.slider-content-style-four .content {
  position: relative;
  z-index: 990;
}

.slider-content-style-four .content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-family: inherit;
}

.slider-content-style-four .content h1 {
  margin: 0;
  font-size: 80px;
  line-height: 85px;
  font-weight: 700;
  color: var(--dark-color);
  font-family: "Playfair Display";
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-bottom: 41px;
}
.slider-content-style-four .content h1 strong {
  font-weight: 900;
}

.slider-content-style-four .content h1.light {
	color: #fff;
}

.slider-content-style-four .content a.btn-style-one {
  -webkit-animation-delay: 2s;
  animation-delay: 1.5s;
}

.slider-content-style-four .content a.btn-style-two {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


.btn-style-one {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: var(--theme-color);
  padding: 18px 35px;
  transition: .5s ease;
  display: inline-block;
}

.btn-style-one:hover {
	color: #fff;
	background: #222;
}

.btn-style-two {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: var(--dark-color);
  padding: 18px 35px;
  transition: .5s ease;
  display: inline-block;
}

.btn-style-two:hover {
	color: #fff;
	background: #222;
}

.mr-30 {
	margin-right: 30px;
}


/*==========
	Welcome Section
===========*/

.wpex_01_welcome-section {
	position: relative;
	margin-top: -77px;
	z-index: 9;
}

.wpex_01_welcome-section.style-two {
    margin-top: -170px;
}

.wpex_01_welcome-section .inner-box {
	position: relative;
	box-shadow: 0px 10px 20px 0px rgba(51, 77, 128, 0.12);
	margin-bottom: 30px;
}

.wpex_01_welcome-section .inner-box .image{
	position: relative;
}

.wpex_01_welcome-section .inner-box .image img {
	width: 100%;
}

.wpex_01_welcome-section .inner-box .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: rgba(27, 73, 98, 0.85);
	content: "";
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.wpex_01_welcome-section .inner-box:hover .image:before {
	height: 100%;
}

.wpex_01_welcome-section .content {
	position: relative;
	background: #fff;
	padding: 30px;
}

.wpex_01_welcome-section .content h3 {
	position: relative;
	color: var(--dark-color);
	font-weight: 900;
	font-family: var(--font-family-playfair);
	padding-left: 45px;
	margin-bottom: 20px;
	font-size: 24px;
}

.wpex_01_welcome-section .content h3:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 30px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.wpex_01_welcome-section .content h3 a {
	color: var(--dark-color);
	transition: .5s;
}

.wpex_01_welcome-section .content h3 a:hover {
	color: var(--theme-color);
}

.wpex_01_welcome-section .content .text {
	line-height: 30px;
}

/*==========
	About Section
===========*/

.wpex_01_about-section {
	position: relative;
	padding: 100px 0;
}

.wpex_01_about-section .image {
	position: relative;
	margin-bottom: 30px;
}

.wpex_01_about-section .image:before {
	position: absolute;
	content: '';
	background: url(../images/resource/shape-1.jpg) no-repeat left bottom;
	left: -75px;
	bottom: -40px;
	width: 100%;
	height: 100%;
}

.wpex_01_about-section .image img {
	position: relative;
}

.wpex_01_sectitle {
	position: relative;
	margin-bottom: 50px;
}

.wpex_01_sectitle h5 {
	position: relative;
	font-size: 17px;
	color: var(--theme-color);
	margin-bottom: 15px;
}

.wpex_01_sectitle.light h5 {
	color: #fff;
}

.wpex_01_sectitle h1 {
	font-size: 50px;
	font-weight: 900;
	color: var(--dark-color);
	font-family: var(--font-family-playfair);
}

.wpex_01_sectitle.light h1 {
	color: #fff;
}

.wpex_01_sectitle h1 span {
	color: var(--theme-color);
}

.wpex_01_about-section .text {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	line-height: 30px;
}

.text p {
	margin-bottom: 20px;
}

.wpex_01_about-section .icon-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.wpex_01_about-section .icon-wrapper .icon {
	position: relative;
	font-size: 55px;
	color: var(--theme-color);
	margin-right: 20px;
	margin-bottom: 10px;
}

.wpex_01_about-section .icon-wrapper h3 {
	font-size: 24px;
	font-weight: 900;
	color: var(--dark-color);
	font-family: var(--font-family-playfair);
}

/* Style Two */

.wpex_01_about-section.style-two .image {
    float: right;
    margin-right: 39px;
}

.wpex_01_about-section.style-two .image:before {
    background: url(../images/resource/shape-2.jpg) no-repeat right bottom;
    bottom: 80px;
    right: 20px;
    left: auto;
}


/*==========
	Services Section
===========*/

.wpex_01_services-section {
	position: relative;
	padding: 115px 0 90px;
	background: #f5f6f7;
	overflow: hidden;
}

.wpex_01_services-section.style-two {
    padding-bottom: 170px;
}

.wpex_01_services-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/shape-3.png) no-repeat right top;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.wpex_01_services-section .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.wpex_01_services-section .inner-box .icon {
    position: relative;
    font-size: 55px;
    color: var(--theme-color);
    margin-right: 20px;
    margin-bottom: 20px;
}

.wpex_01_services-section .inner-box h3 {
    font-size: 24px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--font-family-playfair);
    margin-bottom: 20px;
}

.wpex_01_services-section .inner-box h3 a {
	color: var(--dark-color);
	transition: .5s;
}

.wpex_01_services-section .inner-box h3 a:hover {
	color: var(--theme-color);
}

.wpex_01_services-section .link-btn,
.wpex_01_services-section .text.mb-50 {
	margin-bottom: 50px;
	position: relative;
}

.wpex_01_services-section .inner-box .text {
	position: relative;
}

/*==========
	About Section Two
===========*/

.wpex_01_about-section-two {
	position: relative;
	padding: 130px 0 100px;
	counter-reset:count;
}

.wpex_01_about-section-two.style-two {
	padding-top: 0px;
}

.wpex_01_about-section-two .image {
	position: relative;
	margin-bottom: 30px;
}

.wpex_01_about-section-two .image:before {
	position: absolute;
	content: '';
	background: url(../images/resource/shape-1.jpg) no-repeat left bottom;
	right: -75px;
	bottom: -40px;
	width: 100%;
	height: 100%;
}

.wpex_01_about-section-two .image img {
	position: relative;
}

.wpex_01_about-section-two .text {
	position: relative;
	margin-bottom: 40px;
	line-height: 30px;
}

.wpex_01_about-section-two .list {
	list-style: none;
	margin-bottom: 30px;
}

.wpex_01_about-section-two .list li {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-color);
	font-family: var(--font-family-playfair);
	margin-bottom: 28px;
	padding-left: 60px;
}

.wpex_01_about-section-two .list li:before {
	position: absolute;
    counter-increment: count;
    content: "" counter(count);
    top: 0px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    background-color: #f0f1f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Style Two */

.wpex_01_about-section-two.style-two .image {
    float: left;
    margin-left: 50px;
}

.wpex_01_about-section-two.style-two .image:before {
    background: url(../images/resource/shape-2.jpg) no-repeat left top;
    top: 80px;
    left: 20px;
    right: auto;
}



/*==========
	Funfacts Section
===========*/


.wpex_01_fun-fact {
	position: relative;
	padding: 130px 0 100px;
	background-size: cover;
}

.wpex_01_fun-fact:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/shape-1.png) no-repeat left center;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.wpex_01_fun-fact.style-two:before {
	background: #0255c2;
}

.wpex_01_fun-fact.style-two:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/shape-4.png) no-repeat center;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.wpex_01_fun-fact.style-two .container {
	position: relative;
	z-index: 2;
}

.wpex_01_fun-fact.style-two .video-box {
    border-color: #fff;
}

.wpex_01_fun-fact.style-two .video-box a {
    background: var(--theme-color);
    color: #fff;
}


.wpex_01_fun-fact .single-fun-fact-style-one {
	position: relative;
	margin-bottom: 30px;
}

.wpex_01_fun-fact .single-fun-fact-style-one h3 {
    font-size: 50px;
    font-weight: 900;
    color: var(--theme-color);
    font-family: var(--font-family-playfair);
    text-align: left;
    margin-bottom: 30px;
    padding-top: 15px;
}

.wpex_01_fun-fact .single-fun-fact-style-one p {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-align: left;
}


.wpex_01_fun-fact .video-box {
	position: relative;
	width: 140px;
	height: 140px;
	line-height: 56px;
	border: 20px solid rgba(255, 255, 255, 0.10);
	border-radius: 50%;
	text-align: center;
	/* background: var(--theme-color); */
}

.wpex_01_fun-fact .video-box a {
    position: relative;
    color: #222;
    font-size: 24px;
    display: block;
    line-height: 100px;
    background: #fff;
    border-radius: 50%;
}


/*==========
	Team Section
===========*/

.wpex_01_team-section {
	position: relative;
	padding: 130px 0 100px;
}

.wpex_01_team-section .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.wpex_01_team-section .image {
	position: relative;
	overflow: hidden;
	width: max-content;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.wpex_01_team-section.style-two .image {
    border-radius: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    margin-bottom: 15px;
}

.wpex_01_team-section .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #173b4f;
	opacity: .2;
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.wpex_01_team-section .inner-box:hover .image:before {
	height: 100%;
}

.wpex_01_team-section h3 {
    font-size: 24px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--font-family-playfair);
    margin-bottom: 12px;
}

.wpex_01_team-section h3 a {
	color: var(--dark-color);
}

.wpex_01_team-section h5 {
	font-size: 17px;
	font-weight: 500;
	color: var(--theme-color);
	margin-bottom: 22px;
}

.wpex_01_team-section .image .social-icon {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	top: 50%;
	list-style: none;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
}

.wpex_01_team-section .image .social-icon:before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	height: 1px;
	width: 100px;
	background: var(--theme-color);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 0;
}

.wpex_01_team-section .inner-box:hover .social-icon:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.wpex_01_team-section .image .social-icon li {
	margin: 0 10px;
}

.wpex_01_team-section .image .social-icon a {
	color: #fff;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}

.wpex_01_team-section .image .social-icon a:hover {
	color: var(--theme-color);
}

.wpex_01_team-section .inner-box:hover .social-icon a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.wpex_01_team-section .image .social-icon li:nth-child(even) a {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}



/*==========
	Projects Section
===========*/

.wpex_01_projects-section {
	position: relative;
	padding: 130px 0 100px;
}

.wpex_01_projects-section .link-btn {
	margin-bottom: 50px;
}

.wpex_01_projects-section .filter-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 50px;
	list-style: none;
	padding-left: 0;
}

.wpex_01_projects-section .text-center .filter-tabs {
	justify-content: center;
}

.wpex_01_projects-section .filter-tabs li {
	padding: 0;
	margin: 0px 20px 0px;
}

.wpex_01_projects-section .filter-tabs li:first-child {
	margin-left: 0px;
}

.wpex_01_projects-section .filter-tabs li.active {}

.wpex_01_projects-section .filter-tabs li span {
	color: #1a224d;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	border-radius: 22px;
	display: block;
	cursor: pointer;
	transition: .5s ease;
}

.wpex_01_projects-section .filter-tabs li:last-child span {
	border-right: 0px;
}

.wpex_01_projects-section .filter-tabs li:hover span,
.wpex_01_projects-section .filter-tabs li.active span {
	color: #ff4747;
	transition: .5s ease;
}

.wpex_01_projects-section .filter-tabs li span i {
	font-size: 14px;
	margin-right: 5px;
}

.wpex_01_projects-section .single-gallery-style-one {
  margin-bottom: 30px;
}
.wpex_01_projects-section .single-gallery-style-one .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.wpex_01_projects-section .single-gallery-style-one .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.wpex_01_projects-section .single-gallery-style-one .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.wpex_01_projects-section .single-gallery-style-one .image-block .box a > i {
  font-size: 30px;
  color: #fff;
  transition: all .4s ease;
}
.wpex_01_projects-section .single-gallery-style-one .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.wpex_01_projects-section .single-gallery-style-one:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.wpex_01_projects-section .single-gallery-style-one:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.wpex_01_projects-section .single-gallery-style-one:hover .image-block .box a > i:hover {
  color: var(--theme-color);
}

.wpex_01_projects-section .wpex_01_projects-section .single-gallery-style-one .image-block .box {
    background: hsla(201, 57%, 25%, 0.80);
}

.wpex_01_projects-section .box-two {
    position: absolute;
    width: 100%;
    background: #0255c2;
    bottom: 0;
    padding: 30px;
    opacity: 0;
    transition: .5s ease;
    transform: translateY(100%);
}

.wpex_01_projects-section .single-gallery-style-one:hover .box-two {
	opacity: 1;
	transform: translateY(0);
}


.wpex_01_projects-section .box-two h3 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    font-family: var(--font-family-playfair);
    margin-bottom: 12px;
}

.wpex_01_projects-section .box-two h3 a {
	color: #fff;
}

.wpex_01_projects-section .box-two .text {
	font-size: 15px;
	color: rgba(255, 255, 254, 0.7);
	line-height: 30px;
}


/*==========
	Testimonial Section
===========*/

.wpex_01_testimonial-section {
	position: relative;
	padding: 130px 0 130px;
	background: #f5f6f7;
}

.wpex_01_testimonial-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/shape-2.png) no-repeat center;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.wpex_01_testimonial-section .inner-box {
	position: relative;
}

.wpex_01_testimonial-section .inner-box .content {
	position: relative;
	padding: 40px 30px;
	background: #fff;
	margin-bottom: 30px;
}

.wpex_01_testimonial-section .content .quote {
	font-size: 30px;
	color: var(--theme-color);
	margin-bottom: 20px;
}

.wpex_01_testimonial-section .content .quote span {
	display: inline-block;
	transform: rotate(180deg);
}

.wpex_01_testimonial-section .content .text {
	font-size: 17px;
	line-height: 30px;
}

.wpex_01_testimonial-section .author-info {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wpex_01_testimonial-section .author-info .thumb {
	margin-right: 20px;
}

.wpex_01_testimonial-section .author-info img {
	width: auto;
	border-radius: 50%;
}

.wpex_01_testimonial-section .author-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0;
}

.wpex_01_testimonial-section .author-info p {
	font-size: 14px;
	font-weight: 500;
	color: var(--theme-color);
	margin: 0;
}

.wpex_01_testimonial-section .owl-theme .owl-controls {
	display: none;
}

/*==========
	CTA Section
===========*/

.wpex_01_cta-section {
	position: relative;
	padding: 130px 0 80px;
	background-size: cover;
	background-attachment: fixed;
}

.wpex_01_cta-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #173b4f;
    opacity: .9;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.wpex_01_cta-section.style-two:before {
	background: #0255c2;
}

.wpex_01_cta-section.style-two:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/shape-4.png) no-repeat center;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.wpex_01_cta-section .wpex_01_sectitle h1 {
	margin-bottom: 60px;
}


/*==========
	CTA Section
===========*/

.wpex_01_blog-section {
	position: relative;
	padding: 130px 0 100px;
	background-size: cover;
	background-attachment: fixed;
}

.wpex_01_blog-section .inner-box {
	margin-bottom: 30px;
}

.wpex_01_blog-section h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--font-family-playfair);
    margin-bottom: 15px;
}

.wpex_01_blog-section h3 a {
	color: var(--dark-color);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.wpex_01_blog-section h3 a:hover {
	color: var(--theme-color);
}

.wpex_01_blog-section .image {
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.wpex_01_blog-section .image:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	z-index: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.wpex_01_blog-section .image img {
	width: 100%;
}

.wpex_01_blog-section .inner-box:hover .image:before {
	height: 100%;
}

.wpex_01_blog-section .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.wpex_01_blog-section .post-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0px;
	margin: 0;
}

.wpex_01_blog-section .post-meta ul li {
	position: relative;
	padding-right: 36px;
}

.wpex_01_blog-section .post-meta ul li:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 15px;
	background: var(--theme-color);
	bottom: 16px;
	right: 10px;
}

.wpex_01_blog-section .post-meta ul li:last-child:before {
	display: none;
}

.wpex_01_blog-section .post-meta ul li a {
	color: #848484;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
}

.wpex_01_blog-section .text {
	margin-bottom: 15px;
}

.wpex_01_blog-section .read-more {
	font-size: 15px;
	font-weight: 500;
	color: var(--theme-color);
	text-transform: uppercase;
}



/* ======= Responsive =============*/


@media (max-width: 1450px) {
	.site-header.style-five .header-navigation .main-navigation {
		padding: 0;
		border: 0;
	}
	.site-header.style-five .header-navigation ul.navigation-box > li {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
	.site-header.style-five .header-navigation .container .right-side-box {
		display: none;
	}
	.site-header.style-five .header-navigation .container .menu-toggler {
	    float: right;
	}
	.site-header.style-five .header-navigation .container .navbar-brand {
	    position: relative;
	    top: 17px;
	}
	.header-navigation.stricky-fixed {
		position: relative;
		animation-duration: 0s;
	}
	.header-wrapper .right-content {
		display: none;
	}
	.top-bar-two {
		padding: 6px 0;
	}
	.top-bar-two .contact-infos li {
		margin-top: 0;
		margin-bottom: 0;
	}
	.wpex_01_services-section:before {
		display: none;
	}
}

@media (max-width: 991px) {
	.wpex_01_team-section .inner-box {
		text-align: center;
	}
	.wpex_01_about-section-two.style-two {
		padding-top: 0px;
	}
	.wpex_01_about-section-two.style-two .image {
		margin-left: 0px;
		margin-top: 50px;
	}
	.wpex_01_about-section-two .image:before,
	.wpex_01_about-section .image:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.slider-content-style-four .content h1 {
		font-size: 60px;
		line-height: 65px;
	}
	.wpex_01_cta-section .wpex_01_sectitle h1 br {
		display: none;
	}
	.wpex_01_about-section .icon-wrapper {
		align-items: center;
	}
	.wpex_01_projects-section .filter-tabs li {
		margin-bottom: 15px;
	}
}

@media (max-width: 499px) {
	.slider-content-style-four .content h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.slider-content-style-four .content a.btn-style-one {
		margin-bottom: 20px;
	}
}

.wpex_01_services-section.style-three {
    margin-top: -140px;
    padding-top: 250px;
}

#minimal-bootstrap-carousel.shape-style-one {
    z-index: 9;
    clip-path: polygon(0 0, 100% 0, 100% 83%, 38% 100%, 0 93%);
}









