/*
        Theme Name: Excellencecode
        Theme URI: www.excellencecode.ae
        Author: Excellencecode
        Version: 2.0
        License: Excellencecode 2014. All rights reserved
*/

#first-loading{
    opacity: 0;
    z-index: -2;
}


body{
    padding : 0px;
    margin: 0;
    overflow-x:hidden;
    font-family: 'Oswald', sans-serif;
   
    margin : 0 auto;
    min-width: 1140px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
}
p{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    letter-spacing: 0;
    text-transform: none!important;
    font-size: 14px;
    font-weight: 300;
}
input {
    font-family: 'Dosis', sans-serif;
}
img {
    background : no-repeat;
}
ul li {
    background : no-repeat;
}
.clear{
    clear: both;
}

.clearAfter:after{
    content: ' ';
    display: block;
    clear: both;
}

.control_width{
   /* width: 1140px;*/
	 width: 1174px;
    margin : 0 auto;
}

.mobileBR{
    display: none;
}

.right{
    float: right;
}

.left{
    float: left;
}

.nothing-img{
    height: 0;
    width: 0;
}

.only-for-validation{
    opacity: 0;
    overflow:hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

#header{
    position: absolute;
    width: 100%;
    z-index: 999;
    padding-top: 15px;
}
#header .logo {
    float : left;
    padding: 13px 0;
}
#header .logo img{
   /* width: 100px;
    height: 83px;*/
	 /* width: 150px;
    height: 124px; */
    width:65%;
}
#header .logo-2{
    display: none;
}
#header .ex_menu {
    float : right;
}
#header .ex_menu > ul {
    margin-top: 18px;
    position : releative;

}
#header .ex_menu > ul > li {
    float : left;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;

}

#header .ex_menu > ul > li.home{
    display: inline-block;
    width: 40px;
    height: 70px;
    background: url(../images/home.png) no-repeat center 20px;
    background-size: 20px;
    margin-right: 20px;

}

#header .ex_menu > ul > li.home:hover{
    background: url(../images/home_hover.png) no-repeat center 20px;
    background-size: 20px;

}

#header .ex_menu > ul > li.home:before,
#header .ex_menu > ul > li.home:after,
#header .ex_menu > ul > li.home a:before,
#header .ex_menu > ul > li.home a:after{
    display: none;
}

#header .ex_menu > ul > li > a{
    display: block;
    padding: 25px 0px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*padding: 0px 35px;*/
    position: relative;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 400;
}

#header .ex_menu > ul > li{
    z-index : 1;
}

#header .ex_menu > ul > li.hasSubmenu:hover:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 5px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.73) transparent;

}

/*we hided for areason*/
#header .ex_menu > ul > li:after{
    content: ' ';
    background-color: #2F2F2F;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    z-index: -1;
    border-radius: 44px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    overflow : hidden;
    width: 30px;
    height: 30px;
    opacity : 0;
}
#header .ex_menu > ul > li:hover:after,#header .ex_menu > ul > li.active:after {
    opacity : 1;
    -webkit-animation: pulsate .90s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.3, 0.3); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}


/*we hided for a reason*/
#header .ex_menu > ul > li > a:before,
#header .ex_menu > ul > li > a:after{
    content:"";
    width: 10px;
    height: 5px;
    position: absolute;
    opacity:0;
    -webkit-transition: all .50s ;
    -moz-transition:  all .50s ;
    -o-transition:  all .50s ;
    transition:  all .50s ;
    bottom: 10px;
}

#header .ex_menu > ul > li > a:before{
    background: #bf9540;
    left:0;
}

#header .ex_menu > ul > li > a:after{
    background: #727272;
    right:0;
}
#header .ex_menu > ul > li > a:hover:before,#header .ex_menu > ul > li.active > a:before{
    opacity: 1;
    left:50%;
    margin-left:-10px;

}

#header .ex_menu > ul > li > a:hover:after,#header .ex_menu > ul > li.active > a:after{
    opacity: 1;
    right:50%;
    margin-right:-10px;
}

#header .ex_menu > ul > li:hover .child_menu{
    display: block;
}



.child_menu {
    display: none;
    width: 460px;
    margin-left: -138px;
    position: absolute;
    top:  60px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.child_menu li{
    float: left;
    width: calc(50%) !important;
    text-align: left;
    background: rgba(0, 0, 0, 0.73);
}

.child_menu li a{
    display : block;
    color: #fff;
    padding : 0px 18px;
    font-size: 13px;
    text-transform : uppercase;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition:  all .25s;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 40px;
}
.child_menu li:hover a{
    color: #D8AD56;
}
#header .ex_menu > ul > li{
    position : relative;
    width: 103px;
    text-align: center;
}

#header .ex_menu  > ul > li:hover > .child_menu{
    max-height: 500px;
    max-height: available;
}

.menu > li {
    display: block;
    float: left;
    position: relative;

    z-index : 9;
}

.header-top{
    display: none;
    background: rgba(0, 0, 0, 0.76);
    /*margin-bottom: 15px;*/
}
.header-contact {
    padding: 15px;
}
.header-contact span{
    color: #fff;
    padding: 5px 0;
    padding-left: 20px;
    font-size: 12px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.header-contact span.tel{
    background: url(../img/header-phone.png) no-repeat left center;
    background-size: 17px;
}

.header-contact span.mail{
    background: url(../img/header-email.png) no-repeat left center;
    background-size: 17px;
}


#banner {
    width: 100%;
    height: 750px;
    opacity: 1;
    visibility: inherit;
    /*background-image: url(../img/pages_banner/home.jpg);*/
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    position: relative;
}

 #banner video{
    position: relative;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}


#banner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1;
   /* background: rgba(0, 0, 0, 0.75);*/
    background: rgba(0, 0, 0, 0.55);
}

#banner .mobile-slogan{
    display: none;
}

#banner-social{
    position: fixed;
    z-index: 9;
    right: 0;
    top: 250px;
    /*transform: translateY(-50%);*/
}

#banner-social a{
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;

    transition: .2s all;
    -webkit-transition: .2s all;
}

#banner-social a:before,
#banner-social a:after{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s all;
    -webkit-transition: .2s all;
}

#banner-social a:after{
    opacity:  0;
}

#banner-social a:hover:before{
    opacity:  0;
}

#banner-social a:hover:after{
    opacity:  1;
}

#banner-social a.fb:before{
    background: rgba(0,0,0,.6) url(../images/facebook_hover.png) no-repeat center center;
    background-size: 20px;
}
#banner-social a.twt:before{
    background: rgba(0,0,0,.6) url(../images/twitter-logo-silhouette_hover.png) no-repeat center center;
    background-size: 20px;
}
#banner-social a.inst:before{
    background: rgba(0,0,0,.6) url(../images/instagram_hover.png) no-repeat center center;
    background-size: 20px;
}
#banner-social a.lIn:before{
    background: rgba(0,0,0,.6) url(../images/linked-in-logo_hover.png) no-repeat center center;
    background-size: 18px;
}
#banner-social a.gplus:before{
    background: rgba(0,0,0,.6) url(../images/google-plus-logo_hover.png) no-repeat center center;
    background-size: 18px;
}
#banner-social a.blog:before{
    background: rgba(0,0,0,.6) url(../images/blog_hover.png) no-repeat center center;
    background-size: 18px;
}


