body {
	margin: 0;
	padding: 0 !important;
	position: relative;
	background: #fff;
	overflow-x: hidden;
	text-shadow: none; width:100%;
}
.wrapper{ width:100%; float:left; position:relative;}
p{ margin-bottom:20px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;     font-size: 18.2px;
    line-height: 23px;}
a:hover, a:focus{ text-decoration:none;}
a {
    color: #161616;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header{background:rgba(0,0,0,0.7); width:100%; float:left;     padding:20px 0; position: fixed; z-index: 99;}

.social-network{     margin: 0;  padding: 0; width: 100%; float: right; text-align:right;}
.social-network li{ display:inline-block; list-style-type:none; padding:0px 6px}
.social-network li a{ color:#717171;     font-size: 1.5em;}
.social-network li a .fa{width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #717171;
    text-align: center;
    line-height: 50px;}
	
.social-network li a:hover{ color:#fff; }
.social-network li a .fa:hover{ border: 2px solid #fff; }

.title{ width:100%; float:left; text-align:center; }
.title h2{ font-size: 4em;  margin: 0;  line-height: 25px; text-transform: uppercase; padding:7% 0;}
.logo a{ display:inline-block;}

.banner{ width:100%; float:left; position:relative;}
.banner .item-img {position: relative;  float: left;  width:  100%;  height: 100%;}
.logo{ width:100%; float:left;}
.logo a{ display:inline-block;}


/*---bannner*---*/

.bs-slider{
    overflow: hidden;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);cursor: auto;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 0.4s;
    -moz-transition: opacity ease-in-out 0.4s;
    -ms-transition: opacity ease-in-out 0.4s;
    -o-transition: opacity ease-in-out 0.4s;
    transition: opacity ease-in-out 0.4s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 0.4s;
    -moz-transition: opacity ease-in-out 0.4s;
    -ms-transition: opacity ease-in-out 0.4s;
    -o-transition: opacity ease-in-out 0.4s;
    transition: opacity ease-in-out 0.4s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap; display:none;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 35%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;    cursor: auto;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #fff;
    font-size:45px;
    font-style: normal;
    line-height:54px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s; font-family: 'Open Sans', sans-serif;
    animation-delay: 0.7s;  box-sizing:border-box;  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.8);
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



.form-blog{ width:100%; float:left; position:absolute; background:rgba(242,99,0,0.7);  z-index: 9; bottom: 0;     padding: 2% 0;}
.form-blog .form-group{ margin-bottom:0;}
.form-blog .form-control{ height:50px;     background-color: #fff2e6;}
.form-blog textarea.form-control{     padding-top: 14px; resize:none;}
.sub-btn{ width:100%; float:left; border:2px solid #fff; background:transparent; color:#f79e02; border-radius:4px; text-align:center; color:#fff; text-transform:uppercase;    font-size: 15px;
    line-height: 25px; height: 50px; -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;}
.sub-btn:hover{ color:#f79e02; background:#fff;}
.section-head {
    position: relative;
    width: 100%; float:left;
    text-align: center; }
.section-head span	{ width:5%; display:inline-block; height:1px; background:#f79e02; margin:5px;}
	
.about-block{ width:100%; float:left; position:relative; padding:80px 0;}	
.about-block p{ color:#444444; text-align:justify;	}
.header-type{ width:100%; float:left; text-align:center; text-transform:uppercase; font-family: 'Open Sans', sans-serif;     margin-bottom: 40px;}
.about-img img{ border-radius:12px;}
figure img{ width:100%;}
img{ max-width:100%;}



.service-block{ width:100%; float:left; position:relative; padding:80px 0; background:linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%),  url(../img/service.jpg) no-repeat;     background-size: cover;
    background-attachment: fixed; }	
.service-block h2{ color:#fff;}
.service-panel { width:100%; float:left; text-align:center; color:#fff; -webkit-transition: all 5s ease 0s;
    -moz-transition: all 5s ease 0s;
    -ms-transition: all 5s ease 0s;
    -o-transition: all 5s ease 0s; display:inline-block;
   transition: all 5s ease 0s;}
  .service-icon {width:100%; float:left;} 
.service-block .col-md-4:nth-child(1) .service-panel:hover .service-icon{
   /* content:url(../img/service-ic-bg.png); */  background:url(../img/service-ic-bg.png) center no-repeat; display:block;
}
.service-block .col-md-4:nth-child(1) .service-panel .service-icon{ background:url(../img/service-ic.png) center no-repeat;  background-size: contain; height:63px;}
.service-block .col-md-4:nth-child(2) .service-panel .service-icon{ background:url(../img/service-ic1.png) center no-repeat;  background-size: contain; height:63px;}
.service-block .col-md-4:nth-child(3) .service-panel .service-icon{ background:url(../img/service-ic2.png) center no-repeat;  background-size: contain; height:63px;}
.service-block .col-md-4:nth-child(2) .service-panel:hover .service-icon {
  /*  content:url(../img/service-ic-bg1.png);*/   background:url(../img/service-ic-bg1.png) center no-repeat;  
}
.service-block .col-md-4:nth-child(3) .service-panel:hover .service-icon {
   /* content:url(../img/service-ic-bg2.png);   */background:url(../img/service-ic-bg2.png) center no-repeat;
}
.service-panel:hover h3{ color:#f79e02;}
.service-panel h3{ margin:0; font-size:23px; line-height:34px; margin-top:20px; width:100%; float:left; }
 .read-more {
    margin-top: 20px;     margin-bottom: 14px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: left;
}
.read-more a {
    padding: 13px 19px;
    border: 2px solid #f79e02;
    color: #f79e02;
    position: relative;
    display: inline-block;
    line-height: 1; font-size:17px;
    font-weight: 400;
    letter-spacing: 0.12em;
    -webkit-font-smoothing: initial;
}
.read-more a:hover{ background:#f79e02; color:#fff;}
.optimization{ width:100%; float:left; background:#e08b27; color:#fff; padding:20px 0;}
.optimization h2{ margin:0; line-height: 58px; font-size:28px; }
.optimized-btn{  width:100%; float:left; text-align:center; font-size:23px; line-height:36px; font-weight:bold; text-transform:uppercase;}
.optimized-btn a{ color:#fff; border:2px solid #fff;    padding: 13px 19px; position: relative; display: inline-block;}
.optimized-btn a:hover{ background:#fff; color:#70bf44}
.video {  width: 100%; text-align: center;  float: left; overflow:hidden; }
.video video {
    width:100%;
}
.service-panel p{ min-height:200px;}
.optimization.excellence-section{ background: #70bf44;}
.optimization.excellence-section .optimized-btn a:hover{ color:#e08b27;}
.gallery-block{ width:100%; float:left; position:relative; padding:80px 0 0 0; }
.gallery-block .thumbnail{ border:none; margin-bottom:0; padding:0}
.gallery-block .thumbnail img{ width:100%;}
.gallery-block .col-md-3, .gallery-block .col-sm-6{ padding:0;}
.testimonial-block{ width:100%; float:left; position:relative; padding:80px 0; }
  #owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
.item-bg{     width: 120px;
    height: 120px;
    float: left;
    margin-right: 2%;}	
.item-bg img{ border-radius:50%; }
.item-content{ width: calc(98% - 120px); float:left;}
.item-content h2{ font-size:20px; line-height:30px; font-weight:bold; margin:0;}
.small-txt{font-size:20px;  line-height:30px;}
.item-content p{ color:#818181; font-style:italic;     padding-top: 8px;
    font-size: 18px; text-align:justify;
    line-height: 25px;}
.testimonial-block .owl-theme .owl-controls .owl-page.active span, .testimonial-block .owl-theme .owl-controls.clickable .owl-page:hover span	{ background:#ffb359;}
.testimonial-block .owl-theme .owl-controls .owl-page span{ border:1px solid #ffb359; opacity:1; background:transparent;}

.footer-panel{ width:100%; float:left; background:#000000; text-align:center; padding:15px 0; color:#a2a2a2; font-size:18px; line-height:28px;}
.scrollToTop { text-align:center;	font-weight: bold;color:rgba(255, 87, 34, 0.8);text-decoration: none;position:fixed;bottom:0;right:20px;font-size:40px; display:none;    z-index: 99;}
.scrollToTop:hover {text-decoration:none;color:rgba(112, 191, 68, 1);}
#extra, #extra1, #extra2{ display:none;}
.gallery-block p{ padding-top:3%; margin-bottom:0; width:100%; float:left;}



.gallery-ic img{ width:100%;}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.modal-header{ display:block !important; padding: 0 !important;
  
border-bottom: none !important;
position: absolute !important;
right: -2px; top:0;
z-index: 1;}
.modal-dialog{ margin-left:auto !important; margin-right:auto !important;}
button.close{    width: 30px;
    height: 30px;
    background: #000; color: #fff;
text-shadow: none;
opacity: 1; border: 2px solid #fff;
    box-shadow: 1px 1px 1px #000;
    border-radius: 50%;}
button.close:focus, button.close:hover{ opacity:1; color:#fff;}
.ekko-lightbox a{ opacity:1 !important; }
.ekko-lightbox-nav-overlay a	{width: 30px;
    height: 30px;
    margin-top: 30%;}