/*
	

    [Table of contents]


        01. header
        02. navbar
        03. mobile-nav
        04. mobile-nav.desktop-menu
        05. menu-start svg
        06. Search Popup
        07. btn
        08. hero-section-one
        09. Go To Top
        10. heading
        11. experience
        12. director-renewable
        13. count-style
        14. services
        15. need-expert
        16. phone-number
        17. sustainable-section
        18. heading.two
        19. swiper.project-slider
        20. section-fun-facts
        21. nav-c-slider
        22. blog
        23. partner
        24. footer
        25. subscribe
        26. widget-title
        27. recent-news
        28. footer-bottom
        29. header two
        30. hero-section-two
        31. solar-solution
        32. section-sustainable
        33. progressbar
        34. tab-two-style
        35. battery-energy
        36. team
        37. pricing 
        38. blog-two
        39. section-questions
        40. accordion
        41. footer two
        42. image gallery footer
        43. hero-section-three
        44. services-three
        45. solar-power-save
        46. accordion.two

        51. section-need-expert
        52. bannr
        53. breadcrumb
        54. our blog
        55. pagination
        56. recent-post
        57. instagram-posts
        58. ul.categories
        59. recent-post.comments
        60. meta
        61. blog-details
        62. share-this
        63. quote
        64. comment
        65. form.leave input
        66. our-projects
        67. ecosystem
        68. company-history
        69. content-page
        70. nice-select
        71. content-page-info
        72. solar-farm
        73. section-project-details
        74. business-plan
        74. services-details
        76. our-projects-two
        77. 404 pag
        78. footer404
        79. Preloader
        

-----------------------------------------------------------------------------------*/
/* General Style */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-colour: #2388d0;
    --common-colour: #87ab42;
}

body {
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 3000px) and (min-width: 1400px){
   .container {
        max-width: 1400px;
    }
} 
p {
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
a,h1,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover {
	color: var(--theme-colour);
}
img {
	width: 100%;
}
h1{
    font-size: 70px;
}
h2 {
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img{
    object-fit: cover;
}
section {
    background-repeat: no-repeat;
    background-size: cover;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
    margin-bottom: 0;
}

/* 01. header */
header {
    position: absolute;
    width: 100%;
    z-index: 1111;
}
.top-bar {
	background: var(--theme-colour);
	color: #FFF;
	position: relative;
	display: block;
}
.top-bar:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: linear-gradient(to right, rgba(0,0,0,0.2) , rgba(255,255,255,0.2));
}
.top-bar-slid {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 5px 0px;
}
.phone span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
}
header .phone a {
    margin-right: 20px !important;
    color: #fff;
}
header .phone a:hover {
    color: var(--theme-colour);
}
.phone {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    color: #FFF;
    font-size: 13px;
}
.phone i {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    font-size: 18px;
    border-radius: 3px;
    color: #FFF;
}
.phone i svg {
    width: 22px;
    fill: #fff;
    height: auto;
}
.phone-data{
    display: flex;
    position: relative;
}
.phone-data:before {
    position: absolute;
    content: "";
    width: 56vw;
    height: 56px;
    top: -6px;
    border-radius: 50px;
    left: -8%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bottom-bar {
    padding-top: 24px;
    padding-bottom: 0px;
    border-left: 0;
    border-right: 0;
}
.bottom-bar-text {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
/* 02. navbar */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
} 
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}
.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li:not(:last-child) {
    padding-right: 20px;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-links li.navbar-dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translatey(0px);
    z-index: 1111;
}
.navbar-links li.navbar-dropdown .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatey(10px);
    left: 0;
    width: 360px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .sub-menu a {
    font-size: 14px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    border: 0;
    position: relative;
    
    color: #000;
    background-color: #FFF;
}
.navbar-links li.navbar-dropdown .sub-menu li a:hover {
    color: var(--theme-colour);
}
.navbar-links li.navbar-dropdown .sub-menu li {
    position: relative;
    padding: 0;
}
.navbar-links li.navbar-dropdown .sub-menu li:before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
	right: 25px;
    bottom: 0;
    left: 25px;
}

.navbar-links li:hover > a {
    border-bottom: 5px solid var(--theme-colour);
}
.navbar-links li > a {
    border-bottom: 5px solid transparent;
    color: white;
    
    font-size: 18px;
    font-weight: 500;
}

.navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
    opacity: 1;
}
.navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    border-left: 3px solid var(--theme-colour);
    opacity: 0;
    top: 20%;
}
a.search-btn svg {
    width: 22px;
    height: auto;
    display: flex;
    fill: #fff;
}
.navbar-links li > a i {
    padding-right: 6px;
}
.menu-end a.search-btn {
    margin-right: 34px;
    margin-left: 6px;
}
.menu-end a.search-btn i {
    color: #fff;
    font-size: 24px;
}
.menu-end #show {
    margin-right: 15px;
}
.social-media-text a {
    color: #fff;
    margin-right: 5px;
    position: relative;
}