#banner-social a.fb:after{
    background: #3B5998 url(../images/facebook.png) no-repeat center center;
    background-size: 22px;
}
#banner-social a.twt:after{
    background: #1DA1F2 url(../images/twitter-logo-silhouette.png) no-repeat center center;
    background-size: 22px;
}
#banner-social a.inst:after{
    background: #855443 url(../images/instagram.png) no-repeat center center;
    background-size: 22px;
}
#banner-social a.lIn:after{
    background: #006699 url(../images/linked-in-logo.png) no-repeat center center;
    background-size: 20px;
}
#banner-social a.gplus:after{
    background: #DA5534 url(../images/google-plus-logo.png) no-repeat center center;
    background-size: 20px;
}
#banner-social a.blog:after{
    background: #BF9540 url(../images/blog.png) no-repeat center center;
    background-size: 20px;
}

#banner-social a span{
    display: none;
    position: absolute;
    width: 3px;
    height: 100%;
    background: red;
    right: -3px;
    opacity: 0;

    transition: .2s all;
    -webkit-transition: .2s all;
}

#banner-social a:hover span{
    animation: hover .2s normal forwards ease-in-out;
    -webkit-animation: hover .2s normal forwards ease-in-out;
    opacity: 1;
    right: calc(100%);
}

@keyframes hover {
    from {
        right: -3px;
    }
    50% {
        right: 100%;
        width : 5px;
    }
    to {
        width : 3px;
    }
}

#banner-social a.fb span{
    background: #3B5998;
}
#banner-social a.twt span{
    background: #1DA1F2;
}
#banner-social a.inst span{
    background: #855443;
}
#banner-social a.lIn span{
    background: #006699;
}
#banner-social a.gplus span{
    background: #DA5534;
}
#banner-social a.blog span{
    background: #BF9540;
}

.banner-slogan{
    display: none;
}

.mobile-menu{
    display: none;
}

.mobile-menu   #open-button {
    position: absolute;
    right: 23px;
    top: 36px;
    display: inline-block;
    width: 28px;
    height: 30px;
}

.mobile-menu #open-button span:after,
.mobile-menu #open-button span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
.mobile-menu #open-button span:after{
    top: 9px;
}
.mobile-menu #open-button span {
    position: relative;
    display: block;
}

.mobile-menu #open-button span,
.mobile-menu #open-button span:after,
.mobile-menu #open-button span:before {
    width: 100%;
    height: 5px;
    background-color: #E8E8E8;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
.show-menu .mobile-menu #open-button span {
    background-color: transparent;
}
.show-menu .mobile-menu #open-button span:before {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
}
.show-menu .mobile-menu #open-button span:after {
    transform: rotate(-45deg) translate(7px, -8px);
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
}

.block{
    padding : 0px 0 50px;
}

.home-who{
    padding-top: 50px !important;
    padding-bottom: 10px !important;
}

.common_title{
    text-transform : uppercase;
    position : relative;
    text-align : center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 3px;
}
.common_title span{
    display : block;
    width : 56px;
    height : 50px;
    margin: 0 auto;
}
.common_title span.who_are_we{
    background : url('../img/who_icon.png');

}
.common_title span.see_our_works{
    background : url('../img/see_our_works.png') no-repeat;

}
/*
.common_title span.who_are_we:after{
    content : url('../img/who_icon_hover.png');
    height: 0;
    overflow : hidden;
    display : block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:  all 1s;
} */
.common_title span.portfolio{
    /*background : url('../img/animat-responsive-color.gif')  no-repeat;*/
    width : 56px;
    height : 56px;
}

.common_title span.portfolio:after{
    content : url('../img/portfolio_hover.html')  no-repeat;
    height: 0;
    overflow : hidden;
    display : block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:  all 1s;
}
.common_title span.contact_us{
    background: url('../img/contact_us.png') no-repeat;
    background-size: 60%;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    background-position: center;
}

.common_title span.career {
    background: url('../img/career.png') no-repeat;
    background-size: 60%;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    background-position: center;
}

.common_title h1.title,
.common_title h2.title{
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 4px;
    margin-right: -4px;
}
.common_title h1.title:after,
.common_title h2.title:after{
    content: "";
    background-color: #DDA537;
    width: 36px;
    height: 1px;
    position: absolute;
    transition: all .50s;
    -webkit-transition: all .50s;
    bottom: -20px;
    left: 50%;
    margin-left: -18px;
}
.common:hover > .common_title h1:after,
.common:hover > .common_title h2:after{
    background-color : #c6a053;
    width: 120px;
    margin-left: -60px;
}
.common:hover > .common_title h1.who_are:after,
.common:hover > .common_title h2.who_are:after{
    background-color : #c6a053;
}
.common:hover > .common_title span:after{
    height : 47px;
}
h2.findUs:after{
    left : 48%!important;
}
.common:hover > .common_title h2.findUs:after {
    background-color : #EA4B4B;
    left : 51%!important;
}


.common_content p {
    text-align: left;
    line-height: 30px;
    color: #2F2E2E;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}


.home-who .common_content p {
    text-align: center;
}


#home-page #banner .inner{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    top: 0;
}


#home-page #banner .contact-details{
    position: absolute;
    right: 0;
    bottom: 119px;
}

#home-page #banner .contact-details > div{
    margin-bottom: 20px;
    padding-left: 39px;
}

#home-page #banner .contact-details > div.loc{
    background: url(../img/pages_banner/home_location.png) no-repeat left center;
    background-size: 16px;
}
#home-page #banner .contact-details > div.tel{
    background: url(../img/pages_banner/home_call.png) no-repeat left center;
    background-size: 22px;
}
#home-page #banner .contact-details > div.email{
    background: url(../img/pages_banner/home_email.png) no-repeat left center;
    background-size: 19px;
}

#home-page #banner .contact-details > div span{
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
}

#home-page #banner .contact-details > div span.title{
    font-size: 15px;
    font-weight: 400;
    display: none;
}

#home-page #banner .contact-details span{
    display: block;
}

#about-page .vision-mision{
    margin-top: 100px;
}

#code-page .common_content p{
    text-align: center;
    margin-bottom: 70px;
}

#code-page #two_column  .column{
    position: relative;
    padding-left: 50px;
    padding-top: 5px;
}

#code-page .column .put_icon{
    position: absolute;
    left : 0;
    top: -2px;
}

/*#code-page .common_content p,
#contact-page .common_content p{
    text-align: center;
    padding: 20px 50px 0;
}*/

#contact-page  input[type=submit]{
    margin-top: 10px;
}


#career-page .common_title h2.title{
    margin-bottom: 75px;
}

#career-page #contact_form label {
    padding: 0 ;
}


#career-page .progress {
    text-align: left;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #989898;
    z-index: 999999;
}
#career-page .bar3 {
    background-color: #BF9540;
    width: 0%;
    height: 35px;
}
#career-page .percent {
    position: absolute;
    display: inline-block;
    line-height: 35px;
    top: 0;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}

#services-page .common_content{
    margin-bottom: 50px;
}

#services-page .common_content h3:first-child{
    margin-top: 0;
}

#services-page .common_content h1,
#services-page .common_content h2,
#services-page .common_content h3,
#static-page .common_content h3{
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #777;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
}

#services-page .common_content h1.only-for-validation{
    margin: 0;
}

#services-page .common_content ul {
    width: 415px;
    float: left;
}

#services-page .common_content ul li,
#static-page .common_content ul li{
    line-height: 24px;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 30px;
    background: url(../img/right-arrow.png) no-repeat left 15px;
    background-size: 15px;
    color: #7B7B7B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#work-page #main-portfolio .tabs{
    margin: 70px 0 50px;
}

#work-page #main-portfolio .tabs ul{
    text-align: center;
}

#work-page #main-portfolio .tabs li{
    padding: 0 20px;
    margin: 0 10px;
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}


