/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

section {
    padding: 65px 0px;
}


body {
    font-size: 16px;
    color: #242424;
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 100%;
    max-width: 1140px;
}


.navbar-default {
    background-color: transparent;
    border: none;

}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a {
    color: #595959;
    transition: 0.3s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #dd262d;
    transition: 0.3s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #dd262d;
    background-color: transparent;
}

.navbar-nav {
    margin-top: 15px !important;
    transition: 0.3s;
}


.header.active .navbar-nav {
    margin-top: 0px !important;
    transition: 0.3s;
}


.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 15px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.header.active {
    background: #fff;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.logo {
    width: 80%;
    transition: 0.3s;
}

.navbar-brand {
    padding: 0px 15px;
    height: auto
}

.header.active .logo {
    width: 55%;
    transition: 0.3s;
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-menu,
.dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu li a {
    padding: 12px;
    border-bottom: solid 1px #f2f2f2;
    transition: 0.3s;
}

.dropdown-menu li a:hover {
    color: #dd262d;
    transition: 0.3s;
}



.dropdown-submenu {
    display: none
}

.dropdown-menu li:hover .dropdown-submenu {
    position: absolute;
    display: block;
    left: 100%;
    top: 0px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 150px;
}

.dropdown-submenu li {
    list-style: none
}

.dropdown-submenu li a {
    padding: 12px;
    border-bottom: none;
    transition: 0.3s;
    color: #595959
}

.dropdown-submenu li a:hover {
    color: #3CB44B;
    transition: 0.3s;
}






.slider {
    height: 100%;
    margin: 0;
    padding: 76px 0px 0px;
}

.slideer-padding {
    padding: 200px 0px 0px;
}

.item h1 {
    font-size: 46px;
    font-weight: bold
}

.carousel-control {
    display: block;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    display: none;
}

.carousel-control span {
    color: red
}

.carousel-indicators {

    position: absolute;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: 0.3s
}

.carousel-indicators .active {
    width: 30px;
    height: 12px;
    margin: 0;
    background-color: #3CB44B;
    border: 1px solid #fff;
    transition: 0.3s
}

.slide-one {
    background-image: url(../images/1.jpg);
}

.slide-two {
    background-image: url(../images/2.jpg);
}

.slide-three {
    background-image: url(../images/3.jpg);
}

.slide-four {
    background-image: url(../images/4.jpg);
}

.slide-one,
.slide-two,
.slide-three,
.slide-four {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.btn-white {
    background: #fff;
    color: #3CB44B !important;
    font-size: 16px;
    padding: 15px 20px;
    transition: 0.3s;
    border-radius: 0px;
}

.btn-white:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    transition: 0.3s;
    background-color: transparent;
    color: #fff !important;
    /*    border: solid 1px #fff;*/
}

.btn-primary {
    background: #3CB44B;
    border-radius: 0px;
    border: none;
    padding: 15px 20px;
    transition: 0.3s;
}

.btn-outline {
    background-color: transparent;
    color: #fff !important;
    font-size: 16px;
    padding: 15px 20px;
    transition: 0.3s;
    border-radius: 0px;
    border: solid 1px #fff;
}

.btn-outline:hover {
    background-color: transparent;
    color: #fff !important;
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
}

.btn-warning {
    padding: 12px 8px !important;
    margin-top: 2px;
    border-radius: 0px;
    background: #ffdc3a;
    border: solid 1px #ffdc3a;
}

.btn-warning:hover {
    border: solid 1px #dd262d;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #0065b0;
}

.pro-link i {
    transition: 0.3s;
}

.line-heading::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 10px;
    background: #ccc;
    margin-left: 10px;
}


.pro-link:hover i {
    margin-left: 20px;
    transition: 0.3s;
}

h1 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    font-size: 44px;
}

p {
    margin-bottom: 20px;
    line-height: 28px;
}



.catagory {
    padding: 30px 0px;
}

.catagory.active {
    border-bottom: solid 5px #dd262d
}

.catagory h2 {
    margin-bottom: 20px;
}


.sec-box{
    padding: 30px 15px;
}
.sec-box.active {
    cursor: pointer;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    box-shadow: 0 16px 32px rgb(0 0 0 / 4%);
    border-radius: 8px;
}

