@font-face {
    font-family: arial;
    src: url(../fonts/arial.ttf);
}
@font-face {
    font-family: palatino;
    src: url(../fonts/Palatino Linotype.ttf);
}
/*@font-face {
    font-family: roboto-reg;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: roboto-bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
*/
html{
	font-family:"palatino", arial;
}
body{
	font-family:"palatino", arial;
	font-size: 18px;
}
.h5, h5 {
    font-size: 1.6rem ;
}
#main-wraper{
	position: relative;
    z-index: 1;
    background-color: #ffffff;
    margin-bottom: 490px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
#footer-wraper{
	position: fixed;
    bottom: 0px;
    z-index: 0;
}
.content-style h1 {
    color: #534847;
}
h1, h2, h3, h4, h5, h6 {
    font-family: arial;
    font-weight: 600;
}
.font-arial{
	font-family:arial;
}
p{
	font-family:palatino;
}
.text-secondary{
	color: #212529 !important;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: #f1fcff;
    box-shadow: 0px 0px 8px #545454;
    z-index: 10000;
}
.header-fix{
    transition: 0.5s ease-in-out;
}
.brower-arrow {
    padding: 10px 15px;
    background: #F9F9F9;
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    /* border-radius: 15px 0 0 0; */
}
.container{
	max-width:100%;
	padding-left:115px;
	padding-right:115px;
}
.brower-arrow a {
    color: #534847;
}

.brower-arrow .cr-control-next {
    right: unset;
    margin-left: 15px;
}

.brower-arrow .cr-control-prev {
    right: unset;
    margin-left: 15px;
}

.brower-arrow a:hover {
    color: #00acd7;
}
div#home-banner1 {
    height: 100%;
    display: flex;
    border-radius: 50px 0 0 0;
    overflow: hidden;
}

#home-banner1 .carousel-item {
    height: 100%;
}

.pic_banner_wrp {
    height: 100%;
}

.pic_banner_wrp img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
h1, .h1 {
    font-size: 30px;
}
h5.font-weight-bold {
    color: #17a2b8;
}
section#banner-wraper .content-style h1 {
    font-size: 40px;
}
section#nav + .row [class*="col-xl-12"] {
    height: 350px;
}

section#nav + .row [class*="col-xl-12"] .img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
@media(max-width:768px){
	p.pl-3{
		padding-left:0px !important
	}
	p.pr-3{
		padding-right:0px !important
	}
	section#nav + .row [class*="col-"] {
    height: auto;
}
section#nav + .row [class*="col-"] .img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}
	section#banner-wraper .content-style h1 {
    font-size: 28px;
}
	.container{
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
}
	div#home-banner1 {
    height: 350px;
    display: flex;
    border-radius: 50px 0 0 0;
    overflow: hidden;
}
.mb-30
{margin-bottom: 30px;
}
.mt-30
{margin-top: 30px;
}
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
		z-index: 1051;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/* Menu CSS  */

