

html,
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    background: #fff;
}

body a,
.btn-agile,
a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}

p {
    line-height: 1.8;
    font-size: 1em;
    color: #333;
    font-weight: 500;
    /*    margin: 0;*/
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

/* banner */

/* header */

h1 a.navbar-brand {
    font-size: 0.8em;
    font-weight: 800;
    color: #ab3031;
    line-height: 24px;
    padding-bottom: 0;
}

h1 a.navbar-brand span {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 3px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link {
    color: #c9333f;
}

button.btn.btn-agile.btn-block.w-25 {
    background: #f7eb48;
    font-weight: 600;
}

a.btn:hover {
    background: #ffeb3b;
    color: #000;
}

/*--/navbar--*/

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
    background: #f7eb48;
    top: 0px;
}

/*--logo--*/

.title {
    color: #005b70 !important;
}

.title1 {
    border-top: 2px solid #fd8207;
    color: #005b70 !important;
    font-size: 19px;
}

/*-- //header --*/

/* banner */

.dropdown-item.active,
.dropdown-item:active {
    background: #fff;
    color: #c9333f;
}


.header-top {
    padding: 10px 0px 0px 0px;
    background: #f0822b;
}

/* navigation */

/*--/header --*/

header.mainheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

nav.navbar.second {
    border: none !important;
    transition: all 1s ease;
}

/*--/navbar--*/

/*-- /nav.navbar.second --*/

nav.navbar.second {
    border: none !important;
    transition: all 1s ease;
}

nav.navbar.shrink.pagescrollfix {
    width: 100%;
    box-shadow: 0 1px 0 0 #dadada;
    position: fixed;
    left: 0px;
    transition: all 1.2s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #f7e4d5 !important;
    z-index: 9;
    top: 0;
    transition: all 1.5s ease;
}

nav.navbar.shrink .navbar-toggler {
    transition: all 1.5s ease;
}

.bg-transparent {
    background: transparent;
}

/*-- //nav.navbar.second --*/

/*breadcrumb*/

.cf:before,
.cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}

/*
.title {
  padding: 50px 0;
  font-size: 24px;
  text-align: center;
}
*/

.inner {
    max-width: 820px;
    margin: 0 auto;
}

.breadcrumbs {
    /*
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
*/
    background-color: rgba(1, 90, 114, 0.65);
}

.breadcrumbs ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.breadcrumbs li {
    float: left;
    width: 20%;
}

.breadcrumbs a {
    position: relative;
    display: block;
    padding: 20px;
    padding-right: 0 !important;
    /* important overrides media queries */
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #aaa;
    cursor: pointer;
}

.breadcrumbs a:hover {
    background: #eee;
}

.breadcrumbs a.active {
    color: #777;
    background-color: rgba(240, 129, 41, 0.75);
}

.breadcrumbs a span:first-child {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0px;
    margin-right: 5px;
    border: 2px solid #aaa;
    border-radius: 50%;
    background-color: #fff;
}

.breadcrumbs a.active span:first-child {
    color: #fff;
    border-color: #777;
    background-color: #777;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 16px solid transparent;
}

.breadcrumbs a:before {
    margin-left: 1px;
    border-left-color: #d5d5d5;
}

.breadcrumbs a:after {
    border-left-color: #5a94a3;
}

.breadcrumbs a:hover:after {
    border-left-color: #eee;
}

.breadcrumbs a.active:after {
    border-left-color: #cb8648;
}

.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
    display: none;
}


