/*

  Theme Name: Rimbix - Personal Portfolio HTML5 Template

  Support: basictheme400@gmail.com

  Description: Personal Portfolio HTML5 Template.

  Version: 1.0

*/



/* CSS Index

-----------------------------------

1. Theme default css

2. header

3. slider

4. work

5. service

6. counter

7. portfolio

8. process

9. team

10. testimonials

11. blog

11. subscribe

12. footer

*/



/* 1. Theme default css */

@import url("css.css");



body {

  font-family: "Heebo", sans-serif;

  font-weight: normal;

  font-style: normal;

}



.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;

}



a:focus,

a:hover,

.portfolio-cat a:hover,

.footer -menu li a:hover {

  color: #2b96cc;

  text-decoration: none;

}



a,

button {

  color: #1696e7;

  outline: medium none;

}



button:focus,

input:focus,

input:focus,

textarea,

textarea:focus {

  outline: 0;

}



.cta-form input:focus:-moz-placeholder,.cta-form textarea:focus:-moz-placeholder {

  opacity: 0;

}



.cta-form input:focus::placeholder,.cta-form textarea:focus::placeholder {

  opacity: 0;

}



.uppercase {

  text-transform: uppercase;

}



.capitalize {

  text-transform: capitalize;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Heebo", sans-serif;

  font-weight: normal;

  color: #002650;

  margin-top: 0px;

  font-style: normal;

  font-weight: 700;

  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 {

  margin: 0px;

  padding: 0px;

}



li {

  list-style: none;

}



p {

  font-size: 16px;

  font-weight: normal;

  line-height: 27px;

  color: #568396;

  margin-bottom: 15px;

  font-family: "Heebo", sans-serif;

  font-weight: 400;

}



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: #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;

}



/* button style */

.btn {

  color: #fff;

  cursor: pointer;

  display: inline-block;

  font-size: 16px;

  font-weight: 700;

  letter-spacing: 0;

  line-height: 1;

  margin-bottom: 0;

  padding: 20px 55px;

  text-align: center;

  touch-action: manipulation;

  transition: all 0.3s ease 0s;

  vertical-align: middle;

  white-space: nowrap;

  text-transform: capitalize;

  background: #ff6136;

  border-radius: 0;

  font-family: "Heebo", sans-serif;

}



.test-space {

  padding-top: 415px;

}



.btn-border {

  background: transparent;

  border: 2px solid #fff;

  padding: 20px 47px;

}



.btn.btn-line {

  padding: 20px 56px;

}



.btn-border:hover {

  background: #fff;

  color: #ff62a3;

}



.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. header */



.header-area {

  padding-left: 85px;

  padding-right: 85px;

}



.header-right {

  display: flex;

  justify-content: center;

}



.header-right {

  padding-top: 9px;

}



.header-icon {

  margin-right: 16px;

  font-size: 20px;

}



.header-cta p {

  font-size: 14px;

  margin-bottom: 9px;

  line-height: 1;

}



.header-cta h4 {

  color: #fff;

  font-size: 24px;

  margin-bottom: 0px;

}



.header-icon i {

  color: #ff6136;

  font-size: 30px;

}



.main-menu ul li {

  display: inline-block;

  margin: 0 12px;

  position: relative;

  z-index: 999;

}



.main-menu ul li a {

  color: #002650;

  font-weight: 700;

  font-size: 16px;

  padding: 25px 0px;

  display: list-item;

  line-height: 1;

  position: relative;

}



.main-menu ul > li > a::before {

  background: #ff6136 none repeat scroll 0 0;

  bottom: 23px;

  content: "";

  height: 4px;

  left: 0;

  margin: auto;

  position: absolute;

  right: 0;

  width: 4px;

  opacity: 1;

  transition: 0.3s;

  top: 52px;

  border-radius: 5px;

  opacity: 0;

}



.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {

  opacity: 1;

}



.main-menu ul li:hover a,.main-menu ul li.active a {

  color: #ff6136;

}



