/*============ Template Introduction=====================
[Main Stylesheet]

Project:    	  Dekhun Personal Resume / CV / Portfolio HTML Template
Version:    	  1.0
Primary Use:      Website Selling HTML Template
================================================================*/
/*   [Table of contents]
================================================================
#.Button Css Area
#.Header Area
#.search Area
#.Home page 01

	[##Header Area]
	[##Banner]
	[##Shape img efect]
	[##video-play animation	]
	[##About Area]
	[##Service Area]
	[##My-work Area]
    [##Experience & Education Area]
    [##Awards Area ]
    [##Testmoinal area]
    [##.Partner Area ]
    [##Blog Area ]
    [##Footer Area ]
    [##Copyright Area]

#. Home page 02

    [##Header Area]
	[##Banner Area]
	[##video css]
	[##About Area]
	[##Service Area]
	[##Portfolio Area]
	[##Resume Area]
    [##partner-Two Area]
    [## Blog-arae]
    [##Footer Area]

#. Home page 03
 
	[##Banner Area]
	[##About Area]
	[##Service Area]
	[##Special Skill Area]
	[##how-i-work-area]
	[##project-area]
	[##Partner Area]
    [##Why Choose Me]
    [##Our Blog Area]
    [##Testmoinal area]


#. Portfolio-single-page
    [##Banner Area]
	[##Inner Content]

#. Blog-page

    [##Blog Banner]
    [##Sidebar Wedget]
	[##Blog Inner Content]


#. Blog-page-Single

    [##Blog-Single Banner]
	[##Blog-Single Inner Content]

#. Error page

#. Preeloder Area

*/
/*--------------------------
     # Import Css
 * ------------------------*/
@import url("color.css");

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");

/*--------------------------
    # Button Css Area
 * ------------------------*/

a:link:focus {
  outline: none;
}

.btn-side {
  color: var(--theme-color);
  height: 42px;
  width: 97px;
  line-height: 26px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #ffcc74;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
}

.btn-side:hover {
  color: #000;
}

.btn-side:hover::before {
  opacity: 1;
  width: 100%;
  color: #fff;
}

.btn-side:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  color: #fff;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#banner-black .btn-1 {
  -webkit-box-shadow: 0px 0px 18px -5px var(--theme-color);
  box-shadow: 0px 0px 18px -5px var(--theme-color);
}

.mb-50 {
  margin-bottom: 50px !important;
}

.btn-1 {
  border: 0;
  height: 50px;
  width: 165px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  background: var(--theme-color);
  font-weight: 600;
  border: 1px solid var(--theme-color);
}

.btn-1:hover {
  border: 1px solid var(--theme-color);
  color: #fff;
  background: transparent;
}

.btn-2 {
  border: 1px solid var(--theme-color);
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  height: 50px;
  width: 165px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.btn-2:hover {
  background: var(--theme-color);
  color: #000;
  -webkit-box-shadow: 0px 0px 18px -5px var(--theme-color);
  box-shadow: 0px 0px 18px -5px var(--theme-color);
}

.submit-btn {
  outline: none;
  border: none;
  text-transform: uppercase;
  line-height: 2;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-family: "Montserrat", sans-serif;
  color: #20222b;
  background: #ffcc74;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  z-index: 1;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}

.submit-btn:hover {
  color: #fff;
}

.side-btn {
  padding: 7px 20px;
  line-height: 40px;
}

.side-btn img {
  width: 44%;
}

.comman-btn img {
  width: 28%;
}

.comman-btn-2 img {
  width: 28%;
}

.banner-black-button .btn-2 {
  margin-left: 25px;
}

#banner-black {
  position: relative;
}

.error-btn:hover {
  background: #000;
}

/*
------------------------
 *   # search bar
 * --------------------------
*/

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 9999999999999999;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: var(--theme-color);
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

#search .close:hover {
  color: #000;
}

/*-----------------------------
 * 		#. Home 01
 * --------------------------*/

/*--------------------------
    ##. Header Area
 * ------------------------*/

#heder-one .nav-link {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 7px 0;
}

#heder-one .nav-link:hover {
  color: var(--theme-color);
}

.nav-link i {
  color: #fff;
  margin-left: 5px;
  display: none;
}

#heder-one .nav-link:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  background: var(--theme-color);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#heder-one .nav-link:hover:after {
  width: 100%;
}

#heder-one .navbar .nav-item .active {
  color: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

#heder-one .nav-item {
  margin-left: 40px;
}

.nav-one {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#0e0e0e),
      to(#0e0e0e96));
  background-image: -o-linear-gradient(left, #0e0e0e, #0e0e0e96);
  background-image: linear-gradient(to right, #0e0e0e, #0e0e0e96);
  padding: 20px !important;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

.navbar {
  padding: 50px 0;
}

.mini-sidebar {
  width: 120px;
  background: #0e0e0e;
  position: fixed;
  z-index: 99999999;
  right: 0;
  height: 100vh;
}

.burger-bar a i {
  z-index: 99999;
  font-size: 30px;
  margin-top: 50px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-icon a i {
  z-index: 99999;
  font-size: 20px;
  margin-top: 50px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.burger-bar a i:hover,
.search-icon a i:hover {
  color: var(--theme-color);
}

.haier-me-btn {
  margin-top: 230px;
}

.soical-side-icon {
  margin-top: 250px;
}

.soical-side-icon a i {
  font-size: 27px;
  display: block;
  margin-top: 20px;
  color: #0e0e0e;
  text-shadow: -1px 0 #ffffff4d, 0 1px #ffffff45, 1px 0 #ffffff61,
    0 -1px #ffffff5c;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.soical-side-icon a i:hover {
  color: var(--theme-color);
}

.navbar-toggler i {
  color: #fff;
}

.dropdown-content {
  opacity: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 30px;
  visibility: hidden;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background: #000000;
  font-size: 16px;
  border-bottom: 1px solid #75707057;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.dropdown-content a:hover {
  background: #fff;
  color: #000;
}

/*--------------------------
    ##. Banner Area 
 * ------------------------*/

#banner-black {
  background-image: url(../img/hero.png);
  background-size: cover;
  height: 100vh;
  position: relative;
  padding-bottom: 100px !important;
  /* border: 2px solid red !important; */
  z-index: 1;
}

.about-side-img {
  padding-top: 40px;
}

.banner-black-details {
  padding-top: 370px;
}

.banner-small-title p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.banner-small-title p:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 35px;
  background: #ffcc74;
  top: 10px;
  left: 102px;
}

.banner-black-heading h1 {
  color: #fff;
  margin-bottom: 35px;
}

.banner-black-heading h1 span {
  color: var(--theme-color);
  /* font-size: 50px; */
}

.banner-black-heading h3 {
  color: var(--color-para-banner);
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 34px;
}

.banner-black-button {
  margin-top: 30px;
}

/*------------------------------
   ##. Shape img efect
 * ---------------------------*/

.shap-1 {
  position: absolute;
  left: 19%;
  top: 177px;
  display: block;
}

.shap-2 {
  position: absolute;
  left: 8%;
  top: 179px;
  display: block;
}

.shap-3 {
  position: absolute;
  left: 7%;
  top: 385px;
  display: block;
}

/*------------------------------
      ##. About Area
 * ---------------------------*/

#about {
  background-image: url(../img/a.png);
  border-top: 1px solid #ffffff1c;
}

.about-wrapper {
  margin-top: 125px;
}

.content-box p {
  color: #ffcc74;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.content-box p:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #ffcc74;
  top: 11px;
  margin: 0px 0px 0px 5px;
}

.content-box h2 {
  color: #e3eaef;
  margin-top: 15px;
}

.about-details p {
  margin-top: 40px;
}

.about-black-button {
  margin-top: 50px;
}

.about-black-button a {
  margin-right: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

/*------------------------------
     ##. Skill Area 
 * ---------------------------*/

#skill-area {
  padding: 150px 0;
  border-top: 1px solid #ffffff1c;
  position: relative;
  background: #000;
}

#skill-area .content-box p:after {
  left: 80px;
}

.wrapper {
  margin-top: 50px;
  overflow: hidden;
}

.skill {
  margin-bottom: 35px;
  position: relative;
}

.skill>p {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 13px 0;
  color: #8d959a;
}

.skill:before {
  width: 100%;
  height: 11px;
  content: "";
  display: block;
  position: absolute;
  background: #464646;
  bottom: 0;
  border-radius: 45px;
}

.skill-bar {
  width: 100%;
  height: 11px;
  background: var(--theme-color);
  display: block;
  position: relative;
  border-radius: 51px;
}

/* SKILL 1 */

.skill1 {
  width: 95%;
}

.skill-bar span {
  position: absolute;
  top: -38px;
  padding: 13px;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 400;
  color: #ffcc74;
}

.skill-bar {
  position: relative;
}

.skill-bar:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  background: #2f2d2d;
  right: 0;
  top: -7px;
  z-index: 99999999999;
  border-radius: 48px;
  border: 2px solid var(--theme-color);
}

.skill1 .skill-count1 {
  right: 0;
}

/* SKILL 2 */

.skill2 {
  width: 85%;
}

.skill2 .skill-count2 {
  right: 0;
}

/* SKILL 3 */

.skill3 {
  width: 75%;
}

.skill3 .skill-count3 {
  right: 0;
}

/* SKILL 4 */

.skill4 {
  width: 65%;
}

.skill4 .skill-count4 {
  right: 0;
}

/* SKILL 5 */

.skill5 {
  width: 80%;
}

.skill5 .skill-count5 {
  right: 0;
}

/* SKILL 6 */

.skill6 {
  width: 90%;
}

.skill6 .skill-count6 {
  right: 0;
}

.progress {
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: none;
  margin: 50px auto 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #1f1a1a;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background: #000000;
  font-size: 18px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: -11%;
  left: 4%;
  font-weight: 500;
  color: #ffcc74;
}

.progress.blue .progress-bar {
  border-color: #ffcc74;
}

.progress.blue .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.8s;
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #ffcc74;
}