.social-media-text a i {
	color: #FFF;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.social-media-text a:hover {
    color: var(--theme-colour);
}
@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;  }
}
.box form.message .nice-select:before {
    right: 7%;
}
.menu-end {
    display: flex;
    align-items: center;
}
header .line {
    display: block;
    width: 1px;
    height: 14px;
    background-color: black;
    margin: 0px 12px;
}
/* 03. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #262728;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;   
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    transform: rotate(90deg);
    color: var(--theme-colour);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #ffffff6b;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child) {
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.mobile-nav > ul li > a {
    font-size: 14px;
    line-height: 26px;
    
    color: #fff;
}
.mobile-nav > ul > li > a {
    font-size: 16px;
    line-height: 30px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translatey(15px);
    -webkit-transform: translatey(15px);
    -moz-transform: translatey(15px);
    -o-transform: translatey(15px);
    border-top: 2px solid rgba(255,255,255,0.6);
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transition: .5s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: 250px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
    background-color: var(--theme-colour);
}
.res-log {
    margin-bottom: 30px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 28px;
}
.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 24px;
}
.bar-menu {
    z-index: 1;
    display: none;
}
.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.bar-menu i {
    margin-right: 20px;
    font-size: 26px;
}
/* 04. mobile-nav.desktop-menu */
.mobile-nav.desktop-menu {
    width: 500px;
    padding: 40px;
}
.mobile-nav.desktop-menu h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.mobile-nav.desktop-menu .social-medias a,
.mobile-nav.desktop-menu p,
.mobile-nav.desktop-menu .des {
    color: #000;
}
.mobile-nav.desktop-menu .social-medias a {
    font-size: 16px;
    position: relative;
    margin-right: 30px;
}
.mobile-nav.desktop-menu .social-medias {
    margin-top: 23px;
}
.mobile-nav.desktop-menu .social-medias a:before,
.mobile-nav.desktop-menu .social-medias a:after {
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mobile-nav.desktop-menu .social-medias a:before {
    border-bottom: 1px solid #6a6a6a;
    width: 100%;
}
.mobile-nav.desktop-menu .social-medias a:after {
    width: 0;
    border-bottom: 1px solid;
}
.mobile-nav.desktop-menu .social-medias a:hover:after {
    width: 100%;
}
.mobile-nav.desktop-menu h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
}
.mobile-nav.desktop-menu .des {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.mobile-nav.desktop-menu .num {
    margin-bottom: 5px;
}
.mobile-nav.desktop-menu .adrs {
    width: 80%;
}
.mobile-nav.desktop-menu img {
    width: 100%; 
}
#desktop-menu {
    display: block;
}
.mobile-nav.desktop-menu {
    background-color: #000;
}
.mobile-nav.desktop-menu h2 ,.mobile-nav.desktop-menu h3,
.mobile-nav.desktop-menu .social-medias a  {
    color: #fff;
}
.mobile-nav.desktop-menu .des,
.mobile-nav.desktop-menu .num a,
.mobile-nav.desktop-menu .adrs {
    color: #999;
}
/* 05. menu-start svg */
.menu-start svg {
    fill: white;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.menu-start svg:hover .line2 {
    stroke-dasharray: 57 40; 
}
.menu-start.open svg:hover .line2 {
    stroke-dasharray: 0 40;
}
.mobile-nav.desktop-menu img:hover {
    transform: scale(1.2);
}
.line {
  fill: none;
  stroke: white;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.line2 {
    stroke-dasharray: 34 40;
    stroke-width: 3;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}
.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}
.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.teklifbuton {
	display: inline-block;
	line-height: 70px;
	padding: 0px 40px;
	background: var(--theme-colour);
	border-radius: 35px;
	font-size: 18px;
	font-weight: 800;
	color: #FFF;
}
.teklifbuton:hover {
	background: #111;
	color: #efefef;
}
/* 07. btn */
.btn {
    font-size: 18px;
    line-height: 65px;
    padding: 0px 60px;
    border-radius: 0px;
    font-weight: 900;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0;
    right: 0;
    color: #FFF;
    border-radius: 3px;
    background-color: var(--theme-colour);
    transition: .4s all;
}

.btn:hover {
    background-color: var(--common-colour);
    color: #fff;
}


/* 08. hero-section-one */

.sliderbuton {
	line-height: 70px;
	display: inline-block;
	padding: 0px 50px;
	border-radius: 35px;
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
	background: var(--theme-colour);
	border: 1px solid var(--theme-colour);
	transition: all 0.3s ease;
}
.sliderbuton:hover {
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
}
.hero-section-one {
    position: relative;
    background-position: center;
    height: 850px;
}
.hero-section-one .container {
	position: relative;
	top: 50%;
	transform: translateY(-40%);
}




.hero-section-two .hero-text h2 ,
.hero-section-one .hero-text h2 {
     opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(-20px); 
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
} 
.slick-active .hero-text h2, 
.hero-section-one.swiper-slide.swiper-slide-active .hero-text h2 {
    opacity: 1;
    visibility: visible;
    transition-delay: .8s;
    transform: translateY(0)
}
.hero-two-slider span,
.hero-section-one .text {
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	transform: translateX(-50px);
	padding: 35px 0px;
	font-size: 22px;
	font-weight: 400;
} 
.slick-active  span,
.hero-section-one.swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.3s;
    transform: translateX(0)
}
.slick-list.draggable {
    margin: 0;
    width: 100%;
}
.link-box { 
    opacity: 0;
    transition: all .5s ease;
    transition-delay: 2s;
    transform-origin: bottom; 
}
.hero-section-one.swiper-slide-active .link-box,
.slick-active .link-box {
    opacity: 1;
} 
@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;  }
}
@keyframes fadeInout {
  0% {
    opacity: 0;
    -webkit-transform: translateX( 100px);
    transform: translateX( 100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX( 80px);
    transform: translateX( 80px);  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;  }
}
@keyframes scale {
  0% {
    transform: scaley(0); 
  } 
  100% {
    transform: scaley(1);
   }
}
.swiper.hero-one-slider .swiper-pagination {
    position: absolute;
    left: 12%;
    width: fit-content;
    bottom: 11%;
    margin: 0;
}
.swiper.hero-one-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-color: white;
    opacity: 1;
}
.hero-one-slider .swiper-button {
	padding: 0px 20px;
	top: 50%;
	transform: rotateY(-50%);
}
.hero-section-one:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, rgba(0,0,0,0.75), rgba(0,0,0,0.05));
    content: "";
    top: 0;
    left: 0;
}
.hero-img {
    text-align: center;
    position: relative;
    padding-top: 17px;
}
.hero-img img {
    position: relative;
    padding-left: 30px;
    z-index: 1;
}
.hero-text {
    position: relative;
}
.hero-text h2 {
    color: #fff;
    font-weight: bold;
}
.hero-text p {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    margin: 25px 0px;
    display: block;
}
 
/* 10. heading */
.heading {
    text-align: center;
}
.heading img {
    display: block;
    margin: auto;
    margin-bottom: 24px;
}
.heading {
    width: 68%;
    margin: auto;
    padding-bottom: 50px;
}
.heading span {
    
    font-weight: 900;
    color: var(--common-colour);
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block;
}
.heading h2 {
    font-weight: 800;
} 
.hover-img figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-img:hover figure img {
    margin-left: 0;
} 
/* 11. experience */
.experience h3 {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
    color: var(--common-colour);
}
.experience p {
    padding-bottom: 30px;
    width: 87%;
}
.experience-img {
    position: relative;
}

/* 14. services  */
.services h3 a {
    display: inline-block;
    font-size: 26px;
    font-weight: 800;
    position: relative;
}
.services:hover i {
    outline-color: var(--common-colour);
}
.services a i {
    width: 60px;
    height: 60px;
    background-color: #ECECEC;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    transform: rotate(0deg);
} 
.services {
    border: 1px solid #999999;
    padding: 0 40px;
    margin-top: 45px;
    margin-bottom: 48px;
    position: relative;
}
.services > img {
    margin-left: -41px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}
.services p {
    padding-top: 12px;
    padding-bottom: 22px;
    position: relative;
    font-size: 16px;
}
.services > i {
    position: relative;
    z-index: 11;
    font-size: 44px;
    margin-bottom: 23px;
    width: 100px;
    height: 100px;
    background-color: var(--common-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #fff;
    outline: 3px solid #ffcc12;
    margin-top: -45px;
    color: #fff;
}
.services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    right: 0;
    z-index: 0;
    bottom: 0;
    background-image: url(../img/produce-background.jpg);
    background-size: cover;
}
.services:hover:before {
    height: 100%;
}
.services:hover a,.services:hover p {
    color: #fff;
}
.services a:hover {
    color: var(--theme-colour);
} 
.services a i:hover {
    transform: rotate(45deg);
}
.services:hover a i {
    background-color: var(--theme-colour);
}