#work-page #main-portfolio .tabs li:hover{
    color: #6b6565;
}


#work-page #main-portfolio .tabs li:before,
#work-page #main-portfolio .tabs li:after{
    position: absolute;
    color: #F9AD00;
    opacity: 0;

    transition: .2s all;
    -webkit-transition: .2s all;
}

#work-page #main-portfolio .tabs li:before{
    content:'[';
    left: 50%;
}

#work-page #main-portfolio .tabs li:after{
    content:']';
    right: 50%;
}

#work-page #main-portfolio .tabs li:hover:before,
#work-page #main-portfolio .tabs li.active:before,
#work-page #main-portfolio .tabs li:hover:after,
#work-page #main-portfolio .tabs li.active:after{
    opacity: 1;
}

#work-page #main-portfolio .tabs li:hover:before,
#work-page #main-portfolio .tabs li.active:before{
    left: 0;
}

#work-page #main-portfolio .tabs li:hover:after,
#work-page #main-portfolio .tabs li.active:after{
    right: 0;
}

#statistics_banner {
    width: 100%;
    height: 420px;
    opacity: 1;
    visibility: inherit;
    overflow: hidden;
    background-image: url(../img/status_bg.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#static-page .common_content b{
    font-weight: bold;
    color: rgb(220, 164, 55);
}

#static-page .common_content ul{
    margin-bottom: 20px;
}


#statistics_banner .block{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.status section{
    text-align : center;
    width : 25%;
    float : left;
}
.status section i.icon{
    background : url('../img/status_crown.png');
    display : block;
    width : 60px;
    height : 60px;
    margin: 0 auto;
}

@-webkit-keyframes icon {
    from {
        -webkit-transform:rotate(0deg);
    }

    to {
        -webkit-transform:rotate(360deg);
    }
}

.status section i.crown{
    background : url('../img/animat-rocket.gif');
    background-size: 100%;
}
.status section i.world{
    background : url('../img/status_world.png');
    background-size: 100%;
}
.status section i.comment{
    background : url('../img/status_comment.png');
    background-size: 100%;
}
.status section i.heart{
    background : url('../img/status_heart.png');
    background-size: 100%;
}
.status section h6{
    font-size : 50px;
    color : #fff;
    margin-top : 10px;
    margin-bottom : 22px;
    letter-spacing : 3px;
}
.status section span{
    font-size : 14px;
    color : #fff;
    text-transform : uppercase;
    letter-spacing : 3px;
    font-weight : 100;
}


#footer {
    padding-top: 50px;
    background-color : #121212;
    cursor: url(../img/cursor_view.png), auto;
}

#footer .block .columns{
    margin-left: -30px;
}

#footer .column{
    color : #fff;
    width : 25%;
    float : left;
    padding-left: 50px;
}

#footer .column h3{
    font-size : 13px;
    margin-bottom : 20px;
    border-bottom: 1px solid #3C3C3C;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#footer .column p{
    color : #646464;
    font-size : 14px;
    line-height: 35px;
    width: 80%;
    font-weight  : 200;
}
#footer .column span{
    color : #B8B8B8;
    font-size : 15px;
    text-transform : lowercase;
}
#footer .column .posts {
    margin-top: 3px;
    margin-bottom: 15px;
    height : 60px;
    overflow : hidden;
}

#footer .column .posts .img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-radius: 90px;
    border: 1px solid #404040;
    position: relative;
    z-index: 2;
}

#footer .column .posts img{
    width  :80px;
    height:80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
#footer .column .posts h4 {
    font-family: 'Open Sans', sans-serif;
    margin-top: -10px;
    color: #7B7B7B;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0px;
    text-transform: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: 200;
    letter-spacing: 0.5px;
    float: left;
    width: calc(100% - 76px);
}
#footer .column .posts:hover > a > h4{
    color : #E7E7E7;
    cursor: url(../img/cursor_view_black.png), auto;
}

#footer .column.important ul li:last-child{
    opacity: 0;
}

#footer .newsletter {
    /*margin-right: 60px;*/
}
#footer .newsletter input[type=email]{
    background-color: #232323;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #7B7B7B;
    border: none;
    padding-left: 20px;
    outline : none;
    text-transform : uppercase;
    margin-bottom : 15px;
    letter-spacing : 2px;

}
#footer .newsletter .subscribe-submit{
    display : block;
    background-color : #121212;
    width : 100px;
    height : 35px;
    line-height : 35px	;
    border : 1px solid #232323;
    color : #646464;
    text-transform : uppercase;
    float : right;
    outline : none;

}
#footer .newsletter .subscribe-submit:hover{
    border: 1px solid #948F8F;
    color: #D8D8D8;
    cursor: pointer;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
    transition: all 0.50s;
}

#footer .footer-social {
    display: none;
    margin-top: 20px;
}

#footer  .contact_info ul li{
    color : #7B7B7B;
    font-size : 14px;
    line-height: 35px;
    margin-bottom : 15px;
}

#footer  .column a{
    font-size: 14px;
    color: #BF9540;
}

#footer  .column:nth-child(1) a{
    line-height: 35px;
    color: #797979;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

#footer  .column:nth-child(1) a:hover{
    color: #BF9540;
}

#top-btn {
    cursor: url(../img/goTop.html), auto;
}
#footer  .contact_info ul li span{
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: -8px;
    left: 30px;
    color: #646464;
    font-size: 14px;
    line-height: 35px;
    text-transform: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: 200;
    letter-spacing: 0.5px;
}
#footer .contact_info ul li:hover > span{
    color : #FDFDFD;
}

#footer .contact_info ul li{
    position : relative;
}
#footer .contact_info ul li.icon:before{
    width: 46px;
    content: " ";
    background-image: url(../img/phone.png);
    position: absolute;
    left: -3px;
    top: 1px;
    height: 20px;
    background-size: 40%;
    background-repeat: no-repeat;

}
#footer  .contact_info ul li.phone:before{
    background-image: url(../img/phone.png);
}
#footer  .contact_info ul li.fax:before{
    background-image: url(../img/fax.png);
}
#footer  .contact_info ul li.email:before{
    background-image: url(../img/email.png);
}
#footer  .copyright {
    position: relative;
    padding : 20px 0;
    text-align : center;
    color : #606060;
    background-color : #000;
    font-size : 13px;
    font-weight: 100;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer  .copyright #up {
    position: absolute;
    right: 50px;
    line-height: 50px;
    top: -170px;

    cursor: pointer;

}

#footer  .copyright span{
    display: block;
    width: 50px;
    height: 50px;
    background:  url(../img/up-arrow.png) no-repeat center center;
    background-size: 18px;
    z-index: 3;
    position: relative;
}

#footer  .copyright #up:after{
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background: #4c4c4c;
    border-radius: 50px;
    z-index: 1;
}

#footer  .copyright #up:before{
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0%;
    height: 0%;
    background: #eb8823;
    border-radius: 50px;
    z-index: 2;

    transition: .2s all;
    -webkit-transition: .2s all;
}

#footer .copyright #up:hover:before{
    width: 100%;
    height: 100%;
}

/*___INSIDE PAGES___*/

.static_banner {
    position: relative;
    width: 100%;
    height: 490px;
    opacity: 1;
    visibility: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/static-banner.jpg) ;
}

.static_banner:before{
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

#about-page .static_banner{
    background-image: url(../img/pages_banner/about_banner.jpg);
    background-position: 50% 80%;
}

#about-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}

/*....code added.. page banner....*/

#tiles-page .static_banner{
    background-image: url(../img/pages_banner/tiles_banner.jpg);
    background-position: 50% 80%;
}

