@font-face {
  font-family: 'Century';
  src: url('../fonts/CenturyGothicRegular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/CenturyGothicRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/CenturyGothicRegular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/CenturyGothicRegular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/CenturyGothicRegular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html,body{
padding: 0;
margin: 0;
font-family: "Century";
color: #080a0b;
}
p {
 font-size: 17px;
    line-height: 36px
}

/** common **/

.keeladi-section{
padding:120px 0;
}
.keeladi-inner-page-section{
padding: 80px 0;
}

.keeladi-page-header h1{
font-weight: bold;
}

.keeladi-page-header p {
font-size: 20px;
margin: auto 10%;
}

/** navbar **/

header{
background: #fff;
border-bottom: 2px solid #d9d9d9;
}
.navbar{
padding: 0.8rem 1rem;
}

.navbar-nav .nav-link{
font-size: 18px;
}

.navbar-brand{
font-size: 2rem;
}

/** banner video **/

.keeladi-bg-video-section{
height: calc(100vh - 84px);
overflow: hidden;
background-color: #000;
position: relative;
}
.keeladi-bg-video-section video {
position: absolute;
right: 0;
top: 0;
min-width: 100%;
min-height: 100%;
}

.keeladi-banner-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 100%;
z-index: 999;
}
.keeladi-banner-content h3{
font-size: 50px;
color: #fff;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
text-align: center;
padding: 0px 60px;
}
.keeladi-bg-section{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
color: #fff;
}

.keeladi-bg-section:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.7)
}

.Keeladi-excavation{
background-image: url('../images/keeladi-excavation2.jpg');
}
.Keeladi-help{
background-image: url('../images/keeladi-excavation3.jpg');
}
.Keeladi-news{
background-image: url('../images/keeladi-excavation4.jpg');
}

.keeladi-section-title{
    font-size: 53px;
}

.Keeladi-excavation h4{
    font-size: 26px;
        padding-bottom: 10px;
}
.Keeladi-excavation p{
font-size: 19px;
    line-height: 37px;
}
.Keeladi-news p
{
    font-size: 19px;
    line-height: 37px
}

/** Gallery **/

.keeladi-gallery ul{
margin:0; 
padding: 0;
}
.keeladi-gallery ul li{
list-style: none;
overflow: hidden;
}
.keeladi-gallery ul li img{
width:100%;
height: 200px;
}
/** News **/

.keeladi-news p{
font-size: 18px;
display: inline-block;
line-height: 37px;
margin-bottom: 30px;
}

.keeladi-news a{
font-style: italic;
}

.keeladi-news ul li{
font-size: 18px;
margin-bottom: 15px;
font-weight: 700;
}

.keeladi-news img{
max-width: 400px;
float: left;
margin: 0 20px 10px 0;
padding: 5px;
border: 2px solid #d9d9d9;
border-radius: 10px;
}
.keeladi-news-list
{
background: #fff;
border:1px solid #ccc;
}
.keeladi-news-list h4
{
padding: 15px 12px;
border-bottom: 1px solid #ccc;
font-size: 19px;
position: relative;
z-index: 9;
margin: 0px;
}
.newsboxlist
{
    xheight: 400px;
xoverflow-y: auto;
overflow: hidden;
width: 100%;
display: block;
}
.keeladi-news-list ul{
margin: 0;
padding-left: 0;
xborder-left: 2px solid #d9d9d9;
xmin-height: 500px;
}
.keeladi-news-list ul hr
{
margin-top: 0;
margin-bottom: 0;
}
.keeladi-news-list ul li{
margin-bottom: 0px;
list-style: none;
line-height: normal;
}

.keeladi-news-list ul li a{
text-decoration: none;
color: #333;
font-size: 18px;
transition: 0.5s all linear;
border-left: 4px solid transparent;
padding: 18px 10px;
position: relative;
left: 0;
display: block;
text-align: left;
}

.keeladi-news-list ul li a:hover{
color: #000;
border-left: 4px solid #066a8f;
background-color: #b3d6e3;
}

.blockquote{
border-left: 5px solid #d9d9d9;
padding:10px 20px;
}

.keeladi-scroll-to-top{
position: fixed;
bottom:  50px;
right: 100px;
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
background: #d9d9d9;
padding: 10px;
border-radius: 8px; 
}

.keeladi-scroll-to-top img{
width: 30px;
margin-bottom: 5px;
}

/** Keeladi Faces **/
.keeladi-faces{
transition: all 0.5s linear;
}

.keeladi-faces:hover{
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
transform: scale(1.05);
}

.keeladi-faces-detail{
padding: 10px;
background: #f9f9f9;
}

.keeladi-faces-detail span{
font-style: italic;
}

.keeladi-faces-detail p{
margin-top: 20px;
font-size: 16px;
line-height: 28px;
}


/** contact us **/

.keeladi-contactus h2{
font-weight: bold;
}

.keeladi-contactus form label{
font-weight: 600;
font-size: 18px;
}

.keeladi-contactus address{
font-size: 18px;
font-weight: 400;
line-height: 23px;
}

/** footer **/