h3.b-w3ltxt {
    font-size: 3em;
    color: #ffeb3b;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}

.carousel-item p {
    color: #000;
    font-weight: 100;
    text-transform: capitalize;
    font-size: 14px;
    width: 75%;
    font-weight: 500;
}

.btn-banner {
    background: #fff;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    /*    margin-left: 0;*/
    justify-content: center;
    z-index: 1;
}

.carousel-indicators li {
    cursor: pointer;
}

ul.social-iconsv2 li {
    display: inline-block;
    border-radius: 50%;
}

ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
    font-size: 18px;
    line-height: 38px;
    width: 30px;
    height: 37px;
    color: #000;
    margin-right: 15px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.social-iconsv2 li:first-child a {
    color: #3b5998;
}

ul.social-iconsv2 li:last-child {
    color: #287bbc;
}



/*=========================about-page===========================*/



.manu-about-part1 {
    background: rgba(128, 126, 126, 0.09);
    box-shadow: 0px 0px 20px 1px #dad7d7f2;
    padding: 20px;
    transition: 300ms all ease;
}

.about-ani {
    position: relative;
    transition: 300ms all ease;
}

.manu-about-content p {
    font-size: 15px;
    text-align: justify;
}

.man {
    position: relative;
    transition: 300ms all ease;

}

.about-ani:hover .man {
    transform: scale(1.1);
}

.manu-about-content {
    transition: 300ms all ease;
}

.manu-about-content p {
    font-size: 15px;
}

.Dire-text {
    text-transform: uppercase;
    font-size: 30px;
    color: #005c72;
    font-weight: 600;
}

.ball-ani {
    width: 25px;
    height: 25px;
    background-color: #31e8e8;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: 0px 5px 10px #add3e2;
    display: none;
    transition: 300ms all ease;
    animation: ballrotate 2s linear;
}

@keyframes ballrotate {
    0% {
        transform: translate(80px, 170px) scale(0.2);
    }

    25% {
        transform: translate(20px, -20px) scale(0.4);
    }

    50% {
        transform: translate(15px, -25px) scale(0.6);
    }

    75% {
        transform: translate(10px, -25px) scale(0.8);
    }

    100% {
        transform: translate(0px, 10px) scale(0.9);
    }
}

.ball-ani:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 40px;
    background-color: #e3763c;
    z-index: 22;
    box-shadow: 0px 5px 10px #d4ab94;
    transition: 300ms all ease;
}


.ball-ani:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 22px;
    background-color: #1edb8b;
    z-index: 22;
    box-shadow: 0px 5px 10px #a1c7b7;
    transition: 300ms all ease;
}

.about-ani:hover .ball-ani {
    display: block;
    /*    transform: scale(1.2);*/
}

/*=========misstion=========*/

.misstion {
    background: url(../images/services.jpg) no-repeat center;
    background-size: cover;
}

/*================csr=============*/

.breadcumb-area {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

/*
.pro-text-size {
    font-size: 17px;
}
*/

/*
.csr2-sec {
    background: #31c3e6;
        padding: 30px;
    font-size: 14px;
    line-height: 2;
}
*/

.breadcumb-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-top: 80px;
}

.csr-para1 {
    font-size: 15px;
    text-align: justify;
    color: #888282;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: -1px 2px 12px #ccc;
    padding: 20px;
    border-radius: 5px;
}

.csr2-sec {
    background: #31c3e6;
    /*    padding: 30px;*/
    font-size: 17px;
    line-height: 2;
}

.csr-para1:hover {
    font-size: 15px;
    text-align: justify;
    color: #000;
    position: relative;
    background: rgba(224, 176, 87, 0.78);
    border: 1px solid rgba(224, 176, 87, 0.78);
    box-shadow: -1px 2px 12px #ccc;
    padding: 20px;
    border-radius: 50px 50px 10px 10px;
}

/*===================carrer ======================*/

.login-card {
    /*    width: calc(100% - 40px);*/
    height: auto;
    position: relative;
    box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.05);
    border: 0;
    animation: motion 500ms linear;
    top: 8px !important;
    bottom: 23px !important;
    padding: 2em;
    border-radius: 35px !important;
}

@keyframes motion {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 0.1;
        max-width: 570px;
        height: 10%;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
        max-width: 870px;
        height: auto;
    }
}

.m-100 {
    margin-top: 50px;
}