#tiles-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}


#marbles-page .static_banner{
    background-image: url(../img/pages_banner/marble_banner.jpg);
    background-position: 50% 80%;
}

#marbles-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}



#pipe-page .static_banner{
    background-image: url(../img/pages_banner/pipe_banner.jpg);
    background-position: 50% 80%;
}

#pipe-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}



#gypsum-page .static_banner{
    background-image: url(../img/pages_banner/gypsum_banner.jpg);
    background-position: 50% 80%;
}

#gypsum-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}



#artificial-page .static_banner{
    background-image: url(../img/pages_banner/artificial_banner.jpg);
    background-position: 50% 80%;
}

#artificial-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}



#glue-page .static_banner{
    background-image: url(../img/pages_banner/glue_banner.jpg);
    background-position: 50% 80%;
}

#glue-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}



#certificate-page .static_banner{
    background-image: url(../img/pages_banner/certificate_banner.jpg);
    background-position: 50% 80%;
}

#certificate-page .static_banner:before{
    background:rgba(0, 0, 0, 0.5) ;
}




/*....code added.. page banner end....*/


#work-page .static_banner{
    background-image: url(../img/pages_banner/work_banner.jpeg);
    background-position: 50% 40%;
}
#work-page .static_banner:before {
    background: rgba(0, 0, 0, 0.4);
}

#code-page .static_banner{
    background-image: url(../img/pages_banner/code_banner.jpg);
    background-position: 50% 81%;
}
#code-page .static_banner:before {
    background: rgba(0, 0, 0, 0.6);
}

#services-page .static_banner{
    background-image: url(../img/pages_banner/services_banner.jpg);
}

#process-page .static_banner{
    background-image: url(../img/pages_banner/process.jpg);
    background-position: 50% 0%;
}

#process-page .static_banner:before{
    background: rgba(0, 0, 0,0.7);
}

#career-page .static_banner{
    background-image: url(../img/pages_banner/career_banner.jpg);
    background-position: 50% 68%;
}

#career-page .static_banner:before{
    background: rgba(0, 0, 0, 0.5);
}


#process-page .static_banner:before{
    background:rgba(0, 0, 0,0.6);
}


#contact-page .static_banner{
    background-image: url(../img/pages_banner/contact_banner.jpg);
    background-position: 50% 40%;
}

#contact-page .static_banner:before{
    background: rgba(0, 0, 0, 0.5);
}

#static-page .static_banner{
    background-image: url(../img/pages_banner/static_banner.jpg);
    background-position: 50% 20%;
}

#static-page .static_banner:before{
    background :  rgba(0, 0, 0, 0.72);
}



.breadcrumb{
    display : none;
    color: #969696;
    font-size: 13px;
    position: relative;
    z-index: 1;
    top: -215px;
    font-weight: 100;
}
.banner_title{
    color: #fff;
    font-size: 32px;
    position: relative;
    z-index: 1;
    bottom: 80px;
    font-weight: 100;
    text-transform: uppercase;
}
.banner_title span{
    font-weight : 300;
}
.static_layout .slug{
    text-align : center;
    font-weight : 800;
    margin-bottom : 20px;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
    transition: all 0.50s;
    letter-spacing : 3px;
    color : #6f6d6d;
    line-height : 35px;
    margin-top : -20px;
    position : relative;
}
.static_inner:hover > .slug{
    letter-spacing : 5px;
}
.banner_title .title:after{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: 13px;
    z-index: -1;
    transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/*.banner_title .code_title:after{
    content: url('../img/vision_title.png') center;
}
.banner_title .code_title:after{
    content: url('../img/code_title.png') center;
}
.banner_title .gallery_title:after{
    content: url('../img/gallery_title.png') center;
}
.banner_title .service_title:after{
    content: url('../img/service_title.png') center;
}
.banner_title .team_title:after{
    content: url('../img/team_title.png') center;
}*/
.common_content{
    margin-bottom : 40px;
}

.common_content.overflowHidden{
    overflow: hidden;
}

.common_content .column{
    width : 50%;
    float : left;
}
.common_content .column p{
    margin-bottom: 30px;
    text-transform : none;
    letter-spacing: 1px;
    /*font-weight : 300;*/
}
.common_content .column_left p{
    margin-right : 20px;
    text-align : left;
}
.common_content .column_left h4,
.common_content .column_right h4{
    font-weight: bold;
    color: #777;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.static_inner .column_right h4{
    margin-left: 15px
}
.static_inner .column_right p{
    margin-left : 20px;
    text-align : left;
}

#two_column {
    margin : 40px 0px;
}
.items_inner .column {
    width : 50%;
    float : left;
}
.inner_process .column {
    /*height : 320px;*/
}


.items_inner .column h2{
    text-align : center;
    margin-bottom : 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.items_inner .column h2:after{
    content: ' ';
    width: 0px;
    height: 3px;
    background-color: #3C3C3C;
    transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    margin: 0 auto;
    display: block;
    margin-top: 14px;

}
.services_inner .column ul li {
    color: #a9a9a9;
    line-height: 35px;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: 300;
}
.services_inner .column:nth-child(1),
.services_inner .column:nth-child(2){
    /*height : 380px;*/
}
.services_inner .column h2:after{
    -webkit-transform-style: matrix;
    -webkit-animation: spin 3s infinite linear;
}
.items_inner .column:hover > h2:after{
    width : 40%;
    background-color : #bf9540;
}
.items_inner .column i.icon{
    display: block;
    width: 35px;
    height: 35px;
}
.items_inner .column p{
    color: #4D4D4D;
    line-height: 35px;
    text-transform: lowercase;
    letter-spacing: 0px;
}
.items_inner .column span{
    font-size: 15px;
    line-height: 29px;
    font-family: 'Open Sans', sans-serif;
}
.items_inner .column {
    margin-bottom : 60px;
    position: relative;
}
.items_inner .column_right > .content{
    margin-left: 20px;
}
.items_inner .column_left > .content{
    margin-right: 20px;
}

.items_inner .column i.creative{
    background : url('../img/Icon_codepage/icon_creative.png') no-repeat center;
}
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.column:hover > i.creative:after{
    content : url('../img/Icon_codepage/icon_creative_hover.png') no-repeat;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.items_inner .column i.outstanding{
    background : url('../img/Icon_codepage/icon_outstanding.png') no-repeat ;
}
.column:hover > i.outstanding{
    -webkit-transform-style: matrix;
    -webkit-animation: spin 10s infinite linear;
}
.items_inner .column i.dynamic{
    background : url('../img/Icon_codepage/icon_dynamic.png') no-repeat center;
}
.column:hover > i.dynamic{
    -webkit-animation-name: icon;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: icon;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: icon;
    -ms-animation-duration: 40000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

}
.items_inner .column i.effective{
    background : url('../img/Icon_codepage/icon_effective.png') no-repeat center;
    position : relative;
    z-index : 1;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    overflow : hidden;
}
.column:hover > i.effective{
    background : url('../img/Icon_codepage/icon_effective_hover.png') no-repeat center;
    max-height : 400px;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}

.code_inner .wrapper{
    overflow: hidden;
}


.code_inner .column p {
    min-height : 120px;
}
.code_inner .common_content h3 {
    text-align: center;
    margin-top: 45px;
    display: block;
    font-size: 20px;
    color: #A3A2A2;
    line-height: 30px;
}

/* For Gallery Template IFRAME*/
iframe {
    display: block;       /* iframes are inline by default */
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100%;
}

.single_content .images{
    margin  : 40px 0;
}
.single_content .featured_image img{
    min-width: 100%;
    height: 238px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.single_content .featured_image{
    width: 33.2%;
    height: 238px;
    overflow: hidden;
    float : left;
}

html,body { height: 100% }
#stockIframe {  width:100%; height:100%; }
#stockIframe iframe {  width:100%; height:100%; border:0;overflow:hidden; }

/*Google Map */

#contact_page ul li {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
#contact_page .two_column .column{
    width : 50%;
}
#contact_page .two_column .column .inner_padding{
    padding-left : 30px;
}
#contact_page .column ul li {
    margin-bottom: 21px;
}
#contact_form input,
#contact_form textarea{
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #616161;
    text-transform: uppercase;
    font-family: dosis;
    outline: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 200;
}
#contact_form textarea{
    margin-top : 20px;
    min-height : 90px;
    margin-bottom : 20px;
}