footer.keeladi-section{
background-color: #2b2729;
padding: 100px 0;
}

footer address{
color: #fff;
font-size: 23px;
margin:0;
}

footer .keeladi-social-media-links{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}

footer .keeladi-social-media-links li{
list-style: none;
margin: 20px 15px 0;
}

.keeladi-social-media-links img{
width: 40px;
}
.keeladi-banner-content h3>span
{
display: block;
font-size: 59px;
}


/* Media quries */

@media (max-width:1024px)
{
    .keeladi-banner-content h3 {
    font-size: 57px;
    }
}

@media (max-width:991px)
{
    .keeladi-banner-content h3 {
    font-size: 45px;
    }
}
@media (max-width: 575.98px) {
.keeladi-inner-page-section{
padding: 20px 0;
}
.keeladi-banner-content{
width: 100%;
}
.keeladi-section{
padding: 80px 0;
}
.keeladi-section-title{
font-size: 40px;
}
.keeladi-banner-content h3, .keeladi-banner-content h3>span
{
font-size:30px;
}
.keeladi-page-header p{
margin: auto 5%;
}
.Keeladi-excavation p{
font-size: initial;
}
.keeladi-help-content{
margin-bottom: 30px;
text-align: center;
}
.keeladi-help-content h5{
font-size: 30px;
}
.keeladi-contactus h1, .keeladi-contactus h2, .keeladi-contactus address{
text-align: center;
}
.keeladi-contactus address{
margin-bottom: 0;
}
footer .fb-page{
margin-top: 50px;
display: inline-block;
}
}

@media (max-width: 767.98px) { 
.keeladi-gallery ul li{
width: calc(100% / 3);
}
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.2rem;
padding-left: 1.2rem;
}
}


.testimonial{
text-align: center;
padding: 73px 42px;
margin: 70px 15px 35px;
background-color: rgba(0, 0, 0, 0.77);
position: relative;
border-radius: 5px;
padding-bottom: 35px;
}

.testimonial .pic{
width: 110px;
height: 110px;
border: 5px solid #535151;
margin: 0 auto;
position: absolute;
top: -59px;
left: 0;
right: 0;
border-radius: 50%;
background: #fff;
}

.testimonial .pic img{
width: 100%;
height: 100%;
border-radius: 50%;
}

.testimonial .description{
font-size: 17px;
color: #c4c3c3;
line-height: 31px;
margin-bottom: 20px;
position: relative;
}



.testimonial .testimonial-profile{
position: relative;
margin: 20px 0 10px 0;
}


.testimonial .title{
display: inline-block;
font-size: 18px;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0;
font-weight:600;
}

.testimonial .post{
display: inline-block;
font-size: 15px;
color: #757575;
text-transform: capitalize;
}

