<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Body / #body]
*/
body {
    font-family: 'Poppins', sans-serif;
    overflow-x:hidden;
    background-color:#fdfcfc;
}

html {
    scroll-behavior: smooth;
  }

ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

/* Titles &amp; Descriptions */
.title-small h5 {
    color:#69bc45;
    font-size:12px;
}

.descripion-in-title p {
    color:#000a53;
    font-size:22px;
    font-weight: 900;
}

/* Default Content styles */
.content-title-style.in-title h6 {
    color:#000a53;
    font-weight: 700;
    font-size:18px;
    line-height: 25px;
}

.content-description-style.in-content p {
    color:#000a53;
    font-size:14px;
    line-height: 24px;
}

/* Buttons */
.btn-primary {
    background-color: #69bc45;
    border-color:#69bc45;
}

.btn-md {
    font-size:14px;
    height:40px;
    line-height: 40px;
    padding:0 25px;
}

.btn-gray {
    color:#000a53;
    background-color:#e8e8e8;
    font-weight: 700;
}

/* Main-aside */
.page-wrapper {
    display:flex;
    justify-content: space-between;
}

.page-wrapper #main {
    flex:0 0 62%;
}

.page-wrapper #sidebar {
    flex:0 0 34%;
}

/* Pagination */
.pagination-wrapper .pagination .page-item a {
    background-color:transparent;
    color:#69bc45;
    transition:all 0.3s ease-in-out;
    height:60px;
    width:60px;
    line-height: 60px;
    text-align: center;
    padding:0;
    margin:0 10px 0 6px;
    border-radius: 5px;;
}

.pagination-wrapper .pagination .page-item a:hover,
.pagination-wrapper .pagination .page-item a.active {
    background-color:#69bc45;
    color:#ffffff;
    transition:all 0.3s ease-in-out;
}

.pagination-wrapper .pagination .page-item:last-child a {
    line-height: 66px !important;
}

.pagination-wrapper .pagination .page-item .fa {
    color: #69bc45;
}

.pagination-wrapper .pagination .page-item a:hover .fa {
    color:#ffffff;
}



/* Top Bar */
#topBlock {
    background:url("../img/top-img.jpg");
    height:100vh;
    width:100%;
    background-size:cover;
    position: relative;
    background-position: center;
    overflow: hidden !important;
}

.tse {
    z-index:999999999;
}

#topBlock .top-block-bottom {
    position: relative;
    z-index:21;
}

#topBlock .top-block-bottom h2 {
    color:#ffffff;
    font-weight: 600;
}

#topBlock .container {
    position: relative;
    z-index:21;
}

#topBlock:after {
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    left:0;
    top:0;
}

.tse {
    position: absolute;
    right:0;
    top:0;
}

.tse img {
    width:90px;
    transform: rotate(
45deg
);
}

@media(max-width:992px){
  .tse img{
    margin-top: -8px;
    width: 72px;
  }
}

#topBlock.repeatable-bg {
    background:url("../img/repeatable-top-img.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.about-bg {
    background:url("../img/about-top-img.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.news2-bg {
    background:url("../img/haberler-bg.png");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.about-bg {
    background:url("../img/about-top-img.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.project-bg {
    background:url("../img/project-bg.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.our-projects-bg {
    background:url("../img/projects-top-img.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.consultancy-bg {
    background:url("../img/consultancy-top-img.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.references-bg {
    background:url("../img/references-top-img.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.career-bg {
    background:url("../img/career-top-img.png");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.career-bg:after {
    background: rgb(0,10,83);
    background: linear-gradient(180deg, rgba(0,10,83,1) 0%, rgba(0,10,83,0.335171568627451) 70%);
}

/*
#topBlock.career-bg:before {
    content:"";
    height:140px;
    background-color:#ffffff;
    position: absolute;
    top:0;
    width:100%;
    left:0;
    z-index:9;
} */


#topBlock.project-detail-bg,
#topBlock.video-page-bg,
#topBlock.press-bg {
    background:none;
    width:100%;
    background-color:#000a53;
    background-size:cover;
    height:initial;
}



.project-single-page #topBlock:before {
    content:none;
}



.video-page #topBlock:before {
    content:none !important;
}



#topBlock.contact-bg {
    background:none;
    height:initial;
}

#topBlock.news-bg {
    background:url("../img/haberler-bg.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.p-detail {
    background:url("../img/project-detail-bg.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}

#topBlock.what-we-do-bg {
    background:url("../img/whatwedo-bg.jpg");
    width:100%;
    background-size:cover;
    height:538px;
}






#topBlock:before {
    content:"";
    background-color:rgba(255,255,255,0.2) !important;
    position: absolute;
    width:100%;
    height:150px;
    border-bottom:1px solid #ffffff;
    left:0;
    top:0;
    z-index:3;
}

#topBlock:before {
    content:"";
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    width:100%;
    height:150px;
    border-bottom:1px solid #ffffff;
    left:0;
    top:0;
    z-index:0
}

#topBlock .top-bar {
    border-bottom:1px solid #ffffff;
    z-index:21;
    position: relative;
}

#topBlock .top-bar .inner {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

#topBlock .top-bar .inner .left a {
    font-weight: 700;
    font-size:15px
}

#topBlock .top-bar .inner .left a .number {
    margin-left:10px;
}

#topBlock .top-bar .inner a {
    color:#ffffff;
}

#topBlock .top-bar .inner .list {
    padding:10px 0;
}

#topBlock .top-bar .inner .social li  {
    display:inline;
    margin-left:15px;
}

#topBlock .top-bar .inner .social li.language-wrapper {
    margin-left:30px;
    font-size:14px;
}

#topBlock .top-block-bottom {
    position: absolute;
    left:0;
    right:0;
    bottom:50px;
    margin:auto;
    display:flex;
    flex-direction: column;
    align-items: center;
}

#topBlock .top-block-bottom .title {
    margin-bottom:10px;
}

#topBlock .top-block-bottom .title h1 {
    color:#ffffff;
    font-weight: 700;
}

#topBlock .top-block-bottom .action-block {
    margin-bottom:30px;
}

#topBlock .top-block-bottom .action-block .btn {
    padding:0 70px;
    font-size:13px;
    font-weight: 700;
}

.mouse-down {
    position: relative;
    animation: mymove 1s infinite;
  }

  @keyframes mymove {
    from {top: 1px;}
    to {top: 30px;}
  }

  .navbar-expand-md .navbar-collapse {
      margin-top:23px;
  }



/* Top menu */
#topBlock .navbar.bg-dark {
    background-color:transparent !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

#topBlock .navbar .action-block button {
    font-size:12px !important;
    padding:0 19px !important;
}

#topBlock .navbar .navbar-brand {
    width:153px !important;
    margin-right:0 !important;
}

#topBlock .navbar .navbar-brand img {
    width:133px;
}

#topBlock .navbar-expand-md .navbar-nav {
    margin-left:10px;
}

#topBlock .navbar-expand-md .navbar-nav .nav-link {
    margin-right: 0px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 400 !important;
}

header .action-block .btn-md {
    font-size:12px !important;
}

/* References */


#references .inner {
    padding:30px 0;
}

#references .inner .list {
    display:flex;
    justify-content: space-between;
    width:100%;
}

#references .owl-item {
    display:flex;
    align-items: center;
    justify-content: center;
}

#references .item {
    display:flex;
    align-items: center;
    height:100px !important;
}

#references .inner img {
    height:auto;
    filter: grayscale(100%);
    width:97px !important
}

/* Our News */
#ourNews .description {
    width:20%;
}

#ourNews .description {
    width:100%;
}

#ourNews .content .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

#ourNews .content .in-col {
    flex:0 0 31%;
    border: solid 1px #e6e6e6;
    background-color:#ffffff;
    border-radius: 10px;
    overflow: hidden;
}

#ourNews .content .inner .image img {
    width:100%;
}

#ourNews .content .inner .bottom {
    padding:30px;
}

#ourNews .content .inner .bottom .in-title {
    margin-bottom:15px;
}

#ourNews .content-action {
    position: absolute;
    bottom: 9px;
    right: 17px;
}

#ourNews .in-content .content-action {
    position: relative;
    left:0;
}

.content-action.action a  {
    color:#000a53;
    font-weight: 700;
    font-size:14px;
    font-weight: 800;
}

.content-action.action a .fa {
    color:#69bc45;
    vertical-align:bottom;
    margin-left:5px;
}