/* 18. heading.two */
.heading.two {
    margin: 0;
    width: 100%;
    text-align: start;
    position: relative;
}
.heading.two img {
    display: inline-block;
    margin: 0;
    margin-right: 12px;
}
.heading.two span {
    display: inline;
}
.heading.two h2 {
    padding-top: 10px;
}
/* 19. swiper.project-slider */
.swiper.project-slider {
    padding-top: 140px;
    margin-top: -140px;
}
.swiper-button {
    align-items: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 60px);
    height: 60px;
    z-index: 11;
    margin: 0px 30px;
}
.hero-one-slider .swiper-button-next, .hero-one-slider .swiper-button-next i, .hero-one-slider .swiper-button-prev, .hero-one-slider .swiper-button-prev i{
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	background: var(--theme-colour);
	color: #FFF;
	border-radius: 50%;

}
.swiper-button-next {
	position: absolute;
	top: 0px;
	right: 0px;
}
.projects {
    width: 94%;
    position: relative;
}
.projects a {
    font-size: 24px;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 16px;
    display: block;
    line-height: 34px;
}
.projects span {
    font-size: 14px;
    
    padding-top: 4px;
    display: block;
    font-weight: 600;
}
.projects > a:hover {
    color: var(--common-colour);
}
.projects h5 {
    font-size: 20px;
    font-weight: 800;
    color: var(--common-colour);
}
.projects img {
    width: 100%;
}
.project-img {
    position: relative;
}
.project-img:before {
    position: absolute;
    width: 100%;
    background-color: #00000050;
    height: 25%;
    opacity: 0;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
}
.projects:hover .project-img:before {
    height: 100%;
    opacity: 1;
}
.project-img > a {
    z-index: 11;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: var(--theme-colour);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    padding: 0;
}
.project-img > a:hover {
    color: #fff;
    transform: rotate(45deg);
    background-color: var(--common-colour);
}
.project-img > a i {
    display: contents;
}
.project-img img.bolt-img {
    position: absolute;
    bottom: 0;
    width: 80%;
    right: 0;
    height: auto;
    z-index: 11;
    transform: scale(0);
}
.projects:hover .project-img img.bolt-img {
    transform: scale(1);   
}
/* 20. section-fun-facts */
.section-fun-facts {
    padding-top: 80px;
}
.fun-facts {
    display: flex;
    align-items: center;
    border: 1px solid #D1D1D1;
    padding: 22px 0;
    margin-left: 40px;
    position: relative;
    width: 85%;
    background-color: #fff;
}
.fun-facts:hover {
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.15);
}
.fun-facts h2 {
    font-weight: 900;
    font-size: 50px;
}
.fun-facts i {
    width: 110px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    margin-left: -40px;
    margin-right: 30px;
    font-size: 60px;
}
.fun-facts:hover i {
    color: #fff;
    background-color: var(--common-colour);
}
.fun-facts span {
    font-weight: 700;
    color: #000;
}
.fun-facts h2 span {
    font-weight: 900;
}
.fun-facts img {
    position: absolute;
    right: 0;
    bottom: 0;
}
ul.star {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 28px;
    gap: 5px;
    color: var(--common-colour);
}
.customer h5 {
    font-size: 18px; 
}
.customer {
    padding-top: 30px;
}
/* 21. nav-c-slider */
.nav-c-slider img {
    border-radius: 50%;
    margin: 7px;
    margin-bottom: 2px;
}
.nav-c-slider {
    width: 82%;
}
a.next-slide.nav-active img {
    border: 5px solid var(--theme-colour);
    padding: 5px;
    width: 110px;
}
a.next-slide.nav-active {
    position: relative;
}
.section-customer {
    padding-top: 300px;
}
.section-customer .heading {
    padding-bottom: 30px;
}

.c-slider {
    background-color: var(--common-colour);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 106px;
}
.c-slider img {
    margin: auto;
    padding-top: 130px;
}
.c-slider .slick-list {
    text-align: center;
}
.c-slider .slick-list p {
    font-size: 32px;
    line-height: 43px;
    color: #fff;
}
.c-slider .slick-list h3 {
    padding-top: 26px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 4px;
}
.c-slider .slick-list h5 {
    font-size: 16px;
    color: #fff;
    
}
.slick-list {margin: auto;width: 85%;text-align: center;}



/* 24. footer */
footer {
    position: relative;
    padding: 75px 0px 0px 0px;
    background: #101010;
}

/* 25. subscribe */
.subscribe h3{
    font-size: 30px;
    color: #fff;
    
    font-family: var(--common-font);
    font-weight: 900;
    margin-bottom: 0;
}
.subscribe p {
    color: #FAFAFA;
    padding-top: 24px;
}
.footer-top {
    background-color: var(--common-colour);
    padding: 80px 0;
    z-index: 111;
}
.subscribe input {
    margin-bottom: 0;
    width: 63%;
    height: 56px;
    padding-left: 20px;
    outline: none;
    background-color: #ffffff;
    border-radius: 4px;
    color: #444;
    margin-right: 20px;
    border-radius: 0;
}
.subscribe input::placeholder {
    color: #444;
}
.footer-top {
    background-color: var(--common-colour);
    z-index: 111;
    position: relative;
    margin-bottom: 100px;
}
.subscribe form {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 14px;
}
.logo {
	width: 314px;
	height: 70px;
	display: block;
	background: url(../../img/logo.svg);
	margin-right: 30px;
	background-size: cover;
}
.logo p, .logo h1 {
	width: 294px;
	height: 70px;
	display: block;
	text-indent: -9999px;
}
.logo p a, .logo h1 a {
	width: 294px;
	height: 70px;
	display: block;
}
.footer-top:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;
    height: 100%;
    background-color: var(--common-colour);
    right: 100%;
    z-index: -2;
}
.widget-title {
    position: relative;
    z-index: 111;
}
/* 26. widget-title */
.widget-title h3 {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    
    margin-bottom: 0;
}
.widget-title .boder {
    width: 60px;
    height: 3px;
    margin-bottom: 35px;
    background-color: var(--common-colour);
}
.widget-title ul {
    display: flex;
    flex-wrap: wrap;
}
.widget-title ul li {
    width: 50%;
} 
.widget-title li a {
    color: #e8e8e8;
    margin-left: 15px;
    padding-bottom: 6px;
}
.widget-title ul li:not(:last-child){
    padding-bottom: 20px;
}
.widget-title li i {
    color: #9E9E9E;
}
.get-in-touch {
    position: relative;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}