/*
.forms-img{
    width: 100%;
    background:#9E9E9E;
    content: "";
    height: 100%;
    border-radius: 7px 0 0 7px;
    min-width:267px;
}
*/

.form-login-btn {
    background: #ffB917;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    font-size: 20px;
}

.form-login-btn:hover {
    background: #0b224c;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    font-size: 20px;
}

.carrer-icon {
    position: absolute;
    line-height: 2 !important;
    font-size: 17px !important;
    padding-left: 9px;
    color: #ef812c;
}

input.carre-input {
    padding-left: 30px !important;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.04);
}

input.carre-input:hover,
input.carre-input:active {
    padding-left: 30px !important;
    border: none;
    border-bottom: 2px solid #ed7b19;
    border-radius: 0;
    background: #f8f2f2;

}

textarea.carre-input {
    padding-left: 30px !important;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.04);
}

textarea.carre-input:hover,
input.carre-input:active {
    padding-left: 30px !important;
    border: none;
    border-bottom: 2px solid #ed7b19;
    border-radius: 0;
    background: #f8f2f2;

}

/*==============================contact page*============================*/

.breadcumb-title {
    font-size: 40px;
    color: #333;
    text-align: center;
}

.contact {
    background: #eeee;
    padding: 60px 0;
}

/*address*/

.office-icon {}

.office-address {
    color: #ef822a;
    font-size: 18px;
}

.office-address1 {
    color: #005b71;
    font-size: 19px;
}

.addr {
    font-size: 15px;
    color: #7c989e;
}

.tel-icon,
.mail-icon {
    font-size: 17px;
    padding-right: 12px;
    color: #025a71;
}

.tel-num,
.mail-text {
    font-size: 15px;
    color: #7c989e;
}

.office1,
.office2,
.office3 {
    background: #f3f2f2;
    border: 2px solid #f3f2f2;
    border-radius: 10px;
    box-shadow: -4px 6px 15px #ccc;
    padding: 20px;
}

.office1:hover {
    background: #fcedd2;
    border: 2px solid #fcedd2;
    border-radius: 10px;
    box-shadow: -4px 6px 15px #ccc;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.office2:hover {
    background: #d5eef7;
    border: 2px solid #d5eef7;
    border-radius: 10px;
    box-shadow: -4px 6px 15px #ccc;
}

.office3:hover {
    background: #f1ebe8;
    border: 2px solid #f1ebe8;
    border-radius: 10px;
    box-shadow: -4px 6px 15px #ccc;
}

/*form*/

.name {
    border-radius: 10px !important;
}

.mail {
    border-radius: 10px !important;
}

.area {
    border-radius: 10px !important;
}

.sub-btn {
    background: #ef812c !important;
    font-size: 15px;
    padding: 6px 40px 6px 40px;
    color: #fff;
    border: none !important;
}

/*======================managemnt  page start========================*/

/* Breadcumb Area CSS */

.breadcrumb {
    padding: 0px !important;
    background: transparent !important;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.breadcumb-area {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

.breadcrumb > li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}

.breadcrumb > li + li:before {
    padding: 0;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: inline-block;
    width: calc(100% - 10px);
    background-color: hsla(0, 0%, 83%, 1);
    text-align: center;
    text-transform: capitalize;
}

.breadcrumb li.completed a {
    background: brown;
    background: #015970;
}

.breadcrumb li.completed a:after {
    border-left: 30px solid #015970;
}

.breadcrumb li.active a {
    background: #ffc107;
}

.breadcrumb li.active a:after {
    border-left: 30px solid #ffc107;
}

.breadcrumb li:first-child a {
    padding-left: 15px;
}

.breadcrumb li:last-of-type a {
    width: calc(100% - 38px);
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(0, 0%, 83%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

-1;
}

/* Directors Team start  css*/

.dire-team {
    padding: 60px 0;
    background: #f4f0f0;

}

.dire-team .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 30px;
    color: #005c72;
    font-weight: 600;
}

#team .card {
    border: none;
    background: #ffffff;
    box-shadow: -8px 10px 7px #d8d4d4;
    -webkit-animation: fadeinout 2s linear forwards;
    animation: fadeinout 2s linear forwards;
    border-radius: 10px 70px 10px 70px;
}