.header-top-btn a {

  padding: 16px 42px;

  font-size: 14px;

}



.header-top-btn {

  padding-top: 6px;

}



.header-btn a {

  background: #6c5edf;

  padding: 20px 60px;

  border-radius: 30px;

  font-size: 18px;

  letter-spacing: 0;

  font-weight: 700;

  color: #fff;

}



.main-menu ul li ul.submenu {

	position: absolute;

	background: #fff;

	width: 230px;

	top: 110%;

	padding: 15px 0;

	transition: 0.3s;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	opacity: 0;

	visibility: hidden;

	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);

	text-align: left;

}



.main-menu ul li:hover>ul.submenu {

  opacity: 1;

  visibility: visible;

  top: 100%;

}



.main-menu ul li ul.submenu li {

  margin: 0;

  display: block;

  margin-bottom: 0px;

}



.main-menu ul li ul.submenu li>a::before {

  background: transparent;

}



.main-menu ul li ul.submenu li:hover>a {

  color: #ff6136;

}



.main-menu ul li ul.submenu li:last-child {

  margin-bottom: 0;

}



.main-menu ul li ul.submenu li a {

	padding: 0;

	color: #90909a;

	font-weight: 500;

	font-size: 15px;

	padding: 12px 28px;

}



.main-menu ul li ul.submenu li ul.submenu {

  left: 100%;

  top: 0;

}



.header-btn a:hover {

  background: #ff63a3;

  color: #fff;

}



.sticky-bar {

	left: 0;

	margin: auto;

	position: fixed;

	top: 0;

	width: 100%;

	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);

	z-index: 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);

	background: #fff;

}

.sticky-bar .header-cta h4 {

	color: #002650;

}

/* 3. slider */



.slider-height {

  min-height: 802px;

  background-repeat: no-repeat;

  background-size: cover;

}

.slider-area {

  position: relative;

  padding: 0 100px;

}



.slider-area::after {

  width: 840px;

  height: 130%;

  background: #002650;

  content: "";

  position: absolute;

  right: 0;

  top: -126px;

  z-index: -1;

}



.slider-img {

  margin-top: 35px;

  margin-left: -179px;

}



.slider-text.slider-content-space {

  margin-left: 178px;

  margin-top: 170px;

  margin-right: 103px;

}



.slider-text h5 {

  font-weight: 400;

  color: #fff;

  font-size: 24px;

}



.slider-text h2 {

	color: #fff;

	font-weight: 100;

	font-size: 120px;

	line-height: 1;

	margin-bottom: 34px;

	margin-left: -6px;

}



.slider-text h2>span {

  font-weight: 700;

}



.slider-btn a span::before {

  position: absolute;

  left: 19px;

  top: 29px;

  width: 23px;

  height: 2px;

  background: #fff;

  content: "";

}



.slider-btn a span::after {

  position: absolute;

  right: 19px;

  top: 29px;

  width: 23px;

  height: 2px;

  background: #fff;

  content: "";

}



a.btn.btn-border.line-btn::after {

  position: absolute;

  left: 17px;

  top: 28px;

  width: 23px;

  height: 2px;

  background: #fff;

  content: "";

}



.slider-text p {

  color: #fff;

  margin-bottom: 34px;

  margin-right: 20px;

}



.slider-btn a {

  margin-right: 25px;

  position: relative;

}



.slider-btn a:last-child {

  margin-right: 0px;

}



/* brand */

.brand-area {

  padding-left: 211px;

  padding-right: 211px;

}

.single-brand {

	text-align: center;

}

.brand-active .slick-slide img {

	display: inline-block;

}



/* 4. work */



.my-exp-title h5 {

  font-size: 24px;

  color: #ff6136;

  font-weight: 400;

  margin-bottom: 32px;

  display: inline-block;

}



.my-exp-title h2 {

  font-size: 80px;

}



.my-exp-title h2 {

  color: #002650;

  font-weight: 100;

  font-size: 80px;

  line-height: 1;

  margin-bottom: 34px;

}



