/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');


/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background: #fefefd;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #323232;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.titlepage {
    padding-bottom: 50px;
    text-align: center;
}
.titlepage h2 {
    font-size: 41px;
    color: #2d2d2c;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    display: block;
}
.titlepage h2 span {
    color: #dc8100;
}
.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.read_more {
    font-size: 16px;
    background: #dc8100;
    max-width: 205px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}
.read_more:hover {
    background: #242323;
    color: #fff;
}
.text_align_left {
    text-align: left;
}
.text_align_right {
    text-align: right;
}
.text_align_center {
    text-align: center;
}
.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- 
preloader area 
----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

/*.header-area {
    width: 100%;
    background: #fafbfd;
    padding: 30px 0px;
}*/
.header-area {
    width: 100%;
    background: #262626;
    padding: 15px 0px;
    position: fixed;
    z-index: 16;
}
.logo a {
    font-family: 'Poppins', sans-serif;
    color: #dc8100;
    font-weight: bold;
    font-size: 35px;
    display: block;
    line-height: 30px;
    text-align: left;
}
.logo a img {padding-right: 17px;}
.logo a span {
    color: #313131;
}

/*.navbar-area {
    float: right;
}*/
.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.site-navbar ul li a {
    color: #f5f5f5;
    font-size: 14px;
    font-weight: :600;
    display: block;
    text-decoration: none;
    padding:0px 30px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    transition: ease-in all 0.5s;
}
.site-navbar ul li {
    padding-right: 0px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover,.site-navbar ul li a.active  {
    color: #dc8100;
    transition: ease-in all 0.5s;
}
ul.social_icon {
    margin: 0 -110px 0 0;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 3px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
    color: #fff;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    padding: 0;
    margin: 0 3px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: bold;
}

ul.social_icon li a:hover {
     background: #dc8100;
     color: #fff;
     transition: ease-in all 0.4s;
}
ul.submenu {
    display: none;
    position: absolute;
    padding: 10px 0;
    top: 25px;
    left: auto;
    background: rgb(38 38 38 / 98%);
}
ul.submenu li a {
    padding: 5px 30px;
    font-size: 12px;
}
.site-navbar ul li:hover ul.submenu{
    display: block;
}
/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #dc8100;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #dc8100;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

/* intro-area css end */


/** end header **/


/** banner section **/
.full_bg {
    background:#fafbfd;
    /*height: 100vh;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.full_bg img{
    width: 100%;
}
.slider_main {
    /*padding-bottom: 200px;*/
}
.container-wifgr {
    max-width: 1500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    padding: 0 15px;
}
.relative {
    position: inherit;
    left: 0;
    right: 0;
    text-align: left;

}

.carousel-item {
    height: 100%;
    width: 100%;
}

.creative {
    float: left;
    max-width: 680px;
    width: 100%;
    text-align: left;
    position: relative;
}
.creative h1 {
    font-size: 50px;
    line-height: 55px;
    color: #2c2c2c;
    font-weight: bold;
    text-transform: uppercase;
}
.creative::before {
    position: absolute;
    content: "";
    width: 77px;
    height: 84px;
    top: 0;
    right: -90px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
}
.creative::after {
    position: absolute;
    content: "";
    width: 77px;
    height: 84px;
    bottom: 0;
    right: -90px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
}
.futu_img {
    position: relative;
}
.futu_img::before {
    position: absolute;
    content: "";
    width: 51px;
    height: 94px;
    top: 0;
    left: 0px;
    background: url(../images/left.png);
    background-repeat: no-repeat;
    z-index: 999;
}
.futu_img figure {
    margin: 0;
}


.slider_main .carousel-indicators {
    bottom: 60px;
    display: flex;
    align-items: center;
}

#banner1 .carousel-indicators li {
    width: 21px;
    height: 21px;
    border-radius: 40px;
    border: #dc8100 solid 5px;
    background: #fff;
    cursor: pointer;
}
#banner1 .carousel-indicators .active {
    width: 28px;
    height: 28px;
    border: #2e2929 solid 5px;
}
/*#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
display: none;
}*/

.serch_form {
     padding-top: 30px;
}
.serc {
     color: #cfcfcf;
     border: inherit;
     box-shadow: 4px 0 24px rgba(2, 3, 8, 0.10);
     padding: 0px 15px;
     height: 70px;
     width: 100%;
     font-size: 17px;
     background:#fff;
     font-weight: normal;
     margin-bottom: 20px;
     border-radius: 5px;
}
.sear_btn {
    max-width: 232px;
    display: inline-block;
    background: #dc8100;
    color: #fff;
    height: 74px;
    font-size: 18px;
    width: 100%;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    border-radius: 5px;
}