.navbar {
    padding: .0rem 1rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #00acd7;
}
.nav-link {
    display: block;
    padding: 0.3rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.dropdown-menu {
    border-top: 3px solid #00acd7;
    box-shadow: 0px 0px 4px 0px #ccc;
    border-radius: 0px;
	min-width: 15rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: rgb(4 147 183) !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: rgb(4 147 183);
}
.dropdown-item {
    padding: .25rem 1.3rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
    position: absolute;
    left: 0px;
    top: 10px;
}
.dropright .dropdown-menu {
	top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-left: .125rem;
    background-color: #00acd7;
}
.dropright ul li a{
	color:#ffffff !important;
}


/*new-10-06-2021 START*/

.navbar-brand {
    margin-right: 0rem;
}
.hide-search a {
    cursor: pointer;
}

ul.navbar-nav>li>a {
    color: #000000 ;
    font-size: 15px;
	padding-left: 12px !important;
    padding-right: 12px !important;
}

.header-fix {
    color: #000;
    font-family: arial;
}

ul.navbar-nav>li>a:hover {
    color: #00acd7 !important;
	background-color: transparent !important;
}

ul.navbar-nav .dropdown-menu {
    font-size: 14px;
    top: 57px;
    padding: 0;
    
}

ul.navbar-nav .dropdown-menu ul.dropdown-menu {
    top: 0;
}

.dropdown-toggle::after {
    border: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-size: 12px;
    padding-left: 4px;
    position: relative;
    top: 3px;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f053";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    font-size: 10px;
    top: 9px;
}

a.navbar-brand img {
    width: 170px;
    padding: 12px 20px;
}

.fixed-header a.navbar-brand img {
    width: 135px;
}

.fixed-header ul.navbar-nav .dropdown-menu {
    top: 51px;
}

ul.dropdown-menu.wd-house {
    min-width: 400px;
}
/*END*/




.contact-btn{
    margin: 33px 0px 0px 15px;
}
.p-bg{
    background-color: #00acd7;
}
.p-color{
    color: #00acd7;
}
.p-bg a.dropdown-item{
    color: #fff;
}
.p-bg a:hover.dropdown-item{
    color: #333;
}
@media (max-width:768px){
	#main-wraper{
	position: relative;
    z-index: 1;
    background-color: #ffffff;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
#footer-wraper{
	position: static;
    bottom: 0px;
    z-index: 0;
}
	.h1, h1 {
    font-size: 1.6rem;
}
	.fixed-header {
    position: relative;
	background-color: transparent;
}
    .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 15px;
    }
    .contact-btn{
        margin: 3px 0px 0px 15px;
    }
    .nav-link {
        display: block;
        padding: 0.5rem 10px;
    }
}

.btn-success {
    color: #fff;
    background-color: #C3D500;
    border-color: #C3D500;
}
.btn-success:hover {
    color: #fff;
    background-color: #b2c107;
    border-color: #b2c107;
}
.section-padd{
	padding-left:100px;
	padding-right:100px;
	margin:0px -15px;
}
.bag-gray-left-space{
	
	position: relative;
    padding-top: 75px;
}
.bag-gray-left-space:before {
    width: 75%;
    background: #F9F9F9;
    height: 100%;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.bag-gray-right-space{
	
	position: relative;
    padding-top: 75px;
}
.bag-gray-right-space:before {
    width: 75%;
    background: #F9F9F9;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.banner-bg{
    background: url(../images/carasual_banner-new.png);
    background-size: cover;
	background-repeat: no-repeat;
}
a {
    color: #00acd7;
    text-decoration: none;
    background-color: transparent;
}
.content-style{
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 20px 50px 100px;
}
.img-h{
    height: 250px;
    width: auto;
}
.img-top{
    margin-top: 63px;
}
.div-posi{
    position: relative;
    left: -112px;
}
.lang-div{
    display: none;
}
.lang-div-1{
    display: block;
}
.img-radius{
    border-radius: 30px 0px 0px 0px;
}
.btn-color{
	color:#fff !important
	
}
.btn-color:hover{
	color:#fff !important;
	background-color:#b2c107 !important;
}
@media (max-width:768px){
	body {
    font-size: 15px;
}
	.h5, h5 {
    font-size: 1rem;
}
	.bag-gray-left-space{
	
	position: relative;
    padding-top: 30px;
}
.bag-gray-left-space:before {
    width: 100%;
    background: #F9F9F9;
    height: auto;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.bag-gray-right-space{
	
	position: relative;
    padding-top: 30px;
}
.bag-gray-right-space:before {
    width: 100%;
    background: #F9F9F9;
    height: auto;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}



	.section-padd{
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
	}
    .order-last {
        -ms-flex-order: 13;
        order: 0;
    }
    .img-radius{
        border-radius: 0px 0px 0px 0px;
    }
    .offset-10 {
        margin-left: 0%;
    }
    .lang-div-1{
        display: none;
    }
    .lang-div{
        display: block;
		position: relative;
        z-index: 1051;
    }
    .content-style{
        padding: 50px 0px 0px 0px;
    }
    .img-h{
        height: auto;
        width: 100%;
    }
    .t-center{
        text-align: center;
    }
    .img-top{
        margin-top: 15px;
    }
    .div-posi{
        position: relative;
        left: 0px;
    }
}
.humanity-bg{
    background: url(../images/humanity.jpg);
    background-size: cover;
}

.housing-top{
    padding: 80px 0px 0px 0px;
}
.btn-danger {
    background-color: #FF7E3F;
    border-color: #FF7E3F;
}
#financial-wraper{
    margin-top: 20px;
}
.cont-posi{
    padding: 60px 0px 0px 112px;
}
.fanan-img-posi{
    position: relative;
    left: 15px;
}
.row_padd{
	padding: 0px 12px;	
}
.nav-item_new a.bbtn{
	background-color: #C3D500;
    padding: 10px;
    color: #fff;
}
.nav-item_new a.bbtn:hover{
	background-color: #b3c304 !important;
    padding: 10px;
    color: #fff !important;
    text-decoration: none;
}
@media (max-width:768px){
	
	.pt-30{
		padding-top:30px !important;
		
	}
	.housing-top {
    padding: 15px 0px 0px 0px;
}
    .img-alg{
        text-align: center;
    }
    .offset-5 {
        margin-left: 0%;
    }
    .cont-posi{
        padding: 0px 0px 0px 0px;
    }
    .fanan-img-posi{
        position: relative;
        left: 0px;
    }
}
#water-wraper{
    margin-top: 50px;
}
#our-services{
    margin-top: 20px;
}
.new_card{
    float: left;
    width: 100%;
    height: auto;
    transition: 0.5s ease-in-out;
    padding: 20px;
    margin-bottom: 15px;
}
.new_card:hover{
    box-shadow: 0px 0px 4px 0px #ccc;
}