.owl-theme .owl-controls{
margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span{
background: #5e5f5f;
opacity: 1;
transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
background: #fdfdfd;
}

.owl-theme .owl-controls .owl-page.active span{
width: 22px;
height: 12px;
}

.pagination-tt
{
    display: inline-block;
    margin: 10px 10px;
}

.pagination-tt a
{
    color: black;
    float: left;
    padding: 4px 15px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination-tt a.current_page
{
    background-color: #2B2729;
    color: white;
    border: 1px solid #2B2729;
}
.pagination-tt li
{
    list-style: none;
    float: left;
    font-size: 15px;
}
.pagination-tt li:first-child
{
    margin-right: 5px;
    margin-top: 8px;
}
.pagination-tt ul
{
    padding-left: 0px;
    margin: 0px;
}
.navbar-dark .navbar-toggler
{
    background: #5cb911;
}

.keeladi-news-list ul li.active a
{
color: #049cd2;
xborder-left: 4px solid #066a8f;
xbackground-color: #b3d6e3;
}
.pager
{
    padding-left: 0px;
    margin: 0px;
}
.pager li {
list-style: none;
float: left;
margin-right: 10px;
}
.pager li a {
padding: 6px 18px;
background: #212222;
color: #fff;
border-radius: 4px;
font-size: 14px;
}
.pager li a:hover, .pager li a:focus, .pager li a:active
{
    text-decoration:none;
    color: #fff;
    background: #212222;
}
.keeladi-inner-page-section .owl-item
{
    padding: 10px 15px;
}
.keeladi-inner-page-section .owl-theme .owl-controls .owl-page.active span, .keeladi-inner-page-section .owl-theme .owl-controls.clickable .owl-page:hover span
{
    background: #000;
}
.keeladi-inner-page-section .grabbing
{
    cursor:pointer;
}
.keeladi-inner-page-section .owl-pagination{
xdisplay: none;
}
.keeladi-inner-page-section .owl-theme .owl-controls .owl-buttons div
{
    color: #FFF;
    padding: 3px 13px;
    font-size: 18px;
    border-radius: 75px;
    background: #000;
}
.keeladi-inner-page-section img
{
    width: 100%;
}
.keeladi-faces a, .keeladi-faces a:hover, .keeladi-faces a:focus, .keeladi-faces a:active
{
    color:#212529;
    text-decoration:none;
}

.keeladi-inner-page-section .keeladi-faces img {
    width: 100%;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
}


.modalface .keeladi-faces-detail p
{
margin: 4px 0px;
}
.modalface .modal-dialog
{
max-width: 850px;
}

.modalface .modal-title
{
font-size: 20px;
}
.modalface .modal-header
{
padding: 10px 14px;
}
@media (max-width:600px)
{
.modalface .modal-body img, .modalface .modal-body .keeladi-faces-detail
{
display: block;
width:100%;
text-align:center;
}
.modalface .modal-body img
{
margin: 0px auto;
margin-bottom: 0px;
margin-bottom: 15px;
}
.modalface .modal-body .keeladi-faces-detail
{
padding-left:0px;
}
}
	
.modal, body.modal-open
{
padding-right: 0px !important;
}
.fb_iframe_widget span, footer .fb-page, .fb_iframe_widget iframe
{
width:100% !important;
}



.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.subfootertitle
{
    color:#fff;
    padding-bottom:20px;
    font-size: 24px;
}
.viewbox-body
{
    position:relative;
}
.viewbox-header
{
position: absolute;
bottom: 11px;
background: #000000cf;
width: 100% !important;
left: 0px;
color: #fff;
border-radius: 0;
text-align: center;
margin: 0px !important;
padding: 10px 4px !important;
white-space: inherit !important;
word-wrap: break-word;
font-size: 16px;
line-height: 28px;
}

.keeladi-news-list ul li a>span
{
  font-size: 16px;
display: block;
padding-top: 8px;
font-weight: 400;
line-height: 26px;
}
.keeladi-news-list ul li.active a>span
{
    color:#000;
}
.marquee li{
  position: relative;
  animation: marquee 8s linear infinite;;
  text-align:center;
  color:#ffffff;
}
@keyframes marquee {
  0% {
    top: 150px
  }
  100% {
    top: -240px
  }
}
.keeladi-contactus .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size:16px;
}
.keeladi-contactus .form-control::-moz-placeholder { /* Firefox 19+ */
 font-size:16px;
}
.keeladi-contactus .form-control:-ms-input-placeholder { /* IE 10+ */
  font-size:16px;
}
.keeladi-contactus .form-control:-moz-placeholder { /* Firefox 18- */
 font-size:16px;
}
header li a
{
font-weight: 400;
}
header li.active a
{
font-weight: bold;
}


@media (max-width:400px)
{
    .keeladi-banner-content h3 {
    font-size:22px;
    }
}
@media (max-width:350px)
{
    .keeladi-banner-content h3 {
    font-size:20px;
    }
}

.leaderbox {
    width: 100%;
    display: inline-block;
    margin: 0px;
}
.leaderbox>div {
    width: auto;
    flex: auto;
    max-width: inherit;
}

.leaderbox>div:first-child {
    float: left;
    padding-right: 20px;
    position: relative;
    z-index: 9;
}
.videosect
{
    width:450px;
}
.keeladi-inner-page-section .leaderbox>div:first-child img
{
max-width:300px;
}
.modalface img
{
   width:100%;
   max-width:150px;
}
.modalface .leaderbox
{
    max-height: 300px;
    overflow: auto;
}

@media (max-width:991px)
{
    .keeladi-inner-page-section .container, .keeladi-section .container
    {
        width:100%;
        max-width:100%;
    }
    .leaderbox>div:first-child
    {
        float:none;
        padding-right:0px;
        text-align:center;
        margin-bottom: 24px;
    }
     .leaderbox>div
     {
         text-align:center;
     }
     .videosect
     {
         width:100%;
         max-width:400px;
         margin:0px auto;
     }
}

.visionbg h5
{
        font-size: 24px;
    color: #fff !important;
    margin-bottom: 13px;
    text-align: left;
}
.visionbg h6
{
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.visionbg ul li {
           padding-bottom: 15px;
    list-style: none;
    line-height: 33px;
    font-size: 18px;
    color: #dadada;
}
.visionbg ul li:last-child
{
    padding-bottom:0px;
}
.visionbg .container
{
    position: relative;
}

.visionbg ul li i
{
    font-size: 9px;
    margin-right: 7px;
    color: #3bffffcc;
}
.visionbg ul
{
    padding:0px;
}
.visionbg video
{
        width: 100%;
    max-width: 348px;
    margin: 0px auto;
    display: block;
    cursor:pointer;
}
.tableboxtt
{
    display:table;
    margin:0px;
}
.tableboxtt>div
{
    display:table-cell;
    vertical-align:middle;
    float:none;
    width:50%;
}
.tableboxtt>div:first-child
{
    width:30%;
}
@media (max-width:991px)
{
    .tableboxtt
    {
        display:block;
        width:100%;
    }
    .tableboxtt>div
    {
       display: block;
    text-align: center;
    width: 100% !important;
    flex: 100%;
    max-width: 100%;
    }
    .visionbg ul
    {
        text-align:left;
    }
    .visionbg h5
    {
        text-align:center;
    }
    .visionbg video
    {
        margin-bottom: 43px;
    }
}