#ourNews .content .inner .in-col  {
    position: relative;
}

#ourNews .content .inner .in-col .date {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#ourNews .content .inner .in-col .date {
    position: absolute;
    background-color:#69bc45;
    border-top-right-radius:10px;
    right:0;
    top:0;
    height:70px;
    width:70px;
    color:#ffffff;
    text-align: center;
}

#ourNews .content .inner .in-col .date .day {
    font-weight: 700;
    font-size:26px;
    line-height: 20px;
}

#ourNews .content .inner .in-col .date .month {
    font-size:15px;
}

#ourNews .container {
    position: relative;
}

#ourNews  .content-action-top {
    position: absolute;
    right:15px;
    top:20px;
}

/* What We Do */
#whatWeDo {
    margin-top:70px;
    margin-bottom:100px;
}

#whatWeDo .inner .top {
    text-align: center;
    margin-bottom:70px;
}

#whatWeDo .inner .content .inner {
    display:
    flex;
    flex-wrap:
    wrap;
    gap: 20px;
}

#whatWeDo .content .inner .in-col {
    flex: 0 0 32%;
    display:
    flex;
    align-items:
    center;
    flex-wrap:
    wrap;
    justify-content: space-between;
    background-color:#ffffff;
    border:1px solid #e6e6e6;
    border-radius:10px;
    margin-bottom:30px;
    overflow: hidden;
}

#whatWeDo .content .inner .in-col .left .in-title, #whatWeDo .content .inner .in-col .right .in-title    {
    margin-top:10px;
}

#whatWeDo .content .inner .in-col .left .content-action, #whatWeDo .content .inner .in-col .right .content-action {
    margin-top:20px;
    margin-bottom:15px;
}

#whatWeDo .content .inner .in-col .image img {
    width:100%;
}

#whatWeDo .content .inner .in-col .right {
    padding:16px 30px;
}

#whatWeDo .content .inner .in-col .in-content p {
    line-height: 19px !important;
    margin-top:10px;
}

#whatWeDo .content .inner .in-col .left,
#whatWeDo .content .inner .in-col .right {
    flex:0 0 100%;
}

.modal #calculate {
    width:482px;
    margin-top:400px;
}

#modalCalc #calculate .inner .calc {
    width:100%;
}
#modalCalc .modal-content {
    background-color:transparent;
    border:0;
}

#modalCalc #calculate .inner .calc form .bottom {
    padding-bottom:25px !important;
}

#modalCalc #calculate .inner .calc form .bottom {
    padding:10px 20px;
}

#modalCalc #calculate .inner .calc .top .radio-wrapper {
    padding-left:15px;
    padding-right:15px;
}
#modalCalc #calculate .inner .calc form .radio-wrapper label {
    font-size:13px;
}

.modal .close {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    opacity: 1;
    border-radius: 100%;
    border: 3px solid #ffffff;
    width: 30px;
    height: 30px;
    padding: 0;
}


/* Modal success */
#modalSuccess {
    margin-top:200px
}
#modalSuccess .close  {
    bottom:-50px;
}

#modalSuccess .bid-request {
    padding:20px 40px;
    text-align: center;
}

#modalSuccess .bid-request .icon {
    width:40px;
    margin:auto;
}

#modalSuccess .bid-request .icon  img {
    width:100%;
}

#modalSuccess .bid-request .content .blue {
    font-weight: 900;
    font-size:20px;
    color:#000a53;
    margin-bottom:-5px;
    display:block;
}

#modalSuccess .bid-request .content .green {
    font-weight: 900;
    font-size:22px;
    color:#69bc45;

}

/* Calculate */
#calculate .inner {
    display:flex;
    justify-content: space-between;
    position: relative;
    flex-wrap:flex;
    margin-bottom:130px;
}

#calculate .inner .image {
    display:flex;
    justify-content: space-between;
    position: relative;
    text-align: left;
    flex:0 0 76%;
}

#calculate .inner .image img {
    width:100%;
}

#calculate .inner .image .slogan {
    position: absolute;
    left: 30px;
    right: 0;
    margin: auto;
    top: 30px;
    width: 100%;
    text-align: left;
}

#calculate .inner .image .slogan p {
    color:#000a53;
    font-weight: 700;
    font-size:24px;
}


#calculate .inner .calc {
    background-color:Red;
    position: absolute;
    right:0;
    bottom:60px;
    border-radius: 10px;
    background-color:#ffffff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    width:450px;
}

#calculate .inner .calc .top .radio-wrapper {
    display:flex;
    padding:15px 30px;
    justify-content: space-between;
    border-bottom:1px solid #e2e2e2;
}

#calculate .inner .calc form .radio-wrapper label {
    color:#000a53;
    font-weight: 700;
    font-size:12px !important;
}

#calculate .inner .calc form .bottom {
    padding:15px 30px;
}

#calculate .inner .calc form .bottom .calc-title h4 {
    font-weight: 700;
    color:#000a53;
    font-size:16px;
}

#calculate .inner .calc form .bottom .select-wrapper {
    display: flex;
    justify-content: space-between;
}

#calculate .inner .calc form .bottom .select-wrapper .select-col,
#calculate .inner .calc form .bottom .select-wrapper .input-group {
    display:flex;
    flex-direction: column;
    width:47%;
}

#calculate .inner .calc form .bottom .select-wrapper .input-group input {
    width:100%;
    border: 1px solid #e2e2e2;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #000a53;
    font-weight: 700;
    font-size: 12px;
    padding-left: 10px;
}



#calculate .inner .calc form .bottom .select-wrapper .select-col label,
#calculate .inner .calc form .bottom .select-wrapper .input-group label {
    font-size:11px;
    margin-bottom:5px
}

#calculate .inner .calc form .bottom .select-wrapper .select-col select {
    border:1px solid #e2e2e2;
    height:40px;
    width:100%;
    border-radius: 5px;
    color:#000a53;
    font-weight: 700;
    font-size:12px;
    padding-left:10px;
}

#calculate .inner .calc form .bottom .action {
    margin-top:15px;
}

#calculate .inner .calc form .bottom .action button {
    width:100%;
    font-size:12px;
    font-weight: 700;
    height:45px;
    line-height: 45px;
}

/* Press */
.press-news .inner {
    padding-top:50px;
}

.press-detail .content .in-col {
    flex:0 0 32.5% !important;
    margin-bottom:15px !important;
}

.press-detail .container {
    padding:40px;
}

.press-detail .image {
    border-radius: 5px;
    overflow: hidden;
}

.press-detail .container .single-img {
    width:60%;
    margin:auto;
}

.press-detail .container {
    border: solid 1px #e6e6e6;
    margin-top:40px;
    border-radius: 8px;
}

.press-detail .container .single-img .image {
    text-align: center;
}

/* Price List */
#priceList {
    margin-top:60px;
    margin-bottom:140px;
}

#priceList .top {
    text-align: center;
}

#priceList .price-list {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

#priceList .price-list .in-col {
    border:1px solid #e2e2e2;
    border-radius: 10px;
    flex:0 0 31%;
}

#priceList .price-list .product-name {
    border-bottom:1px solid #e2e2e2;
}

#priceList .price-list .product-name h5 {
    color:#000a53;
    font-weight: 800;
    font-size:18px;
    margin:0;
}

#priceList .price-list .product-name h5 .colorful {
    color:#69bc45;
}

#priceList .price-list .in-row {
    border-bottom:1px solid #e2e2e2;
    padding-bottom:30px;
}

#priceList .price-list .in-row:last-child {
    border:0;
}

#priceList .price-list .in-row .in-title {
    padding-left:30px;
    padding-top:30px;
    padding-bottom:00px;
}

#priceList .price-list .in-row .in-title h6 {
    color:#69bc45;
    font-weight: 600;
    font-size:14px;
}

#priceList .price-list .in-row .in-list {
    padding-left:30px;
    padding-right:30px;
}

#priceList .price-list .in-row .item {
    color:#000a53;
    font-size:14px;
    font-weight: 700;
    margin-bottom:10px;
    display:flex;
    justify-content: space-between;
}

#priceList .price-list .in-row .item.disabled span {
    color:gray;
}

#priceList .price-list .in-row .item .fa {
    color:#69bc45;
    margin-right:10px;
}

#priceList .price-list .in-row .item .right {
    color:#69bc45;
}

#priceList .price-list .in-row .action {
    padding:0 30px;
    margin-top:40px;
}

