@charset "utf-8";
/* CSS Document */

body {
font-family: 'Segoe UI' !important; overflow-x:hidden;
}
.highlight-txt {
    background: #ce1226;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    font-weight: normal !important;
    font-size: 18px;
}
.m-40{margin-top:40px;}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;    background: transparent;
    padding: 5px 15px;
    border: 1px solid #fff;
	background:#ce1226;
}
#toTop i{ color:#fff; font-weight:600; font-size:26px; }


/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;background:white;z-index:300;padding: 0;
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}
.float-panel .content-area {margin:10px auto;}
.float-panel a {font-size:18px;text-decoration:none;display:inline-block;}
.float-panel .fa-gg {color:#F0595C;font-size:30px;vertical-align:middle;transition:all 1s;}
/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);padding: 0;animation:slide-down 0.7s;opacity:0.9;  padding-top: 0px !important; }
.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

/*--------------------- slider --------------------------*/

/*------------------------ slider ---------------------------*/

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000; 
    width: 100%;
}
.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);
}
.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 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- 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;
}
.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;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}




.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
   animation: 1s ease-out 0s 1 fadeInRight ;/*
    animation-iteration-count: infinite;*/
    animation-delay: 0s;
    animation-duration: 3s; 
}

.slide-text > h1 {
padding: 0;
    color: #fdfdfd;
    font-size: 36px;
    font-style: normal;
    line-height: 54px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-text > h1 span{color:#171247 !important; font-size: 48px; }
.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{
	background:#00254a; 
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    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;
border-radius: 0;
box-shadow:3px 3px 3px rgba(0, 0, 0, 0.27);
}
.slide-text > a.btn-primary{
	background:#fff; 
    color: #333;
    font-weight: 400;
    font-size: 16px;
    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;
border-radius: 0;
box-shadow:3px 3px 3px rgba(0, 0, 0, 0.27);
}
.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;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}



/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

/*------------------------------- fact counter ---------------------------*/


.fact-counter {
    position: relative;
    padding-top: 40px;
    padding-bottom: 35px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    color: #ffffff;
}
.fact-counter .column {}
.fact-counter .column .item {
    position: relative;
    text-align: left;
    z-index: 5;
}
.fact-counter .item .icon-box {
    position: absolute;
    top: 15px;
    left: -10px;
}
.fact-counter .item .icon-box  img{}
.fact-counter .item .content-text {
    position: relative;
    padding-left: 25px;
    margin-left: 90px;
}
.fact-counter .item .content-text:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    height: 58px;
    border-left: 1px solid #9b9ea5;
}

.count-outer{}
.fact-counter .count-outer span {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
}

/*------------------------------------- footer -------------------------*/



/*------------------------------------ footer --------------------------------*/

footer {    background:url(../images/bg-footer.jpg);    color: #fff;    padding: 30px 0 0;}
footer h3 {
    font-size: 18px;
    color: #fff;
}

footer p{color:#fff;}
footer ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}
footer ul li{margin-bottom: 10px;   color: #fff;}

footer ul li i{margin-right:5px; font-size:20px !important; color:#ce1226; text-align:center;}
footer a {
    color: #fff; text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: 0;
}
footer a:hover{
    color: #f2f2f2; text-decoration: none;}
#contact_bg {
    background: url(../img/map_footer.png) bottom center no-repeat;
}
#social_footer {    text-align: center;
    border-top: 1px dotted rgba(255,255,255,.2);
    padding-top: 30px;
    margin-top: 10px;
}
#social_footer ul {
    margin: 0;
    padding: 0 0 10px;
}
#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px;
}
#social_footer ul li a {
    color: #fff;
    line-height: 34px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255,255,255,.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#social_footer ul li i{color: #fff;    padding: 8px;    font-size: 15px !important; }
#social_footer ul li a:hover {background:#fff;}
#social_footer ul li a:hover i{color: #00254a;}


.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.footer-bottom {
    background-color: #0d0932;
    min-height: 30px;
    width: 100%;
}