.progress.yellow .progress-left .progress-bar {
  -webkit-animation: loading-3 1s linear forwards 1.8s;
  animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
  border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
  -webkit-animation: loading-4 0.4s linear forwards 1.8s;
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
  border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
  -webkit-animation: loading-5 1.2s linear forwards 1.8s;
  animation: loading-5 1.2s linear forwards 1.8s;
}

.progress-value span {
  display: block;
  position: absolute;
  top: 25px;
  left: 38%;
  color: #fff;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}

.margin-top-100 {
  margin-top: 100px;
}

.backend-area h1 {
  color: black;
  text-shadow: -1px 0 #ffffff1c, 0 1px #ffffff1c, 1px 0 #ffffff1c,
    0 -1px #ffffff1c;
  letter-spacing: 5px;
}

.backend-area {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 58%;
  left: -29px;
}

/*------------------------------
     ##. Service Area
 * ---------------------------*/

#service {
  padding: 150px 0;
  background-image: url(../img/service.png);
  background-size: cover;
  border-top: 1px solid #ffffff1c;
  position: relative;
}

.client-img-slider {
  margin-left: -30px;
}

.client-img-slider .slick-list {
  padding: 0px !important;
  margin: 0px !important;
}

.service-img-hed h1 {
  font-size: 130px;
  letter-spacing: 2px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #333;
  letter-spacing: 5px;
  position: absolute;
  top: 45%;
  right: 20%;
}

.single-testi-item {
  -webkit-box-shadow: 0 0 30px rgba(115, 117, 165, 0.08);
  box-shadow: 0 0 30px rgba(115, 117, 165, 0.08);
  margin: 20px 0px 20px 0px;
  border-radius: 10px;
  padding: 36px 30px;
  display: block;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
  opacity: 1;
  position: relative;
  z-index: 8;
  opacity: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.author-testi-details h3 {
  padding-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.single-testi-item.slick-active {
  opacity: 0.8;
}

.single-testi-item.slick-active.slick-center {
  pointer-events: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-testi-item:after {
  position: absolute;
  left: 94%;
  top: 22px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  content: "";
  width: 0;
  height: 3px;
  background-color: #ffcc74;
}

.single-testi-item .client-img {
  float: left;
  width: 74px;
  margin-right: 22px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.single-testi-item .client-img img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border-radius: 10px;
}

.single-testi-item .author-testi-details h4 {
  font-size: 17px;
}

.single-testi-item .author-testi-details h5 {
  font-size: 16px;
  color: #9494af;
}

.single-testi-item .author-testi-details span {
  font-size: 14px;
  color: #9494af;
}

.single-testi-item .author-testi-details span i {
  color: #6c6bf4;
}

.single-testi-item.slick-active.slick-center:after {
  width: 50px;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.single-testi-item.slick-active.slick-center .client-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.client-img-slider .slick-arrow {
  position: absolute;
  bottom: -50px;
  left: 45%;
  z-index: 1;
  color: #c8c8f9;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  background: 0 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.client-img-slider .slick-arrow:hover {
  color: #6d6cf6;
  -webkit-transform: scale(1.5, 1.2);
  -ms-transform: scale(1.5, 1.2);
  transform: scale(1.5, 1.2);
}

.client-img-slider .testi-next {
  left: 55%;
}

.testi-content-wrap {
  position: relative;
}

.testi-content-wrap::before {
  content: "\201D";
  color: #f8f8ff;
  position: absolute;
  top: 50px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
  font-weight: 700;
  font-size: 200px;
  font-family: georgia;
}

.testi-content-wrap::after {
  content: "\201D";
  color: #f8f8ff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 130px;
  font-family: georgia;
  z-index: 1;
}

.testi-content-wrap .section-title {
  margin-bottom: 0;
}

.testi-content-wrap .section-title h3 {
  text-transform: none;
}

.testi-content-wrap .section-title h2 {
  margin-bottom: 20px;
}

.single-testi-content {
  margin-bottom: 50px;
}

.slick-dots {
  position: absolute;
  left: -58%;
  top: 38%;
}

#slick-slide-control00,
#slick-slide-control01,
#slick-slide-control02,
#slick-slide-control03,
#slick-slide-control04 {
  height: 14px;
  width: 14px;
  line-height: 14px;
  color: #010101;
  border-radius: 37px;
  background: #010101;
  border: 2px solid var(--theme-color);
  font-size: 4px;
}

.slick-dots .slick-active button {
  background: #ffcc74 !important;
  height: 14px;
  width: 14px;
}

.slick-dots li {
  margin-right: 20px;
}

/*------------------------------
       ##. My-work Area
 * ---------------------------*/

#my-work {
  padding: 150px 0;
  border-top: 1px solid #ffffff1c;
  background: #000;
}

.margin-top-60 {
  margin-top: 60px;
}

#portfolio-main-page {
  padding-top: 50px;
}

.portfolio-item {
  margin-top: 50px;
}

.pot-au-info h4 a {
  font-size: 22px;
  color: #434c65;
}

.pot-au-info {
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 13px 0px #d9e4ed;
  box-shadow: 0px 0px 13px 0px #d9e4ed;
}

.filtering ul li {
  display: inline-block;
  padding: 8px 15px;
  width: auto;
  height: auto;
  cursor: pointer;
  color: #e3eaef;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}

.filtering .active {
  color: var(--theme-color);
  position: relative;
}

.filtering .active:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--theme-color);
  bottom: 0;
  left: 0;
}

.no-padding {
  padding: 0;
}

.team-imges {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: var(--theme-color);
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
}

.team-main-img:hover .overlay-content {
  opacity: 0.9;
}

.team-main-img:hover .text {
  top: 50%;
}

.text {
  color: white;
  position: absolute;
  top: 28%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  transition: 0.4s all;
}

.inner-content i {
  font-size: 40px;
  color: #000;
}

.inner-content i:hover {
  color: #fff;
}

.inner-content h3 {
  margin-top: 40px;
}

.inner-content h3 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.mfp-wrap {
  overflow: hidden auto;
  z-index: 9999999999;
}

/*-------------------------------------------
   ## Experience & Education Area
 * ----------------------------------------*/

#education {
  padding: 150px 0;
  border-top: 1px solid #ffffff1c;
  position: relative;
  background: #000;
}

.timeline-area {
  margin-top: 60px;
}

.timeline-area ul {
  position: relative;
}

.timeline-area ul:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ffcc74;
  left: 50%;
}

.timeline-area ul li {}

.timeline-right {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  right: 0;
  margin: 0 0 0 auto;
  position: relative;
}

.timeline-right:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: #000;
  border-radius: 30px;
  border: 1px solid var(--theme-color);
  left: -14px;
  top: 39px;
}

.timeline-left {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  right: 0;
  margin: 0 auto 0 0;
  text-align: right;
}

.timeline-left:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: #000;
  border-radius: 30px;
  border: 1px solid var(--theme-color);
  right: -14px;
  top: 40px;
}

.timeline-left {}

.time-top-hed {
  font-size: 16px;
  color: #e3eaef;
}

.time-heding {
  color: #ffcc74;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 12px;
}

.time-para {
  margin-top: 25px;
}

.time-destination {
  font-size: 16px;
  color: #ffcc74;
  font-weight: 500;
  margin-top: 20px;
}

.timeline-left-icon {
  text-align: right;
  width: 50%;
  padding: 13px 88px 0 0;
  position: relative;
  top: -148px;
  left: -1px;
}

.timeline-right-icon {
  text-align: right;
  width: 50%;
  position: relative;
  top: -147px;
  left: 146px;
  float: left;
}

.timeline-right-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 44px;
  background: var(--theme-color);
  right: 69px;
  top: 16px;
}

.timeline-right-icon:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: var(--theme-color);
  right: 130px;
  top: 6px;
  border: 5px solid #000;
  border-radius: 50%;
}

.timeline-left-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 44px;
  background: var(--theme-color);
  right: 29px;
  top: 20px;
}

.timeline-left-icon:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: var(--theme-color);
  right: -15px;
  top: 6px;
  border: 5px solid #000;
  border-radius: 50%;
}

/*------------------------------
    ##. Awards Area 
 * ---------------------------*/

#awards {
  padding: 150px 0;
  border-top: 1px solid #ffffff1c;
  position: relative;
  background: #000;
}