#priceList .price-list .in-row .action .btn {
    width:100%;
    height:50px;
    line-height: 50px;;
}

#priceList .price-list .in-col.the-best {
    background-color:#000a53;
}

#priceList .price-list .in-col.the-best .item {
    color:#ffffff !important;
}

#priceList .price-list .in-col.the-best .btn {
    background-color:#69bc45 !important;
    color:#ffffff !important;
}

/* Enerfy */
#energy {
    background:#f6f9fa;
    padding:50px 0;
}

#energy .inner  {
    displaY:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
}

#energy .inner .left {
    flex:0 0 45%;
}

#energy .inner .right {
    flex:0 0 45%;
}

/* Steps */
#steps {
    margin-top:60px;
}

#steps .title-wrapper {
    text-align: center;
}

#owl-demo {
    position: relative;
}

#owl-demo:after {
    content:"";
    width:100%;
    position: absolute;
    top:40px;
    height:1px;
    left:0;
    background-color:#e2e2e2;
    z-index: -1 !important;
}

#steps .item .number {
    color:#69bc45;
    position: relative;
}

#steps .item {
    position: relative;
}

#steps .item .number:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #69bc45;
    border-radius: 100%;
    top: 32px;
    left: 0;
    z-index: 9999999999999 !important;
}

#steps .content {
    margin-top:50px;
}

#steps .content .title h6 {
    font-weight: 700;
    color:#000a53;
}

#steps .content .description p {
    font-size:14px;
    width:85%;
    line-height: 25px;
}

.owl-buttons {
    display:none;
}

.accordion {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    width:100%;
}

.accordion .card {
    flex:0 0 32% !important;
}

.accordion .card {
    border:0;
}

.accordion  .in-row {
    background-color:#000a53;
}

.accordion  .card-body {
    padding:0;

}


#chartBlock .title {
    font-weight: 900;
    font-size: 26px;
    margin: auto;
    text-align: center;
    color: #000a53;
    margin-bottom:50px !important;
}

#chartBlock .title h3 {
    font-weight: 700;
}


#priceList .price-list .in-row .action .btn {
    background-color:#69bc45;
    color:#ffffff;
}

.accordion  .in-row .item {
    color:#ffffff !important;
}

.accordion&gt;.card&gt;.card-header {
    padding:0;
    border-radius: 5px;
    overflow: hidden;
}

#priceList .price-list .product-name h5 {
    background-color:#ffffff;
    border:1px solid #e2e2e2;
    color:#000a53;
}

#priceList .price-list .product-name {
    border:0;
    border-radius: 10px;
    position: relative;
}

#priceList .price-list .product-name .fa {
    position: absolute;
    right:30px;
    top:50%;
    transform:translate(0,-50%);
    font-size:32px;
}

.accordion&gt;.card&gt;.card-header {
    border:0;
}

#priceList .price-list .product-name h5 {
    color: #000a53;
    font-weight: 800;
    font-size: 18px;
    margin: 0;
    height: 70px;
    line-height: 70px;
    padding-left:20px;
    color:#000a53;
    cursor: pointer;
}



#priceList .price-list .product-name[aria-expanded="true"] h5 {
    background-color: #000a53;
    color:#ffffff;
  }



#priceList .price-list .product-name {
    background-color:transparent !important;
}

#priceList .accordion .card-body {
    padding-left:0;
    padding-right:0;
}

/*  Our Projects */
#projects {
    margin-top:70px;
    margin-bottom:100px;
}

#projects .description {
    text-align: center;
}

.nav-tabs .nav-link {
    color:#000a53;
    font-size:14px;
    font-weight: 700;
    border-radius: 5px !important;;
    padding:10px 0px;
}

.consult-tab .nav-tabs .nav-link {
    padding:10px !important;
}

.consult-tab .nav-tabs {
    width:100% !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border:0;
    background-color:#69bc45;
    color:#ffffff;
    font-size:14px;
    font-weight: 700;
    line-height: 24px;
}

.nav-tabs {
    border:0;
    justify-content: space-around;
    width: 70%;
    margin: auto;
}

#projects .tab-in {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:40px;
}

#projects .tab-in .in-col {
    flex:0 0 32.5%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom:30px;
}

#projects .tab-in .in-col .hover {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,165,0.6);
    opacity:0;
    transition:all 0.3s ease-in-out;
}

#projects .tab-in .in-col:hover .hover {
    opacity: 1;
    transition:all 0.3s ease-in-out;
}

#projects .tab-in .in-col .hover .in {
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translate(0,-50%);
    text-align: center;
}



.fa {
    color:#ffffff;
    font-size:22px !important;
    font-weight: 800;
}

#projects .tab-in .in-col .hover .text {
    color:#ffffff;
    text-align: center;
    display:block;
}

/* __________NEWS PAGE__________ */
.news-page #ourNews .in-col {
    margin-bottom:30px;
}

.news-page #ourNews .top {
    margin-top:30px;
}

/* __________SINGLE PAGE________ */
#newsList {
    margin:30px 0;
}

#newsList .in-col {
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    border-bottom:1px solid #000a53;
    padding:30px 0;
}

#newsList .in-col .image {
    flex:0 0 25%;
}

#newsList .in-col .bottom {
    flex:0 0 70%;
}

#newsList .in-col .image img {
    width:100%;
}

#newsList .in-col .in-title h6 {
    font-size:16px;
    font-weight: 800;
    line-height: 20px;
}

#newsList .in-col .date {
    color:#000a53;
    font-size:15px;
}

#newsList .in-col:last-child {
    border:0;
}

#newsList .title h4 {
    color:#000a53;
    font-weight: 800;
    font-size:20px;
    position: relative;
    display:inline-block;
}

#newsList .title h4:after {
    content: "";
    position: absolute;
    left:0;
    bottom:-10px;
    height:3px;
    width:100%;
    background-color:#69bc45;
}

#single-wrapper {
    margin:30px 0;
}

#single-wrapper .image {
    width:100%;
    overflow: hidden;
    border-radius:15px;
}

#single-wrapper .image img {
    width:100%;
}

#single-wrapper .content-wrapper {
    margin-top:30px;
}

#single-wrapper .content-wrapper h1 {
    color:#000a53;
    font-size:30px;
    font-weight: 800;
}

#single-wrapper .content {
    margin-top:20px;
}

#single-wrapper .content p {
    color:#000a53;
    font-size:15px;
    font-weight: 500;
    line-height: 26px;
}

.post-actions {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:center;
    margin-top:30px;
}

.social {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:center;
}

.social .list {
    display:flex;
}

.social .left {
    margin-right:30px;
}

.social .left span {
    color:#000a53;
    font-weight: 700;
    font-size:14px;
}

.social .list li {
    margin:0 12px;
}

.social .list .item a {
    font-size:18px !important;
    color:#69bc45;
}

.post-actions .date-wrapper .fa {
    font-size:24px;
    color:#69bc45;
}

.post-actions .date-wrapper .date {
    color:#000a53;
    vertical-align: text-bottom;
    margin-left:3px;
}

/* News List Link In */
#newsList.link-in .in-col {
    height:200px;
}

#newsList.link-in .in-col a {
    height:100%;
}

#newsList.link-in .in-col .image {
    position: relative;
    flex:0 0 100%;
    height:100%;
}

#newsList.link-in .in-col .image img {
    width:100%;
    height:100%;
}

#newsList.link-in .in-col {
    border:0;
    padding:20px 0 5px 0 !important;
}

#newsList.link-in .in-col .image a {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    opacity: 0;
    transition:all 0.3s ease-in-out;
    border-radius: 8px;
}

#newsList.link-in .in-col .image a:hover {
    opacity: 1;
    transition:all 0.3s ease-in-out;
    background-color:rgba(0,10,83,0.7);
}

.page-title .title  {
    display:flex;
    justify-content: center;
    margin:30px 0;
}

.page-title .title  h1 {
    font-size:53px;
    color:#000a53;
    font-weight: 600;

}

/* __________REPEATABLE PAGE__________ */
.page-repeatable #calculate {
    margin-top:50px;
}

/* Slogan */
#slogan {
    margin:70px 0;
}

#slogan .inner {
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#slogan .inner .left  h6 {
    font-weight: 900;
    margin-bottom:20px;
}

#slogan .inner .left {
    flex:0 0 38%;
}


.energy-page #slogan .inner {
    margin-bottom:40px;
}

.energy-page #slogan .inner.img-left {
    flex-direction: row-reverse;
}