/*
#team .card:hover {
    border: none;
    background: #c9c8c8;
    box-shadow: -8px 10px 7px #d8d4d4;
    -webkit-animation: fadeinout 2s linear forwards;
    animation: fadeinout 2s linear forwards;
    border-radius: 10px 70px 10px 70px;
}
*/

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    /*    background: white;*/
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);

    /*
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    
*/
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card {
    height: 450px;
    padding: 40px 0px 35px 0px;

}

.backside .card {
    height: 450px;
    font-size: 14px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #00556d !important;
    font-size: 20px;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/* Directors Team end  css*/

/* KEY PERSONS start  css*/

.govt-head {
    font-size: 30px;
    color: #005b71;
    text-align: center;
    padding-bottom: 20px;
}

.govt-text {
    font-size: 15px;
    color: #949798;
    padding-bottom: 15px;

}

.key-img {
    background-image: url(../img/stars-png-hd-star-transparent-png-2287.png);
    position: relative;

}

.keypersons {
    /*    padding: 60px 0;*/
    background: #e5e5e5;
}

.keypersons .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
}

.quote-icon {
    width: 95px;
    height: 65px;
    background: #f0812b;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 2 !important;
    position: absolute;
    top: 105px;
    /* left: -95px; */
    border-radius: 50%;
    /* padding-right: 12px; */
    margin-left: -110px;
}

/*
.card .carousel-item {
    height: 200px;
    min-height: 350px;
    height: auto;
}
*/

.person-info {
    height: 270px;
}

.carousel-item {
    min-height: 350px;

}

.card .carousel-caption {
    color: #3d3d3d;
    font-size: 14px;
    text-align: justify;
}

.cara-custom {
    position: relative;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.card .carousel-caption h3 {
    color: #3d3d3d;
}

.card .carousel-caption p {
    line-height: 30px;
}

.card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}

.card .carousel-caption .col-sm-9 {
    text-align: left;
}

.navi a {
    text-decoration: none;
}

a > .ico {
    background-color: grey;
    padding: 10px;

}

a:hover > .ico {
    background-color: #666;
}

/* KEY PERSONS end css*/

/*==================mangemnt  page end============*/



/*=================invester info  page Start=============*/

.investor-info {
    color: #015970;

}

.investor-icon {
    font-size: 22px;
    /*    box-shadow: -1px -1px 17px #584f32;*/
    /*    border: 1px soild #ccc;*/
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px #2b638f;
    -moz-box-shadow: 0px 0px 10px #2b638f;
    box-shadow: 0px 0px 10px #2b638f;
}

.inv-text {
    text-shadow: 0 0 1px #607d8ba1, 0 0 3px #3f3f44;
}

/*inve-para*/

.para1,
.para2,
.para3 {
    background: #fff;
    border: #ccc;
    border-radius: 0px 0px 0px 50px;
    box-shadow: -2px 2px 3px #ccc;
    padding: 40px;

}

.para1:hover {
    background: #6b6565;
    color: #fff;
}

.para2:hover {
    background: #ef9715;
    color: #fff;
}

.para3:hover {
    background: #3396ab;
    color: #fff;
}

.ball-dots {
    width: 20px;
    height: 20px;
    background-color: #f8c10a;
    position: absolute;
    top: 0;
    left: 3px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px #add3e2;
    transition: 300ms all ease;
    animation: ballrotate 2s linear;
}

.ball-dots:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 30px;
    background-color: #e3763c;
    z-index: 22;
    box-shadow: 0px 5px 10px #d4ab94;
    transition: 300ms all ease;
}


.ball-dots:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 20px;
    background-color: #015970;
    z-index: 22;
    box-shadow: 0px 5px 10px #a1c7b7;
    transition: 300ms all ease;
}