#awards .content-box p:after {
  left: 70px;
}

.text-awards p {
  margin-top: 30px;
  color: #e3eaef;
  padding-right: 60px;
}

.text-awards img {
  margin-right: 20px;
  margin-top: 30px;
}

.laPtop-img {
  position: absolute;
  width: 137%;
  top: -27px;
  left: -105px;
  z-index: 999999;
}

.laPtop-img img {
  width: 100%;
}

.awards-item img {
  width: 100% !important;
}

.award-details h3 {
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 400;
}

.award-details {
  margin-top: 120px;
}

#awards .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 28px;
}

.awards-item h3 {
  margin-top: 120px;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 400;
}

#awards .owl-nav button.owl-prev {
  background: transparent;
  color: #e3eaef;
  position: absolute;
  left: 40px;
}

#awards .owl-nav button.owl-next {
  background: transparent;
  color: #e3eaef;
  position: absolute;
  right: 40px;
}

#awards .owl-nav button.owl-prev:hover,
#awards .owl-nav button.owl-next:hover {
  color: var(--theme-color);
}

button:focus {
  outline: none;
  outline: none;
}

/*------------------------------
    ##. Testimonial Area 
 * ---------------------------*/

#testimonial {
  padding: 150px 0;
  border-top: 1px solid #ffffff1c;
  background: #000;
}

.testimonial-side-img {
  height: 350px;
  border: 1px solid var(--theme-color);
  width: 99%;
  border-radius: 10px;
  margin-top: 30px;
}

.testimonial-side-img a img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.testimonial-slider-item {
  background: #000;
  padding: 60px 30px 60px 30px;
  border-radius: 10px;
  border: 1px solid var(--theme-color);
}

.test-slider-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-slider-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-slider-img-text img {
  height: 70px;
  border-radius: 50%;
  width: 73px !important;
  border: 1px solid var(--theme-color);
}

.test-slider-hed {
  margin-top: 6px;
  margin-left: 25px;
}

.test-slider-hed h3 {
  color: var(--theme-color);
  margin-bottom: 10px;
}

.soical-content {
  margin-top: 22px;
}

.test-slider-bottom-content p {
  margin-top: 40px;
}

.test-slider-bottom-content a img {
  margin-top: 40px;
  width: 20% !important;
}

#testimonial .owl-nav {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

#testimonial .owl-nav button.owl-prev {
  background: transparent;
  border: 2px solid #343434;
  height: 40px;
  width: 40px;
  color: var(--theme-color);
  border-radius: 50%;
}

#testimonial .owl-nav button.owl-next {
  background: transparent;
  border: 2px solid #343434;
  height: 40px;
  width: 40px;
  color: var(--theme-color);
  border-radius: 50%;
}

#testimonial .owl-nav button.owl-prev:hover,
#testimonial .owl-nav button.owl-next:hover {
  background: var(--theme-color);
  color: #000;
}

/*------------------------------
  ##. Partner Area 
 * ---------------------------*/

#partner {
  padding: 50px 0;
  background-image: url(../img/overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.parner-area h2 {
  color: #ffcc74;
}

@media only screen and (min-width: 990px) {
  .parner-area h2 {
    position: relative;
    top: 50px;
  }
}

.parner-area p {
  margin-top: 10px;
  color: #ffcc74;
}


.overlay-bg {
  height: 100%;
  width: 100%;
  background: #000000a6;
  position: absolute;
  top: 0;
}

.logo-item img {
  width: 80% !important;
  height: 100% !important;
}

.logo-slider {
  margin-top: 25px;
}

/*------------------------------
      ##.Blog Area 
 * ---------------------------*/

#blog-area-one {
  padding: 100px 0;
  background: #000;
}

.top-heading {
  color: #ffcc74;
  font-weight: 500;
}

.top-heading:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 45px;
  background: #ffcc74;
  top: 30px;
  left: 48%;
}

.center-content-box {
  position: relative;
}

.para-box {
  padding: 30px 165px 0 165px;
}

.center-content-box h2 {
  color: #e3eaef;
  margin-top: 20px;
}

.blog-wrapper {
  overflow: hidden;
  margin-top: 50px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.blog-img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.blog-img {
  overflow: hidden;
}

.blog-wrapper:hover .blog-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-details {
  background: #0e0e0e;
  padding: 25px 20px;
}

.blog-details h6 a {
  font-weight: 500;
  color: #e3eaef;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper:hover .blog-details h6 a {
  color: #ffcc74;
}

.blog-details h3 {
  line-height: 34px;
  margin-top: 20px;
}

.blog-details h3 a {
  color: #ffcc74;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper:hover .blog-details h3 a {
  color: #fff;
}

.blog-details p {
  margin-top: 15px;
}

.blog-details ul li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details ul li a {
  color: #e3eaef;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper:hover .blog-details ul li a {
  color: #ffcc74;
}

.blog-details ul li a span {
  font-weight: 500;
  color: #e3eaef;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper:hover .blog-details ul li a span {
  color: #ffcc74;
}

.whooe-why-2 #wrapperas {
  top: 245px;
}

.why-img-1 img {
  width: 60% !important;
}

.why-img-2 img {
  width: 70% !important;
}

.whooe-why-2 {
  margin-top: 150px;
}

/*------------------------------
      ## Footer Area 
 * ---------------------------*/

#footer-one {
  padding: 100px 0 0 0;
  border-top: 1px solid #ffffff1c;
  background: #000;
}

.contact-form-area {
  padding: 40px 30px 65px 30px;
  -webkit-box-shadow: 0px 0px 15px -8px #ffcc74;
  box-shadow: 0px 0px 15px -8px #ffcc74;
  border-radius: 10px;
  border: 1px solid #ffcc74;
  position: relative;
}

#footer-one .contact-form-area .form-control {
  height: 50px;
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 10px 10px 0px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #a5a5a5;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5 !important;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a5a5a5 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a5a5a5 !important;
}

.label-box {
  position: relative;
}

.label-box::before,
.label-box::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0px;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.label-box::before {
  left: 50%;
}

.label-box::after {
  right: 50%;
}

textarea:focus~.label-box::before,
input:focus~.label-box::before,
textarea:focus~.label-box::after,
input:focus~.label-box::after {
  width: 50%;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

#footer-one .form-group textarea {
  height: auto !important;
}

.form-btn {
  margin-top: 35px;
}

.contact-details {
  padding-left: 100px;
  padding-top: 60px;
}

.contact-descreption {}

.contact-descreption h2 {
  color: #ffcc74;
}

.contact-descreption p {
  margin-top: 30px;
}

.contact-location {}

.contact-location ul {
  padding-left: 65px;
  margin-top: 35px;
}

.contact-location ul li {
  color: #fff;
  margin-top: 10px;
  position: relative;
}

.contact-location ul li a {
  color: #fff;
  margin-top: 10px;
  position: relative;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.contact-location ul li a:hover {
  color: var(--theme-color);
}

.contact-location ul li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: #ffcc74;
  left: -55px;
  top: 11px;
}

.soical-icon-contact ul {
  margin-top: 45px;
}

.contact-icon {
  font-size: 18px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  color: #fff;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.contact-icon:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.linkedin {
  background-color: #0273B1;
}

.instagram2 {
  background-image: linear-gradient(to right, #F58529, #DD2A7B, #C13584, #E1306C, #833AB4, #5851DB);
}

.twitter {
  background: #55acee;
}

.behance {
  background: #4176fa;
}

.facebook {
  background: #1773EB;
}

/*------------------------------
    ##.  copyright Area
 * ---------------------------*/

#copy-right {
  padding: 20px 0;
  border-top: 1px solid #ffffff1c;
  background: #000;
}

.copy-right-text p {
  color: #e3eaef;
  font-weight: 500;
}

/*------------------------------
     # Home-2 Area
 * ---------------------------*/

/*------------------------------
     ##. Header Area
 * ---------------------------*/

#heder-two {
  position: relative;
  z-index: 99999999;
}

#heder-two .navbar {
  padding: 70px 0;
}

#heder-two .nav-item {
  margin-right: 20px;
}

#heder-two .nav-link {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  padding: 7px 0;
  margin: 0 11px;
}

#heder-two .nav-link:hover {
  color: var(--theme-color);
}

#heder-two .nav-link:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  background: var(--theme-color);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#heder-two .nav-link:hover:after {
  width: 100%;
}

#heder-two .navbar .nav-item .active {
  color: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.nav-two {
  background: #1f1f27de;
  padding: 20px 20px !important;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-shadow: 0px 0px 22px -13px var(--theme-color);
  box-shadow: 0px 0px 22px -13px var(--theme-color);
}

/*------------------------------
     ##. Banner Area
 * ---------------------------*/

#banner-2 {
  background-image: url(../img/Home-2/banner-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  background-attachment: fixed;
}

.home-content-2 {
  width: 100%;
  height: 100%;
  display: table;
}

.home-content-inner {
  z-index: 99999;
  position: relative;
  padding: 400px 0 0 0;
}