.energy-page #slogan .inner .left {
    flex:0 0 47% !important;
}

#slogan .inner .right {
    flex:0 0 47%;
}

#slogan .inner .right .image {
    width:100%;
}

#slogan .inner .right .image img {
    width:100%;
}

#slogan .inner .btn-primary {
    height:50px;
    line-height: 50px;
    text-align: center;
    padding:0 50px;
    color:#ffffff;
    font-size:15px;
    font-weight: 600;
}


/* Customer Comments */
#customerComments {
    margin:30px 0;
    padding-top:300px;
}

#customerComments .top {
    position: relative;
}

#customerComments .top .title-wrapper {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    margin: auto;
    top: -159px;
    background: url(../img/repeatable-bottom-img.png);
    background-size: cover;
    width: 799px;
    height: 300px;
}

#customerComments .top {
    border:0;
}

#customerComments .top .title-wrapper h4 {
    margin: auto;
    text-align: center;
    padding-top: 100px;
    color: #69bc45;
    font-weight: 700;
}

#customerComments .bottom .item .content {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color:#ffffff;
}

#customerComments .bottom .item {
    padding:15px;
}

#customerComments #owl-demo:after {
    content:none;
}

#customerComments .owl-carousel .owl-wrapper-outer {
    overflow: initial;
}

#customerComments .inner-top {
    border-bottom:1px solid #e2e2e2;
    display:flex;
    padding:30px 30px 15px 30px;
}

#customerComments .inner-bottom {
    padding:30px;
}

#customerComments .inner-top .fa {
    color:#69bc45;
    font-size:19px;
}

#customerComments .inner-top .inner-left {
    margin-right:12px;
}

#customerComments .inner-top .inner-right {
    color:#000a53;
}

#customerComments .inner-top .inner-right .name h6 {
    font-weight: 900;
    margin:0;
}

#customerComments .inner-top .inner-right .description p {
    font-size:14px;
}

/* How to work */
#howWork {
    margin:130px 0;
}

#howWork .inner {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#howWork .inner .in-col {
    flex:0 0 24%;
    text-align: center;
}

#howWork .inner .in-col .image {
    border-radius: 100%;
    background-color:#ffffff;
    width:110px;
    margin:auto;
    border:1px dashed #69bc45;
    padding:10px;
}

#howWork .inner .in-col .image img {
    width:100%;
}

#howWork .in-title h5  {
    font-weight: 900;
    margin-top:13px;
    color:#000a53;
}

#howWork .description p {
    color:#000a53;
    font-size:13px;
    width:70%;
    margin:auto;
}

#howWork .title h3 {
    font-weight: 900;
    font-size:26px;
    margin:auto;
    text-align: center;
    color:#000a53;
    margin-bottom:50px;
}

#videos .image {
    position: relative;
}

#videos .image img {
    width: 100%;
}


#videos   .inner {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#videos .in-col {
    flex:0 0 32%;
}

#videos .title h4 {
    font-size:32px;
    font-weight: 700;
    color:#000a53;
    margin-bottom:20px;
}

#videos .image .content {
    position: absolute;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    top: 50%;
    margin: auto;
    text-align: center;
    z-index: 99999999;
}

#videos .image .content .button a:after {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    position: absolute;
    left: -10px;
    top: -10px;
}

#videos .in-col {
    margin-bottom:20px;
}

#videos .image .content .button {
    margin-top: 30px;
}

#videos .image .content .button a {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background-color: #69bc45;
    display: inline-block;
    line-height: 67px;
    text-align: center;
    color: #ffffff;
    padding-left: 5px;
    position: relative;
}

#videos .image .content .button {
    margin:0;
}

#videos .image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 10, 83, 0.7);
}

/* About */
#slogan.about-slogan .big-title h1,
#slogan.about-slogan .big-title h2 {
    font-size:45px;
    font-weight:900;
    color:#69bc45;
    margin-bottom:30px;
}

#slogan.about-slogan .inner .left h6 {
    margin:0;
}

#slogan.about-slogan .inner .right .image {
    position: relative;
}

#slogan.about-slogan .inner .right .image .img-content {
    position: absolute;
    background:url("../img/right-radius-img.png");
    background-size:cover;
    width:170px;
    height:170px;
    bottom:-50px;
    left:-50px;
    text-align: center;
    padding-top:40px;
    color:#ffffff;
}

#slogan.about-slogan .inner .right .image .img-content .top {
    display:block;
    font-size:35px;
    color:#69bc45;
    margin-left:-30px;
    font-weight: 700;
}

#slogan.about-slogan .inner .right .image .img-content .bottom {
    display:block;
    margin-left:-50px;
    margin-top:-10px;
}


/* Badges */
#badges {
    margin:30px 0;
    margin-top:120px
}

#badges .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#badges .in-col {
    flex:0 0 31%;
    background-color:#ffffff;
    border:1px solid #e1e1e1;
    padding:30px 25px 20px 25px;
    border-radius: 9px;
    border-bottom:3px solid #69bc45;
}

#badges .in-col .title {
    color:#000a53;
    font-weight: 900;
}

#badges .in-col .title .fa {
    margin-right:9px;
    color:#69bc45;
}

#badges .in-col .colorful {
    color:#69bc45;
}

#badges .in-col .description {
    margin-top:15px;
}

#badges .in-col .description p {
    font-size:14px;
    color:#000a53;
}

#badges.simple-badges .in-col .title a {
    position: relative;
    padding-left:25px;
}

#badges.simple-badges .in-col .title a:after {
    content:"";
    position: absolute;
    width:9px;
    height:9px;
    left:0;
    top:50%;
    transform:translate(0,-50%);
    background-color:#69bc45;
    border-radius: 100%;
}

#badges.simple-badges .in-col.active .title a {
    color:#ffffff;
}

#badges.simple-badges .in-col.active .title a:after {
    background-color:#ffffff;
}

/* Video Block */
#videoBlock {
    margin:30px 0;
}

#videoBlock .image {
    position: relative;
}

#videoBlock .image:after {
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0, 10, 83, 0.7);
}

#videoBlock .image img {
    width:100%;
}

#videoBlock .image .content {
    position: absolute;
    left:0;
    right:0;
    transform:translate(0,-50%);
    top:50%;
    margin:auto;
    text-align: center;
    z-index:3;
}

#videoBlock .image .content .title .colorful {
    color:#69bc45;
}

#videoBlock .image .content .title  {
    font-size:38px;
    color:#ffffff;
    font-weight: 700;
}

#videoBlock .image .content .button {
    margin-top:30px;
}

#videoBlock .image .content .button a {
    border-radius: 100%;
    width:90px;
    height:90px;
    background-color:#69bc45;
    display:inline-block;
    line-height: 92px;
    text-align: center;
    color:#ffffff;
    padding-left:5px;
    position: relative;
}

#videoBlock .image .content .button a:after {
    content: "";
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    position: absolute;
    left: -10px;
    top: -10px;
}

#videoBlock .image .content .button a .fa {
    font-size:27px;
}


/* Why  */
#whyOur {
    margin:90px 0;
}

#whyOur .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:center
}

#whyOur .inner .left img {
    width:100%;
}

#whyOur .inner .left {
    flex:0 0 43%;
}

#whyOur .inner .right {
    flex:0 0 47%
}

#whyOur .inner .right .in-title h6 {
    margin-bottom:0;
}

#whyOur .inner .right .big-title h2 {
    font-weight: 700;
    color:#69bc45;
}

#whyOur .bottom .list {
    margin-top:15px;
}

#whyOur .bottom .list .item  {
    margin:8px 0;
}

#whyOur .bottom .list .item span {
    color:#000a53;
    font-size:14px;
    position: relative;
    padding-left:30px;
}

#whyOur .bottom .list .item span:after {
    content:"";
    background-color:#69bc45;
    width:8px;
    height:8px;
    position: absolute;
    left:-0px;
    top:6px;
    border-radius: 100%;
}

#whyOur .bottom .content-action {
    margin-top:40px;
}

#whyOur .bottom .content-action a {
    color:#ffffff;
    font-weight: 400;
    padding:0 30px;
    height:50px;
    line-height: 50px;
    font-size:14px !important;
}


/* Project */
#centerContent {
    margin:30px 0;
}

#centerContent .container-fluid {
    padding:0;
}

#centerContent .inner .image {
    position: relative;
}

#centerContent .inner .image img {
    width:100%;
}

