@font-face { 
	font-family: Koryun;
	font-style: normal; 
	src: url("../fonts/GHEAKoryunReg.otf");
}
@font-face {
    font-family: NIAGSOL;
    src: url("../fonts/NIAGSOL.TTF");
}

@font-face {
    font-family: Oswald_DemiBold;
    src: url("../fonts/Oswald-DemiBold.ttf");
}


/*--  start_default  --*/
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family:Koryun, sans-serif;
    font-weight:400;
    font-size: 17px;
    word-wrap: break-word;
    color:#000000;
    background: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    color:#000000;
    text-transform: uppercase;
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a.read_more{
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}
.pull{
    display: none;
    position: relative;
}
.wrapper{
    overflow: hidden;
    position:relative;
    margin-bottom:380px;
    background:#ffffff;
    z-index:2;
}
.d_flex{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.j_c_between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.j_c_center{
    -webkit-justify-content: center;
    justify-content: center;
}
.j_c_end{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.a_i_start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.a_i_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.a_i_end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fixed_width{
    max-width: 1200px;
    margin: 0 auto;
}
/*--  end_default  --*/



/*--  start_header  --*/
.header_bg{
    background: #072339 url(../img/bg1.jpg) center bottom no-repeat;
    height: 600px;
}
.top_header{
    position: relative;
    padding-top: 35px;
}
.menu_bg{
    position: relative;
}
/*.menu_bg:before,*/
.top_header:before{
    content: '';
    position: absolute;
    bottom:0;
    width: 100%;
    height: 67px;
    background: #231f20;
    pointer-events: none;
    z-index:0;
}
/*.menu_bg:before{*/
    /*left:calc(-100% - 22px);*/
/*}*/
/*.menu_bg:after{*/
    /*right:-100%;*/
/*}*/
.logo{
    width: 133px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    padding: 8px 0 4px;
}
.logo a{
    display:inline-block;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.logo a img{
    margin:auto;
}
.logo:hover a{
    -ms-transform: rotateY(180deg); /* IE 9 */
  -webkit-transform: rotateY(180deg); /* Safari 3-8 */
  transform: rotateY(180deg);
}
.moto{
    white-space: nowrap;
    position: absolute;
    top:37px;
    left:50%;
    font-size: 21px;
    color:#ffffff;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);


}
.right_menu{
    width:calc(100% - 140px);
}
.right_menu>ul{
    background: url("../img/menu_bg.jpg")  top/cover no-repeat;
}
.right_menu>ul>li{
    position: relative;
}
.right_menu>ul>li>a{
    display:inline-block;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    padding: 22px 12px;
}
.right_menu>ul>li>a:after, .right_menu>ul>li>a:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 2px;
    background-color: #5ca038;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.right_menu>ul>li>a:after {
    bottom: 0%;
    height: 0%;
}
.right_menu>ul>li>a:before {
    top: 0%;
    height: 0%;
}

.right_menu ul>li>a:hover{
    color:#5ca038;
}
.right_menu>ul>li>a:hover:after,
.right_menu>ul>li>a:hover:before {
    height: 20%;
}
.right_menu ul>li .right_sub {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}
.right_sub>li>a{
    background: #ffffff;
    display: block;
    color: #000000!important;
    font-size: 15px;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
}
.right_sub>li>a:before{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: calc(50% - 1px);
    content: '';
    width: 0px;
    height: 2px;
    background-color: #5ca038;
}
.right_menu ul>li:hover > .right_sub{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.right_sub>li>a:hover{
    padding-left: 25px;
    color: #5ca038!important;
}
.right_sub>li>a:hover:before{
    width: 20px;
}
.search{
    position: relative;
    width: 84px;
}
.search span:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0, 0.7);
    pointer-events: none;
    z-index:0;
}
.search span{
    width: 100%;
    height: 100%;
    background:#5ca038;
    color:#ffffff;
}
.search span a{
    display:inline-block;
    position:relative;
    z-index:2;
    width: 40px;
    height: 40px;
    background: url("../img/share1.png")  center no-repeat;
}
.search span a:after{
    /*content: '';*/
    /*position: absolute;*/
    /*top: 1px;*/
    /*right: -25px;*/
    /*width: 21px;*/
    /*height: 21px;*/
    /*background: url("../img/share1.png")  center/21px no-repeat;*/
    /*z-index:0;*/
}
.search span:hover a{
    color:#000000;
}
#social-top-icon {
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 67px;
    background-color: rgba(255, 255, 255, 255);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#social-top-icon.open1 {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999;
    display: block;
}
#social-top-icon .full-social-bg{
    display:inline-block;
    height:100%;
}
#social-top-icon .full-social-bg ul{
    height:100%;
}
#social-top-icon .full-social-bg li {
    text-align: center;
}
#social-top-icon .full-social-bg li a {
    margin: 5px 2px;
    background-color: #efefef;
    position: relative;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