.overaly-banner {
  position: absolute;
  background: #1f1f1fb8;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}

.home-heading-top-2 h2 {
  color: #ffff;
  letter-spacing: 5px;
}

.home-heading-2 {
  margin-top: 10px;
}

.home-heading-2 h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.home-heading-2 h1 span {
  color: var(--theme-color);
}

.home-para-2 {
  margin-top: 30px;
}

.home-para-2 p {
  color: #e3eaef;
  font-size: 24px;
}

.player-video {
  margin-top: 40px;
}

.player-video span {
  color: #e3eaef;
  margin-left: 10px;
  font-size: 16px;
}

/*------------------------------
   ##. video css
 * ---------------------------*/

.player {
  position: fixed;
  z-index: 1;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 99999999999999999;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  height: 70%;
  width: auto;
  max-width: 75%;
  background-color: var(--theme-color);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: var(--theme-color);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--theme-color);
}

/*------------------------------
     ##. About Area
 * ---------------------------*/

#about-2 {
  padding: 150px 0;
  background: #1f1f27;
  position: relative;
}

.content-common-are {}

.content-top-2 {}

.content-top-2 p {
  color: var(--theme-color);
}

.content-heading-2 {
  margin-top: 10px;
}

.content-heading-2 h2 {
  color: #e3eaef;
}

.content-para-2 {
  margin-top: 20px;
}

.content-para-2 p {
  color: #8d959a;
}

.skill-two {
  margin-bottom: 15px;
}

.skill-two h2 {
  font-size: 30px;
  color: #e3eaef;
}

.skill-two h2 span {
  color: var(--theme-color);
}

.skill-area-btn {
  margin-top: 50px;
}

.skill-area-btn a {
  margin-right: 20px;
}

.about-2-img {
  position: relative;
}

#wrappera {
  position: relative;
  z-index: 9999999;
}

#wrappera img {
  width: 80%;
}

#wrapperas {
  position: absolute;
  top: 70px;
  right: 86px;
}

#wrapperas img {
  width: 96%;
}

.about-shape-one,
.about-shape-two,
.about-shape-tree,
.about-shape-four,
.about-shape-five,
.about-shape-six,
.about-shape-seven,
.about-shape-eight,
.about-shape-nine,
.about-shape-ten {
  position: absolute;
  right: -114px;
  top: 111px;
}

.about-shape-one {
  top: 393px;
  right: -170px;
  -webkit-animation: left2right 20s linear 0s infinite;
  animation: left2right 20s linear 0s infinite;
}

.about-shape-two {
  right: -266px;
  top: 328px;
  -webkit-animation: left1right 60s linear 0s infinite;
  animation: left1right 60s linear 0s infinite;
}

.about-shape-tree {
  top: 298px;
  right: -152px;
  -webkit-animation: left1right 60s linear 0s infinite;
  animation: left1right 60s linear 0s infinite;
}

.about-shape-four {
  right: -152px;
  -webkit-animation: left1right 60s linear 0s infinite;
  animation: left1right 60s linear 0s infinite;
}

.about-shape-five {
  right: -158px;
  top: 173px;
  -webkit-animation: left2right 20s linear 0s infinite;
  animation: left2right 20s linear 0s infinite;
}

.about-shape-six {
  right: -25px;
  top: 400px;
  -webkit-animation: left1right 60s linear 0s infinite;
  animation: left1right 60s linear 0s infinite;
}

.about-shape-seven {
  right: -300px;
  -webkit-animation: left2right 20s linear 0s infinite;
  animation: left2right 20s linear 0s infinite;
  animation: left2right 20s linear 0s infinite;
}

.about-shape-eight {
  top: 313px;
  right: -91px;
  -webkit-animation: left1right 60s linear 0s infinite;
  animation: left1right 60s linear 0s infinite;
}

.about-shape-nine {
  right: -250px;
  top: 240px;
  -webkit-animation: left1right 60s linear 0s infinite;
  animation: left1right 60s linear 0s infinite;
}

.about-shape-ten {
  top: 100px;
  right: -130px;
  -webkit-animation: left1right 60s linear 0s infinite;
  animation: left1right 60s linear 0s infinite;
}

.about-shape-ten img {
  width: 80%;
}

@-webkit-keyframes left1right {
  100% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg);
  }
}

@-webkit-keyframes left2right {
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px);
  }
}

#wrapper {
  z-index: 99999;
  position: relative;
  padding-right: 55px;
}

/*------------------------------
      ##. Service Area
 * ---------------------------*/

#Service-two {
  padding: 150px 0;
  position: relative;
  background: #23232a;
}

.content-area-two {}

.content-area-two span {
  color: var(--theme-color);
}

.content-area-two h2 {
  color: #e3eaef;
  text-transform: uppercase;
  margin-top: 10px;
}

.content-area-two p {
  padding: 0 220px;
  margin-top: 10px;
}

.service-box-two {
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  background: #313138;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.service-box-two:hover {}

.service-two-hed-img {
  padding: 30px 0 0 30px;
}

.service-two-hed-img img {
  width: 15% !important;
}

.service-two-hed-img h3 {
  color: #e3eaef;
  margin: 30px 0 30px 0;
}

.line-border {
  border-bottom: 2px dotted var(--theme-color);
}

.service-para-btn-two {
  padding: 25px 30px 30px 25px;
}

.service-para-btn-two p {
  margin-bottom: 20px;
}

.service-para-btn-two a {
  color: #8d959a;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.service-para-btn-two a:hover {
  color: var(--theme-color);
}

.service-para-btn-two a i {
  color: var(--theme-color);
  margin-right: 10px;
}

.service-slider-area {
  margin-top: 70px;
}

#Service-two .owl-nav {
  position: absolute;
  right: 0;
  margin-top: 20px;
}

#Service-two .owl-prev {
  background: transparent;
  color: #fff;
  border: 1px solid #4c4c4c;
  padding: 3px 8px !important;
  border-radius: 0;
  margin-right: 20px;
}

#Service-two .owl-next {
  background: transparent;
  color: #fff;
  border: 1px solid #4c4c4c;
  padding: 3px 8px !important;
  border-radius: 0;
}

#Service-two .owl-prev:hover,
#Service-two .owl-next:hover {
  color: var(--theme-color);
}

/*------------------------------
      ##. Portfolio Area
 * ---------------------------*/

#portfolio-two {
  padding: 150px 0;
  background: #1f1f27;
  position: relative;
}

.portfolio-top-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-btn-isotop {
  background: var(--theme-color);
  padding: 40px 20px;
  width: 100%;
  position: relative;
}

.filter-btn-isotop:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 15%;
  background: #fff;
  left: 0;
  top: 0;
  border-left: 100px solid #1f1f27;
  border-bottom: 120px solid var(--theme-color);
}

.filter-btn-isotop ul li {
  display: inline-block;
  padding: 8px 15px;
  width: auto;
  height: auto;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}

.portfolio-area-two-slider img {
  width: 100%;
}

.portfolio-heading h2 {
  margin-right: 20px;
}

.wrapper-portfolio {
  padding-left: 400px;
}

.portfolio-area-two-slider {
  margin-left: 20px;
}

#portfolio-two .content-common-area {
  margin-left: 23px;
}

.portfolio-item-two {
  margin-top: 30px;
}

#portfolio-two .active {
  position: relative;
}

#portfolio-two .active:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  bottom: 0;
  left: 0;
}

/*------------------------------
    ##.  Resume Area
 * ---------------------------*/

#resume-area-two {
  padding: 150px 0;
  position: relative;
  background: #23232a;
}

.skills-two-area {
  margin-top: 70px;
  text-align: right;
  width: 84%;
}

.skills-two-area h3 {
  color: #e3eaef;
  font-size: 30px;
}

.all-skills-area {
  margin-top: 40px;
  position: relative;
  width: 77%;
}

.all-skill-items {
  margin-top: 40px;
  position: relative;
}

.all-skills-area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  right: -22px;
  border-right: 2px dotted var(--theme-color);
}

.skill-times p {
  color: var(--theme-color);
}

.skill-head {
  margin-top: 15px;
}

.skill-head h3 {
  color: #e3eaef;
  font-weight: 400;
}

.skill-para {
  margin-top: 25px;
}

.skill-para p {}

.skill-place {
  margin-top: 15px;
}

.skill-place p {
  color: var(--theme-color);
}

.year-around {
  position: absolute;
  right: -111px;
  top: 0;
}

.year-around p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--theme-color);
  padding: 3px 28px;
  color: #23232a;
  font-weight: 600;
}

.skills-two-area-right {
  margin-top: 70px;
  text-align: right;
  width: 56%;
}

.skills-two-area-right h3 {
  color: #e3eaef;
  font-size: 30px;
}

.all-skills-area-right {
  margin-top: 40px;
  position: relative;
  width: 100%;
  margin-left: 75px;
  padding-left: 20px;
}

.all-skill-items-right {
  margin-top: 40px;
  position: relative;
}

.all-skills-area-right:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  border-right: 2px dotted var(--theme-color);
}

.skill-times-right p {
  color: var(--theme-color);
}

.skill-head-right {
  margin-top: 15px;
}

.skill-head-right h3 {
  color: #e3eaef;
  font-weight: 400;
}