.partner-posi{
    padding: 50px 0px 50px 0px;
}
.img_style{
    width: 90%;
}
@media (max-width:768px){
    .img_style{
        width: 100%;
    }
    .partner-posi{
        padding: 15px 0px 50px 0px;
    }
}
.pr{
    padding-right: 80px;
}
@media (max-width:768px){
.div-none{
    display: none;
}
.pr{
    padding-right: 0px;
}
}
.text-sty{
    border-left: 2px solid #463f3e;
    padding: 10px;
    font-size: 20px;
    margin-left: 10px;
}

#footer-wraper input{
border-radius: 0px;
    text-align: center;
}
.btn{
    border-radius: 0px;
        text-align: center;
    }

.social-link{
    float: left;
    width: 100%;
    height: auto;
} 
.social-link ul{
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
} 
.social-link ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
} 
.social-link ul li a{
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    color: #f7f7f7;
    font-size: 14px;
}
.social-link ul li a:hover{
    color: #c9c4c4;
    text-decoration: none;
}
.social-link ul li a i{
    margin-right: 10px;
    font-size: 20px;

} 
.v-effect-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .v-effect-link li {
    display: inline-block;
    min-width: 5em;
    margin: 0 0.5em;
  }
  .v-effect-link a {
    text-decoration: none;
    display: block;
    font-family:Arial;
    position: relative;
    color: #f7f7f7;
    padding:.5em 0;
    font-size: 14px;
  }
  .v-effect-link a:hover {
    color: #7c7a7a;
  }
  #floater{
    width: auto;
    height: auto;
    background-color: transparent;
    color: #fff;
    right: 0px;
    z-index: 1050;
    padding: 100px 0px;
  }
  .side-social{
      float: left;
      width: 40px;
      height: auto;
      list-style: none;
      padding: 0px;
      margin: 0px;
  }
  .side-social li:nth-child(1){
    float: left;
    width: 40px;
    height: 40px;
}
.side-social li:nth-child(1) a{
    float: left;
    width: 40px;
    height: 40px;
    background: #1BA5D4;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    }
.side-social li:nth-child(1) a:hover{
        background: #04759b;
    }
    .side-social li:nth-child(2) a{
        float: left;
        width: 40px;
        height: 40px;
        background: #1E4FAD;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        }
    .side-social li:nth-child(2) a:hover{
            background: #073281;
        }
        .side-social li:nth-child(3) a{
            float: left;
            width: 40px;
            height: 40px;
            color: #fff;
            text-align: center;
            line-height: 40px;
            font-size: 24px;
            background: linear-gradient(225deg, #3542E0 -2.85%, #3841DF 18.32%, #403FDA 31.18%, #4E3CD2 41.84%, #6337C7 51.28%, #7D31B9 59.93%, #9E2AA8 67.98%, #C32193 75.44%, #C82091 76.25%, #F62B37 94.02%, #FFC658 124.84%);
            }
        .side-social li:nth-child(3) a:hover{
                background: #073281;
            }
            .side-social li:nth-child(4) a{
                float: left;
                width: 40px;
                height: 40px;
                background: #0077b5;
                color: #fff;
                text-align: center;
                line-height: 40px;
                font-size: 24px;
                }
            .side-social li:nth-child(4) a:hover{
                    background: #0077b5;
                }
.side-social li:nth-child(5) a{
                float: left;
                width: 40px;
                height: 40px;
                background: #FF0000;
                color: #fff;
                text-align: center;
                line-height: 40px;
                font-size: 24px;
                }
            .side-social li:nth-child(5) a:hover{
                    background: #FF0000
                }
#about-wraper{
    background-color: #f8f9fa;
}
.ab-img{
    width: 100%; 
    height: 450px;
}
#about-habitat-wraper{
    background-color: #f8f9fa;
}
.img-padd{
    padding: 0px 0px 0px 85px;
}
.img-padd1{
    padding: 0px 85px 0px 0px;
}
#about-habitat-ker-wraper{
    background-color: #f8f9fa;
}
.ho-img{
    padding-left: 115px;
}
.ho-text{
    padding-right: 100px;
}
@media (max-width:768px) {
	.img-padd1 {
    padding: 0px 0px 0px 0px;
}
    .ab-img{
        width: 100%; 
        height: auto;
    }
    .ho-text{
        padding-right: 0px;
    }
    .img-padd, .img-padd{
        padding: 0px 0px 0px 0px !important;
    }
    .ho-img{
        padding-left: 0px;
    }
}