.get-in-touch svg {
    fill: #ffee02;
    height: auto;
}
.get-in-touch i {
    background-color: var(--theme-colour);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    margin-right: 20px;
}
.get-in-touch span {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    padding-bottom: 3px;
    display: block;
    font-size: 14px;
    width: 67%;
} 
.get-in-touch h6{
    font-size: 16px;
}
.get-in-touch h6 a{
    padding-bottom: 4px;
}
.get-in-touch h6 a,.get-in-touch a,.footer-bottom-text ul a,.get-in-touch span,.get-in-touch h6,.footer-bottom-text h6{
    color: #fff;
}
.get-in-touch h6 a:hover,.widget-title li a:hover, .get-in-touch a:hover {
    color: var(--theme-colour);
}
/* 27. recent-news */
ul.recent-news {
    display: block;
}
ul.recent-news li {
    display: flex;
    align-items: center;
    width: 100%;
}
ul.recent-news li a {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    display: block;
}
ul.recent-news li span {
    font-weight: 800;
    color: var(--common-colour);
    font-size: 14px;
    
    display: block;
    padding-bottom: 4px;
}
ul.recent-news li figure {
    margin-right: 20px;
} 
/* 28. footer-bottom */
.footer-bottom {
    position: relative;
    border-top: 1px solid #383838;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 11;
}
.footer-bottom a {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1;
}
/**************************************************************
                         home two 
 ************************************************************* /

/* 29. header two */
header.two {
    position: relative;
    background-color: var(--common-colour);
    padding-bottom: 15px;
}
header.two .header-logo {
    background-color: #fff;
    padding: 14px 25px;
    margin-bottom: -25px;
}
header.two a.btn:hover {
    background-color: #fff;
    color: #000;
}
header.two a.btn:hover:before {
    background-color: #000;
}
/* 30. hero-section-two */
.hero-section-two .hero-text {
    position: relative;
    z-index: 22; 
    text-align: left;
}
.hero-section-two .hero-text h2 {
    color: #000;
    padding-bottom: 30px;
}
.hero-section-two .hero-text span {
    font-weight: 900;
    color: var(--common-colour);
    font-size: 18px;
    padding-bottom: 16px;
    display: block;
}
.hero-section-two .hero-img img {
    margin-left: -48%;
}
/* 31. solar-solution */
.solar-solution img {
    border-radius: 50%;
    border: 7px solid #4440;
    outline: 7px solid var(--theme-colour);
}
.solar-solution:hover a i {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}
.solar-solution {
    text-align: center;
}
.solar-solution i {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: -45px;
    z-index: 11;
    position: relative;
    border: 8px solid #fff;
    font-size: 45px;
}
.solar-solution a i {
    color: #999;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    padding-top: 20px;
    background-color: transparent;
    font-size: 20px;
    margin: auto;
}
.solar-solution a {
    font-size: 22px;
    font-weight: 800;
    
    color: #000;
    padding-bottom: 8px;
    display: block;
}
.solar-solution:hover > i {
    background-color: var(--common-colour);
    transform: rotate(360deg);
    color: #fff;
}
.solar-solution a:hover {
    color: var(--common-colour);
}
.solar-solution:hover i {
    background-color: var(--common-colour);
}
.solar-solution:hover > img {
    border: 7.5px solid var(--common-colour);
    outline: none;
}
.solar-solution a img {
    border: 0;
    outline: none;
    border-radius: 0;
    margin-top: 30px;
}
/* 32. section-sustainable */
.section-sustainable {
    padding: 35px 0;
}
.section-sustainable .heading h2 {
    color: #fff;
}
.sustainable-text p {
    color: #CECECE;
    width: 90%;
}
.sustainable-text {
    width: 94%;
    margin-left: auto;
}
/* 33. progressbar */
.progressbar {
    display: inline-block;
    width: 58px;
    margin-right: 134px;
}
.circle {
    width: 166px;
    height: 163px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
}
.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
}    
.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    transform: translate(10px, 10px);
    font-weight: bold;
    margin-top: -30px;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: black;
    margin-top: 12px;
}
.circle:before {
    content: "Marketing";
    position: absolute;
    top: 65%;
    right: 17%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.circle.two:before {
    content: "Save Energy";
}
.circle.three:before {
    content: "Development";
}
.progresbar {
    padding-bottom: 50px;
}
/* 34. tab-two-style */
.tab-two-style.nav-pills .nav-link {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: self-start;
    border: 0;
    background-color: transparent;
    padding: 24px 0;
    border-bottom: 1px solid #999999;
    margin: 0;
}
.tab-two-style.nav-pills .nav-link span {
    width: 100%;
    background-color: transparent;
    height: auto;
    margin: 0;
    justify-content: start;
    font-size: 28px;
    padding-left: 24px;
    width: 90%;
}
.tab-two-style div#v-pills-tab {
    border-top: 1px solid #999;
}
.tab-two-style.nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 6px solid var(--common-colour);
    color: #000 !important;
}
.tab-two-style.nav-pills .nav-link span {
    width: 79%;
    background-color: transparent;
    text-align: left;
    height: auto;
    margin: 0;
    padding-left: 20px;
}
.tab-two-style.nav-pills .nav-link {
    border-bottom: 1px solid #999;
    padding: 25px 0;
    display: flex;
    align-items: flex-start;
}
.tab-two-style.nav-pills .nav-link span {
    transform: translateY(-2px);
}
.tab-two-style {
    border-top: 1px solid #999;
}
.tab-two-style.nav-pills .nav-link.active {
    background-color: transparent;
    color: var(--common-colour);
    border-bottom: 6px solid var(--common-colour);
}
.tab-two-style.nav-pills .nav-link.active span {
    color: var(--common-colour);
}
.tab-content.tab-two-style {
    position: relative;
    width: 96%;
    margin-left: auto;
}
#v-pills-tabContent {
    border: 0;
}
.tab-content.tab-two-style:before {
    content: "";
    position: absolute;
    width: 91%;
    height: 103%;
    background-color: var(--common-colour);
    right: 17px;
    top: -4%;
}
/* 35. battery-energy */
.battery-energy {
    width: 88%;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 120px;
}
.tab-content.tab-two-style .tab-img {
    position: relative;
    width: 93%;
    margin-right: auto;
}
.battery-energy, .battery-energy p {
    position: relative;
    color: #fff;
}
.battery-energy .d-flex.align-items-center {
    justify-content: space-between;
    margin-top: 50px;
}
.battery-energy i {
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
}
.battery-energy i:hover {
    transform: rotate(45deg);
    background-color: var(--theme-colour);
}
.battery-energy h6 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}
/* 36. team */
.team {
    position: relative;
    border: 1px solid #999999;
    padding: 40px;
    width: 90%;
    padding-bottom: 0;
    margin: auto;
    overflow: hidden;
}
.team img {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
.team .phone {
    z-index: 111;
}
.pricing-heading .phone:hover i,
.team .phone:hover i {
    background-color:  var(--common-colour);
    color: #fff;
}
.team .phone a {
    color: #000;
    font-weight: 800;
}
.team > svg {
    position: absolute;
    right: 0;
    width: 90%;
}
.team h4 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 4px;
}
.team a h4:hover {
    color: var(--theme-colour);
}
.team h6 {
    font-weight: 800;
    
    padding-bottom: 16px;
    color: var(--common-colour);
}
.team:hover {
    border-color: var(--theme-colour);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.15);
}
.team:hover > svg {
    filter: brightness(0) saturate(100%) invert(76%) sepia(86%) saturate(1125%) hue-rotate(348deg) brightness(101%) contrast(104%);
}
.pricing-heading .phone a:hover,
.team .phone a:hover {
    color: var(--common-colour);
}
.team ul.social-media {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 30%;
}
.team:hover img {
    transform: scale(1.1);
}
.team:hover ul.social-media {
    opacity: 1;
    bottom: 20px;
}
ul.social-media li a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--common-colour);
}
ul.social-media li a:hover {
    background-color: var(--theme-colour);
    color: #000;
}
ul.social-media {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    z-index: 111;
}