/*================invester info  page end====================*/

/*==========================dikhu ==================================*/

/*=============video===========*/

.video-class {
    width: 700px;
    height: 400px;
}

.our-dikhu-text {
    font-size: 15px;
    line-height: 2;
    color: #2cb9db;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0px 5px 10px #ccc;
    padding: 15px;
    height: 325px;
    text-align: justify;
}

.our-dikhu-text:hover {
    font-size: 15px;
    line-height: 2;
    color: #2cb9db;
    background: #ddd;
    border: 5px solid #ccc;
    box-shadow: 0px 5px 10px #ccc;
    padding: 15px;
    height: 325px;
    text-align: justify;
}

/*
.our-dikhu-text1{
    font-size: 15px;
    line-height: 2;
    color:#fff!important;
    background: #e37c23;
    border: 5px solid #e37c23;
    box-shadow: 0px 5px 10px #e37c23;
    padding: 15px;
    height: 250px; 
}
*/

.list-disc li {
    list-style-type: square;
    font-size: 14px;
    color: #000;
    padding: 3px;
    line-height: 2;
    text-align: justify;
}

.project-status {
    font-size: 25px;
    color: #FF9800;
    border-bottom: 3px solid #ff9800;
    width: 210px;
    padding-bottom: 10px;
}

.project-status1 {
    font-size: 25px;
    color: #FF9800;
    border-bottom: 3px solid #ff9800;
    width: 293px;
    padding-bottom: 10px;
}

/*
.status-sec{
    background:#ccc;
    padding:45px;
}  
*/

/*===========================dishu================================*/

/*===========================projects================================*/

.proj-names {
    font-size: 17px !important;
    padding-top: 13px !important;
    text-align: center !important;
    color: #000 !important;
}

/*===========================solar====================================*/

.solor-obj1,
.solor-obj2,
.solor-obj3,
.solor-obj4 {
    font-size: 15px;
    line-height: 2;
    color: #2cb9db;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0px 5px 10px #ccc;
    padding: 15px;
    height: 245px;

}

.solor-obj1:hover {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    background: #f2b56f;
    border: 5px solid #f2b56f;
    box-shadow: 0px 5px 10px #ccc;
    padding: 15px;
    height: 245px;

}

.solor-obj2:hover {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    background: #539fc7;
    border: 5px solid #539fc7;
    box-shadow: 0px 5px 10px #ccc;
    padding: 15px;
    height: 245px;

}

.solor-obj3:hover {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    background: #801f1f;
    border: 5px solid #801f1f;
    box-shadow: 0px 5px 10px #ccc;
    padding: 15px;
    height: 245px;

}

.solor-obj4:hover {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    background: #31c3e6;
    border: 5px solid #31c3e6;
    box-shadow: 0px 5px 10px #ccc;
    padding: 15px;
    height: 245px;

}

/*==================Biomass Power Projects===============================*/

/*
 .p-heading img.pro-imgs {
   
    height:190px !important;
    max-width: 260px !important;
}
*/

.mb-60 {
    margin-bottom: 60px;
}

/*
.bio-inner {
    border: 2px solid #48c7ec;
    margin-left: 35px;
    transition: .3s;
    height: 220px !important;
}
*/

.bio-inner1 {
    border: 2px solid #48c7ec;
    /* margin-left: 35px; */
    transition: .3s;
    height: 200px !important;
    text-align: justify;
}

.solar-inner1 {
    border: 2px solid #48c7ec;
    /* margin-left: 35px; */
    transition: .3s;
    height: 200px !important;
    text-align: justify;
}

.our-bio-img {
    float: left;
    margin-left: -30px;
    margin-right: 22px;
    margin-top: 65px;
    background: #ec8d43;
    border-radius: 100%;
    /* width: 40px; */
    /* font-size: 26px; */
    padding: 8px;
}

.our-bio-img img {
    width: 50px;
}

.our-bio-text {
    overflow: hidden;
    padding: 20px 20px;
    text-align: justify;
}