.my-exp-title h2>span {

  font-weight: 700;

}



.total-expraince-area {

  margin-left: 54px;

  padding-top: 64px;

}



.exp-detels {

  margin-top: 16px;

  margin-right: -22px;

}



.exp-detels ul li {

	float: left;

	width: 50%;

	margin-bottom: 18px;

}



.exp-detels ul li span {

	font-size: 16px;

	font-weight: 700;

	color: #002650;

	display: inline-block;

	width: 90px;

}

.exp-detels ul li p {

	margin: 0;

	display: inline-block;

}



.exp-detels ul li {

  color: #568396;

  font-size: 16px;

  font-weight: 400;

}



.owner-img a {

  text-align: center;

  font-size: 30px;

  line-height: 130px;

  padding-left: 2px;

  transition: 0.3s;

}



.owner-img a:hover {

  background: #000;

  color: #fff;

}



.owner-icon {

  position: absolute;

  bottom: 10px;

  height: 150px;

  width: 150px;

  display: inline-block;

  border-radius: 50%;

  background-color: #ff6136;

  font-size: 26px;

  font-weight: 600;

  line-height: 60px;

  color: #fff;

  right: 20px;

  border: 12px solid #fff;

}



/* section title */

.section-title {

  position: relative;

}



.section-title-content {

  margin-top: 0;

  position: absolute;

  left: 0;

  top: -47px;

  width: 100%;

  height: 100%;

}



.section-title-content.section-counter {

  top: 54px;

}



.section-pre-titles {

  margin-left: -10px;

}



.section-title .section-pre-titles h2 {

  -webkit-text-fill-color: transparent;

  font-size: 200px;

  color: #e1ecf4;

  -webkit-text-stroke-color: #e1ecf4;

  -webkit-text-stroke-width: 1px;

  -moz-text-stroke-color: #e1ecf4;

  -moz-text-stroke-width: 1px;

  -moz-text-fill-color: transparent;

  line-height: 90px;

  display: inline-block;

}



.section-pre-titles.titles-color h2 {

  -webkit-text-fill-color: transparent;

  color: #0b3564;

  -webkit-text-stroke-color: #0b3564;

  -webkit-text-stroke-width: 1px;

  -moz-text-stroke-color: #0b3564;

  -moz-text-stroke-width: 1px;

  -moz-text-fill-color: transparent;

}



.section-title span {

  color: #ff6136;

  font-weight: 700;

  font-size: 14px;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 16px;

  display: inline-block;

  z-index: 111;

  position: relative;

}



.section-title h2 {

  font-size: 80px;

  line-height: 1;

}



/* 5. service */

.service-area {

  background: #f2f7fb;

}



.service-box {

  background: #fff;

  transition: 0.4s;

  padding: 60px 39px;

  overflow: hidden;

}



.service-thumb {

  position: absolute;

  top: -45px;

  left: 0;

  right: 0;

}



.service-thumb i {

  font-size: 200px;

  color: #f2f7fb;

}



.service-content h3 {

  margin-bottom: 20px;

  font-size: 30px;

}

.service-content h3 a:hover{

  color: #ff6136;

}

.service-icon {

  width: 80px;

  height: 80px;

  margin: 0 auto;

  border-radius: 50%;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 20px 40px 0px rgba(127, 158, 214, 0.2);

  line-height: 81px;

  font-size: 30px;

  color: #ff6136;

  z-index: 999;

  position: relative;

  margin-bottom: 38px;

}



/* 6. counter */

.counter-area {

  background: #002650;

}



.counter-title h2 {

  color: #fff;

}



.progress-circular {

  text-align: center;

  position: relative;

}



h4.progress-h4 {

  margin-top: -96px;

  color: #719bad;

  font-size: 16px;

  font-weight: 700;

}

.knob {

	color: #fff !important;

}

/* 7. portfolio */



.portiolio-list-area ul li {

  padding: 60px;

  border: 1px solid #d7e5ef;

}