/* 41. footer two */
footer.two:before {
    display: none;
}
.footer-top-two {
    position: relative;
    padding-top: 120px;
    padding-bottom: 150px;
}
.footer-top-two:before {
    background-color: #000000de;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
footer.two .logo {
    position: relative;
}
footer.two p {
    font-size: 16px;
}
footer.two .subscribe {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
footer.two .subscribe > div {
    display: flex;
}
footer.two .subscribe > div p {
    padding-top: 2px;
}
footer.two .subscribe > div i {
    margin-right: 16px;
}
footer.two .subscribe form {
    width: 50%;
    justify-content: end;
    margin: 0;
}
footer.two .footer-bottom-text h6,
footer.two .subscribe h3,footer.two .subscribe p,footer.two .subscribe input,footer.two .subscribe input::placeholder {
    color: #000;
}
footer.two .footer-bottom-text ul li a {
    color: #444444;
}
footer.two .footer-bottom-text ul li a:hover {
    color: var(--common-colour);
}
footer.two .subscribe input {
    border: 1px solid #999999;
}
footer.two .footer-bottom {
    border: 0;
    margin-top: 80px;
}
/* 42. image gallery footer */
ul.image-gallery {
    transform: translateY(-70px);
    z-index: 1;
    margin-bottom: -30px;
}
ul.image-gallery li figure {
    object-fit: cover;
    position: relative;
}
ul.image-gallery li figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: var(--common-colour);
}
ul.image-gallery li figure:hover:before{
    opacity: .8;
    height: 100%;
}
ul.image-gallery li figure,
ul.image-gallery li figure img {
    width: 194px;
    height: 140px;
}
ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}
/**************************************************************
                         home three 
 ************************************************************* /
/* 43. hero-section-three */
.hero-section-three {
    padding-top: 220px;
    position: relative;
    overflow: visible;
    margin-bottom: 20px;
}
.hero-section-three:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000d1;
}
.hero-three-text {
    position: relative;
    margin-bottom: 12px;
}
.swiper.hero-three-slider {
    transform: translateY(50px);
    margin-top: -50px;
}
.swiper.hero-two-slider .swiper-pagination,
 .swiper.hero-three-slider .swiper-pagination {
    position: absolute;
    right: 0;
    width: fit-content;
    bottom: 15%; 
}
.swiper.hero-three-slider .swiper-pagination {
    left: 12%;
}
.swiper.hero-two-slider .swiper-pagination {
    left: 20px;
}
.swiper.hero-two-slider .swiper-pagination-bullet,
.swiper.hero-three-slider .swiper-pagination-bullet {
    width: 16px;
    border-radius: 0;
    background-color: transparent;
    border: 6px solid #666;
    height: 16px;
}
.swiper.hero-two-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper.hero-three-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-colour);
    border-color: var(--theme-colour);
}
.hero-three-text h1 {
    color: #fff;
    font-size: 80px;
    
    font-weight: 900;
    width: 90%;
    padding-bottom: 60px;
}
.hero-three-text h1 span {
    position: relative;
    z-index: 11;
}
.hero-three-text h1 span:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: var(--common-colour);
    height: 20px;
    bottom: 16px;
    z-index: -1;
}
.hero-three-img {
    display: flex;
}
.hero-three-img p {
    color: #fff;
    width: 64%;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 20px;
}
.hero-three-img img {
    margin-bottom: -50px;
    z-index: 11;
    position: relative;
}
.hero-three-img img { 
    transform: scaleY(0);
    transition: all .5s ease; 
    transform-origin: bottom; 
}
.swiper-slide-active .hero-three-img img {
    transform: scale(1)
}
.hero-section-three .hero-three-text {
    opacity: 0;
}
.hero-section-three.swiper-slide.swiper-slide-visible.swiper-slide-active,
.hero-section-three.swiper-slide-active .hero-three-text {
    opacity: 1 !important;
}
/* 44. services-three */
.services-three {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 15%, 100% 15%, 100% 85%, 0 85%);
}
.services-three:before {
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    top: 0;
    opacity: .4;
    position: absolute;
}
.services-three.active { 
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}
.services-three.active .services-text {
    bottom: 7%;
}
.services-text {
    position: absolute;
    bottom: -16%;
    width: 89%;
    left: 34px;
}
.services-three.active span {
    bottom: 0;
}
.services-three.active p,.services-three.active a i {
    opacity: 1;
}
.services-three a h4 {
    color: #fff;
    font-size: 34px;
    padding-bottom: 10px;
    font-weight: 700;
}
.services-three p {
    color: #c5c5c5;
    padding-bottom: 10px;
    opacity: 0;
}
.services-three span {
    position: absolute;
    right: -5px;
    bottom: 79px;
    font-size: 200px;
    line-height: 133px;
    font-weight: 800;
    color: #FBC50B50;
}
.services-text a i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--common-colour);
    border-radius: 50%;
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
    opacity: 0;
}
.services-three:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.services-three:hover span {
    bottom: 0;
}
.services-three:hover p,.services-three:hover i {
    opacity: 1;
}
.services-three:hover .services-text {
    bottom: 7%;
}
.services-three a:hover h4 {
    color: var(--theme-colour);
}
.services-three a:hover i {
    background-color: var(--theme-colour);
    transform: rotate(45deg);
    color: #000;
}



/* 52. bannr */
.bannr {
    position: relative;
    padding-top: 240px;
    padding-bottom: 130px;
}
.bannr:before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
}
.bannr-text {
    position: relative;
    z-index: 1;
}
.bannr-text h1 {
    font-size: 66px;
	line-height: 60px;
	margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
}
.bannr-text p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    padding-top: 20px;
    width: 53%;
}
/* 53. breadcrumb */
.bannr-text ul li {
	color: #FFF;
	display: inline-block;
	padding-right: 30px;
	line-height: 30px;
	position: relative;
}
.bannr-text ul li:last-child, .bannr-text ul li:last-child:before {
	background: no-repeat;
	padding-right: 0px!important;
}
.bannr-text ul li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #FFF;
	right: 10px;
	top: 12px;
}
.bannr-text ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
}



 




/* 73. section-project-details */
.section-project-details {
    padding-top: 60px;
}
.project-details {
    padding-top: 40px;
}
.project-details p {
    padding-bottom: 26px;
}
.project-details h3 {
    font-size: 34px;
    font-weight: 900;
    padding-bottom: 20px;
}
.project-details ul.list-style {
    padding-bottom: 30px;
}
.project-details .hover-img {
    margin-bottom: 40px;
}
/* 74. business-plan */
.business-plan {
    background-color: #F8F8F8;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.business-plan img {
    margin-right: 12px;
}
/* 74. services-details */
.services-details i {
    margin-right: 28px;
    position: relative;
    z-index: 11;
    font-size: 44px;
    width: 100px;
    height: 100px;
    background-color: var(--common-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #fff;
    outline: 3px solid #ffcc12;
    color: #fff;
}
.services-details h3 {
    padding-bottom: 12px;
    font-weight: 800;
    
}
.services-details {
    display: flex;
    align-items: flex-start;
}
.services-details p {
    width: 90%;
}
/* 76. our-projects-two */
.our-projects-two .latest-projects {
    margin-bottom: 40px;
}
.our-projects-two .latest-projects-text {
    width: 62%;
}
.our-projects-two .latest-projects .latest-projects-battery {
    margin: 0;
    opacity: 1;
    padding-top: 18px;
}
.our-projects-two ul.pagination {
    margin: auto;
    margin-top: 40px;
}
ul.recent-news li:hover img {
    transform: scale(1.1);
}   
.project-slider .projects {
    width: 94%;
    position: relative;
    margin-bottom: 40px;
}


/* transition */
.fade,.content-page-info i svg,ol.breadcrumb a,ol.breadcrumb i,
ul.recent-news li img,.team a h4,button.error-button,.menu-start  .line2,.mobile-nav.desktop-menu img,
.services-text,.energy-projects a,.blog h2 a,ul.categories li a span,.meta a:before,.blog-img:before,
.questions-img img,.services-three,.services-three span,.services-three p,.services-three i,
.pricing-plan-list,.pricing-plan ul,.pricing-heading .phone a,.blog-two-text a,.blog-two-img img,
.solar-solution img,.solar-solution i,.solar-solution a,.solar-solution svg,.team, .energy-projects i,
.services:before,.services a i,.services a,.services p,.phone-number a,.projects a,.project-img:before,
.project-img img.bolt-img,.fun-facts,.blog figure img,.blog a,.get-in-touch h6 a, .get-in-touch a,
.widget-title li a,.footer-bottom-text ul a,.social-media-text a,ul.social-media li a,ul.social-media,
.services-three a h4,.latest-projects-text a i,.latest-projects-text,.latest-projects img,.team .phone a,
.latest-projects-text > a,.latest-projects-battery,ul.image-gallery li figure:before,.partner img,.phone a,
.services i,.fun-facts i,.phone i,.team img,.pricing-plan-top,.pricing-plan-list i,.swiper-button i,
footer.two .footer-bottom-text ul li a,.tab-two-style.nav-pills .nav-link.active,.battery-energy i,
ul.recent-post li a,ul.instagram-posts figure:before,ul.categories li a,.meta a,.comment li a,.content-page-info i,
.pagination li a,.company-history li a h4,ul.company-history li img,.content-page-info a, .tab-pane .tab-img {
    transition: .4s ease-in-out;
}



.nedenler {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.nedenler .neden {
	text-align: center;
}
.neden .nedenimg {
	width: 70px;
	height: 70px;
	background: var(--theme-colour);
}
.neden .nedenimg i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
}

.neden span {
	position: relative;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: 800;
	margin: 15px 0px;
}
.neden p {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 300;
}



.mainform {
    position: relative;
    background: #111;
    padding: 120px 0px 0px 0px;
    z-index: 0;
}
.mainform .col-md-6 {
	position: relative;
}
.mform {
    position: relative;
    background: #FFF;
    top: 0;
    left: 0;
    right: 0;
	margin-bottom: -200px;
    z-index: 1;
    display: block;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border-radius: 5px;
}
.mainformbox span {
	font-size: 50px;
	font-weight: 800;
	line-height: 1.1;
	color: #FFF;
	margin-bottom: 25px;
	display: block;
}
.mainformbox p {
	font-size: 18px;
	color: #FFF;
	font-weight: 300;
	line-height: 1.6;
}







/*--- iletişim formu ---*/
.mform span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 15px;
}
.dosyakutu {
    display: none;
}

