﻿@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body
{
    font-family: "Poppins",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
}
.htop
{
    background:#99CC00;
    padding: 20px 0;
    color:#000;
    float:left;
    width:100%;
    font-weight: bold;
}
.hbottom
{
    background:#000;
    float:left;
    width:100%;
}
.htop a
{
    color:#000;
}
.htop a:hover
{
    /*color:#a8a8a8;*/
    text-decoration: underline;
}

.social-links-list
{
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-links-item
{
    display: inline-block;
    list-style: outside none none;
    color: #888888;
}
.social-links-item:not(:first-child)
{
    margin-left:11px;
}
.menu-list
{
    display: inline-block;
    list-style: outside none none;
}
.menu-item
{
    display: inline-block;
    position:relative;
}
.menu-item:hover, .menu-item.active
{
    background:#99CC00;
    color: #000;
}
.menu-list .menu-item:hover a, .menu-list .menu-item.active a
{
    color:#000;
}


.menu-list .menu-item .menu-link-level-1
{
    background-color: transparent;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}
.menu-list .menu-item .menu-link
{
    letter-spacing: normal;/*0.8px;*/
    padding: 68px 15px 63px;
    display: block;
    font-size: 16px;
    line-height: 25.6px;
    position: relative;
    text-align: left;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.menu-list .menu-sublist::before {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}
.text_system_1 
{
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 0.9;
}
.color_custom1 {
    color: #0d0d0d;
}
.text_system_1 a {
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}
.text_system_2 
{
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.1;
}
.text_system_2 a 
{
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
}
.bggrey
{
    background:#1A1A1A;
    float:left;
    width:100%;
}
.home .bggrey .col-md-6 img
{
    width:222px;
    height: 166px;
}
.hover
{
    position:absolute;
    text-align:center;
    background: #99CC00;
    display:none;
    width:100%;
    height:100%;
    box-sizing:border-box;
    top:0;
}
.home .bggrey .col-md-6:hover .hover
{
    display:block;
}
.home .bggrey .col-md-6:hover .hover *
{
    display:table;
    vertical-align:middle;
}
.respbanbtm .col-md-6 h3, .col-md-6 .row .col-md-6 h3, .col-md-8 .row .col-md-7 h3, .col-md-12 .row .col-md-9 h3, .col-md-6 .row .col-md-12 h3
{
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
}
.respbanbtm .col-md-6 p, .col-md-6 .row .col-md-6 p, .col-md-8 .row .col-md-7 p, .col-md-12 .row .col-md-9 p, .col-md-6 .row .col-md-12 p
{
    color: #888888;
    font-family: "Poppins",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
}
.col-md-8 .row
{
    margin-bottom:15px;
}
.btn
{
    float:none;
    text-align:center;
    margin: 50px auto 0;
    display:block;
    width:175px;
    border: 2px solid #99CC00;
    color: #99CC00;
    padding: 15px;
    font-size: 22px;
    font-weight:bold;
}
.btn:hover
{
    background:#99CC00;
    color: #000;
}
.btn1
{
    float:none;
    text-align:center;
    margin: 50px auto 0;
    display:block;
    width:175px;
    background:#000;
    color: #99CC00;
    border: 2px solid #000;
    padding: 15px;
    font-size: 22px;
    font-weight:bold;
}
.btn1:hover
{
    background:#99CC00;
    color: #000;
}

.parallax
{
    padding-bottom:50px;
    padding-top:50px;
    float:left;
    width:100%;
}
.bgimg1
{
    background: rgba(0, 0, 0, 0) url("../images/bgimg1.jpg") repeat fixed 0 0;
}
.parallax .row > .col-md-6
{
    background: rgba(0,0,0,0.85);
    padding-top:15px;
    padding-bottom: 15px;
    width:48%;
    margin: 1%;
}
.parallax .row > .col-md-12
{
    background: rgba(0,0,0,0.85);
    padding-top:15px;
    padding-bottom: 15px;
    width:98%;
    margin: 1%;
}
.parallax .row > .col-md-6 .row .col-md-6
{
    background:none;
    padding-top:0;
    padding-bottom: 0;
    width:50%;
    margin:0;
}

.home .parallax .row > .col-md-6 .row .col-md-6
{
    height:203px;
}
.text-center
{
    text-align:center;
}
.home img, .bggrey.fullrow img
{
    width:100%;
    height:auto;
}
.home .banner img
{
    max-height: 518px;
    height:auto;
}
.fullrow
{
    width:100%;
}
.fullrow .row
{
    margin:0;
    width:100%;
}
.fullrow .row .col-sm-4
{
    margin:0;
    padding: 0;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.overlay a
{
    color: #fff;
}
.overlay a:hover
{
    color: #99cc00;
}
.fullrow .row .col-sm-4:hover .overlay {
  height: 100%;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text_normal {
    color: #888888;
    font-family: "Poppins",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
}
.text_system_3 
{
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.text_system_4 {
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
}
.text_system_9 {
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
}
footer
{
    background:#000;
    padding:50px 0 50px;
    float:left;
    width:100%;
}
footer .map iframe
{
    width:100%;
    height:200px;
}
.copyrights
{
    padding: 25px 0 25px;
    margin-top:25px;
    border-top: 1px solid #99dd00;
}
.breadcrumb
{
    background: rgba(0, 0, 0, 0) url("../images/bread.jpg") repeat fixed 0 0 / 100% auto;
    float:left;
    width: 100%;
}
.list li
{
    color: #888888;
    font-family: "Poppins",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
}
.list
{
    margin:0;
    padding-left:15px;
}
.col-md-8 .row .col-md-5 img
{
    width:270px;
    height: 203px;
}
.projects img
{
    width:370px;
    height:278px;
}
.projects img:hover
{
    opacity: 0.5;
}

.projects .row
{
    margin-bottom:20px;
}
.contacts iframe
{
    width:100%;
    height: 350px;
}
footer ul
{
    margin-left:15px;
}
.colorgreen, footer li, footer p a, footer li a.active, footer li a:hover, .contacts p a
{
    color:#99CC00;
}
.colorgrey
{
    color:#7A7A7A;
}
footer p a:hover, .contacts p a:hover, .contacts p
{
    color:#fff;
}
footer p, footer li a
{
    color: #888888;
    font-family: "Poppins",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
}

.testimBox .col-lg-4 {
    background: rgba(0, 0, 0, 0) url("../images/pattern2.png") repeat scroll 0 0;
    border-radius: 10px;
    /*margin-bottom: 15px;*/
    padding: 15px;
    width: 31.333%;
    margin:1%;
}
.thumb-pad6 .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.thumb-pad6 .thumbnail .caption {
    color: #000;
    overflow: hidden;
    padding: 0;
}
.thumb-pad6 .thumbnail p {
    font-style: italic;
    margin-bottom: 6px;
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:16px;
}
.thumb-pad6 .thumbnail .caption {
    color: #000;
    overflow: hidden;
    padding: 0;
}
.thumb-pad6 .thumbnail .name {
    font-size: 16px;
    font-style: normal;
    font-weight:bold;
}
.thumb-pad6 .thumbnail figure {
    float: left;
    margin: 4px 15px 0 0;
}
.imgcenter
{
    float:none;
    text-align:center;
    display:block;
    margin: 10px auto;
}
.backtotop
{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 15px;
    color: red;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 14px;
    text-align: center;
    width: 50px;
    display:none;
    cursor:pointer;
}
.backtotop i
{
    color: #99cc00;
    font-size: 22px;
}
.backtotop:hover
{
    background: #99cc00;
}
.backtotop:hover i
{
    color: #000;
}
.col-md-6 .row .col-md-12 .icon
{
    font-size:75px;
    text-align:center;
    color:#99CC00;
    float: left;
    margin-right: 15px;
}
.col-md-6 .row .col-md-12
{
    background: none;
}

.services a.magnifier2:hover
{
    opacity: 0.5;
}
/* *************** */
.contactform, .contactform p, .contactform input, .contactform textarea
{
    width:100%;
    float:left;
}
.contactform input
{
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 10px 49px 10px 29px;
}
.contactform textarea
{
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 10px 49px 10px 29px;
    height:150px;
    resize:none;
}

.contactform p label
{
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 11px;
    color:#fff;
}
.contacts .btn
{
    float:left;
    margin-right: 15px;
    margin-top: 15px;
}
.hbottom.isStuck
{
    z-index:99999;
}
/* ============ */
.fleft
{
    float:left;
}
.w100
{
    width: 100%;
}
.m0
{
    margin: 0;
}
.mt20
{
    margin-top:20px;
}
.mtb35
{
    margin-top:35px;
    margin-bottom:35px;
}
.ptb20
{
    padding-bottom:20px;
    padding-top:20px;
}
.ptb35
{
    padding-bottom:35px;
    padding-top:35px;
}

.ptb120
{
    padding-bottom:120px;
    padding-top:120px;
}
/* ============ */
.container-fluid
{
    max-width:1200px;
    margin-left: auto;
    margin-right:auto;
}
.imgleft
{
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
}
/*=====================*/
.row
    {
        margin-left: 0;
        margin-right: 0;
    }
    html 
    {
        overflow-x: hidden;
    }

/* =================== Responsive CSS =============== */

@media (max-width:1199px)
{
    .container-fluid
    {
        max-width:1016px;
    }
    
    .menu-list .menu-item .menu-link
    {
        padding: 68px 7px 63px;
    }
    .services .col-md-4 a.magnifier2 img
    {
        width:319px;
        height:239px;
    }
    .design .col-md-3 img
    {
        width: 219px;
        height:164px;
    }
    .projects img 
    {
        height: 207px;
        width: 309px;
    }
    .home .banner img
    {
        max-height: 366px;
    }
    .hbottom.isStuck .col-sm-4 img
    {
        width:218px;
        height: 100px;
    }
    .hbottom.isStuck .menu-list .menu-item .menu-link
    {
        padding: 45px 7px;
    }
    .respoverlay .col-sm-4 img
    {
        width:341px;
        height: 256px;
        float: none;
        text-align:center;
        margin: 0 auto;
        display: block;
    }
    
}

@media (max-width:1023px)
{
    .container-fluid
    {
        max-width:100%;
    }
    .container-fluid .row
    {
        margin-left: 0;
        margin-right: 0;
    }
    .htop .col-sm-5, .htop .col-sm-2
    {
        width: 100%;
        text-align:center;
    }
    .htop .col-sm-5 div div p
    {
        text-align:center!important;
    }
    .hbottom .col-sm-4
    {
        width:100%;
    }
    .hbottom .col-sm-4 .col-sm-6
    {
        width:100%;
        box-sizing:border-box;
        padding: 0;
    }
    .hbottom .col-sm-4 .col-sm-6 a img
    {
        width: 100%;
        max-width: 327px;
        max-height: 150px;
        float: none;
        text-align:center;
        display: block;
        margin: 0 auto;
        
    }
    .hbottom .col-sm-8
    {
        width:100%;
    }
    .hbottom.isStuck .menu-list .menu-item .menu-link
    {
        padding: 15px 10px;
    }
    .menu-list .menu-item .menu-link
    {
        padding: 15px 10px;
    }
    
    .home .banner img
    {
        max-height: 279px;
        height: auto;
    }
    /*.home .bggrey.respbanbtm .col-md-6 img
    {
        width:443px;
        height:332px;
        float:none;
        text-align:center;
        display: block;
        margin: 10px auto;
    }*/
    .parallax .row > .col-md-6
    {
        width:98%;
    }
    .hbottom.isStuck .col-sm-4
    {
        display: none;
    }
    .services img, .design img
    {
        float: none;
        text-align: center;
        margin: 10px auto;
        display:block;
    }
    .projects img
    {
        width:216px;
        height: 145px;
    }
    .testimBox .col-md-4
    {
        width:98%;
    }
    .htop, .hbottom .col-sm-4 .ptb20
    {
        padding: 5px 0;
    }
    .bggrey.ptb120.respbanbtm 
    {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .respbanbtm .col-md-6 .row .col-md-6
    {
        width:50%;
        float: left;
        margin-bottom: 20px;
    }
    .respbanbtm .col-md-6
    {
        clear: both;
    }
    .text_system_3
    {
        font-size: 40px;
    }
    .hmedesign .col-md-6, .testimBox .thumb-pad6 .thumbnail
    {
        height: auto!important;
    }
    .respoverlay .col-sm-4 img
    {
        width:256px;
        height: 192px;
    }
}
@media (max-width:767px)
{
    .menu-list .menu-item .menu-link
    {
        /*padding: 15px 5px;*/
        font-size:14px;
    }
    .home .bggrey.fullrow .col-sm-4, .services .bggrey.fullrow .col-sm-4
    {
        width:33.3333%;
        float: left;
    }
    .home .bggrey.fullrow .col-sm-4 img, .services .bggrey.fullrow .col-sm-4 img
    {
        width:213px;
        height: 160px;
    }
    .projects .bggrey .col-sm-4
    {
        width: 98%;
        float: left;
        margin: 1%;
    }
    .projects .bggrey .col-sm-4 img
    {
        width:454px;
        height: 304px;
        float: none;
        text-align:center;
        margin: 10px auto;
        display: block;
    }
    footer .col-sm-4
    {
        margin-bottom: 15px;
    }
    .text_system_9
    {
        font-size: 18px;
    }
    
    
}
@media (max-width: 639px)
{
    .menu-toggle-btn
    {
        display: block!important;
        color: #99cc00;
        cursor: pointer;
    }
    .menu-list, .menu-list li.menu-item
    {
        width: 100%;
    }
    .menu-list .menu-item .menu-link
    {
        padding:10px;
    }
    #respmenu
    {
        display: none;
    }
     .projects .bggrey .col-sm-4 img
    {
        width:300px;
        height: 225px;
    }
    .htop
    {
        padding: 5px 0;
    }
    .hbottom .row.ptb20
    {
        padding: 0;
    }
    .projects .bggrey.ptb120, .contacts .bggrey.ptb120, .bggrey.ptb120.respbanbtm  
    {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .testimBox .col-md-4
    {
        margin-bottom: 20px;
    }
    .contacts iframe
    {
        height: 200px;
    }
    .home .banner img
    {
        max-height: 175px;
    }
    .home .bggrey .col-md-6 img
    {
        float: none;
        text-align:center;
        margin: 10px auto;
        display: block;    
    }
    .col-md-6 .row .col-md-12 .icon
    {
        font-size: 30px;
    }
    .btn1
    {
        padding: 5px;
    }
    .home .bggrey.fullrow .col-sm-4 img, .services .bggrey.fullrow .col-sm-4 img
    {
        width:160px;
        height: 120px;
    }
}
@media (max-width:479px)
{
    .container-fluid
    {
        padding: 0;
    }
    .projects .bggrey .col-sm-4 img
    {
        width:260px;
        height: 195px;
    }
    .col-md-6 .row .col-md-6 h3, .col-md-8 .row .col-md-7 h3, .col-md-12 .row .col-md-9 h3, .col-md-6 .row .col-md-12 h3
    {
        font-size:18px;
    }
    .home .bggrey.fullrow .col-sm-4, .services .bggrey.fullrow .col-sm-4
    {
        width:98%;
    }
    .services .bggrey.fullrow .col-sm-4 img
    {
        width:284px;
        height:213px;
        max-height:213px;
        margin-bottom:10px;
    }
    .text_system_3
    {
        font-size:40px;
    }
    .ptb120 
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .services .col-md-4 a.magnifier2 img
    {
        width: 290px;
        height: 218px;
    }
    .btn
    {
        width: auto;
        max-width: 175px;
        padding: 10px;
        font-size: 18px;
    }
    .text_system_4
    {
        font-size: 30px;
    }
    .overlay
    {
        display: none;
    }
    .home .bggrey.fullrow .col-sm-4 img
    {
        float: none;
        text-align:center;
        margin: 5px auto;
        display:block;
        width:220px;
        height: 165px;
        max-height: 165px;
    }
}