.skill-para-right {
  margin-top: 25px;
}

.skill-para p {}

.skill-place-right {
  margin-top: 15px;
}

.skill-place-right p {
  color: var(--theme-color);
}

.year-around-right {
  position: absolute;
  left: -108px;
  top: 0;
}

.year-around-right p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--theme-color);
  padding: 3px 28px;
  color: #23232a;
  font-weight: 600;
}

.downloads-btns {
  width: 100%;
  margin-top: 70px;
}

/*------------------------------
    ##. partner-Two Area
 * ---------------------------*/

#partner-two {
  padding: 150px 0;
  position: relative;
  background-image: url(../img/Home-2/patner.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-two-content {}

.partner-two-content h2 {
  color: #e3eaef;
  text-transform: uppercase;
}

.partner-two-content p {
  margin-top: 15px;
}

.psrtners-logo img {
  width: 60% !important;
}

.overlay-partner {
  position: absolute;
  background: #1f1f27b8;
  height: 100%;
  width: 100%;
  top: 0;
}

/*------------------------------
    ##.  Blog-arae
 * ---------------------------*/

#blog-area-two {
  padding: 150px 0;
  position: relative;
  background: #1f1f27;
}

/*------------------------------
      ##. Footer Area
 * ---------------------------*/

#footer-two {
  padding: 150px 0 0 0;
  position: relative;
  background: #23232a;
}

.padding-botttom-150 {
  padding-bottom: 150px;
}

.contact-details-two {
  margin-top: 70px;
}

.contact-details-two h2 {
  color: #e3eaef;
  font-size: 30px;
}

.contact-details-two p {
  margin-top: 15px;
  padding-right: 90px;
}

.location-contact-area ul {
  margin-top: 40px;
}

.location-contact-area ul li {
  font-size: 16px;
  color: #e3eaef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 75%;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.location-contact-area ul li i {
  color: #e3eaef;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.location-contact-area ul li:hover i {
  color: var(--theme-color);
}

.location-contact-area ul li a {
  color: #e3eaef;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.location-contact-area ul li a:hover {
  color: var(--theme-color);
}

#form-two .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#form-two .form-control {
  height: 50px;
  background: transparent;
  border-radius: 57px;
  width: 100%;
  border-color: var(--theme-color);
  margin-bottom: 30px;
  padding: 20px;
}

#form-two textarea {
  height: auto !important;
  border-radius: 20px !important;
  padding: 20px 30px;
}

.form-area-two {
  margin-top: 70px;
}

#copy-right-two {
  padding: 20px 0;
  border-top: 1px solid #ffffff1c;
  background: #23232a;
  position: relative;
}

#copy-right-two p {
  color: #e3eaef;
  font-weight: 500;
}

/*------------------------------
     #. Home-3
 * ---------------------------*/

/*------------------------------
    ##. Banner Area
 * ---------------------------*/

#banner-three {
  position: relative;
  background-image: url(../img/home-3/banner.png);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner-three-area {
  height: 100%;
  width: 100%;
  display: table;
}

.inner-area-three {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 99999;
}

.algin-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heaing-three-area {
  width: 15%;
  text-align: right;
  margin-right: 80px;
  position: relative;
}

.heaing-three-area:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background: var(--theme-color);
  top: 0;
  right: -45px;
}

.heaing-three-area h1 {
  color: #e3eaef;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
}

.heaing-three-area h1 span {
  color: var(--theme-color);
}

.sub-heaing-three-area {
  width: 24%;
  text-align: left;
  margin-top: 43px;
}

.sub-heaing-three-area h2 {
  color: #e3eaef;
  font-weight: 400;
  text-transform: uppercase;
}

.scrool-animation {}

.scrool-animation a {
  height: 50px;
  width: 30px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  border-radius: 18px;
  border: 2px solid var(--theme-color);
  z-index: 9999999;
}

.scrool-animation a:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 3px;
  background: var(--theme-color);
  left: 48%;
  top: 10px;
  -webkit-animation: scrool 0.8s linear 0s infinite;
  animation: scrool 0.8s linear 0s infinite;
}

