



.grayd img {

    filter: contrast(0.25) grayscale(0.17) opacity(0.1) ;background-blend-mode: overlay;

}

.grayd{

      position: relative;

}

.grayd:after{

    position: absolute; content: ''; display: block; top: 0; left: 0; height: 100%; width: 100%;

    background-color: #282828db;

    mix-blend-mode: multiply

}


/*==================== Why choose us ==================*/
.why_choose_us {
    margin-bottom: 40px;
    width:100%;
}
.why_choose_us .left_side,
.why_choose_us .right_side {
    float:left;
    width: 50%;
    height:570px;
}
.why_choose_us .title_holder h3 {margin-top: -6px;font-size: 35px;}
.why_choose_us .left_side {
    
    background-size: cover !important;
    background-position: right center !important;
}
.why_choose_us .right_side {
    background: #f8f8f8;
    position: relative;
}
.why_choose_us .right_side .text {
    margin-top:50px;
    width: 68%;
}
.why_choose_us .right_side:before {
    content: '';
    width:4px;
    height:100%;
    background: #F89551;
    position: absolute;
    top:0;
    left:0;
    z-index: 9;
}
.why_choose_us .right_side .opacity {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 65px 0 0 80px;
}
.why_choose_us .choose_reason {
    position: relative;
    margin-bottom: 40px;
}
.why_choose_us .right_side .choose_reason:before {
    font-family: "";
    color:#fff;
    font-size: 37px;
    width:80px;
    height:70px;
    line-height: 80px;
    text-align: center;
    background: #F89551;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top:0;
    left: -120px;
    z-index: 99;
}
.why_choose_us .choose_reason h4 {
    line-height: 28px;
}
.why_choose_us .choose_reason.item1:before {
    content: "*";
}
.why_choose_us .choose_reason.item2:before {
    content: "*";
}
.why_choose_us .choose_reason.item3:before {
    content: "*";
}


/* Facts
================================================== */

.facts-area {
   padding: 0px 0;

   background-color: ;
   background-image: url(img/parallax1.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
   background-position: 50% 50%;
}
.facts-area p{   color: #fff;
   font-size: 50px;
   text-align: center;
   margin-bottom: 0px;
   padding-top: 20px;
   padding-bottom: 20px;
}




/* Sub Pages
================================================== */


/*-- Title border --*/

.main-container .border-left{
   margin-bottom: 30px;
}

/*-- Banner --*/

.banner-area {
   position: relative;
   min-height: 300px;
   color: #fff;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
   -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading .border-title.border-left{
   color: #fff;
   font-size: 36px;
   margin-top: 0;
  
}

.banner-heading .border-title:after{
   background: #fff;
}

.banner-desc{
   font-size: 18px;
   max-width: 650px;
}

.breadcrumb{
   padding: 0;
   background: none;
}

.breadcrumb a:hover{
   color: #fff;
}





/* Slider
================================================== */

/*-- Main slide --*/

#main-slide .item {
    min-height: 700px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

#main-slide .item img{
    width: 100%;
    -webkit-backface-visibility: hidden;
}


#main-slide .item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  height: auto;
}

#main-slide .item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
   top: 50%;
   padding: 0;
   position: absolute;
   width: 100%;
   color: #fff;
   -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-slide .slider-content.text-left{
   left: 10%;
}

#main-slide .slider-content.text-right{
   right: 10%;
}

.slider-content {
   position: relative;
   display: table;
   height: 100%;
   width: 100%;
}

.slide-title-box{
   font-size: 16px;
   line-height: 39px;
   background: #f99653;
   color: #fff;
   display: inline-block;
   padding: 0 15px;
   margin: 0;
}

.slide-title{
   font-size: 28px;
   line-height: 36px;
   font-weight: 400;
   color: #fff;
   margin: 20px 0 10px;
}

.slide-sub-title{
   font-style: normal;
   font-size: 48px;
   line-height: 58px;
   margin: 10px 0;
   color: #fff;
   font-weight: 700;

}

.slider-text {
   display: table;
   vertical-align: bottom;
   color: #fff;
   padding-left: 40%;
   width: 100%;
   padding-bottom: 0;
   padding-top: 20px;
}

.slider-text .slide-head{
   font-size: 36px;
   color: #0052a5;
   position: relative;
}

