﻿@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0px;
    margin: 0px;
}

.padding-left {
    padding-left: 0px !important;
}

.padding-right {
    padding-right: 0px !important;
}

.navbar-fixed-top {
    left: 0px;
}

.navbar-default, .navbar {
    /*background-color: rgba(45, 67, 84, 0.91);*/
    border-radius: 0px;
    border: none;
    height: auto;
    min-height: 80px;
    margin-bottom: 0px;
    box-shadow: 0 0 5px #666;
    z-index: 99;
    /*background: rgba(255,255,255,0.85);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.85) 0%, rgba(214,211,214,0.79) 54%, rgba(45,67,84,0.73) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.85)), color-stop(54%, rgba(214,211,214,0.79)), color-stop(100%, rgba(45,67,84,0.73)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.85) 0%, rgba(214,211,214,0.79) 54%, rgba(45,67,84,0.73) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.85) 0%, rgba(214,211,214,0.79) 54%, rgba(45,67,84,0.73) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.85) 0%, rgba(214,211,214,0.79) 54%, rgba(45,67,84,0.73) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.85) 0%, rgba(214,211,214,0.79) 54%, rgba(45,67,84,0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2d4354', GradientType=1 );*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(232,232,232,0.91) 34%, rgba(45,67,84,0.73) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(34%, rgba(232,232,232,0.91)), color-stop(100%, rgba(45,67,84,0.73)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(232,232,232,0.91) 34%, rgba(45,67,84,0.73) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(232,232,232,0.91) 34%, rgba(45,67,84,0.73) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(232,232,232,0.91) 34%, rgba(45,67,84,0.73) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(232,232,232,0.91) 34%, rgba(45,67,84,0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2d4354', GradientType=1 );
}

    .navbar-brand, .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: auto;
        padding: 3px 0px;
        margin-left: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 48px;
        color: #fff;
        border-bottom: 2px solid transparent;
        padding: 37px 15px 15px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            border-bottom: 2px solid #fff;
            color: #fff;
            background: transparent;
        }

        .navbar-default .navbar-nav > li > a.active {
            border-bottom: 2px solid #ed1b24;
            color: #ed1b24;
            background: transparent;
        }

.navbar-nav > li > .dropdown-menu {
    padding: 0px;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(239, 49, 57, 0.64);
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.heading {
    margin-bottom: 15px;
    text-align: center;
}

.section-title {
    font-size: 22px;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif'Lato', sans-serif;*/
    font-weight: 600;
    margin-bottom: 4px;
    padding: 5px 0px;
    position: relative;
    color: #333333;
    text-transform: uppercase;
}

.section-top {
    /*margin-top: 80px;*/
}