.our-bio-text h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.our-bio-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}

.our-bio-wrapper .bio-inner {
    border: 2px solid #48c7ec;
    margin-left: 7px;
    transition: .3s;
    height: 225px !important;
    text-align: justify;
    font-size: 15px;
}

.our-bio-wrapper:hover .bio-inner,
.our-bio-wrapper1:hover .bio-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-bio-wrapper:hover .bio-inner1,
.our-bio-wrapper1:hover .bio-inner1 {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-bio-wrapper:hover .sardar-inner,
.our-bio-wrapper1:hover .sardar-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-bio-wrapper:hover .solar-inner1,
.our-bio-wrapper1:hover .solar-inner1 {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-bio-wrapper:hover .sardar-inner1,
.our-bio-wrapper1:hover .sardar-inner1 {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}




.our-bio-text p {
    margin-bottom: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #31c3e6 !important;
}

/*sardar*/

/*
    .our-sarder-img{
        display: none;
    }
*/

.sardar-inner {
    border: 2px solid #48c7ec;
    margin-left: 0px;
    transition: .3s;
    height: 260px !important;
}

.our-sarder-img {
    float: left;
    margin-left: -34px;
    /*    margin-right: 22px;*/
    margin-top: 90px;
    background: #b7a699;
    border-radius: 100%;
    /* width: 40px; */
    /* font-size: 26px; */
    padding: 15px;
}

.our-sarder-img img {
    width: 50px;
}

.our-sarder-img {
    float: left;
    margin-left: -34px;
    /*    margin-right: 22px;*/
    margin-top: 90px;
    background: #b7a699;
    border-radius: 100%;
    /* width: 40px; */
    /* font-size: 26px; */
    padding: 15px;
}

.our-sarder-text {
    overflow: hidden;
    padding: 20px 20px;
    text-align: justify;
}




























































/* footer */

.footer-text {
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
}

.cpy-right {
    background: #f1832cbf;
}

.cpy-right p {
    color: #000;
    padding-top: 25px !important;
}

footer {
    background: #f5f4f4 !important;
}


.footer_grid1 span {
    color: #189ba7;
    line-height: 1.5;
}

.list-unstyled li span {
    color: #000;
    font-weight: 600;
}

input[type="submit"] {
    cursor: pointer;
}

#footer h5 {
    margin-bottom: 20px;
    color: #000000;
    text-transform: capitalize;
    font-size: 1.4em;
}

#footer ul.social li {
    padding: 3px 0;
}

.footer-logo h2 a {
    color: #ab3031;
    font-size: 0.9em;
    text-transform: capitalize;
}

.footer-logo p {
    font-size: 14px;
}

.footer-logo h2 a span {
    display: block;
    font-size: 0.5em;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 3px;
    font-weight: 600;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #000;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    color: #000;
}

#footer ul.quick-links li a:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
    color: #189ba7;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

fv3-contact span {
    color: #56ab2f;
    font-size: 1.2em;
    display: inline-block;
    background: #eee;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.fv3-contact p {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px;
}

.fv3-contact p a {
    color: #333;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

/*-- footer */

/*-- services --*/

#service {
    background: #fff;
}



#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* -- Responsive code -- */

