html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color:#000000b3;
	background-color:#fafafa;
	text-align:justify;
	
}

#top_list li {
	display:inline-block;
	float:right;
	padding-right:20px;
}

#toptop {
    background-color: #6bb692;
    color: white;
    padding: 15px;
}

#logo_area {
    padding-top: 5px;
    padding-bottom: 5px;
}

#jstin {
    background-color: #6bb692;
    color: white;
    padding: 10px;
    width: auto;
    position: relative;
    top: 8px;
    width: 105px;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 700;
}

#jstintext {
    background-color: transparent;
    height: 10px;
    color: #6bb692;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    padding-right: 20px;
    line-height: 1;
    padding-left: 20px;
    position: relative;
    top: 4px;
}

#maquee {
    background-color: transparent;
}

.navbar-nav .nav-link {
	margin-right:35px;
	position:relative;
	top:0;
	font-family:inherit;
	font-size:14px;
	color:white;
}

#navarea {
    position: sticky;
    top: -1px;
    z-index: 12;
	padding:5px;
    background-color: #6bb692;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.carousel .carousel-item {
	height:850px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 850px;
	/*object-position: top;*/
}

.tems:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  /*background-image: linear-gradient(260deg, #000102 40%, #000102 100%);*/
  background-image: linear-gradient(260deg, #0101013d 40%, #000102 100%);
  /*background-image: linear-gradient(260deg, #1D082F 40%, #FFD700 100%);*/
}

#carocaro {
    font-size: 40px;
    font-weight: bold;
    color: white;
    z-index: 12;
    width: 45%;
    text-align: center;
    bottom: 110px;
    margin: auto;
}

#mob_form {
    position: relative;
    top: 20px;
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

#news_big_img {
    width: 100%;
    height: 350px;
    object-fit: fill;
	margin-bottom: 0;
}

#news_big_title {
    color: #0b1074;
    font-size: 14px;
	background-color: white;
    padding: 10px;
}

#line {
	background-color: #009900;
    height: 2px;
    width: 5%;
    position: absolute;
    left: 230px;
    top: 27px;
}

#header_h1 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 20px;
}

#socs_right {
    padding: 10px;
    color: white;
    font-size: 13px;
    font-weight: 600;
}

#socials_list_col {
    position: sticky;
    top: 90px;
}

#socials_list li a {
	text-decoration:none;
}

#news_thumbnail {
    width: 45%;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
}

#news_thumbnail_title {
    font-size: 14px;
    color: #0b1074;
}

#thumb_cnt {
    background-color: white;
    padding: 15px;
}

footer {
    background-color: #1d1d1d;
    color: white;
    font-size: 14px;
    padding-bottom: 40px;
}

#footer_logo {
    margin-bottom: 20px;
}

#footer_head {
    font-size: 18px;
    font-family: 'Poppins';
	margin-bottom: 50px;
}

#footer_list li {
	padding-bottom:20px;
}

#top_list2 li {
	display:inline-block;
	padding-right:20px;
}

#sub_btn {
    color: white;
    height: 43px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    /*background-color: #009900;*/
	background-color:#6bb692;
}

#txtSearch {
    height: 43px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#tm {
    font-size: 13px;
    color: #ffffff82;
}

#map {
	height:300px;
	width:100%;
	margin-bottom:-10px;
}

.contact_form {
    height: 50px;
}

#contact_head {
    text-align: center;
    font-family: 'Poppins';
    margin-bottom: 60px;
	font-weight:bold;
}

#management_imgs {
    width: 100%;
    height: 250px;
    object-fit: cover;
	margin-bottom: 10px;
}

#namename {
    color: #0b1074;
    font-weight: 600;
}

#profile_title {
    font-size: 13px;
    font-style: oblique;
    color: black;
	text-transform: capitalize;
}

#profile_list li {
	display:inline-block;
	padding-right:10px;
}

#abt_imgz {
    width: 30%;
    object-fit: cover;
    margin-right: 20px;
    height: 300px;
}

.imgg:hover {
	-webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 3px;
    background-color: #6bb692;
    color: white;
    cursor: pointer;
    padding: 10px;
}

#publish_cnt {
    background-color: white;
    padding: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

#empty_in_cat {
    background-color: white;
    padding: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    text-align: center;
    font-size: inherit;
}

button.navbar-toggler {
   background-color: white;
}

#project_bg {
    background-color: white;
    padding: 25px;
    margin-bottom: 80px;
}