.divider {
    position: relative;
    background: url(../img/divider.png) center center no-repeat;
    width: 37px;
    height: 55px;
    margin: 0px auto;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

.abt-section {
    padding: 85px 0px;
}

    .abt-section .sec-content {
        width: 75%;
        margin: 0px auto;
    }

.btn-send {
    background-color: #ed1b24 !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    float: right !important;
    padding: 6px 30px !important; /*width:100%;*/
}

.proj-section {
    background: url('../img/bg.png') bottom left no-repeat transparent;
    background-size: 100% 100%;
    margin-bottom: 250px;
}

    .proj-section ul {
        list-style-type: none;
        padding-left: 0px;
        width: 75%;
        margin: 0px auto;
        border-radius: 3px;
    }



        .proj-section ul li {
            float: left;
            width: 50%;position:relative;
            background: #fff;
            margin-bottom: -100px;
            border-radius: 3px 0px 0px 3px;
            border: 6px solid rgba(128, 128, 128, 0.30);
            border-right-width: 1px;
        }
            .proj-section ul li .proj-detail .cert {
                position:absolute;
                bottom:10px;right:10px;z-index:1;
            }

            .proj-section ul li + li {
                border-radius: 0px 3px 3px 0px;
                border: 6px solid rgba(128, 128, 128, 0.30);
                border-left-width: 1px;
                float: right;
            }


.proj-detail {
    padding: 15px;
}
    .proj-detail a {
        text-decoration:none;
    }
.proj-name {
    color: #ed1b24;
    font-size: 16px;
    padding: 5px 0px;
}

.proj-location {
    position: relative;
    padding-left: 15px;
}

    .proj-location:before {
        font-family: FontAwesome;
        content: "\f041";
        position: absolute;
        left: 0px;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
    }

.project-img img {
    width: 100%;
    margin: 0px;
}

.project-img {
    position: relative;
}

    .project-img a .fa {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        background: red;
        line-height: 40px;
        color: #fff;
        position: absolute;
        right: 20px;
        top: -20px;
    }

.cont-section {
    margin-top: 100px;
}

footer {
    background-color: aliceblue;
    background-size: cover;
}

    footer .section-title {
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
    }

.contact-form {
    background: rgba(51, 51, 51, 0.81);
    min-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
}
    .contact-form label {
        color:#fff;display: inline !important;
    }
.contact-info {
    background: rgba(237, 27, 36, 0.50);
    color: #fff;
    padding-top: 15px;
    padding-bottom: 25px;
}
.btnRefresh {
    background-color: transparent;
    border: 0px;
    padding: 0px;outline:none;
}
.info {
        font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
}
.footer {
    margin-top: -100px;
    /*background-color: #fff;*/
    padding-bottom: 15px;
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.footer-addr, .cont-addr {
    list-style-type: none;
    padding-left: 0px;
}

    .footer-addr li, .cont-addr li {
        float: left;
        position: relative;
        width: 33.33%;
        padding-left: 50px;
        font-size: 15px;
        text-shadow: 1px 1px 2px #000;
    }

    .cont-addr li {
        text-shadow: none;
    }

    .footer-addr li a {
        color: #fff;
        font-size: 14px;
    }

    .footer-addr li:before, .cont-addr li:before {
        font-family: FontAwesome;
        position: absolute;
        left: 0px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        background: #ed1b24;
        line-height: 40px;
        /*border-radius: 50%;*/
        border: 1px solid #ddd;
    }

    .footer-addr li.addr:before, .cont-addr li.addr:before {
        content: "\f041";
    }

    .footer-addr li.phone:before, .cont-addr li.phone:before {
        content: "\f095";
    }

    .footer-addr li.fax:before, .cont-addr li.fax:before {
        content: "\f1ac";
    }

    .footer-addr li.email:before, .cont-addr li.email:before {
        content: "\f0e0";
    }
/*about us page css*/
.page-title-section {
    background-size: cover;
    height: 300px;
    position: relative;
}

    .page-title-section.abtbg {
        background: url('../img/abt-bg.png') no-repeat center center;
    }

    .page-title-section.whydrgbg {
        background: url('../img/whydrg-bg.png') no-repeat center center;
    }

    .page-title-section.contbg {
        background: url('../img/contbg.png') no-repeat center center;
    }

.page-title-div ol.breadcrumb {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 18px;
    background: rgba(186, 242, 198, 0.74);
    padding: 15px 55px;
    border-radius: 0px 5px 0px 0px;
    margin-bottom: 0px; /*width:100%;*/
    text-align: right;
}

.abtus {
    padding: 60px 0px 30px 0px;
}

    .abtus i {
        padding-right: 5px;
    }

.contact.cont-section .footer .contact-form {
    min-height: 100px;
}

.whydronagiri img {
    margin-bottom: 15px;
    margin-top: 20px;
}

.whydronagiri ul, .project ul {
    padding-left: 15px;
    list-style-type: square;
}

.banner {
    position: relative;
}

    .banner .viewdetails a {
        text-decoration: none;
        position: absolute;
        bottom: 90px;
        color: #ed1b24;
        /*font-size:35px;font-weight:600;*/
        text-align: center;
        width: 100%;
        left: 0px;
        right: 0px;
        animation-name: bounceInUp;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        transition: all 0.2s ease-in-out;
    }



* {
    box-sizing: border-box;
}

#gallery .row > .column {
    padding: 5px 8px;
}

#gallery .row:after {
    content: "";
    display: table;
    clear: both;
}

#gallery .row > .column img {
    width: 100%;
    border: 1px solid #8c8686;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 99999;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 65%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-decoration: none;
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        line-height: inherit;
        color: #333;
        padding: 15px;
    }
    .navbar-default, .navbar {
        min-height:80px;
    }
    .navbar-brand > img {
        height:75px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ee1c25;
        }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color:#333;
    }
.carousel, .banner {margin-top:80px;}
    .banner .viewdetails a {
        display:none;
    }
    .proj-section ul {
        width:100%;
    }
        .proj-section ul li {
            float:none;
            width:100%;margin-bottom:15px;border-right-width: 6px; 
        }
            .proj-section ul li + li {
                margin-bottom:-100px;border-left-width: 6px;
            }

    .footer-addr li, .cont-addr li {
        float:none;
        width:100%;margin-bottom: 15px;
    }
}

.map-embed {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 420px; /* tweak if needed */
}