#social-top-icon .full-social-bg li a:hover i {
    color: #fff;
}
.facebook:hover {
    background: #3b5998 !important;
}
.google:hover {
    background: #dd4b39 !important;
}
.instagram:hover {
    background: #517fa4 !important;
}
.tumblr:hover {
    background: #32506d !important;
}
.twitter:hover {
    background: #00aced !important;
}
.youtube:hover {
    background: #bb0000 !important;
}
#social-top-icon .close1 {
    position: fixed;
    top: 20px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 30px;
    height: 30px;
    cursor:pointer;
}
#social-top-icon .close1:after, #social-top-icon .close1:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #000;
    right: 20px;
    top: 0px;
}
#social-top-icon .close1:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#social-top-icon .close1:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#typed{
    /*position: absolute;*/
    /*top:23px;*/
    color: #ffffff;
}
.typed-cursor typed-cursor--blink{
    color:#ffffff;   
}
@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: #ffffff; } }
.f_phone{
    position: absolute;
    top:0;
    right:0;
    color:#ffffff;
    font-size: 33px;
    line-height: 1;
}
.header_content{
    height: calc(100% - 135px);
    padding-top: 61px;
    color: #ffffff;
}
.header_content>div{
    max-width: 400px;
    margin: 0;
}
.header_content h1{
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 21px;
}
.header_content>div>p{
    position: relative;
    padding-left: 34px;
    margin-top: 6px;
}
.header_content>div>p:before{
    content: '';
    width: 25px;
    height: 11px;
    position: absolute;
    left:0;
    top:6px;
    background: url("../img/icon_phone.png")  center no-repeat;
}
.read_more{
    position: relative;
    height: 54px;
    margin-bottom: 52px;
    padding: 0 20px;
}
.header_content>div>div{
    margin-top: 23px;
}
.header_content>div>div p{
    font-size: 24px;
}
.header_content .read_more{
    margin-top: 23px;
}
.form_controle{
    position: relative;
}
.form_controle:before,
.form_controle:after,
.read_more:before,
.read_more:after{
    content: '';
    position: absolute;
    width: 22px;
    height: 100%;
    top:0;
    right:0;
    pointer-events: none;
    border:3px solid #ffffff;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.our_clients_parent .read_more:before,
.our_clients_parent  .read_more:after{
     border-color: #cccccc;
}
.form_controle:before,
.read_more:before{
    border-left:0;
}
.form_controle:after,
.read_more:after{
    right:auto;
    left:0;
    border-right:0;
}
.form_controle:after,
.read_more:after{
    right:auto;
    left:0;
}
.form_controle:hover:before,
.form_controle:hover:after,
.read_more:hover:before,
.read_more:hover:after{
    width:100%;
    border-color:#5ca038;
}
.read_more span{
    margin:auto;
}
/*.sign_newsletter_right form button:hover,*/
.future_img .read_more:hover,
.header_content .read_more:hover{
    color:#5ca038;
}
.our_clients_parent .read_more:hover,
.why_ceton .read_more:hover,
.ceton_construction_left .read_more:hover{
    color:#000000;
}
/*--  end_header  --*/




/*--  start services  --*/
.services_bg{
    position: relative;
}
.services, .right_content, .google_part,
.we_are_content, .packages, .contact_content{
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.services{
    max-width: 1200px;
    position: relative;
    padding: 45px 0 100px;
}
.packages_bg:before,
.services_bg:before{
    position: absolute;
    content: '';
    width: 100%;
    left:0;
    top:170px;
    height: 2px;
    background: #d0d0d0;
}
.left_title{
    width: 23%;
}
.left_title h3{
    font-size: 19px;
    font-weight: bold;
    color:#69a100;
}
.right_content{
    width: 75%;
}
.services .right_content{
    padding-top: 55px;
    color:#252525;
}
.icon_each{
    text-align: center;
    width: 18%;
}
.icon_each img{
    max-width: 100%;
}
.icon_each p{
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 16px;
}
.icon_each p span{
    display: block;
}




body .circle-loader {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    /*padding: 50px;*/
}
.circle-loader__wrap {
    overflow: hidden;
    position: relative;
    /*margin-top: -10px;*/
    width: 125px;
    height: 125px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    background-color: #ffffff;
    border-radius: 200px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.circle-loader__wrap:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index:55;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.icon_each:nth-of-type(1) .circle-loader__wrap:after{
    background:#ffffff url(../img/services1.png) center no-repeat;
}
.icon_each:nth-of-type(2) .circle-loader__wrap:after{
    background:#ffffff url(../img/services2.png) center no-repeat;
}
.icon_each:nth-of-type(3) .circle-loader__wrap:after{
    background:#ffffff url(../img/services3.png) center no-repeat;
}
.icon_each:nth-of-type(4) .circle-loader__wrap:after{
    background:#ffffff url(../img/services4.png) center no-repeat;
}
.icon_each:nth-of-type(5) .circle-loader__wrap:after{
    background:#ffffff url(../img/services5.png) center no-repeat;
}
.circle-loader__wrap div {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
}
.circle-loader__wrap.start .circle-loader-inside,
.circle-loader__wrap:hover .circle-loader-inside {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    background: #69a100;
    -webkit-animation: loading-left 2.5s linear;
    animation: loading-left 2.5s linear;
}
.circle-loader__wrap .left-wrap {
    left: 0;
}
.circle-loader__wrap.start .left-wrap .circle-loader-inside,
.circle-loader__wrap:hover .left-wrap .circle-loader-inside {
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-animation: loading-left 2.5s linear;
    animation: loading-left 2.5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.circle-loader__wrap .right-wrap {
    left: 50%;
}
.circle-loader__wrap.start .right-wrap .circle-loader-inside,
.circle-loader__wrap:hover .right-wrap .circle-loader-inside {
    z-index: 1;
    left: -100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
    -webkit-animation: loading-right 2.5s linear;
    animation: loading-right 2.5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes loading-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes loading-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
/*--  end services  --*/



/*--  start_CETON_construction  --*/
.ceton_construction{
    padding: 56px 66px;
    /*background: url("../img/bg2.jpg")  center no-repeat;*/
}
.ceton_construction_left{
    width: calc(50% + 84px);
    text-align: right;
}
.ceton_construction_left h3{
    padding: 0 111px 0 130px;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 100px;
}
.ceton_construction_left h3 span{
    color:#5ca038;
}
.ceton_construction_left p{
    margin-bottom: 27px;
}
.ceton_construction_left .read_more{
    color:#5ca038;
    padding: 0 27px;
    margin:0;
}
.our_clients_parent  .read_more:before,
.our_clients_parent  .read_more:after,
.ceton_construction_left .read_more:before,
.ceton_construction_left .read_more:after{
    /*background: url("../img/breket2.png")  center no-repeat;*/
}
.ceton_construction_right{
    width: calc(50% - 135px);
}
.ceton_construction_right>ul>li{
    margin-bottom: 10px;
}
.ceton_construction_right>ul>li>a{
    position: relative;
    font-size: 28px;
    padding-left: 36px;
    text-transform: uppercase;
}
.ceton_construction_right>ul>li>a:before{
    content: '';
    position: absolute;
    top:16px;
    left:0;
    width: 12px;
    height: 12px;
    background: #5ca038;
}
/*--  end_CETON_construction  --*/



/*--  start_first_slider  --*/
.second_slider_each,
.first_slider_each{
    position: relative;
    width: 20%;
    height: 336px;
    background: #000000;
}
.second_slider_each img,
.first_slider_each img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.overlay{
    position: absolute;
    bottom:19px;
    left:0;
    width: 100%;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.second_slider_each:hover .overlay,
.second_slider_each:hover img,
.first_slider_each:hover .overlay,
.first_slider_each:hover img{
    opacity: 1;
}
/*--  start_first_slider  --*/



/*--  start_testimonial  --*/
.testimonial_bg{
    background: url("../img/bg3.jpg")  left 15% center/45% no-repeat;
}
.testimonial{
    padding: 80px 0 86px;
    /*background: url("../img/bg3_1.jpg")  right center no-repeat;*/
}
.testimonial_slider{
    position: relative;
    width: 702px;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
}
.testimonial_each{
    position: relative;
    padding-top: 60px;
}
.testimonial_slider p{
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.testimonial_each:before{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -26px;
    width: 52px;
    height: 36px;
    background: url("../img/icon2.png") center no-repeat;
}
.testimonial_cantrolers a span{
    border: solid #e1e1e1;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 11px;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.controler_left{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -12px;
}
.controler_right{
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -12px;
}
.controler_left span{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.controler_left span:last-of-type{
    margin-left: -13px;
}
.controler_left span:first-of-type{
    opacity: 0;
}
.controler_right span:last-of-type{
    margin-left: -13px;
    opacity: 0;
}
.testimonial_cantrolers a:hover span{
    opacity: 1!important;
}
.controler_right span{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*--  end_testimonial  --*/



/*--  start_why_ceton  --*/
.why_ceton_bg{
    background:#5ca038 url("../img/bg4.jpg") left center/48% no-repeat;
}
.why_ceton{
    text-align: center;
    padding: 57px 0 45px;
}
.why_ceton h2{
    width: 100%;
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 35px;
}
.why_ceton_each{
    position: relative;
    width: 15%;
    padding-top: 77px;
}
.why_ceton_each p{
    font-size: 18px;
}
.why_ceton_each:before{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    width: 76px;
    height: 60px;
    border-bottom: 4px solid #ffffff;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);
}
.why_ceton_each:nth-of-type(1):before{
    background: url("../img/icon3.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(2):before{
    background: url("../img/icon4.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(3):before{
    background: url("../img/icon5.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(4):before{
    background: url("../img/icon6.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(5):before{
    background: url("../img/icon7.png")  center no-repeat;
}
.see_more{
    width: 100%;
}
.see_more .read_more{
    color: #ffffff;
    margin: 44px 0 0 0;
}
/*--  end_why_ceton  --*/



/*--  start logo_design  --*/
.logo_design_parent{
    background-image:url('../img/pattern-background.png');
    position:relative;
    margin:33px 0;
    height:725px;
    width:100%;
    display:inline-block;
}
.logo_design_bg{
    background: rgba(255,255,255, 0.8);
    height: 516px;
}
.logo_design_bg .middle{
    width: 78%;
    position: relative;
    margin: auto;
}
.logo_design_bg .middle img{
    max-width: 100%;
}
.logo_design_parent h2{
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
right:-150px; width:100%;text-align:center;
    top:50%;
    /*font-size: 162%;*/
    font-size: 21px;
    color: #ffffff;
}
.logo_design_parent h2 span{
    padding-left: 21px;
    display: inline-block;
    position: relative;
    margin-left: 2px;
}
.logo_design_parent h2 span:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left:6px;
    top:12px;
    border-radius: 50%;
    background: #ffffff;
}
.overlay12 {
    position: static;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
/*--  end logo_design  --*/



/*--  start google_part  --*/
.google_part{
    max-width: 1200px;
    margin: 0 auto;
    padding: 85px 0 118px;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
.google_part .google_part_each{
    width: 30%;
}
/*--  end google_part  --*/





/*--  start packages  --*/
.packages_parent{
    background: url("../img/bg33.jpg") center/cover  no-repeat;
}
.packages_bg{
    background: rgba(9,27,9, 0.3);
    position: relative;
}
.packages{
    max-width: 1200px;
    margin: 0 auto;
    padding: 101px 0;
}
.packages .right_content_each{
    width: 33.333%;
    text-align: right;
}
.packages .right_content_each>div{
    display: inline-block;
    text-align: left;
}
.packages .right_content_each>div p{
    overflow: hidden;
}
.right_content_each h4{
    color:#ffffff;
    font-size: 19px;
    text-transform: none;
}
.priceBls b{
    position: relative;
    top: -20px;
    left: 2px;
    font-weight: 100;
    color: #ffffff;
    font-size: 15px;
}
.right_content_each>div>p>span{
    font-family: 'NIAGSOL', sans-serif;
    color:#5ca038;
    font-size: 43px;
    float:left;
    line-height: 1;
}
.priceBls{
    font-size: 55px;
        font-family: 'NIAGSOL', sans-serif;
    color:#5ca038;
    float:left;
    line-height: 1;
}
.right_content_each ul{
    margin-top: 18px;
}
.right_content_each ul li a{
    padding: 4px 5px  0 18px;
    display: inline-block;
    position: relative;
    color:#ffffff;
}
.right_content_each ul li a:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left:0;
    top:9px;
    background: #5ca038;
    border-radius: 50%;
}
.right_content_each ul li a:hover:before{
    border-radius: 0;
    background: #ffffff;
}
.right_content_each .learn_more{
    margin-top: 21px;
    text-align: left;
}
.right_content_each .learn_more a{
    border-right: none;
    position: relative;
    padding-right: 18px;
    color:#ffffff;
}
.right_content_each .learn_more a:after{
    content: '';
    position: absolute;
    width: 11px;
    height: 10px;
    right:0;
    top:4px;
    background: url("../img/icon_arow.png")  no-repeat;
}
.packages_bg:before{
    background: #5ca038;
}
/*--  end packages  --*/



/*--  start_percentages  --*/
.percentages{
    padding: 72px 94px 40px;
    text-align: center;
}
.percentages_each{
    width: 29%;
    margin-bottom: 30px;
}

.percentages .percentages_each:nth-of-type(1) h4,
.percentages .percentages_each:nth-of-type(3) h4{
    line-height: 75px;
}
.percentages_each h4{
height: 75px;
    font-size: 29px;
}
.percentages_each>div{
    font-family: Oswald_DemiBold, sans-serif;
    position: relative;
    display: inline-block;
    color:#dddddd;
    font-size: 100px;
    line-height: 1;
    margin: 7px 0 13px;
}
.percentages_each>div:before{
    content: '%';
    position: absolute;
    right: -103px;
    top: 0;
    width: 100px;
    height: 100px;
    color: #000000;
}
.percentages_each:first-of-type>div:before{
    content: normal;
}
.percentages_each>div span{
    position: relative;
    color: #000000;
    width: 44px;
    height: 68px;
    display: inline-block;
    margin-left: 11px;
}
.percentages_each>p{
    font-size: 18px;
}
.percentages_each>div span:before,
.percentages_each>div span:after{
    content: '';
    position: absolute;
    left: 5px;
    top:0;
    width: 18px;
    height: 18px;
    border:4px solid #5ca038;
    border-radius:50%;

}
.percentages_each>div span:after{
    left:auto;
    top:auto;
    right: 3px;
    bottom: -2px;
}
/*--  end_percentages  --*/



/*--  start_future_projects  --*/
.future_projects{
    height: 497px;
    position: relative;
}
.future_projects_left{
    width: 59%;
}
.future_projects_right{
    width: 41%;
    background: url("../img/bg5.jpg")  top center/70% no-repeat;
    opacity:0.3;
}
.future_img{
    position: relative;
    width: 100%;
    background: #000000;
}

.owl-carousel{
    z-index:0!important;
}
.future_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.future_img .overlay1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.overlay1 .read_more{
    margin: auto;
    color: #ffffff;
}
.overlay1 .read_more span{
    margin: auto;
}
.future_img:hover img{
    opacity: 0.6;
}
.future_img:hover .overlay1{
    opacity: 1;
}
.future_yellow_arrow{
    position: absolute;
    top:50%;
    right:0;
    width: calc(48% - 62px);
    height: 256px;
    background: rgba(92, 160, 55, 0.8);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}
.future_yellow_arrow:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 128px  62px  128px 0;
    border-color:  transparent rgba(92, 160, 55, 0.8) transparent transparent;
    top: 0;
    position: absolute;
    z-index: -1;
    left:-62px;
    pointer-events: none;
}
.future_yellow_arrow>div{
    margin: auto;
}
.future_yellow_arrow>div h5{
    font-size: 23px;
}
.future_yellow_arrow>div h5 span{
    display: block;
    margin: 8px 0 8px -21px ;
}
.future_yellow_arrow>div>a{
    font-size: 18px;
}
/*--  end_future_projects  --*/



/*--  start_call_or_email  --*/
.text_two_col{
    padding: 80px 60px 40px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
    -moz-column-gap: 70px; /* Firefox */
    column-gap: 70px;
    max-height: 451px;
    overflow: hidden;
}
.text_two_col p{
    font-size: 16px;
    margin-bottom: 20px;
}
.call_or_email{
    padding: 17px 60px;
    background-color: #262626;
}
.call_or_email_left,
.call_or_email_right{
    width: 50%;
}
.call_or_email_left h4{
    color: #5ca038;
    font-size: 33px;
    letter-spacing: 3px;
    margin-bottom: 17px;
}
.call_or_email_left p{
    color: #ffffff;
    font-size: 14px;
    padding-right: 30px;
}
.call_or_email_right{
    padding-left: 35px;
}
.phone_email{
    padding-left: 20px;
    height: 100%;
    border-left: 4px solid #686868;
}
.phone_email p{
    color: #5ca038;
    font-size: 57px;
    line-height: 1;
    margin-bottom: 9px;
}
.phone_email a{
    color: #ffffff;
    font-size: 24px;
}
/*--  start_call_or_email  --*/



/*--  start_our_clients  --*/
.our_clients_parent{
    text-align: center;
    padding: 60px 0 54px;
}
.our_clients_parent h2{
    padding-bottom: 15px;
    border-bottom: 4px solid #dfdfdf;
}
.our_clients{
    padding: 33px 15px;
}
.our_clients_each{
    width: 16.6666%;
    height: 77px;
}
.our_clients_each a{
    height: 100%;
    display: block;
    opacity: 0.7;
    background: url("../img/clients.jpg")  no-repeat;
}
.our_clients_each:nth-of-type(1) a{
    background-position-x: 8px;
}
.our_clients_each:nth-of-type(2) a{
    background-position-x: -178px;
}
.our_clients_each:nth-of-type(3) a{
    background-position-x: -377px;
}
.our_clients_each:nth-of-type(4) a{
    background-position-x: -582px;
}
.our_clients_each:nth-of-type(5) a{
    background-position-x: -772px;
}
.our_clients_each:nth-of-type(6) a{
    background-position-x: -972px;
}
.our_clients_each:hover a{
    opacity: 1;
}
.our_clients_parent .read_more{
    color: #5ca038;
    margin-bottom: 0;
    padding:0 27px;
}
.our_clients_parent .read_more span{
    margin: auto;
}
/*--  end_our_clients  --*/



/*--  start_sign_newsletter  --*/
.sign_newsletter_bg{
    background: url("../img/bg6.jpg") left/100% 100% no-repeat;
}
.sign_newsletter{
    padding: 33px 50px;
}
.sign_newsletter_left{
    width:calc(50% + 70px);
}
.sign_newsletter_right{
    width:calc(50% - 70px);
    padding-left: 38px;
}
.sign_newsletter_left h2{
    width: 100%;
    color: #5ca038;
    font-size: 34px;
}
.sign_newsletter_left h2 strong{
    font-weight: normal;
    letter-spacing: 3px;
}
.sign_newsletter_left h2 span{
    border-bottom: 3px solid #686868;
}
/*.sign_newsletter_left p{*/
/*    color: #ffffff;*/
/*    width: 180px;*/
/*    font-size: 14px;*/
/*}*/
.sign_newsletter_right form{
    height: 100%;
}
.form_controle input{
    background: transparent;
    border: none;
    height: 53px;
    width: 260px;
    padding-left: 24px;
    font-size: 22px;
    color: #676767;
}
.form_controle:before,
.form_controle:after {
    /*background: url("../img/breket3.png")  center no-repeat;*/
}
.sign_newsletter_right form button{
    text-transform: uppercase;
    background: transparent;
    border:none;
    color: #ffffff;
    font-size: 33px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/*--  end_sign_newsletter  --*/



/*--  start_footer  --*/
footer{
    z-index: 0;
    position: fixed;
    bottom: 0px;
    width: 100%    
}
.footer{
    padding: 48px 0 60px;
}
.footer_col_each{
    width: 18%;
}
.footer_col_each h5{
    font-size: 20px;
    margin-bottom: 15px;
}
.footer_col_each:nth-of-type(3){
    width: 46%;
}
.footer_col_each>ul>li>a{
    font-size: 14px;
    position: relative;
    padding-left: 17px;
}
.footer_col_each>ul>li>a:before{
    content: '';
    position: absolute;
    left: 0;
    top:7px;
    width: 6px;
    height: 6px;
    background: #5ca038;
}
.footer_soc{
    padding-bottom: 17px;
    border-bottom: 3px solid #000000;
    margin-bottom: 38px;
}
.footer_soc a{
    display: inline-block;
    width: 32px;
    height: 31px;
    margin-right: 12px;
}
.footer_soc a:nth-of-type(1){
    background: url("../img/soc1.png")  center no-repeat;
}
.footer_soc a:nth-of-type(2){
    background: url("../img/soc2.png")  center no-repeat;
}
.footer_soc a:nth-of-type(3){
    background: url("../img/soc3.png")  center no-repeat;
}
.footer_soc +p{
    margin-bottom: 16px;
}
.footer_soc a:hover{
    opacity: 0.6;
}
.ceton_construction_right>ul>li>a:hover:before,
.footer_col_each>ul>li>a:hover:before{
    border-radius: 50%;
    background: #000000;

}
.footer_soc + p + p a:hover,
.footer_col_each>ul>li>a:hover,
.ceton_construction_right>ul>li>a:hover{
    color:#5ca038;
}
/*--  end_footer  --*/






#slideshow{
    position:absolute;
    left:57px;
    right:57px;
    top:10px;
    bottom:20px;
    overflow:hidden;
}

.slideshow_div{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
      height:680px;
      z-index:-1;
}

#slideshow ul{
    height:49%;
    margin-bottom:9px;
    white-space:nowrap;
}

#slideshow ul:last-of-type{
    margin-bottom:0;
}

#slideshow ul li{
    display:inline-block;
    position:relative;
    height:100%;
    margin-left:5px;
    overflow:hidden;
}

#slideshow ul li:first-of-type{
    margin-left:0;
}

#slideshow ul li a{
    display:none;
}

#slideshow ul li a:first-of-type{
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:100;
}

.slideImage{
    position:relative;
    height:100%;
    transition:-webkit-transform 0.25s 0.25s, -moz-transform 0.25s 0.25s, -o-transform 0.25s 0.25s, -ms-transform 0.25s 0.25s, transform 0.25s 0.25s;
    transition-timing-function:linear;
}

#slideshow ul li:hover .slideImage{
    -webkit-transform:rotateY(90deg);
    -moz-transform:rotateY(90deg);
    -o-transform:rotateY(90deg);
    -ms-transform:rotateY(90deg);
    transform:rotateY(90deg);
    transition:-webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s, -ms-transform 0.25s, transform 0.25s;
    transition-timing-function:linear;
}

#slideshow ul li img{
    display:block;
    height:100%;
}

.slideHover{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    -webkit-transform:rotateY(-90deg);
    -moz-transform:rotateY(-90deg);
    -o-transform:rotateY(-90deg);
    -ms-transform:rotateY(-90deg);
    transform:rotateY(-90deg);
    opacity:0;
    transition:-webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s, -ms-transform 0.25s, transform 0.25s, opacity 0s 0.25s;
    transition-timing-function:linear;
}

#slideshow ul li:hover .slideHover{
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    transform:rotateY(0deg);
    opacity:1;
    transition:-webkit-transform 0.25s 0.25s, -moz-transform 0.25s 0.25s, -o-transform 0.25s 0.25s, -ms-transform 0.25s 0.25s, transform 0.25s 0.25s, opacity 0s 0.25s;
    transition-timing-function:linear;
}


.middleBox{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    text-align: center;
}

.middleBox .middle{
        padding: 261px 0px;
    position: relative;
    text-align: center;
}
.owl-stage-outer{
z-index:9999;
}


.owl-nav{
    position: absolute;
    top:calc( 50% - 25px);
    z-index: 99;
    width: 100%;
}

.owl-prev{
	    float: left;
	text-indent:-99999px;
	background:url(../img/slide_prev.png) no-repeat 0px 0px!important;
	    width: 30px;
	    outline:none;
    height: 30px;
    margin-left: -40px;
}

.owl-next{
	    float: right;
	text-indent:-99999px;
	background:url(../img/slide_next.png) no-repeat 0px 0px!important;
	    width: 30px;
    height: 30px;
    outline:none;
        margin-right: -40px;
}


.footer_col_each ul{
    display: inline-block;
}