/*
  Theme Name: Trade - Corporate HTML5 Template
  Description: Corporate HTML5 Template
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. About
5. Service
7. Counter
10. Team
11. Footer
15. Pagination
*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');
html {
  /* TODO check this i added smooth */
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.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;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
button, .cursor-pointer {
  cursor: pointer;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}
a,
button {
  /* color: #1696e7; */
  color: #fff;
  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: 'Poppins', sans-serif;
  font-weight: normal;
  color: #000;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul:not(.ul) {
  margin: 0px;
  padding: 0px;
}
li:not(.li) {
  list-style: none;
}
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #7e7e7e;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
::-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;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/* button style */

.btn {
  -moz-user-select: none;
  background: #ff5e14;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 40px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover {
  color: #fff;
}

/* 2. Header */
.header-top-cta div {
  margin-right: 7px;
  color: #fff;
  font-size: 13px;
  display: inline;
  width: fit-content;
}
@media only screen and (max-width: 500px) {
  .header-top-cta div {
    margin: 0 auto;
    display: block;
  }
  .menu-area {
    padding: 0 !important;
  }
}
.header-top-cta div i {
  padding-right: 10px;
  color: #ff5e14;
}

.top-social-links span {
  font-size: 13px;
  color: #fff;
}
.top-social-links a {
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
}
.top-social-links a:hover i {
  color: #ff5e14;
}
.top-social-links i {
  display: inline-block;
  padding: 13px 0;
  transition: 0.3s;
}
.top-btn {
  display: inline-block;
}
.top-btn a {
  text-transform: capitalize;
  background: #ff5e14;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

/* menu-area */
.menu-area {
  background: #fff;
}

.transparent-bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0;
  background: none;
}
.menu-margin-bottom {
  margin-bottom: -67px;
  position: relative;
  z-index: 9;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.main-menu ul li a {
  color: #020d26;
  font-size: 15px;
  padding: 35px 0;
  display: block;
  font-weight: 600;
  position: relative;
}
.main-menu.second-menu ul li a {
  color: #ffffff;
  padding: 22px 0;
}
.main-menu.second-menu ul li:hover a {
  color: #ffffff;
}
.transparent-menu ul li a {
  color: #fff;
}
.transparent-menu ul li:hover a i {
  color: #ff5e14;
}
.main-menu ul li .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  z-index: 1;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-top: 3px solid #ff5e14;
}
.main-menu.second-menu ul li .sub-menu {
  border-top: 3px solid #020d26;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.main-menu ul li .sub-menu li:last-child {
  border: none;
}
.main-menu ul li .sub-menu li a {
  padding: 10px 15px;
  text-align: left;
  font-weight: 600;
  position: relative;
  font-size: 13px;
}
.main-menu.second-menu ul li .sub-menu li a {
  color: #020d26;
}
.main-menu.second-menu ul li .sub-menu li:hover a {
  color: #ff5e14;
}
.transparent-menu ul li .sub-menu li a {
  color: #020d26;
}
.main-menu ul li .sub-menu li a::before {
  position: absolute;
  left: 6px;
  color: #ff5e14;
  content: '-';
  transition: 0.3s;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover a {
  padding-left: 20px;
}
.main-menu ul li .sub-menu li:hover a:before {
  opacity: 1;
  left: 10px;
}
.main-menu ul li:hover > a {
  color: #ff5e14;
}
.main-menu ul li:hover a::before,
.main-menu ul li:hover a::after {
  opacity: 1;
}
.menu-active {
  color: #ff5e14 !important;
}
.second-menu-active {
  color: #fff !important;
}
.menu-active::before,
.menu-active::after {
  opacity: 1 !important;
}
.menu-icon .menu-tigger span {
  height: 2px;
  width: 22px;
  background: #000;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s;
}
.menu-icon.second-menu-icon .menu-tigger span {
  background: #fff;
}
.menu-icon .menu-tigger span:last-child {
  margin: 0;
}
.menu-icon .menu-tigger span:nth-child(2) {
  width: 18px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 1; /* 9999 */
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.sticky .logo-area {
  display: none;
}

/* 3. Slider */
.slider-bg {
  height: 810px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.slider-bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.slider-two-bg {
  height: 810px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.slider-two-bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.slider-content h1 {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.slider-content h1 span {
  color: #ff5e14;
}
.slider-content p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 35px;
}

/* slick dots */
.slider-active .slick-dots li {
  display: inline-block;
}
.slider-active .slick-dots {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 25px;
}
.slider-active .slick-dots li button {
  text-indent: -9999px;
  border: 0;
  margin: 0 5px;
  padding: 0;
  height: 3px;
  width: 25px;
  background: #fff;
}
.slider-active .slick-dots li.slick-active button {
  background: #ff5e14;
}
/* 4. About */
.section-title h2 {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.section-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ff5e14;
  bottom: -25px;
}
.section-title.service-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.about-content p {
  margin-bottom: 0;
}
.features-icon {
  margin-bottom: 15px;
}
.features-icon img {
  max-width: 60px;
  max-height: 60px;
}
.features-wrap {
  border: 1px solid #e6e6e6;
  padding: 50px 30px;
  height: 100%;
}
.features-wrap:hover {
  background-image: var(--feature-img);
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  transition: all 0.5s;
}
.features-wrap:hover h4,
.features-wrap:hover p {
  color: #fff;
}
.features-wrap h4 {
  font-weight: 600;
  color: #1e2331;
  margin-bottom: 17px;
  font-size: 18px;
}
.features-wrap a {
  font-size: 14px;
  font-weight: 600;
  color: #ff5e14;
}

/* 5. Service */
.service-title h2::before,
.become-partner h2::before {
  content: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ff5e14;
  bottom: -25px;
  right: 0;
  margin: auto;
}
.become-partner h2,
.become-partner p {
  color: white;
}

/* services-active */

.call-to-action h3 {
  font-weight: 700;
}
.call-to-action p {
  margin: 0;
}
.call-to-action-button {
  margin-top: 30px;
}
.call-to-action-button a {
  border-radius: 50px;
}
.white-text h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}
.white-text a {
  border-radius: 30px;
  border: 2px solid #ff5e14;
}
.white-text a:hover {
  background: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: inherit;
}
.cta-area {
  background-position: center top;
  background-size: cover;
  /* padding: 100px 0; */
  padding: 10px 0 120px 0;
}
/* 7. Counter */
.counter-area {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.single-counter span {
  font-size: 48px;
  color: #ff5e14;
}
.counter {
  color: #fff;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 7px;
}
.single-counter > p {
  color: #ddd;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}

/* 10. Team */
.single-team {
  position: relative;
  overflow: hidden;
}
.team-img {
  position: relative;
  overflow: hidden;
}
.team-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.single-team:hover .team-img::before {
  opacity: 0.7;
}
.team-img img {
  width: 100%;
}
.team-info {
  background: #fff;
  position: absolute;
  bottom: -75px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  padding: 10px 0;
}
.single-team:hover .team-info {
  bottom: 14px;
}
.team-info h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.team-info span {
  font-size: 14px;
  color: #777;
}

/* 11. Footer */
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
/* sidebar */
.widget {
  background: #fff;
  overflow: hidden;
  padding: 25px;
}
/* 15. Pagination */
.single-clients {
  text-align: center;
}
.owl-carousel .owl-item .single-clients img {
  display: inline-block;
  width: inherit;
  max-width: 100%;
}
#scrollUp {
  position: absolute;
  right: 50px;
  bottom: 50px;
  background: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}
#scrollUp:hover {
  background: #ff5e14;
}

.clients-active.owl-carousel.owl-drag .single-clients {
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: center;
}
.clients-active.owl-carousel.owl-drag .single-clients img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-img img {
	border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(255 94 20 / 36%);
}
@media (min-width: 767px) {
  .about-img {
    margin-top: 81px;
    text-align: right;
  }
  .about-img img {
    /* height: 620px; */
    width: auto;
  }
  .hide-on-desktop {
   display: none 
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none 
   }
}
.header-top.blue-bg {
  padding-top: 10px;
  padding-bottom: 10px;
}



/* Style for the popup background */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Popup content */
.popup-content {
  background-color: #fefefe;
  padding: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border: 1px solid #888; */
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  text-align: center;
  border-radius: 20px;
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 38px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Image inside the popup */
.popup-image {
  width: 100%;
  height: auto;
}


/* 14. Blog */
.blog-wrapper {
	background: #fff;
	overflow: hidden;
	padding: 20px;
}
.home-blog-wrapper{
	transition: .3s;
}
.blog-wrapper.home-blog-wrapper:hover {
	box-shadow: 10px 20px 30px rgba(0,0,0,.12);
}
.blog-thumb {
	margin-bottom: 20px;
}
.blog-title {
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin: 10px 0 15px;
	padding: 0;
	text-align: left;
}
.blog-content.home-blog h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.blog-content.home-blog p {
	margin-bottom: 10px;
}
.link-box.home-blog-link a {
	font-size: 14px;
	color: #ff5e14;
}
.blog-title a {
	color: #222;
}
.link-box a {
	color: #555;
}
.link-box a:hover {
	color: #ff5e14;
}
.blog-title a:hover {
	color: #ff5e14;
}
.meta-info ul li {
	color: #9e9e9e;
	display: inline-block;
	font-size: 11px;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}
.embed-responsive {
	margin-bottom: 20px;
}
.meta-info ul li:first-child{padding-left:0}
.meta-info ul li a{color:#ff5e14}
.meta-info ul li a:hover{color:#444}
.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.meta-info ul li:first-child:before{display:none}
.blog-thumb img {
	width: 100%;
}
.link-box a {
	font-weight: 600;
}
/* 8. Portfolio */
.portfolio-menu {
	line-height: 1;
}
.portfolio-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio-wrapper:hover .portfolio-thumb::before,.portfolio-wrapper:hover .portfolio-thumb::after,.portfolio-wrapper:hover .view i{
	opacity: .8;
}
.portfolio-wrapper:hover .portfolio-content{
	transform: translateY(0);
}
.portfolio-thumb {
	position: relative;
	overflow: hidden;
}
.portfolio-thumb img {
	transition: .3s;
}
 .portfolio-thumb img {

}
.portfolio-wrapper:hover .portfolio-thumb img {
	transform: rotate(3deg) scale(1.1);
}
.portfolio-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	transition: .3s;
	z-index:9
}
.portfolio-thumb::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 2px solid #ff5e14;
	opacity: 0;
	transition: .5s;
	z-index:99;
}
.view i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9999;
	font-size: 24px;
	transform: translateY(-50%);
	color: #ff5e14;
	transition: .3s;
	opacity: 0;
}
.portfolio-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	transition: .3s ease;
	z-index: 9;
	color: #fff;
	transform: translateY(160%);
	z-index:999
}
.portfolio-content h5 {
	color: #fff;
	transition: .3s;
}
.portfolio-content h5:hover a{
	color: #ff5e14;
}
.portfolio-menu button {
	padding: 0 8px;
	border: 0;
	background: none;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.portfolio-menu > button:hover, .portfolio-menu > button.active{
	color: #ff5e14;
}
.project-details-title h3 {
	font-weight: 700;
	margin-bottom: 25px;
}
.project-details-title li {
	margin-bottom: 15px;
}
.project-details-title li b {
	text-transform: uppercase;
	color: #777;
}
.project-details-title li span {
	display: block;
	color: #777;
	margin-top: 5px;
}
.project-desc h3 {
	font-weight: 700;
	margin-bottom: 18px;
}
.project-desc p {
	margin: 0;
	letter-spacing: .8px;
}
.related-project-title.section-title p {
	padding: 0 ;
	width: 60%;
	margin: 0 auto 60px;
}
/*  12. Breadcrumb */
.breadcrumb-area {
	background-size: cover;
	background-position: center;
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: unset;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: none;
	border-radius: 0;
}
.breadcrumb-title h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:last-child a:before{display:none}
.breadcrumb li a {
	color: #c5c5c5;
	padding: 0 7px;
	position: relative;
	display: inline-block;
}
.breadcrumb li a::before {
	position: absolute;
	right: -4px;
	top: 2px;
	content: "/";
	color: #c5c5c5;
}