.portiolio-list-area ul li {

  position: relative;

}



.portiolio-list-area ul li .protfolio-bg-img {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  opacity: 0;

  transition: 0.3s;

  visibility: hidden;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

}



.portiolio-list-area ul li .active .protfolio-bg-img {

  opacity: 1;

  visibility: visible;

}



.portiolio-list-area ul li:hover .protfolio-bg-img {

  opacity: 1;

  visibility: visible;

}



.portiolio-list-area ul li:hover .portfilio-title span,

.portiolio-list-area ul li:hover .portfilio-title h2 {

  color: #fff;

}



.portiolio-list-area ul li .active .portfilio-title span,

.portiolio-list-area ul li .active .portfilio-title h2 {

  color: #fff;

}



.portiolio-list-area ul li:hover a.btn.btn-transparant {

  background: #ff6136;

  color: #fff;

  border: 2px solid #ff6136;

}



.portiolio-list-area ul li .active a.btn.btn.btn-line {

  background: #ff6136;

  color: #fff;

  border: 2px solid #ff6136;

}



.portfilio-title h2 {

  margin-bottom: 0;

  font-size: 40px;

  line-height: 1;

  transition: 0.3s;

}



.portfilio-title span {

  color: #ddd;

  font-size: 14px;

  text-transform: uppercase;

  color: #ff6136;

  font-weight: 600;

  letter-spacing: 2px;

  margin-bottom: 18px;

  display: inline-block;

}



.portfolio-btn.text-right {

  padding-top: 10px;

}



.btn.btn-lenth {

  background: transparent;

  color: #568396;

  border: 2px solid #d7e5ef;

  position: relative;

}



.btn.btn-lenth span::before {

  position: absolute;

  left: 19px;

  top: 29px;

  width: 23px;

  height: 2px;

  background: #c4dbe5;

  content: "";

}



/* 8. process */

.work-pross-area {

  background: #002650;

}



h2.titles-white {

  color: #fff;

}



.single-work-pros h3 {

  color: #fff;

  font-size: 24px;

  margin-bottom: 0;

}

.single-work-icon i {

  font-size: 50px;

  color: #ff6136;

  border: 2px dashed #275282;

  width: 200px;

  height: 200px;

  line-height: 186px;

  border-radius: 50%;

  transition: .3s;

}

.prs-pareent .col-xl-3:nth-child(1) .single-work-icon i{

  color: #ff6136;

}

.prs-pareent .col-xl-3:nth-child(2) .single-work-icon i{

  color: #25bfff;

}

.prs-pareent .col-xl-3:nth-child(3) .single-work-icon i{

  color: #ffbf36;

}

.prs-pareent .col-xl-3:nth-child(4) .single-work-icon i{

  color: #95b66f;

}



.prs-pareent .col-xl-3:nth-child(1) .single-work-pros:hover .single-work-icon i{

  border-color: #ff6136;

}

.prs-pareent .col-xl-3:nth-child(2) .single-work-pros:hover .single-work-icon i{

  border-color: #25bfff;

}

.prs-pareent .col-xl-3:nth-child(3) .single-work-pros:hover .single-work-icon i{

  border-color: #ffbf36;

}

.prs-pareent .col-xl-3:nth-child(4) .single-work-pros:hover .single-work-icon i{

  border-color: #95b66f;

}

/* 9. team */



.team-area {

  background: #f2f7fb;

}



.single-team {

  position: relative;

  z-index: 999;

}



.single-team-img img {

  max-width: 100%;

}



.single-team-content {

  position: absolute;

  left: 0;

  top: 0;

  text-align: center;

  width: 100%;

  transform: translateY(-50%);

  top: 50%;

  transition: 0.3s;

  visibility: hidden;

  opacity: 0;

}



.single-team-content h4 {

  font-size: 24px;

  color: #fff;

}