@media (max-width:575.98px) {
    /*breadcrumb*/
    .breadcrumbs a.active span:first-child {
        display: none;
    }
    .breadcrumbs a span:first-child {
        display: none;
    }
    .breadcrumbs a:before,
    .breadcrumbs a:after {
        border-top: 28px solid transparent;
    }
    .man {
        display: none;
    }

    .manu-title {
        display: none;
    }

    .secondfix {
        align-items: center;
    }
    .missi-para p {
        text-align: justify;
        font-size: 14px;
        line-height: 25px;
    }
    .manu-about-content p {
        font-size: 15px;
        text-align: justify;
    }

    /*---csr---*/
    .pro-text-size {
        font-size: 20px;
        text-align: center;
    }

    /*contact*/
    .office1,
    .office2,
    .office3 {
        margin-bottom: 5px;
    }

    /*management*/
    .container-fluid .key-none {
        display: none;
    }
    .dire-team .section-title {
        font-size: 25px;
    }
    /*invester*/
    .para1,
    .para2,
    .para3 {
        margin-bottom: 10px;

    }

    /*video*/
    .video-class {
        width: 100%;
        height: 400px;
    }

    /*project*/
    .bio-inner1 {
        border: 2px solid #48c7ec;
        /* margin-left: 35px; */
        transition: .3s;
        height: 325px !important;
        text-align: justify;
    }
   
    .Dire-text {
        text-transform: uppercase;
        font-size: 18px;
        color: #005c72;
        font-weight: 600;
    }
    .sardar-inner {
        border: 2px solid #48c7ec;
        margin-left: 0px;
        transition: .3s;
        height: 455px !important;
    }

    .our-bio-text {
        overflow: hidden;
        /* padding: 0px 5px; */
        font-size: 13px;
        margin: 0px;
        padding-left: 0px;
        text-align: justify;
    }

    .our-bio-img {
        float: left;
        margin-left: -22px;
        margin-right: 5px;
        margin-top: 120px;
        background: #ec8d43;
        border-radius: 100%;
        /* width: 40px; */
        /* font-size: 26px; */
        padding: 8px;
    }

    .our-sarder-img {
        display: none;

    }

    .our-sarder-text {
        overflow: hidden;
        padding: 10px 10px;
        text-align: justify;
        font-size: 13px;
    }

    .our-dikhu-text {
        font-size: 13px;
        line-height: 2;
        color: #2cb9db;
        background: #fff;
        border: 5px solid #fff;
        box-shadow: 0px 5px 10px #ccc;
        padding: 15px;
        height: 400px;
        text-align: justify;
    }

    .our-dikhu-text:hover {
        font-size: 13px;
        line-height: 2;
        color: #2cb9db;
        background: #fff;
        border: 5px solid #fff;
        box-shadow: 0px 5px 10px #ccc;
        padding: 15px;
        height: 400px;
        text-align: justify;
    }

    .project-status {
        font-size: 25px;
        color: #FF9800;
        border-bottom: 3px solid #ff9800;
        width: 210px;
        padding-bottom: 10px;
        text-align: center;
        margin-left: 60px;
    }

    .list-disc {
        padding: 10px;
    }

    .project-status1 {
        font-size: 25px;
        color: #FF9800;
        border-bottom: 3px solid #ff9800;
        width: 300px;
        padding-bottom: 10px;
    }

    .dikhu-map {
        width: 100%;
    }
    .pro-imgs {
        margin-bottom: 5px;
    }
    .d-img {
        margin-bottom: 10px;
    }

    .cpy-right {
        display: none;
    }

    .our-bio-wrapper .bio-inner {
        height: 310px !important;

    }
    .quote-icon {
        display: none !important;
    }
    .person-info {
        height: 500px;
    }
    .card-mobile {
        font-size: 19px;
    }
    .inv-text {
        text-shadow: 0 0 1px #607d8ba1, 0 0 3px #3f3f44;
        font-size: 16px;
    }
    .backside .card {
        min-height: 0px;

    }
    .solar-inner1 {

        border: 2px solid #48c7ec;
        margin-left: 35px;
        transition: .3s;
        height: 480px !important;
        text-align: justify;

    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /*about*/
    .man {
        width: 100%;
    }
    .manu-title {
        display: none;
    }
    /*contact*/
    .form-img {
        margin-left: -90px;

    }
    /*video*/
    .video-class {
        width: 100%;
        /*        height: 400px;*/
    }
    .proj-names {

        font-size: 11px !important;
        padding-top: 13px !important;
        text-align: center !important;
        color: #000 !important;

    }
   .dikhu-map {
        width: 100%;
    } 

}

/* -- //Responsive code -- */