#centerContent .inner .content {
    position: absolute;
    left:0 ;
    right:0;
    margin:auto;
    top:50%;
    transform:translate(0,-50%);
    text-align: center;
    width:70%;
    color:#ffffff;
}

#centerContent .inner .content .title h2 {
    font-size:35px;
    font-weight: 700;
}

#centerContent .inner .content .description p {
    font-weight: 300;
    width:70%;
    margin:auto;
    margin-top:30px;
}

/* Team */
#team {
    margin:30px 0;
    padding-top:300px;
    position: relative;
    margin-top:60px;
}

#team .bg-img {
    position: absolute;
    top:0px;
    left:50%;
    transform:translate(-50%,0)
}

#team .inner .in-row {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#team .inner .card {
    border:0;
    padding:50px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;

}

#team .inner .in-col {
    flex:0 0 32%;
    margin-bottom:40px;
    height:100px;
    border:1px solid #69bc45;
    border-radius: 5px;
    padding:15px;
    display:flex;
    align-items: center;
    padding-left:40px;
}

#team .inner .in-col span {
    position: relative;
    color:#000a53;
}

#team .inner .in-col span:after {
    content:"";
    position: absolute;
    left:0;
    top:50%;
    transform:translate(0,-50%);
    width:10px;
    height:10px;
    border-radius: 100%;
    background-color:#69bc45;
    left:-20px;
}

#team .inner .title {
    width:60%;
    margin:auto;
    text-align: center;
}

#team .inner .title h2 {
    color:#000a53;
    font-weight: 700;
    font-size:28px;
}

#team .inner .in-row {
    margin-top:40px;
}

/* Contat Us */
#contactUs {
    background-color:#69bc45;
    width:80%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin:auto;
    margin-top:100px;
}

#contactUs .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items:center;
    padding:30px;
}

#contactUs .inner .left {
    display:flex;
    flex-direction: column;
    position: relative;
}

#contactUs .inner .left:after {
    content:"";
    width:1px;
    height:100%;
    position: absolute;
    left:-15px;
    top:0;
    background-color:#ffffff;
}

#contactUs .inner .left .top {
    color:#000a53;
    font-weight: 800;
}

#contactUs .inner .left .bottom {
    color:#ffffff;
    font-size:23px;
    font-weight: 700;
}

#contactUs .inner .right .action a {
    border:1px solid #ffffff;
    color:#ffffff;
    height:50px;
    line-height: 50px;
    display:inline-block;
    padding:0 50px;
    border-radius: 4px;
    text-decoration: none;
}

#contactUs .inner .right .action a .fa {
    color:#69bc45;
    margin-right:8px;
    border-radius: 100%;
    width:24px;
    font-size:12px;
    height:24px;
    line-height: 24px;
    text-align: center;
    background-color:#ffffff;
}

/* Mission */
#mission {
    margin:30px 0;
    margin-top:-40px;
    position: relative;
    z-index:99999999;
}

#mission .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

#mission .inner .in-col {
    flex:0 0 49%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 30px 20px 30px;
    border-radius: 15px;
    background-color:#ffffff;
}

#mission .inner .in-col .icon {
    margin-bottom:30px;
}

#mission .inner .in-col .title  {
    margin-bottom:20px;
}

#mission .inner .in-col .title h2 {
    color:#69bc45;
    font-size:35px;
    font-weight: 700;
}

#mission .inner .in-col .desc p {
    color:#000a53;
    font-weight: 400;
    line-height: 28px;
}



#mission .inner .in-col .icon img {
    width:55px;
}

/* Default badges */
#badges.simple-badges .title h2 {
    font-size:36px;
    margin:auto;
    margin-bottom:60px;
    text-align: center;
    font-weight: 700;
    color:#69bc45;
}


#badges.simple-badges .in-col {
    height:90px;
    line-height: 90px;;
    margin-bottom:20px;
}

#badges.simple-badges .in-col.active {
    background-color:#69bc45;
}

#badges.simple-badges .in-col a.active {
    background-color:#69bc45;
    display:inline-block;

}

#badges.simple-badges .in-col .title {
    line-height: 28px;
    color:#000a53;

}

#badges.simple-badges .in-col .title a {
    color:#000a53;
}

.project-single-wrapper .container {
    display:flex;
    justify-content: space-between;
    min-height: 376px !important;;
}


/* Sync Carousel */
#sync2 .owl-stage {
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content: flex-start !important;
    height:220px !important;
}

#sync1 .owl-dots {
    display:none;
}

#sync2  .owl-item {
    flex:0 0 32% !important;
    margin:6px;
}

#sync2 .owl-stage,
#sync2 .owl-stage-outer {
    width:100% !important;
}

/* Consultancy-carousel */
#consultancyCarousel {
    margin:30px 0;
    width:65%;
    margin:auto;
}

#consultancyCarousel .inner {
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    border-radius: 10px;
    width:98%;
    margin:auto;
}


#consultancyCarousel .owl-buttons {
    display:block;
}

#consultancyCarousel {
    position: relative;
}

#consultancyCarousel .item {
    padding: 40px 100px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#consultancyCarousel .item img {
    width:100%;
}

#consultancyCarousel .item .image {
    flex:0 0 35%;
}

#consultancyCarousel .item .content {
    flex:0 0 100%;
    padding-left:30px;
    padding-top:30px;
}

#consultancyCarousel .item .content .title h6 {
    font-size:20px;
    font-weight: 800;
    color:#000a53;
}

#consultancyCarousel .item .content .description p {
    margin-top:30px;
    font-size:15px;
    color:#000a53;
    line-height: 28px;
}

#consultancyCarousel .owl-nav .owl-prev {
    position: absolute;
    left:23px;
    top:50%;
    transform:translate(0,-50%);
    width:45px;
    height:45px;
    line-height: 45px;
    text-align: center;
    background-color: #69bc45;
    border-radius: 100%;
    color:#ffffff;
    font-size:24px;
    outline:none;
}

#consultancyCarousel .owl-nav .owl-prev span {
    margin-top:-4px !important;
    display:block;
    margin-left:-2px;
}

#consultancyCarousel .owl-nav .owl-next span {
    margin-top:-4px !important;
    margin-right:-3px;
    display:block;
}

#consultancyCarousel .owl-nav .owl-next {
    position: absolute;
    right:23px;
    color:#ffffff;
    font-size:24px;
    top:50%;
    transform:translate(0,-50%);
    border-radius: 100%;
    width:45px;
    height:45px;
    line-height: 45px;
    text-align: center;
    background-color: #69bc45;
    outline:none;
}

#consultancyCarousel .owl-nav svg {
    width:10px !important;
}

#consCarousel .owl-dots {
    display:none;
}

/* References */
#references {
    margin:30px 0;
}

#references .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#references.references-colorful .inner img {
    filter:none;
    width:90% !important;
    height:auto;
    margin:Auto;
}

#references.references-colorful .inner .in-col {
    flex:0 0 24%;
    padding:30px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom:20px;
    text-align: center;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#careerForm {
    margin-top:-40px;
    z-index:9;
    position: relative;
}

#careerForm .inner form {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

#careerForm .inner .in-card {
    border-radius: 10px;
    padding:45px 60px;
    width:800px;
    margin:auto;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

#careerForm .inner .in-col {
    flex:0 0 48%;
    margin-bottom:25px;
}

#careerForm select,
#careerForm input,
#careerForm .custom-control-label::before, .custom-file-label, .custom-select {
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    width:100%;
    height:68px;
    padding:0 10px !important;
    font-size:12px !important;
    font-weight: 400;
    color:#000a53;
    border-radius: 7px;
    line-height: 68px;
}

#careerForm button {
    width:100%;
    height:68px;
}

#careerForm .custom-control-label::before, .custom-file-label, .custom-select {
    text-align: center;
    font-size:15px !important;
    font-weight: 600;
    border-color:#000a53;
}

.custom-file-input {
    position: relative;
}

.custom-file-label::after {
    content:"" !important;
    position: absolute;
    width:24px;
    height:24px;
    background-color:transparent;
    background:url("../img/attachment.png");
    background-size:cover;
    border:0;
    left:100px;
    top:50%;
    transform:translate(0,-50%);
}

.dropdown-item {
    font-weight: 600;
    color:#000a53;
    font-size:14px;
}


/* Documents */
#documents {
    margin:30px 0;
}

#documents .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#documents .inner .in-col {
    flex:0 0 31%;
    text-align: center;
}

#documents .inner .in-col img {
    width:100%;
}