/* ACCORDIAN CSS  */

#main {
    margin: 50px 0;
  }
  
  #main #faq .card {
    margin-bottom: 0px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #00acd7;
    color: #f7f7f7;
    padding: 15px 20px;
	  float: left;
    width: 100%;
  }
 #main #faq .card .card-header .btn-header-link span{
	float: left;
    width: calc(100% - 30%);
}
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
    background-color: #F1F6F9;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    color: #818181;
	  line-height: 30px;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #00acd7;
    font-weight: bold;
    border-top: 1px solid #ddd;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
  }
  
  .p-r-125{
    padding-right: 125px !important;
}
.p-l-125{
    padding-left: 125px !important;
}
@media(max-width:768px){
    .p-r-125{
        padding-right: 15px !important;
    }
    .p-l-125{
        padding-left: 15px !important;
    }
}

.li-data{
	float:left;
	width:100%;
	height:auto;
}
.li-data ul, ol{
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 0px 40px;
	margin:0px;
}
.li-data ul li, ol li{
	float:left;
	width:100%;
	height:auto;
	padding:5px 0px;
	color:#000000!important;
	font-family: palatino;
}

.li-datas{
	float:left;
	width:100%;
	height:auto;
}
.li-datas ol{
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 0px 40px;
	margin:0px;
}
.li-datas ol li{
	float:left;
	width:100%;
	height:auto;
	padding:3px 0px;
	color:#6c757d!important;
}
.li-datas ol li ul{
	padding:0px 0px 0px 40px;
	margin:0px;
}
.li-datas ol li ul li{
	height:auto;
	color:#6c757d!important;
	padding:3px 0px;
	width: auto;
}
.table tbody tr td{
	font-family: palatino;	
}
.table thead tr th{
	font-family: arial;	
}
.table-bordered thead td, .table-bordered thead th, .table-bordered tbody td{
    border-bottom-width: 2px;
    white-space: normal;
}
img.pic-absolute {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .link_btn_1 {
    position: relative;
    color: #FF7E3F;
    padding-left: 45px;
    font-family: arial;
    text-decoration: none !important;
}
.link_btn_1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #FF7E3F;
    top: calc(50% - 1px);
}
.link_btn_1:hover {
	color: #ef601a;
}
.link_btn_1:hover:before {
	background: #ef601a;
}
 .div-show1{
    float: right;
    width: 76%;
    height: 105px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    position: absolute;
    right: 150px;
    top: 0px;
    z-index: 1051;
    padding: 15px;
}
.text-styles{
    height: 72px;
}
.img{
	width: 100%;
	height: 350px;
}
.img1{
	width: 50%;
	height: 350px;
}
h1.pt-5.pb-2 {
    padding-bottom: 0px !important;
}
h1.pt-3.pb-5 {
    padding: 10px 0px 25px 0px !important;
}
p.text-justify.text-secondary.pt-5 {
    padding-top: 25px !important;
}