@-webkit-keyframes scrool {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes scrool {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

/*------------------------------
      ##. About Area
 * ---------------------------*/

#about-three {
  padding: 150px 0;
  background: #f8fcff;
  position: relative;
}

.area-left-heding {
  text-align: right;
  border-right: 10px solid var(--theme-color);
  padding-right: 20px;
}

.about-heading-three {
  position: relative;
}

.area-left-heding h1 {
  font-weight: 700;
  position: relative;
  line-height: 48px;
}

.bottom-hed {
  color: var(--theme-color);
  margin-top: 30px;
  display: block;
}

.area-right-heding {
  text-align: left;
  border-left: 10px solid var(--theme-color);
  padding-left: 20px;
}

.bottom-hed {
  color: var(--theme-color);
  margin-top: 30px;
  display: block;
}

.area-right-heding h1 {
  font-weight: 700;
  position: relative;
  line-height: 48px;
}

.about-three-img {
  height: 310px;
  width: 255px;
  overflow: hidden;
  margin: 100px auto 0 auto;
  border: 10px solid var(--theme-color);
  z-index: 9999;
  position: relative;
  -webkit-animation: morph 2s ease-in-out infinite both alternate;
  animation: morph 2s ease-in-out infinite both alternate;
}

@-webkit-keyframes morph {
  0% {
    /*		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;*/
    border-top-left-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  100% {
    /*		border-radius: 2% 68% 68% 68% / 35% 50% 0 35%*/
    border-top-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
}

@keyframes morph {
  0% {
    /*		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;*/
    border-top-left-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  100% {
    /*		border-radius: 2% 68% 68% 68% / 35% 50% 0 35%*/
    border-top-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
}

.shape-ab {
  position: absolute;
  top: 206px;
  left: 14px;
}

.about-three-text-content {
  padding-left: 90px;
}

.about-top-headd h3 {
  color: var(--theme-color);
  font-weight: 500;
  letter-spacing: 1.2px;
}

.about-content-para-three {}

.about-content-para-three p {
  margin-top: 30px;
}

.about-destination {}

.about-destination ul {
  margin-top: 30px;
  width: 100%;
}

.about-destination ul li {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-destination ul li p {
  color: #1f1f27;
  width: 15%;
  font-weight: 700;
}

.about-destination ul li span {
  color: #ffac1b;
  padding-left: 20px;
  font-weight: 400;
}

.about-destenation-btn .btn-3 {
  margin-right: 30px;
}

.btn-3 {
  background: var(--theme-color);
  padding: 13px 24px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  z-index: 9999;
}

.btn-3:hover {
  background: #000;
  color: #fff;
}

.about-destenation-btn {
  margin-top: 50px;
}

.area-about-big h1 {
  font-size: 180px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #f3f6fc;
  position: absolute;
  right: 80px;
  top: 54%;
}

/*------------------------------
       ##.Service Area
 * ---------------------------*/

#service-three {
  padding: 150px 0;
  background: #fff;
  position: relative;
}

.service-area-heding {
  padding-right: 30px;
}

.service-area-para {
  margin-top: 35px;
}

.service-top {
  position: relative;
}

.service-top-one {
  position: relative;
}

.service-top-two {
  position: relative;
}

.service-items-one {
  background: #fff;
  padding: 50px 38px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 50px;
  -webkit-box-shadow: 0px 0px 9px -6px #000;
  box-shadow: 0px 0px 9px -6px #000;
  position: relative;
  margin-top: 60px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}

.service-items-one:hover {
  background: #ff4b6a;
}

.service-top:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 60%;
  background: #fff600;
  right: 0;
  top: 0;
  border-bottom-left-radius: 10px;
}

.service-top-one:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 60%;
  background: #26f8ac;
  right: 0;
  top: 0;
  border-bottom-left-radius: 10px;
}

.service-top-two:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 60%;
  background: #7674fa;
  right: 0;
  top: 0;
  border-bottom-left-radius: 10px;
}

.service-heding-one h2 {
  font-weight: 400;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.service-para-one {
  margin-top: 25px;
}

.service-para-one p {
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.read-more {
  margin-top: 50px;
  z-index: 99999999;
  position: relative;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.read-more {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all;
}

.service-top:hover .read-more a {
  color: var(--theme-color);
}

.read-more i {
  color: #000;
}

.service-top:hover .read-more i {
  color: var(--theme-color);
}

.service-top-one:hover .read-more i {
  color: var(--theme-color);
}

.service-top-two:hover .read-more i {
  color: var(--theme-color);
}

.service-top:hover .read-more {
  -webkit-transform: translate(150px);
  -ms-transform: translate(150px);
  transform: translate(150px);
}

.service-top-one:hover .read-more a {
  color: var(--theme-color);
}

.service-top-one:hover .read-more {
  -webkit-transform: translate(150px);
  -ms-transform: translate(150px);
  transform: translate(150px);
}

.service-top-one:hover .read-more a {
  color: var(--theme-color);
}

.service-top-two:hover .read-more {
  -webkit-transform: translate(150px);
  -ms-transform: translate(150px);
  transform: translate(150px);
}

.service-shape img {
  position: absolute;
  width: 40%;
  top: 57%;
  right: 0px;
  border-bottom-right-radius: 50px;
}

.service-shape-2 img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}

.service-top:hover .service-shape-2 img {
  opacity: 1;
}

.service-top:hover p {
  color: #fff;
}

.service-top-one:hover .service-shape-2 img {
  opacity: 1;
}

.service-top-one:hover p {
  color: #fff;
}

.service-top-two:hover .service-shape-2 img {
  opacity: 1;
}

.service-top-two:hover p {
  color: #fff;
}

.area-service-big {}

.area-service-big h1 {
  font-size: 180px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #f3f6fc;
  position: absolute;
  right: 11%;
  top: 12%;
}

/*------------------------------
    ##. Special Skill Area
 * ---------------------------*/

#special-skill {
  padding: 150px 0;
  position: relative;
  background: #f8fcff;
}

.skill-area-heding {}

.content-area-left-side {
  text-align: left;
  border-left: 10px solid var(--theme-color);
  padding-left: 18px;
  width: 100%;
}

.content-area-left-side h1 {
  font-weight: 700;
  line-height: 86px;
  width: 20%;
}

.content-area-left-side h1 span {
  color: var(--theme-color);
}

.special-skill-par {}

.special-skill-par p {
  margin-top: 40px;
}

.skill-list {
  margin-top: 35px;
}

.skill-list ul li {
  color: #8d959a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.skill-list ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--theme-color);
}

.skill-list ul li img {
  margin-right: 20px;
  width: 15px;
}

.skill-big-hed {}

.skill-big-hed h1 {
  font-size: 180px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #f3f6fc;
  position: absolute;
  left: 29%;
  top: 12%;
}

.progress-one {
  width: 165px;
  height: 165px;
  line-height: 100px;
  background: none;
  margin: 0px auto 65px auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.progress-one:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #edf1f5;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-one>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-one .progress-left {
  left: 0;
}

.progress-one .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-one .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
  border-left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.progress-one .progress-right {
  right: 0;
}

.progress-one .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
  animation: loading-1 1.8s linear forwards;
}

.progress-one .progress-value-one {
  width: 94%;
  height: 96%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 2%;
  font-weight: 500;
  color: #000000;
}

.progress-one.blue .progress-bar {
  border-color: #ffcc74;
}

.progress-one.blue .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.8s;
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress-one.yellow .progress-bar {
  border-color: #ffcc74;
}

.progress-one.yellow .progress-left .progress-bar {
  -webkit-animation: loading-3 1s linear forwards 1.8s;
  animation: loading-3 1s linear forwards 1.8s;
}

.progress-one.pink .progress-bar {
  border-color: #ed687c;
}

.progress-one.pink .progress-left .progress-bar {
  -webkit-animation: loading-4 0.4s linear forwards 1.8s;
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress-one.green .progress-bar {
  border-color: #1abc9c;
}

.progress-one.green .progress-left .progress-bar {
  -webkit-animation: loading-5 1.2s linear forwards 1.8s;
  animation: loading-5 1.2s linear forwards 1.8s;
}

.progress-value-one span {
  display: block;
  position: absolute;
  top: 29px;
  left: 33%;
  color: var(--theme-color);
  font-size: 26px;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress-one {
    margin-bottom: 20px;
  }
}

/*------------------------------
    ##.  how-i-work-area
 * ---------------------------*/

#how-i-work {
  padding: 150px 0;
  position: relative;
  background: #fff;
}

.how-item-area {
  margin-top: 60px;
}

.how-item {
  background: #f7fcff;
  padding: 44px 10px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
}

.how-item img {
  width: 20%;
}

.how-item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px #ececec;
  box-shadow: 0px 0px 30px 0px #ececec;
}

.how-item .ter-img {
  position: absolute;
  top: 21px;
  width: 20%;
  right: 65px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.how-item:hover .ter-img {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.how-item h2 {
  font-weight: 400;
  margin-top: 20px;
}

.how-item p {
  margin-top: 20px;
}

.work-prosess h1 {
  font-size: 180px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #f3f6fc99;
  position: absolute;
  left: 22%;
  top: 25%;
}

.img-sh {
  position: absolute;
  top: -55px;
  left: 0;
}

.img-sh img {
  width: 100%;
}

/*------------------------------
     ##. project-area
 * ---------------------------*/

#work-area-three {
  padding: 150px 0;
  position: relative;
  background: #f8fcff;
}

.work-heh h1 {
  font-size: 180px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #f3f6fc;
  position: absolute;
  left: 7%;
  top: 7%;
}

.work-area-three-heding {
  width: 90%;
  margin: 0 0 0 auto;
}

.work-area-three-details {
  padding-top: 30px;
}

.project-menu {
  margin: 50px auto 40px;
  border-radius: 30px;
}

.project-menu button {
  background-color: transparent;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  border: 0;
  letter-spacing: 1px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
}

.project-menu button.active,
.project-menu button:hover {
  color: #000;
}

.project-menu button.active:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.project-single {
  position: relative;
  overflow: hidden;
}

.project-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 20px 0;
}

.project-overlay h5 a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.project-overlay h5 a:hover {
  color: var(--theme-color);
}

.project-overlay p {
  color: #999;
}

.project-overlay .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.project-overlay .icon a {
  color: #fff;
  font-size: 24px;
}

.project-overlay .icon a:hover {
  color: #00c9d5;
}

.project-single:hover .project-overlay {
  opacity: 1;
  visibility: visible;
  padding: 30px 20px 0;
}

.project-single img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.project-single:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.grid-item {
  padding: 5px;
}

.icon i {
  font-size: 36px;
  color: #fff;
}

/*------------------------------
      ##. Partner Area
 * ---------------------------*/

#partner-area-three {
  padding: 110px 0;
  background-image: url(../img/Home-2/patner.png);
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.partner-area-text {}

.partner-area-text h1 {
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  border-left: 8px solid var(--theme-color);
  padding-left: 20px;
}

.partner-area-text h1 span {
  display: block;
  margin-top: 20px;
}

/*------------------------------
     ##. Why Choose Me Area
 * ---------------------------*/

#why-three {
  padding: 150px 0;
  background: #f8fcff;
  position: relative;
}

#why-three .content-area-right-side h1 span {
  display: block;
}

.why-choose-me-sub-hed {}

.why-big-hede h1 {
  font-size: 180px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #f3f6fc;
  position: absolute;
  right: 7%;
  top: 14%;
}

.why-choose-me-sub-hed h2 {
  margin-top: 160px;
}

.why-choose-me-sub-hed p {
  margin-top: 40px;
}

.why-choose-me-sub-hed ul {
  margin-top: 50px;
}

.why-choose-me-sub-hed ul li {
  color: #8d959a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.why-choose-me-sub-hed ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--theme-color);
}

.why-2-img {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.why-2-img img {
  width: 330px;
  position: relative;
  -webkit-transform: perspective(257px) rotatey(8deg) translate(0, 7%);
  transform: perspective(257px) rotatey(8deg) translate(0, 7%);
  border: 10px solid #000;
  margin-top: 33px;
  height: 372px;
  z-index: 9999;
}

.why-2-img:after {
  content: "";
  position: absolute;
  width: 56%;
  height: 90%;
  top: 75px;
  left: 147px;
  -webkit-transform: perspective(257px) rotatey(8deg) translate(0, 7%);
  transform: perspective(257px) rotatey(8deg) translate(0, 7%);
  border: 10px solid #ffcc74;
}

/*------------------------------
    ##.  Our Blog Area
 * ---------------------------*/

#blog-three {
  padding: 150px 0;
  background: #fff;
  position: relative;
}

#blog-three .content-area-left-side {
  width: 100%;
}

.blog-h-para {}

.blog-h-para p {
  padding-left: 65px;
  text-align: right;
  padding-top: 28px;
}

.why-big-hede h1 {
  font-size: 180px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #f3f6fc;
  position: absolute;
  top: 14%;
  right: 0;
}