.slider-img{
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

.slider-img img {
   display: block;
   position: relative;
   max-height: 100%;
   width: auto;
}

.slider.btn{
   margin: 15px 5px 0;
   border: 2px solid transparent;
}

.slider.border{
   background: none;
   border: 2px solid #f99653;
}

.slider.border:hover{
   background: #f99653;
   border:2px solid transparent;
}

/* Carousel control */

.carousel-indicators li{
    width: 10px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 100% !important;
   border: 0 !important;
    background: rgba(255,255,255,.5);
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
   background: #f99653;
   -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators{
    opacity: 1;
    filter: alpha(opacity=100);
}


#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-slide .carousel-control .fa-angle-left{
    left: 20px;
}

#main-slide .carousel-control .fa-angle-right{
    right: 20px;
}

#main-slide .carousel-control i{
    background: rgba(0,0,0,.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 36px;
   border-radius: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
    background: #f99653;
   color: #fff;
}

/*-- Animation */
.carousel .item.active .animated1 {
   
}

.carousel .item.active .animated2{
   -webkit-animation: slideInLeft .5s ease-in 300ms both;
   animation: slideInLeft .5s ease-in 300ms both;
}

.carousel .item.active .animated3 {
   -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
   animation: fadeInLeft 1.5s ease-in-out 300ms both;
}

.carousel .item.active .animated4{
   -webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
   animation: lightSpeedIn 1.5s ease-in 300ms both;
}

.carousel .item.active .animated5{
   -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
   animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6{
   -webkit-animation: fadeInRight 1s ease-in 200ms both;
   animation: fadeInRight 1s ease-in 200ms both;
}

.carousel .item.active .animated7{
   -webkit-animation: fadeInRight 1.5s ease-in 300ms both;
   animation: fadeInRight 1.5s ease-in 300ms both;
}

.carousel .item.active .animated8{
   -webkit-animation: bounceInDown 1s ease-in 800ms both;
   animation: bounceInDown 1s ease-in 800ms both;
}


/*-- Owl slide common --*/

.owl-carousel.page-slider .owl-nav{
   margin: 0;
}

.owl-carousel .owl-nav{
   text-align: center;
   margin-top: 50px;
}

.owl-carousel .owl-nav > div{
   margin: 0 5px;
   background-color: #f99653;
   color: #fff;
   width: 32px;
   height: 32px;
   line-height: 34px;
   display: inline-block;
   text-align: center;
   font-size: 20px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.owl-carousel .owl-nav > div:hover{
   background: #272d33;
}

.owl-theme .owl-dots{
   text-align: center;
   margin-top: 40px;
   position: relative;
   z-index: 1;
}

.owl-theme .owl-dots .owl-dot{
   display: inline-block;
}


.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #000;
    opacity: .3;
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #f99653;
    opacity: 1;
}

/* Owl Page slider */

.page-slider.owl-theme .owl-nav > div{
   background: rgba(0, 0, 0, 0.5);
   position: absolute;
   top: 50%;
   width: 36px;
   height: 72px;
   line-height: 72px;
   font-size: 26px;
   text-align: center;
   margin: 0;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.page-slider.owl-theme .owl-nav > .owl-prev{
  left: 0;
}

.page-slider.owl-theme .owl-nav > .owl-next{
  right: 0;
}

.page-slider.owl-theme .owl-nav > div:hover{
   background: #f99653;
   color: #fff;
}

.page-slider .item{
   min-height: 700px;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.page-slider.page-slider-small .item{
  min-height: auto;
}

.page-slider-caption{
   position: absolute;
   bottom: 0;
   width: 100%;
   padding: 5px 20px;
   background: rgba(255,255,255,.9);
}

.page-slider-caption h3{
   font-size: 20px;
}

.page-slider-caption span{
   font-weight: 400;
}

/* Owl Box slider */

.box-slider-content{
   top: 50%;
   padding: 0;
   position: absolute;
   width: 100%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.box-slider-text{
   background: #fff;
   display: inline-block;
   padding: 20px 30px;
   max-width: 600px;
}

.box-slide-title{
   font-size: 24px;
   margin: 0;
   color: #666;
}

.box-slide-sub-title{
   font-size: 36px;
   margin: 8px 0 10px;
}

.box-slide-description{
   color: #666;
}

.box-slider-text .btn{
   padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls{
   margin: -20px;
}


/*-- Slider pages --*/

#main-slide.slider-pages .item {
    min-height: 340px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.white{color: #fff;}