.sear_btn:hover {
     background: #f69679;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** end banner section **/



/** mk-about section **/

.mk-about {
    background:#fefefd;
    padding-top:90px;
}

.mk-about .titlepage {
    padding-bottom: 0;
}
.mk-about .titlepage p {
    padding-top: 15px;
}

.mk-about figure {
    margin: 0;
}
.icon-wrap {
    padding: 20px 0;
}
.icon-box {
    display: inline-block;
    padding: 10px 35px;
    border: 1px solid #f5f5f5;
}
.icon-box .fa,.service-icon .fa{
    padding-right: 10px;
    font-size: 18px;
    color: #dc8100;
}

/** end mk-about section **/

/** services section **/  
.services,.secret {
    position: relative;
    padding:90px 0;
    margin-top: 90px;
    background-size: cover;
}
.services{background-image: url(../images/our-service-bg.jpg);}
.services:before,.secret:before{
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(255,255,255,.7);
}
.services .titlepage p {
    padding-top: 5px;
}
.services_box figure {
    margin: 0;
}
.services_box {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px 15px;
    margin: 0 0 15px 0;
    text-align: center;
    transition: 0.5s all;
    cursor: pointer;
    min-height: 320px;
}
.services_box h3 {
    color: #212120;
    padding: 0 10px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.services_box p {
    padding-top: 15px;
}
.service-icon {
    display: inline-flex;
    align-items: center;
}
.service-icon .fa{
    font-size: 30px;
}
.services_box:hover {
    background: #dc8100;
    border-bottom: 4px solid #dc8100;
    margin-top: -15px;
    color: #fff;
}
.services_box:hover .fa,.services_box:hover p, .services_box:hover h3{color: #fff;}
/*.service-dtls {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/
.testimonial {
    padding-top: 40px;
}
/*.owl-carousel .owl-item img {
    text-align: center;
    margin: 0 auto;
}
.owl-carousel .owl-nav.disabled {
     display: inherit !important;
}

.owl-carousel .owl-item img {
    width: inherit !important;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
     width: 96px;
     height: 90px;
     background-color: #ffffff !important;
     color: #000000 !important;
     font-size: 60px !important;
     line-height: 30px !important;
     opacity: 1;
     transition: ease-in all 0.5s;
     top: 40%;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
     background-color: #f69679 !important;
     transition: ease-in all 0.5s;
     color: #fff !important;
}
.owl-next {
    position: absolute;
    right: -13%;
}
.owl-prev {
    position: absolute;
    left: -13%;
}
.flex-box {
    display: flex;
    align-items: center;
    text-align: justify;
}
.service-icon2 {
    padding: 10px;
    width: 30%;
}*/
/** end services section **/

/*Our project*/
.our_project,.our_process {
    padding: 40px 0;
}
.our_project .box {
    position: relative;
    box-shadow: 0 0 5px #b3b3b3;
    height: 100%;
}
.our_project .box img {
    width: 100%;
    height: auto;
    height: 100%;
}
.our_project h5. {
    position: absolute;
    top: 5%;
    left: 5%;
}
h5.title a {
    color: #fff;
    text-transform: uppercase;
}
/*.our_project .box .over-layer {
    background-color: #dc8100;
    width: 90%;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    opacity: 0;
    transform: translate(0,0);
    transition: all .3s linear 0s;
    height: 90%;
}*/
/*updated code for future*/
.our_project .box .over-layer {
    background-color: #dc8100;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all .3s linear 0s;
    height: 45%;
}
.our_project .box:hover .over-layer {
    opacity: 1;
}
.our_project .box .work_content {
    padding: 25px;
    margin: 0;
    list-style: none;
    text-align: left;
    position: relative;
    top: 2%;
    height: 100%;
    color: #fff;
}
a.theme_button {
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
}
.our_project .view_all a {
    color: #313040;
}
/*a.theme_button:hover {
    color: #dc8100;
    background: transparent;
}*/
.our_project .box-search-icon a i {
    color: #fff;
    margin-right: 5px;
}
.our_project a.theme_button:after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50px;
    right: 43%;
    margin-top: 5px;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}
/*project page*/
.proj_img {
    width:  350px;
    height: 230px;
    object-fit: cover;
}
/*End project section*/
/*Our project maain page*/
.container.main_title {
    margin-top: 100px;
}
.main_title h1:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #dc8100;
    margin-top: 7px;
}
.middle-content {
    padding-bottom: 20px;
}
#our_project {
    text-align: center;
}
.inner-test-bg {
    padding: 40px 0;
}
.title a {
    font-size: 14px;
    color: #dc8100;
}
.post_dec {
    margin: 20px 0;
}
.project_aarow {
    font-size: 20px;
    border: 1px solid #dc8100;   
    color: #dc8100; 
    padding: 0 6px;
}
.project_aarow:hover{
    color: #dc8100;
}
/*Our project maain page*/