.buton {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    line-height: 60px !important;
    color: #FFF;
    background: var(--theme-colour) !important;
    transition: all .3s
}

.buton:hover {
    background: var(--common-colour) !important
}

.form input,
.form textarea {
    width: 100%;
    padding: 15px 20px;
    line-height: 30px;
    display: block;
    margin-bottom: 25px;
    background: rgb(255 255 255 / .25);
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 5px;
    font-weight: 700
}

.dosya::file-selector-button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    padding: 0 40px;
    height: 62px;
    cursor: pointer;
    background-color: var(--theme-colour);
    color: var(--beyaz);
    border: 1px solid rgb(0 0 0 / .16);
    box-shadow: 0 1px 0 rgb(0 0 0 / .05);
    margin-right: 16px;
    transition: background-color 200ms
}

.dosya::file-selector-button:hover {
    background-color: var(--common-colour)
}

.dosya::file-selector-button:active {
    background-color: #e5e7eb
}




@media(min-width: 993px){
	.subeler {
		margin-left: 75px!important;
	}
}
.iletisim {
	position: relative;
	display: block;
	padding: 100px 0px;
}
#contact-map {
	width: calc(100% - 200px);
	position: relative;
	display: block;
	height: 600px;
	margin: 0px 100px 100px 100px;
}
#contactmap {
	position: relative;
	width: 100%;
	display: block;
	height: 500px;
}
.subeler {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: var(--theme-colour);
	border-radius: 5px;
	padding: 40px;
}

.subeler .sube {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}
.sube h2 {
}
.sube h2, .iletisim h3 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	display: block;
}
.iletisim h3 {
	margin-bottom: 30px;
}
.sube span {
	display: block;
	margin: 25px 0px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}
.sube p {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding: 10px 0px 10px 45px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 700;
}
.sube p i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111!important;
	color: var(--theme-colour);
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.sube p.rfa-home {
	padding: 0px 0px 0px 45px!important;
	line-height: 20px;
	font-size: 16px;
}
.islem {
    padding: 0;
    margin: 0 20px 0 0;
    display: inline-block !important;
    line-height: 60px !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -2px
}

.sonuc {
	padding: 0px;
    line-height: 60px !important;
    height: 60px !important;
    margin: 0px !important;
    width: calc(100% - 120px)!important;
    display: inline-block !important;
    font-weight: 700
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / .6)
}

.modal-content {
    background-color: #FFF;
    margin: 5% auto;
    padding: 40px 60px;
    border: 1px solid #888;
    width: 500px;
    position: relative;
    text-align: center
}

.modal-content p {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #111
}

.close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background: #D00;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 700;
    right: 10px;
    top: 10px
}

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







.mainservices {
	position: relative;
	display: block;
	padding: 100px 0px 50px;
	background-size: cover;
	background-position: center bottom;
}
.mainservices:before {
	position: absolute;
	display: block;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #000;
	z-index: 0;
	opacity: 0.65;
}
.mainservices:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 270px;
	bottom: 0px;
	background: #FFF;
	z-index: 0;
}
.mainservicesbaslik {
	position: relative;
	z-index: 13;
	padding-bottom: 80px;
}
.mainservicesbaslik span {
	font-size: 40px;
	font-weight: 300;
	color: #FFF;
	line-height: 1;
	display: block;
	padding: 0px;
	margin: 0px;
}
.mainservicesbaslik span b {
	display: block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
}
.mainservicesbaslik p {
	display: block;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
	color: #EFEFEF;
}
.mainservice {
	position: relative;
	display: block;
	z-index: 2;
}
.mainservice .mainserviceimg {
	width: 100%;
	min-height: 230px;
	display: block;
	overflow: hidden;
	background: #000;
	border-radius: 5px;
}
.mainservice .mainserviceimg img {
	width: 100%;
}
.mainservice:hover .mainserviceimg img {
	transform: scale(1.15);
}
.mainservice .mainservicetext {
	position: relative;
	display: block;
	padding: 15px 30px;
}
.mainservice .mainservicetext h3 {
	font-size: 22px;
	line-height: 1;
	display: block;
	font-weight: 900;
	margin-bottom: 10px;
}
.mainservice .mainservicetext p {
	font-size: 16px;
	line-height: 1.6;
	display: block;
	font-weight: 300;
}
.mainabout {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.mainabout .mainabouttitle {
	width: 100%;
	display: block;
	padding-bottom: 30px;
}
.mainabout .mainabouttitle span{
	display: block;
	font-size: 20px;
	line-height: 1;
	padding-left: 50px;
	margin: 0px;
	position: relative;
	font-weight: 300;
}
.mainabout .mainabouttitle span:before {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	left: 0px;
	top: 10px;
	background: var(--theme-colour);
}
.mainabout .mainabouttitle p {
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
}
.mainabout p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 30px;
}
.mainabout a {
	line-height: 70px;
	padding: 0px 60px 0px 85px;
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
	position: relative;
	background: var(--theme-colour);
	border-radius: 35px;
}
.mainabout a i {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0px;
	top: 0px;
	border-radius: 35px;
	line-height: 70px;
	text-align: center;
	background: rgba(0,0,0,0.2);
}
.mainabout .mainaboutimg {
	width: 100%;
	display: block;
	padding: 0px 0px 0px 100px;
}
.mainabout .mainaboutimg img {
	width: 100%;
}



.baslik {
	display: block;
	padding: 0px 7% 30px 7%;
	text-align: center;
}
.baslik span {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
}
.baslik p {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
}