.single-team-content span {

	text-transform: uppercase;

	color: #fff;

	font-weight: 600;

	font-size: 14px;

	font-family: "Heebo", sans-serif;

	letter-spacing: 2px;

}

.single-team-content span a {

  color: #fff;

  text-transform: uppercase;

  letter-spacing: 2px;

  font-size: 14px;

}



.single-team-content span a:hover {

  color: #666;

}



.single-team-img::before,.team-join .single-team-img::before  {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  content: "";

  background: #002650;

  border-radius: 50%;

  transition: 0.3s;

  visibility: hidden;

  opacity: 0;

}

.single-team:hover .single-team-img::before {

  visibility: visible;

  opacity: .4;

}

.single-team:hover .single-team-content {

  visibility: visible;

  opacity: 1;

}

.team-join .single-team-img::before  {

  background: #e95a33;

  opacity: .9 !important;

  visibility: visible;

}

.team-join .single-team-content  {

  opacity: 1 !important;

  visibility: visible;

}

.team-join .single-team-content span a:hover  {

  color: #fff;

  text-decoration: underline;

}



/* 10. testimonials */



.testimonials-area {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}



.testimonail-review ul li {

  color: #ffb12a;

  display: inline-block;

  margin-right: 8px;

  margin-bottom: 22px;

}



.testimonail-titles-body h3 {

  font-size: 30px;

  color: #fff;

  line-height: 1.3;

  margin-bottom: 26px;

}



.testimoanil-mata-img {

  float: left;

  margin-right: 27px;

}



.testimonail-titles-body p {

  margin-bottom: 30px;

  color: rgb(165, 184, 205);

  line-height: 1.75;

}



.testimonail-mata h2 {

  color: #fff;

  font-size: 20px;

  margin-bottom: 0;

  padding-top: 10px;

}



.testimonail-mata span {

  color: #ff6136;

  font-size: 14px;

  letter-spacing: 2px;

  font-weight: 700;

}



/* 11. blog */

.news-feed-mata ul li {

  margin-bottom: 15px;

  margin-top: 36px;

  color: #568396;

  font-size: 14px;

  font-weight: 400;

}



.news-feed-mata ul li span i {

  margin-right: 5px;

}



.news-feed-titles {

  position: relative;

}



.news-feed-titles h4 {

  font-size: 20px;

  line-height: 1.5;

}



.news-feed-titles h4 a:hover {

  color: #ff6136;

}



.news-feed-titles p {

  margin-right: 2px;

  margin-bottom: 30px;

  display: inline-block;

}



.blog-link {

  height: 35px;

  width: 35px;

  display: inline-block;

  border-radius: 50%;

  font-size: 10px;

  border: 1px solid #cbe1f9;

  font-weight: 400;

  line-height: 35px;

  color: #568396;

  text-align: center;

  transition: 0.3s;

}



.blog-link:hover {

  background-color: #ff6136;

  color: #fff;

  border: 1px solid transparent;

  transition: 0.3s;

}



/* 11. subscribe */

.cta-form form {

  position: relative;

}



.cta-area {

  background: #f2f7fb;

}



.cta-form input,.cta-form textarea {

  width: 100%;

  height: 60px;

  border: none;

  background: #fff;

  padding: 0 33px;

  font-weight: 400;

  font-size: 14px;

  color: #568396;

}



input::-moz-placeholder {

  color: #568396;

}



input::-webkit-placeholder {

  color: #568396;

}



input::placeholder {

  color: #568396;

}



.btn.btn-form i {

  margin-right: 5px;

}



.btn.btn-form {

  position: absolute;

  right: 4px;

  padding: 20px 30px;

}



/* 12. footer */

.footer-area {

  background: #e5eef5;

}

.footer-text p {

	margin: 0;

}

.footer-social-link li {

  display: inline-block;

}



.footer-social-link li a{

  display: inline-block;

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  background: #ffffff;

  color: #000000;

  margin-right: 5px;

  -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;

}



.footer-social-link li a:hover {

  background: #ff6136;

  color: #fff;

}