.blog-wrapper-three {
  overflow: hidden;
  margin-top: 70px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.blog-wrapper-three:hover {
  -webkit-box-shadow: 0px 0px 21px -10px #a0a0a0;
  box-shadow: 0px 0px 21px -10px #a0a0a0;
}

.blog-img-three img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.blog-img-three {
  overflow: hidden;
}

.blog-wrapper-three:hover .blog-img-three img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-details-three {
  background: #f8fcff;
  padding: 25px 20px;
}

.blog-details-three h6 a {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper-three:hover .blog-details-three h6 a {
  color: #ffcc74;
}

.blog-details-three h3 {
  line-height: 34px;
  margin-top: 20px;
}

.blog-details-three h3 a {
  color: #ffcc74;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper-three:hover .blog-details-three h3 a {
  color: #000;
}

.blog-details-three p {
  margin-top: 15px;
}

.blog-details-three ul li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-three ul li a {
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper-three:hover .blog-details-three ul li a {
  color: #ffcc74;
}

.blog-details-three ul li a span {
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrapper-three:hover .blog-details-three ul li a span {
  color: #ffcc74;
}

/*------------------------------
      ##.Footer Area
 * ---------------------------*/

#footer-three {
  padding: 150px 0 0 0;
  border-top: 1px solid #ffffff1c;
  background: #f8fcff;
  position: relative;
}

.contact-form-area-three {
  padding: 40px 30px 65px 30px;
  -webkit-box-shadow: 0px 0px 15px -8px #7b7b7b;
  box-shadow: 0px 0px 15px -8px #7b7b7b;
  border-radius: 10px;
  position: relative;
}

#footer-three .contact-form-area-three .form-control {
  height: 50px;
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 10px 10px 0px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.label-box {
  position: relative;
}

.label-box::before,
.label-box::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0px;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.label-box::before {
  left: 50%;
}

.label-box::after {
  right: 50%;
}

textarea:focus~.label-box::before,
input:focus~.label-box::before,
textarea:focus~.label-box::after,
input:focus~.label-box::after {
  width: 50%;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

#footer-three .form-group textarea {
  height: auto !important;
}

.form-btn {
  margin-top: 35px;
}

.contact-details-three {
  padding-left: 100px;
  padding-top: 60px;
}

.contact-descreption-three h2 {
  color: #ffcc74;
}

.contact-descreption-three p {
  margin-top: 30px;
}

.contact-location-three ul {
  padding-left: 65px;
  margin-top: 35px;
}

.contact-location-three ul li {
  color: #000;
  margin-top: 10px;
  position: relative;
}

.contact-location-three ul li a {
  color: #000;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.contact-location-three ul li a:hover {
  color: var(--theme-color);
}

.contact-location-three ul li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: #ffcc74;
  left: -55px;
  top: 11px;
}

.soical-icon-contact-three ul {
  margin-top: 45px;
}

.instagram {
  font-size: 18px;
  background: #4e1994;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  color: #fff;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.instagram:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.twitter {
  font-size: 18px;
  background: #55acee;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  color: #fff;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.twitter:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.behance {
  font-size: 18px;
  background: #4176fa;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  color: #fff;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.behance:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.dribbble {
  font-size: 18px;
  background: #f26798;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  color: #fff;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.dribbble:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

#copy-right-commeon {
  padding: 20px 0;
  border-top: 1px solid #ffffff1c;
  background: #fff;
}

.copy-right-text-common {}

.copy-right-text-common p {
  color: #000;
  font-weight: 500;
}

/*------------------------------
   #. Portfolio-single-page
 * ---------------------------*/

/*-----------------------
 *   ##Banner-Aarea
 * ----------------------*/

#banner-common-area {
  background-image: url(../img/home-3/comm.png);
  padding: 235px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

/*-----------------------
 *   ## Inner Content
 * ----------------------*/

#single-product-area {
  background: #fff;
  position: relative;
  padding: 100px 0;
}

.cmmon-heading-area-banner h2 {
  color: #e3eaef;
  font-size: 48px;
  font-weight: 400;
}

.cmmon-heading-area-banner ul {
  margin-top: 20px;
}

.cmmon-heading-area-banner ul li {
  font-size: 25px;
  color: #8d959a;
}

.cmmon-heading-area-banner ul li a {
  color: #e3eaef;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.cmmon-heading-area-banner ul li a:hover {
  color: var(--theme-color);
}

.commn-line {
  height: 5px;
  width: 160px;
  background: var(--theme-color);
  margin: 20px auto 0 auto;
}

.product-img {
  overflow: hidden;
  margin-bottom: 10px;
}

.product-img img {
  width: 100%;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

#single-product-area .owl-dots {
  margin-top: 30px;
}

#single-product-area .owl-dot span {
  background: var(--theme-color);
}

#single-product-area .owl-dots .owl-dot.active span {
  background: #000;
}

.tm-portfoliodetails-info {
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tm-portfoliodetails-info>ul>li:not(:last-child) {
  margin-bottom: 15px;
}

.tm-portfoliodetails-info>ul>li {
  list-style: none;
  font-size: 16px;
}

.pro {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.pro img {
  width: 74%;
}

.tm-portfoliodetails-info>ul>li b {
  font-weight: 700;
  margin-right: 10px;
}

.tm-portfoliodetails-share {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.tm-portfoliodetails-share li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.tm-portfoliodetails-share li a {
  display: inline-block;
  vertical-align: middle;
  color: #444444;
}

.tm-portfoliodetails-info .tm-rating {
  display: inline-block;
}

.tm-rating span.active {
  color: #fdc716;
}

.tm-portfoliodetails-description p {
  margin-top: 20px;
  font-size: 14px;
}

.product-detals-arae {
  margin-top: 100px;
}

.stylish-list {
  margin-top: 20px;
}

.stylish-list li {
  font-size: 14px;
  margin-top: 8px;
  color: #8d959a;
}

.stylish-list li i {
  padding-right: 15px;
}

.tm-portfoliodetails-share li a i {
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.tm-portfoliodetails-share li a i:hover {
  color: var(--theme-color);
}

.featured-imagebox {
  overflow: visible;
  margin-top: 50px;
}

.ttm-box-view-content-inner {
  position: relative;
  overflow: hidden;
}

.featured-thumbnail {
  position: relative;
  overflow: hidden;
}

.featured-imagebox .ttm-box-view-overlay {
  position: absolute;
  bottom: -30%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 35, 51, 0.83);
}

.featured-imagebox .featured-imagebox.ttm-media-link a {
  top: 50%;
  right: 50%;
  margin-top: -17px;
}

a.tp-caption:hover,
.featured-imagebox .featured-content,
.featured-imagebox .featured-content,
.featured-imagebox .ttm-processbox .process-num,
.featured-icon-box.style10 {
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.featured-imagebox .featured-content {
  padding: 21px 25px 27px;
  position: relative;
  background-color: #fff;
}

.box-shadow2 {
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
  box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
}

.featured-imagebox .featured-content .featured-title h5 {
  margin-bottom: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.featured-imagebox-portfolio-style1 .featured-title h5,
.featured-imagebox .featured-title h5 {
  font-weight: 500;
}

.featured-title h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.featured-imagebox:hover .ttm-box-view-overlay {
  opacity: 1;
  bottom: 0;
}

.featured-imagebox:hover .featured-content {
  background-color: var(--theme-color);
}

.featured-title h5 a {
  color: #000;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.featured-imagebox:hover .featured-title h5 a {
  color: #fff;
}

.tm-portfoliodetails-description {
  padding-left: 40px;
}

.featured-iconbox a i {
  color: #fff;
  font-size: 35px;
}

.featured-iconbox a {
  position: absolute;
  top: 50%;
  right: 45%;
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  margin-top: -17px;
}

.related-heading {
  margin-top: 80px;
}

.related-heading h2 {}

/*-----------------------
 	  #. Blog-page
 * -----------------------*/

/* ------------------
    ##Blog Banner Area
------------------- */
#blog-main-content {
  background: #fff;
  position: relative;
  padding: 150px 0;
}

.blog-slider-text-area {
  background: #f8fcff;
  height: 465px;
  padding: 40px 40px;
}

.blog-slider-text-area h3 {
  color: var(--theme-color);
  font-weight: 400;
}

.blog-slider-text-area h2 {
  font-size: 45px;
  line-height: 60px;
  margin-top: 20px;
}

.blog-slider-text-area p {
  margin-top: 30px;
}

.blog-slider-img {}

.blog-slider-img img {
  width: 100%;
  height: 465px;
}

#blog-devided-one .owl-prev {
  position: absolute;
  left: -75px;
  top: 50%;
}

#blog-devided-one .owl-next {
  position: absolute;
  right: -75px;
  top: 50%;
}

#blog-devided-one .flaticon-right:before {
  content: "\f105";
  font-size: 40px;
}

#blog-devided-one .flaticon-left:before {
  content: "\f106";
  font-size: 40px;
}

#blog-devided-one .owl-nav button.owl-next:hover,
.blog-area-slider-content .owl-nav button.owl-prev:hover {
  color: var(--theme-color);
  background: transparent;
}

.blog-area-slider-content .owl-item.active .blog-area-slider-item .img-slider {
  -webkit-animation: 1s 0.2s fadeInDown both;
  animation: 1s 0.2s fadeInDown both;
}

.blog-area-slider-content .owl-item.active .blog-area-slider-item .title {
  -webkit-animation: 1s 0.2s fadeInUp both;
  animation: 1s 0.2s fadeInUp both;
}

.blog-area-slider-content .owl-item.active .blog-area-slider-item .para-wrapper {
  -webkit-animation: 1s 0.2s flipInX both;
  animation: 1s 0.2s flipInX both;
}

.slider-back-img {
  position: absolute;
  left: 47%;
  top: -52px;
}

.wedget-blog {
  margin-top: 190px;
}

/* --------------------------
   ##Side bar wedget
-------------------------*/
.sider-bar-wedget .wedget {
  margin-bottom: 30px;
  position: relative;
  background: #f8fcff;
}

.wedget-about {
  padding: 25px;
  border: 1px solid #dedede;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding-bottom: 13px;
  position: relative;
  text-transform: uppercase;
}

.widget-title:after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--theme-color);
  width: 90px;
  top: 37px;
  left: 0;
}

.about-me-sidewedget-img img {
  width: 100%;
}