/*Project Details*/
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.proj-tmi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tmi {
    padding: 0 15px;
}
.tmi strong {
    display: block;
}
/*New css*/
/* The grid: Four equal columns that floats next to each other */
.imgcolumn {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.imgcolumn img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  opacity: 0.8; 
  cursor: pointer; 
}
.imgcolumn img:hover {
  opacity: 1;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}
/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}


/*Project Details*/

/*Our Records*/
.records_section{
    background-color: #2e2929;
}
.inner_sec {
    padding: 10px;
}
.record-inner {
    margin: 20px;
    padding: 25px;
}
.record-box{
    background-color: #dc8100;
    padding: 10px;
    text-align: center;
}
.record-box h4 i, .record-box h4 {
    color: #fff;
    font-size: 28px;
}
.record-box p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*Our Records*/

/*Our process*/
.our_process .nav-tabs {
    border-bottom: none;
}
.process-block {
    display: flex;
    justify-content: space-between;
}
.process_elements {
    flex: 200px;
    margin: 5px;
}
.our_process .nav-link {
    padding: 1em 0;
    width: 100%;
    text-align: center;
    background-color: #21202e;
}
.process_elements .nav-link{
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}
.process_elements .nav-link.active{
    border-color: #dc8100;
}
.process_elements h6, .process_elements img {
    display: inline;
}
.process_elements img {
    max-width: 40px;
    margin-bottom: 4px;
}
.process_tab_content h5, .process_tab_content p, .process_tab_content a.read_more, h6.tab {
    color: #fff;
    margin: 0 0 0 5px;
}
.our_process .nav-tabs .nav-item.show .nav-link, .our_process .nav-tabs .nav-link.active {
    background-color: #21202e;
    border-radius: 0;
}
.process-outer{
    background-color: #dc8100
}
.tab-content>.tab-pane {
    display: none;
}
.process_tab_content h5, .process_tab_content p, .process_tab_content a.read_more, h6.tab {
    color: #fff;
}
.read_more i {
    width: auto;
    padding-left: 5px;
}
.our_process .read_more:hover {
    background: transparent;
}
.tab-content>.active {
    display: block;
}
/*Our process*/

/** secret section **/
.secret {
/*    background:#fefefd;*/
    padding-top:90px;
}
.secret{background-image: url(../images/why-makeo.jpg);}
.secret .titlepage {
    padding-bottom: 15px;
}
.secret .titlepage p {
    padding-top: 15px;
    padding-bottom: 60px;
}

.secret_img figure {
    margin: 0;
}

/** end secret section **/


/** market section **/

.market {
    background:#fefefd;
    padding-top:90px;
}

.market .titlepage {
    padding-bottom: 0;
}
.market .titlepage p {
    padding-top: 15px;
    padding-bottom: 60px;
}

.market_img figure {
    margin: 0;
}

/** end market section **/