.map-container{
    width: 100%;
    max-width: 1300px;
    background: #282f39;
    padding:80px 0px;
    margin: auto;
    color: #fff;
    background-image: url(../images/network_map_image.png);    
    background-position: center;
    background-repeat: no-repeat
}




.semi-footer {
    background: #03497B;
    padding: 40px 0px;
}

.semi-footer h3,
.semi-footer li a,
.semi-footer p,
.semi-footer p a {
    color: #fff;
    transition: 0.3s
}

.semi-footer li {
    list-style: none;
    margin-bottom: 15px;
}

.semi-footer li a:hover {
    color: #FF7E42;
    transition: 0.3s;
    margin-left: 5px;
}

.clients img{
    filter: grayscale(100%);
    
}

.clients img:hover{
    filter: grayscale(1%);
    
}


.footer-with-img{
    background-image: url(../images/footer.gif);
    background-repeat: repeat-x;
    padding: 100px 0px 0px;
    background-position: bottom
}



footer {
    /*    background-image: url(../images/foot-bg.jpg);*/
    padding: 20px 0px 0px;
    position: relative;
    color: #2c2c2c;
    background-position: center;
}

footer p {
    margin-bottom: 15px;
}

footer p i {
    margin-left: 5px;
}

footer p a,
footer li a {
    color: #fff;
    text-decoration: none
}

footer p a:hover,
footer li a:hover {
    color: #fff;
    text-decoration: none
}

.powerdby,
.copy {
    font-size: 12px;
}

.powerdby {
    text-align: right !important
}


.bg-light {
    background: #f3f3f3 !important
}



.video {
    background-image: url(../images/video-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-heading {
    background: #fff;
    padding: 30px;
}

.hilights ul,
.whyus ul {
    margin: 0;
    padding: 0;
    margin-left: 25px;
}

.hilights li,
.whyus li {
    margin-bottom: 25px;
}

.btn-black {
    background: #464646;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    transition: 0.3s;
}

.btn-black:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
}

.form-control {
    border-radius: 0px;
    height: 55px;
    border: none !Important
}

.form-control:focus {
    box-shadow: 0px 0px 5px #464646;
    border: solid 1px #464646
}

.contact small {
    color: #ccc
}

.contact .form-control {
    border-radius: 0px;
    border: solid 1px #ccc !Important;
    margin-top: 5px;
}

.contact .form-control:focus {
    box-shadow: 0px 0px 5px #3CB44B;
    border: solid 1px #3CB44B
}


.play-bttn {
    position: absolute;
    left: 100px;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    /*    background-color: transparent;*/
    border-radius: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    transition: 0.3s;
    font-size: 26px;
    /*    border: solid 4px #005FA2;*/
    cursor: pointer
}

.play-bttn:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 95, 162, .3), 0 0 0 30px rgba(0, 95, 162, .3), 0 0 0 45px rgba(0, 95, 162, .3);
    box-shadow: 0 0 0 15px rgba(0, 95, 162, .3), 0 0 0 30px rgba(0, 95, 162, .3), 0 0 0 45px rgba(0, 95, 162, .3);
    transition: 0.3s;
    color: #fff;
    background: rgba(0, 95, 162, 1);
}

.inner-banners {
    margin: 50px 0px 80px;
    color: #fff;
}

.inner-banners a,
.inner-banners i {
    color: #fff;
    margin-right: 10px;
}

.our-team img {
    border-top: solid 2px #03497B
}

.team-titles {
    position: absolute;
    bottom: 60px;
    padding: 20px;
    background: #3CB44B;
    color: #fff;
}

.team-titles p {
    margin: 0
}


.contact a {
    color: #464646;
    transition: 0.3s
}

.contact a:hover {
    color: #3CB44B;
    transition: 0.3s
}

.project-hilights {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.project-hilights li {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 15px;
}

.project-hilights li::before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    color: #3CB44B;
    position: absolute;
    left: 20px;
}





.jquery-lightbox-overlay {
    background: #000
}

.jquery-lightbox-button-close {
    color: #fff;
    text-align: right;
    float: right
}

.jquery-lightbox-button-close:hover {
    color: #fff;
    text-align: right !important;

}






/*margins*/

