@font-face {
    font-family: regular;
    src: url(../../fonts/gilroy/Gilroy-Light.otf);
}
@font-face {
    font-family: medium;
    src: url(../../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: light;
    src: url(../../fonts/poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: bold;
    src: url(../../fonts/gilroy/Gilroy-ExtraBold.otf);
}

.light {
    font-family: light !important;
}
.regular {
    font-family: regular !important;
}
.medium {
    font-family: medium !important;
}
.bold {
    font-family: bold !important;
}

div {
    color:#535353 !important;
    font-size:24px !important;
    font-family:regular !important;
}
a {
    color: inherit !important;
}
a:hover {
    text-decoration:none !important;
}


.theme_color {
    color:#535353 !important;
}
.green {
    color:#006665 !important;
}
.light_green {
    color:#419B95 !important;
}
.black {
    color:black !important;
}
.pink {
    color:#F04E75 !important;
}
.blue {
    color:#64C1E8 !important;
}
.pink_bottom_line {
    border-bottom: 1px solid #F04E75 !important;
    padding-bottom: 2px;
}
.blue_bottom_line {
    border-bottom: 1px solid #64C1E8 !important;
    padding-bottom: 2px;
}
.green_bottom_line {
    border-bottom: 1px solid #006463 !important;
    padding-bottom: 2px;
}





.weight_600 {
    font-weight: 600 !important;
}
.size_64 {
    font-size:64px !important;
}
.size_40 {
    font-size:40px !important;
}
.size_18 {
    font-size:18px !important;
}
.size_17 {
    font-size:17px !important;
}

html {
  scroll-behavior: smooth;
  padding-top: -100px !important;
}
header {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
}
header a {
  color: white;
}
header .navbar-light {
  background: #ffffff;
  box-shadow: 0 7px 31px -9px #f3f3f3;
}
header .dropdown:hover > .dropdown-menu {
  display: block;
}
header .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
header .navbar-nav {
  padding-top: 1rem;
}
@media (min-width: 1000px) {
  header .navbar-nav {
    padding-top: 0;
  }
}
header .navbar-toggler:focus,
header .navbar-toggler:active {
  outline: 0;
}
header .navbar-toggler {
  height: 45px;
}
header .navbar-toggler span {
  display: block;
  background-color: white;
  height: 2px;
  width: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}
header .navbar-toggler span:nth-child(1),
header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}
header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}
header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}



@media (max-width: 767px){
  header nav.navbar {
    padding: 10px 15px !important;
  }
  .roj_image {
    margin-top: 70px;
  }
  .trustee {
    margin-bottom: 40px;
  }
  #first {
    order: 2;
  }
  #second {
    order: 1;
  }
}

@media (min-width: 768px){
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 72px !important;
  }
  .section_one .col-md-6 {
    padding: 30px;
  }
  .right_margin {
    padding-right: 100px !important;
  }
  .left_margin {
    padding-left: 100px !important;
  }
  .section_seven .col-md-3 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 991px){
  .about_image {
    margin-left: 88px; 
  } 
  .about_title {
    padding-left: 100px;
  }
  .about_desc {
    padding-left: 100px;
    padding-right: 72px;
  }
  .about {
    display: flex;
  }
  .about_inner {
    width: 50%;
  }
}




@media (min-width: 992px){
  .roj_content {
    margin-top: 33%;
  }
}

@media (max-width: 990px){
  .about {
    padding: 0px 108px;
  }
  .about_image {
    margin-top: 40px;
  }
  .about_title {
    padding-left: 10px;
  }
}
@media (max-width: 576px){
  .about {
    padding: 0px 15px !important;
  }
}


.navbar-brand img {
    width: 127px;
}
li.nav-item a {
    font-size: 15px;
}
nav.navbar {
    padding: 10px 105px !important;
}
.header_text {
    margin: 135px 0px;
}
.header_text p {
    max-width: 410px;
    margin-top: 12px;
}
.header_img {
    margin: 70px 0px;
    text-align: right;
}
.header_img img {
    max-width: 100%;
}
.section_one {
    padding-top: 85px;
}
.section_two {
    margin: 100px 0px;
}
.about_inner img {
    width: 100%;
}
.about_title {
    background: #F0F6F6;
    font-size: 33px !important;
}
.about_desc {
    margin-top: 60px;
    height: 327px;
    overflow: hidden;
    font-size: 17px !important;
    line-height: 28px;
}
.section_tree {
    margin: 150px 0px !important;
}
.service_icon img {
    width: 106px;
    height: 106px;
    object-fit: cover;
}
.service_title {
    margin: 12px 0px;
}
.services .col-md-6 {
    margin-bottom: 130px;
}
.navbar-toggler {
    border: none !important;
}
header .navbar-toggler span {
    background-color: black !important;
}
.roj_image img {
    width: 100%;
}

.roj_desc {
    margin: 20px 0px;
}
.link img {
    margin-left: 12px;
}
.section_five {
    margin: 170px 0px;
}
.who_we_are {
    background: #F0F6F6;
}
.theme_heading {
    color: #006463 !important;
    text-align: center;
    font-size: 35px !important;
    font-weight: 600;
}
.who_we_desc {
    max-width: 560px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
.section_seven {
    background: #F0F6F6;
    padding: 32px 0px;
    margin-top: 80px;
    border-radius: 10px;
}
.trustee {
    background: white;
    /* width: 100%;
    padding-top: 95.25%; */
	width: 80%;
    padding-top: 80.25%;
	margin:auto;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.trustee_name {
    font-size: 17px !important;
    /*font-weight: 600;*/
    position: absolute;
    bottom: 0px;
    /*backdrop-filter: blur(28px);*/
    background-color: rgba(6, 6, 6, 0.6) !important;
    color: white !important;
    width: 100%;
    padding: 7px;
    border-radius: 0px 0px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_seven .col-md-3 {
    margin: 0 auto;
}
.qoute {
    color: #006463 !important;
    font-size: 39px !important;
    text-align: center;
    margin: 200px 0px;
}
.footer {
    text-align: center;
    margin: 20px 0px;
}
.bg-sky-blue{
	background:#F0F6F6 !important;
}
.contact-us-section{
    margin-bottom: 100px;
}
.contact-us-section label{
	font-size: 15px;
    margin-bottom: 0;
	font-weight:bold;
	color:black;
}
.contact-us-section p{
	font-size: 17px;
	color:black;
	margin-bottom:0 !important;
}
.btn-green{
	background: #006463 !important;
    border: solid 1px #006463 !important;
    color: white !important;
    font-weight: bold;
}
.text-small{
	font-size: 15px !important;
}
.text-green{
	color:#006463 !important
}

.slider{
  width:100%;
  margin:20px auto;
  text-align: center;
  padding:20px;
  color:white;
}
.slider .parent-slide{
	padding:15px;
}
.slider img{
	display: block;margin:auto;
}
.contact-us-form .form-control, .contact-us-form .form-control:focus{
    border: 0;
    border-bottom: solid 2px #ccc;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    color: #0a0707;
    font-weight: 600;
}
.contact-us-form input.form-control, .contact-us-form input.form-control:focus{
	height: calc(1.4em + .4rem + 1px);
}
.contact-us-form textarea.form-control, .contact-us-form textarea.form-control:focus{
	 background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 2px) );
    background-repeat: repeat;
    background-size: 100% 87px;
    line-height: 48px;
    background-position-y: -4px;
    height: 91px;
    overflow-y: auto;
    margin-top: -10px;
    margin-bottom: 45px;
}
