/*
Theme Name: Base Technology
Theme URI: http://site2.base-technologies.net
Description: Base Techonology Theme 
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Opoyeelabs Ltd.
Author URI: http://site2.base-technologies.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 10.0

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/

@font-face {
font-family: "Sansation";
src: url("fonts/Sansation_Regular.ttf");
}
@font-face {
  font-family: 'Sansation Bold';
  src: url("fonts/Sansation-Bold-webfont.ttf"), /* IE9 Compat Modes */
       url('fonts/Sansation-Bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Sansation-Bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Sansation-Bold-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: "Arial Bold";
src: url("fonts/Arial_Bold.ttf");
}

@font-face {
font-family: "DS Gabriele";
src: url("fonts/dsgabriele.ttf");
}

.font-gabriele {
    font-family: "DS Gabriele" !important;
}

body{
    font-family: "Sansation";
}
h2,h1,#Subheader .title, .widget_mfn_menu h3{
   font-family: "Sansation Bold" !important;
}
h3,h4,h5,h6, i, p, a{
    font-family: "Sansation" !important;
}
body .rev_slider .tp-caption {
    font-family: "Sansation" !important;
}
.our-vission h2{
    font-family: "Sansation Bold";
}
.service-idea-section h3{
    font-family: "Sansation Bold";
    font-size: 23px;
}
/* Career Gateway page*/
.career_banner .action_button{
     background: 0 0;  border-radius: 1rem; border: .125rem solid #fff;color: #fff;
}
.career_banner .action_button:hover{
    background:#fff;
    color:#232323;
}

body:not(.home) #Content {
    padding: 0px 110px;
}

/* Hove Effect


.service_title h2 {
    color:#fff;
    font-size:16px;
    padding-left:10px;
    line-height: 15px;
    z-index:10;
   
}
.customize-solution .service_title{
    padding: 10px 0px !important;
    background: #171729;
    color: #fff;
    bottom:0%;
    display: block;
    position:absolute;
    width:100%;
    z-index:100;
    }
.service_items {
    position: relative;
    min-height: 220px;
    margin: 0px 10px;
}
.service_items .image_wrapper img{
    height:220px !important;
}

.service_description {
        padding: 20px;
        position: absolute;
        display: none;
        top: 15%;
        z-index: 1000;
        color: #fff;
}
.service_description p {
    line-height: 18px;
}
.service_items:hover .service_description {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display:block;
    
.service_items:hover .service_title{
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width:100%;
    bottom:85%;
    z-index: 1000;
}

.service_items .mask{
    position:absolute;
    top:0;
    z-index: 10;
    background-color: rgba(6, 6, 6, 0.78);
    width: 100%;
    min-height: 220px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.service_items:hover .mask{
    
    opacity:1;
}

.section.mcb-section.customize-solution a.read_more {
    color:#fff;
    font-weight:bold;
    background-image:none;
    text-decoration:none;
}
.section.mcb-section.customize-solution a.read_more:hover{
    color:#dcdcdc;
}
.section.mcb-section.customize-solution a.read_more:after{
    content:"\00bb";
    padding-right:5px;

}
.customize-solution .three-fourth.mcb-wrap {
    margin: 0 auto !important;
    float: none;
}


*/

.service_items .image_frame .image_wrapper img:not(.ls-l){
 -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    background-color: rgba(0, 0, 0, 0.5);
}
.service_items .image_frame .image_wrapper img:not(.ls-l):hover{
   -moz-transform:scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
    transform:scale(1.15,1.15);
    background-color: rgba(0, 0, 0, 0.5);

opacity:.5 
}
.service_items .image_frame .image_wrapper img{

-moz-transition:-moz-transform 1s ease-in; 
-webkit-transition:-webkit-transform 1s ease-in; 
-o-transition:-o-transform 1s ease-in;
}
.service_items .image_frame .image_wrapper img:hover{
    -moz-transform:scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
    transform:scale(1.15,1.15);
    background-color: rgba(0, 0, 0, 0.5);
    opacity:.5
}
.service_items .image_frame .image_wrapper{
    background-color:black;
}

.service_title h2 {
    color:#fff;
    font-size:16px;
    padding-left:10px;
    line-height: 15px;
    z-index:10;
    font-family: "Arial Bold";
   
}
.customize-solution .service_title{
    padding: 10px 0px !important;
    background: transparent;
    color: #fff;
    text-align: left;
    top: 10%;
    display: block;
    position: absolute;
    width:100%;
    z-index:100;
    font-family: "Arial Bold";
    }
.service_items {
    position: relative;
    min-height: 220px;
    cursor: pointer;

}
.service_items .image_wrapper img{
    height:220px !important;
}