.fbox span, .fabout h3 {
	display: block;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
	color: #FFF;
	margin-bottom: 30px;
}
.fabout p {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
	line-height: 1.8;
}
.flist ul {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.flist ul li {
	padding: 0px 0px 0px 15px;
	position: relative;
	line-height: 26px;
	font-size: 14px;
}
.flist ul li a {
	color: rgba(255,255,255,0.5);
	font-weight: 200;
}
.flist ul li:before {
	position: absolute;
	width: 6px;
	height: 6px;
	content: "";
	background: var(--theme-colour);
	left: 0px;
	top: 10px;
	border-radius: 3px;
}


.filetisim {
	position: relative;
	padding: 35px 30px;
	background: rgba(255,255,255,0.04);
	height: 100%;
	display: block;
	border-radius: 5px;
	margin-right: 30px;
}
.filetisim ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
.filetisim ul li, .filetisim ul li a {
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	font-weight: 300;
}
.filetisim ul li {
	position: relative;
	padding: 10px 0px 10px 45px;
	line-height: 20px;
	margin-bottom: 10px;
}
.filetisim ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background: var(--theme-colour);
	color: #FFF;
	border-radius: 50%;
	font-size: 12px;
}
.filetisim ul li.adres {
	padding: 0px 0px 0px 45px!important;
	line-height: 20px;
}

.fhizmetler ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* İki sütun */
    gap: 0px; /* Elemanlar arasındaki boşluk */
    list-style: none; /* Nokta işaretlerini kaldırmak için */
    padding: 0; /* Varsayılan padding'i kaldır */
    margin: 0; /* Varsayılan margin'i kaldır */
}

.fhizmetler ul li {
	padding: 0px;
	margin: 0px;
}

.fhizmetler ul li a {
    color: rgba(255,255,255,0.6); /* Metin rengi */
    transition: color 0.3s ease; /* Geçiş animasyonu */
    font-weight: 200;
    font-size: 14px;
    line-height: 26px;
    display: block;
    position: relative;
    padding-left: 15px;
}
.fhizmetler ul li a:before {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	content: "";
	left: 0px;
	top: 10px;
	background: var(--theme-colour);
}
.fhizmetler ul li a:hover {
    color: #007bff; /* Üzerine gelindiğinde renk değişimi */
}
.fabout p {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255,255,255,0.6);
	font-weight: 200;
}

.furunler > ul {
	display: block;
	width: 100%;
}
.furunler > ul > li, .furunler > ul > li > ul > li {
	padding: 0px;
	margin: 0px;
}
.furunler > ul > li > a {
    color: rgba(255,255,255,0.6); /* Metin rengi */
    transition: color 0.3s ease; /* Geçiş animasyonu */
    font-weight: 500;
    font-size: 15px;
    line-height: 32px!important;
    display: block;
    position: relative;
    padding-left: 15px;
}
.furunler > ul > li > a:before {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 3px;
	content: "";
	left: 0px;
	top: 10px;
	background: var(--theme-colour);
}
.furunler > ul > li > ul {
	display: block;
	width: 100%;
	margin-left: 20px;
}
.furunler > ul > li > ul > li a {
	font-size: 14px;
	line-height: 25px;
	display: block;
	color: rgba(255,255,255,0.4); 
}
.furunler a:hover {
	color: rgba(255,255,255,0.8);
}


.filet {
	width: 100%;
	display: block;
	position: relative;
	padding-left: 80px;
	height: 70px;
	margin-bottom: 50px;
}
.filet.ftelefon, .filet.fmail {
	padding-top: 15px;
}
.filet.fadres {
	padding-top: 5px;
}
.filet span {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: 900;
	color: #FFF;
}
.filet a, .filet p {
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
	color: #FFF;
	display: block;
}
.filet i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	background: var(--theme-colour);
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	text-align: center;
}

.fbilgi {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.fbilgi h3 {
	font-size: 50px;
	line-height: 50px;
	display: block;
	margin-bottom: 10px;
	font-weight: 800;
}
.fbilgi h3 a {
	color: #FFF;
}
.fbilgi p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0px 5%;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
}


.widgetbar {
	position: relative;
	display: block;
	width: 100%;
	z-index: 99;
	margin: -75px 0px 0px 0px;
}
.whizmet {
	margin-bottom: 35px;
	display: block;
	padding: 45px 35px;
	border: 1px solid #efefef;
	border-radius: 3px;
}
.whizmet span, .wiletisim span {
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	display: block;
	margin-bottom: 20px;
}
.whizmet ul {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.whizmet ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
.whizmet ul li:last-child {
	border-bottom: 0px;
}
.whizmet ul li a {
	padding: 10px 0px 10px 15px;
	line-height: 20px;
	display: block;
	font-style: 14px;
	position: relative;
}
.whizmet ul li a:before {
	position: absolute;
	width: 6px;
	height: 6px;
	content: "";
	background: var(--theme-colour);
	left: 0px;
	top: 17px;
}
.wiletisim {
    position: relative;
    margin-bottom: 30px;
    display: block;
    background: var(--theme-colour);
    color: var(--beyaz);
    padding: 45px 35px;
    border-radius: 5px
}

.wiletisim span {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    color: #FFF;
    padding: 0;
    margin: 0;
    letter-spacing: -1px
}

.wiletisim p {
    font-size: 14px;
	line-height: 1.6;
    color: #FFF;
    font-weight: 300;
    padding: 0;
    margin: 25px 0
}

.wiletisim .mail, .wiletisim .telefon {
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	position: relative;
	display: block!important;
	margin-bottom: 10px!important;
	position: relative;
	width: 100%;
}
.wiletisim .adres {
  padding-left: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 20px;
  position: relative;
  display: block!important;
  margin-bottom: 0px!important;
  position: relative;
  width: 100%;
  color: #FFF;
}
.wiletisim .mail i, .wiletisim .telefon i, .wiletisim .adres i {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFF;
	left: 0px;
	top: 0px;
	border-radius: 50%;
}
.wiletisim a {
	color: #FFF;
	font-size: 22px;
	font-weight: 900;
}

.sayfa {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
}
.sayfa .sayfadetay {
	position: relative;
	padding: 50px 0px 75px 0px;
	display: block;
}
.sayfa .detayresim {
	display: block;
	margin-bottom: 50px;
	overflow: hidden;
	border-radius: 5px;
}
.sayfa .detayresim img {
	width: 100%;
}
.sayfadetay h2, .sayfadetay h3, .sayfadetay h4, .sayfadetay h5 {
	display: block;
	line-height: 1.1;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
}
.sayfadetay p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
}
.sayfadetay ul {
	margin-bottom: 25px;
	margin-left: 30px;
	display: block;
}
.sayfadetay ul li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
}
.sayfadetay ul li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	left: -15px;
	top: 9px;
	background: var(--theme-colour);
}






.genelhizmetler {
	padding: 50px 0px;
	margin: 0px;
	display: block;
}
.genelhizmetler .row, .genelhizmetler .col-md-4 {
	padding: 0px;
	margin: 0px;
}

.genelhizmet {
	font-size: 14px;
	padding: 0px 20px 0px 110px
}




.blog {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.blog .blogimg img {
	width: 100%;
}
.blog .blogimg {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 5px;
	min-height: 240px;
	background: rgba(0,0,0,0.075);
	overflow: hidden;
}
.blog .blogtext {
	position: relative;
	padding: 0px 25px;
}
.blog .blogtext h3 {
	font-size: 22px;
	line-height: 1.1;
	margin: 25px 0px 10px;
	font-weight: 900;
}
.blog .blogtext p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 300;
}