#contact_form input[type=submit]{
    background: #100F0F;
    border: none;
    /* border: 1px solid #ccc; */
    width: 110px;
    position: relative;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 3px;
    cursor: pointer;
}
#contact_form label{
    display: inline-block;
    position: relative;
    /*padding: 0 20px;*/
    line-height: 40px;
}
#contact_form label:after{
    content : ' ';
    background-color : #DDA537;
    height : 2px;
    width : 0;
    position : absolute;
    bottom : 0px;
    left : 0;
    -webkit-transition: all .25s   linear;
    -moz-transition: all .25s  linear;
    -o-transition: all .25s  linear;
    transition: all .25s  linear;
}
#contact_form label:hover:after {
    width : 100%;
    background-color : #DDA537;
}

#contact_form .btns {
    display: inline-block;
    float: right;
}

#contact_form .btns .btn{
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.flip_animation {
    opacity: 0.8;
    -webkit-transform-style: matrix;
    -webkit-animation: spin 10s infinite linear;
}

#container:hover .flip_animation {
    -webkit-transform-style: flat;
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotateY(0); }
    to   { -webkit-transform: rotateY(360deg); }
}

.flip_animation > div {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 200px;
    height: 200px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    font-family: monospace;
    font-size: 12pt;
}
.flip_animation > :first-child {
    background-color: #49DC93;
    -webkit-transform: translateZ(-100px) rotateY(45deg);
}
.flip_animation > :last-child {
    background-color: #FF6;
    -webkit-transform: translateZ(50px) rotateX(20deg);
    -webkit-transform-origin: 50% top;
}

#map-canvas {
    height: 400px;
    border: 1px solid #717171;
    border-style: dotted;
}

/*Our Team*/
#four_column .column {
    width: 25%;
    text-align : center;
    float : left;
    margin-top : 40px;
    margin-bottom : 40px;
}
.column .person{
    padding : 15px;
}
.column .person .profile{
    display : inline-block ;
    margin-bottom : 20px;
    position: relative;
}
.column .person .profile a.icon{
    display : block;
    width : 20px;
    height : 20px;
    float: left;
    padding : 0 15px;
    position : relative;
}
.column .person .profile a.fb{
    background : url('../img/team/fb.png') no-repeat center;
}
.column .person .profile a.icon:after{
    color: #000;
    width: 120px;
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    left: -33px;
    top: -23px;
    opacity : 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.column .person .profile a.fb:after{
    content: 'facebook';
}
.column .person .profile a.tw:after{
    content: 'twitter';
}
.column .person .profile a.insta:after{
    content: 'instagram';
}

.column .person .profile a:hover:after{
    opacity : 1;
}
.column .person .profile a.tw{
    background : url('../img/team/tw.png') no-repeat center;
}
.column .person .profile a.insta{
    background : url('../img/team/insta.png') no-repeat center;
}
.column .person img{
    width : 100%;
    border: 4px solid #eee;
    position: relative;
    top: -50px;
    z-index: 2;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}
.column .person:hover > img{
    top: 0px;
    cursor: url(../img/cursor_view.png), auto;
}

.column .person .info {
    position: relative;
    top: -53px;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}
.column .person:hover > .info{
    top: 9px;
}
.column .person .info h3{
    margin-top : 15px;
    font-size : 16px;
    font-weight : 700;
    color : #898989;
}
.column .person .info span{
    display: block;
    font-size : 13px;
    margin-top : 10px;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}
.column .person:hover > .info span{
    opacity : 0;
}

#brief .block{
    width : 33%;
    float : left;
    margin-bottom : 40px;
}
#brief .block .padding{
    padding: 10px;

}
#brief p{
    color: #A3A3A3;
    font-size: 14px;
    line-height: 35px;
    margin-bottom : 20px;
}
#brief h2{
    font-weight: 700;
    color: #898989;
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
}
#brief .column_text {
    margin-top : 70px;
}
#brief .column_text:nth-child(3){
    margin-bottom : 100px;
}
#brief .padding i.icon{
    display : block;
    width : 45px;
    height : 45px;
    margin : 0 auto;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}
#brief .column_text i.case{
    background: url('../img/icon_case.png') no-repeat;
}
#brief .column_text  i.icon:after{
    height: 0;
    overflow : hidden;
    display: block;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}
#brief .column_text  i.case:after{
    content: url('../img/icon_case_hover.png') no-repeat;
}
#brief .column_text  i.testi:after{
    content: url('../img/icon_testi_hover.png') no-repeat;
}
#brief .column_text  i.solution:after{
    content: url('../img/icon_solution_hover.png') no-repeat;
}
#brief .column_text:hover > i.icon:after{
    height : 48px;
}
#brief .column_text i.solution{
    background: url('../img/icon_solution.png') no-repeat;
}

#brief .column_text i.testi{
    background: url('../img/icon_testi.png') no-repeat;
}
#brief .column_text h2{
    font-weight: 700;
    color: #898989;
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
    text-align : center;
}