.about-me-sidewedget-details {
  text-align: center;
  margin-top: -50px;
}

.about-me-sidewedget-heading h3 {
  line-height: 55px;
}

.about-me-sidewedget-heading h3 a {
  color: #000;
  font-weight: bold;
  background: #fff;
  padding: 8px 45px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.about-me-sidewedget-heading h3 a:hover {
  color: var(--theme-color);
}

.about-me-sidewedget-sub-heading p {}

.about-me-sidewedget-sub-heading p a {
  color: #000;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.about-me-sidewedget-sub-heading p a:hover {
  color: var(--theme-color);
}

.about-me-sidewedget-para p {
  color: #2e303c;
  margin-top: 15px;
}

.social-icon-item {
  margin-top: 20px;
}

.social-icon-item a i {
  font-size: 24px;
  color: #424242;
  border: 1px solid #dedede;
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.social-icon-item a i:hover {
  color: var(--theme-color);
}

.popular-post-area {}

.popular-post-area ul li {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popular-img a img {
  width: 75px;
  height: 55px;
}

.popular-date {
  padding-left: 10px;
}

.popular-date p a {
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.popular-date p a:hover {
  color: var(--theme-color);
}

.popular-date span {
  font-size: 12px;
}

.popular-post-area ul li:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}

.catagory-area {}

.catagory-area ul li {
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 17px;
}

.catagory-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.catagory-area ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.catagory-area ul li a:hover {
  color: var(--theme-color);
}

.catagory-area ul li a span {
  color: #000;
  padding-left: 15px;
}

.news-area p {
  text-align: center;
  padding: 0 30px;
  color: #000;
}

.news-area .form-control {
  text-align: center;
  font-size: 14px;
  height: 50px;
  margin-top: 20px;
}

.sub-arae {
  margin-top: 20px;
  text-align: center;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.soical-icon-area-blog {
  text-align: center;
}

/* --------------------------------
        ## Blog Inner Content
-----------------------------------*/
.wedget-heading-side {
  position: relative;
}

.wedget-heading-side:after {
  content: "";
  position: absolute;
  background: var(--theme-color);
  height: 100%;
  width: 6px;
  top: 0;
}

.wedget-heading-side h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.img-items {
  position: relative;
  overflow: hidden;
}

.img-items img {
  width: 100%;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.img-items img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tags-catagory {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--theme-color);
  padding: 4px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  text-transform: uppercase;
}

.tags-catagory:hover {
  color: var(--theme-color);
  background: #000;
}

.details-area h4 {
  margin-top: 20px;
}

.details-area h4 a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.details-area h4 a:hover {
  color: var(--theme-color);
}

.details-area p {
  color: #2e303c;
  font-size: 14px;
  margin-top: 10px;
}

.author-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 7px 0;
}

.author-name a {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.author-name a i {
  color: var(--theme-color);
  margin-right: 5px;
}

.author-comment a {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.author-comment a i {
  color: var(--theme-color);
  margin-right: 5px;
}

.author-name a:hover,
.author-comment a:hover {
  color: var(--theme-color);
}

#blog-devided .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -45px;
  right: 0;
}

#blog-devided .owl-next i {
  background: #e6e9ec;
  padding: 5px 11px;
  color: #000;
  font-size: 18px;
}

#blog-devided .owl-prev i {
  background: #e6e9ec;
  padding: 5px 11px;
  color: #000;
  font-size: 18px;
}

#blog-devided .owl-next i:hover,
#content-blog .owl-prev i:hover {
  color: #fff;
  background: var(--theme-color);
}

.slider-mar {
  margin-top: 50px;
}

.main-resent-post {
  margin-top: 100px;
}

.resent-img {
  overflow: hidden;
  position: relative;
}

.resent-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.resent-img img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.resent-catagory {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--theme-color);
  padding: 4px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  text-transform: uppercase;
}

.resent-catagory:hover {
  color: var(--theme-color);
  background: #000;
}

.resent-details {}

.resent-details h3 a {
  color: #000;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.resent-details h3 a:hover {
  color: var(--theme-color);
}

.resent-details ul li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 35px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.resent-details ul li a {
  color: var(--theme-color);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.resent-details ul li a:hover {
  color: #000;
}

.resent-details p {
  margin-top: 25px;
  margin-bottom: 40px;
}

.mar-area {
  padding: 10px 12px;
}

.resent-item {
  margin-bottom: 50px;
}

.resent-button {
  text-align: center;
  margin-top: 100px;
}

/*----------------------------------
         09 Blog-single
 * --------------------------------*/

/* --------------------------
      ##Banner Area
 ----------------------------*/
#blog-single {
  background: #fff;
  position: relative;
  padding: 100px 0;
}

.blog-single-details {
  position: relative;
}

.single-img {
  overflow: hidden;
}

.single-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

.single-img img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-author {
  margin: 30px 0px;
}

.blog-author ul li {
  display: inline-block;
  margin-right: 35px;
  font-size: 16px;
  color: #5d6671;
  font-weight: 500;
}

.blog-author ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}

.blog-author ul li a {
  color: #5d6671;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.blog-author ul li a:hover {
  color: var(--theme-color);
}

.single-items-details {}

.single-items-details h3 {
  position: relative;
  padding-bottom: 20px;
}

.single-items-details h3:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 130px;
  background: var(--theme-color);
  left: 0;
  bottom: 0;
}

.single-items-details h3 {
  color: #000;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.single-items-details p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

.blog-single-details blockquote {
  background: #f6f9fd;
  padding: 45px 35px;
  margin-top: 30px;
  font-weight: 200;
  font-style: italic;
  position: relative;
}

.blog-single-details blockquote:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--theme-color);
  left: 0;
  top: 0;
}

.blog-single-details blockquote p {
  color: var(--theme-color);
}

.blog-sub-details {
  margin-top: 30px;
}

.blog-sub-details h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}

/* --------------------------
  ##Blog-Single Inner Content 
-----------------------------*/

.sub-img-area {
  position: relative;
  overflow: hidden;
}

.sub-img-area img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.sub-img-area img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sub-para {}

.sub-para p {
  margin-bottom: 20px;
}

.full-descreption {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.full-img {
  position: relative;
  overflow: hidden;
}

.full-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.full-img img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.full-para p {
  margin-top: 30px;
  color: #5d6671;
}

.share-area-post {
  background: white;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 8px -5px #1da1f2;
  box-shadow: 0px 0px 8px -5px #1da1f2;
}

.share-area-post ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 140px;
  margin: 0 10px;
}

.soical-icon {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.soical-icon:hover {
  color: var(--theme-color);
}

.share-area-post ul {
  text-align: center;
  padding: 30px 0;
}

.soical-icon i {
  color: #fff;
  margin-right: 10px;
}

.facebook {
  background: #3b5998;
}

.twitter-s {
  background: #1da1f2;
}

.pinterest {
  background: #bd081c;
}

.instagram-s {
  background: #f74667;
}

.share-area-heading {
  border-bottom: 3px solid #f6f9fd;
  padding: 20px 50px;
}

.comments-area {
  margin-top: 50px;
}

.comments-area-hrading h3 {
  padding-bottom: 20px;
  position: relative;
}

.comments-area-hrading h3:after {
  content: "";
  position: absolute;
  background: var(--theme-color);
  height: 5px;
  width: 130px;
  left: 0;
  bottom: 0;
}

.comment-items ul li {
  border-bottom: 3px solid #f6f9fd;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments-img {
  width: 11%;
}

.comments-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.comments-details {
  padding-left: 20px;
}

.comment-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.replay-area a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.replay-area a:hover {
  color: var(--theme-color);
}

.replay-area a img {
  width: 20px;
  margin-right: 5px;
}

.comment-date p {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
}

.comment-para p {
  margin-top: 15px;
  font-size: 16px;
}

.padding-area {
  padding-left: 60px !important;
}

.add-comments-area {
  margin-top: 30px;
}

.add-comments-area p {
  margin-top: 10px;
}

#comments .form-control {
  border: none;
  background: #f6f9fd;
  height: 50px;
  border-radius: 0;
  font-size: 15px;
  padding: 20px;
}

#comments textarea {
  height: auto !important;
}

.comments-button {
  margin-top: 35px;
}

#comments {
  margin-top: 30px;
}

/*-------------------------
 	##. Error page
 * -----------------------*/

#error-area {
  padding: 150px 0;
  position: relative;
  background: #fff;
}

.error-content {
  text-align: center;
}

.error-content h2 {
  margin-top: 50px;
  font-size: 46px;
  color: var(--theme-color);
}

.error-content p {
  margin-top: 30px;
  margin-bottom: 70px;
}

.error-content a {
  margin-top: 50px;
}

.error-content a:hover {
  background: var(--theme-color);
}

.service-box-two h3 a {
  color: #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.service-box-two:hover h3 a {
  color: var(--theme-color);
}

/*------------------------------
       ##. Preeloder Area
 * ---------------------------*/

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

#preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999999;
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 41%;
  margin-top: -35px;
  margin-left: -35px;
}

#status {
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(41%);
  -ms-transform: translateY(41%);
  transform: translateY(41%);
}