#documents .inner .in-col .content .title h6 {
    color:#000a53;
    font-weight: 700;
    font-size:20px;
    margin-top:50px;
}

#documents .inner .in-col .content .description p {
    font-size:14px;
    color:#000a53;
    width:80%;
    margin:auto;
}

#contactRow .right .contact-list .list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: initial;
    justify-content: flex-start;
}

#contactRow .inner .right .contact-list li {
    margin:10px 0 !important;
}

#contactRow .right .contact-list .list li {
    width:100%;
}

/* Project detail */
.with-project-single .item {
    padding:0 !important
}

.with-project-single .image {
    flex:0 0 100% !important;
}

#projectContent {
    width:33%;
}

#projectContent .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
}

#projectContent .inner .left {
    flex:0 0 100%;
    background-color:#000a53;
    border-radius: 10px;
    color:#ffffff;
    padding:30px 30px;
}

#projectContent .inner .right {
    flex:0 0 67%;
}

#projectContent .inner .left .list {
    margin-top:30px;
}

#projectContent .inner .left .title {
    font-size:20px;
    font-weight: 900;
}

#projectContentDesc {
    margin-top:50px;
}

#single-wrapper .content-wrapper h2 {
    color:#000a53;
    font-weight: 700;
}

#projectContent .inner .left .list li {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 9.3px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size:14px;
}

#projectContent .inner .left .list li:last-child {
    border:0;
}

#projectContentDesc  .right .title {
    text-align: center  ;
}

#projectContentDesc  .right .title h5 {
    color:#000a53;
    font-weight: 900;
    font-size:20px;
}

#projectContentDesc  .description {
    margin-top:30px;
}

#projectContentDesc  .description p {
    color:#000a53;
    font-size:16px;
}



/* Contact page */
.contact-page #topBlock {
    background-color:#000a53;
}

.contact-page .map {
    position: relative;
}

.contact-page .map:after {
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    left:0;
    top:0;
}

#contactRow .inner {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#contactRow .inner .left {
    flex:0 0 50%;
}

#contactRow .inner .right{
    flex:0 0 47%;
}

#contactRow .inner .left .left-card {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding:55px 40px;
    z-index:9999999;
    margin-top:-40px;
    position: relative;
    border-radius: 10px;
}

#contactRow .inner .left .left-card .title h6 {
    color:#000a53;
    font-weight: 900;
    font-size:18px;
    margin-bottom:25px;
}

#contactRow .inner .left .left-card .description p {
    color:#000a53;
    font-size:14px;
}

#contactRow .inner .left form .form-col-2 {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contactRow .inner .left form .form-col-2 .input-group {
    flex:0 0 48%;
    height:60px;
    line-height: 60px;
    margin-bottom:20px;
}


#contactRow .inner .left form .form-col-2 .input-group input {
    height:100%;
}

#contactRow .inner .left form .form-col-2 .input-group textarea {
    padding-top:20px;
}

#contactRow .inner .left form button {
    height:60px;
    line-height: 60px;
    padding:0 80px;
    margin-top:20px
}

#contactRow .inner .right .title h5 {
    font-weight: 700;
    font-size:24px;
    color:#000a53;
    margin-bottom:30px;
}

#contactRow .inner .right .row-bottom {
    margin-top:60px;
}

#contactRow .inner .right li {
    margin:20px 0;
}

#contactRow .inner .right .fa {
    width:10px;
    text-align: center;
    margin-right:20px;
    color:#69bc45;
    font-size:20px
}

#contactRow .inner .right .row-bottom {
    width:300px;
}

#contactRow .inner .right {
    color:#000a53;
}

#contactRow .inner .right .row-bottom li {
    display:flex;
    justify-content: space-between;
}

#contactRow .inner .right a {
    color:#000a53;
}


input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000a53 !important;
    font-weight: 700;
    font-size:13px;
    opacity: 1; /* Firefox */
  }

  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000a53 !important;
    font-weight: 700;
    font-size:13px;
    opacity: 1; /* Firefox */
  }

  input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000a53 !important;
    font-weight: 700;
    font-size:13px;
    opacity: 1; /* Firefox */
  }

  textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000a53 !important;
    font-weight: 700;
    font-size:13px;
    opacity: 1; /* Firefox */
  }

  textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000a53 !important;
    font-weight: 700;
    font-size:13px;
    opacity: 1; /* Firefox */
  }

  textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000a53 !important;
    font-weight: 700;
    font-size:13px;
    opacity: 1; /* Firefox */
  }



/* Footer */
.has-contact-us #footer {
    margin-top:0;
}

#footer {
    background-color:#000a53;
    padding:30px 0;
    margin-top:30px;
    color:#82868a;
    padding-bottom:0;
}

#footer a {
    color:#82868a;
}

#footer .inner .top {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

#footer .in-col {
    flex:0 0 32%;
}

#footer .in-col.logo-col img {
    width:130px;
}

#footer .in-col.logo-col .description {
    margin-top:20px;
}

#footer .in-col.logo-col .description p {
    font-size:12px;
    line-height: 22px;
}

#footer .in-col .footer-title {
    color:#ffffff;
    font-size:18px;
    font-weight: 700;
}

#footer .in-col.link-col,
#footer .in-col.form-col {
    margin-top:20px;
}

#footer .in-col .list .item a {
    font-size:13px;
    font-weight: 400;
}

#footer .in-col form {
    margin-top:20px;
}

#footer .in-col .list-wrapper {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding-right:60px;
    margin-top:20px;
}

#footer .in-col.form-col button {
    width:100% !important;
    height:45px;
    line-height: 45px;
    font-weight: 700;
}

#footer .in-col.form-col input {
    border:0;
    border-radius: 0;
    font-size:14px;
    font-weight: 700;
    padding-left:0;
    border-bottom:1px solid #82868a;
    background-color:transparent;
}

#footer .in-col.form-col input:focus {
    outline:none;
    box-shadow: none;
}

#footer .bottom {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:40px;
    border-top:1px solid #82868a;
    padding: 20px 0 20px 0;
    align-items:center;
}

#footer .bottom .bottom-col {
    flex:0 0 31%;
}

#footer .bottom .copyright-col p {
    color:#ffffff;
    font-size:13px;
    margin:0;
}

#footer .bottom .conditions-link-col .list {
    display:flex;

}

#footer .bottom .conditions-link-col a {
    color:#82868a;
    font-size:13px;
    padding:0 10px;
}

#footer .bottom .conditions-link-col .bordered a {
    border-right:1px solid #ffffff;
}

#footer .bottom .social-col .list {
    display:flex;
    justify-content: flex-end;
    flex-wrap:wrap;
}

#footer .bottom .social-col .list li {
    margin-left:25px;
}

#footer .bottom .social-col .list li .fa {
    color:#ffffff;
}

.other {
    position: absolute;
    bottom:-50px;
    left:48.5%;
    transform:translate(-50%,0);
    color: #000a53;
    font-size: 15px;
    font-weight: 600;
}




/* Breakpoints */
@media only screen and (max-width: 1400px)  {
    #topBlock .navbar-expand-md .navbar-nav .nav-link {
        margin-right:5px;
    }

    #topBlock .navbar-expand-md .navbar-nav .nav-link {
        font-size:13px;
    }
}

@media only screen and (max-width: 1199px)  {
    .navbar-expand-md {
        flex-direction: column;
    }






    #topBlock .navbar-expand-md .navbar-collapse {
        align-items:center;
        z-index:999999;
    }

    #topBlock:before {
        height:220px;
        background-color: rgb(0 0 0 / 20%);
    }

    #ourNews .description {
        width:100%;
    }

    #ourNews .content .inner .bottom .in-title h6 {
        font-size:14px;
    }

    #calculate .inner .image .slogan {
        left: 0;
        right: initial;
        text-align: left;
        left: 30px;
    }

    #priceList .price-list .in-col {
        flex:0 0 100%;
    }

    #energy .inner .left {
        flex:0 0 100%;
    }

    #energy .inner .right {
        display:none;
    }

    #projects .tab-in .in-col {
        flex:0 0 48%;
    }

    #centerContent .inner .content .description p {
        width:100%;
    }

    #consultancyCarousel .item .image {
        flex:0 0 50%;
        margin:auto;
        margin-bottom:30px;
    }

    #consultancyCarousel .item .content {
        flex:0 0 100%;
        padding-left:15px;
        text-align: center;
    }
}

.owl-carousel .owl-stage-outer {
    padding:0 63px !important;
}