/*________CROSS BROWSER CHECKING__________*/
@-moz-document url-prefix() {
    .column i.icon {
        -moz-transition: all 3s ease-out!important;
    }
    .column:hover > i.planning{
        background : url('../img/services_icon/moz_plan_icon.png') no-repeat center ;}
    .column:hover > i.planning{
        animation: animationRotateX linear 8s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationRotateX linear 8s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationRotateX linear 8s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationRotateX linear 8s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationRotateX linear 8s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%;
    }

    @keyframes animationRotateX{
        0% {
            transform:  rotate(0deg) ;
        }
        10% {
            transform:  rotate(35deg) ;
        }
        29% {
            transform:  rotate(113deg) ;
        }
        50% {
            transform:  rotate(199deg) ;
        }
        66% {
            transform:  rotate(302deg) ;
        }
        80% {
            transform:  rotate(360deg) ;
        }
        100% {
            transform:  rotate(360deg) ;
        }
    }

    @-moz-keyframes animationRotateX{
        0% {
            -moz-transform:  rotate(0deg) ;
        }
        10% {
            -moz-transform:  rotate(35deg) ;
        }
        29% {
            -moz-transform:  rotate(113deg) ;
        }
        50% {
            -moz-transform:  rotate(199deg) ;
        }
        66% {
            -moz-transform:  rotate(302deg) ;
        }
        80% {
            -moz-transform:  rotate(360deg) ;
        }
        100% {
            -moz-transform:  rotate(360deg) ;
        }
    }

    @-webkit-keyframes animationRotateX {
        0% {
            -webkit-transform:  rotate(0deg) ;
        }
        10% {
            -webkit-transform:  rotate(35deg) ;
        }
        29% {
            -webkit-transform:  rotate(113deg) ;
        }
        50% {
            -webkit-transform:  rotate(199deg) ;
        }
        66% {
            -webkit-transform:  rotate(302deg) ;
        }
        80% {
            -webkit-transform:  rotate(360deg) ;
        }
        100% {
            -webkit-transform:  rotate(360deg) ;
        }
    }

    @-o-keyframes animationRotateX {
        0% {
            -o-transform:  rotate(0deg) ;
        }
        10% {
            -o-transform:  rotate(35deg) ;
        }
        29% {
            -o-transform:  rotate(113deg) ;
        }
        50% {
            -o-transform:  rotate(199deg) ;
        }
        66% {
            -o-transform:  rotate(302deg) ;
        }
        80% {
            -o-transform:  rotate(360deg) ;
        }
        100% {
            -o-transform:  rotate(360deg) ;
        }
    }

    @-ms-keyframes animationRotateX {
        0% {
            -ms-transform:  rotate(0deg) ;
        }
        10% {
            -ms-transform:  rotate(35deg) ;
        }
        29% {
            -ms-transform:  rotate(113deg) ;
        }
        50% {
            -ms-transform:  rotate(199deg) ;
        }
        66% {
            -ms-transform:  rotate(302deg) ;
        }
        80% {
            -ms-transform:  rotate(360deg) ;
        }
        100% {
            -ms-transform:  rotate(360deg) ;
        }
    }

    .column:hover > i.web_dev{
        background : url('../img/services_icon/moz_web_icon.png') no-repeat center !important;

    }
    @-moz-document url-prefix() {
        .items_inner .column i.mobile_app {
            background: url("../img/services_icon/mobile_app.png") no-repeat scroll center center !important;
            position: relative;
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .items_inner .column i.mobile_app {
            background: url("../img/services_icon/mobile_app.png") no-repeat scroll center center !important;
            position: relative;
        }

    }
}

.services_inner .column_left ul li {
    display : block;
}

.services_inner .column_left ul li{
    font-size: 15px;
    line-height: 29px;
    color : #5A5A5A;
    text-transform : uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}
.services_inner .content ul li span{
    color : #000;
    font-weight : 400;
}

.services_inner p{
    margin-bottom: 20px;
}

.services_inner p i{
    margin-right: 6px;
}

#process-page  #two_column{
        margin: 20px 0px 40px ;
}

.items_inner .column i.listen{
    background : url('../img/process_icon/listen.png') no-repeat center ;

}
.items_inner .column i.think{
    background : url('../img/process_icon/think.png') no-repeat center ;
}
.items_inner .column i.discover{
    background : url('../img/process_icon/discover.png') no-repeat center ;
}
.items_inner .column i.collaborate{
    background : url('../img/process_icon/collaborate.png') no-repeat center ;
}
.items_inner .column i.focus{
    background : url('../img/process_icon/focus.png') no-repeat center ;
}
.items_inner .column i.insight{
    background : url('../img/process_icon/insight.png') no-repeat center ;
}
.items_inner .column i.trust{
    background : url('../img/process_icon/trust.png') no-repeat center ;
}
.items_inner .column i.manage{
    background : url('../img/process_icon/manage.png') no-repeat center ;
}
.inner_process .column:hover > h2:after{
    width : 10%;
}


.alert-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.alert-box .alert-box-bg{
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.alert-box  .box{
    position:  absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    color: #000;
    background: #fff;
    line-height: 25px;
    text-align: center;
}

.alert-box  .box .header{
    background: #CF3838 url(../img/alert-error.png) no-repeat center center;
    background-size: 50px;
    padding: 50px 30px;
    position: relative;
}

.alert-box  .box .header:after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 80px 0 80px;
    border-color: #CF3838 transparent transparent transparent;
}

.alert-box  .box.success .header {
    background: #46B17D url(../img/alert-success.png) no-repeat center center;
    background-size: 50px;
}

.alert-box  .box.success .header:after{
    border-color: #46B17D transparent transparent transparent;
}

.alert-box  .box .text{
    padding: 50px 60px ;
    text-transform: uppercase;
}

.alert-box  .box .text h1{
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alert-box i{
    position: absolute;
    top: 7px;
    right: 7px;
    color  : #fff;
}

#newsletter {
    position : relative;
}

#newsletter .error{
    display: block;
    position: absolute;
    top: 108px;
    color: #fff!important;
    font-size: 14px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    background-color: #BA1C1C;
    padding: 10px 15px;
    border-radius: 17px;
    line-height: 20px;
}

#newsletter .error:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #BA1C1C;
    position: absolute;
    left: 0;
    top: -8px;
    left: 45%;
}

.page-404{
    text-align : center;
    padding : 45px 0;
}
.page-404 b{
    font-size: 245px;
}
.page-404 span{
}

.our_work .view_more {
    text-align: center;
}
.our_work .view_more a{
    color: #dda537;
    border: 1px solid #dda537;
    padding: 13px 36px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}

.our_work .view_more a{
    color : #000;
}
/* Float Shadow */
.hvr-float-shadow a{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow a:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow a:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.whoweare_png {
    width : 60px;
    margin : 0 auto;
}
span.who_are_wes{
    display :none;
}
.whoweare_png img{
    width : 100%;
    height: 50px;
}
.whoweare_div .common_title h2.title{
    margin-top : 0px;
}
.whoweare_div .common_content{
    margin-bottom : 0;
}
.our_work_gif img{
    width : 110px;
    height: 110px;
}
.our_work .icon {
    display : none;
}
.our_work .common_title h2.title{
    margin-top : 0px;
}

.our_work .works{
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
}

.our_work .works .blk{
    /*width: 25%;
    height: 275px;*/
	width: 33%;
    height: 300px;
    padding: 10px;
    float: left;
}

.our_work .works .blk .inner{
    background: rgba(233, 233, 233, 0.38) ;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.our_work .works .blk .inner img{
    opacity: 0.95;
    width: 100%;
    height: 100%;

    transition: .5s all;
    -webkit-transition: .5s all;
}


.our_work .works .blk .inner:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1) rotate3d(0,0,1,-1.5deg);
    transform: scale3d(1.1,1.1,1) rotate3d(0,0,1,-1.5deg);
}

.our_work .works .blk.text{
    width: 50%;
    height: 550px;
}

.our_work .works .blk.text .inner p{
    font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
    padding: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 50px;
    color: #3a3a3a;
    text-transform: uppercase !important;
}

.our_work .works .blk.text .inner p span.hi b{
    font-size: 50px;
}

.our_work .works .blk.text .inner p span.cmpny b{
    font-size: 31px;
}

.our_work .works .blk.text .inner b{
    font-weight: bold;
    font-size: 25px;
}



/*..........new code added for product gallery........*/


.our_work .works .blk2{
   /* width: 100%;*/
    /* width: 25%;*/
	max-width:100%;
    height: 300px;
	 padding: 10px;
    float: left;
}

.our_work .works .blk2 .inner{
    background: rgba(233, 233, 233, 0.38) ;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.our_work .works .blk2 .inner img{
    opacity: 0.95;
    width: 100%;
    height: 100%;

    transition: .5s all;
    -webkit-transition: .5s all;
}


.our_work .works .blk2 .inner:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1) rotate3d(0,0,1,-1.5deg);
    transform: scale3d(1.1,1.1,1) rotate3d(0,0,1,-1.5deg);
}





/*..........product gallery image end...........*/








/*..........new code added for certfcate gallery........*/


.our_work .works .blk3{
  /*  width: 50%;*/
  max-width:100%;
    height: 650px;
	 padding: 10px;
    float: left;
}