.mobilseo h5 {
	font-size: 30px;
	line-height: 1;
	color: #FFF;
	font-weight: 800;
	margin-bottom: 10px;
}
.mobilseo h5 a {
	color: #FFF;
}
.mobilseo p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #FFF!important;
	margin-bottom: 50px;
}





.slideralt {
	position: relative;
	display: block;
	margin: -100px 0px 0px;
}
.altbox {
	padding: 140px 50px 50px 50px;
	background: #FFF;
	position: relative;
	z-index: 1;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}
.altbox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.7) , rgba(0,0,0,0));
	z-index: 1;
	transition: all 0.3s ease;
}
.altbox .altbpximg {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.altbox:hover .altbpximg {
	transform: scale(1.15);
}
.altbox h2 {
	font-weight: 800;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	color: #FFF;
}
.altbox p {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	position: relative;
	z-index: 1;
	color: #FFF;
	opacity: 0.75
}

a.renklikalem {
    position: relative;
    color: transparent; /* Link metnini görünmez yapıyoruz */
    text-decoration: none; /* Altı çizili olmaması için */
}

a.renklikalem:before {
    content: "RenkliKalem"; /* Metin içeriği olarak "renklikalem" yazılır */
    font-weight: 300;
    letter-spacing: 0.5px;
    color: white; /* Beyaz renk */
    font-size: 12px; /* Font boyutu */
    position: absolute;
    top: 0; /* Üstte hizalama */
    left: 0; /* Sola hizalama */
    right: 0px;
    text-align: center;
}


.griara {
	position: relative;
	display: block;
	background: rgba(155,0,0,0.075);
	padding: 75px 0px;
	margin: 100px 0px;
}
.griara img {
	width: 85%;
}
.griara .griarabaslik h4 {
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
	color: #161718;
}
.griara .griarabaslik {
	padding-bottom: 50px;
}
.griara .griarabaslik span{
	display: block;
	font-size: 22px;
	line-height: 1;
	padding-left: 50px;
	margin: 0px;
	position: relative;
}
.griara .griarabaslik span:before {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	left: 0px;
	top: 10px;
	background: var(--theme-colour);
}
.griara p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px	
}



.blogsayfa {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.blogbaslik {
	padding-bottom: 50px;
}
.blogbaslik span{
	display: block;
	font-size: 20px;
	line-height: 1;
	padding-left: 50px;
	margin: 0px;
	position: relative;
	font-weight: 300;
}
.blogbaslik span:before{
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	left: 0px;
	top: 10px;
	background: var(--theme-colour);
}
.blogbaslik p {
	font-size: 60px;
	line-height: 1;
	font-weight: 900;
	
}
.blogbaslik p.blogbasliktext {
	font-size: 18px;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
}

.paginator {
	color: transparent;
}
.paginator span {
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	padding: 0px!important;
	margin: 0px!important;
	font-size: 21px;
	font-weight: 900;
	color: #262728!important;
}





.projeler {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.proje {
	width: 100%;
	display: block;
	border-radius: 10px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.proje .projeimg {
	width: 100%;
	min-height: 280px;
	display: block;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	background: #dbdbdb;
	
}
.proje h3 {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	width: calc(100% - 60px);
	z-index: 1;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
}
.proje h3 a {
	padding: 15px 25px;
	font-weight: 800;
	font-size: 18px;
	border-radius: 5px;
	color: #FFF;
	background: red;
	display: block;
	line-height: 1.1;
}
.proje h3 {
	transform: translateY(20px);
	opacity: 0;
	transition: all .3s;
}
.proje:hover h3 {
	opacity: 1;
	transform: translateY(0);
}
.resimler, .resimler .col-md-3, .resimler .col-md-12 {
	padding: 0px!important;
	margin: 0px!important;
}



.slideralt {
	position: relative;
	display: block;
	margin: -100px 0px 0px 0px;
	z-index: 2;
}
.slideralt .isler {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.slideris {
	height: 350px;
	padding: 0px;
	position: relative;
	background: #FFF;
	overflow: hidden;
}
.slideris:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 0px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.7) , rgba(0,0,0,0.25));
}
.slideris img {
  width: 100%;       /* Konteynerin genişliği kadar */
  height: 100%;      /* Konteynerin yüksekliği kadar */
  object-fit: cover; /* Arka plan gibi kırp */
  object-position: center; /* Ortaya hizala */
  display: block;    /* Boşluk sorunlarını önlemek için */
}

.slideris .slideristext p {
	color: rgba(255,255,255,0.65);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
}
.slideris .slideristext {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 35px;
	width: calc(100% - 70px);
}
.slideris .slideristext h3 {
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}
.slideris .slideristext h3 a, .slideris .slideristext h3 {
	color: #FFF;
}


.mainpost {
	position: relative;
	display: block;
	padding: 75px 0px 60px;
	background: rgba(0,0,0,0.04);
}
.mainblog {
	position: relative;
	display: block;
}
.mainblog .mainblogimg {
	width: 100%;
	position: relative;
	z-index: 0;
	min-height: 250px;
	background: #000;
	border-radius: 3px;
}
.mainblog .mainblogtext {
	position: relative;
	z-index: 1;
	margin: -75px 35px 0px 35px;
	background: #FFF;
	padding: 30px;
}
.mainblog .mainblogtext h4 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	display: block;
	margin-bottom: 15px;
}
.mainblog .mainblogtext p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	display: block;
}

.hizmetwidget, .blogwidget {
  position: relative;
  padding: 40px 35px;
  display: block;
  background: #3f3f3f;
  margin-bottom: 35px;
  border-radius: 5px;
} 
.hizmetwidget span, .blogwidget span {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  color: #FFF;
  display: block;
  margin-bottom: 20px;
}
.hizmetwidget > ul, .blogwidget > ul {
  width: 100%;
  display: block;
}
.hizmetwidget > ul > li, .blogwidget > ul > li {
  padding: 0px;
  margin: 0px;
  display: block;
}
.hizmetwidget > ul > li > a, .blogwidget > ul > li > a{
  display: block;
  line-height: 40px;
  color: #EFEFEF;
  padding-left: 15px;
  position: relative;
}
.hizmetwidget > ul > li > a:before, .blogwidget > ul > li > a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-colour);
  left: 0px;
  top: 16px;
}
.hizmetwidget > ul > li > ul {
  display: block;
  width: 100%;
  margin-left: 20px;
}
.hizmetwidget > ul > li > ul > li {
  padding: 0px;
  margin: 0px;
}
.hizmetwidget > ul > li > ul > li a {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  display: block;
  line-height: 36px;
  padding-left: 15px;
  position: relative;
}
.hizmetwidget > ul > li > ul > li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #FFF;
  left: 0px;
  top: 18px;
}




@media(max-width: 1400px){
	.teklifbuton {
		display: none;
		visibility: hidden;
	}
	.navbar-links li > a {
		font-size: 17px;
	}
}

@media(max-width: 991px){
	.logo {
		width: 269px!important;
		height: 60px!important;
	}
	.hero-text h2 {
		font-size: 40px!important;
		line-height: 1!important;
	}
	.hero-section-one .text {
		font-size: 16px!important;
		line-height: 1.4!important;
		font-weight: 300!important;
	}
	.hero-section-one .link-box, .swiper-button, .swiper-pagination {
		display: none;
	}
	.hero-section-one {
		height: 550px;
	}
	.slideralt {
		margin: 20px 0px!important;
		display: none;
	}
	.altbox { margin-bottom: 20px;}
}