.service_items .mask{
    position:absolute;
    top:0;
    z-index: 10;
    background-color: rgba(6, 6, 6, 0.5);
    width: 100%;
    min-height: 220px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.service_items:hover .mask{
    
    opacity:1;
}

.section.mcb-section.customize-solution a.read_more {
    color:#fff;
    font-weight:bold;
    background-image:none;
    text-decoration:none;
}
.section.mcb-section.customize-solution a.read_more:hover{
    color:#dcdcdc;
}
.section.mcb-section.customize-solution a.read_more:after{
    content:"\00bb";
    padding-right:5px;

}
.customize-solution .three-fourth.mcb-wrap {
    margin: 0 auto !important;
    float: none;
}



.artical_description {
    background-color: rgba(9, 9, 9, 0.6);
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    display: none;
    padding: 0px;
    border-radius: 5px 5px;
}

.artical_image img{
    border-radius: 10px 10px;
}
.artical_items:hover .artical_description{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  display:block;
  position: absolute;
  top: -120px;
  z-index: 10;

}
.artical_description p{
     padding:20px 10px;
}
.artical_items{
  cursor:pointer;
  
}

.customize-solution .column-margin-40px.column{
    margin-bottom: 40px !important;
}




.motto-text span, motto-text .h3{
    color:#fff;


}
.motto-text h3 {
    font-size: 100px;
    color:#fff;
}
.motto-text span{
    font-size: 32px;
}
.motto-text span.we-do{
    margin-right: 270px;
}

.motto-text span.things{
    margin-left: 180px;
    margin-top: 30px;
    display:block;
}

.chart_box p {color:#fff !important;}

.section.mcb-section.service-idea-section .image_wrapper{
    top:15px;
    width: 50px;
    height: 50px;
    text-align:left;
}
.section.mcb-section.service-idea-section .icon_box.icon_position_left {
    padding-left: 60px;
}

.service-idea-section .column_icon_box.consulting {
    position: relative;
    left: 190px;
    text-align: center;
}
.service-idea-section .column_icon_box.engineering {
    position: relative;
    right: 100px;
    text-align: center;
}
.section.mcb-section.service-idea-section .icon_box h4{
    color:#0186aa;
}


.section.mcb-section.base-quality-section .one-fourth.column{
    margin: 0px 0px 0px 0px;
    width: 25%;
}

.the-peoples{
    margin-left:160px !important;
    margin-top:30px !important;
}

.section.mcb-section.our-achievement-section .one-fourth.column, .section.mcb-section.our-achievement-section .four.columns {
    width:18%;
}

.section.mcb-section.base-quality-section .one-fourth.column .quality_image_1{
    position:relative;
    top: 0px;
}


.section.mcb-section.base-quality-section .one-fourth.column .quality_image_2{
    position:relative;
}
.section.mcb-section.base-quality-section .one-fourth.column .quality_image_3{
    position:relative;
    top: 0px;
    z-index: 110;
    overflow:hidden;
}
.section.mcb-section.base-quality-section .one-fourth.column .quality_image_4{
    position: relative;
    top: 1px;
    z-index: -26;
    overflow:hidden;
}


.all-services-section .icon_box.icon_position_left {
    min-height: 100px;
    padding-left: 70px;
}
.all-services-section .icon_box.icon_position_left .image_wrapper {
    
    width: 70px;
    height: 70px;
}

.our-achievement-section .chart_box .chart .num {
        top: 150px;
        color:#fff;
}
.our-achievement-section .chart_box p{
    margin-top:50px;
}
.our-achievement-section .column {
    margin: 0 1% 20px;
}


.our-achievement-section .telecom-chart-box .chart_box:before{
    background-image:url(http://site2.base-technologies.net/wp-content/uploads/2017/10/telecom_info_icon.png);
    background-position:center;
    background-repeat:no-repeat;
}
.our-achievement-section .power-chart-box .chart_box:before{
    background-image:url(http://site2.base-technologies.net/wp-content/uploads/2017/10/clean_enery_icon.png);
    background-position:center;
    background-repeat:no-repeat;
}
.our-achievement-section .civil-chart-box .chart_box:before{
    background-image:url(http://site2.base-technologies.net/wp-content/uploads/2017/10/Civil_info_icon.png);
    background-position:center;
    background-repeat:no-repeat;
}
.our-achievement-section .government-chart-box .chart_box:before{
    background-image:url(http://site2.base-technologies.net/wp-content/uploads/2017/10/Government_sale.png);
    background-position:center;
    background-repeat:no-repeat;
}
#Footer ul{
    background:none;
    list-style:none;
    padding:0px;

}
#Footer ul li a{
 text-decoration:none;
 color:#ddd;
 padding:5px 0px;
}

#Footer ul li:after{
    content:none;
}
#menu-quick-links li {
    width: 50%;
    float: left;
    padding: 0px 10px;
    font-size: 14px;
}
#Footer .column.one-second:first-child {
    margin: 0px;
    width: 42%;
}
#Footer .column.one-second:last-child {padding-left: 2%;margin: 0px;width: 50%;}
.contact-address {
    width: 50%;
    float: left;
    font-size: 14px;
}
.more-contact-address{
text-align:left;
}

.blockquote blockquote {
    margin-bottom: 25px;
    background: none;
    padding-bottom: 10px;
}
.we-believe-section blockquote:after {
    content: "";
    /*width: 45px !important;
    height: 45px !important;*/
    background: url(../betheme/images/blockquote.png) no-repeat !important;
    position: absolute !important;
    left: -70px !important;
    top: -15px !important;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.we-believe-section blockquote:before {
    content: "";
    width: 55px;
    height: 40px;
    background: url(../betheme/images/blockquote.png);
    position: absolute;
    right: -70px;
    top: -15px;
}


/* About us page */

.one-team-infobox .infobox{
    background-color:#bf940e;
}
.wining-client-info .infobox{
    background-color:#f2683a;
}
.committed-infobox .infobox{
    background-color:#248d9b;
}
.integrity-infobox .infobox{
    background-color:#cc3353;
}
    
.left-bar{
    padding: 0px;
    width: 80px;
    background-color: transparent;
    bottom: 45%;
} 
ul.left-bar-menu li{
    margin-bottom: 1px;
    width: 45px;
    background: #1b89aa;
    margin-left: 1px;
}
li.contact_us_link{
    height: 60px;

}
.people-section {
    background-position: 70px 0px !important;
}

.the-peoples h2 {
    font-size: 166px; font-family:Impact; font-weight: bold;line-height: 100px;color: #395b92;
}
.the-peoples h3 {
    font-size: 40px; margin-right:10px; margin-top:30px; color: #395b92;
}
.the-peoples h5 {
    font-size: 26px;  font-weight: normal; color: #395b92; margin-right:140px;
}

.all-services-section .column_icon_box {
    margin-bottom: 5px  !important;
}
.wpls-logo-showcase .slick-dots{
    display:none !important;
}
.partners span{
    font-size:60px;
    padding: 30px 0px 20px 0px;
    display:block;
    font-family: "Sansation";
    font-weight:bold;
    text-align: left;
    margin-left: 25px;
}
.partners h4{
    color:#fff;
    text-align: left;
    font-size:20px;
    margin-left: 28px;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img{
    border:none;
}

.contact-section h2{
    color:#fff;
    font-size: 56px;
    line-height: 50px; 
    margin-left:30px; 
    font-family: Arial Bold;    
}

/* Inner page */

.section.mcb-section.customize-solution .service_items.inner-page a.read_more{
	color:#232323;
	font-weight:bold;
}

.section.mcb-section.customize-solution .service_items.inner-page a.read_more:hover{
	color:#565656;
	font-weight:bold;
}

 .bg-overlay{
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
 }

 #ups_counter .counter{
	
  }

   #ups_counter .counter .desc_wrapper .title{
      text-align: center;
      font-size: 18px;
  }

  .page-child h4, .page-child h5, .page-child h2{
   color: #F2683A;
  }
  .page-child .hr_color, .page-child .infobox{
      background-color: #F2683A;
   }
 
@media only screen and (max-width: 767px){
   
    #Top_bar .logo #logo {
        margin: 5px 0px 0px;
    }
    #Top_bar a#search_button {
        position: absolute;
        left: 45px;
        top: -5px !important;
    }
    #Top_bar a#search_button.has-input input {
       
        width: 100% !important;
        border-radius: 0px !important;
    }

    #Header a.responsive-menu-toggle {
        top: 12px !important;
        right: -10px !important;
    }
    #Top_bar, #Action_bar {
        background: #fff !important;
    }
    
    body:not(.home) #Content {
	    padding: 0px 30px;
	}

    .section.mcb-section.we-do-amazing {
        background-size: cover !important;
        padding-top: 0px !important;
    }

    blockquote:before {
        right: -10px;
        top: 160px;
    }

    .section.service-idea-section {
        background-attachment: fixed !important;
        height: auto !important;
    }
    .service-idea-section .column_icon_box.consulting {
        left: 0px;
    }
    .service-idea-section .column_icon_box.engineering {
        
        right: 0px;
    }
    .section.mcb-section.base-quality-section .one-fourth.column .quality_image_1 {
        
        left: 0px;
    }
    .section.mcb-section.base-quality-section .one-fourth.column .quality_image_3 {
        
        left: 0px;
    }
    .section.mcb-section.base-quality-section .one-fourth.column .quality_image_4 {

        right: 0px;
    }
    .the-peoples{
        margin-left: 0px !important;
        margin-top:0px !important;
    }
    .the-peoples h2 {
        font-size: 70px; 
    }
    .the-peoples h3 {
        font-size: 36px;
        line-height: 30px;
        text-align: center;
    }
    .the-peoples h5 {
        font-size: 26px;  
         margin-right:0px;
         line-height: 26px;
          text-align: center;
    }
    .contact-section h2{
        font-size: 40px;
        line-height: 36px;
         text-align: center;
    }

    #Footer .footer_copy a#back_to_top {
        bottom: 0px;
        position: absolute;
        right: 15px;
    }

}