.our_work .works .blk3 .inner{
    background: rgba(233, 233, 233, 0.38) ;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.our_work .works .blk3 .inner img{
    opacity: 0.95;
    width: 100%;
    height: 100%;

    transition: .5s all;
    -webkit-transition: .5s all;
}


.our_work .works .blk3 .inner:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1) rotate3d(0,0,1,-1.5deg);
    transform: scale3d(1.1,1.1,1) rotate3d(0,0,1,-1.5deg);
}





/*..........certfcte gallery image end...........*/






.load-bar {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #C1C1C1;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #DCA437;
    animation: loading 3s linear infinite;
}

.bar2 {
    animation: loading 3s linear infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

#shareus{
    position:relative;
    font-family: 'Muli';
    width: 247px;
    margin: 0 auto;
    font-size: 13px;

}
.shareusmain{
    padding: 90px 0!important;
}
#shareus .anim_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ecf0f1;
    height: 90px;
    overflow: hidden;
}

#visible {
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    padding: 0 40px 0 45px;
}
#visible:before {
    content: '[';
    left: 0;
    line-height: 30px;
}
#visible:after {
    content: ']';
    position: absolute;
    right: 0;
    line-height: 30px;
}
#visible:after, #visible:before {
    position: absolute;
    top: 0;
    color: #DDA537;
    font-size: 30px;
    -webkit-animation: 2s linear 0s normal none infinite opacity;
    animation: 2s linear 0s normal none infinite opacity;
}

#visible p {
    display: inline;
    float: left;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase!important;
    margin-top: 8px;
    font-family: 'Muli'!important;
    font-size: 13px!important;
    font-weight : bold;
    letter-spacing: 2px;
}

#visible ul {
    margin-top:1px;
    padding-left: 44px;
    text-align: left;
    list-style: none;
    -webkit-animation: 15s linear 0s normal none infinite change;
    animation: 15s linear 0s normal none infinite change;
}

#visible ul li {
    line-height: 34px;
    height: 30px;
    margin: 0;
    width: 130px;
}

@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes change {
    0%, 12%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    17%,29% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    34%,46% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    51%,63% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%);
    }
    68%,80% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    85%,97% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
}
@keyframes change {
    0%, 12%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    17%,29% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    34%,46% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    51%,63% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%);
    }
    68%,80% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    85%,97% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
}

#blogs{
    margin: 80px 0;
}

#blogs .common_title {
    margin-bottom: 50px;
}

#blogs .common_title h2.title{
    margin-bottom: 0;
}

#blogs .common_title img{
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
}

#blogs ul{
    margin-left: -10px;
    margin-right: -10px;
}

#blogs ul li{
    padding: 10px;
    width: 33.33%;
    float: left;
    height: 264px;
    position:relative;
}

#blogs ul li:last-child{
    display: none;
}

#blogs .img-overlay img{
    width: 100%;
    display: block;
    min-height: 100%;
}

#blogs .img-overlay:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right:10px;
    bottom:10px;

}
#blogs .img-overlay:after {
    content: "";
    position: absolute;
    top: calc(5.5% + 10px);
    left: calc(4% + 10px);
    right: calc(4% + 10px);
    bottom: calc(5.5% + 10px);
    border:1px solid rgba(255,255,255,0.4);
    background:rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#blogs .img-overlay:hover:after {
    background: rgba(19, 19, 19, 0.65);
    border:1px solid rgba(255,255,255,0.8);
}

#blogs  .promo-title{
    text-transform: uppercase;
    opacity: 1;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    margin-bottom: 0.3rem;
    letter-spacing: 1px;
    max-height: 99999px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 14px;
    padding-bottom: 14px;
    font-style: italic;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    text-align: center;
    width: auto;
    height: auto;
    overflow: hidden;

    transition: .2s all;
    -webkit-transition: .2s all;
}


#blogs .img-overlay:hover .promo-title{
    opacity: 1;
    width: auto;
    height: auto;
}

.promo-title:before, .promo-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background: #FFF;

    transition: .2s all;
    -webkit-transition: .2s all;
}


.promo-title:after {
    bottom: 3px;
    width: 60px;
    margin-left: -30px;
}

#social_media {
    margin-bottom : 40px;
    margin-top : 60px;
}
#social_media h3{
    font-size : 20px;
    font-weight : 700;
    text-align : center;
    margin-bottom : 90px;
}
#social_media ul {
    width: 390px;
    margin: 0 auto;
}
#social_media ul li {
    float : left;
    padding: 0 25px;
    position : relative;
}

#social_media ul li:first-child{
    padding-left: 0;
}

#social_media ul li:last-child{
    padding-right: 0;
}

#social_media ul li ,
#social_media ul li a{
    position : relative;
    display: block;
}

#social_media ul li a.icon{
    background-size: 100%!important;
    width: 36px;
    height: 40px;
}

#social_media ul li a.fb{
    background: url('../img/icon_fb.png') no-repeat;
}

#social_media ul li a.tw{
    background: url('../img/icon_tw.png') no-repeat;
}
#social_media ul li a.in{
    background: url('../img/icon_ins.png') no-repeat;
}
#social_media ul li a.gg{
    background: url('../img/icon_google.png') no-repeat;
}
#social_media ul li a.li{
    background: url('../img/icon_linked.png') no-repeat;
}


#social_media ul li a {
    left: 0;
    background-position: center center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#social_media ul li a:hover {
    margin-top : -10px;
}


.copyright #up{
    display : block;
}

/*@media screen and (max-width : 480px){
    #footer .copyright #up{
        display: block;
    }
}*/


.title_center {
    text-align : center ;
    margin-bottom : 40px;
    font-family: Dosis;
    text-transform: uppercase;
}
.title_center i{
    display: block;
    background: url('../img/we_love.png') no-repeat;
    width: 110px;
    height: 100px;
    background-size: 89%;
    margin: 0 auto;
}
#main-portfolio:hover > .title_center i{
    display: block;
    background: url('../img/we_love.gif') no-repeat;
    width: 110px;
    height: 100px;
    background-size: 89%;
    margin: 0 auto;
}

.inner_banner .big_slug{
    float: left;
    width: 25%;
    font-size: 45px;
    line-height: 70px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 35px;
    font-family: Dosis;
}
.inner_banner .big_slug span{
    font-weight : 400;
}
.inner_banner .banner_image{
    width: 70%;
    float: right;
    text-align: right;
}
.banner_image img{
    width : 70%;
}
.put_info h2{
    text-align : left!important;
    font-family: Dosis;
    margin-bottom : 0px!important;
}
.column .put_icon{
    float : left;
    width : 8%;
    margin-top: 0px;
}
.column .put_info{
    float : left;
    width : 86%;
}

.put_icon .icon {
    background: url('../img/logo_design.png') no-repeat center;
    background-size: 61%;
    position: relative;
    background-position: top ;

}
.put_icon .print_ser {
    background: url('../img/printing_ser.png') no-repeat center;
    background-size: 61%;
}
.put_icon .brand_dev {
    background: url('../img/brand_dev.png') no-repeat center;
    background-size: 61%;
}
.put_icon .web_dsn {
    background: url('../img/web_design.png') no-repeat center;
    background-size: 61%;
}
.put_icon .mobile_app {
    background: url('../img/mobile_app.png') no-repeat center;
    background-size: 61%;
}
.put_icon .seo {
    background: url('../img/seo.png') no-repeat center;
    background-size: 61%;
}

.inner_banner {
    margin-bottom : 80px!important;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/starting_preloader.gif') center no-repeat #fff;
    background-size : 7%;
}