h5.float-left.w-100.font-weight-bold.pb-4 {
    padding-bottom: 8px !important;
}
h5.float-left.w-100.font-weight-bold.pt-4 {
    padding-top: 10px !important;
}
h5.py-4 {
    padding: 10px 0px 10px 0px !important;
}
.table-responsive.py-3.pb-5 {
    padding-bottom: 25px !important;
}
.my-4.li-data {
    margin: 15px 0px 15px 0px !important;
}
.mb-4.li-data {
    margin-bottom: 15px !important;
}
li.mb-4 {
    margin-bottom: 10px !important;
}
@media(max-width:768px){
	.img-p{
	width:100%;
}
	.img1{
	width: 100%;
	height: 350px;
}
	.img{
		    width: 100%;
    height: auto !important;
	}
    .hide-search{
        display: none;
    }
    .div-show1 {
        float: right;
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        background-color: #00acd7;
        border-radius: 0px;
        display: none;
        position: fixed;
        right: 0px;
        top: 53px;
        z-index: 1051;
        padding: 40% 15px 0px 15px;
    }
} 
/*.b-buttom{
	border-bottom: 3px solid #00ACD7 !important;
    padding-bottom: 10px;
}*/
.b-buttom{
	width: 100%;
    position: relative;
    z-index: 1;
}
.b-buttom::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 100%;
    border-bottom: 3px solid #00ACD7;
}
.table_style tbody tr td{
	border-left: 0px solid #dee2e6 !important;
    border-right: 0px solid #dee2e6 !important;
}
.li-icons{
	float:left;
	width:100%;
	height:auto;
}
.li-icons ul{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding: 0px 40px;
	list-style-image:url(http://45.64.193.50/cdp/wp-content/uploads/2021/06/liststyle-icon.png);
}
.li-icons ul li{
	float: left;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    color: #000000!important;
}
.li-icons ul li span{
	position: relative;
    top: -4px;
    left: 5px;
}

.list_icon{
	list-style-image:url(/wp-content/uploads/2021/06/liststyle-icon.png);
}
.text-primary {
    color: #00acd7!important;
}
h5.float-left.w-100.font-weight-bold.py-2 {
    font-weight: 500 !important;
}
.font-weight-bold {
    font-weight: 600!important;
}
.t-v tbody tr td{
	vertical-align:baseline;
}
.t-v tbody tr td:nth-child(3){
	padding:0px !important;
}
p.float-right.pl-3 {
    margin-bottom: 0px;
}
p.float-left.pl-3 {
    margin-bottom: 0px;
}
/*ul.dropdown-menu.show {
    min-height: 50px;
    max-height: 400px;
    overflow: auto;
}*/
#navbarSupportedContent ul:nth-child(2) li:nth-child(3) ul.show{
	height:450px;
	overflow:auto;
}
@media(max-width:768px){
	#navbarSupportedContent ul:nth-child(2) li:nth-child(3) ul.show{
	height:auto !important;
		overflow:none;
}
	p.float-right.pl-3 {
    margin-bottom: 1em;
}
p.float-left.pl-3 {
    margin-bottom:  1em;
}

}
.tab_sty-midle thead tr th{
	vertical-align:middle
}
.align-middle thead tr th, .align-middle tbody tr td{
	vertical-align:middle
}
.img-effects{
	background-size: cover;
    border-radius: 12px;
	 transition: all 0.5s ease;
}
.img-effects:hover{
	box-shadow: 0px 5px 0px 0px #ffaf49;
    transform: scale(1.02);
    transition: all 0.5s ease;
    border-radius:12px;
}
.border-bottom.float-left.w-100 {
    margin-bottom: 30px;
}
.img_h{
	width: 100%;
    height: 350px;
}
#main .card-body {
    padding: 15px 0px !important;
}
.nav_sty{
	position: absolute;
	height: 100%;
	background-color: #f1fcff;
}
@media(max-width:768px){
	.fixed-header {
    box-shadow: none;
}
	.nav_sty{
	position: relative;
	height: 100%;
	background-color: transparent;
		padding:15px;
}
		ul.navbar-nav>li>a {
    color: #000000 ;
    font-size: 15px;
	padding-left: 30px !important;
    padding-right: 30px !important;
}
section#about-habitat-wraper1.mt-5 {
    margin-top: 0px !important;
}
	section#about-habitat-wraper.mt-5 {
    margin-top: 15px !important;
}
	.col-xl-5.col-lg-5.col-md-5.col-sm-12.p-0 img.adroid {
    margin-top: 30px;
}
	section.section-padd .row.mt-5 {
    margin-top: 0px !important;
}
	.float-left.w-100 p.float-right.pl-3 {
    width: 100%;
}
	.float-left.w-100 p.float-right.pl-3 img {
    width: 100%;
}
		.float-left.w-100 p.float-left.pr-3 {
    width: 100%;
}
		.float-left.w-100 p.float-left.pr-3 img {
    width: 100%;
}
	.img_h{
	width: 100%;
    height: 150px;
}
	.li-data ul, ol{
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.li-datas ol{
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.li-datas ol li ul{
	padding:0px 0px 0px 15px;
	margin:0px;
}
	.table thead tr th, td{
		    min-width: 100px;
	}
	.table tbody tr td{
		    min-width: 100px;
	}
	#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:30px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
		z-index: 1051;
}
}