/** testimonial **/
.client-testimonial .owl-item{padding: 0 15px;}
.client-testimonial .owl-dots button {
    height: 5px;
    background: #dc8100 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 10px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "fontawesome";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #dc8100;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
    color: #dc8100;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
/** end testimonial **/
/*Subheader*/
.page-title {
    background-image: url(../images/our-service-bg.jpg);
    position: relative;
    padding: 150px 0 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-title .inner-container {
    position: relative;
}
.page-title .title-box {
    position: relative;
/*    float: left;*/
}
.page-title h1 {
    position: relative;
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 50px;
    font-weight: 500;
    margin: 60px 0 0 0;
    text-align: center;
}
.page-title .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
}
.page-title .bread-crumb {
    position: relative;
    float: right;
    padding-top: 95px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.page-title .bread-crumb li:before {
    position: absolute;
    right: -2px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    content: "-";
}
.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/** contact **/
.contact {
    padding-top: 90px;
    background:#fefefd;
}
.main_form {
    max-width: 440px;
    float: right;
    width: 100%;
}
.main_form .form_control {
    padding:0 20px;
    margin-bottom: 25px;
    width: 100%;
    height:74px;
    background:#f7f4f8;
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    border:inherit;
}
.main_form .form_cont {
     margin-bottom: 60px;
    width: 100%;
    background:#f7f4f8;
    color: #363636 !important;
    font-size: 15px;
    font-weight: normal;
    padding:65px 20px 0 20px;
    height: 167px;
    border:inherit;
}
.main_form .send_btn {
    font-size: 24px;
    transition: ease-in all 0.5s;
    background-color: #dc8100;
    color: #fff;
    max-width:224px;
    width:100%;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    border-radius: 5px;
}
.main_form .send_btn:hover {
    background-color: #2c2c2c;
    transition: ease-in all 0.5s;
}
#request *::placeholder {
    color: #363636;
    opacity: 1;
}
/*new*/
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
.ltx-block-icon.ltx-icon-top {
    margin-left: -15px !important;
    margin-bottom: 0;
    margin-top: -70px !important;
    display: grid;
}
.ltx-block-icon.align-center li {
    text-align: center;
}
.ltx-block-icon.layout-cols4 li {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: relative;
}
.ltx-block-icon.ltx-icon-top.layout-cols4 li:not(:last-child) .in {
    position: relative;
}
.ltx-block-icon.ltx-icon-top .ltx-icon {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    font-size: 48px;
    line-height: 1.4em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "ollis-fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
    content: '\e833';
}
.icon-placeholder:before {
    content: '\e827';
}
.icon-wall-clock:before {
    content: '\e83e';
}
.icon-phone-call:before {
    content: '\e835';
}
.ltx-block-icon.ltx-icon-top .header {
    margin: 12px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
}
.ltx-block-icon.ltx-icon-top .descr {
    padding: 12px 0;
}

/** end contact **/

/** footer **/
.footer {
     background: #2e2929;
     padding-top: 90px;
     margin-top: 135px;
 }
.conta {
    display: flex;
    justify-content: space-between;
}
.conta .c-block {
    line-height: 25px;
    color: #acaba9;
    display: block;
    width: 28%;
    /* text-align: center; */
}
.conta .c-block a {
     color:#acaba9;
}
.conta .c-block span {
    font-weight:500;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    padding-bottom: 10px;
}
.conta .c-block a:hover {
     color: #fff;
}

.newslatter_form {
    padding-top: 8px;
    display: flex;
}
.ente {
    color: #515151;
    border: inherit;
    padding: 0 20px;
    height: 50px;
    width: 100%;
    font-size: 14px;
    background: #fefefd;
    font-weight: normal;
    margin-bottom: 20px;
    border-radius: ;
}
.subs_btn {
    max-width: 50px;
    display: inline-block;
    background: #dc8100;
    color: #fff;
    height: 50px;
    font-size: 14px;
    width: 100%;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    border-radius: 0px;
    margin-left: -5px;
}

.subs_btn:hover {
     background: #fff;
     color: #dc8100;
     transition: ease-in all 0.5s;
}
.runnig-proj {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
}
.proj-block {
    position: relative;
    max-width: 75px;
    margin: 5px 0px 5px 5px;
    /* padding: 5px; */
}
.block-overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=1);
    overflow: hidden;
    transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -webkit-transition: opacity 500ms ease-out;
}
.block-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.block-overlay:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.copyright {
    background:#dc8100;
    padding: 20px 0px;
    margin-top: 90px;
}

.copyright p {
     color: #fff;
     text-align: center;
   
}
.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #111111;
}

/** end footer **/
/**  inner page css **/
/** blog section **/  
.blog {
    padding:90px 0;
    margin-top: 90px;
    background: #dc8100;
}
.blog .titlepage h2 {
    color: #fff;
}
.blog .titlepage p {
    color: #fff;
    padding-top: 5px;
}
.blog_box figure {
    margin: 0;
}
.blog_box {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 20px;
}

.blog_box h3 {
    color: #212120;
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.blog_box p {
    padding-top: 15px;
}

/** end blog section **/