.items_inner .column i{
    background-size: 90%!important;
}
.inner_code_banner img{
    width : 100%;
}

.put_icon .creative_ic {
    background: url('../img/Icon_codepage/think.png') no-repeat center;
    background-size: 61%;
}
.put_icon .outstanding_ic {
    background: url('../img/Icon_codepage/icon_outstanding.png') no-repeat center;
    background-size: 61%;
}
.put_icon .dynamic_ic {
    background: url('../img/Icon_codepage/icon_dynamic.png') no-repeat center;
    background-size: 61%;
}
.put_icon .effective_ic {
    background: url('../img/Icon_codepage/icon_effective.png') no-repeat center;
    background-size: 61%;
}

@media screen and (max-width: 1024px){
    .column .put_icon{
        width: 10%!important;
    }
}

.inner_code_banner{
    background-image: url(../img/code_inner_banner.html);
    width: 100%;
    height: 420px;
    opacity: 1;
    visibility: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
}

.adress{
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
    font-weight: 300;
}

/*************************/

@-webkit-keyframes expand {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #4c4c4c;
    }
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        color: #DAA36B;
    }
}

@keyframes expand {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #4c4c4c;
    }
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        color: #DAA36B;
    }
}

.anim_icon span {
    color: #4c4c4c;
    margin: 20px 35px;
    -webkit-animation: expand 1500ms ease-in-out infinite;
    animation: expand 1500ms ease-in-out infinite;
}

.anim:nth-child(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}


.choosefile {
    position: relative;
    margin-left: 0;
}

.choosefile .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: -1;
}

.inputfile + label {
    text-transform: uppercase;
    font-family: dosis;
    font-size: 13px;
    color: #000;
    display: inline-block;
    cursor: pointer;
    padding-left: 33px !important;
    margin-right: 20px;
    background: url(../img/upload.png) no-repeat left center;
    background-size: 22px;
}

.inputfile + label:after{
    display: none;
}

#uploaded-file-name{
    display: none;
    font-size: 12px;
    padding-left: 32px;
    line-height: 40px;
    padding-right: 20px;
    color: #DDA537;
    float: left;
}



/*Home effect plugin*/



figure {
    opacity: 0;
    position: absolute;
    top: 0;
    float: left;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.8);*/
    text-align: center;

    transition: .2s all;
    -webkit-transition: .2s all;
}

.our_work .works .blk .inner:hover figure{
    opacity: 1;
}

/*figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}*/

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.13,1.13,1);
    transform:scale3d(1.13,1.13,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 144px;
    left: 0%;
    width: 144%;
    height: 30%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    content: '';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,75deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,75deg) translate3d(0,-100%,0);
    border-top: 3px solid rgba(255, 255, 255, 0.09);

}


figure.effect-apollo:hover figcaption::before {
    left: -200%;
}



/* =======new style ========= */

.product{
  padding: 50px 0;
}
.product h2{
   text-align: center;
   font-size: 45px;
   font-weight: 700;
}
.product h2::before{
  content: "";
   position: absolute;
   width: 100px;
   height: 7px;
   background-color: #ffc107;
   bottom: -25px;
   margin-left: 60px;
}
.product img{
  width: 100%;
}
.product .prd-items{
  padding: 60px 0;
}
.product .prd-items img{
  width: 100%;
}
.product .prd-items .prd-details{
  background-color: #f7f7f7;
padding: 25px;
}
.product .prd-items .prd-details span{

    font-size: 12px;
    font-style: italic;
    font-weight: 100;

}
.product .prd-items .prd-details h3{
  padding: 0px 0;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}
.product .prd-items .prd-details p{
      padding-bottom: 20px;
}

.about{
  background: url(../images/about.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about .ab-bg{
  background-color: #f7f7f7;
  padding: 40px 0;
}
.about .ab-bg h2{
  font-size: 45px;
  font-weight: 700;
  padding: 30px 0;
}
.about .ab-bg h2::before{
  content: "";
position: absolute;
width: 82px;
height: 7px;
background-color: #ffc107;
/* bottom: 0; */
margin-top: 58px;
}
.about .ab-bg p{
  padding: 20px 0 0;
}
.about .ab-padd{
      padding: 0 10% 0 28%;
}



@media screen and (max-width:670px){
.about .ab-padd {
    padding: 0 10% 0 5%;
}

.m01
{
	display:none;
}

}





.best{
  padding: 70px 0;

}
.best h2{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  padding: 30px 0;
}
.best h2::before{
  content: "";
position: absolute;
width: 153px;
height: 7px;
background-color: #ffc107;
/* bottom: 0; */
margin-top: 58px;
margin-left: 20px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
table .cr-tr{
  background-color: #212529;
    padding: 21px 6px;
    color: #fff;
}
table .cr-tr th{
  padding: 20px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #e9ecefcc;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin-bottom: 30px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.pro:hover .image {
  opacity: 0.3;
}

.pro:hover .middle {
  opacity: 1;
}

.text h3 {
  color: #000;
  font-size: 20px;
}

  .text h3 {
    color: #000;
  }



  /*===== footer ====*/
  	.co-contact{
  		background-color: #fff;
padding: 70px 0;
  	}
  	.co-contact .in-area{
  		padding:0 60px;
  		border-left:1px solid #ccc;}

  	.co-contact .getin{
  		    padding-top: 3%;
  	}
  	.getin h3{
  		font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
          line-height: 47px;
              padding-bottom: 2px;
  		}
  	.getin h3 span{
  		font-weight: 100;
  		    font-size: 42px;
  		}
  	.co-contact	input,textarea{
  			    width: 100%;
      padding: 10px;
      border: none;
      border-bottom: 1px solid #333333;
  	margin-bottom:10px;
  			}

  			.co-contact	textarea{

  			height:100px;
  				}
  		.co-contact input[type=submit]{
  			    float: right;
      width: auto;
      background-color: #fff;
      border: 1px solid #333333;
      margin-top: 20px;
      padding: 15px 45px
  			}
  		input:focus{
  			border: none;
      border-bottom: 1px solid #000 ;
  			}
  	/*===== footer ====*/

    .project{
      background-color: #f7f7f785;
      padding: 70px 0;
    }
    .project .proj{
          margin-top: 70px;
    }
    .project h2{
      text-align: center;
      font-size: 45px;
      font-weight: 700;
    }
    .project h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 7px;
    background-color: #ffc107;
    bottom: -25px;
    margin-left: 80px;}

    .iso{
      position: fixed;
z-index: 100;
bottom: 10px;

    }

    footer{
      background-color: #000;
padding: 30px 0;
    }
    footer p{
      text-align: center;
      color: #fff;
    }

    .tran-banner-header{
      position: absolute;
top: 50%;
transform: translateY(-50%);
width: 1140px;
margin: auto;
text-align: center;
z-index: 100;
    }
    .tran-banner-header h3{
      font-size: 55px;
color: #fff;
z-index: 100;
line-height: 75px;
font-weight: 100;
    }
  .tran-banner-header h3 span{
    font-weight: 700;
  }
.tran-banner-header h3 sup{
  border-radius: 50%;
font-size: 12px;
top: -20px;
padding: 5px
}


#banner01 {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: inherit;
    /*background-image: url(../img/pages_banner/home.jpg);*/
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    position: relative;
}


media="screen and (max-width: 1140px)"
@media screen and (max-width: 855px)
#banner {
	
	    height: 423px;
}


media="screen and (max-width: 1140px)"
@media screen and (max-width: 555px)
#banner {
	
	    height: 353px;
}


.carousel-control.left {
    background-image: inherit !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right{
    background-image: inherit !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

	