@media (min-width:769px) and (max-width:991px){
	.fixed-header {
    box-shadow: none;
}
		.nav_sty{
	position: relative;
	height: 100%;
	background-color: transparent;
			padding:15px;
}
	ul.navbar-nav>li>a {
    color: #000000 ;
    font-size: 15px;
	padding-left: 30px !important;
    padding-right: 30px !important;
}
	.section-padd {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
	.container {
    max-width: 100%;
    padding-left: 65px;
    padding-right: 65px;
}
	section#about-habitat-wraper1.mt-5 {
    margin-top: 0px !important;
}
	section#about-habitat-wraper.mt-5 {
    margin-top: 15px !important;
}
	.col-xl-5.col-lg-5.col-md-5.col-sm-12.p-0 img.adroid {
    margin-top: 30px;
}
	section.section-padd .row.mt-5 {
    margin-top: 0px !important;
}
	.float-left.w-100 p.float-right.pl-3 {
    width: 100%;
}
	.float-left.w-100 p.float-right.pl-3 img {
    width: 100%;
}
		.float-left.w-100 p.float-left.pr-3 {
    width: 100%;
}
		.float-left.w-100 p.float-left.pr-3 img {
    width: 100%;
}
	.img_h{
	width: 100%;
    height: 150px;
}
	.li-data ul, ol{
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.li-datas ol{
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.li-datas ol li ul{
	padding:0px 0px 0px 15px;
	margin:0px;
}
	.table thead tr th, td{
		    min-width: 120px;
	}
	.table tbody tr td{
		    min-width: 120px;
	}
	#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:30px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
		z-index: 1051;
}
}