.no-pad {
    padding: 0
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mr10 {
    margin-right: 10px;
}





@media screen and (max-width: 768px) {
    section {
        padding: 80px 0px;
    }

    .no-pad {
        padding: 15px;
    }

    .copy,
    .powerdby {
        text-align: center !important;
        font-size: 12px;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
        background: #fff
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
        text-align: left;
    }

    .slide-one,
    .slide-two,
    .slide-three,
    .slide-four {
        margin: 0;
        padding: 0;
        min-height: 230px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover
    }

    .slideer-padding {
        padding: 80px 0px 30px;
    }

    .item h1 {
        font-size: 36px;
        font-weight: bold
    }

    .video-heading {
        background: #fff;
        padding: 30px;
        position: absolute;
        top: -250px;
    }

    .play-bttn {
        position: absolute;
        left: 150px;
        top: 150px !important;

    }

    .inner-banners {
        margin: 50px 0px 0px !important;
        color: #fff;
    }

}







/*//Ramki technologies website CSS//*/




.page-title h1 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
}

.breadcrumb-item > a {
    color: #fff;
    font-size: 17px;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "-";
}

.breadcrumb-item.active {
    color: #ccc;
}

.page-title-area {
    padding: 150px 0;
}

.box-70 {
    margin: 0 30px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pt-120 {
    padding-top: 120px;
}

.mb-40 {
    margin-bottom: 40px;
}

.service-details h3 {
    font-size: 22px;
    font-weight: 700;
}

.service-details img {
    width: 100%;
}

.s-details-img img {
    width: 100%;
}

.servicee-sidebar h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding: 20px 30px;
    line-height: 1;
    background: #2b6dc0;
    margin: 0;
}

.mb-50 {
    margin-bottom: 50px;
}

.sidebar-link ul {
    padding: 25px 30px;
}

.servicee-sidebar h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding: 20px 30px;
    line-height: 1;
    background: #2b6dc0;
    margin: 0;
}

.sidebar-link ul li {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 23px;
    padding-bottom: 24px;
}

    .sidebar-link ul li:last-child {
        margin: 0;
        padding: 0;
        border: 0
    }

    .sidebar-link ul li a {
        color: #777777;
        font-weight: 500;
        display: block;
        line-height: 1;
        font-size: 16px;
    }

        .sidebar-link ul li a:hover {
            color: #222;
        }

.sidebar-download {
}

.servicee-sidebar img {
    width: 100%;
}

.sidebar-download ul li {
    margin-bottom: 24px;
}

    .sidebar-download ul li:last-child {
        margin: 0
    }

    .sidebar-download ul li a {
        border: 0px solid #e1e1e1;
        display: block;
        padding: 15px 0px;
        color: #777777;
        font-size: 17px;
    }

        .sidebar-download ul li a i {
            margin-right: 15px;
            font-size: 24px;
            position: relative;
            top: 3px;
        }

.sidebar-download h3, .sidebar-testimonial h3 {
    background: none;
    padding-left: 0;
    padding-top: 0;
}

.sidebar-testimonial h3 {
    padding: 0;
    margin-bottom: 15px;
}

.sidebar-download h3 {
    color: #444;
}

.gray-bg {
    background: #F4F7FC;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    color: #777777;
}
.contact-form {
}

    .contact-form > h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .contact-form input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: currentcolor currentcolor #cccccf;
        border-image: none;
        border-style: none none solid;
        border-width: 0 0 1px;
        font-size: 13px;
        height: 50px;
        margin-bottom: 30px;
        width: 100%;
        border: 0;
        border: 1px solid #ddd;
        padding: 10px 15px;
    }

    .contact-form textarea {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: currentcolor currentcolor #cccccf;
        border-image: none;
        border-style: none none solid;
        border-width: 0 0 1px;
        height: 125px;
        margin-bottom: 30px;
        width: 100%;
        border: 1px solid #ddd;
        padding: 10px 15px;
    }

    .contact-form button {
    }

.contact-info > span {
    color: #646464;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
}

.contact-info {
}

    .contact-info h2 {
        color: #414149;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 30px;
    }

.contact-meta-info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-meta-info > p {
    margin-bottom: 0;
}

#contact-map {
    height: 500px;
}