/*=== Main Settings ===*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

a{
    text-decoration: none;
}

*:focus {
    outline: none;
}

body {
  font-size: 14px;
  color: #383336;
  text-align: left;
  position: relative;
  background: #F3F3F3;
  padding-top: 88px;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.hidden{
    display: none;
}

.hidden-xs{
    display: none;
}

.left{
    float: left;
}

.right{
    float: right;
}

.container-fluid{
    padding-left: 90px;
    padding-right: 90px;
}

.lg-outer #lg-share,
.lg-autoplay-button,
.lg-download{
    display: none;
}

/*=== Col define ===*/
*[class^="col-"]{
    padding-bottom: 15px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.col-2{
    width: 16.666%;
}

.col-3{
    width: 25%;
}

.col-4{
    width: 33.333%;
}

.col-5{
    width: 41.66%;
}

.col-6{
    width: 50%;
}

a.mybtn{
    display: inline-block;
    margin: 10px auto;
    line-height: 38px;
    padding: 0 16px;
    border-radius: 19px;
    font-size: 14px;
    background: #29166e;
    font-weight: bold;
    transition: all 0.3s;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

a.mybtn:hover{
    transition: all 0.3s;
    filter:brightness(94%);
}

/*=== Topbar ===*/
.topbar{
    height: 88px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.4s;
}

.topbar.afix{
    height: 68px;
    background: rgba(255,255,255,0.9);
    transition: all 0.4s;
}

/*.topbar.afix .logo{
    padding-top: 12px;
    padding-bottom: 12px;
}*/

.topbar.afix .logo img{
    height: 50px;
}

.topbar.afix .get-quote,
.topbar.afix .mobile-menu{
    padding-top: 15px;
    padding-bottom: 15px;
}

.topbar.afix .main-menu>ul>li>a{
    line-height: 68px;
}

.topbar.afix .main-menu>ul>li>ul{
    top: 68px;
}

.topbar .logo{
    /*padding:22px 0;*/
    padding:9px 0;
    float: left;
    position: relative;
    z-index: 3;
}

.topbar .logo a{
    line-height: 0;
    display: block;
}

.topbar .logo img{
    width: auto;
    /*height: 44px;*/
    height: 70px;
}

.topbar .get-quote{
    float: right;
    padding: 25px 0;
    position: relative;
    z-index: 3;
}

.topbar .get-quote a{
    display: inline-block;
    color: #fff;
    background: #29166e;
    line-height: 38px;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.topbar .get-quote a:hover{
    transition: all 0.3s;
    filter:brightness(94%);
}

.topbar .mobile-menu{
    float: right;
    padding: 25px 0;
    display: none;
    position: relative;
    z-index: 3;
}

.topbar .mobile-menu a{
    display: inline-block;
    color: #fff;
    background: #29166e;
    line-height: 38px;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.topbar .mobile-menu a:hover{
    transition: all 0.3s;
    filter:brightness(94%);
}

.topbar .mobile-menu span{
    display: none;
}

.topbar .mobile-menu span:first-child{
    display: block;
}

.topbar .mobile-menu.active span{
    display: block;
}

.topbar .mobile-menu.active span:first-child{
    display: none;
}

.topbar .main-menu{
    display: inline-block;
    margin: 0 auto;
    height: 88px;
}

.topbar.afix .main-menu{
    height: 68px;
}

.topbar .main-menu ul{
    list-style-type: none;
}

.topbar .main-menu>ul>li{
    display: inline-block;
    position: relative;
}

.topbar .main-menu>ul>li>a{
    display: block;
    line-height: 88px;
    text-align: center;
    position: relative;
    padding: 0 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    color: #383336;
    transition: all 0.4s;
}

.topbar .main-menu>ul>li:hover>a,
.topbar .main-menu>ul>li.active>a{
    color: #29166e;
    transition: all 0.4s;
}

.topbar .main-menu>ul>li>i{
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 16px;
    color: #29166e;
    transform: translatey(-50%);
}

.topbar .main-menu>ul>li>a>i.fa-caret-up{
    display: none;
}

.topbar .main-menu>ul>li>a:hover>i.fa-caret-up{
    display: inline-block;
}

.topbar .main-menu>ul>li>a:hover>i.fa-caret-down{
    display: none;
}

.topbar .main-menu>ul>li>ul{
    position: absolute;
    left: 17px;
    top: 88px;
    overflow: hidden;
    transition: all 0.4s;
    max-height: 0;
}

.topbar .main-menu>ul>li:hover>ul{
    overflow: visible;
    transition: all 0.4s;
    max-height: 50vh;
}

.topbar .main-menu>ul>li>ul>li{
    display: block;
}

.topbar .main-menu>ul>li>ul>li>a{
    display: block;
    min-width: 200px;
    padding: 17px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: #5B6E16;
    text-align: left;
    position: relative;
    border-top: 1px solid #3a3b4d;
}

.topbar .main-menu>ul>li>ul>li:first-child>a{
    border-top:0;
}

.topbar .main-menu>ul>li>ul>li>a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #29166e;
    width: 0;
    transition: all 0.4s;
}

.topbar .main-menu>ul>li>ul>li:hover>a::before{
    width: 5px;
    transition: all 0.4s;
}

/*=== Content ===*/
.content{
    
}

.module_index .content .our-partners>h2,
.module_index .content .our-portofolio>h2{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #383336;
    position: relative;
    font-weight: normal;
    padding-left: 15px;
    padding-bottom: 30px;
    text-align: center;
    display: inline-block;
}

.module_index .content .our-partners>h2:before,
.module_index .content .our-portofolio>h2:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 18px;
    background: #29166e;
}

.module_index .content .our-partners>h2 span,
.module_index .content .our-portofolio>h2 span{
    font-weight: bold;
}

.module_index .content .our-portofolio{
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}

.module_index .content .our-portofolio .projects{
    margin: 0;
}

.module_index .content .our-partners{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.module_index .content .our-partners .item{
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding: 30px;
    position: relative;
    height: 100px;
    line-height: 40px;
}

.module_index .content .our-partners .item:before{
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #ddd;
}

.module_index .content .our-partners .item img{
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 100%;
}

.module_index .content .our-expertise{
    background: #5B6E16;
    padding: 40px 0;
}

.module_index .content .our-expertise .item{
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 40px 15px;
    text-align: center;
}

.module_index .content .our-expertise .item .icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #29166e;
    margin: 0 auto;
}

.module_index .content .our-expertise .item .icon i{
    font-size: 30px;
    color: #29166e;
    line-height:64px;
}

.module_index .content .our-expertise .item h3{
    color: #fff;
    font-size: 20px;
    padding: 20px 0 10px 0;    
}

.module_index .content .our-expertise .item p{
    color: #ccc;
    font-size: 15px;
    line-height: 24px;
}

.breadcrumb .heading{
    max-height: 240px;
    min-height: 120px;
    height: 30vh;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb .heading h1{
    position: absolute;
    font-size: 38px;
    color: #fff;
    top: 50%;
    left: 90px;
    right: 90px;
    transform: translatey(-50%);
    text-align: center;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.breadcrumb .heading:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41,22,110,0.7);
}

.content .contentwrap{
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}

.content .contentwrap p{
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 20px;
}

.content .contentwrap ul,
.content .contentwrap ol{
    padding-left: 45px;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 20px;
}

.content .contentwrap strong{
    color: #29166e;
}

.content .contentwrap img{
    width: 100% !important;
    height: auto !important;
}

.content .contentwrap a{
    color: #29166e;
    text-decoration: underline;
}

.content .contentwrap a:hover{
    text-decoration: none;
}

/*=== Certification ===*/
.certifications{
    margin: 50px 0;
}

.certification{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.certifications .item{
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.certifications .item:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border: 10px solid #F3F3F3;
}

.certifications .item:after{
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #949699;
}

.certifications .item .img{
    height: 350px;
    overflow: hidden;
}

.certifications .item .img img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.certifications .item:hover .img img{
    transform: scale(1.1);
    transition: all 0.5s;
}

.certifications .item .over{
    position: absolute;
    top: 260px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 80px;
    background: rgba(41,22,110,0.7);
    transition: all 0.5s;
}

.certifications .item:hover .over{
    top: 10px;
    height: 330px;
    transition: all 0.5s;
}

.certifications .item .over:before{
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    transition: all 0.5s;
}

.certifications .item .over h2{
    position: absolute;
    top: 50%;
    left: 14px;
    right: 14px;
    transform: translatey(-50%);
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.certifications .item .over h2 i{
    display: block;
    font-size: 28px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.certifications .item:hover .over h2 i{
    max-height: 100px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

/*=== News ===*/
.news .item{
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
    box-sizing: border-box;
}

.news .item h2{
    font-weight: normal;
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.news .item h2:before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 8px;
    background: #29166e;
}

.news .item p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 300;
}

/*=== Projects ===*/
.projects{
    margin: 50px 0;
}

.projects .filter-line{
    position: relative;
    margin: 50px 0 20px;
    text-align: center;
}

.projects .filter-line h4{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #383336;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    font-weight: normal;
    text-align: center;
    display: inline-block;
}

.projects .filter-line h4:before{
    display: block;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translatex(-50%);
    width: 200px;
    height: 2px;
    background: #29166e;
}

.projects .filter-line a{
    display: inline-block;
    border: 1px solid #383336;
    line-height: 28px;
    border-radius: 14px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
    color: #383336;
    margin: 5px;
    transition: all 0.4s;
}

.projects .filter-line a.active,
.projects .filter-line a:hover{
    background: #5B6E16;
    color: #fff;
    transition: all 0.4s;
}

.projects .item{
    width: 33.333%;
    height: 240px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transform: scale(0);
    transition: all 0.4s;
}

.projects .item.active{
    transform: scale(1);
    transition: all 0.4s;
}

.projects .item:before{
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #F3F3F3;
}

.projects .item:after{
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid #949699;
}

.projects .item .img{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s;
    transform: scale(1.15);
}

.projects .item:hover .img{
    transform: scale(1);
    transition: all 0.4s;
}

.projects .item .over{
    position: absolute;
    z-index: 3;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: rgba(41,22,110,0.7);
    padding: 25px;
    text-align: center;
    transition: all 0.4s;
    opacity: 0;
}

.projects .item:hover .over{
    transition: all 0.4s;
    opacity: 1;
}

.projects .item .over:before{
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}

.projects .item .over .text{
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    transform: translatey(-50%);
}

.projects .item .over .text h3{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.projects .item .over .text h2{
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    margin: 10px 0 15px 0;
}

.projects .item .over .text p{
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    margin: 10px 0 0 0;
}

.projects .item .over .text a{
    display: inline-block;
    color: #fff;
    line-height: 30px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 13px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.project-descriptio h5{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    position: relative;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: center;
    display: inline-block;
}

.project-descriptio h5:before{
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translatex(-50%);
    width: 100px;
    height: 5px;
    background: #29166e;
}

.project-descriptio p{
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 3px;
}

/*=== Cook Consent ===*/
.cook-consent{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 15px;
    background: #5B6E16;
    text-align: center;
    border-top: 2px solid #fff;
}

.cook-consent p{
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
}

.cook-consent{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    background: #5B6E16;
}

/*=== Slider main ===*/
.main-carousel .carousel-cell {
    width: 100%;
    max-height: 80vh;
    min-height: 70vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-carousel .over{
    position: absolute;
    top: 30%;
    left: 10%;
}

.main-carousel .over h3{
    padding: 10px 20px;
    background: rgba(91,110,22,0.4);
    color: #fff;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 15px;
}

.main-carousel .over p{
    padding: 10px 20px;
    background: rgba(91,110,22,0.4);
    color: #fff;
    max-width: 45%;
    font-size: 18px;
}

.main-carousel .over a{
    margin-top: 25px;
    display: inline-block;
    color: #fff;
    background: #29166e;
    line-height: 32px;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 0 16px;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s;
}

.main-carousel .over a:hover{
    transition: all 0.3s;
    filter:brightness(94%);
}

/*=== contact-page ===*/
.contact-page{
    display: table;
    width: 100%;
    padding: 30px 0;
}
.contact-page .item{
    display: table-cell;
    box-sizing: border-box;
    width: 33.333%;
    background: #fff;
    padding: 50px;
    position: relative;
}

.contact-page .item:before{
    display: block;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 20px solid #F3F3F3;
}

.contact-page .item p{
    font-size: 16px;
    line-height: 28px;
}

.contact-page .item p a{
    font-size: 16px;
    color: #383336;
    transition: all 0.4s;
}

.contact-page .item p a i{
    width: 16px;
    margin-right: 3px;
    color: #29166e;
    transition: all 0.4s;
}

.contact-page .item p a:hover{
    color: #29166e;
    transition: all 0.4s;
}

.contact-page .item p a:hover i{
    color: #383336;
    transition: all 0.4s;
}

/*=== Gmap ===*/
#gmap_canvas{
    width: 100%;
    height: 50vh;
    border: 0;
}

/*=== Footer ===*/
.footer{
   background: #fff;
}

.footer .item{
    box-sizing: border-box;
    float: left;
    width: 33.333%;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .item h2{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #383336;
    position: relative;
    font-weight: normal;
    padding-left: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.footer .item h2:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 18px;
    background: #29166e;
}

.footer .item h2 span{
    font-weight: bold;
}

.footer .item .logo img{
    height: 40px;
    width: auto;
}

.footer .item:nth-child(1) p{
    font-size: 13px;
    color: #949699;
    line-height: 24px;
    padding-top: 30px;
}

.footer .item:nth-child(2) p{
    line-height: 28px;
}

.footer .item:nth-child(2) p a{
    font-size: 14px;
    color: #949699;
    transition: all 0.4s;
}

.footer .item:nth-child(2) p a i{
    width: 16px;
    margin-right: 3px;
    color: #29166e;
    transition: all 0.4s;
}

.footer .item:nth-child(2) p a:hover{
    color: #29166e;
    transition: all 0.4s;
}

.footer .item:nth-child(2) p a:hover i{
    color: #383336;
    transition: all 0.4s;
}

.footer .item ul{
    list-style-type: none;
}

.footer .item ul li{
    display: block;
}

.footer .item ul li a{
    font-size: 14px;
    line-height: 28px;
    color: #29166e;
    text-decoration: underline;
}

.footer .item ul li a:hover{
    text-decoration: none;
}

.footer .copyright{
    background: #5B6E16;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}


/*=== 404 Not found ===*/
.not-found{
    text-align: center;
    padding: 25vh 0;
    line-height: 40px;
}

.not-found h2{
    font-weight: bold;
    color: #666;
    font-size: 26px;
    padding-bottom: 10px;
}

/*=== button ===*/
a.btn{
    display: inline-block;
    line-height: 34px;
    border-radius: 3px;
    color: #fff;
    padding: 0 16px;
    background: #00A7DF;
    transition: all 0.4s;
}

a.btn:hover{
    background: #002A65;
    transition: all 0.4s;
}

a.btn>i{
    margin-right: 3px;
}

/*=== wrapper ===*/


/*=== main table ===*/

/*=== Pagination ===*/
.pagination{
    padding-top: 15px;
}

.template_gethelp .pagination{
    padding-top: 0;
}

.pagination a{
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid #00A7DF;
    color: #00A7DF;
    font-size: 13px;
}

.pagination a:hover{
    border-color: #002A65;
    color: #002A65;
}

.pagination input{
    display: inline-block;
    padding: 0 5px;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid #00A7DF;
    font-size: 13px;
    text-align: center;
    max-width: 70px;
    margin-left: 4px;
}

.pagination span{
    display: inline-block;
    line-height: 26px;
    font-size: 13px;
    margin-right: 4px;
}

/*====SAL & SOL====*/
.salsol{
    text-align: center;
    padding: 30px 0;
}

.salsol a{
    display: inline-block;
    margin: 0 10px;
}

.salsol a img{
    width: 150px;
    height: auto;
}

/*=== Small displays ===*/
@media (min-width: 992px) and (max-width: 1200px){
    .certifications .item{
        width: 33.333%;
    }
}

/*=== Tablet ===*/
@media (max-width: 992px){
    .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .topbar .mobile-menu{
        display: block;
    }
    
    .topbar .main-menu{
        float: none;
        position: fixed;
        top: -120vh;
        left: 0;
        right: 0;
        height: 100vh !important;
        background: #fff;
        padding-top: 88px;
        transition: all 0.6s;
    }
    
    .topbar .main-menu.active{
        top: 0;
        transition: all 0.6s;
    }
    
    .topbar .main-menu ul>li{
        display: block;
    }
    
    .topbar .main-menu > ul > li > a,
    .topbar.afix .main-menu > ul > li > a{
        line-height: 40px;
        display: inline-block;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
    }
    
    .topbar .main-menu>ul>li>ul{
        position: relative;
        left: 0;
        top: 0;
    }
    
    .topbar .main-menu>ul>li>ul>li>a{
        text-align: center;
    }
    
    .topbar>.container-fluid>.get-quote{
        display: none;
    }
    
    .topbar .main-menu .get-quote{
        float: none;
    }
    
    .topbar .main-menu .get-quote a{
        background: transparent;
        border: 1px solid #29166e;
        color: #29166e;
    }
    
    .certifications .item{
        width: 33.333%;
    }
    
    .projects .item{
        width: 50%;
    }
    
    .projects .open-item-wrap{
        margin: 90px 30px 30px 30px;
    }
    
    .projects .open-item .close{
        right: 30px;
    }
}

/*=== Phone ===*/
@media (max-width: 768px){
    .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .certifications .item{
        width: 100%;
    }
    
    .breadcrumb .heading h1{
        font-size: 24px;
    }
    
    .main-carousel .over{
        top: 50%;
        left: 70px;
        right: 70px;
        transform: translatey(-50%);
    }
    
    .main-carousel .over h3{
        font-size: 20px;
    }
    
    .main-carousel .over p{
        font-size: 15px;
        max-width: 100%;
    }
    
    .module_index .content .our-expertise .item,
    .projects .item,
    .footer .item{
        float: none;
        width: 100%;
    }
    
    .projects .open-item-wrap{
        margin: 90px 20px 20px 20px;
    }
    
    .projects .open-item .close{
        right: 20px;
    }
    
    .footer>.container-fluid{
        padding-bottom: 50px;
    }
    
    .footer .item{
        padding-bottom: 10px;
    }
    
    .module_index .content .our-partners .item{
        width: 50%;
    }
    
    .contact-page{
        display: block;
    }
    
    .contact-page .item{
        display: block;
        width: 100%;
    }
    
    .hidden-xs{
        display: inline-block;
    }
}