#projects_img_index {
    width: 100%;
    height: 200px;
    object-fit: cover;
	margin-bottom: 0;
}

#proj_title {
    font-size: 20px;
    color: #0b1074;
}

#proj_description {
    font-size: 16px;
    color: #00000069;
}

#pro_index_cnt {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    padding: 10px;
}

#projects_bg {
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
}

#index_projects_list li {
	padding-bottom:20px;
}

a#project_title_index {
    color: #0b1074;
	text-decoration:none;
}

#footer_list li a {
	text-decoration:none;
}

#news_imgs {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0;
}

.fashare2 {
    width: 70px;
    text-align: center;
    padding: 7px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

#news_on_right_li li {
    padding-bottom: 16px;
    font-size: 13px;
}

#news_on_right {
    background-color: white;
    padding: 20px;
    color: black;
	margin-bottom: 30px;
}

#news_on_right_li li a {
	text-decoration:none;
}

#page_img {
    width: 100%;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#vis-abt_cnt {
    background-color: #6bb692fc;
    color: white;
    padding: 15px;
}

#mis-vis-head {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
}

#vis-abt_cnt:hover {
	background-color:white;
	color:black;
	transition:ease-in-out 1s;
}

#page_main_content {
    background-color: white;
    padding: 20px;
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

#accord_head {
    background-color: #6bb692;
    font-weight: normal;
    font-family: 'Poppins';
    border: none;
    text-decoration: none;
    box-shadow: none;
    font-size: 14px;
    color: white;
}

.accordion-body {
    background-color: white;
}

#project_imgs {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.table {
	width: 100%;
	overflow-y:auto;
}

#owl_brand {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#imgimg_imgs {
    width: 100%;
    height: 200px;
    object-fit: cover;
	object-position: top;
}

#proj_tt {
    background-color: #6bb692;
    position: relative;
    top: -50px;
    width: 80%;
    margin: auto;
    color: white;
    padding: 5px;
}

#brchr_list li {
	display: inline-block;
    background-color: #6bb692;
    color: white;
    padding: 5px;
    border-radius: 3px;
}

#develop_partners li {
	display:inline-block;
	padding-right:40px;
}

#dvlp_imgs {
    height: 40px;
    object-fit: fill;
}

#logo {
    width: 13%;
}





	
	

@media screen and (max-width: 990px) {
#logo {
    height: auto;
    width: 100%;
}

#mob_form {
    position: relative;
    top: 16px;
}

#carocaro {
    font-size: 35px;
    font-weight: bold;
    color: white;
    z-index: 12;
    width: 70%;
    text-align: center;
    bottom: 110px;
    margin: auto;
}


}

@media screen and (max-width: 768px) {
.col-xs-3 {
	width:25%;
}

#contact_head {
    text-align: center;
    font-family: 'Poppins';
    margin-bottom: 35px;
    font-size: 20px;
}

#footer_head {
    font-size: 18px;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

#news_thumbnail {
    width: 30%;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

#management_imgs {
	width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
    object-position: center;
    }

#abt_imgz {
    	width: 100%;
        object-fit: cover;
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
}

.carousel .carousel-item {
	height:300px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: fill;
    top: 0;
    left: 0;
    height: 300px;
	object-position: center;
}

#carocaro {
        font-size: 16px;
        font-weight: bold;
        color: white;
        z-index: 12;
        width: 70%;
        text-align: center;
        bottom: 45px;
        margin: auto;
    }
	
#news_imgs {
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin-bottom: 0;
}

#myBtn {
    	display: none;
        position: fixed;
        bottom: 30px;
        right: 20px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        border-radius: 3px;
        background-color: #6bb692;
        color: white;
        cursor: pointer;
        padding: 10px;
}

#navarea {
    position: sticky;
    top: -1px;
    padding: 10px;
    z-index: 12;
    background-color: #6bb692;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

#page_main_content {
    background-color: white;
    padding: 10px;
}

#header_h1 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 20px;
}

#footer_logo {
    margin-bottom: 20px;
    width: 28%;
}

.col-xs-small {
	width:50%;
}

.col-xs-9 {
	width:75%;
}

#imgimg_imgs {
    width: 100%;
    height: 110px;
    object-fit: cover;
	object-position: top;
}

#logo {
	height: auto;
    width: 20%;
}

.col-xs-fullwidth {
	width:100%;
	text-align:center;
}












}