.logo_footer{width:200px; margin-bottom:20px;}



/*---flex slider-----*/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding-left:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
   
}

.nbs-flexisel-item {
    float:left;
    cursor:pointer;
    position:relative;
    line-height:0px;
	    width: 100%;     padding:0px;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:0px;   
    position: absolute;
    cursor: pointer;
    z-index:99;
    top:40%;
    background:#888;
    color: #fff;   
	border-radius:0;  
}

.nbs-flexisel-nav-left {
    left: 0px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}



/*--------------------------------------------  clients ------------------------*/

.client-detail{width:100%; float:left; margin:20px 0;}

.client-detail h4{    color: #ce1226;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;}

.client-detail ul{list-style:none;float:left; width:100%; }
.client-detail ul li{list-style: none;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #111;
    margin: 5px 0;
    font-weight: normal; }

.rec{width:100%; float:left; margin:20px 0;}
.rec .img-box{     float: left;}
.rec .txt-box{text-align:left;     padding: 20px 0;     float: left;}
.rec .txt-box img{width:50px; }
.rec .txt-box h4{   color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;}
.rec .txt-box p{   color: #444;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;}
.rec .rec-img{display: flex;
    text-align: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 0 125px;}
.rec .rec-img:after {
    content: "";
	background:url(../images/abt-line.jpg) no-repeat; 
    left: 25%;
    right: 25%;
    width: 50%;
    bottom: -50px;
    position: absolute;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat; transform: scaleY(-1);    
	}
	
.rec .rec-img1{display: flex; 
    text-align: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 0 145px;}
.rec .rec-img1:after {
    content: "";
	background:url(../images/abt-line.jpg) no-repeat; 
    left: 25%;
    right: 25%;
    width: 50%;
    bottom: -50px;
    position: absolute;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;   
	}
	
.rec .rec-img2{display: flex; 
    text-align: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 0 145px;}
.rec .rec-img2:after {
    content: "";
	background:url(../images/abt-line.jpg) no-repeat; 
    left: 25%;
    right: 25%;
    width: 50%;
    bottom: -50px;
    position: absolute;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;   display:none; 
	}	
	
	
.turn{ transform: scaleY(-1);}	
.img-map{width:100%; float:left;  text-align:center;}
.img-map img{width:auto; text-align:center;}
.why-us {
    padding-top: 6%;
    padding-bottom:14%;
    background-image: url(../images/team-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .5s ease;
}
.why-us-txt {
    padding-right: 10%;
}
.why-us-txt h4 {
    font-size: 21px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 15px;
}

/*----------------------- responsive --------------------*/
@media only screen and (min-width:1000px) and (max-width:1200px) {

}

@media only screen and (min-width:768px) and (max-width:999px) {
.rec .rec-img::after {    background:none;}
.rec .rec-img1::after {    background:none;}
.rec .rec-img{padding: 0px 15px 125px;}
}

@media only screen and (min-width:601px) and (max-width:767px) {
.rec .rec-img::after {    background:none;}
.rec .rec-img1::after {    background:none;}
.rec .rec-img{padding: 0px 15px 125px;}
.header-upper{display:none;}
.mob-none{display:none;}
}


@media only screen and (min-width:451px) and (max-width:600px) {
.rec .rec-img {display: block;}
.rec .rec-img1 {display: block;}
.rec .rec-img::after {    background:none;}
.rec .rec-img1::after {    background:none;}
.rec .rec-img{padding: 0px 15px 35px;}
.rec .txt-box {    text-align: center;}
.header-upper{display:none;}
.mob-none{display:none;}
}

@media only screen and (min-width:50px) and (max-width:450px) {
.rec .rec-img {display: block;}
.rec .rec-img1 {display: block;}
.rec .rec-img::after {    background:none;}
.rec .rec-img1::after {    background:none;}
.rec .rec-img{padding: 0px 15px 35px;}
.rec .txt-box {    text-align: center;}
.header-upper{display:none;}
.mob-none{display:none;}
}



























