#chartjs-legend ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

#chartBlock .container #chartjs-legend {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0 !important;
    top: 10%;
    transform: translate(0,-75%);
}



@media only screen and (max-width: 991px) {
    #topBlock .container {
        width:100% !important;
        max-width: initial !important;
    }

    #chartBlock .container #chartjs-legend {
        top:11% !important;
    }


.pie {
    position:absolute;
    width:100px;
    height:200px;
    overflow:hidden;
    left:40%;
    -moz-transform-origin:left center;
    -ms-transform-origin:left center;
    -o-transform-origin:left center;
    -webkit-transform-origin:left center;
    transform-origin:left center;
}

.pie.big {
    left:37.4% !important;
}

.pie-2 {
    left:51.7% !important;
    top:6%;
}

.pie-3 {
    left:51.7% !important;
    top:6%;
}

.pie-4 {
    left:51.7% !important;
    top:6%;
}

.pie-5 {
    left:50%;
    top:6%;
}

#slogan .inner .right {
    display:none;
}




    #careerForm .inner .in-card {
        width:97%;
        padding:20px;
    }

    .custom-file-input:lang(en)~.custom-file-label::after {
        left:50px;
    }

    #careerForm .inner .in-card .in-col {
        flex:0 0 100%;
    }

    .press-detail .content .in-col,
    #videos .in-col {
        flex:0 0 100% !important;
    }

    #mission .inner {
        flex-direction: column;
    }

    #mission .inner .in-col {
        flex:0 0 100%;
        margin-bottom:40px;
    }

    #mission .inner .in-col {
        text-align: center;
    }

    #mission .inner .in-col .title h2 {
        font-size:30px
    }

    .navbar-expand-md .navbar-collapse {
        flex-direction: column;
    }

    .navbar-expand-md {
        padding:0;
    }

    #topBlock .navbar-expand-md .navbar-nav {
        margin-left:0;
    }

    #topBlock .navbar-expand-md .navbar-nav .nav-link {
        font-size:13px;
    }

    #ourNews .content .in-col {
        flex:0 0 100%;
        margin-bottom:30px;
    }

    #whatWeDo .content .inner .in-col .left,
    #whatWeDo .content .inner .in-col .right {
        flex:0 0 50%;
    }

    #whatWeDo .content .inner .in-col {
        flex:0 0 100%;
    }

    #calculate .inner .image {
        display:none;
    }

    #calculate .inner .calc {
        position: relative;
        bottom:initial;
        margin-top:30px;
        border:1px solid #f1f1f1;
        width:100%;
    }

    #footer .bottom  {
        flex-direction: column;
    }

    #footer .bottom .bottom-col {
        margin:5px 0;
        text-align: center;
    }

    .page-wrapper #main {
        flex:0 0 100%;
    }

    .page-wrapper #main,
    .page-wrapper #sidebar {
        flex:0 0 100%;
    }

    .page-wrapper {
        flex-direction: column-reverse;
    }
    #slogan .inner {
        flex-direction: column-reverse;
    }

    #slogan .inner .right {
        margin-bottom:30px;
    }
    #customerComments .top .title-wrapper {
        width: 479px;
        height: 179px;
    }

    #customerComments {
        padding-top:170px;
    }

    #slogan .inner .right {
        display:none;
    }

    .energy-page #slogan .inner .right {
        display:block;
    }

    #howWork .inner .in-col {
        margin-bottom:15px;
        flex:0 0 47%;
    }

    #centerContent .inner .content .description {
        width:100%;
    }

    #centerContent .inner .content {
        width:80%;
    }

    #centerContent .inner .image {
        height:500px;
    }

    #centerContent .inner .image img {
        height:100%;
        width:auto;
    }

    #team .inner .in-col {
        flex: 0 0 48%;
    }

    #contactUs {
        display:none;
    }

    #consultancyCarousel .item {
        padding: 15px 0;
    }

    .project-single-wrapper .container {
        flex-direction: column;
    }

    .project-single-wrapper .container #projectContent,
    .project-single-wrapper .container #consultancyCarousel {
        width:100%;
    }

    #consultancyCarousel .inner {
        border:0;
    }

    #consultancyCarousel .owl-buttons {
        display:none;
    }

    #references.references-colorful .inner .in-col {
        flex:0 0 47%;
    }

    #projectContent .inner .right,
    #projectContent .inner .left {
        flex:0 0 100%;
    }

    #projectContent .inner .left {
        margin-bottom:30px;
    }

    #contactRow .inner {
        flex-direction: column;
    }

    #contactRow .left-card {
        margin-bottom:40px;
    }

    #contactRow .row-bottom .list {
        width:276px !important;
    }
}





@media only screen and (max-width: 767px) {
    #topBlock .navbar {
        flex-direction: row;
    }

    #mission,
    #contactRow .inner .left .left-card,
    #careerForm {
        margin-top:20px !important;
    }

    #ourNews .content-action-top {
        position: relative !important;
        right: 15px;
        top: 20px;
        height: 38px;
        margin-bottom:20px !important;
    }

    #chartjs-legend ul {
        margin-top:100px;
    }

    #topBlock:not(.index-top-block) {
        height: 100vh !important;
        overflow: hidden;
    }

    #topBlock .top-block-bottom {
        z-index:1;
    }
    #topBlock .top-block-bottom .title h1, #topBlock .top-block-bottom .title h2 {
        margin-top:-70px;
    }

    #ourNews .content-action-top {
        position: relative;
        right: auto;
        bottom: 13px;
    }

    /* #chartBlock {
        display:none;
    } */

    .accordion .card {
        flex:0 0 100% !important;
    }

    #topBlock .top-block-bottom .title h1,
    #topBlock .top-block-bottom .title h2 {
        font-size:20px;
        padding:0 30px;
    }
    #whatWeDo {
        margin-bottom:10px;
    }

    #steps {
        margin-top:0 !important;
    }

    #priceList {
        margin-top: 0 !important;
    }

    #consultancyCarousel .owl-nav .owl-prev {
        left: -17px;
        top: 12%;
    }

    #consultancyCarousel {
        width:87%;
    }

    #consultancyCarousel .owl-nav .owl-next {
        right: -17px;
        top: 12%;
    }

    #sync2  .owl-item {
        flex:0 0 100% !important;
        margin:0 6px ;
    }


    #topBlock .navbar .navbar-brand {
        margin-left:15px;
    }

    #topBlock .container {
        padding:0;
    }

    #topBlock .navbar-expand-md .navbar-collapse {
        margin-top:20px;
        background-color: rgb(96 96 156);
        padding:20px 0 20px 20px;
    }

    #topBlock .navbar .navbar-toggler {
        margin-right:15px;
        margin-top:20px;
    }

    #topBlock .top-bar .inner{
        padding:0 30px;
    }

    #topBlock:before {
        height:150px;
    }

    #references {
        display:none;
    }

    #references.references-colorful {
        display:flex;
    }

    #ourNews {
        margin-top:30px;
    }

    .home-page #topBlock {
        height:100vh !important;
    }

    #footer .in-col {
        flex:0 0 100%;
    }

    #customerComments .top .title-wrapper {
        background:none;
        height:initial;
        width:initial;
    }

    #customerComments {
        padding-top:50px;
    }

    #badges .in-col {
        flex:0 0 100%;
        margin-bottom:15px;
    }

    #videoBlock .image .content .title {
        font-size:22px;
    }

    #videoBlock .image .content .button a {
        width: 60px;
        height: 60px;
        line-height: 64px;
    }

    #videoBlock .image .content .button a:after {
        width: 82px;
        height: 82px;
    }

    #whyOur .inner .left {
        display:none;
    }

    #whyOur .inner .right {
        flex:0 0 100%;
    }

    #badges {
        margin-top:0;
    }

    #slogan {
        margin:40px 0;
    }

    #whyOur {
        margin:40px 0;
    }

    #team .inner .in-col {
        flex: 0 0 100%;
    }

    #team .inner .card {
        padding:15px;
    }

    #team .inner .title {
        width:100%;
    }

    #team .inner .title h2 {
        font-size:17px;
        width:100%;
    }

    #whyOur .inner .right .big-title h1 {
        font-size:22px;
    }

    #documents .inner .in-col {
        flex:0 0 100%;
        margin-bottom:30px;
    }

    #topBlock .navbar-expand-md .navbar-collapse {
        margin-top: 20px;
        background-color: #000a53 !important;
    }

}

