@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/


body{
    font-family: 'Lato' !important;
}



.gray{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  
        
   
}

.zoom{

   transform: scale(1.07);
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

p{
    font-size: 14px;
    line-height: 25px;
}

a{
    text-decoration: none !important;
}

/*******common css*************/
/******************************/




/*****************************/
/*********header**************/

.manu_ul .active  {
    color: #000000 !important;
    font-weight: 900;

}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.css-typing {
    margin-top: 40px;
}

.css-typing p {
  border-right: .15em solid black;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  color: #000000;
}
.css-typing p:nth-child(1) {
  width:100%;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
  width:100%;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
  width:100%;
  opacity: 0;
   -webkit-animation: type3 2s steps(40, end);
  animation: type3 2s steps(40, end);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(4) {
  width:100%;
  opacity: 0;
   -webkit-animation: type4 2s steps(40, end);
  animation: type4 2s steps(40, end);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(5) {
  width:100%;
  opacity: 0;
 -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(6) {
  width:100%;
  opacity: 0;
 -webkit-animation: type 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

/*@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}*/

@keyframes type4 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type4 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #e5e5e5;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/

.logo {
    width: 150px;
    padding-top: 5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #032a47;
    font-weight: 900;
    background-color: #ffffff;
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fa:hover{
   background-color: #525253; 
   color: #ffffff;
}

.top_row{
    position: relative;
    height: 100vh;
    background-image:url('../images/top_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center bottom;
}

.top_row .container{
    padding-top: 100px;
}


/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/


.main_body_row{
    background-image:url('../images/body_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top right;
}

.carousel-caption{
    width: 100%;
    background-color: transparent;
    right: 0%;
    left: 0%;
    padding-bottom: 0px;
    bottom: 0px;
    padding-top: 0px;
}

.cap_blue_div{
    position: relative;
    height: 100vh;
    background-color: rgba(0,72,137, 0.7);
    text-align: left;
    text-transform: uppercase;
    padding: 30px 50px;
}

.carousel-caption p{
    padding-top: 10px;
    font-size: 12px;
}

.caption_text_div{
    position: absolute;
    bottom: 30px;
}

.heading{
    font-size: 40px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}

.sub_heading{
    font-size: 25px;
    font-weight: 900;
    color: #000000;
    text-align: center;
}

/*========================*/

.container .title{
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(252,238,33,0.8);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #000000;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #000000;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

/*=================*/

.port_col_row{
    margin-right: 3px;
    margin-left: 3px;
}

.content-image{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    margin-bottom: 6px;
}

.img_div_1{
    height: 377px;
}

.img_div_2{
    height: 250px;
}

.img_div_3{
    height: 505px;
}

.service_ul li{
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.lucid_col{
    background-color: #ffffff;
    padding: 30px 30px 20px 30px;
    border-radius: 5px;
    border-left: 3px solid #004889;
    min-height: 150px;
    margin-bottom: 30px;
}

.lucid_col h1{
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-default {
    color: #000000;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #ffffff;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: transparent;
    border-bottom: 2px solid #63a70a;
    border-radius: 0px;
    color: #63a70a;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    font-weight: 900;
}

.btn-default:hover {
    background-color: transparent;
    border-bottom: 2px solid #63a70a;
    border-radius: 0px;
    color: #63a70a;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
}

.btn-default.active:focus {
    background-color: transparent;
    border-bottom: 2px solid #63a70a;
    border-radius: 0px;
    color: #63a70a;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}


.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: transparent;
    background-image: none;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 25px;
}

.custom_btn {
    padding: 15px 30px;
    background-color: #000000;
    border: 1px solid #fcee21;
    color: #fcee21;
    border-radius: 0px;
    font-weight: 900;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn:hover {
    padding: 15px 30px;
    background-color: #fcee21;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service_col{
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
}

.service_col .sub_heading{
  margin-bottom: 20px;
}

.yellow_div {
    position: absolute;
    margin-top: 20px;
    z-index: 9;
}

.who_are_we_col{
    padding-top: 50px;
}

.foot_img {
    position: absolute;
    right: -73px;
    width: 225px;
    top: -215px;
}


/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/

.footer_row{
    background-image:url('../images/footer_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.contact_div{
    padding-left: 80px;
    padding-right: 80px;
}

.map_col{
    position: relative;
    margin-top: -10%;
}

.footer_logo_div{
    margin-top: 25%;
    margin-bottom: 25%;
    color: #fff;
}

.bottom_p{
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    font-weight: 600;
}


/*****************************/
/*********footer**************/



/*######### Mouse SCroll Anim ############*/

.icon-scroll, .icon-scroll:before {
    position: absolute;
    right: 7%;
}

.icon-scroll {
    position: absolute;
    width: 1px;
    height: 130px;
    bottom: 0%;
    box-shadow: inset 0 0 0 1px #000000;
    background: #000000;
    border-radius: 25px;
    z-index: 995;
    right: 5%;
}

.icon-scroll:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    left: -5px;
    top: 8px;
    border-radius: 6px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;

}

@-webkit-keyframes scroll {

    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(96px);
        transform: translateY(96px);
    }

}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(96px);
        transform: translateY(96px);
    }

}
/*######### Mouse SCroll Anim ############*/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #000000;
    width: 32px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 10px;
    border: 1px solid #000000;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #fcee21;
    color: #000000;
    border: 1px solid #000000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/