@media only screen and (max-width: 540px) {
    #topBlock .top-bar .inner {
        padding:15px 0;
        flex-direction: column;
    }

    #topBlock .top-bar .inner a {
        font-size: 20px;
    }

    #topBlock .top-bar .inner .left a {
        font-weight: 700;
        font-size: 18px;
    }

    #topBlock .top-bar .inner .right {
        display:none;
    }

    #whatWeDo .content .inner .in-col .left,
    #whatWeDo .content .inner .in-col .right {
        flex:0 0 100%;
    }

    #whatWeDo .content .inner  .image {
        width:100%;
        margin:Auto;
    }

    #calculate .inner .calc .top .radio-wrapper {
        flex-direction: column;
    }

    #calculate .inner .calc .top .radio-wrapper .form-check {
        margin:10px 0;
    }

    #calculate .inner .calc form .bottom .select-wrapper {
        flex-direction:column;
    }

    #calculate .inner .calc form .bottom .select-wrapper .select-col {
        width:100%;
        margin-bottom:10px;
    }

    #calculate .inner .calc .top .radio-wrapper,
    #calculate .inner .calc form .bottom {
        padding:15px 20px;
    }

    #projects .tab-in .in-col {
        flex:0 0 100%;
    }

    #centerContent .inner .image {
        height:600px;
    }
}






#careerForm input::-webkit-input-placeholder { /* Edge */
    font-size:12px !important;
    font-weight: 400;
  }

  #careerForm input:-ms-input-placeholder { /* Internet Explorer */
    font-size:12px !important;
    font-weight: 400;
  }

  #careerForm input::placeholder {
    font-size:12px !important;
    font-weight: 400;
  }

  .consult-tab .tab-in .in-col {
    flex:0 0 100% !important;
    background-color:#ffffff;
    border:1px solid #e2e2e2;
    padding:30px 40px;
}

.consult-tab .tab-in .in-col .content {
    padding-top:30px;
    color:#000a53;
    line-height: 28px;
}

.consult-tab .tab-in .in-col img {
    width:100%;
}

#projects.has-content .tab-content .title h2 {
    font-size:26px;
    font-weight: 700;
    color:#000a53;
    text-align: center;
}

#projects.has-content .tab-content .desc p {
    font-size:16px;
    font-weight: 400;
    color:#000a53;
    text-align: left !important;
    margin-bottom:30px;
}

#projects.has-content .tab-in .in-col {
    padding-top:70px;
}

#projects.has-content .tab-content .image {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom:50px;
}

#projects.has-content .tab-content .content-wrapper {
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}

#projects.has-content .tab-content .content-wrapper .deep-col {
    flex:0 0 32%;
}

#projects.has-content .tab-content .content-wrapper .deep-col {
    padding:20px;
    border-radius: 10px;
    border:1px solid #e2e2e2;
    margin-top:20px;
    margin-right:12px !important;
}

#projects.has-content .tab-content .content-wrapper .deep-col .in-title  {
    color:#000a53;
    font-weight: 700;
    margin-bottom:15px;
    position: relative;
    padding-left:20px;
}

#projects.has-content .tab-content .content-wrapper .deep-col .in-title:before {
    content:"";
    position: absolute;
    background-color:#69bc45;
    width:7px;
    height:7px;
    left:0;
    top:10px;
    border-radius: 100%;
}

#projects .deep-col ul {
    margin-left:16px !important;
}

#projects .deep-col ul li {
    color:#000a53;
}

#projects.has-content .tab-content .content-wrapper .deep-col .in-content p {
    color:#000a53;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  html,
  body {
    height:100%;
    margin: 0;
  }
  body {
    font-family:sans-serif;
    font-size:12px;
    font-weight:normal;
  }

  ol,
  ul {
    list-style: none;
    margin:0;
    padding:0;
  }


  #chart {
    position:relative;
    height: 60vh;
    width: 60vh;
    top:15%;
    margin:auto;
  }
  #chartjs-legend {
    position:absolute;
    width:100%;
    bottom:10%;
  }

  #chartBlock .container {
      position: relative;
  }
  #chartBlock .container .chart-wrapper {
    height:50px;
}

#chartBlock .container #chartjs-legend {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0 !important;
    top: 50% !important;
    transform: translate(0,-22%);

}

#chartjs-legend li span {
    height:35px;
    line-height: 35px;
    display:inline-block;
    padding:0 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    margin:3px 0 !important;
    min-width: 151px;
    text-align: center;
}

  #chartjs-legend li {
    cursor:pointer;
    margin: 10px 0;
    flex:0 0 48%;
  }


#chartBlock {
    padding-top:80px;
}

#chartBlock .container {
    height:300px;
}

#chartBlock .container .chart-wrapper {
    height:50px;
}

#chartBlock .container .chart-legends {
    position: absolute;
    width:100%;
    top:0;
    height:300px;
}

#chartBlock .container .chart-legends .item {
    position: absolute;
    color: #000a53;
    font-size: 16px;
    font-weight: 600;
}

#chartBlock .container .chart-legends  .list {
    position: relative;
    width: 100%;
    height: 300px;
}



#chartBlock .container .chart-legends .item.lgnd-left:after {
    left:-40px;
}

#chartBlock .container .chart-legends .item.lgnd-right:after {
    right:-40px;
}

#chartBlock .container .chart-legends .item.lgnd-right {
    width: 126px;
    text-align: right;
}

#chartBlock .container .chart-legends .item .border {
    width:30px;
    height:30px;
    border-radius: 100%;
    top:50%;
    right:-145px;
    transform:translate(0,-50%);
    position: relative;
    margin-top:-10px;
}

#chartBlock .container .chart-legends .item.lgnd-left {
    width:126px;
}

#chartBlock .container .chart-legends .item.lgnd-left {
    width: 126px;
    text-align: left;
}

#chartBlock .container .chart-legends .item.lgnd-left .border {
    width:30px;
    height:30px;
    border-radius: 100%;
    top:50%;
    right:initial;
    left:-45px !important;
    transform:translate(0,-50%);
    position: relative;
    margin-top:-10px;
}

#chartBlock .container .chart-legends .item .border:after {
    content:"";
    width:40px;
    height: 40px;
    top: -6px;
    left: -6px;
    position: absolute;
    display:inline-block;
    border-radius: 100%;
}

#chartBlock .container .chart-legends .item.l-1 .border {
    background-color:#509392;
}

#chartBlock .container .chart-legends .item.l-1 .border:after {
    border:3px solid #509392;
}

#chartBlock .container .chart-legends .item.l-2 .border {
    background-color:#11716C;
}

#chartBlock .container .chart-legends .item.l-2 .border:after {
    border:3px solid #11716C;
}

#chartBlock .container .chart-legends .item.l-3 .border {
    background-color:#1D9A73;
}

#chartBlock .container .chart-legends .item.l-3 .border:after {
    border:3px solid #1D9A73;
}

#chartBlock .container .chart-legends .item.l-4 .border {
    background-color:#FCE00C;
}

#chartBlock .container .chart-legends .item.l-4 .border:after {
    border:3px solid #FCE00C;
}

#chartBlock .container .chart-legends .item.l-5 .border {
    background-color:#9BE243;
}

#chartBlock .container .chart-legends .item.l-5 .border:after {
    border:3px solid #9BE243;
}

#chartBlock .container .chart-legends .item.l-6 .border {
    background-color:#47C165;
}

#chartBlock .container .chart-legends .item.l-6 .border:after {
    border:3px solid #47C165;
}



#chartBlock .container .chart-legends .item.lgnd-left .border {
    left:-50px;
}

#chartBlock .container .chart-legends .l-1 {
    left:16%;
    top:7%;
    position: absolute;
}

#chartBlock .container .chart-legends .l-2 {
    left:16%;
    top:37%;
    position: absolute;
}

#chartBlock .container .chart-legends .l-3 {
    left:16%;
    top:67%;
    position: absolute;
}

#chartBlock .container .chart-legends .l-4 {
    right:17%;
    top:7%;
    position: absolute;
}

#chartBlock .container .chart-legends .l-5 {
    right:17%;
    top:37%;
    position: absolute;
}

#chartBlock .container .chart-legends .l-6 {
    right:17%;
    top:67%;
    position: absolute;
}


@media only screen and (max-width: 991px) {


    #chartBlock .container #chartjs-legend {
        top:36% !important;
    }

    #chartjs-legend li span {
        min-width: 131px;
    }
}
</pre></body></html>